@charset "UTF-8";
/* CSS Document */

#page-top {position: fixed;bottom: 40px;right: 40px;width: 60px; z-index:400;}
@media screen and (max-width: 896px) {
	#page-top {position: fixed;bottom: 5px;right: 5px;width: 30px; z-index:400;}
}

.mincho {font-family: 'Noto Serif JP', serif;}
.junPro{font-family: "a-otf-jun-pro", 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; font-weight: 300; font-style: normal;}
.typeGtc{font-family: "07LogoTypeGothic7",'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;}
.kozuka{font-family: kozuka-gothic-pr6n, sans-serif;}
.bgWH {background-color: #FFF;}
.bgBLK {background-color: #111;}
.bgBR {background-color: #ff9933;}
.bgBE {background-color: #FBF3E5;}
.bgGR {background-color: #4A8308;}
.bgPIL {background-color: #FEF8FC;}
.bgPI {background-color: #FFF0F8;}
.bgSPI {background-color: #ffccff;}
.bgLBL {background-color: #009AD1;}
.bgGRY {background-color: #EEEEEE;}
.bgBL{background-color: #3399cc;}
.txtWH {color: #FFF;}
.txtBR {color: #ff9933;}
.txtGR {color: #00cc66;}
.txtPI {color: #ffccff;}
.txtNV {color: #000066;}
.txtHPI {color: #ff99ff;}
.txtGRY {color: #666666;}
.txtBLK {color: #111111;}
.txtBL{color: #3399cc;}
.txtHBL{color: #0033ff;}


/* .txtLBL{color: #3399cc;} */
.undl{text-decoration: underline;}
.txtInd{text-indent: 16px;}
.clone-nav {position: fixed;top: 0;left: 0;z-index: 2; width: 100%; transition: .3s; transform: translateY(-100%);}
.is-show {transform: translateY(0);}
.clone-nav {text-align: center; width: 100%; background: #FFF;}
.bdr10{border-radius: 10px;}

.ratioBox {position: relative;width: 100%;height: auto;}
.ratio1-1:before {content: "";display: block;padding-top: 100%; /* 1:1 */}
.ratio2-1:before {content: "";display: block;padding-top: 50%; /* 2:1 */}
.ratio3-2:before {content: "";display: block;padding-top: 66%; /* 3:2 */}
.ratio4-3:before {content: "";display: block;padding-top: 75%; /* 4:3 */}
.ratioInner {position: absolute;top: 0; left: 0;width: 100%;height: 100%;}
.ttlSideLine{position: relative; padding: 0 20px; background-color: white; z-index: 0;}
.ttlSideLine h3{padding: 0 20px;}
.ttlSideLine::before{position: absolute; content: ""; width: 440px; top: 50%; left: 50%; transform: translate(-50%,-50%); background-color: #3399cc; height: 1px; display: block; z-index: -1;}
.programPdf_btn{padding: 10px 15px; border: 2px solid #0099ff; background-color: #ccffff;}
/* main {min-height: 2000px;} */
#header {position: relative; width: 100%;}
#header h1 {padding: 10px;}
.logo {width: 536px;}
#header .logo a {padding: 33px 30px; background: #FFF; display: block;}
.menu:hover > a {background: #E1F4C4;}
.child_menu > li > a:hover {background: #FFF;}
.child_menu {width: 100%; left: 0; color: #222; background: #E1F4C4;}
.menu:hover .child_menu {visibility: visible;}
.child_menu a:hover {color: #222; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}
#hanburger {display: none;}
.menu_button {width: 55px; height: 55px; position: fixed; top: 0; right: 0; background: #25B19E; z-index: 15;}
#hanburger:checked ~ .menu_button {top: 0;}
#hanburger:checked ~ .span2 {display: none;}
#hanburger:checked ~ .span1 {width: 34px; transform: rotate(45deg); top: 27px; right: 11px;}
#hanburger:checked ~ .span3 {width: 34px; transform: rotate(-45deg); top: 27px; right: 11px;}
.global_menu {visibility: hidden; width: 100%; height: 100%; position: fixed; top: 0; left: 0; color: #222; overflow-y: scroll; text-align: center; background: #FFF;}
#hanburger:checked ~ .global_menu {visibility: visible;}
.global_menu a {display: block; width: 100%; padding: 10px 15px; border-top-left-radius: 8px; border-top-right-radius: 8px;}
.global_menu a:hover {background: #B9E278;}
.menu {font-size: 20px; line-height: 40px; font-weight: bold; white-space: nowrap; display: inline-block;}
.menu .pd {display: none;}
.menu:last-child {margin-right: 0px;}
.child_menu > li > a {padding: 10px 20px; text-align: left;}
#hanburger,.spOnly {display: none;}
.htrMenu .img img{object-fit: contain;}
.htrMenu_link{gap: 20px; padding: 15px 0; margin-right: 10px;}
.htrMenu_link a{gap: 8px;}
.htrMenu_link_entry{aspect-ratio: 1/1; padding: 0 5px;}
.hamburger-menu {display: none; width: 45px; height: 44px; position: relative; cursor: pointer; z-index: 1001; border-radius: 0 0 0 0;}
.hamburger-menu span {display: block; width: calc(100% - 20px); height: 3px; border-radius: 2px; background-color: #fff; position: absolute; transition: all 0.3s ease; border-radius: 2px;  left: 50%;}
.hamburger-menu span:nth-child(1) {top: 10px; transform: translateX(-50%);}
.hamburger-menu span:nth-child(2) {top: 50%; transform: translate(-50%,-50%);}
.hamburger-menu span:nth-child(3) {bottom: 10px; transform: translateX(-50%);}
/* ハンバーガーメニュー開いた時のアニメーション */
.hamburger-menu.active span:nth-child(1) {top: 50%; transform: translate(-50%,-50%) rotate(45deg);}
.hamburger-menu.active span:nth-child(2) {opacity: 0; transform: translateX(-50%);}
.hamburger-menu.active span:nth-child(3) {bottom: 50%; transform: translate(-50%,50%) rotate(-45deg);}
/* モバイルメニューのオーバーレイ */
.mobile-menu-overlay {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 999; opacity: 0; transition: opacity 0.3s ease;}
.mobile-menu-overlay.active {display: block; opacity: 1;}
/* モバイルメニュー本体 */
.mobile-menu {position: fixed; top: 0; right: -100%; width: 80%; max-width: 350px; height: 100vh; background-color: #fff; z-index: 1000; transition: right 0.3s ease; overflow-y: auto; box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);}
.mobile-menu.active {right: 0;}
.mobile-menu-content {padding: 80px 20px 30px;}
.htrBtm-mobile a {display: flex; padding: 15px 0; border-bottom: 1px solid #eee; text-decoration: none; transition: background-color 0.3s ease; position: relative; z-index: 0;}
.htrBtm-mobile a:hover {background-color: #f5f5f5;}
.mobile-info {margin-top: 30px; padding-top: 30px; border-top: 2px solid #eee;}
.mobile-info p {margin-bottom: 10px; font-size: 14px;}
.mobile-info .htrTel {display: inline-block; margin-top: 10px;}
.mobile-info .htrTel span{display: inline-block; margin-right: 12px;}
.reserve-info .txt24.typeGtc img{width: 40px; height: 40px; aspect-ratio: 1/1;}
.reserve-info .textWrap {line-height: 1.7;}
.reserve-info .textWrap > div > p:not(:first-child),
.reserve-info .textWrap > div > a:not(:first-child),
.reserve-info .textWrap > div > div:not(:first-child){padding-left: 36px;}
@media screen and (min-width: 896px) {
  .menu_button {display: none;}
  .global_menu {position: inherit; padding: 0; color: #fff; visibility: visible; overflow-y: visible; height: auto; width: auto;}
  .menu:hover > a {background: #B9E278;}
  .child_menu {width: 100%; position: absolute; top: 0; left: 0; padding: 10px; color: #222; background: #B9E278; visibility: hidden; opacity: 0; transition: .5s top, .5s opacity; z-index: 10;}
  .menu:hover .child_menu {visibility: visible; top: 109px; opacity: 1;}
  .child_menu > li {display: inline-block;}
  .child_menu > li > ul > li a {padding: 10px; position: relative; padding: 10px;}
}
@media screen and (max-width: 1160px) {
  #header .txt20{font-size: 16px;}
  #header .txt16{font-size: 14px;}
  .htrMenu_link{gap: 5px;}
  #header .container{padding-right: 0;}
  #header{padding: 0 0 10px;}
  .hamburger-menu {display: block; }
  .container {position: relative; }
  .htrTop {justify-content: space-between; align-items: center; }
  .htrTop > div:last-child {display: none; }
  .htrBtm {display: none; }
  .hamburger-menu {position: fixed; right: 0; top: 0; background-color: #009AD1;}
  .fixBtn{display: none;}
  #header{padding: 10px 0;}
  .htrMenu{margin-bottom: 0;}
  .htrMenu_link_wrap{display: none;}
  #header .spOnly {display: block;}
  span.span1,span.span2,span.span3 {width: 29px; height: 1px; background-color: #FFF; position: absolute; right: 13px; transition: .3s; z-index: 100; position: fixed;}
  .span1 {top: 17px;}
  .span2 {top: 27px;}
  .span3 {top: 37px;}
  .menu {display: block;}
  .menu > a {padding: 10px 15px; text-align: left; border-bottom: 1px solid #CCC;}
  .menu > a span {margin-right: 10px; width: 30px!important;}
  .menu > a span img {width: 100%;}
  .global_menu {z-index: 10;}
  .global_menu a {border-top-left-radius: 0; border-top-right-radius: 0;}
  .child_menu > li > a,.child_menu > li > ul > li a {padding: 10px 15px; color: #222; text-align: left; border-bottom: 1px dotted #999;}
  .child_menu > li > ul > li a {padding: 15px 20px 15px 35px; position: relative;}
  .child_menu > li > ul > li:last-child a {border-bottom: 1px solid #CCC;}
  .child_menu > li > ul > li a::before {border-top: solid 1px #222; content: ''; left: 20px; position: absolute; top: 50%; width: 10px;}
  .menu .pd {display: inline-block; width: 100%; position: absolute; top: 0; left: 0; height: 100%;}
  .menu_wrap {display: none;}
  #hanburger:checked ~ * .menu_wrap {display: block; opacity: 1; min-height: 100vh; background: rgba(255,255,255,.8); /*position: fixed;*/ top: 0; z-index: 5;}
  #hanburger:checked ~ * .menu {max-height: inherit; overflow-y: visible; padding: 0; margin-left: 0; position: relative;}
  #hanburger:checked ~ * .child_menu {max-height: 0; overflow-y: hidden; visibility: hidden; text-align: left;}
  .menu .child_menu {border-top: 1px solid #DDD; position: relative; opacity: 1; top: 0; margin-left: auto; left: auto; width: auto;}
  .child_menu li {display: block;}
  .menu > label:hover {cursor: pointer; cursor: hand;}
  .menu input[type="checkbox"]:checked ~ .child_menu {max-height: inherit!important; overflow-y: visible; visibility: visible!important;}
}
@media screen and (max-width: 1024px) {


  /*
  .angletoggle:before {content: "\f107";}
  #nav input[type="checkbox"]:checked ~ * .angletoggle:before {content: "\f106";}
  */
}

footer {padding: 40px 0;}
footer #fnavi ul {letter-spacing: -.4em; margin: 0 0 5px;}
footer #fnavi ul > li {margin: 0 20px 10px; letter-spacing: normal; display: inline-block; position:relative;}
footer #fnavi ul > li a:hover {text-decoration: underline;}
footer #fnavi ul > li::after {content: ""; display: inline-block; width: 1px; height: 20px; background-color: #999999; position: absolute; top: 0; right: -20px;}
footer #fnavi ul > li:first-child {margin: 0 20px 10px 0;}
footer #fnavi ul > li:last-child {margin: 0 0 10px 20px;}
footer #fnavi ul > li:last-child::after {background-color: #FFF; width: 0; right: 0;}
.footCopy {text-align: right;}
.footCopy small {font-size: 14px;}
#ftNavi {display: none;}
@media screen and (max-width: 950px) {
  footer .logo {width: 300px;}
}
@media screen and (max-width: 896px) {
	footer {margin-bottom: 50px; padding: 40px 0;}
  footer #fnavi {width: 100%;}
	#ftNavi {display: block; background: #fff; letter-spacing: -.4em; position: fixed; z-index: 5; bottom: 0; border-top: 1px solid #FFF; width: 100%;}
	#ftNavi ul {text-align: center; font-size: 10px; font-weight: bold;}
	#ftNavi li {letter-spacing: normal; display: inline-block; width: 33.3333%;}
	#ftNavi li a {display: flex; padding: 10px 12px;; align-items: center; justify-content: center; background-color: #009AD1; color: white;}
	#ftNavi li:first-child a {border-right: 1px solid #fff;}
	#ftNavi li:last-child a {border-left: 1px solid #fff;}
	#ftNavi li span {width: 24px; margin: 0 5px 0px; display: block;}
	#ftNavi li span img{width: auto; height: 30px; object-fit: contain;}
}
@media screen and (max-width: 530px) {
  footer #fnavi ul > li,footer #fnavi ul > li:last-child {margin: 0 10px 10px 10px;}
  footer #fnavi ul > li:first-child {margin: 0 0 10px 0; display: block;}
  footer #fnavi ul > li::after {right: -10px;}
  footer #fnavi ul > li:first-child::after {background-color: #FFF; width: 0; right: 0;}
}

.container {width: 100%; max-width: 1212px; padding-left: 0; padding-right: 0;}
.containers {width: calc(100% - 40px); max-width: 888px; padding-left: 0; padding-right: 0;}
.mlr,.container,.containers {margin-left: auto; margin-right: auto;}
.mlr5 {margin-left: 5px; margin-right: 5px;}
.mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 20px; margin-right: 20px;}
.col1 {width: calc(16.6666% - 40px);}
.col2,.box3 {width: calc(33.3333% - 40px);}
.col3 {width: calc(50% - 40px);}
.col4 {width: calc(66.6666% - 40px);}
.col5 {width: calc(83.3333% - 40px);}
.col6 {width: calc(100% - 40px);}
.box4 {width: calc(25% - 30px); margin-left: 15px; margin-right: 15px;}
.box10-15{padding: 10px 15px;}
.w300 {max-width: 300px; width: 100%;}
.w100 {width: 100%;}
.w70 {width: 70%;}
.w50 {width: 50%;}
.w46 {width: calc(46% - 40px);}
.w54 {width: calc(54% - 40px);}
@media screen and (max-width: 896px) {
  .containers {width: calc(100% - 30px);}
  .mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 15px; margin-right: 15px;}
  .mlr5 {margin-left: 0; margin-right: 0;}
  .col1 {width: calc(16.6666% - 30px);}
  .col2,.box3 {width: calc(33.3333% - 30px);}
  .col3 {width: calc(50% - 30px);}
  .col4 {width: calc(66.6666% - 30px);}
  .col5 {width: calc(83.3333% - 30px);}
  .col6 {width: calc(100% - 30px);}
  .w46 {width: calc(46% - 30px);}
  .w54 {width: calc(54% - 30px);}
}
@media screen and (max-width: 568px) {
  .col1 {width: calc(33.3333% - 30px);}
  .col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {width: calc(100% - 30px);}
  .box4 {width: calc(50% - 7.5px); margin-left: 0; margin-right: 0;}
}

ul.dot {list-style: disc; margin-left: 1.5em;}
ul.num {list-style: decimal; margin-left: 1.5em;}

table {width: 100%;}


/* レスポンシブ対応 */


.c-h2 span{margin-right: 10px;}
.c-btn{padding: 10px 10px; background-color: #000066; position: relative; color: white!important;}
.c-btn::before{position: absolute; content: ""; width: 200px; right: 100%; height: 1px; background-color: #000066; top: 50%; transform: translateY(-50%);}
.c-gradTitle{background: linear-gradient(90deg, #000236 0%, #0b29d4 100%); color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-fill-color: transparent;}
.htrlogoImg{margin-right: 10px;}

.ftrLinks{gap: 10px 20px; display: flex;}
.js-mouseon{position: relative;}
.js-mouseon .initialImg{cursor: pointer;}
.js-mouseon img{object-fit: cover; width: 100%; aspect-ratio: 1/1;}
.js-mouseon::before{position: absolute; content: ""; background-image: url(../img/cmn/icon_mouseon.png); width: 36px; height: 36px; background-position: center center; background-size: cover; bottom: 0; right: 0;}
.img.js-mouseon img.popup {display: none !important;}

.js-program-tab{cursor:pointer;user-select:none}
.js-program-tab.js-program-active{font-weight:700;}
.js-program-panel{display:none}
.js-program-panel.js-program-active{display:block}

/* === Lightbox === */
.js-popup{position: relative; cursor:zoom-in; height: fit-content; width: 100%;}
.js-popup::before{position: absolute; width: 30px; height: 30px; bottom: 0; right: 0; background-image: url(../img/cmn/icon_mouseon.png); background-size: cover; content: "";}
.js-popup img{width: 100%; }
#jsPopupLayer{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:99999;}
#jsPopupLayer.is-open{display:flex;}
#jsPopupLayer .overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);}
#jsPopupLayer .content{position:relative;max-width:min(96vw,1200px);max-height:92vh;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.25); width: 60vw;}
#jsPopupLayer img{display:block;max-width:90vw;max-height:80vh;height:auto; width: 100%; object-fit: contain;}
#jsPopupLayer .close{position:absolute;top:6px;right:6px;width:36px;height:36px;border:none;background:#fff;cursor:pointer;font-size:24px;border-radius:18px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15);}
#jsPopupLayer .close:hover{opacity:.9;}
html.no-scroll,body.no-scroll{overflow:hidden;}

/* trinitygate patern */
.TG-layout_img{display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; flex-wrap: wrap; -ms-flex-wrap: wrap;}
.col6.TG-layout_img {gap: 40px;}
.col6.TG-layout_img .js-popup{width: calc(33.3333% - 26.6666px);}
/* === staff image popup overlay === */
.img-popup-overlay {position: fixed; inset: 0; background: rgba(0,0,0,0.6); display: none; align-items: center; justify-content: center; z-index: 9999; cursor: zoom-out;}
.img-popup-overlay.is-visible { display: flex; }
.img-popup-overlay__img {max-width: min(92vw, 1200px); max-height: 92vh; box-shadow: 0 10px 40px rgba(0,0,0,0.45); border-radius: 8px; transition: transform .15s ease;}
.img-popup-overlay.is-visible .img-popup-overlay__img { transform: scale(1); }

.lower-lv02{background: #C0E7FB; background: linear-gradient(90deg,rgba(192, 231, 251, 1) 0%, rgba(161, 196, 253, 1) 100%);}
.lower-lv02 .box4 img{width: 100%; aspect-ratio: 1/1; object-fit: cover;}

/* .top-MV .full{padding-left: 80px;} */
.top-MV .full img{width: 100%;}
.top-news_list li{padding-bottom: 8px; padding-top: 8px;}
.top-news_list li:not(:last-child){border-bottom: 1px solid #333;}
.top-news_list li a {display: flex; align-items: center;}
.top-news_list li .sub{text-align: center; margin-right: 40px;}

.top-message {position: relative;}
.top-message h2{display: flex; flex-direction: column;}
.top-message h2 span{width: 100%;}
.top-message .bgImg{content: ""; position: absolute; display: block; background-image: url(../img/top/bgWave.png); width: calc(50vw + 100px); height: 100%; object-fit: cover; object-position: top center; z-index: -1;}
.top-message .img.col3 img{height: 100%; object-fit: cover;}
.top-notes .col3 .half{display: flex; justify-content: center; align-items: start; flex-direction: column;}
.top-notes .col3 .half:first-child{border: 1px solid #000033;}
.top-notes .col3 .half:first-child img{width: 100%;}
.top-notes .col3 .half:last-child{border-right: 1px solid #000033; border-top: 1px solid #000033; border-bottom: 1px solid #000033; padding: 10px; }

.bgFtr{background-image: url(../img/cmn/ft_bg.png); }
#footer .address{padding-left: 40px;}

.l-mv{margin-bottom: 40px;}
.l-mv .full .img{width: 100%; max-width: 1800px; margin-right: auto; margin-left: auto;}
.l-mv .full .img img{ width: 100%; min-height: 80px; object-fit: cover;}

.greet_table_unit{padding: 15px 40px; border-top: 1px solid #000; border-left: 1px solid #000; border-right: 1px solid #000; flex-wrap: wrap;}
.greet_table_unit:last-child{border-bottom: 1px solid #000;}
.greet_table_unit_date{width: 130px;}
.greet_table_unit_text{width: calc(100% - 130px); line-height: 1.1;}

.staff_main .col2{height: fit-content;}
.staff_main_table{}
.staff_main_table_ttl{gap: 15px 20px; font-weight: 700; margin-bottom: 15px;}
.staff_main_table_ttl{white-space: nowrap;}
.staff_main_table_ttl span:first-child{flex: 1.5;}
.staff_main_table_ttl span:nth-child(2){flex: 1;}
.staff_main_table_ttl span:nth-child(3){flex: 3;}
.staff_main_table_cnt table{border-collapse: collapse;}
.staff_main_table_cnt table td{border-collapse: collapse; border: 1px solid #333; line-height: 1.7; font-size: 18px; padding: 4px 12px;}
.staff_main_table_cnt table tr td:first-child{width: 180px;}
.staff_main_table_cnt table tr td:last-child{width: 400px;}
.body--lock-scroll {overflow: hidden; touch-action: none;}

h2.faq_ttl{padding-left: 28px; position: relative; font-weight: 400; background-color: #f9fdfd; line-height: 2;}
h2.faq_ttl::before,h2.faq_ttl::after{position: absolute; content: ""; height: 100%; background-color: #3399cc; top: 0;}
h2.faq_ttl::before{width: 4px; left: 0;}
h2.faq_ttl::after{width: 2px; left: 6px;}
.faq_archive_cat h2{cursor: pointer;}
.faq_archive_cat ul{padding: 10px 30px ; margin-bottom: 40px;}
.faq_details_txt{border: 1px solid #333; border-radius: 20px; height: fit-content; padding: 20px;}
.faq_details_txt_links{display: flex; flex-wrap: wrap; gap: 15px 30px; padding: 0 20px;}
.faq_details_txt_links a{color: #2871fa; font-size: 18px; padding-right: 20px; width: calc(50% - 15px); line-height: 2; position: relative; display: flex; align-items: center; white-space: nowrap; overflow: hidden; padding-left: 30px;}
.faq_details_txt_links a::before{position: absolute; content: ""; width: 24px; height: 24px; background-position: center center; background-size: contain; background-repeat: no-repeat; margin-right: 10px; left: 0;}
.faq_details_txt_links a.--blank::before{background-image: url(../img/cmn/icon_blank.png);}
.faq_details_txt_links a.--pdf::before{background-image: url(../img/cmn/icon_pdf.png);}
.faq_details_txt_links a.--doc::before{background-image: url(../img/cmn/icon_doc.png);}
.faq_details_img img{aspect-ratio: 1.6/1; object-fit: cover;}
.faq_next-prev_links{justify-content: space-around;}
.faq_next-prev_links a{padding: 10px; width: calc(33.3333% - 40px); text-align: center; max-width: 220px;}
.faq_next-prev_links a:first-child,.faq_next-prev_links a:last-child{border: 2px solid #3399cc;}

/* cf7 */
.cf7-custom-form {max-width: 1100px; margin: 0 auto; font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;}
.form-row {display: flex; padding: 24px 20px; min-height: 70px;}
.form-row.--full {}
.form-row.--full .wpcf7-form-control-wrap{width: 100%;}
.form-row.--full .wpcf7-form-control-wrap input{width: 100%; max-width: 100%;}
.form-row:nth-child(odd) {background-color: #f0f7ff;}
.form-row:nth-child(even) {background-color: #ffffff;}
.form-row.bgWH{background-color: white;}
.form-label {width: 100%; max-width: 350px; padding-right: 30px; display: flex; justify-content: space-between; align-items: center;}
.label-text {font-size: 18px; line-height: 1.5; font-weight: 500; color: #333;}
.required {background-color: #3399cc; color: #fff; font-size: 18px; padding: 5px 14px; border-radius: 9px; letter-spacing: 2px;}
.form-field {flex: 1; display: flex; align-items: center;}
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"] {width: 100%; max-width: 500px; padding: 8px 12px; border: 1px solid #333; border-radius: 0; font-size: 18px; box-sizing: border-box; transition: border-color 0.3s;}
.form-field input[type="text"]:focus, .form-field input[type="email"]:focus, .form-field input[type="tel"]:focus {outline: none; border-color: #4a90e2;}
.form-field textarea {width: 100%; max-width: 100%; padding: 10px 12px; border: 1px solid #333; border-radius: 4px; font-size: 18px; min-height: 150px; resize: vertical; box-sizing: border-box; font-family: inherit; transition: border-color 0.3s; min-height: 200px;}
.form-field textarea:focus {outline: none;}
.cf7-custom-form input[type="radio"], .cf7-custom-form input[type="checkbox"] {display: inline-block !important; -webkit-appearance: auto; appearance: auto;}
.form-field .wpcf7-radio {display: flex; flex-wrap: wrap; gap: 10px;}
.form-field .wpcf7-radio label {display: flex; flex-wrap: wrap; gap: 0; align-items: center;}
.form-field .wpcf7-list-item {margin: 0; display: flex; align-items: center;}
.form-field .wpcf7-list-item-label {display: flex; align-items: center; cursor: pointer; font-size: 18px; color: #333; padding-left: 0;}
.form-field input[type="radio"] {margin: 0; margin-right: 6px; cursor: pointer; inline-size: 18px; block-size: 18px; accent-color: #4a90e2;}
.birthday-group {display: flex; align-items: center; gap: 8px; flex-wrap: wrap;}
.birthday-group input[type="text"] {width: 100px; max-width: 100px;}
.birthday-group .note {font-size: 18px; color: #666; margin-left: 10px;}
.education-group {display: flex; flex-direction: column; gap: 12px;}
.education-university input[type="text"] {width: 100%; max-width: 400px;}
.education-status {display: flex; align-items: center; gap: 12px; flex-wrap: wrap;}
.education-status .wpcf7-radio {display: flex; gap: 16px;}
.education-status input[type="text"] {width: 80px; max-width: 80px;}
.education-status .note {font-size: 18px; color: #666; margin-left: 10px;}
.privacy-checkbox {display: flex; align-items: center; font-size: 14px;}
.privacy-checkbox input[type="checkbox"] {margin-right: 8px; inline-size: 18px; block-size: 18px; cursor: pointer;}
.privacy-checkbox a {color: #4a90e2; text-decoration: underline;}
.privacy-checkbox a:hover {text-decoration: none;}
.submit-row {background-color: transparent !important; justify-content: center; padding: 40px 20px;}
.submit-button {background-color: #4a90e2; color: #fff; border: none; padding: 14px 60px; font-size: 16px; font-weight: bold; border-radius: 4px; cursor: pointer; transition: background-color 0.3s; min-width: 200px;}
.submit-button:hover {background-color: #357abd;}
.wpcf7-not-valid-tip {font-size: 12px; color: #e74c3c; margin-top: 6px; display: block;}
.wpcf7-validation-errors {border: 2px solid #e74c3c; background-color: #ffe5e5; padding: 15px; margin-top: 20px; border-radius: 4px; color: #c0392b;}
.cf7-custom-form .wpcf7-form .wpcf7-form-control.wpcf7-radio {display: flex; flex-wrap: wrap; gap: 16px;}
.cf7-custom-form .wpcf7-form .wpcf7-list-item {margin: 0; display: flex; align-items: center;}
.cf7-custom-form .wpcf7-form .wpcf7-list-item > label {display: flex; align-items: center; gap: 6px; cursor: pointer;}
.cf7-custom-form .wpcf7-form input[type="radio"] {accent-color: #4a90e2; cursor: pointer; inline-size: 18px; block-size: 18px;}
.cf7-custom-form .wpcf7-form .wpcf7-list-item-label {font-size: 14px; color: #333;}


#abroad02 .col2{padding: 0 20px;}

.facility-header{display:flex;align-items:center;gap:20px;flex-wrap:wrap;}
.facility-header__label{font-size:16px;font-weight:500;color:#333;}
.facility-header__main{font-size:18px;font-weight:700;color:var(--c-head, #09f);}
.facility-section__title{font-size:16px;font-weight:500;color:#333;margin-bottom:10px;padding-left:5px;}
.facility-table{width:100%;border-collapse:collapse;border:1px solid var(--c-head, #09f);table-layout:fixed;}
.facility-table td{padding:10px 15px;border:1px solid var(--c-head, #09f);font-size:14px;line-height:1.6;vertical-align:top;width:50%;background:#fff;}
.facility-table tr:nth-child(odd) td{background:#fff;}
.facility-table tr:nth-child(even) td{background:#fff;}
@media (max-width: 768px){
  .facility-header{flex-direction:column;align-items:flex-start;gap:8px;}
  .facility-header__main{font-size:16px;}
  .facility-table{display:block;overflow-x:auto;white-space:nowrap;}
  .facility-table td{padding:8px 10px;font-size:13px;white-space:normal;}
}

.programList{gap: 20px;}
.programList .txtWH{padding: 10px 20px;}
.programListTab{gap: 12px 20px;}
.programListTab .txtBL{cursor: pointer;}
.programTabCnt_Sche{--c-head:#09f;--c-line:#3cc6ff;--c-bar:#ffe9ef;--c-bar-bd:#ffd4de;--c-bar-t:#ea8ea2;--c-year:#17a7ff;--w-year:60px;border-top:0;overflow-x:auto;}
.programTabCnt_Sche_inner{width: 800px;border:1px solid var(--c-line);}
.programTabCnt_Sche__head{display:grid;grid-template-columns:var(--w-year) repeat(12,1fr);background:var(--c-head);color:#fff;border-top:1px solid var(--c-line)}
.programTabCnt_Sche__blank{border-right:1px solid var(--c-line)}
.programTabCnt_Sche__month{padding:.6rem .8rem;border-right:1px solid #fff;text-align:center;font-weight:700;white-space:nowrap;}
.programTabCnt_Sche__row{display:grid;grid-template-columns:var(--w-year) 1fr;border-top:1px solid var(--c-line)}
.programTabCnt_Sche__year{display:flex;align-items:center;justify-content:center;border-right:1px solid var(--c-line);color:var(--c-year);font-weight:700;background:#fff;padding:.8rem .5rem;white-space:nowrap}
.programTabCnt_Sche__track{position:relative;display:grid;grid-template-columns:repeat(12,1fr);background:#fff}
.programTabCnt_Sche__track::before{content:"";position:absolute;inset:0;
  background:repeating-linear-gradient(to right,transparent 0,transparent calc((100%/2) - 1px),var(--c-line) calc((100%/2) - 1px),var(--c-line) calc(100%/2));
  pointer-events:none; z-index: -1; }
.programTabCnt_Sche__bar{grid-column:var(--start)/span var(--span);align-self:center;margin:.3rem .2rem;padding:.35rem .5rem;border-radius:.25rem;background:var(--c-bar);border:2px solid var(--c-bar-bd);color:var(--c-bar-t);font-weight:700;text-align:center;line-height:1.2}
.programTabCnt_Sche__bar--note{background:transparent;border-style:dashed}
.programTabCnt_Sche_inner{border-right:1px solid var(--c-line);}
/* .programTabCnt_table tr td:nth-child(2){padding-bottom: 20px;} */
.programTabCnt_table td {border: 1px solid #0b89ff; border-collapse: collapse; padding: 5px 10px; vertical-align: middle;}
/* 週間スケジュール表用CSS（tableベース） */
.programTabCnt_Sche__table{width:100%;min-width:800px;border-collapse:collapse;border:1px solid var(--c-line);table-layout:fixed;}
.programTabCnt_Sche__th{background:var(--c-head);color:#fff;font-weight:700;padding:10px 8px;text-align:center;border:1px solid var(--c-line);white-space:nowrap;}
.programTabCnt_Sche__th--time{background:#fff;color:#333;font-weight:700;padding:10px 8px;text-align:center;border:1px solid var(--c-line);width:100px;}
.programTabCnt_Sche__th--empty{background:#fffbe6;}
.programTabCnt_Sche__td{background:#fff;padding:10px 8px;text-align:center;border:1px solid var(--c-line);font-size:13px;line-height:1.6;vertical-align:middle;}
.programTabCnt_Sche__td strong{display:block;margin-bottom:5px;}
.programTabCnt_Sche__td--time{background:#fff;font-weight:700;color:var(--c-year);padding:10px 8px;text-align:center;border:1px solid var(--c-line);font-size:13px;white-space:nowrap;}
.programTabCnt_Sche__td--diagonal{background:
  linear-gradient(
    to top right,
    transparent calc(50% - 0.5px),
    #999 calc(50% - 0.5px),
    #999 calc(50% + 0.5px),
    transparent calc(50% + 0.5px)
  );}
@media (max-width: 768px){
  .programTabCnt_Sche__table{min-width:650px;}
  .programTabCnt_Sche__td,
  .programTabCnt_Sche__td--time{padding:8px 5px;font-size:12px;}
  .programTabCnt_Sche__th,
  .programTabCnt_Sche__th--time{padding:8px 5px;font-size:12px;}
}
@media (max-width: 768px){
  /* .programTabCnt_Sche{--w-year:92px} */
  .programListTab{flex-direction: column;}
  .programTabCnt_Sche__month{padding:.5rem .6rem}
  .programTabCnt_Sche__track{grid-auto-rows:2.4rem}
}

/* .program-kenshu-wrap{border:1px solid #23a9ff;border-radius:2px} */
.program-kenshu-block{overflow-x: auto;}
.program-kenshu-block:first-child{border-top:none}
.program-kenshu-table{width:100%;border-collapse:colflapse;table-layout:fixed;border:1px solid #23a9ff; border-collapse: collapse; min-width: 800px;}
.program-kenshu-table colgroup col:nth-child(1){width:54px}
.program-kenshu-table colgroup col:nth-child(2){width:44%}
.program-kenshu-table colgroup col:nth-child(3){width:auto}
.program-kenshu-table td,.program-kenshu-table th{padding:10px 12px;border-bottom:1px solid #23a9ff;}
.program-kenshu-table tr:last-child td,.program-kenshu-table tr:last-child th{border-bottom:none}
.program-kenshu-label{text-orientation:upright;color:#0b89ff;font-weight:700;text-align:center;border-right:1px solid #23a9ff;background:#fff;vertical-align: middle;}
.program-kenshu-name{font-weight:700}
.program-kenshu-name a{text-decoration:underline}
.program-kenshu-dept{color:#4a4a4a}
.program-kenshu-sub{padding-left:1.2em;text-indent:1.2em;display:block}
.program-kenshu-muted{color:#6aaefc}
.proramMap iframe{width: 100%; aspect-ratio: 2/1;}
@media (max-width:768px){
  .program-kenshu-table colgroup col:nth-child(1){width:46px}
  .program-kenshu-table td,.program-kenshu-table th{padding:10px; line-height:1.5;}
  .program-kenshu-sub{padding-left:0.6em;text-indent:0.6em;display:block}
  .proramMap iframe{aspect-ratio: 3/4;}
}

/* cf7 end */
@media screen and (max-width: 896px) {


  .reserve-info .jcCent .col1{gap: 20px; align-items: center; width: calc(100% - 30px); display: flex; justify-content: flex-start; flex-direction: row; }
  .reserve-info .jcCent .col1 p{width: calc(100% - 180px); text-align: start; margin-bottom: 0;}
  .reserve-info .jcCent .col1 img{width: 50px;}
  .reserve-info a{display: inline-block;}
  .reserve-info .textWrap > div > p:not(:first-child),
  .reserve-info .textWrap > div > a:not(:first-child),
  .reserve-info .textWrap > div > div:not(:first-child){padding-left: 34px;}
  /* .top-MV .full{padding-left: 12px;} */
  .top-news_list li .sub{margin-right: 12px;}
  .top-notes .col3 .half{width: 100%;}
  .top-notes .col3 .half:last-child{border-left: 1px solid #000033; padding: 20px 10px;}
  .ftrLinks{flex-wrap: wrap;}
  .ftrLogo{margin-bottom: 20px}; #footer .address{padding-left: 0;}

  .greet_main .pt30{padding-top: 0;}
  .greet_table_unit{padding: 8px 16px;}
  .greet_table_unit_date{width: 90px;}
  .greet_table_unit_text{width: calc(100% - 90px); line-height: 1.1;}

  .faq_details_txt{padding: 10px 20px;}
  .faq_details_txt_links{gap: 3px 0; padding: 0; margin: 0;}
  .faq_details_txt_links a{padding-right: 8px; font-size: 16px;}
  .faq_details_txt_links a::before{width: 16px; height: 16px; }

  .faq_next-prev_links{gap: 10px;}
  .faq_next-prev_links a{font-size: 16px; width: calc(33.3333% - 7px);}
}
@media (max-width: 768px) { 
  .form-row {flex-direction: column; padding: 20px 15px;} 
  .form-field{width: 100%;}
  .form-label {width: 100%; margin-bottom: 10px; padding-right: 0; padding-top: 0; justify-content: flex-start; gap: 20px;} 
  .form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field textarea {max-width: 100%;} 
  .education-university input[type="text"] {max-width: 100%;} 
  .birthday-group, .education-status {font-size: 14px;} 
  .form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"]{font-size: 14px;}
  .birthday-group input[type="text"]{width: 60px;}
  .birthday-group .note,.education-status .note{font-size: 14px;}
  .submit-row {padding: 20px 15px;}
  .submit-button {padding: 8px 40px; font-size: 16px;}
  .wpcf7-not-valid-tip {font-size: 12px; margin-top: 6px;}
  .wpcf7-validation-errors {padding: 10px; margin-top: 10px;}
  .cf7-custom-form .wpcf7-form .wpcf7-radio {gap: 10px;}
  .cf7-custom-form .wpcf7-form .wpcf7-list-item-label {font-size: 14px;}
  .cf7-custom-form .wpcf7-form input[type="radio"] {inline-size: 16px; block-size: 16px;}
  .cf7-custom-form .wpcf7-form .wpcf7-list-item > label {gap: 4px;}
  *::placeholder{font-size: 14px;}
  .form-field .wpcf7-list-item-label{font-size: 14px;}
  .label-text,.required{font-size: 14px;}
  #abroad02 .col2{padding: 0 0px;}
  .lower-lv02 .box4{margin-right: 3.7px; margin-left: 3.7px;}

}


@media screen and (max-width: 568px) {
  #jsPopupLayer img{width: 100%;}
  #jsPopupLayer .content{width: 80vw;}
  .staff_main_table_ttl{flex-wrap: wrap;}
  .staff_main_table_ttl span{flex: unset!important; width: 100%;}
  .staff_main_table_ttl span:first-child{width: 100%; border-bottom: 1px solid #333; padding-bottom: 15px;}
  .staff_main_table_ttl span:nth-child(2){width: initial;}
  .staff_main_table_ttl span:nth-child(3){width: initial;}
}



.page-research-optout {font-weight: 400;}
.page-research-optout .optout-ttl {font-size: 24px; font-weight: 400; text-align: center; line-height: 1.2; margin-bottom: 10px;}
.page-research-optout .optout-subttl {font-size: 18px; font-weight: 400; text-align: center; line-height: 1.4; margin-bottom: 24px;}
.page-research-optout .optout-table-wrap {overflow-x: auto;}
.page-research-optout .optout-table {width: 100%; min-width: 920px; border: 2px solid #333; table-layout: fixed; background: #fff;}
.page-research-optout .optout-table th,
.page-research-optout .optout-table td {border: 1px solid #333; padding: 18px 16px; font-weight: 400; font-size: 16px; line-height: 1.6; vertical-align: middle; background: #fff;}
.page-research-optout .optout-table th {text-align: center; white-space: nowrap;}
.page-research-optout .optout-col--no {width: 120px;}
.page-research-optout .optout-col--period {width: 300px;}
.page-research-optout .optout-col--owner {width: 140px;}
.page-research-optout .optout-col-no,
.page-research-optout .optout-col-period,
.page-research-optout .optout-col-owner {text-align: center; white-space: nowrap;}
.page-research-optout .optout-summary {display: flex; align-items: center; justify-content: space-between; gap: 14px; transition: ease .3s;}
.page-research-optout .optout-summary:hover {color: #3399cc;}
.page-research-optout .optout-summary__text {flex: 1; min-width: 0;}
.page-research-optout .optout-summary__text p {font-weight: 400;}
.page-research-optout .optout-summary__sub {display: block; padding-left: 1em; text-indent: -1em; font-weight: 400;}
.page-research-optout .optout-summary__pdf {flex: 0 0 auto; width: 44px; display: flex; align-items: center; justify-content: center;}
.page-research-optout .optout-summary__pdf img {width: 32px; height: auto; display: block;}
@media screen and (max-width: 896px) {
  .page-research-optout .optout-subttl {font-size: 14px; margin-bottom: 18px;}
  .page-research-optout .optout-table {min-width: 860px;}
  .page-research-optout .optout-table th,
  .page-research-optout .optout-table td {padding: 14px 12px; font-size: 14px;}
  .page-research-optout .optout-summary__pdf img {width: 28px;}
}

/* .page-recruit-message .container {max-width: 888px;} */
.page-recruit-message .recruit-message-body p:last-child {margin-bottom: 0;}
.page-recruit-message .recruit-message-list {margin-left: 2.2em;}
.page-recruit-message .recruit-message-list li {position: relative; padding-left: 1.1em;}
.page-recruit-message .recruit-message-list li::before {content: "・"; position: absolute; left: 0; top: 0;}
.page-recruit-message .recruit-message-chief {align-items: flex-start;}
.page-recruit-message .recruit-message-chief .col2 .img img {width: 100%; height: auto; display: block;}
.page-recruit-message .recruit-message-entry {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 18px 20px; background-color: #dff6ff; border-radius: 6px;}
.page-recruit-message .recruit-message-entry__icons {display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 6px;}
.page-recruit-message .recruit-message-entry__icons .img {width: 44px;}
.page-recruit-message .recruit-message-entry__icons .img img {width: 100%; height: auto; display: block;}

@media screen and (max-width: 896px) {
.page-recruit-message .recruit-message-list {margin-left: 10px;}
.page-recruit-message .recruit-message-entry__icons .img {width: 40px;}
}
