@charset "UTF-8";



.kv_wrap{
	margin: 0 auto;
	padding: 0 0 95px;
	position:relative;
	text-align:center;
	min-width:1000px;
	background-color:#5ab946;
	background-image: url(../images/top/kv_rainbow.svg),url(../images/top/kv_bg2.png);
	background-repeat: no-repeat,repeat-x;
	background-position: center top 100px,center top ;
	background-size: auto,auto ;
	z-index: 9;
}

.kv_bg1{
	position:absolute;
	top:0;
	left:0;
	right:0;
	text-align:center;
}
.kv_bg1 img{
	width: 100%;
	height: 850px;
	object-fit: cover;
	object-position: bottom;
}
@media screen and (min-width: 1500px) {
  .kv_bg1 img {
	object-position: top;
  }
}
.kv_inner{
	margin: 0 auto 20px;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:1000px;
}

.kv_inner h2{
	margin: 0 auto -35px;
	padding: 65px 0 0px;
	position:relative;
	text-align:center;
}


.kv_tit_txt1{
	position:absolute;
	top:-188px;
	left:0;
	right:0;
	z-index:10;
    animation: slideDown 1.5s ease-out 1.2s forwards;
}
@keyframes slideDown {
    from {
        top: -188px;
    }
    to {
        top: -10px;
    }
}
.kv_tit_txt2{
	position:absolute;
	top:190px;
	left:0;
	right:0;
	z-index:10;
}
.kv_tit_txt3{
	position:absolute;
	top:275px;
	left:0;
	right:0;
	z-index:10;
}
.kv_tit_txt4{
	position:absolute;
	top:25px;
	right:100px;
	z-index:10;
}
.kv_free{
	position:absolute;
	top:70px;
	left:210px;
	z-index:10;
}
.kv_reservation{
	position:absolute;
	top:335px;
	right:230px;
	z-index:10;
}
.kv_chara1{
	position:absolute;
	top:155px;
	left:110px;
}
.kv_chara2{
	position:absolute;
	top:270px;
	left:165px;
}
.kv_chara3{
	position:absolute;
	top:195px;
	right:70px;
}
.kv_chara4{
	position:absolute;
	top:285px;
	right:130px;
}
.kv_cloud1{
	position:absolute;
	top:70px;
	left:-120px;
}
.kv_cloud2{
	position:absolute;
	top:200px;
	left:-10px;
    animation: cloudMove 80s linear infinite;
}
@keyframes cloudMove {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-190px); /* 左へ190px */
    }
    100% {
        transform: translateX(0); /* 元の位置に戻る */
    }
}
.kv_cloud3{
	position:absolute;
	top:285px;
	left:-70px;
}
.kv_cloud4{
	position:absolute;
	top:30px;
	right:-210px;
    animation: cloudMove2 80s linear infinite;
}
@keyframes cloudMove2 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-240px); /* 左へ240px */
    }
    100% {
        transform: translateX(0); /* 元の位置に戻る */
    }
}
.kv_cloud5{
	position:absolute;
	top:165px;
	right:-140px;
}




.loop_wrap {
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	display: flex;
	width: auto;
	height: auto;
	overflow: hidden;
	z-index: 1;
}

