@charset "utf-8";

/* for Common & Smartphone*/
html,body{
	position:relative;
	height:100%;
}
html {
  font-size: 62.5%;/*10px基準*/
	}


body{
	position:relative;
	-webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  font-family: YakuHanMP_Noto, 'Noto Serif JP', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'ＭＳ Ｐ明朝','MS PMincho', 'ＭＳ 明朝', serif;
	font-weight: normal;
	font-weight: 400;
	color:#000;
	line-height:1.6;
}
/*h1,h2,h3,h4,h5,h6{
  font-weight: 400;
}*/

.sp{display:block;}
.pc{display:none;}

.spIL{display:inline;}
.pcIL{display:none;}

.conSP{
  margin-left: 2.66vw !important;
	margin-right: 2.66vw !important;
}



/*リンク 
*/
a:link{
	color:#000;
	}
a:visited{
	color:#000;
	}
a:hover{
	text-decoration: none;
	}
a:active/*,
a:hover*/{
	color:#000;
	}
.disabled{
	cursor:default;
}
.txtUL{
	text-decoration: underline !important;
}

img {
	border:0;
	vertical-align:top;
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
    width: 100%;
}
.img100{
	width:100%;
}

.relative{
	position:relative;
	}
.static{
	position:static !important;
	}
.hide{
	display:none;
	}

/*font*/
.normal{
	font-family: 'Noto Serif JP', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝B', 'ＭＳ Ｐ明朝','MS PMincho', 'ＭＳ 明朝', serif;
	font-weight: normal;
	}
.bold{
	font-family: 'Noto Serif JP', '游明朝', YuMincho, "ヒラギノ明朝 ProN W6", 'Hiragino Mincho ProN', "ヒラギノ明朝 Pro W6", 'Hiragino Mincho Pro', 'HGS明朝B', 'ＭＳ Ｐ明朝','MS PMincho', 'ＭＳ 明朝', serif;
	font-weight:bold;
	font-weight: 700;
	}

.fGo{
	font-family: 'Hiragino Kaku Gothic ProN','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ',  'Hiragino Sans', sans-serif !important;
	font-weight: normal;
	font-weight: 500;
	}
.fGo.bold{
	font-family: 'Hiragino Kaku Gothic ProN','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif !important;
	font-weight:bold;
	font-weight: 700;
	}
.fEn{
	font-family: 'Roboto', sans-serif;
  font-weight: 300;
	}
/*txt*/
.tCol00{
	color: #000;
}
.tCol99{
	color: #fff;
}
.tCol01{
  color: #ff7381 !important;
}
.tCol02{
  color: #db4c94 !important;
}



.bg00{
  background: #000;
}
.bg99{
  background: #fff;
}

.bg01{
  background: #fcf4f5;
}


/* for PC*/
@media print, screen and (min-width:768px) {
	.sp{display:none;}
	.pc{display:block;}

	.spIL{display:none;}
	.pcIL{display:inline;}

	.conSP{
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.conPC{
		max-width:1020px;/*1080px*/
		width: auto !important;
		width: 1020px;
		margin-left:auto !important;
		margin-right:auto !important;
		padding-left:10px;
		padding-right:10px;
	}

	a:link,
	a:visited{}
	a:active,
	a:not(.disabled):hover{
		text-decoration:none;
		}
	a,
	.hover{
		-webkit-transition: .3s;
		transition: .3s;
		}
	a:not(.noRO):hover,
	.hover:hover{
		filter:alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-moz-opacity:0.7;
		-khtml-opacity: 0.7; 
		opacity:0.7;
		}
	.disabled{
		text-decoration:none;
	}

}



/*btnPageTop*/
.btnPageTop{
	display: none;
	position:fixed;
	right:10px;
	bottom:65px;
	width:48px;
	height:48px;
  z-index: 80;
	}
.btnPageTop a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.6);
  border-radius: inherit;
	}
.btnPageTop a::after{
	content:"";
	position:absolute;
	display:block;
	left:50%;
	top:50%;
	width:20px;
	height:20px;
	margin:-5px 0 0 -10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}


