@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	/* -webkit-text-size-adjust: 100%; */
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: middle;
}

body {
font-feature-settings: "palt";
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

@media only screen and(-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

*, *::after, *::before {
	box-sizing: border-box;

}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;will-change: contents;
}

a,
img,
input,
svg,
*:before,
*:after {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a:hover img,
a:hover input {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}


html {font-size: 16px;}
img {vertical-align: middle;}
body {color: #000;font-family: 'Noto Sans JP', sans-serif;font-weight:500;letter-spacing: 0.05em;}
.w800 {max-width: 840px;margin: 0 auto;padding: 0 20px;}
.w900 {max-width: 940px;margin: 0 auto;padding: 0 20px;}
.w1000 {max-width: 1040px;margin: 0 auto;padding: 0 20px;}
a {transition: opacity 0.2s;}
a:hover {opacity: 0.8;}
.spview {display: none;}
.pcview {display: block;}

@media screen and (max-width:750px) {
html {font-size: 4.2vw;}
.w800 {width: 100%;padding: 0 5vw;}
.w900 {width: 100%;padding: 0 5vw;}
.w1000 {width: 100%;padding: 0 5vw;}
.spview {display: block;}
.pcview {display: none;}
}

/*backtop*/
#backtop{position:fixed;bottom:-50px;right:25px;z-index:20;transition:bottom 0.2s;}
#backtop a{display:block;width:40px;height:40px;overflow: hidden;border-radius:50%;}
#backtop a img{width: 100%;border-radius:50%;}
@media only screen and (max-width: 750px) {
#backtop{right:4vw;bottom:-10vw;}
#backtop a{width:10vw;height:10vw;}

}


/*font-family: "Zen Maru Gothic", sans-serif;*/

/*front header*/
.front_header{background:#A7D55C;position: relative;overflow: hidden;background-image: url(../images/front_header_bg_pc.png);background-position: center top -100px;background-size:1700px;background-repeat: no-repeat;padding-bottom: 80px;}
.front_header .kv{position: relative;padding-top:70px;}
.front_header .kv .logo{width: 240px;}
.front_header .kv .logo span{display: none;}
.front_header .kv .fee{width: 140px;position: absolute;top:70px;left: 260px;}
.front_header .kv .gunma{width: 685px;position: absolute;top:20px;left:350px;}
.front_header .kv img{width: 100%;}
.front_header .kv .msg{font-family: "Zen Maru Gothic", sans-serif;font-weight: 700;font-size: 15px;color:#1E603C;letter-spacing: 0;padding-left:30px;line-height: 2.2;position: relative;margin-top:35px;}
.front_header .kv .msg::before{content:"";display: block;position: absolute;top:0.5em;left:0;background:#619E44;width: 10px;height:calc(100% - 0.85em);}
.front_header .contact{position: absolute;top:0;right:0;}
.front_header .contact a{font-family: "Zen Maru Gothic", sans-serif;background:#00AD52;color:#fff;padding:12px 22px;display: flex;align-items: center;font-weight: 700;transition: background 0.2s,color 0.2s;}
.front_header .contact a::before{content:"";display: block;width: 36px;height:36px;background-image: url(../images/mail.svg);background-size: contain;background-repeat: no-repeat;margin-right: 10px;}
.front_header .contact a:hover{background: #fff;color:#00AD52;opacity: 1;}

.front_header .header_box{background:#fff;border-radius: 10px;box-shadow: 0 0 16px #7AB200;padding:25px 40px 30px;}
.front_header .header_box h2{color:#00AD52;font-family: "Zen Maru Gothic", sans-serif;font-size: 22px;font-weight: 900;display: flex;justify-content: center;align-items: center;margin-bottom: 15px;}
.front_header .header_box h2::before{content:"";display: block;background-size: contain;background-repeat: no-repeat;margin-right: 10px;}
.front_header .header_box .txt{font-weight: 500;line-height: 1.7;letter-spacing: 0.1em;text-align: justify;}
.front_header .header_box .link{margin-top:25px;}
.front_header .header_box .link a{color:#fff;font-size: 14px;font-weight: 500;display: flex;padding:0.9em 0 1em;width: 300px;border-radius: 50px;letter-spacing: 0.1em;box-shadow: 0 0 6px #a0a0a0;justify-content: center;align-items: center;margin:0 auto;transition: background 0.2s,color 0.2s;}
.front_header .header_box .link a::after{content:"";display: block;width: 12px;height: 12px;background-repeat: no-repeat;background-size: contain;margin-left: 1em;filter: brightness(0) invert(1);}
.front_header .header_box.facilitator{margin-top:40px;}
.front_header .header_box.facilitator h2::before{width: 53px;height: 46px;background-image: url(../images/header_box_icon1.svg);}
.front_header .header_box.facilitator .link a{background: #D16A1A;border:2px solid #D16A1A;}
.front_header .header_box.facilitator .link a::after{background-image: url(../images/arrow_orange.svg);}
.front_header .header_box.facilitator .link a:hover{color: #D16A1A;background:#fff;opacity: 1;}
.front_header .header_box.facilitator .link a:hover::after{filter: brightness(1) invert(0);}
.front_header .header_box.college{margin-top:30px;}
.front_header .header_box.college h2::before{width: 48px;height: 48px;background-image: url(../images/header_box_icon2.svg);}
.front_header .header_box.college .link a{background: #2DAF6F;border:2px solid #2DAF6F;}
.front_header .header_box.college .link a::after{background-image: url(../images/arrow_green.svg?1);}
.front_header .header_box.college .link a:hover{color: #2DAF6F;background:#fff;opacity: 1;}
.front_header .header_box.college .link a:hover::after{filter: brightness(1) invert(0);}

@media only screen and (max-width: 750px) {
.front_header{background-image: url(../images/front_header_bg_sp.png);background-position: center top;background-size:215%;padding-bottom: 17vw;}
.front_header .kv{padding-top:4vw;}
.front_header .kv .logo{width: 34.4vw;}
.front_header .kv .fee{width: 22.6vw;top:8.4vw;left: 38.5vw;}
.front_header .kv .gunma{width: 85.6vw;top:36.8vw;left:4.8vw;}
.front_header .kv .msg{font-size: 3.9vw;padding-left:5vw;line-height: 2.1;margin-top:78.6vw;letter-spacing: -0.03em;margin-right:-5vw;}
.front_header .kv .msg::before{width: 2.6vw;}
.front_header .contact a{padding:2vw 2.3vw;flex-direction: column;font-size: 3.2vw;}
.front_header .contact a::before{width: 7vw;height:7vw;margin-right: 0;margin-bottom: 1.5vw;}
.front_header .header_box{padding:7vw 5vw 7vw;}
.front_header .header_box h2{font-size: 5vw;flex-direction: column;text-align: center;line-height: 1.5;letter-spacing: 0;margin:0 -5vw 0.5em;}
.front_header .header_box h2::before{margin-right: 0;margin-bottom: 2vw;}
.front_header .header_box .txt{line-height: 1.6;letter-spacing: 0.04em;}
.front_header .header_box .link{margin-top:5vw;}
.front_header .header_box .link a{font-size: 3.7vw;display: flex;padding:1.2em 0 1.3em;width: 95%;}
.front_header .header_box .link a::after{width:3.5vw;height: 3.5vw;}
.front_header .header_box.facilitator{margin-top:8vw;}
.front_header .header_box.facilitator h2::before{width: 14vw;height: 12.4vw;}
.front_header .header_box.college{margin-top:6.6vw;}
.front_header .header_box.college h2::before{width: 13.3vw;height: 13.3vw;}
}

/*sub header*/
.sub_header{background:#A7D55C;position: relative;overflow: hidden;background-image: url(../images/sub_header_bg_pc.png);background-position: center top -107px;background-size:1750px;background-repeat: no-repeat;}
.sub_header .logo{width: 256px;padding:25px 0 20px;}
.sub_header .logo span{display: none;}
.sub_header img{width: 100%;}
.sub_header .contact{position: absolute;top:0;right:0;}
.sub_header .contact a{font-family: "Zen Maru Gothic", sans-serif;background:#00AD52;color:#fff;padding:12px 22px;display: flex;align-items: center;font-weight: 700;transition: background 0.2s,color 0.2s;}
.sub_header .contact a::before{content:"";display: block;width: 36px;height:36px;background-image: url(../images/mail.svg);background-size: contain;background-repeat: no-repeat;margin-right: 10px;}
.sub_header .contact a:hover{background: #fff;color:#00AD52;opacity: 1;}
.sub_header nav{background:#00AD52;}
.sub_header nav ul{display: flex;justify-content: center;font-size: 15px;font-weight: 600;color:#fff;padding: 1em 0 1.1em;}
.sub_header nav ul li:not(:last-child)::after{content:"/";margin:0 1em;}
.sub_header nav ul li a{text-decoration: underline;}
.sub_header .sp_btn{display:none;}
@media only screen and (max-width: 750px) {
.sub_header{background-image: url(../images/sub_header_bg_sp.png);background-position: center top -22vw;background-size:160%;}
.sub_header .logo{width: 50vw;padding:2.5vw 0 2.5vw;}
.sub_header .contact{position: static;}
.sub_header .contact a{padding:3vw 0;justify-content: center;}
.sub_header .contact a::before{width: 7vw;height:7vw;margin-right: 2vw;}
.sub_header .sp_btn{display:block;background:#006F3F;z-index: 5;width: 15vw;height: 15vw;margin-right: -2vw;border-radius:2vw;position: relative;}
.sub_header .sp_btn span{position:absolute;right:3vw;transform:rotate(0deg);transform-origin:center center;display:block;height:0.8vw;background:#fff;width: 9vw;transition: transform 0s,top 0s;transition-timing-function: ease;}
.sub_header .sp_btn span:nth-of-type(1){top:4.2vw;}
.sub_header .sp_btn span:nth-of-type(2){top:7.2vw;}
.sub_header .sp_btn span:nth-of-type(3){top:10.2vw;}
.sub_header>div{display: flex;align-items: center;justify-content: space-between;}
.sub_header nav{display: none;background:#006F3F;}
.sub_header nav ul{display: block;font-size: 4.1vw;padding: 0 4vw;}
.sub_header nav ul li:not(:last-child)::after{content:none;margin:0;}
.sub_header nav ul li a{padding:1.3em 0.5em 1.45em;display: flex;text-decoration: none;justify-content: space-between;align-items: center;}
.sub_header nav ul li a::after{content:"";display: block;width: 0.8em;height: 0.8em;background-image: url(../images/arrow_wh.svg);background-size: contain;background-repeat: no-repeat;opacity: 0.8;}
.sub_header nav ul li:not(:last-child) a{border-bottom: 1px dotted #fff;}
}

/*footer*/
footer{padding:30px 0 30px;margin-top: auto;background:#fff;}
footer p{text-align: center;}
footer .policy{font-size: 14px;padding-bottom: 20px;}
footer .policy a{text-decoration: underline;}
footer .name{color:#4D700A;padding-top: 20px;border-top: 1px solid #A7D55C;width: 450px;margin:0 auto 0.8em;font-weight: 600;}
footer .adr{font-size: 14px;margin-bottom: 0.8em;}
footer .tel{font-size: 14px;margin-bottom: 1.5em;}
footer .copy{font-size: 12px;letter-spacing: 0.02em;}
@media only screen and (max-width: 750px) {
footer{padding:9vw 0 9vw;}
footer .policy{font-size: 3.7vw;padding-bottom: 1.4em;}
footer .name{padding-top: 1.2em;width: 100%;margin:0 auto 0.9em;}
footer .adr{font-size: 3.7vw;margin-bottom: 0.6em;}
footer .tel{font-size: 3.7vw;margin-bottom: 1.4em;}
footer .copy{font-size: 2.8vw;margin:0 -5vw;}
}

body{display: flex;flex-direction: column;min-height: 100vh;background:#EFEFE1;}


main{background-image: url(../images/main_bg_pc.png);background-position: top 40px center;background-repeat: repeat-y;background-size: 1570px;}
@media only screen and (max-width: 750px) {
main{background-image: url(../images/main_bg_sp.png);background-position: top center;background-size: 180%;}
}

.sec_head{padding-top:60px;padding-bottom: 50px;}
.sec_head.front{padding-top:80px;}
.sec_head h2{font-size: 28px;font-weight:700;font-family: "Zen Maru Gothic", sans-serif;color: #00843C;text-align: center;margin-bottom: 1em;}
.sec_head h2+p{font-weight: 700;font-family: "Zen Maru Gothic", sans-serif;color: #00843C;text-align: center;line-height: 2;}
.sec_head .sec_bar{height:3px;width: 100%;background:#C9A420;position: relative;margin-top: 30px;}
.sec_head .sec_bar::before{content:"";display: block;top:-9px;height:3px;width: 100%;background:#C30022;position: absolute;}
.sec_head .sec_bar::after{content:"";display: block;bottom:-9px;height:3px;width: 100%;background:#529444;position: absolute;}
.sec_head.front .sec_bar{margin-top: 40px;}
.sec_head.contact .sec_bar{margin-top: 40px;}
.sec_head.policy .sec_bar{margin-top: 40px;}
@media only screen and (max-width: 750px) {
.sec_head{padding-top:10vw;padding-bottom: 10vw;}
.sec_head.front{padding-top:10vw;}
.sec_head h2{font-size: 6.9vw;margin-bottom: 0.6em;line-height: 1.3;}
.sec_head h2+p{line-height: 1.8;text-align: justify;}
.sec_head.front h2+p{text-align: center;}
.sec_head .sec_bar{height:0.5vw;margin-top: 6vw;}
.sec_head .sec_bar::before{top:-1.5vw;height:0.5vw;}
.sec_head .sec_bar::after{bottom:-1.5vw;height:0.5vw;}
.sec_head.front .sec_bar{margin-top: 6vw;}
.sec_head.contact .sec_bar{margin-top: 6vw;}
.sec_head.policy .sec_bar{margin-top: 6vw;}
}

.vacation{padding-bottom:90px;}
.vacation .vacation_inner{background: #fff;background-image: url(../images/front_event_bg_pc.png);background-size: cover;background-repeat: no-repeat;background-position: center center;display: flex;flex-direction: column;padding:90px 0 25px;}
.vacation .event_head{width: 510px;margin:0 auto;order:1;position: relative;}
.vacation .event_head .event{position: absolute;width: 165px;top:-70px;left: 0;}
.vacation .event_head h2{width: 427px;margin:0 auto;}
.vacation .event_head h2 span{display: none;}
.vacation .event_head img{width: 100%;}
.vacation .txt{width: 510px;margin:0 auto 1em;order:3;text-align: justify;line-height: 1.8;font-size: 14px;border-bottom: 1px dotted #545454;padding-bottom: 1em;}
.vacation .details{width: 510px;margin:0 auto;order:4;line-height: 1.8;font-size: 14px;}
.vacation .details>div{display: flex;}
.vacation .details dt::before{content:"●";margin-right: 0.1em;}
.vacation .details dt::after{content:":";margin:0 0.2em;}
.vacation .more{width: 510px;margin:1.4em auto 1.2em;order:2;}
.vacation .more a{padding:0.7em 4em 0.8em;background: #D16A1A;color:#fff;font-size: 14px;border-radius: 50px;display: flex;justify-content: center;align-items: center;width: max-content;margin:0 auto;border:2px solid #D16A1A;transition:background 0.2s,color 0.2s;}
.vacation .more a::after{content:"";display: block;width: 0.8em;height: 0.8em;background-image: url(../images/arrow_orange.svg);background-size: contain;background-repeat: no-repeat;margin-left: 0.8em;background-position: center center;filter: brightness(0) invert(1);}
.vacation .more a:hover{background:#fff;color:#D16A1A;opacity: 1;}
.vacation .more a:hover::after{filter: brightness(1) invert(0);}

@media only screen and (max-width: 750px) {
.vacation{padding-bottom:15vw;}
.vacation .vacation_inner{background-image: url(../images/front_event_bg_sp.png);background-size: cover;padding:30vw 5vw 9vw;display: block;}
.vacation .event_head{width: 100%;order:1;}
.vacation .event_head .event{width: 34vw;top:-22vw;left: calc(50% - 20vw);}
.vacation .event_head h2{width: 100%;}
.vacation .txt{width: 100%;margin:1.6em auto 1.4em;line-height: 1.8;font-size: 3.5vw;padding-bottom: 1.4em;}
.vacation .details{width: 100%;margin:0 auto;line-height: 1.8;font-size:3.5vw;}
.vacation .more{width: 100%;margin:1.5em auto 0;}
.vacation .more a{padding:1em 5em 1.1em;font-size: 3.5vw;}
}

/*content*/
.sec_content{}
sub{font-size: 0.8em;margin:0 0.05em}

/*front content*/
.sec_content.front .area_nav{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 25px;}
.sec_content.front .area_nav p{width: 23.5%;text-align: center;}
.sec_content.front .area_nav p a{display: flex;background:#fff;padding:1em 0 1.1em;color:#00AD52;font-weight: 700;font-family: "Zen Maru Gothic", sans-serif;box-shadow: 0 0 10px rgba(122,178,0,0.6);justify-content: center;align-items: flex-end;letter-spacing: 0.08em;transition: background 0.2s,color 0.2s;}
.sec_content.front .area_nav p a::after{content:"";display: block;background-image: url(../images/arrowdown_green.svg);width: 0.8em;height: 0.8em;background-size: contain;background-repeat: no-repeat;background-position: center center;margin-left: 0.8em;}
.sec_content.front .area_nav p a:hover{background: #00AD52;color:#fff;opacity: 1;}
.sec_content.front .area_nav p a:hover::after{filter: brightness(0) invert(1);}
.sec_content.front{padding-bottom:45px;}
.sec_content.front section{padding:30px 0;}
.sec_content.front h3{font-weight: 700;font-family: "Zen Maru Gothic", sans-serif;color: #3D8915;text-align: center;font-size: 22px;margin-bottom: 30px;}
.sec_content.front .caravan_wrap{display: flex;justify-content: space-between;gap:30px 4%;flex-wrap: wrap;}
.sec_content.front .caravan_item{background: #fff;width:48%;padding:30px;border-radius: 8px;} 
.sec_content.front .caravan_item h4{font-weight: 900;font-size: 18px;padding-bottom:20px;border-bottom:1px dotted #A7D55C;margin-bottom:20px;display: flex;align-items: center;}
.sec_content.front .caravan_item h4::before{content:"";margin-right: 20px;width: 53px;height: 53px;background-size: contain;background-position: center center;background-repeat: no-repeat;}
.sec_content.front .caravan_item.accepting h4::before{background-image: url(../images/status_icon_accepting.svg);}
.sec_content.front .caravan_item.before h4::before{background-image: url(../images/status_icon_before.svg);}
.sec_content.front .caravan_item.not h4::before{background-image: url(../images/status_icon_not.svg);}
.sec_content.front .caravan_item.end h4::before{background-image: url(../images/status_icon_end.svg);}
.sec_content.front .caravan_item.soon h4::before{width: 0;margin-right: 0;}
.sec_content.front .caravan_item dl div{display: flex;justify-content: flex-start;align-items: stretch;font-size: 14px;line-height: 1.4;}
.sec_content.front .caravan_item dl div:not(:last-of-type){margin-bottom: 5px;}
.sec_content.front .caravan_item dl dt{flex-shrink: 0;padding:0.5em 0;background:#D8D8D8;width: 30%;margin-right: 10px;display: flex;justify-content: center;align-items: center;}
.sec_content.front .caravan_item dl dd{display: flex;justify-content: center;align-items: center;}
.sec_content.front .caravan_item dl div:first-of-type dt{background:#A6D55C;padding:1.25em 0;}
.sec_content.front .caravan_item .link{margin-top: 20px;}
.sec_content.front .caravan_item .link a{padding:0.8em 4.5em 0.9em;background: #D16A1A;color:#fff;font-size: 14px;border-radius: 50px;display: flex;justify-content: center;align-items: center;width: max-content;margin:0 auto;box-shadow: 0 0 6px rgba(0,0,0,0.3);border:2px solid #D16A1A;transition: background 0.2s,color 0.2s;}
.sec_content.front .caravan_item .link a::after{content:"";display: block;width: 1.25em;height: 1.25em;background-image: url(../images/blank_orange.svg);background-size: contain;background-repeat: no-repeat;margin-left: 0.8em;background-position: center center;filter: brightness(0) invert(1);}
.sec_content.front .caravan_item .link a:hover{background:#fff;color:#D16A1A;opacity: 1;}
.sec_content.front .caravan_item .link a:hover::after{filter: brightness(1) invert(0);}
.sec_content.front .caravan_item.soon{position: relative;}
.sec_content.front .caravan_item .soon_msg{position: absolute;top:50%;left:50%;transform: translate(-50%,0);padding:1em 2em;color:#888;border-radius: 4px;border:1px solid #ccc;font-size: 14px;}


@media only screen and (max-width: 750px) {
.sec_content.front .area_nav{margin-bottom: 5vw;gap: 3.5vw;}
.sec_content.front .area_nav p{width: calc((100% - 3.5vw) / 2);}
.sec_content.front .area_nav p a{padding:0.9em 0 1em;}
.sec_content.front{padding-bottom:6vw;}
.sec_content.front section{padding:6vw 0 9vw;}
.sec_content.front h3{font-size: 5.8vw;margin-bottom: 1em;}
.sec_content.front .caravan_wrap{display: block;}
.sec_content.front .caravan_item{width:100%;padding:5vw;}
.sec_content.front .caravan_item:not(:last-of-type){margin-bottom: 4vw;}
.sec_content.front .caravan_item h4{font-size: 4.8vw;padding-bottom:4vw;margin-bottom:4vw;}
.sec_content.front .caravan_item h4::before{margin-right: 3vw;width: 14vw;height: 13vw;}
.sec_content.front .caravan_item dl div{font-size: 3.7vw;}
.sec_content.front .caravan_item dl div:not(:last-of-type){margin-bottom: 1.5vw;}
.sec_content.front .caravan_item dl dt{width: 37%;margin-right: 2vw;}
.sec_content.front .caravan_item .link{margin-top: 4vw;}
.sec_content.front .caravan_item .link a{padding:0.8em 5em 0.9em;font-size: 3.7vw;}
.sec_content.front .caravan_item .soon_msg{position: static;padding:0.8em 2em;color:#888;font-size: 3.5vw;transform: unset;width: max-content;margin:2em auto 1em;}

}


/*college content*/
.sec_content.college{padding-bottom: 90px;}
.college_wrap{display: flex;justify-content: space-between;}
.college_wrap .college_item{width: 31%;background: #fff;border:2px solid #A6D55C;border-radius: 8px;padding:18px 18px 22px;display: flex;flex-direction: column;justify-content: space-between;}
.college_wrap .college_item h3{text-align: center;font-size: 20px;font-weight: 800;line-height: 1.4;min-height:4em;}
.college_wrap .college_item h3 span{font-size: 14px;display: block;}
.college_wrap .college_item .img{height: 150px;margin-bottom: 15px;}
.college_wrap .college_item .img img{width: 100%;}
.college_wrap .college_item dl div{display: flex;font-size: 14px;align-items: center;margin-bottom: 5px;line-height: 1.3;}
.college_wrap .college_item dl dt{background:#A6D55C;padding:0.5em 1em;margin-right: 0.9em;flex-shrink: 0;}
.college_wrap .college_item .txt{text-align: justify;font-size: 14px;line-height: 1.7;flex:1;letter-spacing: 0.02em;margin-top: 0.8em;}
.college_wrap .college_item .more{}
.college_wrap .college_item .more.simulator{display: none;}
.college_wrap .college_item .more{margin:1em auto 0;}
.college_wrap .college_item .more a{padding:0.7em 4em 0.8em;background: #D16A1A;color:#fff;font-size: 14px;border-radius: 50px;display: flex;justify-content: center;align-items: center;width:100%;box-shadow: 0 0 8px rgba(0,0,0,0.3);border:2px solid #D16A1A;transition: background 0.2s,color 0.2s;}
.college_wrap .college_item a::after{content:"";display: block;width: 0.8em;height: 0.8em;background-image: url(../images/arrow_orange.svg);background-size: contain;background-repeat: no-repeat;margin-left: 0.8em;background-position: center center;filter: brightness(0) invert(1);}
.college_wrap .college_item .more a:hover{background:#fff;color:#D16A1A;opacity: 1;}
.college_wrap .college_item a:hover::after{filter: brightness(1) invert(0);}

.college_wrap .college_item.no2 h3{padding-top: 0.35em;}
.college_wrap .college_item.no3 h3{padding-top: 0.35em;}
.college_wrap .college_item.no1 .img img{width: 100%;height: 100%;object-fit: cover;}
.college_wrap .college_item.no2 .img img{width: 100%;height: 100%;object-fit: cover;}
.college_wrap .college_item.no3 .img{display: flex;justify-content: space-between;align-items: center;}
.college_wrap .college_item.no3 .img img:nth-of-type(1){width: 47.5%!important;}
.college_wrap .college_item.no3 .img img:nth-of-type(2){width: 46%!important;}
@media only screen and (max-width: 750px) {
.sec_content.college{padding-bottom: 12vw;}
.college_wrap{display: block;}
.college_wrap .college_item{width:100%;padding:5vw;display: block;margin-bottom: 5vw;}
.college_wrap .college_item h3{font-size: 5.3vw;line-height: 1.4;min-height:unset;margin-bottom: 3.5vw;}
.college_wrap .college_item h3 span{font-size: 3.7vw;}
.college_wrap .college_item .img{height: auto;margin-bottom: 4.5vw;}
.college_wrap .college_item dl div{display: flex;font-size: 3.7vw;margin-bottom: 2vw;}
.college_wrap .college_item .txt{font-size: 3.7vw;}
.college_wrap .college_item .more.simulator{display: block;margin-bottom: 1.2em;}
.college_wrap .college_item .more a{padding:1em 0 1.1em;font-size: 3.5vw;}
.college_wrap .college_item.no2 h3{padding-top: 0;}
.college_wrap .college_item.no3 h3{padding-top: 0;}
.college_wrap .college_item.no3 .img{display: block;text-align: center;}
.college_wrap .college_item.no3 .img img:nth-of-type(1){width: 55%!important;margin-bottom: 4vw;}
.college_wrap .college_item.no3 .img img:nth-of-type(2){width: 55%!important;}
}


/*facilitator content*/
.sec_content.facilitator{padding-bottom: 90px;}
.facilitator_wrap{display: flex;justify-content: space-between;flex-wrap: wrap;gap:15px 2.5%;display:none;}
.facilitator_wrap .facilitator_item{width: calc((100% - 7.5%) / 4);background: #fff;border:2px solid #A6D55C;border-radius: 6px;padding:18px;display: flex;flex-direction: column;justify-content: flex-start;}
.facilitator_wrap .facilitator_item .name{text-align: center;font-size: 14px; font-weight: 800;margin-bottom: 1em;}
.facilitator_wrap .facilitator_item .img{background:#eee;}
.facilitator_wrap .facilitator_item .img img{width: 100%;opacity: 0.3;}
.facilitator_wrap .facilitator_item .txt{font-size: 14px;line-height: 1.6;text-align: justify;margin-top: 1em;}
.sec_content.facilitator .soon{text-align: center;font-size: 22px;margin-top:3em;color:#777;line-height: 1.6;margin-bottom: 3em;}
@media only screen and (max-width: 750px) {
.sec_content.facilitator{padding-bottom: 12vw;}
.facilitator_wrap{display: block;display:none;}
.facilitator_wrap .facilitator_item{width: 100%;padding:4vw;display: flex;flex-direction: row;justify-content: space-between;}
.facilitator_wrap .facilitator_item:not(:last-of-type){margin-bottom: 3vw;}
.facilitator_wrap .facilitator_item .img{margin-right: 1em;flex-shrink: 0;width: 35%;height: 35vw;}
.facilitator_wrap .facilitator_item .img img{height: 100%;object-fit: cover;}
.facilitator_wrap .facilitator_item .name{text-align: left;font-size: 3.7vw; margin-bottom: 0.7em;}
.facilitator_wrap .facilitator_item .txt{font-size:  3.7vw;line-height: 1.6;margin-top: 0;}
.sec_content.facilitator .soon{font-size: 5vw;margin-bottom: 2em;margin-top:1em;}
}


/*site policy*/
.sec_content.policy{padding-bottom: 90px;}
.sec_content.policy h3{font-weight: 700;font-size: 20px;margin-top: 1.5em;line-height: 1.4;color:#006F3F;}
.sec_content.policy h4{font-weight:600;font-size: 16px;margin-top: 1.5em;line-height: 1.4;color:#006F3F;}
.sec_content.policy h3::before{content:"■";color:#D16A1A;opacity: 0.6;margin-right:0.1em;}
.sec_content.policy p{font-size:15px;line-height: 1.8;text-align: justify;margin-top: 0.5em;}
.sec_content.policy p a{text-decoration: underline;margin:0 0.2em;color:#D16A1A;font-weight: 600;}
.sec_content.policy ul{}
.sec_content.policy li{font-size:15px;line-height: 1.8;text-align: justify;text-indent: -1em;padding-left: 1em;}
.sec_content.policy li::before{content:"●";opacity: 0.3;}
.sec_content.policy ul.kome li::before{content:"※";opacity: 1;}
@media only screen and (max-width: 750px) {
.sec_content.facilitator{padding-bottom: 12vw;}
.sec_content.policy h3{font-size: 4vw;text-indent: -1em;padding-left: 1em;}
.sec_content.policy h4{font-size: 3.5vw;}
.sec_content.policy p{font-size:3.4vw;}
.sec_content.policy li{font-size:3.3vw;}
}


/*contact*/
.sec_content.contact{padding-bottom: 90px;}
.sec_content.contact .caution_box{background:#fff;border-radius: 8px;padding:15px 20px;margin-bottom: 50px;}
.sec_content.contact .caution_box p{line-height: 1.6;text-align: justify;font-size: 14px;}
.sec_content.contact .caution_box p:nth-of-type(1){font-weight:700;color:#C30022;text-align: center;margin-bottom: 0.3em;}
.sec_content.contact .form_area{}
.sec_content.contact .form_area>p{margin-bottom: 2em;}
.sec_content.contact .form_area dl div{display: flex;align-items: stretch;margin-bottom: 10px;background:#fff;}
.sec_content.contact .form_area dl dt{background: #A6D55C;padding:2em 0;text-align: center;width: 230px;flex-shrink: 0;display: flex;align-items: center;justify-content: center;position: relative;}
.sec_content.contact .form_area dl dt span{position: absolute;top:-2px;left:-2px;font-size: 11px;padding:0.5em 1em;background:#D16A1A;display: block;color:#fff;font-weight: 700;}
.sec_content.contact .form_area dl dd{padding:20px;flex:1;display: flex;align-items: center;}
.sec_content.contact .form_area input[type="text"]{padding:0.4em;font-size: 16px;font-family: inherit;width: 100%;}
.sec_content.contact .form_area input[type="email"]{padding:0.4em;font-size: 16px;font-family: inherit;width: 100%;}
.sec_content.contact .form_area textarea{padding:0.4em;font-size: 16px;font-family: inherit;width: 100%;resize:vertical;min-height: 10em;}
.sec_content.contact .form_area .item label{display: block;padding:0.25em 0;}
.sec_content.contact .form_area label{cursor: pointer;}
.sec_content.contact .form_area .send{text-align: center;margin-top: 40px;}
.sec_content.contact .form_area .send button{appearance: none;border:none;background: #D16A1A;color:#fff;font-family: inherit;width: 300px;padding:0.8em 0;border-radius: 50px;font-size: 16px;cursor: pointer;transition: opacity 0.2s;box-shadow: 0 0 8px rgba(0,0,0,0.3);border:2px solid #D16A1A;transition: background 0.2s,color 0.2s;font-weight: 600;}
.sec_content.contact .form_area .send button:hover{background:#fff;color:#D16A1A;}
@media only screen and (max-width: 750px) {
.sec_content.contact{padding-bottom: 12vw;}
.sec_content.contact .caution_box{padding:4vw 5vw;margin-bottom: 8vw;}
.sec_content.contact .caution_box p{font-size:3.3vw;}
.sec_content.contact .form_area>p{font-size:4vw;line-height: 1.6;text-align: center;margin-bottom: 1.2em;}
.sec_content.contact .form_area dl div{display: block;margin-bottom: 3vw;}
.sec_content.contact .form_area dl dt{padding:0.6em 0;width: 100%;display: block;font-size: 3.7vw;}
.sec_content.contact .form_area dl dt span{top:50%;left:unset;right:2vw;font-size: 2.9vw;transform: translateY(-50%);padding:0.4em 0.8em;}
.sec_content.contact .form_area dl dd{padding:3vw;display: block;}
.sec_content.contact .form_area input[type="text"]{font-size: 16px;}
.sec_content.contact .form_area input[type="email"]{font-size: 16px;}
.sec_content.contact .form_area textarea{font-size: 16px;}
.sec_content.contact .form_area .item label{font-size: 4vw;padding:0.25em 0;text-indent: -1em;padding-left:1em;line-height: 1.4;}
.sec_content.contact .form_area .age label{display: inline-block;padding:0.25em 0;line-height: 1.4;padding-right:0.8em;font-size: 4vw;}
.sec_content.contact .form_area .send{margin-top: 6vw;}
.sec_content.contact .form_area .send button{width: 80%;font-size: 3.7vw;}
}



























