@charset "UTF-8";
*,
*::before,
*::after {box-sizing:border-box;}
* {margin:0; vertical-align:baseline; padding:0; font-style:inherit; font-family:inherit; font-weight:inherit; text-decoration:none; border:0; outline:0;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin:0; vertical-align:baseline; padding:0; font-size:100%; text-decoration:none;color:inherit; background:none; border:0; font:inherit; }
button {cursor:pointer; color: inherit;}
img {display:block; width:100%; height:auto;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
html {font-size:62.5%;}
body {line-height:1; line-height:1.5; --letter-spacing:.1em; font-size:1.6rem; font-family:"Noto Sans JP", sans-serif; font-weight:400; color:var(--color-navy-primary); overflow-y:auto;}
* {letter-spacing:var(--letter-spacing);}
.is-menu-open {overflow:hidden;}
@media screen and (max-width:800px) {
	body {font-size:1.5rem;}
}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:""; content:none;}
table {border-collapse:collapse;border-spacing:0;}
::-moz-selection {color:var(--color-white-primary); background-color:var(--color-turquoise-primary);}
::selection {color:var(--color-white-primary); background-color:var(--color-turquoise-primary);}

:root {
	--color-white-primary: #ffffff;
	--color-white-secondary: #F7F7F7;
    --color-lightgray-primary: #EDEEF2;
    --color-lightgray-secondary: #C1C1C1;
    --color-black-primary: #373737;
    --color-navy-primary: #11105F;
    --color-blue-primary: #1D1CA8;
    --color-turquoise-primary: #29C8E5;
    --color-orange-primary: #F45F32;
    --color-red-primary: #FF0000;
    --color-yellow-primary: #FFB134;
	--content-padding:40px;
	--content-width:min(1200px,calc(100vw - var(--content-padding) * 2));
	--content-width-wide:min(1440px,calc(100vw - var(--content-padding) * 2));
	--content-width-narrow:min(640px,calc(100vw - var(--content-padding) * 2));
}
:focus-visible {
    outline: 3px solid var(--color-navy-primary);
}
.is-pagetop:not(.is-navi) {
    --header-height:104px;
}

/* helper */
.keep-all {
    word-break:keep-all!important;
}
.font-bold {
    font-weight: 700;
}
.overflow-hidden {
    overflow: hidden;
}
.font-urbanist {
    font-family: "Urbanist", sans-serif;
}
@media screen and (max-width:960px) {
	:root {
		--content-padding:32px;
		--header-height:60px;
	}
	.is-pagetop:not(.is-navi) {--header-height:60px;}
}
@media screen and (max-width:640px) {
	:root {
		--content-padding:28px;
	}
  .sp_none {
    display: none;
  }
}
@media screen and (max-width:374px) {
	:root {
		--content-padding:12px;
	}
}
@media not screen and (max-width:960px) {
    .pc-hide {display: none;}
}
@media screen and (max-width:800px) {
  .sp_none {
    display: none !important;
  }
}
@media screen and (min-width:801px) {
  .pc_none {
    display: none !important;
  }
}

/* site-loading */
.site-loading {
    position: fixed;
    display: none;
}

/* ページの先頭へ */
.pagetop {
    width: 80px;
    height: 80px;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    
}
.pagetop a {
    display: block;
    width: 80px;
    height: 80px;
    background: url("../images/pagetop.png") no-repeat center / cover;
}
.pagetop a:hover {
    background: url("../images/pagetop_on.png") no-repeat center / cover;
    transition: 0.3s;
}
@media screen and (max-width:640px){
/* ページの先頭へ */
  .pagetop {
      width: 40px;
      height: 40px;
      bottom: 0;
      right: 0;
      margin-bottom: 16.7%;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
  }
  .pagetop a:hover {
    background: url("../images/pagetop.png") no-repeat center / cover;
  }
}


