@charset "utf-8";
html{
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size:min(1.9vw,19px);
  text-align:center;
  color:#231815;
  line-height:1.8;
}

@media screen and (max-width:768px){
  body {
    font-size:3.4vw;
  }
}

.marugo{
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.gothic{
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


a {
  color:#000;
  transition : opacity 0.4s;
  -webkit-transition : opacity 0.4s;  opacity:1;
  outline:none;
}
a:hover {
  opacity: 0.7;
}

img{
  max-width:100%;
  vertical-align:bottom;
}

.only_sp,
.only_sp_i,
.only_sp_f{
  display:none !important;
}

@media screen and (max-width:768px){
  .only_pc{
    display:none !important;
  }
  .only_sp{
    display:block !important;
  }
  .only_sp_i{
    display:inline-block !important;
  }
  .only_sp_f{
    display: -webkit-flex !important;
    display: flex !important;
  }
}

#wrapper{
  overflow:hidden;
}

.inner{
	max-width:940px;
	width:90%;
	margin:auto;
}



/* 色関係 */
.red{
  color:#ec1e32;
}
.bg_red{
  color:#efefef;
  background-color:#ec1e32;
}
.orange{
  color:#e17107;
}
.bg_orange{
  color:#eeeeef;
  background-color:#e0862e;
}
.lgreen{
  color:#22ac38;
}
.green{
  color:#009944;
}


/* 書式 */
.left{
  text-align:left;
}
.right{
  text-align:right;
}
.bold{
  font-weight:bold;
}
.heavy{
  font-weight:900;
}
  .nodisplay{
    display:none;
  }



/* header */
header{
  width:100%;
  height:56px;
  padding-left:20px;
  position:fixed;
  z-index:100;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content:  flex-end;
  -webkit-align-items: center;
  align-items: center;
}
header.scroll{
  background-color:#fff;
  box-shadow:0 0 10px rgba(0,0,0,0.3);
}

header nav ul{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: enter;
  align-items: center;
}
header nav ul li:nth-child(n+2){
  margin-left:1.5em;
}
header nav ul li a{
  font-size:16px;
}
header nav ul li .btn{
  height:56px;
  padding:0 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size:16px;
}
header nav ul li .btn img{
  width:1em;
  margin-left:0.3em;
}
#btnmenu{
  display:none;
}

@media screen and (max-width:900px){
  header.scroll{
    background-color:transparent;
    box-shadow:none;
  }
  header nav{
    width:100%;
    height:100vh;
    background-color:#fff;
    position:fixed;
    left:0;
    top:0;
    display:none;
  }
  header nav ul{
    width:min(80%,500px);
    margin:auto;
    padding-top:100px;
    display: block;
  }
  header nav ul li:nth-child(n+2){
    margin-left:0;
    border-top:1px dotted;
  }
  header nav ul li a{
    line-height:3;
    font-size:min(4.5vw,18px);
    text-align:left;
    display: block;
    background:url(../images/arrow_red.svg)no-repeat right center;
    background-size:1em auto;
  }
  header nav ul li .btn{
    width:min(90%,300px);
    height:56px;
    margin:2em auto 0;
    font-size:min(4.5vw,18px);
    background-image:none;
  }
  #btnmenu{
    display:block;
  }
}


/* #btnmenu */
#btnmenu{
	width:56px;
	height:56px;
	margin:0;
	padding:0;
	position:fixed;
	right:0;
	top:0;
	z-index:105;
	cursor:pointer;
	background-color:#ec1e32;
}
#btnmenu span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 2px;
	border-radius:2px;
	margin: -1px 0 0 -11px;
	background: #fff;
	-webkit-transition: .2s;
	transition: .2s;
}
#btnmenu span:before,
#btnmenu span:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 2px;
	background: #fff;
	border-radius:2px;
	-webkit-transition: .3s;
	transition: .3s;
}

#btnmenu span:before{
	margin-top: -10px;
}

#btnmenu span:after{
	margin-top: 7px;
}
#btnmenu .close{
	width:50px;
	height:50px;
	margin-top:-25px;
	margin-left:-25px;
	box-shadow:none;
	background-color:#ec1e32;
	border-radius:0;
}

#btnmenu .close:before,
#btnmenu .close:after{
	margin-top: 0;
	background-color:#fff
}

#btnmenu .close:before{
	width: 22px;
	height: 2px;
	margin: -2px 0 0 15px;
	border-radius:2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#btnmenu .close:after{
	width: 22px;
	height: 2px;
	margin: -2px 0 0 15px;
	border-radius:2px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}



/* main */
main{
  padding-top:56px;
}

@media screen and (max-width:900px){
  main{
    padding-top:15px;
  }
}
@media screen and (max-width:400px){
  main{
    padding-top:30px;
  }
}



