@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 { 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-tab { display: none; }
@media screen and (max-width: 980px) { .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: 20px; right: 15px; z-index: 999; opacity: 0; transition: all .5s; transform: translateY(100px); width: 50px; }
.pagetop.is-show { opacity: 1; transform: translateY(0); }

.main { padding: 60px 0 100px; }
@media screen and (max-width: 750px) { .main { padding-bottom: 60px; } }

.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: 1840px; }

/* ------------------------------ ヘッダー
------------------------------ */
.header { z-index: 999; position: sticky; top: 0; left: 0; display: flex; align-items: center; width: 100%; height: 100px; padding: 5px 25px 5px 20px; background-color: #fff; }
@media screen and (max-width: 1200px) { .header { padding-right: 20px; } }
@media screen and (max-width: 750px) { .header { height: 7rem; padding-inline: 3.3333333333%; border-bottom: 1px solid #e7eff3; } }
.header .header-logo { width: 100%; max-width: 418px; margin-right: 10px; }
@media screen and (max-width: 1200px) { .header .header-logo { width: 45.6088560886%; } }
@media screen and (max-width: 750px) { .header .header-logo { width: 100%; max-width: 20rem; } }
.header .header-con { display: flex; align-items: center; justify-content: flex-end; width: 100%; }
@media screen and (max-width: 1100px) { .header .header-con { display: none; } }
.header .header-con .gnav { display: flex; align-items: center; justify-content: flex-end; column-gap: 30px; margin-right: 40px; }
@media screen and (max-width: 1300px) { .header .header-con .gnav { column-gap: 20px; margin-right: 20px; } }
.header .header-con .gnav li a { position: relative; display: block; padding-block: 10px; color: #005eac; font-weight: 700; text-decoration: none; overflow: hidden; }
.header .header-con .gnav li a div { position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #005eac; }
.header .header-con .header-box { display: flex; align-items: center; justify-content: center; width: 100%; max-width: 254px; padding: 10px; background: linear-gradient(to right, #1d75f7, #2fc9ff); border-radius: 4em; }
@media screen and (max-width: 1200px) { .header .header-con .header-box { max-width: 220px; } }
.header .header-con .header-box button { display: block; width: 64px; }
@media screen and (max-width: 1200px) { .header .header-con .header-box button { width: 54px; } }
.header .header-con .header-box button img { width: 24px; margin: 0 auto; }
.header .header-con .header-box .header-contact { flex: 1; border-left: 1px solid #fff; }
.header .header-con .header-box .header-contact a { display: flex; align-items: center; text-decoration: none; padding: 15px 0 15px 30px; color: #fff; font-weight: 700; }
@media screen and (max-width: 1200px) { .header .header-con .header-box .header-contact a { padding-left: 20px; } }
.header .header-con .header-box .header-contact a .ico { width: 2rem; margin-right: 10px; }
.header .header-con .header-box .header-contact a span { font-size: 1.4rem; }
.header .header-sp { display: none; }
@media screen and (max-width: 1100px) { .header .header-sp { flex: 1; display: flex; justify-content: flex-end; column-gap: 1rem; } }
.header .header-sp .header-search { width: 85px; }
@media screen and (max-width: 750px) { .header .header-sp .header-search { width: 4rem; } }
.header .header-sp .header-search img { width: 50px; }
@media screen and (max-width: 750px) { .header .header-sp .header-search img { width: 3.2rem; } }
.header .header-sp .header-menu { display: flex; align-items: center; justify-content: center; width: 92px; cursor: pointer; }
@media screen and (max-width: 750px) { .header .header-sp .header-menu { width: 5rem; } }
.header .header-sp .header-menu p { position: relative; display: block; width: 100%; aspect-ratio: 92 / 26; margin-bottom: 1rem; }
@media screen and (max-width: 750px) { .header .header-sp .header-menu p { aspect-ratio: 92 / 30; margin-bottom: 0.5rem; } }
.header .header-sp .header-menu span { position: absolute; right: 0; display: block; width: 100%; height: 3px; background-color: #005eac; 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: 70%; bottom: 0; }
.header .header-sp .header-menu .header-menu-txt { text-align: right; line-height: 1; }
.header .header-sp .header-menu .header-menu-txt:before { content: 'MENU'; font-size: 2rem; font-weight: 500; color: #005eac; }
@media screen and (max-width: 750px) { .header .header-sp .header-menu .header-menu-txt:before { font-size: 1.2266666667rem; } }

/* ------------------------------ SPメニュー
------------------------------ */
.nav-menu { z-index: 9999; display: none; position: fixed; top: 100px; left: 0; width: 100%; height: calc(100% - 100px); background: #f9f9fb; }
@media screen and (max-width: 750px) { .nav-menu { top: 7rem; height: calc(100% - 7rem); } }
.nav-menu .nav-menu-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding-bottom: 100px; overflow-y: auto; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-content { padding-bottom: 13.3333333333%; } }
.nav-menu a { display: block; text-decoration: none; }
.nav-menu .nav-menu-content-inner { padding: 0 30px; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-content-inner { padding: 0 4%; } }
.nav-menu .nav-menu-content-inner .nav-menu-list { margin-bottom: 70px; background-color: #0097e3; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-content-inner .nav-menu-list { margin-bottom: 10.1449275362%; } }
.nav-menu .nav-menu-content-inner .nav-menu-list li { border-bottom: 1px solid #f9f9fb; }
.nav-menu .nav-menu-content-inner .nav-menu-list li a { display: block; text-decoration: none; padding: 50px; background: url("../img/common/ico_arrow_btn_w.svg") no-repeat right 30px center; background-size: 40px auto; font-size: 2.0rem; font-weight: 700; color: #fff; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-content-inner .nav-menu-list li a { padding: 7.2463768116%; background-position: right 4.347826087% center; background-size: 5.7971014493% auto; font-size: 1.8133333333rem; } }
.nav-menu .nav-menu-content-inner .nav-menu-link { width: 100%; max-width: 444px; margin: 0 auto; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-content-inner .nav-menu-link { width: 64.347826087%; max-width: 100%; } }
.nav-menu .nav-menu-content-inner .nav-menu-link a { display: block; text-decoration: none; padding: 30px; background: #fff url("../img/common/ico_arrow_btn.svg") no-repeat right 15px center; background-size: 57px auto; border: 1px solid #004dab; font-size: 2.2rem; color: #004dab; border-radius: 4em; }
@media screen and (max-width: 750px) { .nav-menu .nav-menu-content-inner .nav-menu-link a { padding: 6.7567567568%; background-position: right 4.5045045045% center; background-size: 12.8378378378% auto; font-size: 1.1733333333rem; } }

.js-menuopen { overflow: hidden; }
.js-menuopen .header-menu { width: 65px; }
.js-menuopen .header-menu span:nth-child(1) { transform: translateY(11px) rotate(-25deg); }
@media screen and (max-width: 750px) { .js-menuopen .header-menu span:nth-child(1) { transform: translateY(0.5rem) rotate(-25deg); } }
.js-menuopen .header-menu span:nth-child(2) { width: 100% !important; transform: translateY(-11px) rotate(25deg); }
@media screen and (max-width: 750px) { .js-menuopen .header-menu span:nth-child(2) { transform: translateY(-0.5rem) rotate(25deg); } }
.js-menuopen .header-menu .header-menu-txt { text-align: center !important; }
.js-menuopen .header-menu .header-menu-txt:before { content: 'CLOSE' !important; }
.js-menuopen .nav-menu { display: block; }

/* ------------------------------ ページタイトル
------------------------------ */
.pagettl-sec { position: relative; }
.pagettl-sec._txtbl .pagettl-h { color: #005eac; }
.pagettl-sec._txtbl .pagettl-h span { border-bottom-color: #005eac; }
.pagettl-sec .pagettl-h { position: absolute; top: 0; left: 0; display: flex; align-items: center; width: 100%; height: 100%; padding: 20px 100px; font-size: 4.0rem; font-weight: 700; color: #fff; line-height: 1.2; }
@media screen and (max-width: 980px) { .pagettl-sec .pagettl-h { padding-inline: 20px; } }
@media screen and (max-width: 750px) { .pagettl-sec .pagettl-h { padding: 10px 4%; font-size: 2.4rem; } }
.pagettl-sec .pagettl-h span { padding-bottom: 10px; border-bottom: 2px solid #fff; }
.pagettl-sec .pagettl-h span span { padding-bottom: 0; border-bottom: none; font-weight: 400; }
.pagettl-sec .pagettl-h ._report { width: 100%; max-width: 171px; }
@media screen and (max-width: 750px) { .pagettl-sec .pagettl-h ._report { max-width: 100px; } }

.subpagettl-sec { padding-block: 40px; background: #1D75F7; background: linear-gradient(90deg, #1d75f7 0%, #2fc9ff 100%); }
.subpagettl-sec .subpagettl-h { color: #fff; font-size: 3.2rem; }
@media screen and (max-width: 750px) { .subpagettl-sec .subpagettl-h { font-size: 2.4rem; } }

/* ------------------------------ ぱんくず
------------------------------ */
.topicpath { padding: 20px; background-color: #e0eef7; }
@media screen and (max-width: 750px) { .topicpath { padding: 10px 4%; } }
.topicpath ol { display: flex; flex-wrap: wrap; }
.topicpath ol li { font-size: 1.3rem; color: #8f8f8f; font-weight: 500; }
@media screen and (max-width: 750px) { .topicpath ol li { font-size: 1.2rem; } }
.topicpath ol li::after { content: '｜'; margin: 0 0.5em; color: #005eac; }
.topicpath ol li:last-child::after { display: none; }
.topicpath ol li a { text-decoration: none; color: #005eac; }
.topicpath ol li a:hover { text-decoration: underline; }

/* ------------------------------ お問い合わせ
------------------------------ */
.contact-sec { padding: 85px 0 70px; background: url("../img/common/bg_contact.png") no-repeat left top; background-size: cover; }
@media screen and (max-width: 750px) { .contact-sec { padding-block: 60px; background-position: center top; } }
.contact-sec .contact-main { display: flex; justify-content: space-between; gap: 40px 8%; width: 100%; max-width: 1000px; margin: 0 auto; }
@media screen and (max-width: 750px) { .contact-sec .contact-main { flex-direction: column; } }
.contact-sec .contact-box { width: 46%; padding: 30px; background-color: #fff; }
@media screen and (max-width: 750px) { .contact-sec .contact-box { width: 100%; } }
.contact-sec .contact-box .contact-heading { font-size: 1.8rem; font-weight: 700; text-align: center; }
.contact-sec .contact-box .contact-txt { font-size: 1.3rem; text-align: center; }
.contact-sec .contact-box._phone .contact-heading { margin-bottom: 30px; }
.contact-sec .contact-box._phone .contact-lead { margin-bottom: 20px; }
.contact-sec .contact-box._phone .contact-lead a { display: flex; align-items: center; justify-content: center; text-decoration: none; }
.contact-sec .contact-box._phone .contact-lead a .ico { width: 5rem; margin-right: 20px; }
.contact-sec .contact-box._phone .contact-lead a span { font-size: 3.2rem; color: #004dab; font-weight: 700; }
.contact-sec .contact-box._web .contact-heading { margin-bottom: 40px; }
.contact-sec .contact-box._web .contact-link { width: 100%; max-width: 296px; margin: 0 auto; }
.contact-sec .contact-box._web .contact-link a { display: flex; align-items: center; text-decoration: none; padding: 20px 30px 20px 40px; background: #fff url("../img/common/ico_arrow_btn.svg") no-repeat right 15px center; background-size: 29px auto; border: 1px solid #004dab; font-size: 1.4rem; color: #004dab; border-radius: 4em; }
@media screen and (max-width: 750px) { .contact-sec .contact-box._web .contact-link a { font-size: 1.2rem; } }
.contact-sec .contact-box._web .contact-link a .ico { width: 1.5rem; margin-right: 10px; }

/* ------------------------------ フッター
------------------------------ */
.footer .footer-in { width: 100%; max-width: 1240px; margin: 0 auto; padding-inline: 20px; }
@media screen and (max-width: 750px) { .footer .footer-in { padding-inline: 4%; } }
.footer .footer-nav { padding-block: 40px; background-color: #004dab; }
@media screen and (max-width: 750px) { .footer .footer-nav { display: none !important; } }
.footer .footer-nav ul { display: flex; align-items: center; justify-content: center; }
.footer .footer-nav ul li { border-right: 1px solid #fff; }
.footer .footer-nav ul li:last-child { border-right: none; }
.footer .footer-nav ul li a { text-decoration: none; display: block; padding-inline: 20px; font-size: 1.4rem; color: #fff; }
@media screen and (max-width: 980px) { .footer .footer-nav ul li a { padding-inline: 15px; } }
.footer .footer-nav ul li a:hover { text-decoration: underline; }
.footer .footer-main { position: relative; padding: 50px 0 25px; }
@media screen and (max-width: 750px) { .footer .footer-main { padding: 40px 0; } }
.footer .footer-main .footer-logo { width: 100%; max-width: 312px; margin: 0 auto 60px; }
@media screen and (max-width: 980px) { .footer .footer-main .footer-logo { margin-bottom: 30px; } }
.footer .footer-main .footer-link { position: absolute; top: 0; right: 0; width: 100%; max-width: 290px; margin-top: 85px; margin-right: 100px; }
@media screen and (max-width: 1200px) { .footer .footer-main .footer-link { position: static; margin: 0 20px 30px auto; } }
@media screen and (max-width: 750px) { .footer .footer-main .footer-link { margin-right: auto; } }
.footer .footer-main .footer-link a { display: block; text-decoration: none; padding: 20px 30px; background: #fff url("../img/common/ico_arrow_btn.svg") no-repeat right 15px center; background-size: 29px auto; border: 1px solid #004dab; font-size: 1.4rem; color: #004dab; border-radius: 4em; }
@media screen and (max-width: 750px) { .footer .footer-main .footer-link a { font-size: 1.2rem; } }
@media screen and (max-width: 750px) { .footer .footer-main .footer-in._border { padding-top: 30px; border-top: 4px solid #e8f0f4; } }
.footer .footer-main .footer-policy { position: absolute; bottom: 0; left: 0; margin-bottom: 20px; margin-left: 50px; font-size: 1.2rem; }
@media screen and (max-width: 1200px) { .footer .footer-main .footer-policy { position: static; margin-left: 20px; margin-bottom: 30px; } }
@media screen and (max-width: 750px) { .footer .footer-main .footer-policy { margin-left: 0; } }
.footer .footer-main .footer-policy a { text-decoration: none; font-size: 1.2rem; }
.footer .footer-main .footer-policy a:hover { text-decoration: underline; }
.footer .footer-main .footer-policy a .ico { margin-left: 10px; }
.footer .footer-main .copy { font-size: 1.4rem; text-align: center; }
@media screen and (max-width: 750px) { .footer .footer-main .copy { font-size: 1.2rem; } }

/* ------------------------------ 検索窓
------------------------------ */
.js-modalsearchopen { overflow: hidden; }

.modalsearch-sec { display: none; position: fixed; top: 0; left: 0; z-index: 99999; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); }
.modalsearch-sec .modal-in { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow-y: auto; }
.modalsearch-sec .modal-con { position: relative; width: 100%; padding: 45px 20px; background-color: #f9f9fb; }
@media screen and (max-width: 750px) { .modalsearch-sec .modal-con { padding: 40pxpx 6.6666666667%; } }
.modalsearch-sec .modal-close { z-index: 99; position: absolute; top: 50%; right: 0; margin-top: -17px; margin-right: 60px; cursor: pointer; }
@media screen and (max-width: 980px) { .modalsearch-sec .modal-close { margin-right: 20px; } }
@media screen and (max-width: 750px) { .modalsearch-sec .modal-close { position: static; display: flex; align-items: center; justify-content: center; margin: 6.6666666667% auto 0; text-align: center; } }
.modalsearch-sec .modal-close span { display: none; }
@media screen and (max-width: 750px) { .modalsearch-sec .modal-close span { display: block; font-size: 1.4933333333rem; color: #005eac; font-weight: 500; } }
.modalsearch-sec .modal-close .ico { width: 34px; }
@media screen and (max-width: 750px) { .modalsearch-sec .modal-close .ico { width: 1em; margin-left: 0.5em; } }
.modalsearch-sec .modal-main { width: 100%; max-width: 745px; margin: 0 auto; }
@media screen and (max-width: 980px) { .modalsearch-sec .modal-main { max-width: 585px; } }
.modalsearch-sec .modal-search { display: flex; justify-content: space-between; }
.modalsearch-sec .modal-search input { flex: 1; width: 100%; padding: 10px 20px; background: #fff; border: 1px solid #b5cdd3; font-size: 2.0rem; border-radius: 10px; }
@media screen and (max-width: 750px) { .modalsearch-sec .modal-search input { font-size: 1.4933333333rem; } }
.modalsearch-sec .modal-search button { display: block; width: 120px; margin-left: 25px; background: linear-gradient(to right, #1d75f7, #2fc9ff); font-size: 2.4rem; font-weight: 500; color: #fff; text-align: center; border-radius: 4em; line-height: 1; }
@media screen and (max-width: 750px) { .modalsearch-sec .modal-search button { width: 100px; margin-left: 15px; font-size: 1.8133333333rem; } }

.gsc-control-cse { padding: 0 !important; border: none !important; background: transparent !important; }

.gssb_c { z-index: 99999 !important; }

.gsc-selected-option { white-space: nowrap; }

.font-en { font-family: "Poppins", sans-serif; }

.opacity { transition: all .6s; }
.opacity:hover { opacity: 0.6; }

.ico { display: inline-flex; justify-content: center; align-items: center; width: 1em; line-height: 0; }
.ico::before { width: 100% !important; }

.ico-link::before { content: url("../img/common/ico_link.svg"); }

.ico-mail::before { content: url("../img/common/ico_mail.svg"); }

.ico-mail-w::before { content: url("../img/common/ico_mail_w.svg"); }

.ico-phone::before { content: url("../img/common/ico_phone.svg"); }

.ico-close::before { content: url("../img/common/ico_close.svg"); }

.ico-pdf::before { content: url("../img/common/ico_pdf.svg"); }

.ico-arrow-btn::before { content: url("../img/common/ico_arrow_btn.svg"); }

.ico-arrow-btn-bl::before { content: url("../img/common/ico_arrow_btn_bl.svg"); }

.ico-arrow-b::before { content: url("../img/common/ico_arrow_b.svg"); }

.c-btn { display: block; text-decoration: none; width: 100%; max-width: 296px; padding: 20px; border: 1px solid #b5cdd3; background: #fff url("../img/common/ico_arrow_btn.svg") no-repeat right 10px center; background-size: 38px auto; font-size: 1.4rem; font-weight: 700; color: #005eac; text-align: center; border-radius: 4em; }
@media screen and (max-width: 750px) { .c-btn { font-size: 1.4933333333rem; } }

.pager { display: flex; justify-content: center; column-gap: 2rem; margin-top: 50px; }
.pager p { display: flex; justify-content: center; align-items: center; width: 2rem; line-height: 1; }
.pager p._disabled { pointer-events: none; opacity: 0.3; }
.pager p img { width: 8px; }
.pager ol { display: flex; align-items: center; justify-content: center; column-gap: 10px; }
.pager ol li { min-width: 44px; height: 44px; }
.pager ol li a { display: flex; align-items: center; justify-content: center; text-decoration: none; width: 100%; height: 100%; background-color: #e0e6f2; text-align: center; line-height: 1; }
.pager ol li a:hover, .pager ol li a.active { background-color: #005eac; color: #fff; }

.cmn-anchor { position: relative; }
.cmn-anchor a { position: absolute; top: -100px; }
@media screen and (max-width: 750px) { .cmn-anchor a { top: -7rem; } }

.c-linklist { padding: 30px 100px 80px; background-color: #f8f8fa; border-radius: 10px; }
@media screen and (max-width: 980px) { .c-linklist { padding: 30px; } }
.c-linklist ul li { display: flex; align-items: center; justify-content: space-between; padding: 30px 0; border-bottom: 1px solid #e7eff3; }
@media screen and (max-width: 750px) { .c-linklist ul li { display: block; } }
.c-linklist ul li dl, .c-linklist ul li .linklist-ttl { flex: 1; }
.c-linklist ul li dl dt, .c-linklist ul li .linklist-ttl dt { margin-bottom: 10px; font-size: 1.4rem; }
.c-linklist ul li .linklist-pdf { width: 100%; max-width: 204px; margin-left: 20px; }
@media screen and (max-width: 750px) { .c-linklist ul li .linklist-pdf { margin: 20px auto 0; } }
.c-linklist ul li .linklist-pdf a { display: flex; text-decoration: none; padding: 10px 15px; border: 1px solid #b5cdd3; background-color: #fff; border-radius: 2em; }
.c-linklist ul li .linklist-pdf a .ico { width: 1.4rem; margin-right: 10px; }
.c-linklist ul li .linklist-pdf a span { flex: 1; font-size: 1.3rem; color: #0a49dc; }

.c-heading { position: relative; margin-bottom: 45px; padding-bottom: 20px; border-bottom: 1px solid #8fb9ff; font-size: 2.4rem; font-weight: 700; }
@media screen and (max-width: 750px) { .c-heading { font-size: 2.2rem; } }
.c-heading::after { content: ''; position: absolute; bottom: 0; left: 0; width: 180px; height: 1px; background-color: #005eac; }

.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); } }
@media print { .js-anime-fadein, .js-anime-slide, .js-anime-slideleft, .js-anime-slideright { opacity: initial; } }

/*# sourceMappingURL=style.css.map */