/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
}
.header__inner {
    position: relative;
    display: grid;
    grid-template-columns: calc(100% - 360px) 348px;
    align-items: center;
    place-items: center stretch;
    justify-content: space-between;
    width: var(--content-width-wide);
    margin: 0 auto;
    padding: 0 0 0 30px;
}
.header__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(255,255,255,0.95);
    border-radius: 0 0 28px 28px;
}
.header__info {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 10px 0 0;
    grid-row: 1;
    grid-column: 1;
}
.header__logo {
    position: relative;
    z-index: 2;
    width: auto;
    height: 58px;
}
.header__logo a {
    transition: opacity 0.25s;
}
.header__logo a:hover {
    opacity: 0.5;
}
.header__logo img {
    width: auto;
    height: 100%;
}
.header__description {
    font-size: 14px;
    color: var(--color-black-primary);
}
.header-navi-container {
    grid-row: 2;
    grid-column: 1;
    place-self: end stretch;
    max-width: 880px;
}
.header-contact-info {
    grid-row: 1 / span 2;
    grid-column: 2;
}
.header-navi {
    display: flex;
    justify-content: space-between;
}
.header-navi__item>a {
    position: relative;
    display: block;
    padding: 22px 4px;
    font-size: 1.8rem;
    font-weight: 700;
}
.header-navi__item>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    opacity: 0;
    transform: translate(-50%,0);
    height: 5px;
    background: var(--color-turquoise-primary);
    transition: width 0.25s,opacity 0.25s;
}
.header-navi__item>a:hover::after {
    width: 100%;
    opacity: 1;
}
.header-navi__item--pc-hide {
    display: none;
}
.header-contact-info {
    display: flex;
    flex-direction: column;
    padding: 0 0 8px;
    gap: 6px;
}
.header-contact-info__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 20px;
}
.header-contact-info__copy {
    color: var(--color-white-primary);
    padding: 4px 16px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: var(--color-turquoise-primary);
}
.header-contact-info__copy em {
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0.025em;
}
.header-contact-info__title {
    width: fit-content;
    margin: 0 auto;
    font-weight: 700;
    color: transparent;
    background: linear-gradient(90deg,var(--color-turquoise-primary),var(--color-blue-primary));
    -webkit-background-clip: text;
    background-clip: text;
}
.header-contact-info__phone-number {
    width: 100%;
    transition: opacity 0.25s;
}
.header-contact-info__phone-number:hover {
    opacity: 0.5;
}
.header-contact-info__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-button {
    position: relative;
    z-index: 2;
    display: none;
    flex-shrink: 0;
    margin: 0 12px 0 0;
    width: 48px;
    height: 48px;
    background: none;
}
.menu-button::before,
.menu-button::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    height: 2px;
    background: var(--color-navy-primary);
}
.menu-button::before {
    top:calc(50% - 6px);
}
.menu-button::after {
    bottom:calc(50% - 6px);
}
:where(.is-menu-open) .menu-button::before {
    animation: menu-button-on-before 0.25s 0s both 1 normal ease-in-out;
}
:where(.is-menu-open) .menu-button::after {
    animation: menu-button-on-after 0.25s 0s both 1 normal ease-in-out;
}
@keyframes menu-button-on-before {
	0% {top:calc(50% - 6px);}
	50% {top:calc(50% - 1px); transform:translate(-50%,0) rotate(0deg);}
	100% {top:calc(50% - 1px); transform:translate(-50%,0) rotate(-20deg);}
}
@keyframes menu-button-on-after {
	0% {bottom:calc(50% - 6px);}
	50% {bottom:calc(50% - 1px); transform:translate(-50%,0) rotate(0deg);}
	100% {top:calc(50% - 1px); transform:translate(-50%,0) rotate(20deg);}
}

@media screen and (max-width:1200px) {
    .header__inner {
        grid-template-columns: 1fr;
        padding: 0 24px;
    }
    .header-navi-container {
        max-width: none;
    }
    .header-contact-info {
        display: none;
    }
    .header-navi__item>a {
        font-size: 1.6rem;
    }
    .header-navi__item--pc-hide {
        display: block;
    }
    .header-navi__item--tb-hide {
        display: none;
    }
}
@media screen and (max-width:880px) {
    .header__inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 8px 8px;
        padding: 12px 12px 16px;
        border-radius:  0 0 20px 20px;
    }
    .header__info {
        display: contents;
    }
    .header__description {
        order: 0;
        width: 100%;
        text-align: center;
        font-size: 1.1rem;
    }
    .header__logo {
        order: 2;
        height: 44px;
    }
    .menu-button {
        order: 2;
    }
    .header-navi-container {
        opacity: 0;
        pointer-events: none;
        position: fixed;
        inset: 0;
        z-index: -2;
        padding: 144px calc(var(--content-padding) + 8px) 40px;
        background: var(--color-navy-primary);
        overflow-y: scroll;
        transition: opacity 0.25s;
    }
    .header-navi-container::-webkit-scrollbar {
        display: none;
    }
    .header-navi {
        flex-direction: column;
        gap: 16px;
        color: var(--color-white-primary);
        transform: translate(0,12px);
        transition: transform 0.5s;
    }
    .header-navi__item>a {
        padding: 8px 0;
        font-size: 2.0rem;
    }
    .header-navi__item>a::after {
        display: none;
    }
    .menu-button {
        display: block;
    }
    :where(.is-menu-open) .header-navi-container {
        opacity: 1;
        pointer-events: auto;
    }
    :where(.is-menu-open) .header-navi {
        transform: translate(0,0);
    }
    .header-navi__item--pc-hide {
        display: block;
    }
    .header-navi__item--small {
        margin-top: 32px;
    }
    .header-navi__item--small>a {
        font-size: 1.5rem;
        font-weight: 400;
    }
}