/* #mv */
#mv{
  aspect-ratio:2200 / 1060;
  position:relative;
}
#mv h1{
  line-height:2;
  font-size:min(2.4vw,24px);
  font-size:2.18vw;
  text-align:left;
  position:absolute;
  top:0;
  left:4%;
}
#mv p{
  font-size:min(3.9vw,39px);
  font-size:3.55vw;
  text-align:left;
  text-shadow:1px 1px 5px rgba(255,255,255,0.9),0px 0px 5px rgba(255,255,255,0.9),0px 0 5px rgba(255,255,255,0.9);
  position:absolute;
  top:50%;
  left:3%;
}
#mv #links{
  position:absolute;
  bottom:7%;
  right:3%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
#mv #links li:nth-child(n+2){
  margin-left:1em;
}
#mv #links li .btn{
  height:2em;
  padding:0 1em;
  border-radius:100px;
  font-size:16px;
  font-size:1.45vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#mv #links li .btn img{
  width:1em;
  margin-left:0.3em;
}

@media screen and (max-width:768px){
  #mv h1{
    font-size:3.6vw;
  }
  #mv p{
    padding:0 3%;
    font-size:4.3vw;
    top:58%;
    left:3%;
    background-color:rgba(255,255,255,0.3);
    box-shadow:0 0 5px rgba(255,255,255,0.3);
    border-radius:1em;
  }
  #mv #links{
    position:fixed;
    bottom:9%;
    right:0;
    z-index:99;
    display: block;
    transition : right 0.4s;
    -webkit-transition : right 0.4s;
  }
  #mv #links li:nth-child(n+2){
    margin:0.5em 0 0;
  }
  #mv #links li .btn{
    width:35px;
    height:auto;
    letter-spacing:0.1em;
    padding: 0.8em 0.2em;
    border-radius:0.5em 0 0 0.5em;
    font-size:16px;
    white-space:nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
  }
  #mv #links li .btn img{
    width:1em;
    margin:0.5em 0 0;
  }
}


/* #cont1 */
#cont1{
  padding:min(2%,20px) 0 min(5%,50px);
}
#cont1 h2 .small{
  font-size:min(3.7vw,37px);
}
#cont1 h2 .large{
  margin-left:-0.1em;
  font-size:min(6.5vw,65px);
  vertical-align:-0.05em;
}
#cont1 .ten .cont_wrapper{
  max-width:980px;
  width:94%;
  height:100%;
  position:relative;
}
#cont1 .ten .cont_wrapper section{
  text-align:left;
}
#cont1 .ten:nth-of-type(odd) .cont_wrapper section{
  text-align:right;
}
#cont1 .ten .cont_wrapper section h3 .num{
  display:block;
  line-height:1.5;
  font-size:min(6.8vw,75px);
  color:#fff;
  letter-spacing:0.03em;
}
#cont1 .ten .cont_wrapper section h3 .num.or_shadow{
  text-shadow:2px 2px 4px rgba(178,121,22,0.2);
}
#cont1 .ten .cont_wrapper section h3 .num.lg_shadow{
  text-shadow:2px 2px 4px rgba(109,165,112,0.2);
}
#cont1 .ten .cont_wrapper section h3 .num.gr_shadow{
  text-shadow:2px 2px 4px rgba(44,183,44,0.2);
}
#cont1 .ten .cont_wrapper section h3 .title{
  display:block;
  line-height:1.5;
  font-size:min(3.18vw,35px);
}
#cont1 .ten .cont_wrapper section p{
  margin-top:1em;
  font-size:min(1.72vw,19px);
  font-feature-settings: "palt";
}

@media screen and (max-width:768px){
  #cont1{
    padding:5% 0;
  }
  #cont1 h2 .small{
    font-size:5vw;
    display:block;
  }
  #cont1 h2 .large{
    line-height:1;
    margin-left:0;
    font-size:9vw;
    display:block;
  }
  #cont1 .ten .cont_wrapper{
    width:auto;
    position:relative;
  }
  #cont1 .ten .cont_wrapper section{
    width:100%;
    padding:0 12% 0 5%;
  }
  #cont1 .ten .cont_wrapper section h3 .num{
    font-size:9vw;
  }
  #cont1 .ten .cont_wrapper section h3 .title{
    font-size:4.8vw;
    white-space:nowrap;
  }
  #cont1 .ten .cont_wrapper section p{
    margin-top:0.5em;
    font-size:3.4vw;
  }
}


/* #cont1_1 */
#cont1_1{
  height:594px;
  margin-top:min(3%,30px);
  background:url(../images/cont1_1_bg.webp)no-repeat center center;
  background-size:auto 100%;
  position:relative;
  z-index:10;
}
#cont1 #cont1_1 .cont_wrapper section{
  position:absolute;
  right:0;
  bottom:30%;
}

@media screen and (max-width:1140px){
  #cont1_1{
    height:auto;
    aspect-ratio:1100/594;
  }
}
@media screen and (max-width:768px){
  #cont1_1{
    margin-top:5%;
    aspect-ratio:auto;
    background-image:none;
    position:static;
  }
  #cont1 #cont1_1 .cont_wrapper{
    margin-top:-25%;
  }
  #cont1 #cont1_1 .cont_wrapper section{
    bottom:12%;
  }
}


