@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@300;400&display=swap');
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
*, :after, :before {
	box-sizing: border-box
}
body {
	font-size: 14px;
	line-height: 1.6;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #000;
	counter-reset: number 0;
	text-align: center;
}
@media screen and (min-width:768px) {
	body {
		font-size: 16px;
	}
}
a {
	color: inherit;
	text-decoration: none
}
a:hover {
	text-decoration: none
}
img {
	width: 100%;
	height: auto;
	vertical-align: middle
}
.c-fontfamily--comic {
	font-family: 'Comic Neue', cursive;
}
.c-text--underline {
	text-decoration:underline;
}

.c-text--paleorange {
	color: #f27c40
}
.c-text--orange {
	color: #ec6c1f
}
.c-text--blue {
	color: #54aeea
}

.l-wrapper{
	overflow: hidden;
}
.l-footer {
	width: 100%;
	background: #ed6d1e;
	padding: 1.5em;
	margin: 0 auto 0;
}
.l-footer__inner {
	width: 100%
}
.l-footer__logo{
  background: #fff;
  border-radius: 20px;
  width: 60%;
  max-width: 250px;
  margin: 0 auto 1em;
  padding: 10px 20px;
}
@media screen and (min-width:768px) {
	.l-footer__inner {
		width: 1100px;
		margin-left: auto;
		margin-right: auto
	}
}
.l-footer__copyright {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center
}
.l-header {
	width: 100%;
	padding: 0;
	margin: 0;
}
.l-header__inner {
	width: calc(100% - .6em);
	margin: 0 .3em 0 .3em;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
@media screen and (min-width:768px) {
	.l-header__inner {
		width: 100%;
		min-width: 1145px;
		margin: 0
	}
}
.l-header__logo {
	width: 35%;
	max-width: 160px;
	padding: .5em 0;
	margin-right: auto;
	align-self: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center
}
.l-header__logo>span {
	font-size: 10px;
	font-size: .625rem;
	margin-bottom: 5px;
	line-height: 1.3;
	white-space: nowrap
}
@media screen and (min-width:768px) {
	.l-header__logo {
		width: 25%;
		max-width: 220px;
		margin-left: 10px
	}
	.l-header__logo>span {
		font-size: 14px;
		font-size: .875rem
	}
}
.l-contwrap {
	width: 100%;
}
@media screen and (min-width:768px) {
	.l-contwrap {
		margin-top: 10px
	}
}
.l-main {
	width: 100%
}
.l-main__content {
	width: 100%;
	padding: 2em 1em 5em
}
@media screen and (min-width:768px) {
	.l-main__content {
		width: 1100px;
		margin: 0 auto;
		padding: 5em 0 8em
	}
}
.l-continner {
	width: 100%;
	margin: 0 auto;
	padding: 2em 3%
}
@media screen and (min-width:768px) {
	.l-continner {
		width: 1100px;
		padding: 3em 0
	}
}
.c-heading {
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 0;
	color: #000;
	font-size: 6vw;
}
.c-heading:after, .c-heading:before {
    content: '';
    position: absolute;
	top: 0;
    bottom: 0;
    display: inline-block;
	margin:auto;
    width: 25%;
    height: 2px;
    background-color: #ec6c1f;
    transform: rotate(-70deg);
}
.c-heading:before {
    left: -22%;
    transform: rotate(70deg);
}
.c-heading:after {
    right: -22%;
}
.c-heading__inner {
	width: 100%;
	line-height: 1.2;
	font-weight: 700;
}
.c-heading__inner:after, .c-heading__inner:before {
    content: '';
    position: absolute;
	top: 50%;
    bottom: 0;
    display: inline-block;
	margin:auto;
    width: 15%;
    height: 2px;
    background-color: #f5c900;
    transform: rotate(-60deg);
}
.c-heading__inner:before {
    left: -20%;
    transform: rotate(60deg);
}
.c-heading__inner:after {
    right: -20%;
}
.c-heading--bigtext {
	font-size: 120%;
}
.c-heading--bignumber {
	font-size: 200%;
}
.c-heading__logo {
	display: inline-block;
	width: 80%;
	max-width: 200px;
	vertical-align: bottom;
}
@media screen and (min-width:768px) {
	.c-heading {
		font-size: 34px;
	}
	.c-heading__logo {
		vertical-align: text-bottom;
	}
	
}
.c-button__wrap {
	width: 100%;
	text-align: center
}
.c-button__wrap--flex {
	display: flex;
	justify-content: center;
	align-items: center
}
.c-button {
	padding: .8em 2em;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	transition: .3s all ease;
	background: linear-gradient(0deg,#f2972c , #ec6c1f);
	color: #fff
}
@media screen and (min-width:768px) {
	.c-button:hover {
		background-blend-mode: darken;
		margin-bottom: 5px;
		margin-top: -5px;
		box-shadow: none
	}
}
.c-top-right-button {
	position: fixed;
	bottom: 5px;
	left: 5px;
	font-size: 4.8vw;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	width: calc( 100% - 75px );
  height: 60px;
  border-radius: 10px;
	z-index: 10;
	background: linear-gradient(0deg ,#f2972c , #ec6c1f);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  line-height: 1.2;
	padding: 1.6em;
	transition: .3s all ease;
}
.c-top-right-button img{
	display: none;
}
.c-page-top-button {
	position: fixed;
	bottom: 5px;
	right: 5px;
	transition: .3s all ease;
	font-size: 12px;
	font-family: "comic neue", sans-serif;
	font-weight: 700;
	width: 60px;
  height: 60px;
  border-radius: 100px;
	z-index: 10;
	background: linear-gradient(0deg, #ec6c1f,#f2972c);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  opacity: .8;
}
@media screen and (min-width:768px) {
	.c-top-right-button {
		width: 150px;
		height: 150px;
	position: fixed;
	top: 10px;
	right: 5px;
		bottom: auto;
		left: auto;
	transition: .3s all ease;
	font-size: 12px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
  border-radius: 100px;
	z-index: 10;
	background: linear-gradient(0deg, #ec6c1f,#f2972c);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.c-top-right-button img{
	display: block;
	width: 86%;
}
	.c-top-right-button span{
		display: none;
	}
	.c-page-top-button {
    font-size: 16px;
		width: 80px;
    height: 80px;
    bottom: 10px;
		right: 10px
	}
}
.c-page-top-button:hover,.c-top-right-button:hover {
	margin-bottom: 5px;
	margin-top: -5px
}
.c-route {
	width: 100%;
	margin: 3em auto 0;
}
.c-route__inner {
	width: 94%;
	margin: 0 auto;
}
.c-route__img {
	margin-top: 5%
}
@media screen and (min-width:768px) {
	.c-route {
		margin: 5em auto 0;
	}	
	.c-route__inner {
		width: 1000px;
	}
	.c-route__img {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}

.c-difference {
	width: 100%;
	margin: 3em auto 4em;
}
.c-difference__inner {
	width: 94%;
	margin: 0 auto;
}
.c-difference__img {
	margin-top: 5%
}
@media screen and (min-width:768px) {
	.c-difference {
		margin: 5em auto 8em;
	}
	.c-difference__inner {
		width: 1000px;
	}	
	.c-difference__img {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}


.c-points {
	background-color:#fdeca9;
	transform: skew(0deg, -10deg);
	-webkit-transform: skew(0deg, -10deg);
	position: relative;
	padding: 2em 0 4em 0;
	margin-top: 5em;
}
.c-points__inner {
	width: 100%;
	padding: 2em 2em;
	margin: 0 auto;
	font-weight: 600;
	text-align: center;
	transform: skew(0deg, 10deg);
	-webkit-transform: skew(0deg, 10deg);
}
.c-points__illust {
	transform: skew(0deg, 10deg);
	-webkit-transform: skew(0deg, 10deg);
	position: absolute;
	width: 40%;
	max-width: 200px;
	bottom: -5m;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.c-points__list{
	width: 100%;
}
.c-points__item{
	width: 100%;
	margin-top: 2em;
}
.c-points__item-heading{
	border-radius: 10px;
	background: #fff;
	font-size: 5.2vw;
	padding: 10px 0;
	position: relative;
}
.c-points__item-heading::after{
	content: "";
	border-radius: 10px;
	border: 1px solid #000;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	display: block;
}
.c-points__item-img{
	display: block;
	width: 90%;
	margin: 1em auto 0;
}
.c-points__item-img + p{
	text-align: left;
	width: 100%;
	font-weight: 700;
	margin-top: 1em;
	font-size: 3vw;
	text-align: center;
}
@media screen and (min-width:768px) {
	.c-points{
		margin-top: 8em;
	}
	.c-points__inner {
		width: 1000px;
		padding: 4em 1em 5em;
	}
	.c-points__list{
		display: flex;
		gap: 20px;
	}
	.c-points__item-heading{
		font-size: 28px;
	}
	.c-points__item-img + p{
		font-size: 20px;
	}
}
.c-feature {
	margin-top: 7em;
}
.c-feature__inner {
	width: 100%;
	padding: 2em 1em;
	margin: 0 auto;
}
.c-feature__list{
	width: 100%;
}
.c-feature__item{
	width: 100%;
	margin-top: 1.5em;
}
.c-feature__item-heading{
	border-radius: 10px 0 10px 0;
	background: #feeda6;
	font-size: 5vw;
	padding: 8px 15px;
	position: relative;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.c-feature__item-heading--bigtext{
	font-size: 120%;
}
.c-feature__item-number{
	font-size: 12vw;
	margin-right: 10px;
	line-height: 1;
}
.c-feature__item-heading-inner{
	text-align: left;
	line-height: 1.3;
}
.c-feature__item-heading::after{
	content: "";
	border-radius: 10px 0 10px 0;
	border: 1px solid #000;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	display: block;
}
.c-feature__item-img{
	display: block;
	width: 100%;
	margin-top: 1em;
}
.c-feature__item-img + p{
	text-align: left;
	width: 100%;
	font-weight: normal;
	margin-top: 1em;
}
@media screen and (min-width:768px) {
	.c-feature__inner {
		width: 1000px;
		padding: 4em 1em 5em
	}
	.c-feature__list{
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.c-feature__item{
		width: calc( ( 100% - 20px ) / 2 );
	}
	.c-feature__item-heading{
		font-size: 24px;
	}
	.c-feature__item-number{
		font-size: 70px;
	}
	.c-feature__item-img{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

.c-study {
	margin-top: 3em;
	background:url(../img/study_bg.png) top right -10% no-repeat,url(../img/study_bg.png) top 30% left -10% no-repeat,url(../img/study_bg.png) top 50% right -5% no-repeat,url(../img/study_bg.png) top 80% left -15% no-repeat,url(../img/study_bg.png) bottom right -8% no-repeat;
	background-size: 50% auto;
}
.c-study__inner {
	width: 94%;
	padding: 2em 0;
	margin: 0 auto;
}
.c-study__list{
	width: 100%;
}
.c-study__item{
	width: 100%;
	margin-top: 1.5em;
}
.c-study__item-heading{
	font-size: 5.2vw;
	padding: 0;
	font-weight: 700;
}
.c-study__item-heading::first-letter{
	font-size: 130%;
	color: #ec6c1f;
}
.c-study__item-img{
	display: block;
	width: 100%;
	margin-top: 1em;
}
.c-study__item-img--w70{
	width: 70%;
	margin: 1em auto 0;
}
.c-study__item-img + p{
	text-align: left;
	width: 100%;
	font-weight: normal;
	margin-top: 1em;
}
@media screen and (min-width:768px) {
	.c-study {
		padding-top: 2em;
		background:url(../img/study_bg.png) top 60% left 30% no-repeat,url(../img/study_bg.png) top right 25% no-repeat,url(../img/study_bg.png) top 20% left -10% no-repeat,url(../img/study_bg.png) top 50% right -5% no-repeat,url(../img/study_bg.png) top 80% left -15% no-repeat,url(../img/study_bg.png) bottom right 8% no-repeat;
		background-size: 20% auto;
	}
	.c-study__inner {
		width: 1000px;
		padding: 4em 1em 5em
	}
	.c-study__list{
		display: flex;
		flex-wrap: wrap;
		gap: 2em;
	}
	.c-study__item{
		width: calc( ( 100% - 2em ) / 2 );
	}
	.c-study__item-heading{
		font-size: 28px;
	}
}

.c-cvarea {
	width: 100%;
	text-align: center;
	margin: 2em auto 0;
}
.c-cvarea__heading-maincaption {
	width: auto;
	max-width: 1000px;
	display: inline-block;
	margin: 0 auto .5em;
	text-align: center;
	line-height: 1.4;
	position: relative;
	font-weight: 700;
	font-size: 5vw;
}
.c-cvarea__heading-maincaption:after, .c-cvarea__heading-maincaption:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 14%;
	height: 2px;
	background-color: #ec6c1f;
	transform: rotate(-70deg)
}
.c-cvarea__heading-maincaption:before {
	left: -12%;
	transform: rotate(70deg)
}
.c-cvarea__heading-maincaption:after {
	right: -12%
}
.c-cvarea__heading-subcaption {
	width: 100%;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 3.8vw;
	font-weight: 700;
	background: #ec6c1f;
	padding: 10px;
}
@media screen and (min-width:768px) {
	.c-cvarea__heading-maincaption {
		font-size: 30px
	}
	.c-cvarea__heading-subcaption {
		font-size: 24px;
		margin-bottom: 0;
	}
}
.c-cvarea__heading--bigtext {
	font-size: 6vw
}
@media screen and (min-width:768px) {
	.c-cvarea__heading--bigtext {
		font-size: 40px
	}
}
.c-cvarea__inner {
	background: #f7f2e1;
	border-radius: 50px 0;
	width: 94%;
	margin: 0 auto;
	padding: 1.5em 0;
}
.c-cvarea__catch {
	border-radius: 20px;
	font-size: 4.6vw;
	color: #000;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	position: relative;
	font-weight:700
}
@media screen and (min-width:768px) {
	.c-cvarea__inner {
		width: 1000px;
		padding: 1.5em 0 0;
	}
	.c-cvarea__catch {
		font-size: 30px;
	}
	.c-cvarea__content {
		width: 100%;
		display: flex;
		align-items: stretch;
	}
}
.c-cvarea__img {
	width: 100%;
	margin: 0 auto 0;
}
.c-cvarea .c-button{
	font-size: 24px;
	font-size: 1.5rem;
	font-size: 5vw;
	margin-right: 0;
	width: 90%;
	max-width: 500px;
}
@media screen and (min-width:768px) {
	.c-cvarea__img {
		width: 70%;
		margin: 0 auto 0;
	}	
	.c-cvarea__buttons {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding: 1em;
	}
	.c-cvarea .c-button {
		font-size: 24px;
		font-size: 1.5rem
	}
}

.c-cvarea_ver2 {
	width: 100%;
	text-align: center;
	margin: 2em auto 0;
}
.c-cvarea_ver2__heading-maincaption {
	width: 100%;
	display: block;
	margin: 0 auto .5em;
	text-align: center;
	font-weight: 700;
	font-size: 5vw;
	background: #53aeea;
	color: #fff;
	padding: 10px;
}
@media screen and (min-width:768px) {
	.c-cvarea_ver2__heading-maincaption {
		font-size: 2rem
	}
}
.c-cvarea_ver2__inner {
	background: #e0f2fa;
	border-radius: 20px;
	width: 94%;
	margin: 0 auto;
	padding: 0 0 1.5em 0;
	overflow: hidden;
}
.c-cvarea_ver2__catch {
	border-radius: 20px;
	font-size: 4vw;
	color: #333;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	position: relative;
	font-weight:500
}
.c-cvarea_ver2__content {
	margin-top: 2em;
}
.c-cvarea_ver2__cont {
	text-align: center;
	padding: 1em;
}

@media screen and (min-width:768px) {
	.c-cvarea_ver2__inner {
		width: 1000px;
		padding: 0 0 1.5em 0;
	}
	.c-cvarea_ver2__catch {
		font-size: 24px;
	}
	.c-cvarea_ver2__content {
		width: 94%;
		display: flex;
		align-items: center;
		margin: 2em auto 1em;
		justify-content: space-between;
	}
	.c-cvarea_ver2__cont {
		width: 55%;
		padding: 0;
	}	
}
.c-cvarea_ver2__img {
	width: 80%;
	max-width: 360px;
	margin: 0 auto 0;
}
.c-cvarea_ver2__list {
	width: 90%;
	max-width: 500px;
	margin: 1em auto 0;
}	
.c-cvarea_ver2__list li {
	display: block;
	margin-bottom: 15px;
	background: #fbe384;
	color: #333;
	font-size: 4vw;
	border-radius: 100px;
	padding: 10px;
	text-align: center;
	font-weight: 700;
}	
.c-cvarea_ver2 .c-button{
	font-size: 5vw;
	margin-right: 0;
	width: 90%;
	max-width: 500px;
	background: #53aeea;
	box-shadow: none;
}
@media screen and (min-width:768px) {
	.c-cvarea_ver2__img {
		width: 40%;
		max-width: none;
		margin: 0 auto 0;
	}
	.c-cvarea_ver2__list {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}
	.c-cvarea_ver2__list li{
		font-size: 1.5rem;
	}
	.c-cvarea_ver2__buttons {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding: 1em 0 0;
		max-width: 400px;
		margin: 0 auto;
	}
	.c-cvarea_ver2 .c-button {
		font-size: 1.5rem;
		max-width: 500px;
		width: 100%;
	}
}

.c-voice {
	width: 100%;
	background-color:#fdeca9;
	transform: skew(0deg, 10deg);
	-webkit-transform: skew(0deg, 10deg);
	margin-top: 3em;
	margin-bottom: 5em;
	padding: 3em 0;
}
.c-voice__inner {
	width: 100%;
	padding: 2em 1em;
	margin: 0 auto;
	text-align: center;
	transform: skew(0deg, -10deg);
	-webkit-transform: skew(0deg, -10deg);
}

@media screen and (min-width:768px) {
	.c-voice{
		margin-bottom: 8em;
	}
	.c-voice__inner {
		width: 1000px;
		padding: 5em 1em
	}
}
@media screen and (min-width:768px) {
	.c-voice__content {
		display: flex;
		margin-top: 3em;
    	flex-wrap: wrap;
		gap: 30px;
	}
}
.c-voice__content-item {
	width: 94%;
	border-radius: 20px 0;
	padding: 1em;
	background: #fff;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.c-voice__content-heading {
	width: auto;
	flex: 1;
  text-align: left;
  font-weight: 700;
}
.c-voice__content-heading-catch {
  display: block;
  font-size: 4.5vw;
  line-height: 1.3;
}
.c-voice__content-heading-prof {
  color: #000;
  display: block;
  margin-top: 1em;
}
.c-voice__content-photo {
  width: 30%;
  max-width: 100px;
  margin-left: auto;
}
.c-voice__content-text {
  text-align: left;
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}
@media screen and (min-width:768px) {
  .c-voice__content-item {
    width: calc( ( 100% - 30px ) / 2 );
    margin-left: 0;
  } 
  .c-voice__content-heading-catch {
    font-size: 24px;
  }
  .c-voice__content-heading {
    width: 60%;
  }  
  .c-voice__content-photo {
    width: 33%;
  }  
}

.c-faq {
	width: 100%;
	margin-top: 1em;
	position: relative;
	padding: 2em 0;
}
.c-faq__inner {
	width: 100%;
	padding: 1em 0;
	margin: 0 auto;
	text-align: center;
	position: relative
}
@media screen and (min-width:768px) {
  .c-faq {
    margin-top: 5em;
  }
	.c-faq__inner {
		width: 1000px;
		padding: 2em 0
	}
}
.c-faq__lead {
	font-size: 16px;
	font-size: 1rem;
	text-align: left;
	width: 100%;
	margin-top: 2em;
	line-height: 1.9;
	padding: 0 1em
}
.c-faq__list {
	width: 100%;
	margin-top: 2em
}
.c-faq__item {
	width: 100%;
	margin-top: 1em
}
.c-faq__header {
	font-size: 1.25rem;
	color: #000;
	font-weight: 700;
	background: #fff;
	width: 100%;
	padding: .5em 1em .3em;
	text-align: left;
	display: flex;
	align-items: baseline;
	background: linear-gradient(0deg,#fbe384 , #fdeca9);
	position: relative;
}
.c-faq__header::before,
.c-faq__header::after {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background: #ed6d1e;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.c-faq__header:after {
	content: "";
  background: #ed6d1e;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
@media screen and (min-width:768px) {
  .c-faq__header{
    border-radius: 20px;
  }
	.c-faq__header::before,
  .c-faq__header::after {
    content: none;
  }
}
.c-faq__header.open:after {
	transform: rotate(0);
  transition: 0.5s;
  opacity: 0;
}
@media screen and (min-width:768px) {
	.c-faq__header.open:after {
		display: none
	}
}
@media screen and (min-width:768px) {
	.c-faq__header {
		font-size: 22px;
		font-size: 1.375rem;
		border-radius: 10px;
		pointer-events: none
	}
}
.c-faq__question {
	width: calc(100% - 60px);
	padding-bottom: .5em
}
@media screen and (min-width:576px) {
	.c-faq__question {
		width: 80%
	}
}
@media screen and (min-width:768px) {
	.c-faq__question {
		width: auto
	}
}
.c-faq__accordicon {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: .2s;
	position: relative
}
.c-faq__icon {
	font-size: 24px;
	font-size: 1.5rem;
	color: #ed6d1e;
	font-weight: 700;
	line-height: 1.8;
	margin-right: 10px
}
.c-faq__cont {
	width: 100%;
	padding: 1em 1.4em;
	text-align: left;
	display: flex
}
@media screen and (min-width:768px) {
	.c-faq__cont.accordion_inner {
		display: flex
	}
}
.c-faq__text {
	margin-top: 6px;
	font-size: 18px;
	font-size: 1.125rem;
	width: auto;
	flex: 1
}
.p-mv {
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50px 0 0 0;
	padding-bottom: 8%;
	position: relative;
}
.p-mv__img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 60%;
	overflow: hidden;
}
.p-mv__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	object-fit: cover;
}
.p-mv__heading {
	position: absolute;
	top: 28vw;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	letter-spacing: -1px;
	font-size: 30px;
	font-size: 1.875rem;
	width: 94%;
}
@media screen and (min-width:768px) {
	.p-mv{
		width: 1000px;
		margin: 0 auto;
		padding-bottom: 1em;
	}
	.p-mv__img{
		width: 100%;
		padding-top: 50%;
	}
	.p-mv__heading {
		top: 31%;
		line-height: 1.4;
		width: 74%;
	}
}
.p-mv__schedule {
	width: 100%;
	margin: 2em 0;
}
@media screen and (min-width:768px) {
	.p-mv__schedule {
		width: 1000px;
		margin: 2em 0;
	}	
}
.p-mv__content {
	background: #fbe384;
	width: 100%;
    padding: 1em 1em 3em;
	margin: 0 auto;
	border-radius: 0 0 50px 0;
}
@media screen and (min-width:768px) {
	.p-mv__content {
		width: 1000px;
		background: #fbe384;
    	padding: 2em 1em 2em;
		display: flex;
		justify-content: center;
	}	
}
.p-mv__subcaption {
	width: 80%;
	margin: 5% auto 1em;
	background: #f2972c;
	border-radius: 10px;
	padding: 2% 2em;
	max-width: 400px;
}
@media screen and (min-width:768px) {
	.p-mv__subcaption {
		margin: 0;
		width: 500px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 1.5em;
		margin-left: 1.5em;
	}	
}
.p-mv__checklist {
	width: 94%;
	margin: 0 auto;
	text-align: left;
}
.p-mv__checklist li{
	width: 100%;
	position: relative;
	padding-left: 23px;
	font-weight: 700;
	font-size: 3.5vw;
	margin-top: 5px;
}
@media screen and (min-width:768px) {
	.p-mv__checklist li{
		font-size: 20px;
	}	
}
.p-mv__checklist li::before{
	content: '';
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.p-mv__checklist li::after{
	border-right: 1px solid #ec6c1f;
    border-bottom: 1px solid #ec6c1f;
    content: '';
    display: block;
    height: 10px;
    left: 5px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 6px;
}
.p-mv__checklist .c-marker{
	background:linear-gradient(transparent 60%, rgba(242,151,44,.4) 60%);
}
@media screen and (min-width:768px) {
	.u-pc-none {
		display: none
	}
}
@media screen and (max-width:767px) {
	.u-sp-none {
		display: none
	}
}
.u-cf::after {
	clear: both;
	content: "";
	display: block
}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 60px 0 30px 0;
}

a.btn-c {
  font-size: 1.8rem;

  position: relative;

  padding: 0.15rem 3.8rem 1.2rem 3.8rem;

  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

a.btn-c span {
  font-size: 1.3rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 170px);

  display: block;

  width: 340px;
  padding: 0.4rem 0;

  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

@media screen and (max-width:767px) {
	a.btn-c {
	  font-size: 1.4rem;
	  padding: 0.15rem 1.4rem 1.2rem 1.4rem;
	}
	a.btn-c span {
	  width: 330px;
	  position: absolute;
	  top: -1.25rem;
	  left: calc(50% - 166px);

	}
}