/* footer */
.footer-chill {
    position: relative;
    height: 136px;
    z-index: -1;
}
.footer-chill::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5%;
    transform: translate(0,-50%);
    width: 100%;
    padding-top: calc(340 / 1500 * 100%);
    background: url("../images/footer-chill.png") center/80% repeat-x;
    animation: footer-chill-scroll 2000s 0s both normal linear;
    opacity: 0.5;
}
@keyframes footer-chill-scroll {
    0% {
        background-position: 0 center;
    }
    100% {
        background-position: 160000px center;
    }
}
@media screen and (max-width:1080px) {
    .footer-chill {
        display: none;
    }
}
.footer {
    color: var(--color-white-primary);
    background: #02063F;
    padding: 72px 0 0;
}
.footer__inner {
    width: var(--content-width);
    margin: 0 auto;
}
.footer-navi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto 136px;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-white-primary);
}
.footer-navi-item>a {
    padding: 8px 0;
    transition: opacity 0.25s;
}
:where(.footer-navi:has(.footer-navi-item>a:hover)) .footer-navi-item>a {
    opacity: 0.5;
}
.footer-navi-item>a:hover {
    opacity: 1;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin: 0 0 40px;
}
.footer-company-info {
    display: grid;
    grid-template-columns: auto auto;
    gap: 14px 40px;
}
.footer-company-info__logo-mark {
    grid-column: span 1;
    grid-row: span 2;
    width: 100px;
}
.footer-company-info__contact br.sp {
    display: none;
}
.footer-company-info__logo-type {
    height: 40px;
}
.footer-company-info__logo-type>a {
    transition: opacity 0.25s;
}
.footer-company-info__logo-type>a:hover {
    opacity: 0.5;
}
.footer-company-info__logo-type img {
    width: auto;
    height: 100%;
}
.footer-tiikimiraikenin {
    display: flex;
    align-items: center;
    gap: 24px 20px;
}
.footer-tiikimiraikenin__description {
    text-align: right;
    font-size: 1.4rem;
}
.footer-tiikimiraikenin__logo {
    display: block;
    max-width: 312px;
    padding: 12px 24px;
    border-radius: 10px;
    background: var(--color-white-primary);
    transition: opacity 0.25s;
} 
.footer-tiikimiraikenin__logo:hover {
    opacity: 0.5;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.footer-bottom-navi__item>a {
    transition: opacity 0.25s;
}
.footer-bottom-navi__item>a:hover {
    opacity: 0.5;
}
.footer-copyright {
    font-family: "Urbanist",sans-serif;
}
@media screen and (max-width:1080px) {
    .footer {
        margin-top: 0;
    }
    .footer-navi {
        display: none;
    }
    .footer-tiikimiraikenin {
        flex-direction: column;
        align-items: center;
    }
    .footer-tiikimiraikenin__description {
        order: 2;
        text-align: center;
    }
}
@media screen and (max-width:800px) {
    .footer {
        padding-top: 56px;
    }
    .footer-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 40px;
    }
    .footer-company-info {
        align-items: center;
        gap: 30px 24px;
    }
    .footer-company-info__logo-mark {
        grid-row: span 1;
        width: 80px;
    }
    .footer-company-info__contact {
        grid-column: span 2;
        text-align: left;
        line-height: 2;
    }
    .footer-company-info__contact br.sp {
        display: block;
    }
    .footer-bottom {
        justify-content: center;
    }
    .footer-bottom-navi {
        display: none;
    }
}
@media screen and (max-width:640px) {
    .footer {
        padding-bottom: 16%;
    }
}

.fixed-recruit-button {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 8;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    cursor: pointer;
    transition:  background-color 0.25s;
}
.fixed-recruit-button__button {
    width: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 24px;
    background: var(--color-white-primary);
    transition: filter 0.25s;
}
.fixed-recruit-button__icon {
    width: 28px;
    height: 28px;
    margin: 0 0 14px;
}
.fixed-recruit-button__button--turquise {
    color: var(--color-white-primary);
    background: var(--color-turquoise-primary);
}
.fixed-recruit-button__button--orange {
    color: var(--color-white-primary);
    background: var(--color-orange-primary);
}
.fixed-recruit-button__label {
    writing-mode: vertical-rl;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.65em;
}
:where(.fixed-recruit-button:has(.fixed-recruit-button__button:hover)) .fixed-recruit-button__button{
    filter: contrast(0.5);
}
.fixed-recruit-button__button:hover {
    filter: contrast(1.25);
}
@media screen and (max-width:640px) {
    .fixed-recruit-button {
        display: none;
    }
}
@media screen and (min-width:641px) {
    .graduate {
      letter-spacing: 0.65em;
    }
}

.button-tertiary {
    position: relative;
    padding: 8px 0 8px 24px;
    font-size: 1.4rem;
    font-weight: 700;
}
.button-tertiary::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 16px;
    height: 16px;
    background: var(--color-turquoise-primary);
    -webkit-mask: url("../images/arrow-right-primary.svg") center/contain no-repeat;
    mask: url("../images/arrow-right-primary.svg") center/contain no-repeat;
    transition: transform 0.25s;
}
.button-tertiary:hover::before {
    transform: translate(4px,-50%);
}

.fixed-button-sp {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: var(--color-white-primary);
}
.fixed-recruit-button-sp {
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: calc(30% + 10px);
}
.fixed-recruit-button-sp__button {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    transition: filter 0.25s;
}
.fixed-recruit-button-sp__button:hover {
    filter: brightness(1.25);
}
.fixed-contact-button {
    width: calc(70% - 10px);
    transition: filter 0.25s;
}
.fixed-contact-button:hover {
    filter: brightness(1.25);
}
@media screen and (max-width:640px) {
    .fixed-button-sp {
        display: flex;
    }
}


