@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

html { 
	font-size: 62.5%;
}

body {
	inline-size: 100%;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	color: #000;
	font-size: min(24px, 1.67vw);
  font-optical-sizing: auto;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	background: #fff;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

* {box-sizing: border-box;}

a {
	text-decoration: none;
	color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.dsp_li { display: inline-block !important;}


/* --------------------
ボタン
--------------------*/
.btn_c {
	text-align: center;
}

/* .btn_link */
.btn_link {
	position: relative;
	display: inline-block;
	padding: 0.5em 3em;
	color: #fff;
	font-size: min(40px, 2.78vw);
	text-decoration: none;
	line-height: 1.2;
	background: linear-gradient(to right, #ff327d 0%,#6f1eff 100%);
	border: 1px solid #fff;
	border-radius: 2em;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
	transition: all 0.3s;
}

.btn_link::after {
	content: "";
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
	width:0;
	height:0;
	border-style:solid;
	border-width: 0.2em 0 0.2em 0.4em;
	border-color: transparent transparent transparent #FFFFFF;
}

.btn_link:hover {
	box-shadow: none;
	top: 3px;
}

/* --------------------
文字色
--------------------*/
.fc_01 {color: #F7F80E;}/* 黄色 */

.fc_02 {/* 赤→紫　グラデ */
	background: linear-gradient(to right, #ff327d 0%,#6f1eff 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fc_03 {/* 紺→青　グラデ */
	background: linear-gradient(to right, #5614ff 0%,#0a88ff 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width:768px) {
.pc { display: none !important }
.sp { display: block !important }
img { max-width: 100%; height: auto; width: auto; }
body { min-width: auto !important; overflow: inherit !important; font-size: 4vw; }
	
.btn_link {
	font-size: 4.5vw;
}

	
}
	
	
/* --------------------

common

--------------------*/
.inner {
	width: min(100%, 1440px);
	margin: auto;
}


/* --------------------

header

--------------------*/
header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 84px;
	background: #fff;
}

header .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 0 min(30px, 5vw);
}

header .inner h1 {
	margin: 0;
	line-height: 1;
}

header .inner a {
	font-size: 20px;
}

@media screen and (max-width:768px) {
	header {
		height: 15vw;
	}
	header .inner h1 img {
		width: min(127px, 30vw);
	}
	header .inner a {
		font-size: 3.5vw;
	}
}

/*-------------------------------------------
  footer
（assets/css/style.cssからコピー）
/*-------------------------------------------*/
footer {
  padding: 44px 0 7px;
  color: #fff;
  background-color: #1a1a1a;
}
@media screen and (max-width: 769px) {
  footer {
    padding: 10.2564102564vw 0 2.5641025641vw;
  }
}
footer .footer_inner {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1206px;
  margin: 0 auto 20px;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  footer .footer_inner {
    display: block;
    max-width: 100%;
    margin-bottom: 6.6666666667vw;
    padding: 0 7.6923076923vw;
  }
}
footer .footer_listBoxWrap {
  display: flex;
  max-width: 530px;
  width: 45.45454545%;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  footer .footer_listBoxWrap {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5.641025641vw;
  }
}
footer .footer_listBox li {
  margin-bottom: 18px;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  footer .footer_listBox li {
    margin-bottom: 10.2564102564vw;
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  footer .footer_listBox li {
    font-size: 15px;
  }
}
footer .footer_listBox li:last-child {
  margin-bottom: 0;
}
footer .footer_listBox .child_list li {
  margin-bottom: 10px;
  margin-left: 30px;
  color: #a5a5a5;
}
@media screen and (max-width: 769px) {
  footer .footer_listBox .child_list li {
    margin-bottom: 5.1282051282vw;
    margin-left: 0;
  }
}
footer .footer_listBox + .footer_listBox {
  margin-left: 5%;
}
@media screen and (max-width: 769px) {
  footer .footer_listBox + .footer_listBox {
    margin-left: 7.6923076923vw;
  }
}
footer .access_txt {
  line-height: 1.6875;
  font-size: 16px;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  footer .access_txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 769px) {
  footer .access_txt {
    line-height: 1.714;
    font-size: 3.5897435897vw;
  }
}
footer .access_txt a {
  border-bottom: 1px solid #fff;
}
footer .access_txt a:hover {
  border-bottom: none;
}
footer .copyright {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  footer .copyright {
    font-size: 3.0769230769vw;
  }
}

/* --------------------

main

--------------------*/
main {
	padding-top: 84px;
}

@media screen and (max-width:768px) {
	main {
		padding-top: 15vw;
	}
}

/* --------------------
#sec_fv
--------------------*/
#sec_fv {
	background: url("../images/bg_fv_01.png") no-repeat top min(-62px, -4.306vw) left min(-27px, -1.875vw) / min(550px, 38.19vw), url("../images/bg_fv_02.png") no-repeat bottom min(-62px, -4.306vw) left min(-79px, -5.486vw) / min(661px, 45.9vw), url("../images/bg_fv_03.png") no-repeat bottom min(-79px, -5.486vw) center / min(306px, 21.25vw), linear-gradient(to right, #5614ff 0%,#0a88ff 100%);
}

#sec_fv .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: min(80px, 5.5vw);
}

#sec_fv .inner .text {
	padding: 0 0 min(45px, 3.125vw) min(45px, 3.125vw);
}

#sec_fv .inner .text h2 {
	margin: 0 0 0.5em;
	color: #fff;
	font-size: min(63px, 4.375vw);
	letter-spacing: 0.1em;
}

#sec_fv .inner .text h2 .fc_01 {
	font-size: min(68px, 4.7vw);
}

#sec_fv .inner .text h2 .frame {
	display: inline-block;
	padding: 0.5em;
	font-size: min(65px, 4.5vw);
	background: url("../images/fv_frame.svg") no-repeat center center / 100% 100%;
}