/* #cont1_2 */
#cont1_2{
  height:1048px;
  margin-top:-22%;
  background:url(../images/cont1_2_bg.webp)no-repeat center center;
  background-size:auto 100%;
  position:relative;
  z-index:9;

}
#cont1 #cont1_2 .cont_wrapper section{
  position:absolute;
  left:0;
  bottom:20%;
}

@media screen and (max-width:1140px){
  #cont1_2{
    height:auto;
    aspect-ratio:1100/1100;
  }
}
@media screen and (max-width:768px){
  #cont1_2{
    margin-top:-55%;
    aspect-ratio:auto;
    background-image:none;
    position:static;
  }
  #cont1 #cont1_2 .cont_wrapper section{
    bottom:9%;
  }
  #cont1 #cont1_2 figure{
    margin-top:-20%;
    position:relative;
  }
}


/* #cont1_3 */
#cont1_3{
  height:978px;
  margin-top:-23%;
  background:url(../images/cont1_3_bg.webp)no-repeat center center;
  background-size:auto 100%;
  position:relative;
  z-index:8;
}
#cont1 #cont1_3 .cont_wrapper section{
  position:absolute;
  right:0;
  bottom:6%;
}
#cont1 #cont1_3 .cont_wrapper section h3{
  position:relative;
}
#cont1 #cont1_3 .cont_wrapper section h3 .num{
  line-height:1;
  position:absolute;
  left:0;
  top:0;
}

@media screen and (max-width:1140px){
  #cont1_3{
    height:auto;
    aspect-ratio:1100/1050;
  }
}
@media screen and (max-width:768px){
  #cont1_3{
    margin-top:-55%;
    aspect-ratio:auto;
    background-image:none;
    position:static;
  }
  #cont1 #cont1_3 figure{
    position:relative;
    z-index:1;
  }
  #cont1 #cont1_3 .cont_wrapper{
    margin-top:-28%;
  }
  #cont1 #cont1_3 .cont_wrapper section{
    bottom:16%;
  }
  #cont1 #cont1_3 .cont_wrapper section h3 .num{
    left:32%;
  }
}


/* #cont1_4 */
#cont1_4{
  height:944px;
  margin-top:-12%;
  background:url(../images/cont1_4_bg.webp)no-repeat center center;
  background-size:auto 100%;
  position:relative;
  z-index:7;
}
#cont1 #cont1_4 .cont_wrapper section{
  position:absolute;
  left:0;
  bottom:22%;
}

@media screen and (max-width:1140px){
  #cont1_4{
    height:auto;
    aspect-ratio:1100/950;
  }
}
@media screen and (max-width:768px){
  #cont1_4{
    margin-top:-28%;
    aspect-ratio:auto;
    background-image:none;
    position:static;
  }
  #cont1 #cont1_4 figure{
    position:relative;
    z-index:1;
  }
  #cont1 #cont1_4 .cont_wrapper{
    margin-top:-28%;
  }
  #cont1 #cont1_4 .cont_wrapper section{
    bottom:16%;
  }
}


/* #cont1_5 */
#cont1_5{
  height:843px;
  margin-top:-5%;
  background:url(../images/cont1_5_bg.webp)no-repeat center center;
  background-size:auto 100%;
  position:relative;
  z-index:6;
}
#cont1 #cont1_5 .cont_wrapper section{
  position:absolute;
  right:0;
  bottom:12%;
}

@media screen and (max-width:1140px){
  #cont1_5{
    height:auto;
    aspect-ratio:1100/850;
  }
}
@media screen and (max-width:768px){
  #cont1_5{
    margin-top:-8%;
    aspect-ratio:auto;
    background-image:none;
    position:static;
  }
  #cont1 #cont1_5 figure{
    position:relative;
    z-index:1;
  }
  #cont1 #cont1_5 .cont_wrapper{
    margin-top:-18%;
  }
  #cont1 #cont1_5 .cont_wrapper section{
    bottom:16%;
  }
}


/* #cont1_6 */
#cont1_6{
  height:956px;
  margin-top:-15%;
  background:url(../images/cont1_6_bg.webp)no-repeat center center;
  background-size:auto 100%;
  position:relative;
  z-index:5;
}
#cont1 #cont1_6 .cont_wrapper section{
  position:absolute;
  left:0;
  bottom:12%;
}

@media screen and (max-width:1140px){
  #cont1_6{
    height:auto;
    aspect-ratio:1100/960;
  }
}
@media screen and (max-width:768px){
  #cont1_6{
    margin-top:-25%;
    aspect-ratio:auto;
    background-image:none;
    position:static;
  }
  #cont1 #cont1_6 figure{
    position:relative;
    z-index:-1;
  }
  #cont1 #cont1_6 .cont_wrapper{
    margin-top:-32%;
  }
  #cont1 #cont1_6 .cont_wrapper section{
    bottom:16%;
  }
}


/* #cont1_7 */
#cont1_7{
  height:898px;
  margin-top:-3%;
  background:url(../images/cont1_7_bg.webp)no-repeat center center;
  background-size:auto 100%;
  position:relative;
  z-index:4;
}
#cont1 #cont1_7 .cont_wrapper section{
  position:absolute;
  right:0;
  bottom:15%;
}

