@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&display=swap');

/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */
header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background-color: #07753a;
	position: fixed;
    z-index: 15;
    transition:0.2s;
}

/* ---------------------------------------------------------
■ TOPボタン
--------------------------------------------------------- */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
#page-top a {
	text-decoration: none;
	text-align: center;
	color: #444;
	font-size: 70%;
	font-weight: bold;
	background: rgba(237, 237, 237,.8);
	width: 60px;
	aspect-ratio:1/1;
	border-radius: 50%;
	display: flex;
	transition: .1s;
}
#page-top a span{
	display: block;
	margin: auto;
}
@media screen and (min-width: 767px) {
	#page-top a:hover{
		opacity: .7;
	}
}


/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
footer {
	width: 100%;
	text-align: center;
  	background-color:#07753a;
	color:#fff;
	padding:60px 0;
}
footer a{
	color:#fff;
}
footer .logo{
	width:50%;
	max-width: 320px;
}


/* ---------------------------------------------------------
■ ライトボックス
--------------------------------------------------------- */
.featherlight{ padding: 2%}

.lightbox{ 
	display: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: left;
    padding: 25px;
	background-color:#fff;
}
@media screen and (max-width: 767px){
	.lightbox {
	    padding: 25px 20px;
	}
}


/* ---------------------------------------------------------
■ フェードイン
--------------------------------------------------------- */
.fadein {
  visibility: hidden; }

.fadein_delay {
	-webkit-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.fadeInDown {
  visibility: visible !important;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }


/* ---------------------------------------------------------
■ フェードインｊｓ
--------------------------------------------------------- */
.Fade_In{
	opacity: 0;
  	transition: all .5s ease;
	transform: translate(0, 100px);
}

.Fade_In.show{
  opacity: 1;
  transform: none;
}

/*----------------------------------------------------------
ハンバーガーメニュー
----------------------------------------------------------*/

.head-02.open {
  transform: translateX(10%);
  visibility: visible;
}
.lp-header__trigger.open span:nth-child(1) {
  transform: rotate(45deg);
}

.lp-header__trigger.open span:nth-child(2) {
  opacity: 0;
}

.lp-header__trigger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.head-wrap {
  position: relative;
}
.head-nav {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
	padding:8px 0;
}
.head-nav img {
  margin: 0 auto;
  display: block;
}
.head-items {
  display: flex;
  list-style: none;
  color: #ffffff;
  padding: 0;
  margin: 0 0 0 auto;
}
.head-items li {
  margin-right: 3em;
}


.head-items a {
	text-decoration: none;
	color: #fff;
	transition: .2s;
}
.head-items a:hover {
  color: #c6c6c6;
}

.head_apply_btn{
	padding:0 30px 0 60px;
}

.head_apply_btn a{
	position:relative;
	background-color:#ffe200;
	color:#2e2000;
	padding:4px 10px 4px 30px;
	font-weight:700;
	border-radius:5px;
	filter:drop-shadow(0 0 3px rgba(0,0,0,.4));
	transition:.2s;
}
.head_apply_btn a img[src*="icon"]{
	position:absolute;
	width:80px;
	top:50%;
	transform:translateY(-50%);
	left:-55px;
}
.head_apply_btn a i{font-style:normal;}

@media screen and (min-width:768px) {
	.head_apply_btn a:hover{
		filter:drop-shadow(0 0 3px rgba(0,0,0,0));
	}
}


.lp-header__trigger {
  position: absolute;
  z-index: 5;
  top: 16px;
  right: 10px;
  background: none;
  border: none;
  padding: 0;
  height: 24px;
  cursor: pointer;
  margin: 0 0 0 auto;
  display: none;
}
.lp-header__trigger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #e6e6e6;
  margin-bottom: 7px;
  transform-origin: center left;
  border-radius: 1px;
  transition: all 600ms ease;
}
.lp-header__trigger.open span{
  width: 25px;
}

.head-02 {
  width: 100%;
  transform: translateX(100%);
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 50px;
  padding-bottom: 21px;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 1;
  transition: all 600ms ease;
  visibility: hidden;
}
.head-02__wrap {
  padding: 0 10px;
}
.head-02 hr {
  margin: 0;
}
hr {
  border: none;
  border-top: 1px solid #888888;
  background: transparent;
}
.head-02__item {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 33%;
  color: #c6c6c6!important;
  padding: 17px;
}