#sec_fv .inner .text p {
	margin: 0.5em 0;
	color: #fff;
	font-size: min(28px, 1.95vw);
}

#sec_fv .inner .text ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}

#sec_fv .inner .text li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: min(211px, 14.6528vw);
	height: min(238px, 16.528vw);
	padding: 2.2em 0.2em 0 0;
	font-size: min(32px, 2.22vw);
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	background: url("../images/list_bg.png") no-repeat top center / 100% auto;
}

#sec_fv .inner .text a {
	margin: auto;
	font-size: min(32px, 2.22vw);
}

#sec_fv .inner .img {
	position: relative;
	flex: 1;
}

#sec_fv .inner .img .caio {
	position: absolute;
	bottom: min(80px, 5.5vw);
	left: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
}

#sec_fv .inner .img .caio h3 {
	display: inline-block;
	position: relative;
	z-index: 0;
	margin-left: auto;
	padding: 0.5em 1em;
	color: #fff;
	font-size: min(17px, 1.18vw);
}

#sec_fv .inner .img .caio h3 span {
	font-size: min(30px, 2.08vw);
}

#sec_fv .inner .img .caio p {
	position: relative;
	z-index: 0;
	margin-right: 1.5em;
	padding: 1em 1.5em;
	color: #fff;
	font-size: min(17px, 1.18vw);
}

#sec_fv .inner .img .caio h3::after,
#sec_fv .inner .img .caio p::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0.2em;
	background: #222;
	transform: skewX(-9deg);
}

@media screen and (max-width:768px) {
#sec_fv .inner .text {
	width: 100%;
	padding: 0 5vw 5vw;
}

#sec_fv .inner .text h2 {
	font-size: 6vw;
	letter-spacing: 0.1em;
	text-align: center;
}

#sec_fv .inner .text h2 .fc_01 {
	font-size: 7vw;
}

#sec_fv .inner .text h2 .frame {
	font-size: 8vw;
	background: url("../images/fv_frame.svg") no-repeat center center / 100% 100%;
}

#sec_fv .inner .text p {
	font-size: 4vw;
	text-align: center;
}

#sec_fv .inner .text ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}

#sec_fv .inner .text li {
	width: 25vw;
	height: 27vw;
	font-size: 4vw;
}

#sec_fv .inner .text a {
	font-size: 4.5vw;
}

#sec_fv .inner .img {
	width: 100%;
	flex: none;
	text-align: right;
}

#sec_fv .inner .img img {
	width: 60%;
}

#sec_fv .inner .img .caio {
	bottom: 3vw;
	left: 3vw;
}

#sec_fv .inner .img .caio h3 {
	font-size: 2vw;
	text-align: left;
}

#sec_fv .inner .img .caio h3 span {
	display: block;
	font-size: 3.5vw;
}