@media screen and (max-width:1140px){
  #cont1_7{
    height:auto;
    aspect-ratio:1100/900;
  }
}
@media screen and (max-width:768px){
  #cont1_7{
    margin-top:-18%;
    aspect-ratio:auto;
    background-image:none;
    position:static;
  }
  #cont1 #cont1_7 figure{
    position:relative;
    z-index:1;
  }
  #cont1 #cont1_7 .cont_wrapper{
    margin-top:-22%;
  }
  #cont1 #cont1_7 .cont_wrapper section{
    bottom:9%;
  }
}


/* #cont1_8 */
#cont1_8{
  height:949px;
  margin-top:-3%;
  background:url(../images/cont1_8_bg.webp)no-repeat center center;
  background-size:auto 100%;
  position:relative;
  z-index:3;
}
#cont1 #cont1_8 .cont_wrapper section{
  position:absolute;
  left:0;
  bottom:32%;
}

@media screen and (max-width:1140px){
  #cont1_8{
    height:auto;
    aspect-ratio:1100/960;
  }
}
@media screen and (max-width:768px){
  #cont1_8{
    margin-top:-9%;
    aspect-ratio:auto;
    background-image:none;
    position:static;
  }
  #cont1 #cont1_8 figure{
    position:relative;
    z-index:1;
  }
  #cont1 #cont1_8 .cont_wrapper{
    margin-top:-70%;
  }
  #cont1 #cont1_8 .cont_wrapper section{
    bottom:12%;
  }
}


/* #cont1_9 */
#cont1_9{
  height:981px;
  margin-top:-12%;
  background:url(../images/cont1_9_bg.webp)no-repeat center center;
  background-size:auto 100%;
  position:relative;
  z-index:2;
}
#cont1 #cont1_9 .cont_wrapper section{
  position:absolute;
  right:0;
  bottom:9%;
}

@media screen and (max-width:1140px){
  #cont1_9{
    height:auto;
    aspect-ratio:1100/990;
  }
}
@media screen and (max-width:768px){
  #cont1_9{
    margin-top:-9%;
    aspect-ratio:auto;
    background-image:none;
    position:static;
  }
  #cont1 #cont1_9 figure{
    position:relative;
    z-index:1;
  }
  #cont1 #cont1_9 .cont_wrapper{
    margin-top:-28%;
  }
  #cont1 #cont1_9 .cont_wrapper section{
    bottom:15%;
  }
}


/* #cont1_10 */
#cont1_10{
  height:984px;
  margin-top:-7%;
  background:url(../images/cont1_10_bg.webp)no-repeat center center;
  background-size:auto 100%;
  position:relative;
  z-index:1;
}
#cont1 #cont1_10 .cont_wrapper section{
  position:absolute;
  left:0;
  bottom:9%;
}

@media screen and (max-width:1140px){
  #cont1_10{
    height:auto;
    aspect-ratio:1100/990;
  }
}
@media screen and (max-width:768px){
  #cont1_10{
    margin-top:-5%;
    aspect-ratio:auto;
    background-image:none;
    position:static;
  }
  #cont1 #10 figure{
    position:relative;
    z-index:1;
  }
  #cont1 #cont1_10 .cont_wrapper{
    margin-top:-20%;
    position:relative;
    z-index:-1;
  }
  #cont1 #cont1_10 .cont_wrapper section{
    bottom:12%;
  }
}


/* .cont */
.cont{
}
.cont .tit{
  line-height:1.5;
  font-size:min(6.5vw,65px);
}
.cont .tit:after{
  content:'';
  display:block;
  width:1.2em;
  height:2px;
  margin:0.5em auto 0;
}

@media screen and (max-width:768px){
  .cont .tit{
    font-size:8vw;
  }
}


/* #cont2 */
#cont2{
  padding:20% 0 min(5%,50px);
  background:#d2ebdb url(../images/cont2_bg.png)no-repeat center top;
  background-size:100% auto;
}
#cont2 .tit:after{
  background-color:#82b772;
}
#cont2 .sec{
  margin-top:min(4%,40px);
  padding:min(9%,90px) 0;
  background-color:#fff;
  border-radius:100px;
}
#cont2 .sec h3{
  line-height:1.6;
  font-size:min(5.1vw,50px);
}
#cont2 .sec ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cont2 .sec ul li{
  margin:1.5% 3%;
  position:relative;
}
#cont2 .sec ul .large{
  width:38%;
}
#cont2 .sec ul .small{
  width:24%;
}
#cont2 .sec ul li span{
  line-height:1.6;
  font-size:min(2.5vw,25px);
  letter-spacing:-0.05em;
  white-space:nowrap
}
#cont2 .sec .voice1 li span{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-60%);
}
#cont2 .sec .voice2 li span{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-40%);
}