.loop_wrap img {
  max-width: none;
  width: auto;
  height: auto;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap img:first-child {
  animation: loop 80s -40s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 80s linear infinite;
}


#message{scroll-margin-top: 120px;}
#experience{scroll-margin-top: 120px;}
#calendar{scroll-margin-top: 90px;}
#participation{scroll-margin-top: 20px;}
#teacher{scroll-margin-top: 120px;}
#access{scroll-margin-top: 50px;}


.message_area{
	margin: 0 auto 150px;
	padding: 0 0;
	position:relative;
	text-align:center;
	min-width:1000px;
	z-index:9;
}
.message_inner{
	margin: 0 auto 50px;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:920px;
display: flex;
align-items:center;
justify-content:center;
}

.message_img{
	margin: 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.message_txt{
	margin: 0 0 0 30px;
	padding: 0 0;
	position:relative;
	text-align:left;
}

.message_txt h3{
	margin: 0 0 30px;
	padding: 0 0;
	position:relative;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 35px;
	color: #5a3c32;
	text-align:left;
}

.message_txt p{
	margin: 0 auto 30px;
	padding: 0 0;
	position:relative;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 28px;
	color: #5a3c32;
	text-align:left;
}


.popup_btn{
	margin: 0 auto 10px;
	padding: 0 0;
	position:relative;
	text-align:center;

}

.popup_btn a{
	margin: 0 auto 10px;
	padding: 15px 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.00em;
	line-height: 24px;
	color:#f15a24;
	border-radius:50px;
	border:5px solid #f15a24;
	background-color:#fff;
	width:438px;
	display:block;
	filter: drop-shadow(0px 6px 0px rgba(0,0,0,0.2));
}
.popup_btn a:hover{
	text-decoration:none;
	color:#fff;
	transition : 0.3s;
	background-color:#f15a24;
}

.vegetables1{
	position:absolute;
	top:-40px;
	left:80px;
}
.vegetables2{
	position:absolute;
	top:25px;
	left:0px;
}
.vegetables3{
	position:absolute;
	top:410px;
	left:-30px;
}
.vegetables4{
	position:absolute;
	top:520px;
	left:40px;
}
.vegetables5{
	position:absolute;
	top:-30px;
	right:40px;
}
.vegetables6{
	position:absolute;
	top:0px;
	right:-40px;
}
.vegetables7{
	position:absolute;
	top:500px;
	right:60px;
}
.vegetables8{
	position:absolute;
	top:440px;
	right:0px;
}



/* popup */

.mfp-bg {background: #000 !important;opacity: 0.5 !important;}
.white-popup-block{padding:0 0;text-align:justify;margin:0 auto;position:relative}
.mfp-hide{display:none!important}

.popup_block{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 80px 0 80px;
	position:relative;
	text-align:center;
	background-color:#fff;
	border-radius:20px;
	max-height:700px!important;
	max-width:900px!important;
	border:5px solid #f5cc38;
}

.popup_close{
	position: absolute;
	top: 30px;
	right: 30px;
}

.popup_close a{
	display:block;
}

.mfp-close{
	display:none !important;
}

.popup_block .pop_txt{
	margin: 0 auto;
	padding: 0 0 ;
	position: relative;
	text-align:left;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 26px;
	color: #5a3c32;
	display:inline-block;
}





.experience_area{
	margin: 0 auto 110px;
	padding: 0 0;
	position:relative;
	text-align:center;
	min-width:1000px;
	z-index:9;
}
.experience_box{
	margin: 0 auto;
	padding: 40px 0 1px;
	position:relative;
	text-align:center;
	width:925px;
	background-color:#fff;
	border-radius: 0 0 30px 30px;
}
.experience_box:before {
  position: absolute;
  top: -55px;
  left:0;
  right:0;
  margin:auto;
  content: url(../images/top/experience_bg.svg);
}

.experience_p{
	position: absolute;
	top: -140px;
	right: -60px;
}

.experience_box h3{
	margin: 0 auto 30px;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 0.04em;
	line-height: 32px;
	color:#257731;
}
.experience_box h3 small{
	font-size: 16px;
	padding-right:10px;
}

.experience_flow {
	margin: 0 auto 50px;
	padding: 0 0;
	position:relative;
	text-align:center;
}
.experience_chara1{
	position: absolute;
	top: 300px;
	right: 10px;
	z-index:1;
}
.experience_onion{
	position: absolute;
	top: 260px;
	right: -320px;
}
.experience_box h4{
	margin: 0 auto 30px;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 25px;
	letter-spacing: 0.04em;
	line-height: 30px;
	color:#5a3c32;
}


ul.voice_list{
	margin: 0 auto 60px;
	padding: 0 0;
	position:relative;
	text-align:center;
}
ul.voice_list li{
	margin: 0 auto 0;
	padding: 50px 40px 0;
	position:relative;
	text-align:center;
	width:434px;
	height:436px;
	border-radius:10px;
	filter: drop-shadow(4px 6px 0px rgba(0,0,0,0.1));
	box-sizing: border-box;
}
ul.voice_list li:before {
	position: absolute;
	top: -20px;
	left:0;
	right:0;
	margin:auto;
	content: url(../images/top/voice_pin.svg);
}
ul.voice_list li.voice_style1{
	background-color:#ffdee7;
}
ul.voice_list li.voice_style2{
	background-color:#ffe7bb;
}
ul.voice_list li.voice_style3{
	background-color:#ffffc5;
}
ul.voice_list li.voice_style1 .voice_box{
	background-color:#ffc6d5;
}
ul.voice_list li.voice_style2 .voice_box{
	background-color:#f7cc81;
}
ul.voice_list li.voice_style3 .voice_box{
	background-color:#fff09a;
}
ul.voice_list li p{
	margin: 0 0 25px;
	padding: 0 0;
	position:relative;
	text-align:left;
	height:155px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 30px;
	color:#5a3c32;
	font-family: "Noto Sans JP", sans-serif;
}

ul.voice_list li .voice_box{
	margin: 0 auto;
	padding: 0 0 0;
	position:relative;
	text-align:center;
	min-height:170px;
	border-radius:10px;
}
ul.voice_list li .voice_box h5{
	margin: 0 auto;
	padding: 5px 0px;
	position:absolute;
	top:-10px;
	left:0;
	right:0;
	text-align:center;
	width:280px;
	border-radius:20px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 14px;
	color:#fff;
	background-color:#5a3c32;
	display:block;
}
ul.voice_list li .voice_box p{
	margin: 0 0;
	padding: 25px 20px 0;
	position:relative;
	text-align:left;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 26px;
	color:#5a3c32;
	font-family: "Noto Sans JP", sans-serif;
	box-sizing: border-box;
}



ul.voice_list.slick-slider{position: relative;}

ul.voice_list .slick-list{overflow: hidden;padding: 25px 0 !important;}

.voice_list .slick-track {}
.voice_list .slick-slide {
	width:434px !important;
}
.voice_list .slick-slide.slick-current {
  opacity: 1;
}
.voice_list .slick-slide a {
  display: block;
}

ul.voice_list .slick-slide{margin:0 10px;}

.slide-arrow {
cursor: pointer;
margin: auto;
position: absolute;
top: 47%;
width: 50px;
z-index:10;
}
.prev-arrow {
left: 210px;
}
.next-arrow {
right: 210px;
}

.experience_potato{
	position: absolute;
	top: 910px;
	left: -270px;
	z-index:1;
}

img.experience_illust1{
	position: absolute;
	top: -20px;
	right: 100px;
	z-index:1;
}

.can_box{
	margin: 0 auto 50px;
	padding: 0 0;
	position:relative;
	text-align:center;
	display: flex;
	align-items:center;
	justify-content:center;
}
.can_box{
	margin: 0 auto 70px;
	padding: 0 0;
	position:relative;
	text-align:center;
	display: flex;
	align-items:center;
	justify-content:center;
}

.can_box h5{
	margin: 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
	display: flex;
	align-items:center;
	justify-content:center;
	width:150px;
}

.can_box h5{
	margin: 0 30px 0 0;
	padding: 0 0;
	position:relative;
	text-align:center;
	display: flex;
	align-items:center;
	justify-content:center;
	width:150px;
	height:150px;
	border-radius:50%;
	background-color:#54ad46;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 1.6;
	color:#fff;
	z-index:2;
}

.experience_chara2{
	position: absolute;
	top: -65px;
	left: 205px;
	z-index:1;
}

ul.experience_list{
	margin: 0 0;
	padding: 0 0;
	position:relative;
	text-align:left;
}

ul.experience_list li{
	margin: 0 0;
	padding: 0 0 0 15px;
	position:relative;
	text-align:left;

	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 30px;
	color:#5a3c32;
	font-family: "Noto Sans JP", sans-serif;
	background-image: url(../images/top/check.svg);
	background-repeat: no-repeat;
	background-position: left top 50%;
	background-size: auto;
}

ul.experience_list li.check_none{
background-image:none;
}

.experience_illust2{
	margin-left: 30px;
}




.nutrients_area{
	margin: 0 auto;
	padding: 0 0 50px;
	position:relative;
	text-align:center;
	min-width:1000px;
	z-index:9;
	background-color:#a0643c;
}
.nutrients_area:before {
content: "";
position: absolute;
top:-61px;
left:0;
right:0;
width: 100%;
height: 62px;
background-image: url("../images/top/nutrients_top.png");
background-repeat: repeat-x;
background-position: center top;
background-size:auto ;
}
.nutrients_box{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:925px;
	min-height:660px;
	background-image: url(../images/top/nutrients_bg.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
}

.nutrients_box h3{
	margin: 0 0;
	padding: 70px 0 40px;
	position:relative;
	text-align:center;
}

.nutrients_box h4{
	margin: 0 0;
	padding: 0 0 0;
	position:relative;
	text-align:center;
	display:inline-block;
}

img.nutrients_chara{
	position: absolute;
	top: 5px;
	left: -80px;
	z-index:1;
}


.nutrients_carrot{
	position: absolute;
	top: -125px;
	left: -80px;
	z-index:1;
}
.nutrients_potato{
	position: absolute;
	top: -190px;
	right: -175px;
	z-index:1;
}




.calendar_area{
	margin: 0 auto;
	padding: 80px 0 100px;
	position:relative;
	text-align:center;
	min-width:1000px;
	z-index:9;
	background-color:#d6e473;
}
.calendar_area:before {
content: "";
position: absolute;
top:-32px;
left:0;
right:0;
width: 100%;
height: 33px;
background-image: url("../images/top/calendar_top.png");
background-repeat: repeat-x;
background-position: center top;
background-size:auto ;
}

.calendar_inner{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:925px;
}

.nutrients_scoop{
	position: absolute;
	top: -280px;
	right: -170px;
	z-index:1;
}

.calendar_inner h3{
	margin: 0 0 20px;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 33px;
	color:#5a3c32;
}

.calendar_inner h3 small{
	font-size: 18px;
	display:block;
	letter-spacing: 0.13em;
}
.calendar_inner h4{
	margin: 0 0 5px;
	padding: 0 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 23px;
	color:#5a3c32;
}

.calendar_inner p{
	margin: 0 0 15px;
	padding: 0 0 0;
	position:relative;
	text-align:center;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 19px;
	color:#5a3c32;
	font-family: "Noto Sans JP", sans-serif;
}

.calendar_note{
	position: absolute;
	top: 13px;
	right: 0px;
	z-index:1;
}

.calendar_box{
	margin: 0 auto 100px;
	padding: 20px 0;
	position:relative;
	text-align:center;
	width:925px;
	min-height:660px;
	background-color:#fff;
}


ul.chara_list{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	display: flex;
	align-items:flex-end;
	justify-content:space-around;
}

ul.chara_list li{
	margin: 0 0;
	padding: 0 0 0;
	position:relative;
	text-align:center;
	width:190px;
}

ul.chara_list li h5{
	margin: 0 0 10px;
	padding: 0 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.15em;
	line-height: 30px;
	color:#5a3c32;
}

ul.chara_list li p{
	margin: 0 0;
	padding: 0 0 0;
	position:relative;
	text-align:left;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 24px;
	color:#5a3c32;
	font-family: "Zen Maru Gothic", serif;
}







.participation_area{
	margin: 0 auto 0;
	padding: 120px 0;
	position:relative;
	text-align:center;
	min-width:1000px;
	z-index:9;
	background-color:#b4d678;
}
.participation_area:before {
content: "";
position: absolute;
top:-32px;
left:0;
right:0;
width: 100%;
height: 33px;
background-image: url("../images/top/participation_top.png");
background-repeat: repeat-x;
background-position: center top;
background-size:auto ;
}

.participation_box{
	margin: 0 auto 150px;
	padding: 70px 0 50px;
	position:relative;
	text-align:center;
	width:925px;
	background-color:#fff;
	border-radius: 30px;
	filter: drop-shadow(4px 6px 0px rgba(0,0,0,0.1));
	box-sizing: border-box;
}
.participation_box:before {
  position: absolute;
  top: -50px;
  left:0;
  right:0;
  margin:auto;
  content: url(../images/top/participation_box_bg1.png);
}
.participation_box:after {
  position: absolute;
  bottom: -6px;
  left:0;
  right:0;
  margin:auto;
  content: url(../images/top/participation_box_bg2.png);
}



.participation_box h3{
	margin: 0 0 20px;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 33px;
	color:#5a3c32;
}

ul.participation_list{
	margin: 0 auto 50px;
	padding: 0 0 ;
	position:relative;
	text-align:center;
	width:623px;
}
ul.participation_list li{
	margin: 0 0 15px;
	padding: 0 0 ;
	position:relative;
	text-align:center;
	display: flex;
	align-items:center;
	justify-content:space-between;
}
ul.participation_list li div{
	margin: 0 0;
	padding: 0 0 ;
	position:relative;
	text-align:center;
	width:47px;
	height:47px;
	background-color:#54ad46;
	border-radius:50%;
display: flex;
align-items:center;
justify-content:center;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.00em;
	line-height: 20px;
	color:#fff;
}
ul.participation_list li p{
	margin: 0 0;
	padding: 15px 70px ;
	position:relative;
	text-align:left;
	width:564px;
	background-color:#d9e021;
	border-radius:30px;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 25px;
	color:#5a3c32;
	box-sizing: border-box;
}
ul.participation_list li p small{
	display:block;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.00em;
	line-height: 24px;
	font-family: "Noto Sans JP", sans-serif;
}

.notice_box{
	margin: 0 auto 50px;
	padding:25px 40px 30px;
	position:relative;
	text-align:center;
	width:623px;
	border-radius:15px;
	border:1px solid #5a3c32;
	box-sizing: border-box;
}
.notice_box h4{
	margin: 0 auto 20px;
	padding: 0 0 ;
	position:relative;
	text-align:center;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.00em;
	line-height: 24px;
	font-family: "Noto Sans JP", sans-serif;
}

ul.notice_list{
	margin: 0 auto 30px;
	padding: 0 0 ;
	position:relative;
	text-align:center;
}
ul.notice_list li{
	margin: 0 auto;
	padding: 0 0 ;
	position:relative;
	text-align:left;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.00em;
	line-height: 24px;
	font-family: "Noto Sans JP", sans-serif;
}
.notice_box h5{
	margin: 0 auto 10px;
	padding: 5px 0 ;
	position:relative;
	text-align:center;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.00em;
	line-height: 24px;
	font-family: "Noto Sans JP", sans-serif;
	background-color:#ffdc0a;
	text-decoration:underline;
}
.notice_box p{
	margin: 0 auto;
	padding: 0 0 ;
	position:relative;
	text-align:left;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.00em;
	line-height: 24px;
	font-family: "Noto Sans JP", sans-serif;
}

.participation_box h6{
	margin: 0 auto 20px;
	padding: 0 0 ;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.00em;
	line-height: 32px;
	display:inline-block;
}

img.h6_chara{
	position: absolute;
	top: -20px;
	left: -100px;
	z-index:1;
}

.line_btn{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	z-index:1;
}

.line_btn a{
	margin: 0 auto 10px;
	padding: 15px 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 24px;
	color:#257731;
	border-radius:50px;
	border:5px solid #257731;
	background-color:#fcee21;
	width:438px;
	display:block;
	filter: drop-shadow(0px 6px 0px rgba(0,0,0,0.2));
	background-image: url(../images/top/line.svg),url(../images/top/btn_arr.svg);
	background-repeat: no-repeat,no-repeat;
	background-position: left 30px top 50%,right 40px top 50%;
	background-size: auto,auto ;
}
.line_btn a:hover{
	text-decoration:none;
	transition : 0.3s;
	background-color:#fff;
}


.pen{
	position: absolute;
	top: 70px;
	right: -270px;
	z-index:1;
}



.faq_box{
	margin: 0 auto 50px;
	padding: 0 0 0;
	position:relative;
	text-align:center;
	width:630px;
	box-sizing: border-box;
}
.faq_box h3{
	margin: 0 auto 30px;
	padding: 0 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 33px;
	color:#5a3c32;
}


ul.faq_list{
	margin: 0 auto 30px;
	padding: 0 0 0;
	position:relative;
	text-align:center;
	box-sizing: border-box;
}
ul.faq_list li{
	margin: 0 0 20px;
	padding: 0 0 0;
	position:relative;
	text-align:center;
	box-sizing: border-box;
}

.accordion-title {
	margin: 0 0 0;
	padding: 0 0 0;
	position:relative;
	text-align:left;
	display: flex;
	align-items:center;
	justify-content:space-between;
	cursor: pointer;
}

.accordion-title em{
	margin: 0 0;
	padding: 0 0 ;
	position:relative;
	text-align:center;
	width:47px;
	height:47px;
	background-color:#725b9f;
	border-radius:50%;
display: flex;
align-items:center;
justify-content:center;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.00em;
	line-height: 20px;
	color:#fff;
}
.accordion-title p{
	margin: 0 0;
	padding: 15px 70px ;
	position:relative;
	text-align:left;
	width:564px;
	background-color:#ffffff;
	border-radius:30px;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 25px;
	color:#5a3c32;
	box-sizing: border-box;
}

.accordion-content {
	margin: 10px 0 0;
	padding: 0 0 0;
	position:relative;
	text-align:left;
	display: flex;
	align-items:flex-start;
	justify-content:space-between;

}
.accordion-content em{
	margin: 0 0;
	padding: 0 0 ;
	position:relative;
	text-align:center;
	width:47px;
	height:47px;
	background-color:#f08000;
	border-radius:50%;
	display: flex;
	align-items:center;
	justify-content:center;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.00em;
	line-height: 20px;
	color:#fff;
}
.accordion-content p{
	margin: 0 0;
	padding: 15px 70px ;
	position:relative;
	text-align:left;
	width:564px;
	background-color:#ffffff;
	border-radius:30px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 25px;
	color:#5a3c32;
	box-sizing: border-box;
}
.accordion-content p small{
	display:block;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.00em;
	line-height: 24px;
	font-family: "Noto Sans JP", sans-serif;
}


/* 矢印 */

.accordion-title::after {
	border-right: solid 3px #aa9ec3;
	border-top: solid 3px #aa9ec3;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 35px;
	top: 35%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 12px;
}
.accordion-title.open::after {
	top: 45%;
	transform: rotate(-45deg);
}

.question{
	position: absolute;
	top: 170px;
	left: -180px;
	z-index:1;
}

.exclamation{
	position: absolute;
	bottom: 150px;
	right: -160px;
	z-index:1;
}

.faq_box p.faq_txt{
	margin: 0 auto;
	padding: 0 0 0;
	position:relative;
	text-align:left;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.00em;
	line-height: 24px;
	color:#5a3c32;
	display:none;
}



.insta_area{
	margin: 0 auto;
	padding: 0px 0 100px;
	position:relative;
	text-align:center;
	min-width:1000px;
	z-index:9;
	background-color:#40c8e6;
}
.insta_area:before {
content: "";
position: absolute;
top:-100px;
left:0;
right:0;
width: 100%;
height: 100px;
background-image: url("../images/top/insta_top.png");
background-repeat: no-repeat;
background-position: center top;
background-size:100% 100px ;
}
.insta_area:after {
content: "";
position: absolute;
bottom:-30px;
left:0;
right:0;
width: 100%;
height: 150px;
background-image: url("../images/top/insta_bottom.svg");
background-repeat: no-repeat;
background-position: center bottom;
background-size:auto ;
}

.insta_box{
	margin: 0 auto 80px;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:620px;
}

.insta_box h3{
	margin: 0 0 20px;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 25px;
	letter-spacing: 0.05em;
	line-height: 33px;
	color:#5a3c32;
}
.insta_box h3 img{
	margin: 0 15px 0 0;
	vertical-align:middle;
}
div.insta_list #sbi_images,
ul.insta_list{
	margin: 0 auto;
	padding: 0 0 ;
	position:relative;
	text-align:center;
	display: flex;
	align-items:stretch;
	justify-content:space-between;
	flex-wrap:wrap;
}
ul.insta_list li{
	margin: 0 0 15px;
	padding: 0 0 ;
	position:relative;
	text-align:center;
}
span.sbi-screenreader{
	display:none;
}
div.insta_list #sbi_images {
	margin: 0 auto;
	padding: 0 0 ;
	position:relative;
	text-align:center;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px !important;
}
div.insta_list #sbi_images .sbi_photo_wrap a {
	display:block;
	padding: 0;
}
div.insta_list .sbi_photo_wrap a img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.btn_more{
	margin: 0 0;
	padding: 0 0 ;
	position:relative;
	text-align:right;
}
.btn_more a{
	margin: 0 0;
	padding: 0 0 ;
	position:relative;
	text-align:right;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 14px;
	color:#5a3c32;
	text-decoration:underline;
}

.insta_cloud1{
	position: absolute;
	top: 250px;
	left: -300px;
}
.insta_cloud2{
	position: absolute;
	top: 340px;
	left: -160px;
}
.insta_cloud3{
	position: absolute;
	top: 560px;
	left: -410px;
}
.insta_cloud4{
	position: absolute;
	top: 30px;
	right: -320px;
}
.insta_cloud5{
	position: absolute;
	top: 430px;
	right: -330px;
}
.insta_cloud6{
	position: absolute;
	top: 550px;
	right: -280px;
}




.teacher_block{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:860px;
}
.teacher_block h3{
	margin: 0 0 30px;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 25px;
	letter-spacing: 0.05em;
	line-height: 33px;
	color:#5a3c32;
}

.teacher_box{
	margin: 0 auto 50px;
	padding: 0 0 ;
	position:relative;
	text-align:center;
	display: flex;
	align-items:center;
	justify-content:center;
}

.teacher_img{
	margin: 0 0 ;
	padding: 0 0 ;
	position:relative;
	text-align:center;
}
.teacher_img h4{
	display:none;
}

.teacher_txt{
	margin: 0 0 0 30px;
	padding: 0 0 ;
	position:relative;
	text-align:center;
}

.teacher_box h4{
	margin: 0 0 20px;
	padding: 0 0;
	position:relative;
	text-align:left;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 30px;
	color:#5a3c32;
}
.teacher_box p{
	margin: 0 0 20px;
	padding: 0 0;
	position:relative;
	text-align:left;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.00em;
	line-height: 28px;
	color:#5a3c32;
}
.teacher_hat{
	position: absolute;
	top: -100px;
	right: 0px;
}




.access_area{
	margin: 0 auto;
	padding: 60px 0 80px;
	position:relative;
	text-align:center;
	min-width:1000px;
	z-index:8;
	background-color:#6dc246;
}

.access_p{
	display:none;
}

.access_area h3{
	margin: 0 0 40px;
	padding: 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 25px;
	letter-spacing: 0.05em;
	line-height: 33px;
	color:#5a3c32;
}

.access_area h4{
	margin: 0 0 5px;
	padding: 0 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 23px;
	color:#5a3c32;
}

.access_area p{
	margin: 0 0 40px;
	padding: 0 0 0;
	position:relative;
	text-align:center;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 26px;
	color:#5a3c32;
}
.access_area p small{
	font-size: 14px;
	display:block;
}

ul.access_list{
	margin: 0 auto;
	padding: 0 0 ;
	position:relative;
	text-align:center;
display: flex;
align-items:stretch;
justify-content:center;
}
ul.access_list li{
	margin: 0 15px;
	padding: 0 0 ;
	position:relative;
	text-align:center;
	width:350px;
}