#sec_fv .inner .img .caio p {
	text-align: left;
	font-size: 2vw;
}

}


/* --------------------
#sec_support
--------------------*/
#sec_support {
	padding: 1px 3vw min(100px, 6.94vw);
	background: url("../images/bg_01.png") no-repeat top center / min(685px, 47.569vw) auto, #F1F5FD;
}

#sec_support h2 {
	margin: 1em 0 3em;
	font-size: min(54px, 3.75vw);
	text-align: center;
	line-height: 1.5;
}

#sec_support h2 .txt_01 {
	font-size: min(42px, 2.916vw);
}

#sec_support h3 {
	margin: 0;
	font-size: min(49px, 3.4vw);
	text-align: center;
}

#sec_support figure {
	margin: 0;
}

#sec_support ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#sec_support li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: min(391px, 27.153vw);
	height: min(197px, 13.68vw);
	padding-top: 1em;
	font-size: min(24px, 1.67vw);
	font-weight: 700;
	background: url("../images/speech_bubble.png") no-repeat center center / 100% auto;
}

#sec_support .btn_c {
	margin-top: min(60px, 4.16vw);
}

@media screen and (max-width:768px) {
	#sec_support h2 {
		font-size: 4.5vw;
	}

	#sec_support h2 .txt_01 {
		font-size: 4vw;
	}

	#sec_support h3 {
		font-size: 4.9vw;
	}

	#sec_support li {
		font-size: 2vw;
	}
	
}



/* --------------------
#sec_training
--------------------*/
#sec_training {
	padding: min(100px, 6.94vw) 5vw;
}

#sec_training .inner {
	width: min(100%, 968px);
}

#sec_training h2 {
	position: relative;
	margin: 0 0 1.5em;
	font-size: min(45px, 3.125vw);
	text-align: center;
	line-height: 1.5;
}

#sec_training h2 .brackets {
	position: relative;
	display: inline-block;
}

#sec_training h2 .brackets::before,
#sec_training h2 .brackets::after {
	position: absolute;
	font-size: min(66px, 4.583vw);
}

#sec_training h2 .brackets::before {
	content: "「";
	top: 0;
	left: -2em;
}

#sec_training h2 .brackets::after {
	content: "」";
	bottom: 0;
	right: -2em;
}

#sec_training .inbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: min(50px, 3.47vw);
	padding: min(35px, 2.43vw);
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25), inset 0px 0px 7px 0px rgba(0,0,0,0.25);
	border-radius: min(20px, 1.39vw);
	background: url("../images/bg_r.png") no-repeat right bottom / min(88px, 6vw) auto;
}

#sec_training .inbox .text {
	flex: 1;
}

#sec_training .inbox .text h3 {
	margin: 0 0 1em;
	font-size: min(28px, 1.94vw);
}

#sec_training .inbox .text p {
	font-size: min(24px, 1.67vw);
}

#sec_training .inbox .img {
	width: min(324px, 22.5vw);
	text-align: right;
}

#sec_training .inbox:nth-of-type(odd) {
	background: url("../images/bg_l.png") no-repeat left bottom / min(88px, 6vw) auto;
}

#sec_training .inbox:nth-of-type(odd) .text {
	order: 2;
}

#sec_training .inbox:nth-of-type(odd) .img {
	order: 1;
	text-align: left;
}

#sec_training .ai {
	position: relative;
	padding: min(50px, 3.472vw) min(60px, 4.167vw) min(35px, 2.43vw);
	background: linear-gradient(to right, #ff327d 0%,#6f1eff 100%);
	border-radius: min(20px, 1.39vw);
}

#sec_training .ai::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width:0;
	height:0;
	border-style:solid;
	border-width: 1em 0.7em 0 0.7em;
	border-color: #FFFFFF transparent transparent transparent;
}

#sec_training .ai h3 {
	margin: 0;
	color: #fff;
	font-size: min(30px, 2.083vw);
	text-align: center;
}

#sec_training .ai h3 span {
	display: inline-block;
}

#sec_training .ai ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sec_training .ai li {
	margin-top: 2%;
	padding: min(30px, 2.083vw);
	width: 49%;
	font-size: min(24px, 1.67vw);
	font-weight: 600;
	text-align: center;
	background: #fff;
}