.head-nav .head-logo{
	margin-left: 10px;
	height:45px;
	width:auto;
}

.header_after{
	height:61px;
}


/*----------youtube動画---------*/
.youtube{
	
}
.youtube iframe{
	aspect-ratio: 16 / 9;
	width:100%;
	height:auto;
}

/*®︎*/
.small_r{
	font-size:0.45em;
	vertical-align: top;
	margin-left:-0.2em;
	margin-right:-0.2em;
}


/*=======================================
 ■ 追加分
=========================================*/


/*----------申込ボタン---------*/
.apply_btn_area.intro{padding:30px 0 0;}
.apply_btn_area.flow{padding:0 0 100px;}

.apply_btn_box{
	margin:auto;
	position:relative;
	width:fit-content;
	padding:67px 70px 70px;
}
.apply_btn_box img[src*="01"]{
	position:absolute;
	width:170px;
	top:0;
	left:0;
	z-index:5;
}
.apply_btn_box img[src*="02"]{
	position:absolute;
	width:80px;
	bottom:0;
	right:0;
	z-index:5;
}

.apply_btn_area a{
	position:relative;
	background-color:#FFDA2A;
	color:#2e2000;
	font-size:46px;
	padding:10px 70px 12px 90px;
	font-weight:900;
	border-radius:5px;
	filter:drop-shadow(0 0 3px rgba(0,0,0,.4));
	transition:.2s;
}
.apply_btn_area a img[src*="icon"]{
	position:absolute;
	width:130px;
	top:50%;
	transform:translateY(-50%);
	left:-55px;
}
.apply_btn_area a svg{
	position:absolute;
	width:16px;
	top:50%;
	transform: translateY(-50%);
	right:24px;
	transition:.2s;
}
.apply_btn_area a svg path{
	fill:none;stroke:#2E2000;
	stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;
}
.apply_btn_area a span{line-height:1.2em;}
.apply_btn_area a i{font-style:normal;}

@media screen and (min-width:768px) {
	.apply_btn_area a:hover{filter:drop-shadow(0 0 3px rgba(0,0,0,0));}
	.apply_btn_area a:hover svg{right:13px;}
}




/*----------メインビジュアル---------*/