/* site-bg */
.site-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}
.site-bg__ice {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.site-bg__ice::before,
.site-bg__ice::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/site-bg-ice.jpg") center/cover no-repeat;
    animation: site-bg-ice 14s 0s normal infinite both linear;
}
.site-bg__ice::after{
    animation-delay: -7s;
}
.site-bg--color-white {
    background: var(--color-lightgray-primary);
}
.site-bg--color-white .site-bg__ice::before,
.site-bg--color-white .site-bg__ice::after {
    animation:  none;
}
@keyframes site-bg-ice {
    0% {
        z-index: 2;
        opacity: 0;
        transform: scale(1.25);
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        z-index: 1;
    }
}
.site-bg--color-white .site-bg__ice::before,
.site-bg--color-white .site-bg__ice::after {
    background-image: url("../images/site-bg-ice-white.jpg");
}
.site-bg__smoke {
    position: absolute;
    inset: 0;
    opacity: 0.5;
    mix-blend-mode: screen;
    z-index: 2;
}
.site-bg__smoke::before,
.site-bg__smoke::after {
    content: "";
    position: absolute;
    inset: -25%;
    background: url("../images/site-bg-smoke.jpg") center/auto max(100%,800px) repeat-x;
    mix-blend-mode: screen;
    animation: site-bg-smoke-a 2400s 0s both infinite normal linear;
}
.site-bg__smoke::before {
    transform: translate(0,-35%);
}
.site-bg__smoke::after {
    transform: translate(0,35%);
    animation-name: site-bg-smoke-b;
}
@keyframes site-bg-smoke-a {
    0% {
        background-position: -400px 50%;
    }
    100% {
        background-position: 20000px 50%;
    }
}
@keyframes site-bg-smoke-b {
    0% {
        background-position: 400px 50%;
    }
    100% {
        background-position: -20000px 50%;
    }
}
@media screen and (max-width:800px) {
    .site-bg__ice::before,
    .site-bg__ice::after {
        background-image: url("../images/site-bg-ice-sp.jpg");
    }
    .site-bg--color-white .site-bg__ice::before,
    .site-bg--color-white .site-bg__ice::after {
        background-image: url("../images/site-bg-ice-white-sp.jpg");
    }
}

/* section-title */
.section-header {
    display: flex;
    justify-content: space-between;
    margin: 0 0 64px;
}
.section-header__description {
    width: 50%;
    line-height: 2;
}
.section-header .section-title {
    margin-bottom: 0;
}
.section-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 0 40px;
}
.section-title__japanese {
    line-height: 1;
    width: fit-content;
    font-size: 40px;
    font-weight: 700;
    /* color: transparent;
    background: linear-gradient(90deg,var(--color-turquoise-primary),var(--color-blue-primary));
    -webkit-background-clip: text;
    background-clip: text; */
}
.section-title__japanese span {
    display: inline-block;
    opacity: 0;
    transform: translate(0,24px);
    transition: transform 0.5s,opacity 0.5s;
    --transition-delay: 0.025s;
    background: linear-gradient(270deg, #1D1CA8, #29C8E5);
    -webkit-background-clip: text;
    color: transparent;
}
.section-title__japanese span.white_letter {
  color: #FFF;
  background: none;
}
.section-title--align-center {
    align-items: center;
    text-align: center;
}
.section-title--color-navy  {
    color: var(--color-navy-primary);
}
.section-title__japanese span:nth-of-type(1) {transition-delay: calc(var(--transition-delay) * 1);}
.section-title__japanese span:nth-of-type(2) {transition-delay: calc(var(--transition-delay) * 2);}
.section-title__japanese span:nth-of-type(3) {transition-delay: calc(var(--transition-delay) * 3);}
.section-title__japanese span:nth-of-type(4) {transition-delay: calc(var(--transition-delay) * 4);}
.section-title__japanese span:nth-of-type(5) {transition-delay: calc(var(--transition-delay) * 5);}
.section-title__japanese span:nth-of-type(6) {transition-delay: calc(var(--transition-delay) * 6);}
.section-title__japanese span:nth-of-type(7) {transition-delay: calc(var(--transition-delay) * 7);}
.section-title__japanese span:nth-of-type(8) {transition-delay: calc(var(--transition-delay) * 8);}
.section-title__japanese span:nth-of-type(9) {transition-delay: calc(var(--transition-delay) * 9);}
.section-title__japanese span:nth-of-type(10) {transition-delay: calc(var(--transition-delay) * 10);}
.section-title__japanese span:nth-of-type(11) {transition-delay: calc(var(--transition-delay) * 11);}
.section-title__japanese span:nth-of-type(12) {transition-delay: calc(var(--transition-delay) * 12);}

.section-title.is-inview .section-title__japanese span {
    transform: translate(0,0);
    opacity: 1;
}

.section-title__english {
    font-family: "Urbanist", sans-serif;
    font-size: 25px;
    line-height: 1;
}
.section-title--color-light .section-title__japanese {
    background: linear-gradient(90deg,var(--color-white-primary),var(--color-turquoise-primary));
    -webkit-background-clip: text;
    background-clip: text;
}
@media screen and (max-width:800px) {
    .section-header {
        display: block;
    }
    .section-header .section-title {
        margin-bottom: 48px;
    }
    .section-title__japanese {
        font-size: 30px;
        line-height: 1.375;
    }
    .section-header__description {
        width: 100%;
    }
}

/* button */
.button-primary {
    position: relative;
    display: block;
    width: 100%;
    max-width: 280px;
    padding: 18px 64px;
    font-size: 18px;
    color: var(--color-white-primary);
    font-weight: 700;
    text-align: center;
    border-radius: 0 1000px 1000px 1000px;
    background: linear-gradient(90deg,var(--color-turquoise-primary),var(--color-blue-primary));
    transition: filter 0.25s;
}
.button-primary:disabled {
    cursor: not-allowed;
    background: var(--color-lightgray-secondary);
}
.button-primary::before,
.button-primary::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translate(0,-50%);
    background: var(--color-white-primary);
    -webkit-mask: url("../images/arrow-right-primary.svg") 0 center/16px no-repeat;
    mask: url("../images/arrow-right-primary.svg") 0 center/16px no-repeat;
    transition: 0.25s;
}
.button-primary:after {
    -webkit-mask-position: -16px center;
    mask-position: -16px center;
    transition-delay: 0s;
}
.button-primary:before {
    -webkit-mask-position: 0 center;
    mask-position: 0 center;
    transition-delay: 0.375s;
}
.button-primary:not(:disabled):hover {
    filter: brightness(1.25);
}
.button-primary:not(:disabled):hover::before {
    -webkit-mask-position: 16px center;
    mask-position: 16px center;
    transition-delay: 0s;
}
.button-primary:not(:disabled):hover::after {
    -webkit-mask-position: 0 center;
    mask-position: 0 center;
    transition-delay: 0.375s;
}
.button-primary--align-right {
    margin-left: auto;
}
.button-primary--align-center {
    margin-left: auto;
    margin-right: auto;
}