#sec_training .ai li img {
	margin-bottom: 0.5em;
}

@media screen and (max-width:768px) {
	#sec_training h2 {
		font-size: 4.5vw;
	}

#sec_training .inbox {
	margin-bottom: 5vw;
	padding: 5vw;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25), inset 0px 0px 7px 0px rgba(0,0,0,0.25);
	border-radius: 2vw;
	background: url("../images/bg_r.png") no-repeat right bottom / min(88px, 10vw) auto;
}
	
#sec_training .inbox .text {
	width: 100%;
	flex: none;
}

#sec_training .inbox .text h3 {
	font-size: 5vw;
	text-align: center;
}

#sec_training .inbox .text p {
	font-size: 4vw;
}

#sec_training .inbox .img {
	width: 100%;
	margin-top: 1em;
	text-align: center;
}

#sec_training .inbox:nth-of-type(odd) {
	background: url("../images/bg_l.png") no-repeat left bottom / min(88px, 10vw) auto;
}

#sec_training .inbox:nth-of-type(odd) .text {
	order: 1;
}

#sec_training .inbox:nth-of-type(odd) .img {
	order: 2;
	text-align: center;
}
	
#sec_training .ai {
	padding: 6vw 6vw 3.5vw;
	border-radius: 2vw;
}

#sec_training .ai h3 {
	font-size: 4.5vw;
}

#sec_training .ai li {
	padding: 2vw;
	font-size: 3.5vw;
}

#sec_training .ai li img {
	width: 50%;
}

}

/* --------------------
#sec_campaign
--------------------*/
#sec_campaign {
	padding: 0 5vw min(50px, 3.472vw);
}

#sec_campaign .inner {
	width: min(100%, 1332px);
	margin-bottom: min(56px, 3.89vw); 
	padding: min(50px, 3.472vw) min(60px, 4.167vw) min(35px, 2.43vw);
	background: linear-gradient(to right, #ff327d 0%,#6f1eff 100%);
	border-radius: min(20px, 1.39vw);	
}

#sec_campaign h2 {
	margin: 0 0 0.5em 0;
	color: #fff;
	font-size: min(70px, 4.86vw);
	text-align: center;
	line-height: 1.8;
}

#sec_campaign h2 span {
	display: inline-block;
	padding: 0.1em 1em;
	color: #B628BF;
	font-size: min(40px, 2.78vw);
	font-weight: 500;
	background: #fff;
}

#sec_campaign .detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#sec_campaign .detail .inbox {
	width: 32%;
	margin-bottom: min(30px, 2.083vw);
	padding: min(25px, 1.736vw) min(20px, 1.39vw);
	background: #fff;
	border-radius: min(10px, 0.7vw);	
}

#sec_campaign .detail .inbox h3 {
	margin: 0 0 1em 0;
	padding: 0.5em 0.1em;
	color: #fff;
	font-size: min(30px, 2.083vw);
	font-weight: 400;
	text-align: center;
	background: linear-gradient(to right, #ff327d 0%,#6f1eff 100%);
	border-radius: min(30px, 2.083vw);
}

#sec_campaign .detail .inbox:nth-child(1) h3 {background: #E32E97;}
#sec_campaign .detail .inbox:nth-child(2) h3 {background: #B628BF;}
#sec_campaign .detail .inbox:nth-child(3) h3 {background: #8922E7;}

#sec_campaign .detail .inbox h3 span {
	font-size: min(20px, 1.39vw);	
}

#sec_campaign .detail .inbox .price {
	margin: 0;
	font-size: min(36px, 2.5vw);
	text-align: center;
	line-height: 1;
}

#sec_campaign .detail .inbox:nth-child(1) .price {color: #E32E97;}
#sec_campaign .detail .inbox:nth-child(2) .price {color: #B628BF;}

#sec_campaign .detail .inbox .price span {
	font-size: min(90px, 6.25vw);
	font-weight: 600;
}

#sec_campaign .detail .inbox .cost {
	margin: 0;
	font-size: min(23px, 1.597vw);
	font-weight: 400;
	text-align: center;
}

#sec_campaign .detail .inbox .cost span {
	position: relative;
	display: inline-block;
	font-size: min(80px, 5.56vw);
}

#sec_campaign .detail .inbox .cost span::after {
	content: "";
	position: absolute;
	bottom: 0.65em;
	left: -5%;
	width: 110%;
	height: min(5px, 0.347vw);
	background: #E32E31;
	transform: rotate(-15deg);
}