/* for PC*/
@media print, screen and (min-width:768px) {
  /*btnPageTop*/
  .btnPageTop{
    bottom:10px;
    }
  }



/*
footer
*/
.footer{
  padding: 20px 0;
  border-top: 2px solid #ff7381;
  text-align: center;
}
.copyright{
  padding: 0 0 0 0.05em;
  font-size: 1.0rem;
  text-align: center;
  letter-spacing: 0.05em;
}

/*
contents
*/
main{
	display: block;
}
.contents{
  position: relative;
}
.conBody{
  margin: 0 0 20px 0;
  padding: 30px 6.6vw 30px 6.6vw;
  background: #fff;
}
/*セクション*/
.sec01{
  padding: 60px 0;
}
.sec02{
  margin-bottom: 40px !important;
}

.ttlEn{
  position: absolute;
  left: 50%;
  top: -30px;
  width: 80%;
  max-width: 690px;
  text-align: center;
  line-height: 1.0;
  transform: translate(-50%,0);
}
.ttlEn.type02{
  position: static;
  margin: 0 auto 20px auto;
  transform: none;
  text-align: center;
}

/*コピー*/
.copy01{
  margin: 0 0 20px 0;
  font-size:clamp(1.6rem, 5.33vw, 2.0rem);/*20 / 25*/
  line-height: 1.6;
}

.copy02{
  font-size:clamp(1.5rem, 4.80vw, 1.8rem);/*18 / 28*/
  text-align: center;
  line-height: 1.4;
}
.copy02.type01{
  margin: 0 0 40px 0;
  padding: 10px 0;
  background-image: linear-gradient(270deg, rgba(255, 242, 244, 0) 0%, rgba(255, 242, 244, 1) 10%, rgba(255, 242, 244, 1) 90%, rgba(255, 242, 244, 0) 100%);
}
.copy02.type02{
  padding: 10px 0;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
}
.copy03{
  font-size:clamp(1.5rem, 4.53vw, 1.7rem);/*18 / 22*/
}
.copy03.type01{
  margin: 0 0 30px 0;
}
.copy03.type02{
  margin: 0 0 15px 0;
}
.copy04{
  font-size:clamp(1.5rem, 4.80vw, 1.8rem);/*18 / 30*/
}


/*リード*/
.lead01{
  margin: 0 0 1.5em 0;
  font-size:clamp(1.2rem, 4.53vw, 1.5rem);/*15 / 17*/
  line-height: 1.8;
  font-weight: normal;
}
.lead02{
  font-size:clamp(1.0rem, 320vw, 1.2rem);/*12 / 14*/
  line-height: 1.8;
  font-weight: normal;
}