@media screen and (max-width:768px){
  #cont2 .sec{
    margin-top:7%;
    padding:7% 0;
    border-radius:3em;
  }
  #cont2 .sec h3{
    font-size:6vw;
  }
  #cont2 .sec ul li{
    margin:1.5% 1%;
  }
  #cont2 .sec ul .large{
    width:45%;
  }
  #cont2 .sec ul .small{
    width:30%;
  }
  #cont2 .sec ul li span{
    font-size:2.8vw;
  }
  #cont2 .sec .voice1 li span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-60%);
  }
  #cont2 .sec .voice2 li span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-40%);
  }
}


/* #cont3 */
#cont3{
  margin-top:-1px;
  padding:min(5%,50px) 0 min(12%,120px);
  background:#d2ebdb;
}
#cont3 .tit:after{
  background-color:#82b772;
}
#cont3 .sec{
  margin-top:min(4%,40px);
  padding:min(3%,30px) min(5%,50px) 0;
  background-color:#fff;
  border-radius:100px;
}
#cont3 .sec h3{
  font-size:min(3.1vw,31px);
}
#cont3 .sec .time_line{
  margin-top:min(5%,50px);
  position:relative;
  z-index:2;
}
#cont3 .sec .time_line:before{
  content:'';
  display:block;
  width:6px;
  height:90%;
  background-color:#d5e3f5;
  position:absolute;
  left:50%;
  top:50%;
  z-index:-1;
  transform:translate(-50%,-50%);
}
#cont3 .sec .time_line div{
  margin-top:9%;
  position:relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#cont3 .sec .time_line div:nth-child(odd){
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#cont3 .sec .time_line div:last-child{
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#cont3 .sec .time_line div dt{
  width:2.8em;
  height:2.8em;
  font-size:min(3.6vw,36px);
  background-color:#d5e3f5;
  border-radius:50%;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#cont3 .sec .time_line div .fig{
  width:35%;
}
#cont3 .sec .time_line div .fuki{
  width:40%;
  position:relative;
}
#cont3 .sec .time_line div .fuki p{
  line-height:1.6;
  font-size:min(2.5vw,25px);
  position:absolute;
  top:50%;
  left:50%;
  white-space:nowrap;
}
#cont3 .sec .time_line div:nth-child(odd) .fuki p{
  padding-right:1.5em;
  transform:translate(-50%,-50%);
}
#cont3 .sec .time_line div:nth-child(even) .fuki p{
  padding-left:1.5em;
  transform:translate(-50%,-50%);
}
#cont3 .sec .time_line div:last-child .fuki p{
  padding-left:1.5em;
  padding-right:0;
}
#cont3 .sec .time_line div .fuki p .small{
  display:block;
  font-size:min(1.7vw,17px);
}

@media screen and (max-width:768px){
  #cont3 .sec{
    margin-top:7%;
    padding:3% 3% 0;
    border-radius:3em;
  }
  #cont3 .sec h3{
    font-size:4.5vw;
  }
  #cont3 .sec figure{
    transform:scale(1.085);
  }
  #cont3 .sec .time_line:before{
    width:1vw;
    left:40%;
    top:50%;
    transform:translate(0,-50%);
  }
  #cont3 .sec .time_line div{
    margin-top:9%;
    position:relative;
  }
  #cont3 .sec .time_line div:nth-child(odd){
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  #cont3 .sec .time_line div:last-child{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  #cont3 .sec .time_line div dt{
    width:2.8em;
    height:2.8em;
    font-size:4vw;
    position:absolute;
    left:calc(40% + 0.5vw);
    top:50%;
    transform:translate(-50%,-50%);
  }
  #cont3 .sec .time_line div .fig{
    width:32%;
  }
  #cont3 .sec .time_line div .fuki{
    width:51%;
    position:relative;
  }
  #cont3 .sec .time_line div .fuki p{
    font-size:3.2vw;
  }
  #cont3 .sec .time_line div:nth-child(odd) .fuki p{
    padding-right:0;
    padding-left:1.5em;
    transform:translate(-50%,-50%);
  }
  #cont3 .sec .time_line div:nth-child(even) .fuki p{
    padding-left:1.5em;
    transform:translate(-50%,-50%);
  }
  #cont3 .sec .time_line div:last-child .fuki p{
    padding-left:1.5em;
    padding-right:0;
  }
  #cont3 .sec .time_line div .fuki p .small{
    font-size:3vw;
  }
  
  #cont3 .sec .time_line + figure{
    margin-top:9%;
    transform-origin:center bottom;
  }
}


/* #cont4 */
#cont4{
  padding:20% 0 min(5%,50px);
  background:#ffd586 url(../images/cont4_bg.png)no-repeat center top;
  background-size:100% auto;
}
#cont4 .tit:after{
  background-color:#f39800;
}
#cont4 .cont_wrapper{
  margin-top:min(4%,40px);
  padding:min(5%,50px);
  background-color:#fdfbf1;
  border-radius:70px;
}
#cont4 .cont_wrapper .sec{
  text-align:left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont4 .cont_wrapper .sec .left_wrapper,
#cont4 .cont_wrapper .sec .right_wrapper{
  width:48%;
}
#cont4 .cont_wrapper .sec .left_wrapper figure,
#cont4 .cont_wrapper .sec .right_wrapper figure{
  padding:5% 5% 0;
}