#sec_campaign .detail .inbox .option {
	margin: 0 0 2em 0;
	color: #8922E7;
	font-size: min(40px, 2.78vw);
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}

#sec_campaign .detail .inbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sec_campaign .detail .inbox li {
	position: relative;
	padding-left: 1em;
	font-size: min(22px, 1.527vw);
}

#sec_campaign .detail .inbox li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	background: #000;
}

#sec_campaign .detail .inbox:nth-child(1) li::before {background: #E32E97;}
#sec_campaign .detail .inbox:nth-child(2) li::before {background: #B628BF;}
#sec_campaign .detail .inbox:nth-child(3) li::before {background: #8922E7;}

#sec_campaign .benefits {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: min(25px, 1.736vw) min(20px, 1.39vw);
	background: #fff;
	border-radius: min(10px, 0.7vw);	
}

#sec_campaign .benefits h3 {
	display: inline-block;
	margin: 0;
	padding: 0.5em;
	color: #B628BF;
	font-size: min(26px, 1.8vw);
	font-weight: 500;
	border: 1px solid #B628BF;
}

#sec_campaign .benefits p {
	margin: 0 0 0 1em;
	color: #B628BF;
	font-size: min(34px, 2.36vw);
	font-weight: 500;
}

#sec_campaign .benefits p span {
	display: inline-block;
}

@media screen and (max-width:768px) {
#sec_campaign .inner {
	margin-bottom: 5vw; 
	padding: 5vw 6vw 3.5vw;
	border-radius: 2vw;	
}

#sec_campaign h2 {
	font-size: 6vw;
}

#sec_campaign h2 span {
	font-size: 4vw;
}

#sec_campaign .detail .inbox {
	width: 100%;
	margin-bottom: 3vw;
	padding: 2.5vw 2vw;
	border-radius: 1vw;	
}

#sec_campaign .detail .inbox h3 {
	font-size: 4.5vw;
	border-radius: 5vw;
}

#sec_campaign .detail .inbox h3 span {
	font-size: 3vw;	
}

#sec_campaign .detail .inbox .price {
	font-size: 5vw;
}

#sec_campaign .detail .inbox .price span {
	font-size: 10vw;
}

#sec_campaign .detail .inbox .cost {
	font-size: 4vw;
}

#sec_campaign .detail .inbox .cost span {
	font-size: 8vw;
}

#sec_campaign .detail .inbox .cost span::after {
	height: 0.5vw;
}

#sec_campaign .detail .inbox .option {
	margin-bottom: 0.5em;
	font-size: 7vw;
}

#sec_campaign .detail .inbox li {
	font-size: 4vw;
}

#sec_campaign .benefits {
	padding: 2.5vw 2vw;
}

#sec_campaign .benefits h3 {
	font-size: 5vw;
}

#sec_campaign .benefits p {
	margin: 0;
	font-size: 5vw;
	text-align: center;
}
	
}

/* --------------------
#sec_faq
--------------------*/
#sec_faq {
	padding: min(100px, 6.94vw) 3vw min(140px, 9.72vw);
}

#sec_faq h2 {
	margin: 0 0 1em 0;
	font-size: min(45px, 3.125vw);
	text-align: center;
}

#sec_faq .inner {
	width: min(100%, 950px);
}

#sec_faq .inner dt {
	position: relative;
	margin: 1em 0;
	padding-left: 2em;
	font-size: min(38px, 2.639vw);
	font-weight: 500;
}

#sec_faq .inner dt::before {
	content: "Q";
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 0.5em 0.2em;
	color: #fff;
	background: linear-gradient(to right, #5614ff 0%,#0a88ff 100%); 
}

#sec_faq .inner dd {
	margin: 0;
	padding: 1em;
	font-size: min(24px, 1.67vw);
	border: 1px solid #5614FF;
	border-radius: min(10px, 0.7vw);
}

@media screen and (max-width:768px) {
#sec_faq {
	padding: 10vw 5vw 15vw;
}

#sec_faq h2 {
	font-size: 7vw;
}

#sec_faq .inner dt {
	font-size: 4.5vw;
}

#sec_faq .inner dd {
	font-size: 4vw;
	border-radius: 1vw;
}
	
	
}
