@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&family=Poppins:wght@400;600&display=swap');
@import url("default.css");

* {-webkit-text-size-adjust:100%;}
a:link {text-decoration:none; color:#111111;}
a:visited{text-decoration:none; color:#111111;}
a:hover{text-decoration:none; color:#111111;}
a:active{text-decoration:none; color:#111111;}

.grecaptcha-badge { opacity: 0; pointer-events: none; }
.full-width { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }
.allWrapper { overflow: hidden; }
.container-fluid { max-width: 1160px; padding-left: 20px; padding-right: 20px; }
.container-fluid .container-fluid { padding-left: 0; padding-right: 0; }

body { min-width: 1100px; font-size: 15px; line-height: 1.8; color: #111111; background-color: #fff; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; font-weight: 400; font-family: 'Noto Sans JP', sans-serif; letter-spacing: .1em; }
header { position: fixed; left: 0; width: 100%; top: 0; z-index: 999; transition: .3s; }
header h1.logo { flex: 1; }
header .logo a { display: flex; align-items: flex-start; flex-direction: column; gap: 0;}
header .logo img { transition: .3s; }
header .logo img.logo-sendai-city { width: 120px; transform: translate(-5px, -5px); }
header .logo img.logo-sgsb { width: 450px; }
header .wrap { display: flex; justify-content: space-between; max-width: 1220px; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto; align-items: center; gap: 30px; height: 150px; }
header .gnav { margin-top: 45px; transition: margin-top .3s; }
header .gnav ul { display: flex; justify-content: space-between; align-items: center; }
header .gnav ul li { margin-left: 15px; font-size: 14px; }
header .gnav ul li:first-child { margin-left: 0; }
header .gnav ul a { color: #fff; font-weight: bold; letter-spacing: .05em;}
header .gnav ul a.btns { font-size: 14px; letter-spacing: .05em; width: 130px; height: 42px; max-width: 100%; position: relative; display: flex; align-items: center; justify-content: center; color: #fff!important; background: rgb(229,123,6); background: linear-gradient(90deg, rgba(229,123,6,1) 0%, rgba(255,210,30,1) 100%); border-radius: 100px; font-weight: bold; transition: .3s; border: 1px solid #fff; }
header .gnav ul .btns.disabled { pointer-events: none; background: #888; opacity: 0.5; font-size: 14px; letter-spacing: .05em; width: 130px; height: 42px; max-width: 100%; position: relative; display: flex; align-items: center; justify-content: center; color: #fff!important;  border-radius: 100px; font-weight: bold; transition: .3s; }
header .msg { color: #fff; margin-top: 10px; padding-top: 10px; position: relative; font-size: 18px; font-weight: bold; letter-spacing: .15em; }
header .msg:before { content: ""; position: absolute; left: 0; width: 100vw; height: 1px; background: #fff; top: 0; }
header .menu-trg-area { position: fixed; top: 10px; right: 15px; margin: auto; display: none; width: 40px; height: 40px; background: #000; cursor: pointer; border-radius: 5px; }
header .menu-trigger,
header .menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box;}
header .menu-trigger { position: absolute; top: 13px; width: 17px; height: 13px; z-index: 2; left: 0; right: 0; margin: auto;}
header .menu-trigger span { position: absolute; left: 0; width: 100%; height: 1px; background-color: #fff;}
header .menu-trigger span:nth-of-type(1) { top: 0;}
header .menu-trigger span:nth-of-type(2) { top: 6px;}
header .menu-trigger span:nth-of-type(3) { bottom: 0;}
header .menu-trigger.active span:nth-of-type(1) { -webkit-transform: translateY(20px) rotate(-45deg); transform: translateY(20px) rotate(-45deg); top: -14px;}
header .menu-trigger.active span:nth-of-type(2) { left: 50%; opacity: 0; -webkit-animation: active-menu-bar02 .8s forwards; animation: active-menu-bar02 .8s forwards;}
header .menu-trigger.active span:nth-of-type(3) { -webkit-transform: translateY(-20px) rotate(45deg); transform: translateY(-20px) rotate(45deg); bottom: -14px;}
header.active { background: #24221e; }
header.active .logo a { align-items: center; flex-direction: row; gap: 20px; }
header.active .logo img.logo-sendai-city { width: 100px; transform: unset; }
header.active .logo img.logo-sgsb { width: 320px; }
header.active .wrap { height: 80px; }
header.active .gnav { margin-top: 0; }
footer { padding: 30px 0 0; background: #eff4f2; }
footer .wrap { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; }
footer .navs ul { display: flex; flex-wrap: wrap; }
footer .navs li { margin-left: 20px; font-weight: bold; letter-spacing: .1em; }
footer .navs li a:hover { text-decoration: underline; }
footer .copyright { text-align: right; font-size: 13px; letter-spacing: .1em; margin-top: 20px; }
footer .btm { background: #fff; padding: 50px 0; margin-top: 30px; }
footer .btn_arrow:hover { opacity: .7; }
footer .navs a:hover { color: #eb8cb9; }
footer .navs a:before { transition: .3s; }
footer .navs a:hover:before { background: #eb8cb9; }

.en { font-family: 'Poppins', sans-serif; font-weight: 600; }
.sec-title .en { }
.sec-title .jp { font-size: 35px; letter-spacing: .12em; margin-top: 10px; font-weight: bold; }
.jp-title { font-size: 35px; letter-spacing: .15em; font-weight: bold; margin-bottom: 20px; }
.link-button { font-size: 18px; letter-spacing: .15em; width: 185px; height: 58px; max-width: 100%; position: relative; display: flex; align-items: center; justify-content: center; color: #fff!important; background: rgb(74,156,95); background: linear-gradient(90deg, rgba(74,156,95,1) 0%, rgba(46,98,114,1) 100%); border-radius: 100px; font-weight: bold; transition: .3s; }
.link-button.cta { background: rgb(229,123,6); background: linear-gradient(90deg, rgba(229,123,6,1) 0%, rgba(255,210,30,1) 100%);}
.link-button:after { content: ""; width: 17px; height: 15px; background-image: url(../../sendai/images/arrow.svg); background-size: cover; margin-left: 10px; }
.link-button.full { width: 550px; max-width: 100%; margin-left: auto; margin-right: auto; position: relative; }
.link-button.full:after { position: absolute; right: 20px; }
.link-button:hover { opacity: .7; }
.link-button.cta.disabled { pointer-events: none; background: #888; opacity: 0.75; }
.link-button.cta.disabled:after { display: none; }
.bg-dark { background: #24221e!important; color: #fff; }
.fv { position: relative; height: 100vh; overflow: hidden; }
.fv .fv-movie { min-width: 100%; min-height: 100%; width: auto; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.fv .fv-movie video { min-width: 100%; min-height: 100%; width: auto; height: auto; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
.fv .fv-slider { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.fv .fv-slider *,
.fv .fv-slider .child { width: 100%; height: 100%; }
.fv .musk { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: .5; }
.fv .title { position: absolute; bottom: 10%; width: 40%; left: 0; right: 20%; margin: auto; display: block; }
.fv .title img { display: block;}
.fv .title .link-button.full { margin-right: 0; margin-left: 0; }
.vision { padding: 85px 0 100px; position: relative; }
.vision .min-title { color: #4a9c5f; font-size: 25px; letter-spacing: .04em; }
.vision .container-fluid { position: relative; z-index: 1; }
.vision .particles { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.news { background: #eff4f2; padding: 100px 0 70px; }
.news-list li { border-bottom: 1px solid rgba(180,180,180,.5); padding: 20px 0; }
.news-list li:first-child { padding-top: 0; }
.news-list li:last-child { border-bottom: none; }
.news-list li a { display: block; }
.news-list li .head { display: flex; align-items: center; margin-bottom: 5px; }
.news-list li .time { font-size: 14px; letter-spacing: .14em; color: #b4b4b4; font-family: 'Poppins', sans-serif; margin-right: 10px; font-weight: 600; }
.news-list li .cat { background: #fff; font-weight: 400; font-family: 'Poppins', sans-serif; padding: 6px 14px 5px; line-height: 1; border-radius: 100px; }
.news-list li .title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bg-dark .news-list li .title { color: #fff; }
.news .nodata { margin-top: 50px; }
.challenger { background: rgb(74,156,95); background: linear-gradient(90deg, rgba(74,156,95,1) 0%, rgba(46,98,114,1) 100%); padding: 100px 0 70px; color: #fff; }
.alumni { padding: 85px 0; }
.alumni .multiple-items { margin-left: -22px; margin-right: -22px; }
.alumni .multiple-items .child { padding: 22px; }
.alumni .multiple-items { position: relative; }
.alumni .multiple-items .slick-prev { position: absolute; right: 90px; left: auto; top: -30px; width: 35px; height: 35px; background-image: url(../../sendai/images/slick_arrow_left.svg); background-position: center; background-repeat: no-repeat; }
.alumni .multiple-items .slick-prev:before { display: none; }
.alumni .multiple-items .slick-next { position: absolute; right: 22px; left: auto; top: -30px; width: 35px; height: 35px; background-image: url(../../sendai/images/slick_arrow_right.svg); background-position: center; background-repeat: no-repeat; }
.alumni .multiple-items .slick-next:before { display: none; }
.alumni-block .photo { padding-top: 70%; margin-bottom: 10px; }
.alumni-block .time { font-size: 14px; font-weight: 400; color: #b4b4b4; margin-bottom: 5px; }
.alumni-block .title { font-weight: bold; font-size: 18px; letter-spacing: .08em; line-height: 1.5; margin-bottom: 10px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.alumni-block .detail { letter-spacing: .05em; color: #111111; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-height: 1.6; }
.alumni .nodata { text-align: center; }
.torikumi { padding: 100px 0; }
.torikumi .title { color: #4a9c5f; font-size: 26px; font-weight: bold; letter-spacing: .09em; line-height: 1.4; margin-bottom: 5px; }
.torikumi-title { color: #ffffff; }
.torikumi-list li:after { content: ""; background-image: url(../../sendai/images/arrow_bottom.svg); width: 20px; height: 33px; background-position: center; background-repeat: no-repeat; display: block; margin: 24px 0 24px 90px; }
.torikumi-list li:last-child:after { display: none; }
.torikumi-list li p { font-size: 18px; letter-spacing: .09em; line-height: 1.5; }
.shien-block { border: 1px solid #4a9c5f; border-radius: 10px; padding: 160px 10px 30px; position: relative; }
.shien-block .icon { padding: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; position: absolute; top: -60px; left: 0; right: 0; text-align: center; }
.shien-block .title { text-align: center; line-height: 1.2; letter-spacing: .05em; font-size: 22px; margin-bottom: 20px; }
.shien-block p { text-align: center; line-height: 1.6; letter-spacing: .02em; }
.schedule { padding: 100px 0 85px; }
.schedule-table table { width: 100%; letter-spacing: .08em; }
.schedule-table table th { border-bottom: 1px solid #b4b4b4; border-right: 1px solid #fff; background: #eff4f2; text-align: left; padding: 25px 25px; font-weight: bold; width: 230px; }
.schedule-table table td { border-bottom: 1px solid #b4b4b4; padding: 25px 0 25px 30px; font-size: 17px; letter-spacing: .03em; }
.schedule-table table td a { color: #4a9c5f; text-decoration: underline; }
.faq { background: rgb(74,156,95); background: linear-gradient(90deg, rgba(74,156,95,1) 0%, rgba(46,98,114,1) 100%); position: relative; padding: 90px 0; }
.faq .container-fluid { position: relative; z-index: 1; }
.faq .particles { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.faq .particles canvas { height: 100%; }
.qa-area li { margin-bottom: 20px; }
.qa-area .question-bar { background: #fff; cursor: pointer; }
.qa-area .question-bar .wrapper { display: flex; padding: 20px 30px; align-items: center; justify-content: space-between; }
.qa-area .question-bar .wrapper .wrap { display: flex; align-items: center; width: 80%;}
.qa-area .question-bar .q-img { width: 40px; font-size: 25px; line-height: 1.4; letter-spacing: .08em; font-weight: bold; color: #4a9c5f; }
.qa-area .question-bar .p1 { width:calc(100% - 40px); font-size: 18px; letter-spacing: .08em; font-weight: bold; }
.qa-area .question-bar .wrapper .box { width: 20%; display: flex; align-items: center; justify-content: flex-end; }
.qa-area .question-bar .wrapper .box .cat-btn { width: 111px; border: 1px solid #E1E1E1; padding: 2px 0; text-align: center;}
.qa-area .question-bar .wrapper .box .cross { background-image:url(../../sendai/images/arrow.svg); width: 30px; height: 30px; background-position: center; background-repeat: no-repeat; transform: rotate(90deg); }
.qa-area .question-bar.open .wrapper .box .cross { transform: rotate(-90deg); }
.qa-area .question-bar.open .wrapper .box .cross::before { height: 0;}
.qa-area .answer { padding: 20px 30px; display: none; background: #fff; border-top: 1px solid #b4b4b4; }
.qa-area .answer.read-category { border-radius: 0;}
.qa-area .answer .block { display: flex; justify-content: center;}
.qa-area .answer .block .a-img { width: 40px; font-size: 25px; line-height: 1.4; letter-spacing: .08em; font-weight: bold; color: #b4b4b4; }
.qa-area .answer .block p { width: calc(100% - 40px); font-size: 15px; line-height: 1.53; letter-spacing: .08em; }
.qa-area .answer .block p a { color: #4a9c5f;text-decoration: underline; }
.contact { background: #24221e; color: #fff; padding: 80px 0; }
.contact .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.contact .lgtitle { height: 78px; }
.contact .contents { display: flex; align-items: center; flex-wrap: wrap; }
.contact .tel { margin-right: 20px; }
.contact .tel .num { font-size: 40px; letter-spacing: .06em; line-height: 1; }
.contact .tel .num span { font-size: 35px; }
.contact .tel p { color: #b4b4b4; }
.contact .buttons a { display: flex; background: #fff; height: 65px; align-items: center; justify-content: center; padding: 10px 40px; font-weight: bold; letter-spacing: .08em; }
.contact .buttons a img { margin-right: 10px; }
main > article { padding: 200px 0 100px; }
.form-title { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 40px; }
.form-title .main { font-size: 35px; letter-spacing: .15em; font-weight: bold; letter-spacing: .15em; }
.form-title p { color: #fff; letter-spacing: .09em; font-size: 18px; margin-left: 20px; }
.cf7_wrapper input[type="text"],
.cf7_wrapper input[type="email"] { width: 100%; background: #00583c; border: none; height: 50px; padding: 10px; color: #fff; }
.cf7_wrapper textarea { width: 100%; background: #00583c; border: none; padding: 10px; color: #fff; height: 270px; }
.cf7_wrapper dl { margin-bottom: 35px; }
.cf7_wrapper dl dt { font-size: 20px; letter-spacing: .15em; margin-bottom: 10px; }
.cf7_wrapper .submits { margin-top: 60px; text-align: center; }
.cf7_wrapper .submits .submit-parent { position: relative; width: 350px; max-width: 100%; height: 65px; display: inline-block; border-radius: 100px; }
.cf7_wrapper .submits .submit-parent:before { content: ""; position: absolute; right: 16px; width: 32px; height: 35px; background-image: url(../../sendai/images/arrow_black.svg); display: block; top: 0; bottom: 0; margin: auto 0; z-index: 1; background-position: center; background-repeat: no-repeat; pointer-events: none; }
.cf7_wrapper .submits .submit-parent input { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0; border: none; cursor: pointer; letter-spacing: .2em; text-indent: .2em; border-radius: 100px; color: #2b7843; font-weight: bold; }
.cf7_wrapper .submits .submit-parent input:hover { border: 2px solid #4a9c5f; }
.post-header { border-bottom: 1px solid rgba(255,255,255,.25); margin-bottom: 40px; padding-bottom: 20px; }
.post-header .date { font-size: 14px; color: #b4b4b4; margin-bottom: 10px; letter-spacing: .14em; }
.post-header .title { font-weight: bold; font-size: 27px; }
.post-contents .wp-post a { color: #fff; }
.mission { background: rgb(74,156,95); background: linear-gradient(90deg, rgba(74,156,95,1) 0%, rgba(46,98,114,1) 100%); position: relative; color: #fff; padding: 90px 0; }
.mission .container-fluid { position: relative; z-index: 1; }
.mission .particles { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.mission .particles canvas { height: 100%; }
.mission p { line-height: 2; letter-spacing: .14em; }
.particles-wrapper { background: rgb(74,156,95); background: linear-gradient(90deg, rgba(74,156,95,1) 0%, rgba(46,98,114,1) 100%); position: relative; color: #fff; }
.particles-wrapper .container-fluid { position: relative; z-index: 1; }
.particles-wrapper .particles { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.fv .bnr a:hover { opacity: .8; }
.list-block li.noborder:after { display: none; }
.cmn-button:hover { opacity: .7; }
.label-link:hover { background: rgba(193,236,252,1); }
@media (max-width: 1220px) {
	header .wrap,
	header.active .wrap { height: 60px; }
	header .logo a,
	header.active .logo a { align-items: center; flex-direction: row; gap: 10px; }
	header .logo img.logo-sendai-city,
	header.active .logo img.logo-sendai-city { width: 100px; transform: unset; }
	header .logo img.logo-sgsb,
	header.active .logo img.logo-sgsb { width: 320px; }
	header .gnav { position: fixed; left: 0; top: 60px; width: 100%; background: rgba(36,34,30,.98); height: calc(100% - 60px); transition: .3s; visibility: hidden; opacity: 0; margin-top: 0; }
	header .gnav.active { opacity: 1; visibility: visible; margin-top: 0; }
	header .gnav ul { display: block; padding: 30px; }
	header .gnav ul li { margin-left: 0; }
	header .gnav ul li a { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,.25); position: relative; padding: 15px 10px; }
	header .gnav ul li a:after { content: ""; width: 32px; height: 30px; background-image: url(../../sendai/images/slick_arrow_right_w.svg); display: block; background-repeat: no-repeat; background-position: center; }
	header .menu-trg-area { display: block; }
	header.dark { background: #24221e; }
	header .msg { display: none!important; }
	header .gnav ul a.btns,
	header .gnav ul .btns.disabled { margin: 20px auto; }
	header .gnav ul a.btns:after { display: none; }
}
@media (max-width: 767px) {
	body { min-width: 375px; font-size: 14px; }
	footer .logo img { height: 60px; }
	footer .wrap { display: block; }
	footer .navs ul { display: none; }
	footer .copyright { text-align: center; font-size: 10px; }
	footer .btm { padding: 30px 0; }
	footer .btm img { width: 150px; }
	.jp-title { font-size: 18px; }
	.link-button { margin-left: auto; margin-right: auto; width: 200px; height: 45px; font-size: 15px; }
	.link-button.full { min-height: 45px; height: auto; padding: 10px 35px; line-height: 1.5; }
	.sec-title .jp { font-size: 25px; margin-top: 7px; }
	.mintitle { height: 12px; }
	.lgtitle { height: 50px; }
	.lgtitle.d-inline { height: 90px; }
	.fv { background-image: url(../../sendai/images/fv_bg1.jpg); background-size: cover; background-position: center; }
	.fv .fv-movie { display: none; }
	.fv .title { top: 50%; left: 0; bottom: unset; right: 0; margin: auto; width: 90%; transform: translateY(-50%); }
	.fv .title .link-button.full { margin-right: auto; margin-left: auto; }
	.vision { padding: 50px 0 50px; }
	.vision .min-title { font-size: 18px; }
	.vision_img { overflow: auto; }
	.vision_img img { width: 680px; max-width: none; }
	.news { padding: 50px 0 50px; }
	.news-list li { padding: 15px 0; }
	.news .nodata { margin-top: 0; text-align: center; }
	.challenger { padding: 50px 0; }
	.alumni { padding: 50px 0; }
	.alumni .multiple-items .child { padding: 0 10px; }
	.alumni .multiple-items .slick-next { top: 0; bottom: 0; margin: auto 0; z-index: 1; }
	.alumni .multiple-items .slick-prev { top: 0; bottom: 0; right: auto; margin: auto 0; z-index: 1; left: 22px; }
	.torikumi { padding: 50px 0; }
	.torikumi .title { font-size: 17px; }
	.torikumi-list li p { font-size: 14px; }
	.torikumi-list li:after { width: 15px; height: 24px; background-size: cover; margin: 15px 0 15px 20%; }
	.shien-block { padding: 20px 20px 30px; }
	.shien-block .icon { position: static; padding: 0; }
	.shien-block .icon img { height: 100px; }
	.schedule { padding: 50px 0 35px; }
	.schedule .jp-title { letter-spacing: .04em; }
	.schedule-table table,
	.schedule-table table tbody,
	.schedule-table table tr,
	.schedule-table table th,
	.schedule-table table td { display: block; width: 100%; }
	.schedule-table table { border-top: 1px solid #b4b4b4; }
	.schedule-table table th { padding: 15px; }
	.schedule-table table td { padding: 15px 15px 30px; font-size: 13px; }
	.schedule-table table tbody tr:last-child th { border-bottom: 1px solid #b4b4b4; }
	.faq { padding: 50px 0 40px; }
	.qa-area .question-bar .p1 { font-size: 14px; }
	.qa-area .question-bar .wrapper { padding: 15px; }
	.qa-area .question-bar .wrapper .wrap { width: calc(100% - 30px); padding-right: 5px; }
	.qa-area .question-bar .wrapper .box { width: 30px; }
	.qa-area .answer { padding: 15px; }
	.qa-area .answer .block p { font-size: 14px; }
	.contact { padding: 50px 0; }
	.contact .contents { display: block; }
	.contact .tel .num { font-size: 30px; }
	.contact .tel .num span { font-size: 24px; }
	.contact .buttons { margin-top: 20px; }
	.contact .buttons a { height: 50px; }
	.contact .buttons a img { height: 17px; }
	main > article { padding: 100px 0 60px; }
	.form-title { display: block; margin-bottom: 30px; }
	.form-title .main { font-size: 18px; margin-bottom: 15px; }
	.form-title p { margin-left: 0; font-size: 12px; }
	.cf7_wrapper dl { margin-bottom: 20px; }
	.cf7_wrapper dl dt { font-size: 15px; margin-bottom: 7px; }
	.cf7_wrapper input[type="text"],
	.cf7_wrapper input[type="email"] { height: 40px; }
	.cf7_wrapper textarea { height: 150px; }
	.cf7_wrapper .submits { margin-top: 30px; }
	.cf7_wrapper .submits .submit-parent { height: 50px; }
	.post-header .title { font-size: 24px; }
}
@media (max-width: 540px) {
	header .logo img.logo-sendai-city,
	header.active .logo img.logo-sendai-city { display: none;}
	header .logo img.logo-sgsb,
	header.active .logo img.logo-sgsb { width: 230px; }
}