/*ハイライト*/
.highlight {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: #fcf4f5; /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

/*下向きの線*/
.arrow{
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  background: url("../images/arrow_line.png") no-repeat center bottom;
  background-size: 1000px auto;
}


.btnClose{
  width: 70%;
  height: 36px;
  line-height: 34px;
  margin: 0 auto;
  border-radius: 200px;
  text-align: center;
  font-size:clamp(1.2rem, 4.53vw, 1.5rem);/*15 / 17*/
}
.btnClose a{
  display: block;
  height: 100%;
  line-height: inherit;
  border-radius: inherit;
  background: #ff7381;
  color: #fff;
  text-decoration: none;
}


/* for PC*/
@media print, screen and (min-width:768px) {
	.contents{}
  
  .conBody{
    margin: 0 0 40px 0;
  }

  /*セクション*/
  .sec01{
    padding: 120px 0;
  }
  .sec02{
    margin-bottom: 80px !important;
  }

  .ttlEn{
    top: -60px;
    width: auto;
  }
  .ttlEn.type02{
    margin: 0 auto 50px auto;
  }
  /*コピー*/
  .copy01{
    margin: 0 0 30px 0;
    font-size:clamp(1.8rem, 2.50vw, 2.5rem);/*20 / 25*/
  }
  .copy02{
    font-size:clamp(1.8rem, 2.80vw, 2.8rem);/*20 / 28*/
    text-align: center;
    line-height: 1.4;
  }
  .copy02.type01{
    margin: 0 0 80px 0;
    padding: 20px 0;
  }
  .copy02.type02{
    padding: 20px 0;
  }
  .copy03{
    font-size:clamp(1.7rem, 2.20vw, 2.2rem);/*17 / 22*/
  }
  .copy03.type01{
    margin: 0 0 70px 0;
  }
  .copy03.type02{
    margin: 0 0 35px 0;
  }
  .copy04{
    font-size:clamp(1.8rem, 3.00vw, 3.0rem);/*18 / 30*/
  }
  
  
  /*リード*/
  .lead01{
    font-size:clamp(1.4rem, 1.70vw, 1.7rem);/*15 / 17*/
  }
  .lead02{
    font-size:clamp(1.2rem, 1.4vw, 1.4rem);/*12 / 14*/
  }
  
  /*下向きの線*/
  .arrow{
    margin: 0 0 60px 0;
  }
  .btnClose{
    width: 300px;
    height: 40px;
    line-height: 38px;
    font-size:clamp(1.4rem, 1.70vw, 1.7rem);/*15 / 17*/
  }
  .btnClose a{}

}



/*
mv
*/
.mv{
  position: relative;
}
.mv .visual{
  width: 100%;
}
.mv .visual img{
  display: block;
  width: 100%;
}

.mv .txt{
  position: absolute;
  top: 50%;
  left: 7.2vw;
  width: 42.2vw;
  text-align: center;
  transform: translate(0,-50%);
}
.mv .txt .logo img{
  display: block;
  width: 100%;  
  margin: 0 auto;
}

h1{
  margin: 10px 0 0 0;
  font-size:clamp(1.2rem, 1.30vw, 1.3rem);/*11 / 13*/
  text-align: center;
  white-space: nowrap;
  line-height: 1.8;
  color: #676162;
  text-shadow: 2px 2px 4px rgba(255,255,255,0.4),2px -2px 4px rgba(255,255,255,0.4),-2px 2px 4px rgba(255,255,255,0.4),-2px -2px 4px rgba(255,255,255,0.4);
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .mv{}
  .mv .visual{}
  .mv .visual img{}

  .mv .txt{
    left: 0;
    width: 50%;
    text-align: center;
  }
  .mv .txt .logo img{
    width: 65%;  
  }

  h1{
    margin: 30px 0 0 0;
    font-size:clamp(3.2rem, 1.92vw, 5.0rem);/*13 / 50*/;
    white-space: normal;
  }
}

/*
about
*/
.about{}
.about .box{
  position: relative;
  padding: 40px 6.6vw 50px 6.6vw;
  border: 4px solid #fcf4f5;
}
.about .box::after{
  content: "";
  position: absolute;
  right: -2.66vw;
  bottom: -30px;
  display: block;
  width: calc(330px * 0.4);
  height: calc(300px * 0.4);
  background: url("../images/about_deco.png") no-repeat right bottom;
  background-size: contain;
}
.about .box .photo{
  width: calc((480 / (750 - 100)) * 100%);
  margin: 0 auto 25px auto;
}
.about .box + p{
  margin: 30px 0 0 0;
  text-align: center;
}

.benefit{
  margin: 10px 0 0 0;
  text-align: center;
}
.benefit .t01{
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 24px 30px 0 30px;
  font-size:clamp(1.2rem, 4.53vw, 1.5rem);/*15 / 17*/
}
.benefit .t01::before,
.benefit .t01::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 30px;
  height: 30px;
  background-image: url("../images/point_deco.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.benefit .t01::after{
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
.benefit .t01 strong{
  font-size: 147%;
}
.benefit ol{
  margin: 0 0 30px 0;
}
.benefit ol li{
  margin: 0 0 10px 0;
  text-align: center;
}
.benefit ol li p:not(.cap){
  margin: 0 0 5px 0;
  padding: 10px 0;
  background: #fff6f6;
  border-radius: 8px;
  font-size:clamp(1.2rem, 4.53vw, 1.5rem);/*15 / 17*/
  line-height: 1.0;
}
.benefit ol li p.cap{
  font-size:clamp(1.0rem, 2.93vw, 1.1rem);/*11 / 13*/
  line-height: 1.0;
}
.benefit .btnLine{
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  border-radius: 8px;
  line-height: 1.0;
}
.benefit .btnLine a{
  position: relative;
  display: block;
  padding: 15px 0;
  background: -moz-linear-gradient(right, #7ec1ec, #fab7be);
  background: -webkit-linear-gradient(right, #7ec1ec, #fab7be);
  background: linear-gradient(to left, #7ec1ec, #fab7be);
  border-radius: inherit;
  color: #fff;
  font-size:clamp(1.8rem, 5.86vw, 2.2rem);/*22 / 28*/
  font-weight: 700;
  text-decoration: none;
}
.benefit .btnLine a span{
  position: relative;
}
.benefit .btnLine a:hover{
  opacity: 1;
}
.benefit .btnLine a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #7ec1ec, #fab7be);
  background: -webkit-linear-gradient(left, #7ec1ec, #fab7be);
  background: linear-gradient(to right, #7ec1ec, #fab7be);
  border-radius: inherit;
  transition: .3s;
}
.benefit .btnLine a:hover::before{  
  opacity: 0;
}
.benefit .btnLine a::after{
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin: 0 0 3px 10px;
  border-left: 10px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: none;
}


/* for PC*/
@media print, screen and (min-width:768px) {
  .about{}
  .about .box{
    padding: 75px calc((50 / 1000) * 100%) 50px calc((50 / 1000) * 100%);
    border-width: 20px;
  }
  .about .box::after{
    right: -50px;
    bottom: -120px;
    width: 330px;
    height: 300px;
  }
  .about .box .flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about .box .photo{
    width: calc((350 /  (1000 - (50 + 20)*2)) * 100%);
    margin: 0;
  }
  .about .box .txt{
    width: calc((460 /  (1000 - (50 + 20)*2)) * 100%);
    margin: 0;
  }
  .about .box + p{
    width: calc(100% - 340px);
    margin: 10px 0 0 0;
    text-align: left;
  }
  
  .benefit{
    margin: 50px 0 0 0;
  }
  .benefit .t01{
    margin: 0 0 40px 0;
    padding: 40px 60px 0 60px;
    font-size:clamp(1.4rem, 1.70vw, 1.7rem);/*15 / 17*/
  }
  .benefit .t01::before,
  .benefit .t01::after{
    width: 60px;
    height: 60px;
  }
  .benefit .t01::after{}
  .benefit .t01 strong{}
  
  .benefit ol{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 30px 0;
  }
  .benefit ol li{
    margin: 0 10px;
  }
  .benefit ol li p:not(.cap){
    margin: 0 0 10px 0;
    padding: 10px;
    font-size:clamp(1.4rem, 1.70vw, 1.7rem);/*15 / 17*/
  }
  .benefit ol li p.cap{
    font-size:clamp(1.2rem, 1.30vw, 1.3rem);/*11 / 13*/
  }
  .benefit .btnLine{}
  .benefit .btnLine a{
    padding: 25px 0;
    font-size:clamp(2.2rem, 2.8vw, 2.8rem);/*22 / 28*/
  }
  .benefit .btnLine a::after{
    border-left: 15px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  

}



/*
bp
*/
.bp{}
.bp .box{
  position: relative;
  margin: 0 0 50px 0;
  padding: 50px 6.6vw 30px 6.6vw;
  background: #fff;
}
.bp .box::after{
  content: "";
  position: absolute;
  right: -2.66vw;
  bottom: -35px;
  display: block;
  width: calc(220px * 0.4);
  height: calc(220px * 0.4);
  background: url("../images/review_deco.png") no-repeat right bottom;
  background-size: contain;
}

.bp .lead01{
  margin-bottom: 2.5em;
}

.bp .photo01{
  margin: 0 0 30px 0;
}
.bp .photo01 + .copy01 strong{
  margin: 0 2px;
  font-size: calc((70 / 25) * 100%);
}
.bp .photo01 + .copy01 span{
  margin: 0 2px;
  font-size: calc((40 / 25) * 100%);
}

.bp .photo02{
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 0 25% 0;
}
.bp .photo02 li{
  width: calc((426 / 750) * 100%);
}
.bp .photo02 li:last-of-type{
  position: absolute;
  right: 0;
  bottom: 0;
}

.bp .movie{
  position: relative;
  margin: 0 0 50px 0;
  padding: 20px 0 0 0;
}
.bp .movie::after{
  content: "";
  position: absolute;
  left: -8.00vw;
  top: 10px;
  display: block;
  width: calc(270px * 0.4);
  height: calc(215px * 0.4);
  background: url("../images/movie_deco.png") no-repeat right bottom;
  background-size: contain;
}
.bp .movie .youtube {
  max-width: 560px;
  margin: 0 auto;
}
.bp .movie .youtube > div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.bp .movie .youtube > div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/*lecture*/
.lecture{}

.lecture .lecP{
  position: relative;
  padding: 0 0 25% 0;
}
.lecture .lecP li{
  width: calc((370 / 750) * 100%);
}
.lecture .lecP li:last-of-type{
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc((440 / 750) * 100%);
}


/*magazine*/
.magazine figure{
  max-width: 375px;
  margin: 0 auto;
}


/*before after*/
.ba{}
.ba ul{
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px dotted #ff7381;
}
.ba ul li{}
.ba ul li.before{
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 40px 0;
}
.ba ul li.before::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-top: 20px solid #ff7381;
  border-bottom: none;
  border-right: 16px solid transparent;
  transform: translate(-50%,0);
}
.ba ul li.after img{
  filter: drop-shadow(0 0 16px rgba(255,115,129,0.6));
}

/*review*/
.review{}
.review div:first-of-type{
  margin: 0 0 40px 0;
}
.review .lead01{
  margin: 20px 0;
}

.bp .benefit ol li p:not(.cap){
  background: #fff;
}


/* for PC*/
@media print, screen and (min-width:768px) {
  .bp{}
  .bp .box{
    width: 90%;
    margin: 0 auto;
    padding: 100px calc((50 / 1000) * 100%) 120px calc((50 / 1000) * 100%);
  }
  .bp .box::after{
    right: -80px;
    bottom: -60px;
    width: 220px;
    height: 220px;
  }
  .bp .photo01{
    margin: 0 0 70px 0;
  }
  .bp .photo02{
    margin: 0 0 60px 0;
  }
  .bp .photo02 li{}
  .bp .photo02 li:last-of-type{}
  
  .bp .movie{
    margin: 0 0 140px 0;
    padding: 60px 0 0 0;
  }
  .bp .movie::after{
    left: -8.00vw;
    top: 60px;
    width: calc(270px * 1.0);
    height: calc(215px * 1.0);
  }
  .bp .movie .youtube {}
  .bp .movie .youtube > div {}
  .bp .movie .youtube > div iframe {}
  
  /*lecture*/
  .lecture{}
  
  /*magazine*/
  .magazine{}
  
  /*before after*/
  .ba{}
  .ba ul{
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 560px;
    margin: 0 auto 50px auto;
    padding: 0;
    border: none;
  }  
  .ba ul::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid #ff7381;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: none;
    transform: translate(-50%,-50%);
  }
  .ba ul li{
    width: 260px;
    margin: 0;
    padding: 0;
  }
  .ba ul li.before{
    margin: 0;
    padding: 0;
  }
  .ba ul li.before::after{
    content: none;
  }
  .ba ul li.after img{
    
  }
  
  /*review*/
  .review{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  .review div:first-of-type{
    width: calc((404 / 840) *100%);
    margin: 0;
  }
  .review div:last-of-type{
    width: calc((400 / 840) *100%);
    margin: 0;
  }
  .review .lead01{
    margin: 30px 0;
  }
  
}


/*
voice
*/
.voice{}
.voice .ttlVoice{
  width: 300px;
  height: 72px;
  margin: 0 auto 20px auto;
  padding: 5px 0 0 0;
  background: url("../images/voice_ttl_deco.png") no-repeat center bottom;
  background-size: cover;
  font-size:clamp(1.4rem, 4.53vw, 1.7rem);/*17 / 27*/
  text-align: center;
}
.voice .photo{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto 30px auto;
}
.voice .photo li:nth-of-type(1){
  width: calc((330 / 850) * 100%);
}
.voice .photo li:nth-of-type(2){
  width: calc((478 / 850) * 100%);
}
.voice .voiceBody{
  max-width: 920px;
  margin: 0 auto;
}
.voice .column{
  padding: 5.33vw 1.33vw;
  border: 5px solid #fcf4f5;
  text-align: center;
  font-size:clamp(1.4rem, 4.53vw, 1.7rem);/*17 / 20*/
  line-height: 2.0;
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .voice{}
  
  .voice .ttlVoice{
    width: 500px;
    height: 120px;
    margin: 0 auto 35px auto;
    padding: 5px 0 0 0;
    font-size:clamp(1.7rem, 2.70vw, 2.7rem);/*17 / 27*/
  }
  .voice .photo{
    margin-bottom: 60px;
  }
  .voice .photo li:nth-of-type(1){}
  .voice .photo li:nth-of-type(2){}
  .voice .voiceBody{}
  .voice .column{
    padding: 45px 5%;
    border-width: 10px;
    font-size:clamp(1.8rem, 2.00vw, 2.0rem);/*17 / 20*/
  }
}


/*
company
*/
.company{}
.company .contents{
  padding: 6.6vw 0;
}
.company .comLogo{
  width: 65%;
  margin: 0 auto;
}
.company .comLogo figcaption{
  margin: 20px 0 30px 0;
  font-size:clamp(1.1rem, 3.46vw, 1.3rem);/*13 / 15*/
}
.company dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  border-bottom: 1px solid #ccc;
  }
.company dl dt,
.company dl dd{
  padding: 2.66vw 1.33vw;
  border-top: 1px solid #ccc;
  text-align: left;
  font-size:clamp(1.1rem, 3.46vw, 1.3rem);/*13 / 14*/
  line-height: 1.4;
}
.company dl dt{
  width: 8.5em;
  padding-left: 2.66vw;
  font-weight: 700;
}
.company dl dd{
  width: calc(100% - 8.5em);
}



/* for PC*/
@media print, screen and (min-width:768px) {
  .company{}
  .company .contents{
    padding: 50px 0;
  }
  .company .conBody{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .company h1{
    width: 100%;
    margin-bottom: 60px;
  }
  .company .comLogo{
    width: 50%;
    margin: 0;
  }
  .company .comLogo img{
    width: 70%;
  }
  .company .comLogo figcaption{
    margin: 20px 0 30px 0;
    font-size:clamp(1.3rem, 1.40vw, 1.4rem);/*13 / 14*/
  }
  .company dl{
    width: 50%;
    max-width: 600px;
    margin: 0;
  }
  .company dl dt,
  .company dl dd{
    padding: 1em 0.5em;
    font-size:clamp(1.3rem, 1.40vw, 1.4rem);/*13 / 14*/
  }
  .company dl dt{
    padding-left: 1em;
  }
  .company dl dd{} 
}

/*
line
*/
.line{}
.line .ttlLine{
  position: relative;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.line .ttlLine::before{
  content: "";
  position: absolute;
  /*left: -2.66vw;*/
  left: 0;
  top: -30px;
  display: block;
  width: calc(170px * 0.4);
  height: calc(170px * 0.4);
  background: url("../images/line_deco.png") no-repeat right bottom;
  background-size: contain;
}
.line .photo{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
.line .photo li{
  /*width: calc((284 / 960) * 100%);*/
  width: calc((100% - (5px * 2))  / 3);
}
.line .photo li  img{
  border: 3px solid #fff;
  border-radius: 50%;
}
.line .photo li p{
  margin: 5px 0 0 0;
  line-height: 1.4;
  text-align: center;
}
.line .photo li p.t01{
  font-size:clamp(1.4rem, 4.26vw, 1.6rem);/*16 / 22*/
}
.line .photo li p.t02{
  font-size:clamp(1.1rem, 3.20vw, 1.2rem);/*12 / 17*/
  white-space: nowrap;
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .line{}
  .line .ttlLine{
    margin-bottom: 40px;
  }
  .line .ttlLine::before{
    left: 0;
    top: -60px;
    width: calc(170px * 1.0);
    height: calc(170px * 1.0);
  }
  .line .photo{}
  .line .photo li{
    width: calc((284 / 960) * 100%);
  }
  .line .photo li  img{
    border-width: 6px;
  }
  .line .photo li p{
    margin: 10px 0 0 0;
  }
  .line .photo li p.t01{
    font-size:clamp(1.7rem, 2.20vw, 2.2rem);/*17 / 22*/
  }
  .line .photo li p.t02{
    font-size:clamp(1.4rem, 1.70vw, 1.7rem);/*15 / 17*/
    white-space: normal;
  }
}


  
/*
links
*/
.links{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.links li{
  margin: 0 1em;
  text-align: center;
}
.links li a{
  position: relative;
  display: block;
  padding: 0 0 0 16px;
}
.links li a::before,
.links li a::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
}
.links li a::before{
  width: 8px;
  height: 2px;
  background: #ff7381;
  -webkit-transform: translate(0,(-50% + 2px));
  transform: translate(0,(-50% + 2px));
}
.links li a::after{
  width: 7px;
  height: 7px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ff7381;
  -webkit-transform: rotate(45deg) translate(0,-50%);
  transform: rotate(45deg) translate(0,-50%);
}
 /* for PC*/
@media print, screen and (min-width:768px) { 
  .links{}
  .links li{
    margin: 0 2.0em;
  }
  .links li a{
    padding: 0 0 0 20px;
  }
  .links li a::before,
  .links li a::after{
  }
  .links li a::before{}
  .links li a::after{}
}


/*
-----------------------------------------------
*/
/*
privacy
*/
.privacy{}
.privacy .contents{
  padding: 6.6vw 0;
}

.privacy .conBody dl{}
.privacy .conBody dl dt,
.privacy .conBody dl dd{
  font-size:clamp(1.2rem, 4.53vw, 1.5rem);/*15 / 17*/
  text-align: left;
  line-height: 1.8;
}
.privacy .conBody dl dt{
  margin: 0 0 0.5em 0;
  font-weight: 700;
}
.privacy .conBody dl dd{
  margin: 0 0 2em 0;
}

.privacy .conBody dl dd ol{
  margin: 0.5em 0 0 2em;
}
.privacy .conBody dl dd ol li{
  margin: 0 0 0.5em 0;
  list-style-type: none;
	counter-increment: cnt;
}
.privacy .conBody dl dd ol li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2em; /* サイトに合せて調整 */
	width: 2em; /* サイトに合せて調整 */
}

/* for PC*/
@media print, screen and (min-width:768px) {
  .privacy{}
  .privacy .contents{
    padding: 50px 0;
  }
  .privacy .conBody{
    padding: 50px calc((50 / 1000) * 100%) 50px calc((50 / 1000) * 100%);
  }
  .privacy .conBody dl{}
  .privacy .conBody dl dt,
  .privacy .conBody dl dd{
    font-size:clamp(1.4rem, 1.70vw, 1.7rem);/*15 / 17*/
  }
  .privacy .conBody dl dt{}
  .privacy .conBody dl dd{}

  .privacy .conBody dl dd ol{}
  .privacy .conBody dl dd ol li{}
  .privacy .conBody dl dd ol li::before {}
}