.button-secondary {
    position: relative;
    display: block;
    width: fit-content;
    padding: 20px 80px 20px 0;
    font-size: 2.0rem;
    background: none;
}
.button-secondary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    width: 60px;
    height: 60px;
    border-radius: 1000px;
    background: url("../images/icon-download-white.svg") center/20px no-repeat;
    background-color: var(--color-navy-primary);
    transition: background-color 0.25s;
}
.button-secondary:hover::after {
    background-color: var(--color-turquoise-primary);
}
.button-secondary--align-right {
    margin: 0 0 0 auto;
}

.button-back {
    position: relative;
    display: block;
    width: fit-content;
    padding: 20px 0 20px 80px;
    font-weight: 700;
    font-size: 1.8rem;
	background-color:#FFF;
	background-image: url("../icon/icon_arrow.png");
	background-repeat:no-repeat;
	background-position: left center;
	background-size:60px;
}
.button-back:hover {
    opacity:0.8;
	transition:0.3s;
}
/* .button-back::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 60px;
    height: 60px;
    border-radius: 1000px;
    background-image: url("../images/arrow-left-primary.svg");
    background-color: var(--color-navy-primary);
	background-repeat: no-repeat;
	background-position:center;
	background-size:16px;
    transition: background-color 0.25s;
}
.button-back:hover::after {
    background-color: var(--color-turquoise-primary);
} */
.button-back--align-right {
    margin: 0 0 0 auto;
}

.button-search {
    position: relative;
    display: block;
    width: fit-content;
    padding: 12px 56px;
    font-size: 18px;
    color: var(--color-white-primary);
    font-weight: 700;
    text-align: center;
    border-radius: 1000px;
    background: var(--color-navy-primary);
    border: 2px solid transparent;
    transition: filter 0.25s,background-color 0.25s,color 0.25s;
}
.button-search:disabled {
    cursor: not-allowed;
    background: var(--color-lightgray-secondary);
}
.button-search::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translate(0,-50%);
    background: var(--color-white-primary);
    -webkit-mask: url("../images/icon-search.svg") 0 center/16px no-repeat;
    mask: url("../images/icon-search.svg") 0 center/16px no-repeat;
    transition: background-color 0.25s;
}
.button-search:hover {
    background-color: var(--color-turquoise-primary);
}

/* select-button */
.select-button-primary {
    position: relative;
    display: block;
    padding: 12px 20px;
    width: 100%;
    max-width: 248px;
    text-align: left;
    font-size: 18px;
    color: var(--color-white-primary);
    font-weight: 700;
    border-radius: 1000px;
    background: var(--color-navy-primary);
    border: 2px solid transparent;
    transition: filter 0.25s,background-color 0.25s,color 0.25s;
    cursor: pointer;
}
.select-button-primary:focus-visible {
    outline: none;
}
.select-button-primary:hover {
    background-color: var(--color-turquoise-primary);
}
.select-button-primary option {
    font-weight: 400;
    color: var(--color-black-primary);
    background: var(--color-white-primary);
}

/* components */
.body-text {
    line-height: 2;
}
.body-text p:not(:last-child) {
    margin-bottom: 24px;
}
.body-text .picture-frame:not(:last-child) {
    margin-bottom: 24px;
}

.anchor-text {
    color: var(--color-turquoise-primary);
    text-decoration: underline;
    margin: 0 4px 0 0;
}
.anchor-text[target="_blank"]::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0.25em;
    width: 1em;
    height: 1em;
    background: url(../images/icon-external-link.svg) center/contain no-repeat;
}

.damy-text {
    word-break: break-all;
}

.logo-banner {
    padding: 16px 12%;
    background: var(--color-white-primary);
    border: 1px solid var(--color-lightgray-secondary);
}

.note {
    font-size: 0.75em;
}

