@charset "UTF-8";
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; word-wrap: break-word; }

html { font-size: 62.5%; }
@media screen and (max-width: 750px) { html { font-size: 2.375vw; } }

body { color: #000; font-family: "Noto Sans JP", YuGothicM, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; font-size: 1.6rem; -webkit-text-size-adjust: 100%; }

li { list-style: none; }

img { max-width: 100%; vertical-align: bottom; }

video { max-width: 100%; }

a { color: #000; }
a:hover { text-decoration: none; }

button { padding: 0; border: none; background: none; font-family: inherit; font-size: 1.6rem; cursor: pointer; }

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="submit"], input[type="button"], textarea, select { font-family: inherit; font-size: 1.6rem; }

.only-pc { display: block; }
@media screen and (max-width: 750px) { .only-pc { display: none; } }

.only-sp { display: none; }
@media screen and (max-width: 750px) { .only-sp { display: block; } }

img.only-pc, span.only-pc { display: inline; }
@media screen and (max-width: 750px) { img.only-pc, span.only-pc { display: none; } }
img.only-sp, span.only-sp { display: none; }
@media screen and (max-width: 750px) { img.only-sp, span.only-sp { display: inline; } }

table.only-pc { display: table; }
@media screen and (max-width: 750px) { table.only-pc { display: none; } }
table.only-sp { display: none; }
@media screen and (max-width: 750px) { table.only-sp { display: table; } }

.js-tel { color: #000 !important; text-decoration: none; cursor: default; }

.inner { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; line-height: 1.6; }
@media screen and (max-width: 750px) { .inner { padding: 0 4%; } }
.inner._l { max-width: 1360px; }
@media screen and (max-width: 750px) { .inner._sp-p0 { padding: 0; } }

.pagetop_sp { display: none; }
@media screen and (max-width: 750px) { .pagetop_sp { display: block; position: fixed; bottom: 4%; right: 1.3333333333%; z-index: 9999; opacity: 0; transition: all .5s; transform: translateY(100px); width: 10.6666666667%; } }
.pagetop_sp.is-show { opacity: 1; transform: translateY(0); }

/* ------------------------------ ヘッダー
------------------------------ */
.header { z-index: 9999; position: sticky; top: 0; left: 0; width: 100%; }
.header .header-in { display: flex; justify-content: space-between; width: 100%; height: 100px; padding-left: 50px; background: rgba(224, 230, 242, 0.6); border-bottom: 1px solid #0093dc; }
@media screen and (max-width: 1400px) { .header .header-in { padding-left: 20px; } }
@media screen and (max-width: 750px) { .header .header-in { height: 6rem; padding-left: 4%; background: rgba(255, 255, 255, 0.6); border-bottom-width: 2px; } }
.header .header-logo { display: flex; align-items: center; flex: 1; max-width: 412px; margin-right: 20px; }
@media screen and (max-width: 750px) { .header .header-logo { max-width: 16rem; margin-right: 10px; } }
.header .header-logo a { display: block; width: 100%; }
.header .header-con { display: flex; justify-content: flex-end; }
@media screen and (max-width: 1200px) { .header .header-con { display: none; } }
.header .header-con .header-link { display: flex; justify-content: flex-end; align-items: center; margin-right: 20px; column-gap: 8px; }
.header .header-con .header-link > li { position: relative; }
.header .header-con .header-link > li .header-link-p { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; column-gap: 6px; text-decoration: none; padding: 8px 14px 8px 18px; background-color: #fff; border-radius: 2em; cursor: pointer; }
.header .header-con .header-link > li .header-link-p span { position: relative; z-index: 1; font-size: 1.4rem; }
.header .header-con .header-link > li .header-link-p .ico { position: relative; z-index: 1; width: 0.65rem; }
.header .header-con .header-link > li .header-link-p .ico-tri-w { display: none; }
.header .header-con .header-link > li .header-link-p div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 2em; background: #00A5FF; background: linear-gradient(90deg, #00a5ff 0%, #00db9e 100%); }
.header .header-con .header-link > li:hover .header-link-p { color: #fff; }
.header .header-con .header-link > li:hover .header-link-p .ico-tri-bl { display: none; }
.header .header-con .header-link > li:hover .header-link-p .ico-tri-w { display: inline-flex; }
.header .header-con .header-link > li:hover ul { display: block; }
.header .header-con .header-link > li._current .header-link-p { background: #00A5FF; background: linear-gradient(90deg, #00a5ff 0%, #00db9e 100%); color: #fff; }
.header .header-con .header-link > li._current .header-link-p .ico-tri-bl { display: none; }
.header .header-con .header-link > li._current .header-link-p .ico-tri-w { display: inline-flex; }
.header .header-con .header-link > li ul { display: none; position: absolute; width: 13.5em; padding: 10px 4px; border: 1px solid #d1e7ed; border-radius: 10px; background-color: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
.header .header-con .header-link > li ul a { display: block; padding: 10px 1em; font-size: 1.4rem; text-decoration: none; }
.header .header-con .header-link > li ul a:hover, .header .header-con .header-link > li ul a._ccurrent { background-color: #bae3f7; }
.header .header-con .header-link > li:has(ul) .header-link-p .ico { transform: rotate(90deg); }
.header .header-con .header-entry a { display: flex; justify-content: center; align-items: center; width: 140px; height: 100%; background-color: #0093dc; }
@media screen and (max-width: 1400px) { .header .header-con .header-entry a { width: 100px; } }
.header .header-con .header-entry a img { width: 74.2857142857%; }
.header .header-sp { display: none; }
@media screen and (max-width: 1200px) { .header .header-sp { display: flex; justify-content: flex-end; flex: 1; width: 280px; } }
@media screen and (max-width: 750px) { .header .header-sp { width: 200px; } }
.header .header-sp .header-entry { width: 140px; }
@media screen and (max-width: 750px) { .header .header-sp .header-entry { width: 100px; } }
@media screen and (max-width: 750px) { .header .header-sp .header-entry { width: 6rem; } }
.header .header-sp .header-entry a { display: flex; justify-content: center; align-items: center; height: 100%; background-color: #fafafc; }
.header .header-sp .header-entry a img { width: 71.4285714286%; }
.header .header-sp .header-menu { display: flex; align-items: center; justify-content: center; width: 140px; padding: 0 10px; background-color: #0093DC; cursor: pointer; }
@media screen and (max-width: 750px) { .header .header-sp .header-menu { width: 6rem; padding: 1.5rem 10px 1rem; } }
.header .header-sp .header-menu p { position: relative; display: block; width: 77px; height: 24px; margin: 0 auto 15px; }
@media screen and (max-width: 750px) { .header .header-sp .header-menu p { width: 3.4rem; height: 1.2rem; margin-bottom: 0.5rem; } }
.header .header-sp .header-menu span { position: absolute; right: 0; display: block; width: 100%; height: 3px; background-color: #fff; transition: all .4s; }
.header .header-sp .header-menu span:nth-of-type(1) { width: 100%; top: 0; }
.header .header-sp .header-menu span:nth-of-type(2) { width: 100%; bottom: 0; }
.header .header-sp .header-menu .header-menu-txt { text-align: center; line-height: 1; }
.header .header-sp .header-menu .header-menu-txt:before { content: 'MENU'; font-size: 2rem; font-weight: 500; color: #fff; }
@media screen and (max-width: 750px) { .header .header-sp .header-menu .header-menu-txt:before { font-size: 1.2rem; } }

/* ------------------------------ SPメニュー
------------------------------ */
.nav-menu { z-index: 99999; display: none; position: fixed; top: 100px; right: 0; width: 84%; height: calc(100% - 100px); background: #0093DC; }
@media screen and (max-width: 750px) { .nav-menu { top: 6rem; height: calc(100% - 6rem); } }
.nav-menu .nav-menu-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow-y: auto; }
.nav-menu a { display: block; text-decoration: none; }
.nav-menu .nav-menu-list { margin-bottom: 50px; padding: 0 30px; }
.nav-menu .nav-menu-list a, .nav-menu .nav-menu-list .nav-menu-list-p { background-repeat: no-repeat; background-position: right 33px center; background-size: 40px auto; font-weight: 500; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-list a, .nav-menu .nav-menu-list .nav-menu-list-p { background-position: right 5.7894736842% center; background-size: 7.0175438596% auto; } }
.nav-menu .nav-menu-list > li { border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.nav-menu .nav-menu-list > li .nav-menu-list-p { display: block; padding: 1em 0; background-image: url("../img/common/ico_arrow_w.svg"); color: #fff; font-size: 2.0rem; cursor: pointer; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-list > li .nav-menu-list-p { font-size: 1.7rem; } }
.nav-menu .nav-menu-list > li ul { display: none; flex-direction: column; row-gap: 0.5em; margin: 2px 0 1.5em; }
.nav-menu .nav-menu-list > li ul.active { display: flex; }
.nav-menu .nav-menu-list > li ul a { display: block; padding: 0.8em; border-radius: 0.5em; background-color: #fff; background-image: url("../img/common/ico_arrow_w.svg"); font-size: 2.0rem; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-list > li ul a { font-size: 1.6rem; } }
.nav-menu .nav-menu-list > li:has(ul) .nav-menu-list-p { background-image: url("../img/common/ico_plus.svg"); }
.nav-menu .nav-menu-list > li:has(ul) .nav-menu-list-p.active { background-image: url("../img/common/ico_minus.svg"); }
.nav-menu .recruit-link { width: 100%; max-width: 530px; margin: 0 auto; }
@media screen and (max-width: 750px) { .nav-menu .recruit-link { width: 84.126984127%; max-width: 100%; } }

.js-menuopen { overflow: hidden; }
.js-menuopen .header-menu span:nth-child(1) { transform: translateY(11px) rotate(-20deg); }
@media screen and (max-width: 750px) { .js-menuopen .header-menu span:nth-child(1) { transform: translateY(0.5rem) rotate(-20deg); } }
.js-menuopen .header-menu span:nth-child(2) { transform: translateY(-11px) rotate(20deg); }
@media screen and (max-width: 750px) { .js-menuopen .header-menu span:nth-child(2) { transform: translateY(-0.5rem) rotate(20deg); } }
.js-menuopen .header-menu .header-menu-txt:before { content: 'CLOSE' !important; }
.js-menuopen .nav-menu { display: block; }

/* ------------------------------ ぱんくず
------------------------------ */
.topicpath { padding: 0 50px; }
@media screen and (max-width: 750px) { .topicpath { padding-left: 4%; padding-right: 4%; } }
.topicpath ol { display: flex; flex-wrap: wrap; padding: 10px 0; font-size: 1.3rem; color: #0093dc; line-height: 1.6; }
@media screen and (max-width: 750px) { .topicpath ol { font-size: 1.6rem; } }
.topicpath ol li:last-child::after { display: none; }
.topicpath ol li::after { content: '＞'; margin: 0 1em; }
.topicpath ol li a { text-decoration: none; color: #0093dc; }

/* ------------------------------ ページタイトル
------------------------------ */
.pagettl-sec { padding: 40px 0 50px; }
@media screen and (max-width: 750px) { .pagettl-sec { padding: 5.3333333333% 0 6.6666666667%; } }
.pagettl-sec._gr .pagettl-main { color: #00839a; }
.pagettl-sec .pagettl-main { margin-bottom: 30px; font-size: 2.4rem; font-weight: 700; color: #005eaa; }
@media screen and (max-width: 750px) { .pagettl-sec .pagettl-main { font-size: 1.3rem; } }
.pagettl-sec .pagettl-main span { font-size: 5.7rem; }
@media screen and (max-width: 750px) { .pagettl-sec .pagettl-main span { font-size: 3.2rem; } }
.pagettl-sec .pagettl-txt { z-index: 99; position: relative; font-size: 1.8rem; color: #333; }
@media screen and (max-width: 750px) { .pagettl-sec .pagettl-txt { font-size: 1.6rem; } }
.pagettl-sec .pagettl-swiper { margin-top: 2.1428571429%; overflow: hidden; }
.pagettl-sec .pagettl-swiper .swiper-wrapper { transition-timing-function: linear; }
.pagettl-sec .pagettl-swiper .swiper-slide img { width: 100%; max-width: initial; }

/* ------------------------------ フッター
------------------------------ */
.footer { position: relative; z-index: 100; display: grid; grid-template-columns: 11em 1fr 10em; row-gap: 2rem; padding: 60px 40px 30px 40px; background-color: #fff; }
@media screen and (max-width: 750px) { .footer { display: block; padding: 10.6666666667% 0 6%; } }
.footer .footer-logo { grid-column: 2 / 3; grid-row: 1 / 2; width: 100%; max-width: 346px; margin: 0 auto; }
@media screen and (max-width: 750px) { .footer .footer-logo { width: 66.6666666667%; max-width: 100%; } }
.footer .footer-link { grid-column: 1 / 2; grid-row: 1 / 3; display: flex; align-items: flex-end; }
@media screen and (max-width: 750px) { .footer .footer-link { justify-content: center; align-items: center; flex-direction: column; margin-top: 6.6666666667%; padding: 4% 2.6666666667% 6.6666666667%; border-top: 4px solid #E8F0F4; } }
.footer .footer-link ul { display: grid; row-gap: 10px; }
.footer .footer-link ul li a { text-decoration: none; font-size: 1.2rem; }
@media screen and (max-width: 750px) { .footer .footer-link ul li a { font-size: 1.2rem; } }
.footer .footer-link ul li a:hover { text-decoration: underline; }
.footer .footer-bottom { grid-column: 2 / 3; grid-row: 2 / 3; display: grid; row-gap: 1rem; font-size: 1.4rem; line-height: 1.2; text-align: center; }
@media screen and (max-width: 750px) { .footer .footer-bottom { font-size: 1.1rem; } }

.font-en { font-family: "Poppins", sans-serif; }

.font-num { font-family: "Barlow", sans-serif; }

.opacity { transition: all .6s; }
.opacity:hover { opacity: 0.7; }

.ico { display: inline-flex; justify-content: center; align-items: center; width: 1em; line-height: 0; }
.ico::before { width: 100%; }

.ico-arrow-bk::before { content: url("../img/common/ico_arrow_bk.svg"); }

.ico-arrow-w::before { content: url("../img/common/ico_arrow_w.svg"); }

.ico-tri-bl::before { content: url("../img/common/ico_tri_bl.svg"); }

.ico-tri-w::before { content: url("../img/common/ico_tri_w.svg"); }

.ico-spot::before { content: url("../img/common/ico_spot.svg"); }

.ico-arrow-b::before { content: url("../img/common/ico_arrow_b.svg"); }

.ico-arrow-nav-b::before { content: url("../img/common/ico_arrow_nav02.svg"); }

.ico-arrow-nav-g::before { content: url("../img/common/ico_arrow_nav03.svg"); }

.tab { display: none; }
.tab.active { display: block; }

.cmn-anchor { position: relative; }
.cmn-anchor a { position: absolute; margin-top: -100px; }
@media screen and (max-width: 750px) { .cmn-anchor a { margin-top: -6rem; } }

@media screen and (max-width: 750px) { body:has(.top-nav) .cmn-anchor a { margin-top: -14rem; } }

@media screen and (max-width: 750px) { .scroll { overflow-x: auto; white-space: nowrap; }
  .scroll::-webkit-scrollbar { height: 5px; }
  .scroll::-webkit-scrollbar-track { background-color: #ddd; }
  .scroll::-webkit-scrollbar-thumb { background-color: #005eaa; } }

.c-main { background-color: #eff9ff; border-top-left-radius: 4em; border-top-right-radius: 4em; }
@media screen and (max-width: 750px) { .c-main { border-top-left-radius: 3em; border-top-right-radius: 3em; } }

.c-flexmain { display: flex; justify-content: space-between; column-gap: 4.1666666667%; padding: 70px 0; line-height: 1.6; }
@media screen and (max-width: 750px) { .c-flexmain { display: block; padding: 30px 0; } }

.c-content { flex: 1; }
.c-content .content-in { width: 100%; max-width: 850px; }
.c-content .c-heading { margin-bottom: 30px; font-size: 3.0rem; font-weight: 700; color: #005eaa; }
@media screen and (max-width: 750px) { .c-content .c-heading { font-size: 2.6rem; text-align: center; } }

.c-box { padding: 30px 35px; background-color: #fff; border: 1px solid #b3cbd1; border-radius: 1em; }

.c-sidebar { width: 20.8333333333%; }
@media screen and (max-width: 750px) { .c-sidebar { display: none; } }
.c-sidebar ul { position: sticky; top: 100px; right: 0; width: 100%; max-width: 200px; margin: 0 0 0 auto; }
.c-sidebar ul li { border-bottom: 1px solid #b3cbd1; }
.c-sidebar ul li a { display: block; text-decoration: none; }
.c-sidebar ul li a span { position: relative; z-index: 1; display: inline-block; width: 100%; padding: 10px 0 10px 40px; background: url("../img/common/ico_arrow_nav.svg") no-repeat left 15px center; background-size: 14px auto; color: #005eaa; font-size: 1.7rem; font-weight: 700; }
.c-sidebar ul li a._colorbtn:hover span, .c-sidebar ul li a._colorbtn.active span { background-image: url("../img/common/ico_arrow_nav_w.svg"); color: #fff; }
.c-sidebar ul li a._colorbtn.active { background: #00A5FF; background: linear-gradient(90deg, #00a5ff 0%, #00db9e 100%); }
.c-sidebar ul li a._colorbtn.active div { display: none; }
.c-sidebar ul li a._colorbtn div { border-radius: 0; }

.btn { display: inline-block; border: 1px solid #B3CBD1; border-radius: 4em; background-color: #fff; text-decoration: none; }
.btn span { position: relative; z-index: 1; display: inline-block; width: 100%; padding: 20px 88px 20px 40px; background: url("../img/common/ico_arrow_bl.svg") no-repeat right 20px center; background-size: 38px auto; color: #004DA9; font-size: 2.0rem; font-weight: 700; text-align: center; }
@media screen and (max-width: 750px) { .btn span { padding-left: 20px; padding-right: 68px; font-size: 1.6rem; } }

._colorbtn { position: relative; overflow: hidden; }
._colorbtn:hover span { background-image: url("../img/common/ico_arrow_w.svg"); color: #fff; }
._colorbtn div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 2em; background: #00A5FF; background: linear-gradient(90deg, #00a5ff 0%, #00db9e 100%); }

._hoverfig ._hoverfigimg { transition: all .6s; }
._hoverfig:hover ._hoverfigimg { opacity: 0.5; }

.c-recruit { padding-bottom: 100px; }
.c-recruit .c-box { padding: 70px 20px 90px; }
@media screen and (max-width: 750px) { .c-recruit .c-box { padding: 30px 35px; } }
.c-recruit .recruit-heading { margin-bottom: 60px; font-size: 2.6rem; text-align: center; color: #005eaa; font-weight: 700; }
.c-recruit .recruit-heading span { font-size: 1.7rem; font-weight: 600; }
.c-recruit ul { display: flex; justify-content: center; align-items: center; column-gap: 5.6433408578%; max-width: 886px; margin: 0 auto; }
@media screen and (max-width: 980px) { .c-recruit ul { flex-direction: column; row-gap: 50px; } }
.c-recruit ul li { width: 47.1783295711%; border-width: 1px; border-style: solid; }
@media screen and (max-width: 980px) { .c-recruit ul li { width: 67.7200902935%; } }
@media screen and (max-width: 750px) { .c-recruit ul li { width: 100%; } }
.c-recruit ul li._newgrads { border-color: #005eaa; }
.c-recruit ul li._newgrads a { background-image: url("../img/common/ico_arrow_bl02.svg"); color: #005eaa; }
.c-recruit ul li._career { border-color: #00839a; }
.c-recruit ul li._career a { background-image: url("../img/common/ico_arrow_gr.svg"); color: #00839a; }
.c-recruit ul li a { display: block; padding: 30px 66px 30px 10px; background-color: #fff; background-repeat: no-repeat; background-position: right 20px center; background-size: 36px auto; font-size: 2.2rem; font-weight: 700; text-align: center; text-decoration: none; }
@media screen and (max-width: 750px) { .c-recruit ul li a { padding-right: 56px; background-size: 26px auto; font-size: 1.8rem; } }

.pagetop-sec { position: relative; z-index: 100; background-color: #fff; }
@media screen and (max-width: 750px) { .pagetop-sec { display: none !important; } }
.pagetop-sec a { display: block; padding: 25px 20px; }
.pagetop-sec p { width: 51px; margin: 0 auto; }

.recruit-sec { position: relative; z-index: 100; padding: 40px 0; background: linear-gradient(to right, #0A41E4, #008E99); }
@media screen and (max-width: 750px) { .recruit-sec { padding: 13.3333333333% 0 15.3333333333%; } }
.recruit-sec .recruit-in { display: flex; justify-content: space-between; align-items: center; }
@media screen and (max-width: 750px) { .recruit-sec .recruit-in { display: block; padding: 0 5.7971014493%; } }
.recruit-sec .recruit-ttl { width: 58.3333333333%; margin-right: 12.25%; }
@media screen and (max-width: 750px) { .recruit-sec .recruit-ttl { width: 100%; margin: 0 auto 14.7540983607%; } }
.recruit-sec .recruit-link { flex: 1; }
@media screen and (max-width: 750px) { .recruit-sec .recruit-link { width: 86.8852459016%; margin: 0 auto; } }

.recruit-link { display: flex; flex-direction: column; row-gap: 20px; }
.recruit-link li a { display: flex; justify-content: center; align-items: center; min-height: 4em; padding: 10px; border: 1px solid #fff; color: #fff; font-weight: 700; text-align: center; text-decoration: none; line-height: 1; transition: all .6s; }
@media screen and (max-width: 750px) { .recruit-link li a { font-size: 1.4rem; } }
.recruit-link li a:hover { background-color: #fff; color: #005eaa; }
.recruit-link li a._entry { background: #fff url("../img/common/txt_entry.svg") no-repeat center center; background-size: 11.9rem auto; }
@media screen and (max-width: 750px) { .recruit-link li a._entry { background-size: 9rem auto; } }
.recruit-link li a._entry span { display: none; }
.recruit-link li a._entry:hover { background-color: transparent; background-image: url("../img/common/txt_entry_w.svg"); }

.genba-list { display: flex; gap: 55px 2.75%; }
@media screen and (max-width: 750px) { .genba-list { flex-wrap: wrap; gap: 50px 4.347826087%; } }
.genba-list .genba-list-item { width: 31.5%; }
@media screen and (max-width: 750px) { .genba-list .genba-list-item { width: 47.8260869565%; } }

.genba-list-item a { display: block; text-decoration: none; }
.genba-list-item .genba-list-fig { position: relative; margin-bottom: 10px; }
.genba-list-item .genba-list-cate { position: absolute; top: 0; left: 0; z-index: 1; display: flex; align-items: center; justify-content: center; width: 4em; aspect-ratio: 1 / 1; margin-top: 20px; margin-left: 20px; background-color: #fff; border-radius: 50%; font-size: 2.0rem; line-height: 1.2; }
@media screen and (max-width: 980px) { .genba-list-item .genba-list-cate { margin-top: 10px; margin-left: 10px; font-size: 1.4rem; } }
@media screen and (max-width: 750px) { .genba-list-item .genba-list-cate { margin-top: 3.0303030303%; margin-left: 3.0303030303%; } }
.genba-list-item .genba-list-lead { position: absolute; bottom: 0; left: 0; margin-left: 15px; margin-bottom: 30px; font-size: 1.9rem; font-weight: 700; }
@media screen and (max-width: 980px) { .genba-list-item .genba-list-lead { font-size: 1.2rem; margin-bottom: 15px; } }
@media screen and (max-width: 750px) { .genba-list-item .genba-list-lead { margin-left: 0.5rem; margin-bottom: 1rem; font-size: 1rem; } }
.genba-list-item .genba-list-lead span { padding: 0.5em; background-color: #fff; box-decoration-break: clone; line-height: 2; }
@media screen and (max-width: 750px) { .genba-list-item .genba-list-lead span { padding-inline: 0.25em; } }
.genba-list-item .genba-list-txt { font-size: 1.5rem; }
@media screen and (max-width: 750px) { .genba-list-item .genba-list-txt { font-size: 1.6rem; } }

@media screen and (max-width: 750px) { .top-nav-wrap { height: 7rem; } }

.top-nav { display: none; }
@media screen and (max-width: 750px) { .top-nav { display: block; width: 100%; }
  .top-nav._fixed { position: fixed; top: 7rem; left: 0; z-index: 9999; padding: 0 4%; } }
.top-nav .top-nav-in { position: relative; height: 7rem; padding: 1.4492753623% 7.9710144928%; background-color: #fff; border: 1px solid #005eaa; border-radius: 4em; overflow: hidden; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }
.top-nav .slide-btn { z-index: 99; position: absolute; top: 50%; display: block; width: 7.9710144928%; margin-top: -7.9710144928%; }
.top-nav .slide-btn._prev { left: 0; }
.top-nav .slide-btn._next { right: 0; }
.top-nav .top-swiper { height: 100%; }
.top-nav .swiper-slide { width: auto; }
.top-nav .swiper-slide a { display: flex; align-items: center; height: 100%; color: #005eaa; font-size: 1.2rem; font-weight: 500; text-decoration: none; }
.top-nav .swiper-slide a span { display: block; padding: 0 1em; border-right: 1px solid #005eaa; }
.top-nav .swiper-slide:last-child a span { border-right: none; }

.clearfix { zoom: 1; }
.clearfix::before { content: ""; display: table; }
.clearfix::after { content: ""; display: table; clear: both; }

.w100 { width: 100%; }

.js-anime-fadein { opacity: 0; animation-duration: .5s; animation-timing-function: ease-in-out; animation-fill-mode: forwards; }
.js-anime-fadein.js-anime-on { animation-name: fadeIn; }

@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }
.js-anime-slide { opacity: 0; animation-duration: .5s; animation-timing-function: ease-in-out; animation-fill-mode: forwards; }
.js-anime-slide.js-anime-on { animation-name: slide; }

@keyframes slide { 0% { opacity: 0; transform: translateY(100px); }
  100% { opacity: 1; transform: translateY(0); } }
.js-anime-slideleft { opacity: 0; animation-duration: .5s; animation-timing-function: ease-in-out; animation-fill-mode: forwards; }
.js-anime-slideleft.js-anime-on { animation-name: slideLeft; }

@keyframes slideLeft { 0% { opacity: 0; transform: translateX(-100px); }
  100% { opacity: 1; transform: translateX(0); } }
.js-anime-slideright { opacity: 0; animation-duration: .5s; animation-timing-function: ease-in-out; animation-fill-mode: forwards; }
.js-anime-slideright.js-anime-on { animation-name: slideRight; }

@keyframes slideRight { 0% { opacity: 0; transform: translateX(100px); }
  100% { opacity: 1; transform: translateX(0); } }
.js-anime-rect { position: relative; }
.js-anime-rect::before { content: ''; position: absolute; top: 0; left: 0; z-index: 1; display: block; width: 100%; height: 100%; background-color: #fff; transform: scaleX(1); animation-duration: .8s; animation-timing-function: ease-in-out; animation-fill-mode: forwards; pointer-events: none; }
.js-anime-rect.js-anime-on::before { animation-name: RectSlide; }

@keyframes RectSlide { 0% { transform-origin: left; transform: scaleX(1); }
  50% { transform-origin: left; transform: scaleX(1); }
  50.001% { transform-origin: right; }
  100% { transform-origin: right; transform: scaleX(0); } }
@keyframes rotation { 0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); } }
@media print { .js-anime-fadein, .js-anime-slide, .js-anime-slideleft, .js-anime-slideright { opacity: initial; } }

/*# sourceMappingURL=style.css.map */