#cont4 .cont_wrapper .sec .left_wrapper .top_wrapper h3{
  line-height:1.7;
  font-size:min(3.1vw,33px);
}
#cont4 .cont_wrapper .sec .left_wrapper .top_wrapper h3 span{
  display:inline-block;
  line-height:1.6;
  padding:0 0.3em;
  color:#fff;
  background-color:#40220f;
  white-space:nowrap;
}
#cont4 .cont_wrapper .sec .left_wrapper .top_wrapper p{
  font-feature-settings: "palt";
  letter-spacing:0.03em;
}

@media screen and (max-width:768px){
  #cont4 .cont_wrapper{
    margin-top:7%;
    padding:5%;
    border-radius:2em;
  }
  #cont4 .cont_wrapper .sec{
    display: block;
  }
  #cont4 .cont_wrapper .sec .left_wrapper,
  #cont4 .cont_wrapper .sec .right_wrapper{
    width:auto;
  }
  #cont4 .cont_wrapper .sec .left_wrapper figure,
  #cont4 .cont_wrapper .sec .right_wrapper figure{
    padding:5%;
  }

  #cont4 .cont_wrapper .sec .left_wrapper .top_wrapper h3{
    font-size:6.2vw;
  }
}


/* #cont4_1 */
#cont4_1 .sec .left_wrapper .top_wrapper figure{
  padding:5% 21% 9% 9%;
}

@media screen and (max-width:768px){
  #cont4_1 .sec .left_wrapper .top_wrapper figure{
    padding:5% 18% 9%;
  }
}


/* #cont4_2 */
#cont4_2 .sec{
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position:relative;
}
#cont4_2 .sec .top_wrapper{
  width:48%;
  position:absolute;
  right:0;
}
#cont4_2 .sec .left_wrapper .top_wrapper figure{
  padding:5% 15% 9% 15%;
}

@media screen and (max-width:768px){
  #cont4_2 .sec{
    position:static;
  }
  #cont4_2 .sec .top_wrapper{
    width:auto;
    position:static;
    right:auto;
  }
  #cont4_2 .sec .left_wrapper .top_wrapper figure{
    padding:5% 18% 9%;
  }
}


/* #cont5 */
#cont5{
  margin-top:-1px;
  padding:min(5%,50px) 0 min(12%,120px);
  background:#ffd586;
}
#cont5 .tit:after{
  background-color:#f39800;
}
#cont5 .cont_wrapper{
  margin-top:min(4%,40px);
  padding:min(5%,50px);
  background-color:#fdfbf1;
  border-radius:70px;
}
#cont5 .cont_wrapper .top_wrapper{
  text-align:left;
}
#cont5 .cont_wrapper .top_wrapper h3{
  line-height:1.7;
  font-size:min(3.1vw,33px);
}
#cont5 .cont_wrapper .top_wrapper h3 .inline{
  display:inline-block;
  line-height:1.6;
  padding:0 0.3em;
  color:#fff;
  background-color:#4c2c18;
  white-space:nowrap;
}

#cont5 .cont_wrapper .sec{
  margin-top:3%;
  text-align:left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont5 .cont_wrapper .sec .left_wrapper,
#cont5 .cont_wrapper .sec .right_wrapper{
  width:47%;
}
#cont5 .cont_wrapper .sec p{
  margin-bottom:1.8em;
  font-feature-settings: "palt";
  letter-spacing:0.03em;
}
#cont5 .cont_wrapper .sec p.nomb{
  margin-bottom:0;
}
#cont5 .cont_wrapper .sec .logo{
  width:50%;
  margin:-1.8em auto 0;
}

#cont5 .cont_wrapper .sec .incho{
  transform:translateY(-1.8em);
}

@media screen and (max-width:768px){
  #cont5 .cont_wrapper{
    margin-top:7%;
    border-radius:1.5em;
  }
  #cont5 .cont_wrapper .top_wrapper h3{
    font-size:5.6vw;
    text-align:right;
  }
  #cont5 .cont_wrapper .top_wrapper figure{
    margin-top:-6%;
    transform:translateY(-5%);
  }

  #cont5 .cont_wrapper .sec{
    margin-top:3%;
    display: block;
  }
  #cont5 .cont_wrapper .sec .left_wrapper,
  #cont5 .cont_wrapper .sec .right_wrapper{
    width:auto;
  }
  #cont5 .cont_wrapper .sec .logo{
    width:30%;
    margin:0 auto;
  }
}


/* #cont6 */
#cont6{
  padding:min(9%,90px) 0 0;
}
#cont6 .tit{
  font-size:min(4.6vw,46px);
  font-feature-settings: "palt";
  letter-spacing:0.03em;
}
#cont6 .tit:after{
  background-color:#82b772;
}

@media screen and (max-width:768px){
  #cont6 .tit{
    font-size:7vw;
  }
}