.spacer {
    display: block;
    width: var(--size-horizontal);
    height: var(--size-vertical);
}
@media screen and (max-width:800px) {
    .spacer {
        width: var(--size-horizontal-sp,var(--size-horizontal));
        height: var(--size-vertical-sp,var(--size-vertical));
    }
}

.list-container {
    padding: 32px 0;
    border-top: 1px solid rgba(17,16,95,0.5);
    border-bottom: 1px solid rgba(17,16,95,0.5);
}

.unordered-list>li {
    position: relative;
    padding: 0 0 0 1.5em;
}
.unordered-list>li::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
}
.unordered-list li:not(:last-of-type) {
    margin: 0 0 8px;
}
.unordered-list>li ul {
    margin: 8px 0 0;
}
.unordered-list--columns-2 {
    columns: 2;
}
@media screen and (max-width:640px) {
    .unordered-list--columns-2 {
        columns: 1;
    }
}
.ordered-list {
    display: grid;
    gap: 8px;
}
.ordered-list__item {
    position: relative;
    padding: 0 0 0 24px;
}
.ordered-list__number {
    position: absolute;
    top: 0;
    left: 0;
}

/* layout */
.flex-container {
    display: flex;
    justify-content: space-between;
}
.flex-item--fb-20 {flex-basis: 20%;}
.flex-item--fb-25 {flex-basis: 25%;}
.flex-item--fb-30 {flex-basis: 30%;}
.flex-item--fb-35 {flex-basis: 35%;}
.flex-item--fb-40 {flex-basis: 40%;}
.flex-item--fb-45 {flex-basis: 45%;}
.flex-item--fb-50 {flex-basis: 50%;}
.flex-item--fb-55 {flex-basis: 55%;}
.flex-item--fb-60 {flex-basis: 60%;}
.flex-item--fb-65 {flex-basis: 65%;}
.flex-item--fb-70 {flex-basis: 70%;}
.flex-item--fb-75 {flex-basis: 75%;}
.flex-item--fb-80 {flex-basis: 80%;}
@media screen and (max-width:800px) {
    .flex-container {
        flex-direction: column;
    }
    .flex-item {
        width: 100%;
        flex-basis: auto;
    }
}

.columns {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 48px;
}
.columns-reverse {
    direction: rtl;
}
.columns-reverse .column {
    direction: ltr;
}
@media screen and (max-width:800px) {
    .columns {
        grid-template-columns: 1fr;
    }
    .reverce {
      display: flex;
      flex-direction: column-reverse;
    }
}

/* movie-play-button */
.movie-play-button {
    display: block;
    width: 80px;
    height: 80px;
    background: url("../images/play-button.svg") center/contain no-repeat;
    transition: transform 0.5s;
}

/* section */
.section {
    position: relative;
    padding: 96px 0;
}
.section--padding-0 {
    padding: 0;
}
.section__inner {
    width: var(--content-width);
    margin: 0 auto;
}
@media screen and (max-width:800px) {
    .section {
        padding: 48px 0;
    }
    .section--padding-0 {
        padding: 0;
    }
    /*.section--padding-0_lateral {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }*/
}
/* subsection */
.subsection__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin: 0 0 48px;
}
.subsection__title {
    margin: 0 0 48px;
    padding: 10px 40px;
    text-align: center;
    color: var(--color-white-primary);
    font-weight: 700;
    font-size: 2.4rem;
    background: var(--color-navy-primary);
    border-radius: 32px 32px 0 32px;
    --letter-spacing:0.05em;
}
.subsection__title ul {
    display: grid;
    gap: 12px;
}
.subsection__title li {
    position: relative;
    padding: 0 0 0 24px;
}
.subsection__title li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 16px;
    height: 16px;
    background: var(--color-turquoise-primary);
    border-radius: 1000px;
}
.subsection__header .subsection__title {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-bottom: 0;
    text-align: left;
}

.subsection__description {
    line-height: 2;
    padding: 48px 0;
}

@media screen and (max-width:1080px) {
  .subsection__description {
    padding: 0;
  }
}

.subsection__content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 48px;
    grid-template-columns: repeat(var(--columns,1),1fr);
}
.subsection__column--wide {
    grid-column: span 2;
}
.subsection__button-pc {
    margin-top: 64px;
}
.subsection__button-sp {
    display: none;
}
@media screen and (max-width:1080px) {
    .subsection__title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-height: 102px;
        text-align: left;
        padding: 20px 18px;
        margin-bottom: 20px;
        border-radius: 20px 20px 0 20px;
    }
    .subsection__header .subsection__title {
        padding: 20px 18px;
    }
    .subsection__header {
        grid-template-columns: 1fr;
    }
    .subsection__content {
        grid-template-columns: 1fr;
    }
    .subsection__column--wide {
        grid-column: span 1;
    }   
    .subsection__sp-none {
        display: none;
    }
    .subsection__button-sp {
        display: block;
    }
    .subsection__button-pc {
        display: none;
    }
}

/* components */
.body-text {
    line-height: 2;
}
.picture-frame {
    overflow: hidden;
    border-radius: 16px;
}