.mv_area{
	position:relative;
	background:linear-gradient(to right,#1ea839 0%,#008f3a 42%,#006934 100%);
}

.mv_img{
	position:relative;
	margin:auto;
	max-width:1300px;
	padding:10px 30px 80px;
	z-index:2;
}
.mv_img h1{
	
}
.mv_h1subimg{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	padding-right:7%;
}
.mv_h1subimg img{margin:auto 0;}
.mv_h1subimg img[src*="challenge"]{width:43%;}
.mv_h1subimg img[src*="title"]{width:30%;}

svg.mv_under{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
svg.mv_under path{fill:#fffbeb;}


/*----------紹介---------*/

.intro_area{
	overflow:hidden;
	margin-top:-1px;
	position:relative;
	background-color:#fffbeb;
}

.intro_outerbox{
	position:relative;
	margin:auto;
	max-width:1600px;
}
.intro_box{
	position:relative;
	margin:auto;
	max-width:1260px;
	padding:0 30px;
}

.intro_outerbox::before,.intro_outerbox::after,
.intro_box::before,.intro_box::after{
	content:"";
	display:block;
	position:absolute;
	background-repeat:no-repeat;
	background-size:contain;
	height:auto;
	aspect-ratio:1 / 1;
}

.intro_outerbox::before{
	background-image:url("../images/introframe_bottom-left.webp");
	width: 19%;
    left: -2%;
    bottom: -6%;
}
.intro_outerbox::after{
	background-image:url("../images/introframe_bottom-right.webp");
	width: 13%;
    right: 3%;
    bottom: 2%;
}
.intro_box::before{
	background-image:url("../images/introframe_top-left.webp");
	width:10%;
	left:-.5%;
	top:0;
}
.intro_box::after{
	background-image:url("../images/introframe_top-right.webp");
	width: 8%;
    right: 1%;
    top: 13%;
}

.intro_main{
	padding-bottom:80px;
}

.intro_schedulebox{
	position:relative;
	z-index:2;
}
.intro_schedule{
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	background:linear-gradient(45deg,#006934,#008F3A 60%,#1EA839);
	padding:4px;
	font-size:36px;
	width:fit-content;
	border-radius:4px;
	letter-spacing:.1em;
}
.intro_schedule-num{
	display: flex;
	flex-wrap: wrap;
	background-color:#fff;
	color:#07753A;
	font-weight:900;
	padding:0 15px 2px;
	border-radius:3px;
}
.intro_schedule-num span{display:block;margin:auto 0 0;}
.intro_schedule-num span:nth-child(1){font-size:.8em;}
.intro_schedule-num span:nth-child(2){font-size:1.5em;line-height:1.1em;margin-top:-.05em;}
.intro_schedule-num span:nth-child(3){font-size:.8em;}
.intro_schedule-num span:nth-child(4){line-height:1.4em;}

.intro_schedule-month{
	display: flex;
	flex-wrap: wrap;
	color:#fff;
	font-size:.85em;
	font-weight:800;
	padding:0 20px;
}
.intro_schedule-month span{
	margin: auto;
}


.intro_textbox{padding:20px 0 0;}

.intro_textbox p{
	text-align:center;
	font-size:20px;
	letter-spacing:.05em;
	font-weight:600;
	padding-bottom:1.2em;
}

.intro_detail_box{
	padding:80px 0 0;
}


.intro_detail{
	display:flex;
	flex-wrap: wrap;
	gap:10px 0;
	padding:0 0 40px;
}
.intro_detail h2{
	width:100%;
	background:linear-gradient(to right,#1ea839,#008f3a);
	font-family: "M PLUS 2", sans-serif;
	color:#fff;
	font-size:40px;
	letter-spacing:.05em;
	font-weight:700;
	padding:2px 15px;
}

.intro_detail_item{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	gap:0 30px;
	background-color:#fff;
}

.intro_detail_item h3{
	display:flex;
	flex-wrap: wrap;
	width:250px;
	background:linear-gradient(to right,#1ea839,#008f3a);
	font-family: "M PLUS 2", sans-serif;
	color:#fff;
	font-size:35px;
	letter-spacing:.1em;
	font-weight:600;
	padding:10px;
}
.intro_detail_item h3 span{
	display: block;
	margin: auto;
}
.intro_detail_item > div{
	width:calc(100% - 250px - 30px);
	margin: auto 0;
	padding:15px 0;
}

.intro_detail_item > div.date{
	display:flex;
	flex-wrap: wrap;
	gap:0 25px;
}
.intro_detail_item > div.date > div{
	display:flex;
	flex-wrap: wrap;
}
.intro_detail_item > div.date > div:nth-child(1){font-size:28px;}
.intro_detail_item > div.date > div:nth-child(1) span{
	display: block;
	font-family: "M PLUS 2", sans-serif;
	margin: auto 0 0;
}
.intro_detail_item > div.date > div:nth-child(1) > span:nth-child(1){padding-right:10px;font-weight:600;font-size:.8em;}
.intro_detail_item > div.date > div:nth-child(1) > span:nth-child(2),
.intro_detail_item > div.date > div:nth-child(1) > span:nth-child(4){
	font-family: "Murecho", sans-serif;
	margin-top:-.15em;
	font-size:4.3em;letter-spacing:-.06em;line-height:.9em;font-weight:800;
	transform: scale(0.95, 1) skew(-11deg, 0);
}
.intro_detail_item > div.date > div:nth-child(1) > span:nth-child(4){margin-right:-.09em;}
.intro_detail_item > div.date > div:nth-child(1) > span:nth-child(3),
.intro_detail_item > div.date > div:nth-child(1) > span:nth-child(5){
	font-size:1.25em;font-weight:600;padding-right:.4em;
}

.intro_detail_item > div.date div.week{
	margin: auto 0 0;
	padding:.35em .4em .4em;
	background-color:#c9342e;
	color:#fff;
	font-size:.8em;
	font-weight:600;
	line-height:1em;
	border-radius:50%;
	height:auto;
	aspect-ratio:1 / 1;
}
.intro_detail_item > div.date > div:nth-child(2){
	margin:auto 0 0;
	font-size:28px;
	font-weight:600;
}


.intro_detail_item > div.grade{
	text-align: left;
	font-size:26px;
	font-weight:600;
}

.intro_detail_item > div.place{
	text-align: left;
	font-size:26px;
	font-weight:600;
}

.intro_detail_item > div.place .place_linklist{
	display: flex;
	flex-wrap:wrap;
	gap:5px 20px;
	padding:5px 0 0;
}
.intro_detail_item > div.place .place_linklist a{
	position:relative;
	background-color: rgba(96,180,48,.3);
	color:#231815;
	font-size:.9em;
	padding:2px 40px 3px 20px;
	border-radius:5px;
	transition:.2s;
}
.intro_detail_item > div.place .place_linklist a svg{
	position:absolute;
	width:10px;
	top:50%;
	transform: translateY(-50%);
	right:9px;
}
.intro_detail_item > div.place .place_linklist a svg path{
	fill:none;stroke:#231815;
	stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;
}


@media screen and (min-width:768px) {
	.intro_detail_item > div.place .place_linklist a:hover{background-color: rgba(96, 180, 48, .1);}
}


.intro_detail_item > div.subject{
	text-align: left;
	font-size:26px;
	font-weight:600;
}
.intro_detail_item > div.subject > div:nth-child(1) span:nth-child(2){font-size:.85em;}
.intro_detail_item > div.subject > div:nth-child(2){font-size:.7em;}
.intro_detail_item > div.subject .subject_linklist{
	display: flex;
	flex-wrap:wrap;
	gap:5px 20px;
	padding:5px 0 0;
}
.intro_detail_item > div.subject .subject_linklist a{
	position:relative;
	background-color: rgba(96,180,48,.3);
	color:#231815;
	font-size:.9em;
	padding:2px 40px 3px 20px;
	border-radius:5px;
	transition:.2s;
}
.intro_detail_item > div.subject .subject_linklist a svg{
	position:absolute;
	width:10px;
	top:50%;
	transform: translateY(-50%);
	right:9px;
}
.intro_detail_item > div.subject .subject_linklist a svg path{
	fill:none;stroke:#231815;
	stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;
}

@media screen and (min-width:768px) {
	.intro_detail_item > div.subject .subject_linklist a:hover{background-color: rgba(96, 180, 48, .1);}
}

.intro_detail_item > div.fee{
	text-align: left;
	font-size:26px;
	font-weight:600;
}



.intro_note{
	margin:auto;
	color:#cb4d61;
	border-radius:10px;
}
.intro_note h3{
	font-size:28px;
	font-weight:800;
}
.intro_note div{
	font-size:18px;
}


/*----------漫画---------*/

.comic_area{}
.comic_box{
	padding:180px 30px 100px;
}

.comic_main{
	position:relative;
	margin: auto;
	max-width:900px;
}
.comic_main > img[src*="title"]{
	position:absolute;
	z-index: 2;
	width:36%;
	top:-130px;
	left:-170px;
}
.comic_main > img[src*="title_sp"]{
	display:none;
}

.comic_main a{
	display: block;
	line-height:0;
	filter:drop-shadow(0 0 8px rgba(0,0,0,.4));
	transition:.2s;
}
.comic_main a img{
	border-radius:5px;
}

@media screen and (min-width:768px) {
	.comic_main a:hover{filter:drop-shadow(0 0 8px rgba(0,0,0,0));opacity:.8;}
}


/*----------メリット・ポイント---------*/
.overview_area{
	position:relative;
	background-color:#fffbeb;
}

.overview_main{padding-bottom:200px;}

.overview_title_bk{
	position:absolute;
	background:linear-gradient(to right,#1ea839,#008f3a 35%,#008038 70%,rgba(0,105,52,0) 100%);
	top:0;
	left:0;
	width:100%;
	height:340px;
}

.overview_title_box{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	margin: auto;
}
.overview_title_text{width:45%;}

.overview_title_text h2{
	position: relative;
	z-index:2;
	width:150%;
	text-align:left;
	font-size:70px;
	color:#fff;
	font-weight:900;
	line-height:1.3em;
	padding-top:30px;
	padding-left:max(calc((100vw - 1100px)/ 2),30px);
	filter:drop-shadow(0 0 4px rgba(0,0,0,.25));
}
.overview_title_text h2 span{
	color:#fbed66;
}
.overview_h2_imgwrap{padding-left:max(calc((100vw - 1400px)/ 2),30px);}
.overview_h2_img{position:relative;width:100%;height:auto;aspect-ratio:8 / 5;}
.overview_h2_img img{position:absolute;width:65%;filter:drop-shadow(0 0 8px rgba(0,0,0,.4));}
.overview_h2_img img[src*="01"]{top:20px;left:0;z-index: 2;}
.overview_h2_img img[src*="02"]{top:70px;right:0;}
.overview_h2_note{position:absolute;bottom:0;left:0;font-weight:600;font-size:14px;}

.overview_title_imgwrap{
	width:55%;
	padding-right:max(calc((100vw - 1400px)/ 2),30px);
}
.overview_title_img{
	position:relative;
}
.overview_title_img img[src*="mapimg.webp"]{
	position:relative;
	z-index:2;
}
.overview_title_img img[src*="shadow"]{
	mix-blend-mode:multiply;
	position: absolute;
	top:0;
	left:0;
	width:100%;
}
.overview_title_img img[src*="frame"]{
	position: absolute;
	top:2%;
	left:19%;
	width:20%;
}

.overview_merit_box{
	padding:140px 30px 150px;
}
.overview_merit_main{
	margin: auto;
	max-width:1100px;
}

.overview_merit_main h3{
	max-width:800px;
	margin: auto;
	padding-bottom:30px;
}

.overview_merit_list{
	display:flex;
	flex-wrap: wrap;
	gap:20px;
}
.overview_merit_item{
	width:calc((100% - 20px)/ 2);
	background:linear-gradient(to right,rgba(250,154,149,.3),rgba(236,133,178,.3));
	border-radius:10px;
	padding:25px;
}


.merit_item_title{
	display:flex;
	flex-wrap: wrap;
}
.merit_item_title h4{
	position:relative;
	text-align:left;
	margin: auto 0;
	width:80%;
	font-size:34px;
	font-weight:800;
	line-height:1.3em;
	padding-left:28px;
}
.merit_item_title h4 span{
	padding-left:.5em;
	font-size:60%;
}
.merit_item_title h4::before{
	content:"";
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:15px;
	height:100%;
	background-color: #cb4d61;
}

.merit_item_title div{width:20%;}
.merit_item_title div img[src*="04"]{width:75%;}

.merit_item_text{
	text-align:left;
	padding-top:10px;
}


.overview_point_area{
	padding:60px 30px;
}

.overview_point_box{
	position:relative;
	margin: auto;
	display:flex;
	flex-wrap: wrap;
	gap:30px;
	max-width:1300px;
	background-color:#e55372;
	padding:60px 80px;
	border-radius:15px;
	filter:drop-shadow(0 0 8px rgba(0,0,0,.4));
}
.overview_point_box::after{
	content:"";
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:calc(100% - 30px);
	height:calc(100% - 30px);
	border:#fff 3px solid;
	border-radius:10px;
}
.overview_point_box img[src*="title"]{
	position:absolute;
	top:-92px;
	left:40px;
	width:24%;
	z-index:2;
}

.overview_point_text{width:calc(70% - 30px);}
.overview_point_text h3{
	text-align:left;
	color:#fff;
	font-size:40px;
	font-weight:700;
	line-height:1.2em;
	letter-spacing:0.05em;
}
.overview_point_text p{
	color:#fff;
	font-size:18px;
	letter-spacing:0.05em;
	padding:10px 0 0;
}

.overview_point_img{width:30%;}



/*----------保護者の声---------*/


.voice_main{padding:0 30px 100px;}

.voice_main h2{
	position:relative;
	margin:-150px auto 0;
	max-width:560px;
	z-index:2;
}

.voice_slider_area{
	margin: auto;
	max-width:1300px;
}

.voice-slider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding: 60px 40px;
}

.voice-slider-window {
	width:100%;
	padding:0 30px;
}

.voice-stage {
	overflow: hidden;
	width: 100%;
	filter:drop-shadow(0 0 4px rgba(0,0,0,.25));
}

.voice-track {
  display: flex;
  gap: 24px;
  will-change: transform;
}

.voice-item {
	flex: 0 0 calc((100% - 48px) / 3);
	min-height: 220px;
	background: #fffbeb;
	padding: 28px 28px 24px;
}

.voice-item h3 {
	margin: 0 0 18px;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 700;
	color: #2d1d1d;
}

.voice-item p {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 700;
}

.voice-arrow {
	width:40px;
	border: none;
	background:rgba(255,255,255,0);
	cursor: pointer;
	position: relative;
}

.voice-arrow svg {
	position: absolute;
	width:40px;
	top: 50%;
}
.voice-arrow svg polygon{fill:#da4764;}

.voice-arrow-prev svg{left:0;transform: translateY(-50%);}
.voice-arrow-next svg{right:0;transform: translateY(-50%) scale(-1,1);}


.voice-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 36px;
}

.voice-dot {
  width: 20px;
  height: 20px;
  background:rgba(218,71,100,.25);
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.voice-dot.is-active {
  background: #da4764;
}

@media (max-width: 1100px) {
  .voice-slider {
    gap: 16px;
    padding: 40px 16px;
  }

  .voice-track {
    gap: 16px;
  }

  .voice-item {
    flex: 0 0 calc((100% - 16px) / 2);
    padding: 20px 16px;
  }

  .voice-item h3 {
    font-size: 18px;
  }

  .voice-item p {
    font-size: 14px;
    line-height: 1.7;
  }

  .voice-arrow {
    width: 48px;
    height: 48px;
  }

  .voice-arrow span {
    width: 24px;
    height: 24px;
    border-top-width: 8px;
    border-right-width: 8px;
  }

  .voice-dot {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 580px) {
  .voice-track {
    gap: 0;
  }

  .voice-item {
    flex: 0 0 100%;
  }
}



/*----------流れ---------*/
.flow_area{
	background-color:#fffbeb;
}
.flow_box{
	padding:60px 30px 45px;
}

.flow_h2box{
	margin: auto;
	max-width:700px;
	padding:40px 0 60px;
}

.flow_list{
	display:flex;
	flex-wrap: wrap;
	gap:22px;
	margin: auto;
	max-width:1300px;
}
.flow_item{
	width:calc((100% - (22px*3))/ 4);
}

.flow_imgbox{
	position:relative;
	background-color:#ffeae7;
}
.flow_step{
	position:absolute;
	width:20%;
	top:-20px;
	left:10px;
}
.flow_icon{padding:15px 15%;}
.flow_icon img[src*="01"]{width:41%;}
.flow_icon img[src*="02"]{width:76%;}
.flow_icon img[src*="03"]{padding:7% 0 2%;}
.flow_icon img[src*="04"]{width:92%;}


.flow_textbox > span{display: none;}

.flow_textbox h3{
	text-align:left;
	font-size:20px;
	font-weight:800;
	color:#261212;
}




/*----------よくある質問---------*/

.faq_box{
	padding:60px 30px 120px;
}

.faq_h2box{
	margin: auto;
	max-width:560px;
	padding:40px 0 60px;
}

.faq_list{
	margin: auto;
	max-width:1200px;
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}

.faq_item{width:100%;}

.faq_item .tgl_title{
	position: relative;
	text-align: left;
	background:linear-gradient(to right,#1ea839,#008f3a);
	color: #fff;
	font-size: 22px;
	padding: 10px 70px 10px 70px;
	text-shadow: 0 0 8px rgba(20, 124, 184, .6);
	border-radius: 3px;
	transition: .2s;
}
.faq_item .tgl_title::before {
    position: absolute;
    top: 50%;
    left: 23px;
    content: "Ｑ.";
    font-size: 1.3em;
    font-weight: 600;
    transform: translateY(-50%);
}

.faq_item .tgl_title .tgl_icon{
	position: absolute;
	top:20%;
	right:20px;
	width:auto;
	height:60%;
	aspect-ratio:1 / 1;
	filter:drop-shadow(0 0 8px rgba(20,124,184,.6));
}

.faq_item .tgl_title .tgl_icon span{
	display: block;
	height: 2px;
	width: 100%;
	border-radius: 10px;
	background-color: #fff;
	transition: .35s;
}
.faq_item .tgl_title .tgl_icon span:nth-child(1){
	margin: 50% 0px 0px;
}
.faq_item .tgl_title .tgl_icon span:nth-child(2){
	margin: -2px 0 0 0;
	transform: rotate(-90deg);
}


.faq_item .tgl_title.tglopen{
	border-radius:0;
}
.faq_item .tgl_title.tglopen .tgl_icon span:nth-child(2){
	margin:0;
	transform: rotate(0deg);
	opacity: 0;
}

.faq_item .tgl_box{
	padding:10px 20px 20px;
}