/* #cont6_1 */
#cont6_1{
  margin-top:min(4%,40px);
  padding:min(7%,70px) min(5%,50px);
  background-color:#e7f2ee;
  border-radius:70px;
  font-feature-settings: "palt";
}
#cont6_1 h3{
  font-size:min(3.4vw,34px);
  background:
    url(../images/cont6_tit_left.png)no-repeat left center,
    url(../images/cont6_tit_right.png)no-repeat right center;
  background-size:1.3em auto;
  letter-spacing:-0.05em;
}
#cont6_1 p{
  line-height:1.6;
  margin-top:1.6em;
  font-size:min(2.5vw,25px);
}
#cont6_1 .large{
  margin-top:1em;
  font-size:min(3.1vw,31px);
}
#cont6_1 .please{
  margin-top:1.8em;
}
#cont6_1 .tel{
  display:inline-block;
  margin-top:0.5em;
  font-size:min(4.8vw,48px);
}
#cont6_1 .tel img{
  width:1.6em;
  margin-right:0.3em;
  vertical-align:-0.3em;
}
#cont6_1 .mail p{
  margin-bottom:1em;
}
#cont6_1 .mail img{
  width:4em;
}

@media screen and (max-width:768px){
  #cont6_1{
    margin-top:7%;
    border-radius:1.5em;
  }
  #cont6_1 h3{
    line-height:1.5;
    font-size:5vw;
  }
  #cont6_1 p{
    font-size:3.8vw;
  }
  #cont6_1 .large{
    font-size:4.5vw;
  }
  #cont6_1 .tel{
    display:inline-block;
    margin-top:0.5em;
    font-size:6.5vw;
  }
  #cont6_1 .mail p{
    margin-bottom:0.5em;
  }
  #cont6_1 .mail img{
    width:3em;
  }
}


/* #cont6_2 */
#cont6_2{
  margin-top:min(4%,40px);
  padding:min(7%,70px) min(5%,50px);
  font-feature-settings: "palt";
}
#cont6_2 h3{
  font-size:min(3vw,30px);
  text-align:left;
}
#cont6_2 .detail{
  padding:3% 1.5% 0;
}
#cont6_2 .detail div{
  line-height:1.6;
  font-size:16px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont6_2 .detail div dt{
  width:max(12.4%,6.5em);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom:2px solid #e0862e;
}
#cont6_2 .detail div dd{
  width:78%;
  padding:1em;
  text-align:left;
  border-bottom:1px solid #b4b4b5;
}
#cont6_2 .detail div dd ul li{
  padding-left:1em;
  text-indent:-1em;
}
#cont6_2 .detail div dd p{
  margin-top:1em;
}

@media screen and (max-width:1000px){
  #cont6_2 .detail div dd .only_pc{
    display:none !important;
  }
}

@media screen and (max-width:768px){
  #cont6_2{
    margin-top:min(4%,40px);
    padding:min(7%,70px) 0;
  }
  #cont6_2 h3{
    font-size:5vw;
    text-align:center;
  }
  #cont6_2 .detail{
    padding:0;
  }
  #cont6_2 .detail div{
    line-height:1.3;
    font-size:3.6vw;
    display:block;
  }
  #cont6_2 .detail div dt{
    width:auto;
    margin-top:1em;
    padding:0.5em 0.5em;
    display:block;
    font-size:4.2vw;
    text-align:left;
  }
  #cont6_2 .detail div dd{
    width:auto;
    padding:1em 0.5em;
    border-bottom:none;
  }
}


/* #contact */
#contact{
  padding:20% 0 min(12%,120px);
  background:#d2ebdb url(../images/cont2_bg.png)no-repeat center top;
  background-size:100% auto;
}
#contact .tit{
  font-size:min(5vw,50px);
}
#contact .tit:after{
  background-color:#82b772;
}
#contact .lead{
  margin-top:min(5%,50px);
  font-feature-settings: "palt";
}

#contact form{
  margin-top:min(5vw,50px);
  padding:min(5%,50px);
  font-size:clamp(16px,1.9vw,19px);
  background-color:#fff;
  border-radius:70px;
}
#contact form > dl div{
  margin-top:3%;
  text-align:left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align:left;
}
#contact form > dl dt{
  width:12em;
  line-height:1.2;
  margin:0.2em 0;
	padding-left:0.5em;
  border-left:4px solid #ec1e32;
}
#contact form > dl dt.hissu:after{
  content:'必須';
  display:inline-block;
  margin-left:0.5em;
  padding:0 0.5em;
  line-height:1.6;
  font-size:12px;
  color:#fff;
  background-color:#ec1e32;
  border-radius:0.3em;
  vertical-align:0.2em;
}
#contact form > dl dd{
  flex:1;
}
#contact form > dl dd ul li{
  display:inline-block;
  margin-right:1em;
}
#contact form .privacy{
  margin-top:5%;
}

@media screen and (max-width:768px){
  #contact .tit{
    font-size:7vw;
  }
  #contact form{
    margin-top:7%;
    padding:5% 5% 9%;
    border-radius:1.5em;
    font-size:max(16px,3.4vw);
  }
  #contact form > dl div{
    display: block;
    margin-top:7%;
  }
  #contact form > dl dt{
    border-left:3px solid #ec1e32;
  }
  #contact form > dl dt.hissu:after{
    font-size:2.5vw;
  }
  #contact form > dl dd{
    margin-top:3%;
  }
  #contact form > dl dd ul li{
    display:block;
    margin-right:0;
    white-space:nowrap;
  }
  #contact form > dl dd ul li .small{
    font-size:13px;
    font-feature-settings: "palt";
  }
  #contact form .privacy{
    font-size:max(14px,3.4vw);
  }
}