/* section-box */
.section-box {
    position: relative;
    width: var(--content-width);
    margin: 0 auto;
    padding: 96px 96px;
    border-radius: 30px;
    background: rgba(255,255,255,0.95);
}
.section-box--bg-none {
    color: var(--color-white-primary);
    background: none;
}
.section-box--bg-navy {
    color: var(--color-white-primary);
    background-color: var(--color-navy-primary);
}
.section-box--overflow-hidden {
    overflow: hidden;
}
.section-box.section-box--has-title {
    padding-top: 0;
}
.section-box--pt-0 {
    padding-top: 0;
}

@media screen and (max-width:1200px) {
    .section-box {
        padding: 96px 32px;
        border-radius: 20px;
    }
    .section-box--pt-0 {
        padding-top: 0;
    }
}
@media screen and (max-width:800px) {
    .section-box {
        padding: 48px 20px;
    }
    .section-box--pt-0 {
        padding-top: 0;
    }
    .section-box--sp-padding-0 {
        padding: 0;
    }
}


/* subsection-box */
.subsection-box {
    background: var(--color-white-primary);
    padding: 48px;
    border-radius: 16px;
}
.subsection-box--has-title {
    padding-top: 0;
}
.subsection-box__title {
    background: var(--color-turquoise-primary);
    padding: 12px;
    margin: 0 0 48px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--color-white-primary);
    border-radius: 0 0 16px 16px;
}
.subsection-box__content {
    display: grid;
    grid-template-columns: repeat(var(--columns,1),1fr);
    gap: 48px;
}
.subsection__content--reverse {
    direction: rtl;
}
.subsection__column {
    direction: ltr;
}
@media screen and (max-width:800px) {
    .subsection-box__content {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width:640px) {
    .subsection-box {
        padding: 16px;
    }
    .subsection-box--has-title {
        padding-top: 0;
    }
    .subsection-box__title {
        text-align: left;
    }
}
.bg-ice {
    position: absolute;
    top: 0;
    left: 0;
    --size: 688;
    -webkit-aspect-ratio: 1;
    aspect-ratio: 1;
    width: 100%;
    height: calc(var(--size) * 1px);
    top: var(--position-top,auto);
    bottom: var(--position-bottom,auto);
    z-index: -1;
    overflow: hidden;
}
.bg-ice .bg-ice__image {
    position: absolute;
    right: var(--position-right,auto);
    left: var(--position-left,auto);
    width: calc(var(--size) * 1px);
    height: 100%;
    background: center/contain no-repeat;
}
.bg-ice--size-large {
    --size: 980;
}
.bg-ice--size-huge {
    --size: 1200;
}
.bg-ice--size-small {
    --size: 260;
}
@media screen and (max-width:1200px) {
    .bg-ice {
        top: calc(var(--position-top,auto) / 3 * 2);
        bottom: calc(var(--position-bottom,auto) / 3 * 2);
    }
    .bg-ice .bg-ice__image {
        opacity: 0.6;
        right: calc(var(--position-right,auto) / 3 * 2);
        left: calc(var(--position-left,auto) / 3 * 2);
    }
}
@media screen and (max-width:1080px) {
    .bg-ice {
        height: calc(var(--size) * min(100vw,640px) / 414 / 2);
    }
    .bg-ice .bg-ice__image {
        width: calc(var(--size) * min(100vw,640px) / 414 / 2);
    }
}
@media screen and (max-width:800px) {
    .bg-ice {
        height: calc(var(--size) * min(100vw,640px) / 414 / 2);
		transform:none !important;
    }
    .bg-ice .bg-ice__image {
        width: calc(var(--size) * min(100vw,640px) / 414 / 2);
		transform:none !important;
    }
}


/* news-archive */
.news-archive {
    display: grid;
    gap: 20px;
}
.news-archive-item {
    position: relative;
}
.news-archive-item a {
    display: block;
    padding: 28px 96px 28px 28px;
    border-radius: 16px;
    color: var(--color-navy-primary);
    background: var(--color-white-primary);
}
.news-archive-item a::after {
    content: "";
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translate(0,-50%);
    width: 60px;
    height: 60px;
    border-radius: 1000px;
    background: url("../images/arrow-right-primary.svg") center/16px no-repeat;
    background-color: var(--color-navy-primary);
    transition: background-color 0.25s;
}
.news-archive-item a:hover::after {
    background-color: var(--color-turquoise-primary);
}
.news-archive-item__info {
    display: flex;
    align-items: center;
    gap: 0 16px;
    margin: 0 0 18px;
}
.news-archive-item__category {
    font-weight: 700;
    padding: 4px 20px;
    color: var(--color-white-primary);
    background: var(--color-turquoise-primary);
}
.news-archive-item__date {
    font-family: "Urbanist", sans-serif;
    color: var(--color-turquoise-primary);
    font-size: 20px;
}
@media screen and (max-width:800px) {
    .news-archive-item a {
        padding: 28px;
    }
    .news-archive-item a::after {
        position: static;
        display: block;
        margin: 0 0 0 auto;
        transform: none;
    }
    .news-archive-item a {
        padding: 16px;
    }
    .news-archive-item__title {
        margin: 0 0 8px;
    }
}

/* page-header */
.page-header {
    padding-top: 180px;
    margin: 0 0 24px;
    color: var(--color-white-primary);
}
.page-header__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px 0;
    width: var(--content-width-wide);
    padding: 0 40px;
    margin: 0 auto;
}
.breadcrumb {
    width: 100%;
    overflow-x: auto;
    grid-column: span 2;
    display: flex;
    gap: 8px;
    color: var(--color-white-primary);
}
.breadcrumb::-webkit-scrollbar {
    display: none;
}
.breadcrumb__item {
    display: flex;
    gap: 8px;
    white-space: nowrap;
}
.breadcrumb__item>a {
    text-decoration: underline;
}
.breadcrumb__item:not(:last-child)::after {
    content: "＞";
}
.breadcrumb--black {
    color: var(--color-black-primary);
}
.page-title {
    display: block;
}
.page-title__japanese {
    display: block;
    line-height: 1;
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 16px;
}
.page-title__english {
    display: block;
    font-family: "Urbanist", sans-serif;
    font-size: 3.4rem;
}
.page-navi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 16px;
    flex-wrap: wrap;
}
.page-navi__item>a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 32px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.page-navi__item>a::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: url("../images/arrow-down-primary.svg") center/12px no-repeat;
    background-color: var(--color-white-primary);
    border-radius: 1000px;
    transition: transform 0.25s,background-color 0.25s;
}
.page-header--navy {
    color:var(--color-navy-primary);
}
:where(.page-header--navy) .page-navi__item>a::before {
    background-image: url("../images/arrow-down-primary-white.svg");
    background-color:var(--color-navy-primary);
}
.page-navi__item>a:hover::before {
    background-color: var(--color-turquoise-primary);
    transform: scale(1.125);
}
@media screen and (max-width:880px) {
    .page-navi__item>a:hover::before {
      background-color: #FFF;
	  transform: none;
  }
}
@media screen and (max-width:1200px) {
    .page-header__inner {
        padding: 0;
        gap: 64px;
    }
}
@media screen and (max-width:1080px) {
    .page-header {
        padding-top: 160px;
    }
    .page-header__inner {
        display: block;
    }
    .page-title {
        margin: 80px 0 0;
    }
    .page-title+.page-navi {
        margin-top: 80px;
    }
    .page-navi {
        justify-content: start;
    }
}
@media screen and (max-width:880px) {
    .page-header {
        padding-top: 120px;
    }
    .page-title__japanese {
        line-height: 1.25;
        font-size: 40px;
        margin-bottom: 8px;
    }
}
@media screen and (max-width:640px) {
    .page-navi {
        display: grid;
        grid-template-columns: repeat(2,auto);
    }
}

