@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: #222222; 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: #222222; }
a:hover { text-decoration: none; }

button { padding: 0; border: none; background: none; color: inherit; 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-tab { display: none; }
@media screen and (max-width: 960px) { .only-tab { display: block; } }

.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; }

.pagetop { position: fixed; bottom: 30px; right: 30px; z-index: 9999; opacity: 0; transition: all .5s; transform: translateY(100px); width: 70px; }
@media screen and (max-width: 750px) { .pagetop { bottom: 1rem; right: 1rem; width: 3em; } }
.pagetop.is-show { opacity: 1; transform: translateY(0); }

.inner { width: 100%; max-width: 1440px; margin: 0 auto; padding-inline: 20px; line-height: 1.6; }
@media screen and (max-width: 750px) { .inner { padding-inline: 4%; } }

.contents { width: 100%; max-width: 1200px; margin: 0 auto; }

/* ------------------------------ ヘッダー
------------------------------ */
.header { position: sticky; top: 0; left: 0; z-index: 9999; display: grid; grid-template-columns: 540px 1fr auto; grid-template-rows: 1fr auto; width: 100%; height: 138px; padding: 14px 30px 0; background-color: #fff; }
@media screen and (max-width: 1850px) { .header { grid-template-columns: 21.2765957447% 1fr auto; padding-inline: 20px; } }
@media screen and (max-width: 1450px) { .header { grid-template-columns: 19.1489361702% 1fr auto; } }
@media screen and (max-width: 1100px) { .header { display: flex; justify-content: space-between; align-items: center; height: 7rem; padding-block: 0; } }
@media screen and (max-width: 750px) { .header { padding-inline: 4%; } }
.header .header-logo { grid-column: 1 / 2; grid-row: 1 / 3; display: flex; align-items: center; }
@media screen and (max-width: 1280px) { .header .header-logo { grid-row: 1 / 2; } }
@media screen and (max-width: 1100px) { .header .header-logo { width: 100%; max-width: 28rem; } }
.header .header-logo a { display: block; width: 100%; }
.header .header-item { grid-column: 2 / 3; grid-row: 1 / 2; position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: flex-end; margin-bottom: 15px; margin-right: 25px; }
@media screen and (max-width: 1850px) { .header .header-item { margin-right: 15px; } }
@media screen and (max-width: 1100px) { .header .header-item { display: none; } }
.header .header-item .header-item-in { display: flex; }
.header .header-search { margin-right: 8px; }
.header .header-search .header-search-form { display: flex; justify-content: space-between; height: 100%; padding: 5px 15px; background-color: #EEEDEB; border-radius: 2em; }
.header .header-search .header-search-form input { width: 100%; margin-right: 10px; border: none; background: none; font-size: 1.4rem; outline: none; }
.header .header-search .header-search-form button { display: flex; align-items: center; width: 20px; }
.header .header-language { position: relative; width: 100%; max-width: 140px; margin-right: 20px; line-height: 1.6; }
@media screen and (max-width: 1850px) { .header .header-language { margin-right: 10px; } }
.header .header-language dt { display: flex; justify-content: center; align-items: center; height: 100%; padding: 0 8px; border: 1px solid #222222; border-radius: 20px; background: #fff url("../img/common/ico_select.svg") no-repeat right 10px center; background-size: 10px auto; font-weight: 700; cursor: pointer; }
.header .header-language dd { display: none; position: absolute; width: 100%; border-left: 1px solid #222222; border-right: 1px solid #222222; background-color: #fff; font-size: 1.4rem; }
.header .header-language dd li { border-bottom: 1px solid #222222; }
.header .header-language dd a { display: block; padding: 0 1rem; text-decoration: none; }
.header .header-language:hover dt { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.header .header-language:hover dd { display: block; }
.header .header-sns { display: flex; align-items: center; justify-content: flex-end; column-gap: 20px; }
.header .header-sns li img { height: 40px; }
.header .header-sns li img._x { height: 36px; }
.header .gnav { grid-column: 2 / 3; grid-row: 2 / 3; display: flex; align-items: center; justify-content: flex-end; }
@media screen and (max-width: 1280px) { .header .gnav { grid-column: 1 / 3; } }
@media screen and (max-width: 1100px) { .header .gnav { display: none; } }
.header .gnav > li { position: relative; margin-right: 25px; }
@media screen and (max-width: 1850px) { .header .gnav > li { margin-right: 15px; } }
.header .gnav > li .gnav-p { padding-bottom: 15px; }
.header .gnav > li .gnav-p a { text-decoration: none; font-weight: 700; line-height: 1.6; }
@media screen and (max-width: 1450px) { .header .gnav > li .gnav-p a { font-size: 1.4rem; } }
.header .gnav > li .gnav-p a span { display: inline-block; padding-left: 35px; background: url("../img/common/ico_arrow_btn.svg") no-repeat left center; background-size: 27px auto; }
.header .gnav > li .gnav-c { display: none; position: absolute; left: 0; width: 100%; flex-direction: column; row-gap: 20px; padding: 25px 10px 30px 25px; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; background-color: #fff; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
.header .gnav > li .gnav-c a { display: flex; align-items: center; column-gap: 12px; text-decoration: none; }
.header .gnav > li .gnav-c a .ico { width: 1.3rem; }
.header .gnav > li .gnav-c a span { flex: 1; font-weight: 700; }
.header .gnav > li:hover .gnav-c { display: flex; }
.header .header-link { grid-column: 3 / 4; grid-row: 1 / 3; display: flex; align-items: center; width: fit-content; }
@media screen and (max-width: 1100px) { .header .header-link { display: none; } }
.header .header-link a { display: flex; align-items: center; width: 100%; min-height: 9rem; padding: 5px 76px 5px 24px; border-radius: 50px; background: #E24331 url("../img/common/ico_arrow_btn_red.svg") no-repeat right 16px center; background-size: 50px auto; color: #fff; font-size: 1.8rem; font-weight: 700; line-height: 1.6; text-decoration: none; }
@media screen and (max-width: 1600px) { .header .header-link a { padding-left: 15px; padding-right: 40px; font-size: 1.4rem; background-position: right 10px center; background-size: 25px auto; } }
.header .header-menu { display: none; }
@media screen and (max-width: 1100px) { .header .header-menu { display: flex; align-items: center; justify-content: center; width: 5rem; height: 5rem; border: 1px solid #222222; cursor: pointer; } }
.header .header-menu p { position: relative; width: 3rem; aspect-ratio: 50 / 34; margin: 0 auto; }
.header .header-menu span { position: absolute; top: 50%; right: 0; display: block; width: 100%; height: 2px; background-color: #222222; transition: all .4s; }
.header .header-menu span:nth-of-type(1) { transform: translateY(-1.02rem); }
.header .header-menu span:nth-of-type(2) { top: 50%; }
.header .header-menu span:nth-of-type(3) { transform: translateY(1.02rem); }

/* ------------------------------ SPメニュー
------------------------------ */
.nav-menu { z-index: 99999; display: none; position: fixed; top: 7rem; left: 0; width: 100%; height: calc(100% - 7rem); background-color: #fff; border-top: 1px solid #222222; }
.nav-menu .nav-menu-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0 0 18.6666666667%; overflow-y: auto; }
.nav-menu a { display: block; text-decoration: none; }
.nav-menu .nav-menu-list { margin-bottom: 30px; }
.nav-menu .nav-menu-list > li { border-bottom: 1px solid #222222; }
.nav-menu .nav-menu-list > li a { padding: 20px; text-decoration: none; background: url("../img/common/ico_arrow_red.svg") no-repeat right 20px center; background-size: 13px auto; font-size: 1.8rem; font-weight: 500; }
.nav-menu .nav-menu-list > li .nav-menu-c li { border-top: 1px dotted #222222; }
.nav-menu .nav-menu-list > li .nav-menu-c a { padding: 15px 20px 15px 30px; font-size: 1.6rem; }
.nav-menu .nav-menu-link { width: 100%; max-width: 400px; margin: 0 auto; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-link { width: 90%; max-width: initial; } }
.nav-menu .nav-menu-link a { display: block; text-decoration: none; padding: 20px 25px; background: #E24331 url("../img/common/ico_arrow_btn_red.svg") no-repeat right 15px center; background-size: 50px auto; font-size: 1.8rem; font-weight: 700; color: #fff; line-height: 1.6; border-radius: 50px; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-link a { background-size: 40px auto; font-size: 1.6rem; } }

.js-menuopen { overflow: hidden; }
.js-menuopen .header-menu span:nth-child(1) { transform: translateY(0) rotate(-30deg); }
.js-menuopen .header-menu span:nth-child(2) { opacity: 0; }
.js-menuopen .header-menu span:nth-child(3) { transform: translateY(0) rotate(30deg); }
.js-menuopen .nav-menu { display: block; }

/* ------------------------------ ページタイトル
------------------------------ */
.pagettl-sec .pagettl-in { width: 100%; max-width: 1900px; margin: 0 auto; padding-inline: 20px; line-height: 1.6; }
@media screen and (max-width: 750px) { .pagettl-sec .pagettl-in { padding-inline: 4%; } }
.pagettl-sec .pagettl-con { padding: 100px 20px; background: url("../img/common/bg_pagettl.svg") no-repeat left top, url("../img/common/bg_pagettl02.svg") no-repeat right top; background-color: #F5F4EE; background-size: contain , contain; border-radius: 30px; overflow: hidden; }
@media screen and (max-width: 750px) { .pagettl-sec .pagettl-con { padding: 30px 4.347826087%; } }
.pagettl-sec .pagettl-txt { padding-block: 15px; background: url("../img/common/bg_pagettl03.svg") no-repeat center center; font-size: 4.5rem; font-weight: 700; text-align: center; }
@media screen and (max-width: 750px) { .pagettl-sec .pagettl-txt { font-size: 2.0rem; background-size: 12% auto; } }
.pagettl-sec .pagettl-txt-en { font-weight: 700; text-align: center; }
@media screen and (max-width: 750px) { .pagettl-sec .pagettl-txt-en { font-size: 1rem; } }

/* ------------------------------ ぱんくず
------------------------------ */
.topicpath-sec { padding-block: 15px; }
.topicpath-sec .topicpath-in { width: 100%; max-width: 1440px; margin: 0 auto; padding-inline: 20px; line-height: 1.6; }
@media screen and (max-width: 750px) { .topicpath-sec .topicpath-in { padding-inline: 4%; } }
.topicpath-sec ol { display: flex; flex-wrap: wrap; }
.topicpath-sec ol li { font-size: 1.3rem; font-weight: 600; }
@media screen and (max-width: 750px) { .topicpath-sec ol li { font-size: 1rem; } }
.topicpath-sec ol li::after { content: '＞'; margin-inline: 1em; }
.topicpath-sec ol li:last-child::after { display: none; }
.topicpath-sec ol li a { text-decoration: none; color: #DA3925; }
.topicpath-sec ol li a .ico { margin-right: 5px; }

.main { position: relative; z-index: 10; }

/* ------------------------------ 関連リンク
------------------------------ */
.link-sec .link-in { width: 100%; max-width: 1900px; margin: 0 auto; padding-inline: 20px; line-height: 1.6; }
@media screen and (max-width: 750px) { .link-sec .link-in { padding-inline: 4%; } }
.link-sec .link-con { width: 100%; max-width: 1440px; margin: 0 auto; padding-inline: 20px; }
@media screen and (max-width: 750px) { .link-sec .link-con { padding-inline: 2.8985507246%; } }
.link-sec .link-main { padding: 40px 0 85px; background-color: #E3CEAD; }
@media screen and (max-width: 750px) { .link-sec .link-main { padding: 60px 0; } }
.link-sec .link-heading { margin-bottom: 20px; font-size: 4.2rem; font-weight: 700; }
@media screen and (max-width: 750px) { .link-sec .link-heading { font-size: 3.2rem; } }
.link-sec .link-heading span { margin-left: 1em; font-size: 2.0rem; }
@media screen and (max-width: 750px) { .link-sec .link-heading span { margin-left: 1em; font-size: 1.4rem; } }
.link-sec ul { display: flex; column-gap: 2.8571428571%; }
@media screen and (max-width: 750px) { .link-sec ul { flex-wrap: wrap; gap: 20px 4%; } }
.link-sec ul li { width: 22.8571428571%; }
@media screen and (max-width: 750px) { .link-sec ul li { width: 48%; } }

/* ------------------------------ フッター
------------------------------ */
.footer { padding: 30px 0 35px; }
.footer .footer-in { width: 100%; max-width: 1650px; margin: 0 auto; padding-inline: 20px; }
@media screen and (max-width: 750px) { .footer .footer-in { padding-inline: 4%; } }
.footer .footer-con { display: flex; column-gap: 40px; }
@media screen and (max-width: 1600px) { .footer .footer-con { column-gap: 20px; } }
@media screen and (max-width: 750px) { .footer .footer-con { display: block; } }
.footer .footer-logo { width: 34.4099378882%; max-width: 554px; }
@media screen and (max-width: 1600px) { .footer .footer-logo { width: 24.8447204969%; } }
@media screen and (max-width: 750px) { .footer .footer-logo { width: 100%; } }
.footer .footer-main { flex: 1; }
.footer .footer-main .footer-box { display: flex; align-items: flex-start; justify-content: flex-end; column-gap: 60px; margin-bottom: 25px; }
@media screen and (max-width: 1600px) { .footer .footer-main .footer-box { column-gap: 20px; } }
@media screen and (max-width: 1100px) { .footer .footer-main .footer-box { flex-direction: column; align-items: initial; row-gap: 20px; } }
.footer .footer-main .footer-nav { flex: 1; display: flex; justify-content: flex-end; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-nav { display: none; } }
.footer .footer-main .footer-nav .footer-nav-p { flex: 1; display: flex; flex-direction: column; row-gap: 20px; }
.footer .footer-main .footer-nav .footer-nav-p ul { padding-left: 2em; }
.footer .footer-main .footer-nav .footer-nav-p ul li { margin-top: 10px; }
.footer .footer-main .footer-nav .footer-nav-p a { padding-left: 20px; background: url("../img/common/ico_arrow_red.svg") no-repeat left center; background-size: 13px auto; font-weight: 500; text-decoration: none; }
.footer .footer-main .footer-nav .footer-nav-p a:hover { text-decoration: underline; }
.footer .footer-main .footer-link { width: fit-content; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-link { width: 95%; max-width: 100%; margin: 25px auto 0; } }
.footer .footer-main .footer-link a { display: flex; align-items: center; width: 100%; min-height: 9rem; padding: 5px 76px 5px 24px; border-radius: 50px; background: #E24331 url("../img/common/ico_arrow_btn_red.svg") no-repeat right 16px center; background-size: 50px auto; color: #fff; font-size: 1.9rem; font-weight: 700; line-height: 1.6; text-decoration: none; }
@media screen and (max-width: 1600px) { .footer .footer-main .footer-link a { padding-left: 15px; padding-right: 40px; font-size: 1.4rem; background-position: right 10px center; background-size: 25px auto; } }
@media screen and (max-width: 750px) { .footer .footer-main .footer-link a { min-height: auto; padding-block: 25px; background-size: 40px auto; font-size: 1.6rem; } }
.footer .footer-main .footer-sns { display: flex; align-items: center; justify-content: flex-end; margin-bottom: 20px; column-gap: 20px; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-sns { justify-content: center; } }
.footer .footer-main .footer-sns li img { height: 40px; }
.footer .footer-main .footer-sns li img._x { height: 36px; }
.footer .footer-main .copy { font-size: 1.4rem; font-weight: 500; text-align: right; }
@media screen and (max-width: 750px) { .footer .footer-main .copy { text-align: center; } }

.font-kaku { font-family: "Zen Kaku Gothic New", sans-serif; }

.font-en { font-family: "Arvo", serif; }

.font-en02 { font-family: "Albert Sans", sans-serif; }

.opacity { transition: all .6s; }
.opacity:hover { opacity: 0.7; }

.tab { display: none; }
.tab.active { display: block; }

.ico { display: inline-flex; justify-content: center; align-items: center; width: 1em; line-height: 0; }
.ico::before { width: 100% !important; }

.ico-pin::before { content: url("../img/common/ico_pin.svg"); }

.ico-calendar::before { content: url("../img/common/ico_calendar.svg"); }

.ico-search::before { content: url("../img/common/ico_search.svg"); }

.ico-search-w::before { content: url("../img/common/ico_search_w.svg"); }

.ico-arrow-red::before { content: url("../img/common/ico_arrow_red.svg"); }

.ico-arrow-w::before { content: url("../img/common/ico_arrow_w.svg"); }

.ico-arrow-w-l::before { content: url("../img/common/ico_arrow_w_l.svg"); }

.ico-home::before { content: url("../img/common/ico_home.svg"); }

.ico-link-w::before { content: url("../img/common/ico_link_w.svg"); }

.ico-link::before { content: url("../img/common/ico_link.svg"); }

.ico-pdf::before { content: url("../img/common/ico_pdf.svg"); }

.ico-word::before { content: url("../img/common/ico_word.svg"); }

.ico-excel::before { content: url("../img/common/ico_excel.svg"); }

.ico-check::before { content: url("../img/common/ico_check.svg"); }

.cmn-anchor { position: relative; }
.cmn-anchor a { position: absolute; top: -138px; }
@media screen and (max-width: 1450px) { .cmn-anchor a { top: -7rem; } }

.c-btn { display: flex; align-items: center; justify-content: center; text-decoration: none; width: 100%; padding: 20px 55px; background: #222 url("../img/common/ico_arrow_btn_w.svg") no-repeat right 15px center; background-size: 40px auto; font-size: 1.8rem; font-weight: 700; text-align: center; color: #fff; border-radius: 4em; transition: all .6s; }
@media screen and (max-width: 750px) { .c-btn { width: 95%; background-position: right 1rem center; background-size: 3rem auto; font-size: 1.6rem; } }
.c-btn:hover { opacity: 0.7; }
.c-btn._wids { max-width: 460px; }
@media screen and (max-width: 750px) { .c-btn._wids { width: 95%; max-width: 100%; } }
.c-btn._center { margin: 0 auto; }
.c-btn._external .ico { margin-left: 10px; }
.c-btn._pdf { padding-inline: 20px; border: 4px solid #B85251; background-color: #fff; background-image: none; color: #222222; }
.c-btn._pdf .ico { width: 3.2rem; margin-right: 10px; }
.c-btn._word { padding-inline: 20px; border: 4px solid #287AB5; background-color: #fff; background-image: none; color: #222222; }
.c-btn._word .ico { width: 2.5rem; margin-right: 10px; }
.c-btn._excel { padding-inline: 20px; border: 4px solid #369467; background-color: #fff; background-image: none; color: #222222; }
.c-btn._excel .ico { width: 2.52rem; margin-right: 10px; }

.c-area { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 5px; }
.c-area div { display: inline-flex; align-items: center; justify-content: center; width: 7em; padding: 5px; border-radius: 2em; line-height: 1; }
.c-area div._area1 { background-color: #FFD2D4; }
.c-area div._area2 { background-color: #FFAB9C; }
.c-area div._area3 { background-color: #FFEF84; }
.c-area div._area4 { background-color: #BAE0EE; }
.c-area div._area5 { background-color: #B5AEDC; }
.c-area div._area6 { background-color: #AADFCD; }
.c-area div._area7 { background-color: #D6E18F; }
.c-area div._area9 { background-color: #ccc; }
.c-area div .ico { width: 1.2rem; margin-right: 8px; }
.c-area div span { font-size: 1.4rem; font-weight: 600; }

.c-search { width: 100%; max-width: 1400px; margin: 0 auto; }
.c-search .search-main { padding: 60px 100px 80px; background: linear-gradient(to right, #FCC4B7, #ABA9D8); border-radius: 30px; }
@media screen and (max-width: 1600px) { .c-search .search-main { padding: 50px; } }
@media screen and (max-width: 750px) { .c-search .search-main { padding: 30px; } }
.c-search .search-main .search-heading { display: flex; align-items: center; margin-bottom: 20px; }
.c-search .search-main .search-heading .ico { width: 4rem; margin-right: 5px; }
@media screen and (max-width: 750px) { .c-search .search-main .search-heading .ico { width: 3rem; } }
.c-search .search-main .search-heading span { font-size: 3.2rem; font-weight: 700; }
@media screen and (max-width: 750px) { .c-search .search-main .search-heading span { font-size: 2.6rem; } }
.c-search .search-main .search-form { display: flex; gap: 20px 1.6666666667%; }
@media screen and (max-width: 960px) { .c-search .search-main .search-form { flex-direction: column; } }
.c-search .search-main .search-form .search-form-select { flex: 1; display: flex; gap: 20px 1.6666666667%; }
@media screen and (max-width: 960px) { .c-search .search-main .search-form .search-form-select { flex-direction: column; } }
.c-search .search-main .search-form .search-form-select-box { width: 100%; }
.c-search .search-main .search-form .search-form-select-ttl { position: relative; z-index: 999; display: flex; align-items: center; justify-content: center; padding: 20px; background: #fff url("../img/common/ico_select.svg") no-repeat right 15px center; background-size: 7px auto; font-weight: 700; text-align: center; border-radius: 12px; cursor: pointer; line-height: 1; }
.c-search .search-main .search-form .popup { z-index: 9999; display: none; position: absolute; left: 0; width: 100%; margin-top: 25px; padding-inline: 20px; }
@media screen and (max-width: 750px) { .c-search .search-main .search-form .popup { padding-inline: 4%; } }
.c-search .search-main .search-form .popup._show { display: block; }
.c-search .search-main .search-form .popup .popup-main { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; padding: 40px 40px 60px; background-color: #fff; border-radius: 24px; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
@media screen and (max-width: 750px) { .c-search .search-main .search-form .popup .popup-main { padding: 30px; } }
.c-search .search-main .search-form .popup .popup-main:has(.popup-lead) .c-subheading { margin-bottom: 5px; }
.c-search .search-main .search-form .popup .popup-main .popup-lead { margin-bottom: 10px; }
@media screen and (max-width: 750px) { .c-search .search-main .search-form .popup .popup-main .popup-lead { font-size: 1.4rem; } }
.c-search .search-main .search-form .popup .popup-close { display: block; position: absolute; top: 0; right: 0; width: 40px; margin-top: 20px; margin-right: 20px; }
.c-search .search-main .search-form .popup .popup-btns { display: flex; justify-content: center; column-gap: 20px; }
.c-search .search-main .search-form .popup .popup-btns button { display: block; width: 100%; max-width: 240px; padding: 25px 20px; text-align: center; font-weight: 700; border-radius: 4em; }
@media screen and (max-width: 750px) { .c-search .search-main .search-form .popup .popup-btns button { max-width: 100%; padding-block: 10px; } }
.c-search .search-main .search-form .popup .popup-btns button.popup-clear { background-color: #EBEBEB; }
.c-search .search-main .search-form .popup .popup-btns button.popup-ok { background-color: #222222; color: #fff; }
.c-search .search-main .search-form ._category ul { display: flex; flex-wrap: wrap; gap: 12px 0.8035714286%; margin-bottom: 60px; }
@media screen and (max-width: 750px) { .c-search .search-main .search-form ._category ul { gap: 12px 4%; } }
.c-search .search-main .search-form ._category ul li { width: 13.5714285714%; }
@media screen and (max-width: 750px) { .c-search .search-main .search-form ._category ul li { width: 48%; } }
.c-search .search-main .search-form ._category ul li label { display: inline-block; width: 100%; padding: 10px; text-align: center; cursor: pointer; color: #222222; border: 1px solid #707070; border-radius: 8px; }
.c-search .search-main .search-form ._category ul li label input[type="checkbox"] { display: none; }
.c-search .search-main .search-form ._category ul li label:has(input:checked) { background: #FFF6F3; }
.c-search .search-main .search-form ._date .date-box { display: flex; align-items: center; margin-bottom: 60px; }
@media screen and (max-width: 750px) { .c-search .search-main .search-form ._date .date-box { display: block; } }
.c-search .search-main .search-form ._date .date-box .date-item { position: relative; width: 100%; max-width: 264px; }
@media screen and (max-width: 750px) { .c-search .search-main .search-form ._date .date-box .date-item { max-width: 100%; } }
.c-search .search-main .search-form ._date .date-box .date-item .date-item-btn { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
@media screen and (max-width: 750px) { .c-search .search-main .search-form ._date .date-box .date-item .date-item-btn { max-width: 100%; } }
.c-search .search-main .search-form ._date .date-box .date-item .date-item-btn input { flex: 1; padding: 8px 25px; background-color: #fff; border: 1px solid #707070; border-radius: 8px; }
.c-search .search-main .search-form ._date .date-box .date-item .date-item-btn button { width: 100%; max-width: 32px; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar { display: none; z-index: 99; position: absolute; right: 0; width: 100%; border: 1px solid #6E6E6E; background-color: #fff; overflow: hidden; border-radius: 1em; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-top { display: flex; align-items: center; padding: 10px 30px; background-color: #F2F2F2; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-top p { flex: 1; text-align: center; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-top p span { display: inline-block; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-top p span._m { width: 1.5em; text-align: right; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-top .calendar-btn { width: 20px; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main { padding: 10px; line-height: 1; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main ._sun { color: #CF3E3E; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main ._sat { color: #1973C1; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main .calendar-main-head { display: flex; font-weight: 500; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main .calendar-main-head div { flex: 1; padding-block: 10px; text-align: center; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main .calendar-main-body { display: flex; flex-wrap: wrap; gap: 2px; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main .calendar-main-body div { width: calc((100% - 12px) / 7); padding-block: 10px; background-color: #F2F2F2; text-align: center; cursor: pointer; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main .calendar-main-body div._space { background-color: #fff; cursor: default; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main .calendar-main-body div._sun { background-color: #FFF2F4; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main .calendar-main-body div._sat { background-color: #F1FAFF; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main table { table-layout: fixed; width: 100%; line-height: 1; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main table th, .c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main table td { padding: 10px 5px; border: 2px solid #fff; text-align: center; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main table th._sun, .c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main table td._sun { color: #CF3E3E; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main table th._sat, .c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main table td._sat { color: #1973C1; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main table th { font-weight: 500; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main table td { background-color: #F2F2F2; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main table td._space { background-color: #fff; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main table td._sun { background-color: #FFF2F4; }
.c-search .search-main .search-form ._date .date-box .date-item .period-calendar .calendar-main table td._sat { background-color: #F1FAFF; }
.c-search .search-main .search-form ._date .date-box .date-item._show .period-calendar { display: block; }
.c-search .search-main .search-form ._date .date-box ._from { margin: 0 1em; }
@media screen and (max-width: 750px) { .c-search .search-main .search-form ._date .date-box ._from { display: block; width: 100%; margin: 0.5em 0; text-align: center; } }
.c-search .search-main .search-form ._spot .spot-main { display: flex; justify-content: space-between; flex-direction: row-reverse; gap: 20px 4.4642857143%; margin-bottom: 25px; }
@media screen and (max-width: 750px) { .c-search .search-main .search-form ._spot .spot-main { flex-direction: column; } }
.c-search .search-main .search-form ._spot .spot-main input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; width: 16px; height: 16px; margin: auto 8px auto 0; padding: 0; outline: none; line-height: 1; vertical-align: middle; border: 1px solid #707070; border-radius: 2px; background: #fff; }
.c-search .search-main .search-form ._spot .spot-main input[type="checkbox"]:checked { background: #DA3925; }
.c-search .search-main .search-form ._spot .spot-main input[type="checkbox"]:checked::after { content: ""; position: absolute; top: 50%; left: 0; -moz-box-sizing: border-box; box-sizing: border-box; display: block; width: 10px; height: 7px; margin: -5px 0 0 2px; border-left: 3px solid #fff; border-bottom: 3px solid #fff; transform: rotate(-45deg); }
.c-search .search-main .search-form ._spot .spot-main .spot-map { width: 53.5714285714%; }
@media screen and (max-width: 750px) { .c-search .search-main .search-form ._spot .spot-main .spot-map { width: 100%; } }
.c-search .search-main .search-form ._spot .spot-main .spot-box { flex: 1; }
.c-search .search-main .search-form ._spot .spot-main .spot-box dl { margin-bottom: 12px; }
.c-search .search-main .search-form ._spot .spot-main .spot-box dl:last-child { margin-bottom: 0; }
.c-search .search-main .search-form ._spot .spot-main .spot-box dl dt { padding: 15px; border: 1px solid #707070; background: #fff; border-radius: 8px; cursor: pointer; }
.c-search .search-main .search-form ._spot .spot-main .spot-box dl dt input { pointer-events: none; }
.c-search .search-main .search-form ._spot .spot-main .spot-box dl dd { display: none; padding: 15px; gap: 12px; }
.c-search .search-main .search-form ._spot .spot-main .spot-box dl dd ul { display: flex; flex-wrap: wrap; }
.c-search .search-main .search-form ._spot .spot-main .spot-box dl dd ul li { width: calc(100% / 3); }
.c-search .search-main .search-form ._spot .spot-main .spot-box dl:has(dd) dt { position: relative; }
.c-search .search-main .search-form ._spot .spot-main .spot-box dl:has(dd) dt::after { content: ''; position: absolute; top: 50%; right: 15px; width: 14px; aspect-ratio: 266 / 150; margin-top: -4px; background: url("../img/common/ico_select.svg") no-repeat; background-size: contain; }
.c-search .search-main .search-form ._spot .spot-main .spot-box dl:has(dd) dt.active::after { transform: scale(1, -1); }
.c-search .search-main .search-form ._keyword input { width: 100%; margin-bottom: 50px; padding: 8px 25px; background-color: #fff; border: 1px solid #707070; border-radius: 8px; }
.c-search .search-main .search-btn { display: flex; align-items: center; justify-content: center; width: 100%; max-width: 240px; padding: 15px 10px; background-color: #222222; border-radius: 24px; }
@media screen and (max-width: 960px) { .c-search .search-main .search-btn { margin: 0 auto; } }
.c-search .search-main .search-btn .ico { width: 3rem; margin-right: 5px; }
@media screen and (max-width: 750px) { .c-search .search-main .search-btn .ico { width: 2rem; } }
.c-search .search-main .search-btn ._label { font-size: 1.8rem; color: #fff; font-weight: 700; line-height: 1; }
@media screen and (max-width: 750px) { .c-search .search-main .search-btn ._label { font-size: 1.6rem; } }
.c-search .search-select { display: none; margin-top: 40px; padding: 40px 100px 55px; background-color: #FFF6F3; }
@media screen and (max-width: 1600px) { .c-search .search-select { padding: 50px; } }
@media screen and (max-width: 750px) { .c-search .search-select { padding: 30px; } }
.c-search .search-select:has(.search-select-item) { display: block; }
.c-search .search-select .search-select-heading { display: flex; align-items: center; margin-bottom: 20px; padding-bottom: 25px; border-bottom: 1px solid #CFCFCC; }
.c-search .search-select .search-select-heading .ico { width: 2.8rem; margin-right: 10px; }
@media screen and (max-width: 750px) { .c-search .search-select .search-select-heading .ico { font-size: 2.2rem; } }
.c-search .search-select .search-select-heading span { flex: 1; font-size: 2.6rem; font-weight: 700; }
.c-search .search-select .search-select-con { display: grid; row-gap: 20px; margin-bottom: 40px; }
.c-search .search-select .search-select-con dl { display: none; align-items: flex-start; }
.c-search .search-select .search-select-con dl:has(.search-select-item) { display: flex; }
@media screen and (max-width: 750px) { .c-search .search-select .search-select-con dl:has(.search-select-item) { display: block; } }
.c-search .search-select .search-select-con dl dt { width: 10em; font-weight: 600; }
@media screen and (max-width: 750px) { .c-search .search-select .search-select-con dl dt { width: 100%; margin-bottom: 20px; } }
.c-search .search-select .search-select-con dl dd { flex: 1; display: flex; flex-wrap: wrap; gap: 8px; }
.c-search .search-select .search-select-con dl dd .search-select-item { padding: 5px 1em; border: 1px solid #DA3925; background-color: #fff; font-size: 1.4rem; color: #DA3925; text-align: center; line-height: 1; border-radius: 2em; }
.c-search .search-select .search-select-con dl dd .search-select-item button { color: #DA3925; }
.c-search .search-select .search-select-btn { display: block; width: 100%; max-width: 280px; margin: 0 auto; padding: 25px 20px; background-color: #fff; border: 1px solid #CFCFCC; background-size: 13px auto; text-align: center; font-weight: 700; border-radius: 4em; }
@media screen and (max-width: 750px) { .c-search .search-select .search-select-btn { max-width: 100%; } }

.c-eventlist { display: flex; flex-wrap: wrap; gap: 60px 2.9411764706%; }
@media screen and (max-width: 750px) { .c-eventlist { justify-content: space-between; gap: 3rem 0; } }
.c-eventlist li { width: 31.3725490196%; }
@media screen and (max-width: 750px) { .c-eventlist li { width: 48%; } }
.c-eventlist li a { display: block; text-decoration: none; }
.c-eventlist li figure { border-radius: 20px; overflow: hidden; }
.c-eventlist li figure img { aspect-ratio: 48 / 32; object-fit: contain; }
.c-eventlist li .event-list-top { display: grid; grid-template-columns: 85px 1fr; gap: 5px 20px; align-items: flex-start; margin: 25px 0 15px; }
@media screen and (max-width: 750px) { .c-eventlist li .event-list-top { grid-template-columns: 5rem 1fr; column-gap: 5px; } }
.c-eventlist li .event-list-top .event-list-situation { grid-column: 1 / 2; grid-row: 1 / 3; display: flex; align-items: center; justify-content: center; width: 100%; aspect-ratio: 86 / 71; padding: 0 5px; background: url("../img/home/event_bg005.png") no-repeat left top; background-size: contain; color: #fff; font-weight: 700; text-align: center; }
@media screen and (max-width: 750px) { .c-eventlist li .event-list-top .event-list-situation { grid-row: 1 / 2; font-size: 1.2rem; } }
.c-eventlist li .event-list-top .event-list-situation._act { background-image: url("../img/home/event_bg004.png"); }
.c-eventlist li .event-list-top .c-area { grid-column: 2 / 3; grid-row: 1 / 2; }
@media screen and (max-width: 750px) { .c-eventlist li .event-list-top .c-area div { width: 5.5em; }
  .c-eventlist li .event-list-top .c-area div span { font-size: 1.2rem; } }
.c-eventlist li .event-list-top .event-list-calendar { grid-column: 2 / 3; grid-row: 2 / 3; display: flex; align-items: flex-start; justify-content: flex-end; }
@media screen and (max-width: 750px) { .c-eventlist li .event-list-top .event-list-calendar { grid-column: 1 / 3; } }
.c-eventlist li .event-list-top .event-list-calendar .ico { width: 2.4rem; margin-right: 8px; }
.c-eventlist li .event-list-top .event-list-calendar div { display: grid; font-weight: 700; }
@media screen and (max-width: 750px) { .c-eventlist li .event-list-top .event-list-calendar div { font-size: 1.4rem; } }
.c-eventlist li dl dt { font-size: 1.8rem; font-weight: 700; }
.c-eventlist li dl dd { display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; margin-top: 25px; }
.c-eventlist li .event-list-tag { display: flex; flex-wrap: wrap; gap: 20px 6rem; margin-top: 30px; padding-top: 10px; border-top: 1px solid #CFCFCC; }
.c-eventlist li .event-list-tag p { position: relative; font-weight: 700; }
.c-eventlist li .event-list-tag p::after { content: ''; position: absolute; top: 50%; right: 0; width: 1px; height: 1em; margin-top: -0.5em; margin-right: -2em; background-color: #222222; }
.c-eventlist li .event-list-tag p:last-child:after { display: none; }

.c-newslist li { border-bottom: 1px solid #CFCFCC; }
.c-newslist li:last-child { border-bottom: none; }
.c-newslist li a, .c-newslist li ._nolink { display: flex; align-items: center; padding-block: 30px; }
@media screen and (max-width: 960px) { .c-newslist li a, .c-newslist li ._nolink { display: block; } }
.c-newslist li a { text-decoration: none; }
.c-newslist li a:hover .news-txt { text-decoration: underline; }
.c-newslist li .news-txt { flex: 1; }

.news-tool { display: flex; align-items: center; width: 20em; padding-right: 1em; }
@media screen and (max-width: 960px) { .news-tool { width: 100%; margin-bottom: 20px; padding-right: 0; } }
.news-tool .news-date { width: 10em; font-weight: 700; }
.news-tool .news-cate { width: 10em; padding: 5px; font-size: 1.4rem; font-weight: 500; text-align: center; border-radius: 2em; }
.news-tool .news-cate._cate1 { background-color: #FFAB9C; }
.news-tool .news-cate._cate2 { background-color: #BAE0EE; }
.news-tool .news-cate._cate3 { background-color: #97C95F; }

.pager { display: flex; align-items: center; justify-content: center; column-gap: 24px; margin-top: 60px; }
@media screen and (max-width: 750px) { .pager { column-gap: 6px; } }
.pager a { display: flex; justify-content: center; align-items: center; height: 5rem; border: 1px solid #CFCFCC; background-color: #fff; line-height: 1; text-align: center; text-decoration: none; }
@media screen and (max-width: 750px) { .pager a { height: 3rem; font-size: 1.2rem; } }
.pager a:hover, .pager a.active { background-color: #DA3925; color: #fff; }
.pager .pager-btn { width: 8rem; }
.pager .pager-btn a { border-radius: 2em; }
.pager .pager-btn a._disabled { pointer-events: none; opacity: 0.5; }
.pager ol { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 12px; }
@media screen and (max-width: 750px) { .pager ol { column-gap: 6px; } }
.pager ol li { min-width: 5rem; }
@media screen and (max-width: 750px) { .pager ol li { min-width: 3rem; } }
.pager ol li a { border-radius: 50%; }

.c-detailttl { margin-bottom: 60px; padding-bottom: 20px; border-bottom: 1px solid #CFCFCC; font-size: 4.2rem; font-weight: 700; }
@media screen and (max-width: 750px) { .c-detailttl { font-size: 2.8rem; } }

.c-heading { position: relative; margin-bottom: 40px; padding: 5px 0 5px 30px; font-size: 3.6rem; font-weight: 700; }
@media screen and (max-width: 750px) { .c-heading { font-size: 2.6rem; } }
.c-heading::before { content: ''; position: absolute; top: -10px; left: -10px; width: 82px; aspect-ratio: 62 / 64; background: url("../img/common/bg_heading.svg") no-repeat; background-size: contain; }
@media screen and (max-width: 750px) { .c-heading::before { top: -1rem; left: -1rem; width: 7rem; } }
.c-heading span { position: relative; z-index: 1; }

.c-subheading { margin-bottom: 20px; padding-left: 30px; background: url("../img/common/ico_subheading.svg") no-repeat left center; background-size: 24px auto; font-size: 2.6rem; font-weight: 700; }
@media screen and (max-width: 750px) { .c-subheading { background-size: 20px auto; font-size: 2.4rem; } }

.c-leadheading { margin-bottom: 20px; font-size: 2.4rem; font-weight: 700; color: #503A93; }
@media screen and (max-width: 750px) { .c-leadheading { font-size: 2.2rem; background-size: contain; } }

.c-sec { margin-bottom: 30px; }
.c-sec._mb0 { margin-bottom: 0; }
.c-sec._mb1 { margin-bottom: 10px; }
.c-sec._mb3 { margin-bottom: 50px; }
.c-sec .c-heading { margin-bottom: 0; }
.c-sec .c-subheading { margin-bottom: 0; }
.c-sec .c-leadheading { margin-bottom: 0; }

.c-txt { line-height: 2; }

.c-caption { margin-top: 10px; text-align: center; }

.c-imground { border-radius: 24px; }

.c-txtfig { display: flex; justify-content: space-between; gap: 60px 5%; }
@media screen and (max-width: 750px) { .c-txtfig { flex-direction: column; } }
.c-txtfig._reverse { flex-direction: row-reverse; }
@media screen and (max-width: 750px) { .c-txtfig._reverse { flex-direction: column; } }
.c-txtfig .txtfig-fig { width: 50%; }
@media screen and (max-width: 750px) { .c-txtfig .txtfig-fig { width: 100%; } }
.c-txtfig .txtfig-txt { flex: 1; }

.c-fig { display: flex; }
.c-fig._fig01 { max-width: 800px; margin-inline: auto; }
.c-fig._fig02 { justify-content: space-between; gap: 40px 3.3333333333%; }
.c-fig._fig02 li { width: 48.3333333333%; }
.c-fig._fig03 { justify-content: space-between; gap: 30px 2.5%; }
.c-fig._fig03 li { width: 31.6666666667%; }

.c-txtlink { display: inline-block; padding-left: 40px; background: url("../img/common/ico_arrow_red.svg") no-repeat left 7px center; background-size: 13px auto; }
.c-txtlink._pdf { background: url("../img/common/ico_pdf.svg") no-repeat left center; background-size: 24px auto; }
@media screen and (max-width: 750px) { .c-txtlink._pdf { background-size: 2rem auto; } }
.c-txtlink._word { background: url("../img/common/ico_word.svg") no-repeat left center; background-size: 19px auto; }
.c-txtlink._excel { background: url("../img/common/ico_excel.svg") no-repeat left center; background-size: 19px auto; }
.c-txtlink .ico { margin-left: 10px; }

.c-movie { position: relative; width: 100%; max-width: 845px; margin-inline: auto; aspect-ratio: 854 / 480; }
.c-movie iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.c-table { width: 100%; }
@media screen and (max-width: 960px) { .c-table { margin-bottom: 60px; } }
.c-table tr { border-bottom: 1px solid #888; }
.c-table tr:first-child { border-top: 1px solid #888; }
.c-table tr:first-child th { border-top: 1px solid #503A93; }
.c-table tr th { width: 20em; padding: 30px 20px 30px 40px; border-bottom: 1px solid #503A93; }
@media screen and (max-width: 960px) { .c-table tr th { display: block; width: 100%; padding-inline: 0; border-bottom: none; padding-bottom: 0; } }
.c-table tr th p { padding-left: 1.5em; text-indent: -1.5em; font-weight: 700; text-align: left; }
.c-table tr th p::before { content: '●'; margin-right: 0.5em; color: #503A93; }
.c-table tr td { padding: 30px 20px; }
@media screen and (max-width: 960px) { .c-table tr td { display: block; padding-inline: 0; } }
.c-table tr td ul li { padding-left: 1em; text-indent: -1em; }

.c-ul-dot > li { padding-left: 1em; text-indent: -1em; }
.c-ul-dot > li::before { content: '・'; }

.c-ul-disc > li { padding-left: 1.5em; text-indent: -1.5em; }
.c-ul-disc > li::before { content: '●'; margin-right: 0.5em; color: #503A93; }

.clearfix { zoom: 1; }
.clearfix::before { content: ""; display: table; }
.clearfix::after { content: ""; display: table; clear: both; }

.w100 { width: 100%; }

.tac { text-align: center !important; }

.mab0 { margin-bottom: 0 !important; }

.mab20 { margin-bottom: 20px !important; }

.mab30 { margin-bottom: 30px !important; }

.mab40 { margin-bottom: 40px !important; }

.mab60 { margin-bottom: 60px !important; }

.wb-ba { word-break: break-all; }

.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); } }
@media print { .js-anime-fadein, .js-anime-slide, .js-anime-slideleft, .js-anime-slideright { opacity: initial; } }

/*# sourceMappingURL=style.css.map */