/* .privacy_sec */
.privacy_sec{
  height:300px;
  margin-top:min(5%,50px);
  padding:min(5%,50px);
  border:1px solid #ccc;
  overflow:auto;
}
.privacy_sec > ul{
  margin-top:min(3%,30px);
  font-size:min(1.6vw,16px);
  text-align:left;
}
.privacy_sec > ul > li{
  margin-top:1.6em;
}
.privacy_sec > ul > li h4{
  padding-left:1em;
  text-indent:-1em;
}
.privacy_sec > ul > li dl{
  padding-left:1em;
}
.privacy_sec > ul > li dl dt{
  margin-top:1em;
}
.privacy_sec > ul > li dl dd{
  display:list-item;
  margin-left:1.5em;
  list-style:disc;
}
.privacy_sec > ul > li ul{
  padding:1em 0 0 1em;
}
.privacy_sec > ul > li ul li{
  margin-left:1.5em;
  list-style:disc;
}
.privacy_sec .sign{
  margin-top:min(5%,50px);
  font-size:min(1.6vw,16px);
  text-align:right;
}

@media screen and (max-width:768px){
  .privacy_sec{
    height:200px;
    line-height:1.5;
    margin-top:7%;
  }
  .privacy_sec{
    font-size:3.6vw;
  }
  .privacy_sec > ul{
    margin-top:5%;
    font-size:3vw;
  }
  .privacy_sec .sign{
    margin-top:7%;
    font-size:3vw;
  }
}


/* #contact.thanks */
#contact.thanks .cont_wrapper{
  max-width:800px;
  margin-top:min(5vw,50px);
  padding:min(5%,50px);
  background-color:#fff;
  border-radius:70px;
}
#contact.thanks .cont_wrapper .lead{
  text-align:left;
}
#contact.thanks .cont_wrapper dl{
  margin-top:min(5vw,50px);
  text-align:left;
}
#contact.thanks .cont_wrapper .tel{
  display:inline-block;
  margin-top:0.5em;
  font-size:min(4.8vw,48px);
}
#contact.thanks .cont_wrapper .tel img{
  width:1.6em;
  margin-right:0.3em;
  vertical-align:-0.3em;
}
#contact.thanks .btn{
  display:inline-block;
  width:15em;
  line-height:3;
  margin-top:min(7%,50px);
  font-weight:bold;
  letter-spacing:0.03em;
  text-indent:0.03em;
  color:#fff;
  border-radius:100px;
  color:#fff;
}

@media screen and (max-width:768px){
  #contact.thanks .cont_wrapper{
    margin-top:7%;
    border-radius:1.5em;
  }
  #contact.thanks .cont_wrapper dl{
    margin-top:7%;
  }
  #contact.thanks .cont_wrapper .tel{
    margin-top:0.5em;
    font-size:6.5vw;
  }
}



/* footer */
footer{
  padding:min(15%,150px) 0 min(5%,50px);
}
footer img{
  width:400px;
}
footer .address{
  margin-top:1em;
}

@media screen and (max-width:768px){
  footer img{
    width:50%;
  }
  footer .address{
    font-size:3vw;
  }
}


/* #topbtn */
#topbtn{
  width:50px;
  line-height:50px;
  font-size:21px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  border-radius:50%;
  box-shadow:0 0 3px rgba(0,0,0,0.3);
  position:fixed;
  z-index:98;
  right:20px;
  bottom:-150px;
  -webkit-transition: bottom 0.8s;
  transition: bottom 0.8s;
}
@media screen and (max-width:750px){
  #topbtn{
    width:40px;
    line-height:40px;
    font-size:18px;
    right:40px;
  }
}


/* #bottom_nav */
#bottom_nav{
  max-width:400px;
  width:90%;
  display: inline-block;
  position:fixed;
  bottom:-300px;
  right:30px;
  z-index:100;
  -webkit-transition: bottom 0.8s;
  transition: bottom 0.8s;
  cursor:pointer;
}
#bottom_nav:hover{
  opacity:1;
}








/* fadein */
.fadein {
	opacity : 0;
	-webkit-transform : translate(0, 70px);
	transform : translate(0, 70px);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.fadein_0 {
	opacity : 0;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}

.delay1 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.2s;
	transition-delay : 0.2s;
}
.delay2 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.4s;
	transition-delay : 0.4s;
}
.delay3 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.6s;
	transition-delay : 0.6s;
}
.delay4 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.8s;
	transition-delay : 0.8s;
}
.delay5 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 1.0s;
	transition-delay : 1.0s;
}
.delay6 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 1.2s;
	transition-delay : 1.2s;
}

.fadein.scrollin,
.fadein_0.scrollin{
	opacity : 1;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
}