/* support-info */
.support-info-box {
    padding: 0 48px 48px;
    background: var(--color-white-secondary);
}
.support-info-title{
    margin: 0 0 48px;
    padding: 20px 20px 16px;
    text-align: center;
    line-height: 1;
    font-size: 4.0rem;
    font-weight: 700;
    color: var(--color-white-primary);
    background: var(--color-turquoise-primary);
    border-radius: 0 0 16px 16px;
    word-break: keep-all;
}
.support-info-title--small {
    font-size: 2.4rem;
    margin-bottom: 28px;
    padding: 16px 16px 12px;
}
.support-info-title em {
    vertical-align: -0.05em;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 1.5em;
}
.support-info__lead {
    font-size: 3.0rem;
    font-weight: 500;
    text-align: center;
    margin: 0 0 20px;
}
.support-info__description {
    text-align: center;
    line-height: 2;
    font-size: 1.8rem;
    font-weight: 500;
}
.support-info__description p:not(:last-child) {
    margin-bottom: 28px;
}
.support-info__note {
    font-size: 1.8rem;
    text-align: center;
}
.support-tel-info__title {
    margin: 0 0 24px;
    text-align: center;
    line-height: 1;
    font-size: 2.8rem;
    font-weight: 700;
    color: transparent;
    background: linear-gradient(90deg,var(--color-turquoise-primary),var(--color-blue-primary));
    -webkit-background-clip: text;
    background-clip: text;
}
.support-tel-info__phone-number {
    max-width: 552px;
    margin: 0 auto;
}
.support-feature {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 48px;
}
.support-feature-item {
    padding: 30px;
    border-radius: 16px;
    background: var(--color-white-primary);
}
.support-feature-item__title {
    margin: 0 0 12px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--color-turquoise-primary);
}
.support-feature-item__icon {
    max-width: 184px;
    margin: 0 auto 20px;
}
.support-feature-item__description {
    line-height: 2;
}
@media screen and (max-width:800px) {
    .support-info-title {
        line-height: 1.5;
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
    .support-info-box {
        padding: 0 16px 24px;
    }
    .support-tel-info__title {
        font-size: 1.8rem;
        margin-bottom: 28px;
    }
    .support-info__lead {
        font-size: 2.4rem;
        text-align: left;
    }
    .support-info__description {
        text-align: left;
        font-size: inherit;
    }
    .support-info__note {
        font-size: inherit;
    }
    .support-feature {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* privacy-content */
.privacy-content h3 {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 2.4rem;
    border-bottom: 1px solid var(--color-navy-primary);
}
.privacy-content h3:not(:first-child) {
    margin-top: 48px;
}
.privacy-content h4{
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 8px;
}
.privacy-content h4:not(:first-child) {
    margin-top: 40px;
}
.privacy-content p {
    line-height: 2;
}
.privacy-content p:not(:last-child) {
    margin-bottom: 24px;
}