@charset "UTF-8";

/* base (reset)
---------------------------------------------------*/
body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

ul,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ol,
li {
    list-style: none;
}

img {
    border: none;
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
    max-width:100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* ---------- */
a {
    margin: 0;
    padding: 0;
    font-size: inherit;
    background: transparent;
}

th,
td {
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    empty-cells: show;
}

input,
select {
    vertical-align: middle;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    /*-webkit-appearance: none;*/
    border-radius: 0;
}

pre {
    white-space: -moz-pre-wrap;/* Mozilla */
    white-space: -o-pre-wrap;/* Opera 7 */
    white-space: pre-wrap;/* CSS3 */
    word-wrap: break-word;/* IE 5.5+ */
}


/* color
---------------------------------------------------*/
:root {
    --main-color: #40e0d0;
    --primary-color: #40e0d0;
    --secondary-color: #007EBE;
    --background-color: #FAFAFA;
    --font-color: #333333;
    --btn-color: #56AB3A;
    /*---*/
    --white-color: #ffffff;
    --black-color: #000000;
    --gray-color: #707070;
    --silver-color: #cccccc;
    --red-color: #F6114F;
    --blue-color: #007899;
    --orange-color: #f47208;

    --font-size-xl: 48px;
        --font-size-x: 36px;
    --font-size-l: 24px;
    --font-size-m: 18px;
    --font-size-n: 16px;
    --font-size-s: 14px;
    --font-size-ss: 12px;
}

/* 768px */
@media screen and (max-width: 768px) {
    :root {
        --font-size-xl: 7.5vw; /* 48px; */
            --font-size-x: 6.5625vw; /* 42px; */
        --font-size-l: 5.625vw; /* 36px; */
        --font-size-m: 4.375vw; /* 28px; */
        --font-size-n: 3.75vw; /* 24px; */
        --font-size-s: 2.8125vw; /* 18px; */
        --font-size-ss: 2.5vw; /* 16px; */
    }
}

/* Selected Text
---------------------------------------------------*/
::selection {
    background: #191919;
    /* Safari */
    color: #FFFFFF;
}


/* HTML
---------------------------------------------------*/
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    position: relative;
    width: 100%;
    line-height: 1;
    color: var(--font-color);
    font-size: var(--font-size-n);
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background-color: var(--main-color);
}
body.modal {
    background-color: var(--background-color);
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:before,
:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.sp-no {display:block;}
br.sp-no {display: inline;}
.pc-no {display:none;}
br.pc-no {display:none;}

svg {
    display: block;
    width: 100%;
    height: auto;
    fill: var(--black-color);
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
    .pc-no {display: block;}
    br.pc-no {display: inline;}
    .sp-no {display: none;}
    br.sp-no {display: none;}
}


/* link
---------------------------------------------------*/
a {
    text-decoration: none;
}
a:link,
a:visited,
a:active {
    color: var(--secondary-color);
}
a:hover {
    color: var(--main-color);
}
a.u {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}
a,
.hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.hover:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}

/* clearfix
---------------------------------------------------*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}
.clearfix {
    min-height: 1px;
    zoom: 1;
}
* html .clearfix {
    height: auto;
    overflow: hidden;
}


/* INPUT
---------------------------------------------------*/
input, button, select, textarea {
    font-family: inherit;
    font-size: 1em;
    color: inherit;
    margin: 0;
}
input, button {
    border: 0;
    line-height: normal;
    vertical-align: inherit;
    *vertical-align: middle;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
    border: 0;
    outline: none;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select {
    overflow: hidden;
    outline: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
input:focus{ outline: 0 none black; }

/* ------ */
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    width: 100%;
    color: var(--font-color);
    font-size: var(--font-size-n);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    border: 1px solid var(--gray-color);
    border-radius: 5px;
    padding: 0.4em 0.5em;
    vertical-align: middle;
}
input.wrote,
textarea.wrote {
    background-color: var(--white-color);
}
textarea {
    height: 8em;
    overflow: auto;
    resize: vertical;
}
select {
    width: 100%;
    font-weight: 500;
    border: 1px solid var(--gray-color);
    vertical-align: middle;
    border-radius: 5px;
    padding: 0.4em 0.5em;
    line-height: 1.0em;
}
input:focus,
textarea:focus,
select:focus {
    border-color: var(--blue-color);
    box-shadow: 0 0 0 1px var(--blue-color);
    outline: 2px solid transparent;
}
input[type="checkbox"]:focus {
    box-shadow: none;
    outline: 0;
}

.w100 {width: 100% !important;}
.w80 {width: 80% !important;}
.w60 {width: 60% !important;}
.w40 {width: 40% !important;}
.w30 {width: 30% !important;}
.w20 {width: 20% !important;}

/** placeholder **/
.placeholder {color: #ccc; background-color: #fafafa;}
:placeholder-shown {color: #ccc; background-color: #fafafa;}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {color: #ccc; background-color: #fafafa;}
/* Firefox 18- */
:-moz-placeholder {color: #ccc; background-color: #fafafa;}
/* Firefox 19+ */
::-moz-placeholder {color: #ccc; background-color: #fafafa;}
/* IE 10+ */
:-ms-input-placeholder {color: #ccc !important; background-color: #fafafa;}

/* 768 */
@media screen and (min-width: 1px) and (max-width: 768px) {
    input[type="color"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="datetime"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    textarea {
        font-size: 18px;
        -webkit-appearance: none;
        padding: 0.6em 0.5em;
    }
    select {
        font-size: 18px;
        -webkit-appearance: none;
        padding: 0.6em 0.5em;
    }

    .placeholder,
    :placeholder-shown,
    ::-webkit-input-placeholder,
    :-moz-placeholder,
    ::-moz-placeholder,
    :-ms-input-placeholder {
        font-size: 3.125vw;
    }
}

/* .checkbox
-------------------------------------------------------------- */
input[type="checkbox"]:not(.is-basic) {
    position: absolute;
    opacity: 0;
}
.checkbox {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    cursor: pointer;
}
.checkbox:before,
.checkbox:after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.checkbox:before {
    width: 1em;
    aspect-ratio: 1 / 1;
    background-color: var(--white-color);
    border: 1px solid var(--gray-color);
    border-radius: 0.2em;
    z-index: 10;
}
.checkbox:after {
    width: 1em;
    aspect-ratio: 1 / 1;
    background-image: url('../img/common/form_check.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 80%;
    opacity: 0;
    z-index: 20;
}
input[type="checkbox"]:checked + .checkbox:before {
    background-color: var(--white-color);
}
input[type="checkbox"]:checked + .checkbox:after {
    opacity: 1;
}
.checkbox:after,
.checkbox:before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* check-list */
ul.check-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 1.5em;
}
ul.check-list li label {
    line-height: 1.75em;
}
ul.check-list + input,
ul.radio-list + input,
.error + input,
.error + input {
    margin-top: 16px;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    /* check-list */
    ul.check-list + input,
    ul.radio-list + input,
    .error + input,
    .error + input {
        margin-top: 4vw;
    }
}


/* .radio
-------------------------------------------------------------- */
input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio {
    position: relative;
    display: inline-block;
    font-size: var(--font-size-n);
    padding-left: 1.5em;
    cursor: pointer;
}
.radio:before,
.radio:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    border-radius: 50%;
}
.radio:before {
    width: 1em;
    aspect-ratio: 1 / 1;
    background-color: var(--white-color);
    border: 1px solid var(--gray-color);
    z-index: 10;
}
.radio:after {
    left: 0.25em;
    width: 0.5em;
    aspect-ratio: 1 / 1;
    background-color: var(--font-color);
    opacity: 0;
    z-index: 20;
}
input[type="radio"]:checked + .radio:before {
    background-color: var(--white-color);
}
input[type="radio"]:checked + .radio:after {
    opacity: 1;
}
.radio:after,
.radio:before {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/* radio-list */
ul.radio-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 1.5em;
}
ul.radio-list li:nth-last-child(-n+3) {
    margin-bottom: 0;
}
ul.radio-list li label {
    line-height: 1.75em;
}


/* scroll
---------------------------------------------------*/
.scr-thin::-webkit-scrollbar {
    width: 6px;
}
.scr-thin::-webkit-scrollbar-track {
    border-radius: 6px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .1);
}
.scr-thin::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 6px;
    box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}


/* wrapper
---------------------------------------------------*/
#wrapper {
    position: relative;
    width: 100%;
    background-color: var(--background-color);
    padding-top: 180px;
    margin: 0 auto;
}
#modal-wrapper {
    position: relative;
    width: 100%;
    background-color: var(--background-color);
    padding: 20px 0 40px;
    margin: 0 auto;
}
/* contents-wrap */
.contents-wrap {
    position: relative;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #wrapper {
        padding-top: 19.53125vw;
    }
    #modal-wrapper {
        padding: 6.25vw 0 12.5vw;
    }
    .contents-wrap {
        width: 93.75vw;
    }
}


/* column
---------------------------------------------------*/
.flex-column-wrap {
    display: flex;
    justify-content: space-between;
}
.flex-column-wrap .col-1 {
    width: 31.66%;
}
.flex-column-wrap .col-1.fixity {
    width: max(31.66%, 380px);
}
.flex-column-wrap .col-2 {
    width: 66.66%;
}
.flex-column-wrap .col-2:has(+ .col-1.fixity),
.flex-column-wrap .col-1.fixity + .col-2 {
    width: calc(100% - 400px);
}
.flex-column-wrap .col-2 + .col-1.fixity {
    /*width: min(66.66%, calc(100% - 400px));*/
    /*width: calc(100% - 400px);*/
}

.flex-column-wrap.flex-alignment .col-1 > *,
.flex-column-wrap.flex-alignment .col-2 > * {
    width: 100%;
    height: 100%;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    .flex-column-wrap {
        display: block;
    }
    .flex-column-wrap .col-1 {
        width: 100%;
    }
    .flex-column-wrap .col-1.fixity {
        width: 100%;
    }
    .flex-column-wrap .col-2 {
        width: 100%;
    }
    .flex-column-wrap .col-1 + .col-1,
    .flex-column-wrap .col-1 + .col-2,
    .flex-column-wrap .col-2 + .col-1 {
        margin-top: 6.25vw;
    }
    .flex-column-wrap .col-2:has(+ .col-1.fixity),
    .flex-column-wrap .col-1.fixity + .col-2 {
        width: 100%;
    }
    .flex-column-wrap.flex-alignment .col-1 > *,
    .flex-column-wrap.flex-alignment .col-2 > * {
        width: 100%;
        height: auto;
    }
}


/* Header
---------------------------------------------------*/
#Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
}
/* inner */
#Header .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 85px;
    border-top: 5px solid var(--main-color);
    background-color: var(--white-color);
    margin: 0 auto;
    padding: 0 40px;
}
#Header .header-logo {
    display: flex;
    align-items: center;
}
#Header .header-logo img {
    width: 210px;
}
#Header .header-logo p {
    line-height: 1.4em;
    font-size: var(--font-size-ss);
    margin-left: 1em;
}
#Header ul.header-menu {
    display: flex;
    align-items: center;
}
#Header ul.header-menu li:not(:last-child) {
    margin-right: 40px;
}
#Header ul.header-menu li a {
    display: flex;
    align-items: center;
    color: var(--font-color);
    font-size: var(--font-size-ss);
    font-weight: 500;
}
#Header ul.header-menu li .icon {
    margin-right: 10px;
}
#Header ul.header-menu li .icon img {
    width: auto;
    height: 20px;
}
/* g-nav */
#g-nav {
    width: 100%;
}
#g-nav ul.menu {
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    margin: 0 auto;
}
#g-nav ul.menu > li {
    min-width: 160px;
    position: relative;
}
#g-nav ul.menu > li:last-of-type {
    padding-right: 1px;
}
#g-nav ul.menu > li::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 1px;
    height: 100%;
    background-color: var(--white-color);
}
#g-nav ul.menu > li > a {
    display: block;
    text-align: center;
    color: var(--white-color);
    font-size: var(--font-size-n);
    font-weight: 500;
    white-space: nowrap;
    padding: 1em 1em;
}
#g-nav ul.menu > li > a:has(> :nth-child(2)) span:first-of-type {
    display: inline;
}
#g-nav ul.menu > li > a:has(> :nth-child(2)) span:last-of-type {
    display: none;
}
#g-nav ul.menu > li > a:hover {
    color: var(--white-color);
    background-color: var(--main-color);
}

/* btn-menu */
#btn-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 999;
}
#btn-menu .btn-menu-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    z-index: 10;
}
#btn-menu .btn-menu-trigger,
#btn-menu .btn-menu-trigger span {
    transition: all 0.5s;
    box-sizing: border-box;
}
#btn-menu .btn-menu-trigger span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    border-radius: 2px;
}
#btn-menu .btn-menu-trigger span:nth-of-type(1) {
    width: 100%;
    top: 0;
}
#btn-menu .btn-menu-trigger span:nth-of-type(2) {
    top: calc(50% - 1px);
}
#btn-menu .btn-menu-trigger span:nth-of-type(2):after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    border-radius: 2px;
    transition: all 0.15s;
}
#btn-menu .btn-menu-trigger span:nth-of-type(3) {
    top: auto;
    bottom: 0;
}
#btn-menu .btn-menu-trigger.active span {
    background-color: var(--main-color);
}
#btn-menu .btn-menu-trigger.active span:nth-of-type(1) {
    transform: translate(50%) scale(0);
}
#btn-menu .btn-menu-trigger.active span:nth-of-type(2) {
    transform: rotate(45deg);
}
#btn-menu .btn-menu-trigger.active span:nth-of-type(2)::after {
    transform: rotate(90deg);
    background-color: var(--main-color);
}
#btn-menu .btn-menu-trigger.active span:nth-of-type(3) {
    transform: translate(-50%) scale(0);
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #Header {
        box-shadow: 0 0 1.5625vw 0 rgba(0, 0, 0, 0.1);
    }
    #Header .inner {
        height: 13.28125vw;
        border-top: 0.78125vw solid var(--main-color);
        padding: 0 15.625vw 0 3.125vw;
    }
    #Header .header-logo img {
        /*width: 32.8125vw;*/
        width: 28.125vw;
    }

    #Header ul.header-menu {
        display: flex;
        align-items: center;
    }
    #Header ul.header-menu li:not(:last-child) {
        margin-right: 4.6875vw
    }
    #Header ul.header-menu li a {
        display: block;
        text-align: center;
    }
    #Header ul.header-menu li .icon {
        margin-right: 0;
        margin-bottom: 1.5625vw;
    }
    #Header ul.header-menu li .icon img {
        width: 3.125vw;
        height: auto;
    }

    /* btn-menu */
    #btn-menu {
        display: block;
        width: 12.5vw;
        height: 100%;
    }
    #btn-menu .btn-menu-trigger {
        width: 6.875vw;
        height: 5.625vw;
    }

    /* g-nav */
    #g-nav {
        display: none;
        position: absolute;
        top: 13.28125vw;
        left: 0;
        width: 100%;
        height: calc(100vh - 13.28125vw);
        background-color: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(3px);
    }
    #g-nav ul.menu {
        display: block;
        border-top: 1px solid #fff;
    }
    #g-nav ul.menu > li {
        border-bottom: 1px solid #fff;
        padding: 0;
    }
    #g-nav ul.menu > li:last-of-type {
        padding: 0;
    }
    #g-nav ul.menu > li::before,
    #g-nav ul.menu > li:last-of-type::after {
        display: none;
    }
    #g-nav ul.menu > li > a {
        position: relative;
        line-height: 1em;
        text-align: left;
        color: var(--white-color);
        font-size: var(--font-size-m);
        padding: 4.6875vw;
    }
    #g-nav ul.menu > li > a:after {
        position: absolute;
        content: '';
        top: 50%;
        right: 4.6875vw;
        transform: translate(0, -50%) rotate(45deg);
        width: 1.875vw;
        height: 1.875vw;
        border-top: 0.46875vw solid var(--white-color);
        border-right: 0.46875vw solid var(--white-color);
    }
}


/* Footer
---------------------------------------------------*/
#pageTop {
    position: absolute;
    width: 60px;
    aspect-ratio: 1 / 1;
    top: 10px;
    right: 10px;
    background-color: var(--white-color);
    border-radius: 50%;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
}
#pageTop:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    border-top: 3px solid var(--main-color);
    border-right: 3px solid var(--main-color);
    transform: translate(-48%, -48%) rotate(-45deg);
}
#Footer {
    position: relative;
    background-color: var(--main-color);
    padding-top: 50px;
    margin-top: 120px;
    z-index: 1;
}
#Footer .logo {
    text-align: center;
    margin-bottom: 40px;
}
#Footer .logo img {
    width: 210px;
}

/* navigation */
#Footer .navigation {
    margin: 0 auto 80px;
}

/* menu */
#Footer ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
    width: 100%;
    margin: 0 auto;
}
#Footer ul.menu + ul.menu {
    margin-top: 20px;
}
#Footer ul.menu li {
    padding: 0 1em;
    border-right: 1px solid var(--white-color);
}
#Footer ul.menu li:last-child {
    border-right: 0;
}
#Footer ul.menu li a {
    color: var(--white-color);
}
#Footer ul.menu li a:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}
#Footer .copy {
    text-align: center;
    color: #fff;
    background-color: var(--main-color);
    font-size: var(--font-size-ss);
    padding: 2em 0;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #pageTop {
        position: fixed;
        right: 1.5625vw;
        top: auto;
        bottom: 1.5625vw;
        width: 6.25vw;
    }
    #pageTop:after {
        top: 55%;
        width: 1.5625vw;
        height: 1.5625vw;
    }

    #Footer {
        padding-top: 6.25vw;
        margin-top: 18.75vw;
    }
    #Footer .logo {
        margin-bottom: 6.25vw;
    }
    #Footer .logo img {
        width: 32.8125vw;
    }

    /* navigation */
    #Footer .navigation {
        margin: 0 auto 12.5vw;
    }

    /* menu */
    #Footer ul.menu {
        display: block;
        width: 100%;
        max-width: none;
        border-top: 1px solid var(--white-color);
        margin-bottom: 0;
    }
    #Footer ul.menu + ul.menu {
        border-top: 0;
        margin-top: 0;

    }
    #Footer ul.menu > li {
        border-right: 0;
        border-bottom: 1px solid var(--white-color);
        margin-right: 0;
    }
    #Footer ul.menu li a {
        position: relative;
        display: block;
        text-align: center;
        padding: 1.5em 1em;
    }
    #Footer ul.menu > li > a:after {
        position: absolute;
        content: '';
        top: 50%;
        right: 4.6875vw;
        transform: translate(0, -50%) rotate(45deg);
        width: 1.5625vw;
        height: 1.5625vw;
        border-top: 0.3125vw solid var(--white-color);
        border-right: 0.3125vw solid var(--white-color);
    }
}


/* Common
---------------------------------------------------*/
.mgt10 {margin-top: 10px !important;}
.mgt20 {margin-top: 20px !important;}
.mgt40 {margin-top: 40px !important;}
.mgt60 {margin-top: 60px !important;}
.mgt80 {margin-top: 80px !important;}
.mgt100 {margin-top: 100px !important;}
.mgb10 {margin-bottom: 10px !important;}
.mgb20 {margin-bottom: 20px !important;}
.mgb40 {margin-bottom: 40px !important;}
.mgb60 {margin-bottom: 60px !important;}
.mgb80 {margin-bottom: 80px !important;}
.mgb100 {margin-bottom: 100px !important;}

.tc {
    text-align: center;
}
.fwb {
    font-weight: 700;
}
.fwm {
    font-weight: 500;
}
.message {
    line-height: 1.75em;
}

/* list */
ul.disc > li {
    list-style-type: disc;
    margin-left: 1.5em;
    text-indent: 0;
}
ol.decimal > li {
    list-style-type: decimal;
    margin-left: 1.5em;
    text-indent: 0;
}

/* page-title */
.page-title {
    margin-bottom: 60px;
}
.page-title-inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 260px;
    background-color: var(--main-color);
}
.page-title-inner::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 91.667%;
    height: 84.62%;
    border: 2px solid var(--white-color);
    pointer-events: none;
}
.page-title .ttl-page {
    color: var(--white-color);
    font-size: var(--font-size-xl);
    font-weight: 700;
    letter-spacing: 0.1em;
}

/* ttl-section */
.ttl-section {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.2em;
    color: var(--main-color);
    font-size: var(--font-size-l);
    font-weight: 700;
    letter-spacing: 0.05em;
    background-color: var(--white-color);
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    padding: 0.667em 1.5em;
    margin-bottom: 40px;
}

/* ttl-block */
.ttl-block {
    position: relative;
    line-height: 1.4em;
    color: var(--primary-color);
    font-size: var(--font-size-l);
    font-weight: 500;
    letter-spacing: 0.025em;
    border-bottom: 1px solid var(--primary-color);
    padding: 0.5em 1em 0.5em 2.8em;
    margin-bottom: 20px;
}
.ttl-block::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 1em;
    transform: translate(0, -50%);
    width: 1em;
    aspect-ratio: 1 / 1;
    border: 6px solid var(--primary-color);
    border-radius: 50%;
}

/* ttl-content */
.ttl-content {
    position: relative;
    font-size: var(--font-size-m);
    font-weight: 500;
    margin-bottom: 1em;
    padding: 0.5em 1em 0.5em 1.5em;
    letter-spacing: 0.2em;
}
.ttl-content::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 1em;
    height: 1em;
    background-color: var(--font-color);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/* border-frame */
.border-frame {
    background-color: var(--white-color);
    border: 1px solid var(--silver-color);
    border-radius: 20px;
    padding: 40px;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    .mgt10 {margin-top: 1.5625vw !important;}
    .mgt20 {margin-top: 3.125vw !important;}
    .mgt40 {margin-top: 6.25vw !important;}
    .mgt60 {margin-top: 9.375vw !important;}
    .mgt80 {margin-top: 12.5vw !important;}
    .mgt100 {margin-top: 15.625vw !important;}
    .mgb10 {margin-bottom: 1.5625vw !important;}
    .mgb20 {margin-bottom: 3.125vw !important;}
    .mgb40 {margin-bottom: 6.25vw !important;}
    .mgb60 {margin-bottom: 9.375vw !important;}
    .mgb80 {margin-bottom: 12.5vw !important;}
    .mgb100 {margin-bottom: 15.625vw !important;}

    /* page-title */
    .page-title {
        margin-bottom: 9.375vw;
    }
    .page-title-inner {
        height: 40.625vw;
    }
    /* ttl-section */
    .ttl-section {
        padding: 0.8em 0.5em;
        margin-bottom: 6.25vw;
    }
    /* ttl-block */
    .ttl-block {
        margin-bottom: 6.25vw;
    }
    .ttl-block::before {
        border-width: 1.25vw;
    }
    /* ttl-content */
    .ttl-content {
        font-size: 4.0625vw;
    }

    /* border-frame */
    .border-frame {
        border-radius: 3.125vw;
        padding: 6.25vw;
    }
}


/* table-block
---------------------------------------------------*/
.table-block {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    overflow-y: auto;
}
.table-block::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.table-block::-webkit-scrollbar-track {
    border-radius: 6px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
}
.table-block::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, .5);
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

.table-block + .tbl-list,
.table-block + .ttl-section,
.table-block + .ttl-block {
    margin-top: 40px;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    .table-block + .tbl-list,
    .table-block + .ttl-section,
    .table-block + .ttl-block {
        margin-top: 9.375vw;
    }
}


/* .table
---------------------------------------------------*/
.table {
    width: 100%;
    background-color: var(--white-color);
    border-collapse: collapse;
}
.table th {
    text-align: left;
    font-weight: normal;
    white-space: nowrap
}
.table td {
    white-space: nowrap
}

/* tbl-list */
.tbl-list {
    width: 100%;
    border: solid 1px var(--silver-color);
}
.tbl-list th {
    text-align: left;
    border: solid 1px var(--silver-color);
    padding: 1.344em 1em;
}
.tbl-list th.blue {
    background-color: #9FDFFF;
}
.tbl-list th.pink {
    background-color: #FFD2E4;
}
.tbl-list td {
    border: solid 1px var(--silver-color);
    padding: 1.344em 1em;
}
.tbl-list thead th {
    text-align: center;
    background-color: var(--silver-color);
}
.tbl-list tbody td {
    text-align: center;
}

/* tbl-form */
.tbl-form {
    width: 100%;
    border-bottom: solid 1px var(--gray-color);
    margin-bottom: 40px;
}
.tbl-form th {
    width: 25%;
    text-align: left;
    font-weight: 500;
    border-top: solid 1px var(--gray-color);
    padding: 1.35em 1em;
}
.tbl-form th span {
    display: inline-block;
    color: var(--white-color);
    font-size: var(--font-size-ss);
    background-color: var(--primary-color);
    border-radius: 2em;
    padding: 0.4em 1.2em;
    margin-right: 1em;
}
.tbl-form th span.any {
    background-color: var(--silver-color);
}
.tbl-form td {
    width: auto;
    border-top: solid 1px var(--gray-color);
    padding: 1.35em 1em;
}
.tbl-form td .flex-wrap {
    display: flex;
    gap: 20px;
}
.tbl-form td .fig {
    max-width: 200px;
}
.tbl-form td .fig img {
    width: 100%;
}


    /* tbl-info */
.tbl-info {
    width: 100%;
    line-height: 2em;
    border: 0;
    border-top: 1px solid var(--secondary-color);
    border-collapse: collapse;
    margin: 0 auto;
    letter-spacing: 0.1em;
}
.tbl-info th {
    width: 20%;
    text-align: left;
    color: var(--main-color);
    font-weight: normal;
    border-bottom: 1px solid var(--secondary-color);
    padding: 1em;
    vertical-align: top;
}
.tbl-info td {
    width: auto;
    border-bottom: 1px solid var(--secondary-color);
    padding: 1em;
    vertical-align: top;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    .table {
        width: auto;
    }

    /* tbl-list */
    .tbl-list {
        width: auto;
        white-space: nowrap;
    }

    /* tbl-form */
    .tbl-form,
    .tbl-form tr,
    .tbl-form th,
    .tbl-form td,
    .tbl-form tbody {
        display: block;
        width: 100%;
    }
    .tbl-form {
        margin-bottom: 6.25vw;
    }
    .tbl-form th {
        width: 100%;
        border-top: solid 1px var(--gray-color);
        padding: 1.35em 1em 0.5em;
    }
    .tbl-form td {
        width: auto;
        border-top: 0;
        padding: 0.5em 1em 1.35em;
    }
    .tbl-form td .flex-wrap {
        gap: 3.125vw;
    }
    .tbl-form td .fig {
        max-width: 31.25vw;
        margin: 0 auto;
    }

    /* tbl-info */
    .tbl-info,
    .tbl-info tr,
    .tbl-info th,
    .tbl-info td,
    .tbl-info tbody {
        display: block;
        width: 100%;
    }
    .tbl-info {
        /*font-size: 4.375vw;*/
        font-size: var(--font-size-m);
    }
    .tbl-info th {
        border-bottom: 0;
        /*padding: 4.6875vw 0 1.5625vw;*/
        padding: 1em 1em 0.5em 1em;
    }
    .tbl-info td {
        /*font-size: 3.75vw;*/
        /*padding: 0 0 4.6875vw;*/
        padding: 0 1em 1em 1em;
    }
}


/* form
---------------------------------------------------*/
.login-form {
    width: 100%;
}
.login-form .login-form-input + .login-form-input {
    margin-top: 10px;
}
.login-form .login-form-button {
    margin-top: 20px;
}
.login-form .login-form-forgot {
    margin-top: 20px;
}
.login-form .login-form-forgot p {
    text-align: center;
}
.login-form .login-form-forgot p a {
    color: var(--blue-color);
    font-size: var(--font-size-s);
    letter-spacing: 0.05em;
}
.login-form .login-form-forgot p a:hover {
    color: var(--main-color);
}


/* button
---------------------------------------------------*/
.btn-block {
    width: 96%;
    max-width: 300px;
    margin: 80px auto 0;
}
form .btn-block {
    max-width: 480px;
    margin-top: 40px;
}
.btn-block-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 60px auto 0;
}
.btn-block-flex .btn {
    width: 300px;
}

.btn input[type="submit"],
.btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    line-height: 1;
    text-align: center;
    color: var(--white-color);
    font-size: var(--font-size-l);
    font-weight: 500;
    letter-spacing: 0.1em;
    background-color: var(--black-color);
    border: 1px solid var(--black-color);
    border-radius: 4px;
    margin: 0 auto;
    transition: background-color 0.5s, border 0.5s, opacity 0.5s, color 0.5s;
    z-index: 3;
}
.btn.thin input[type="submit"],
.btn.thin a {
    height: 40px;
    font-size: var(--font-size-m);
}
.btn.small input[type="submit"],
.btn.small a {
    font-size: var(--font-size-s);
}
.btn input[type="submit"]:hover,
.btn a:hover {
    opacity: 0.8;
}
.btn.btn-green input[type="submit"],
.btn.btn-green a {
    background-color: var(--btn-color);
    border: 1px solid var(--btn-color);
}
.btn.btn-blue input[type="submit"],
.btn.btn-blue a {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}
.btn.btn-red input[type="submit"],
.btn.btn-red a {
    background-color: var(--red-color);
    border: 1px solid var(--red-color);
}
.btn.btn-white input[type="submit"],
.btn.btn-white a {
    color: var(--font-color);
    background-color: var(--white-color);
    border: 1px solid var(--gray-color);
}
.btn.btn-gray input[type="submit"],
.btn.btn-gray a {
    background-color: var(--gray-color);
    border: 1px solid var(--gray-color);
}
.btn.btn-border input[type="submit"]::after,
.btn.btn-border a::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid var(--white-color);
    border-radius: 4px;
    pointer-events: none;
}

.btn.btn-green input[type="submit"]:hover,
.btn.btn-green a:hover,
.btn.btn-blue input[type="submit"]:hover,
.btn.btn-blue a:hover,
.btn.btn-red input[type="submit"]:hover,
.btn.btn-red a:hover,
.btn.btn-white input[type="submit"]:hover,
.btn.btn-white a:hover {
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
}

/* toggle */
.js-btn-toggle {
    cursor: pointer;
}
.js-toggle-content {
    display: none;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    .btn-block {
        width: 100%;
        max-width: 93.75vw;
        margin-top: 12.5vw;
    }
    form .btn-block {
        max-width: 93.75vw;
        margin-top: 9.375vw;
    }
    .btn-block-flex {
        flex-direction: column;
        gap: 3.125vw;
        margin-top: 9.375vw;
    }
    .btn-block-flex {
        flex-direction: column-reverse;
    }

    .btn-block-flex .btn {
        width: 93.75vw;
    }

    .btn input[type="submit"],
    .btn a {
        height: 12.5vw;
    }
    .btn.thin input[type="submit"],
    .btn.thin a {
        height: 9.375vw;
        font-size: var(--font-size-m);
    }
    .btn.small input[type="submit"],
    .btn.small a {
        font-size: var(--font-size-s);
    }
}

/* attention-block
---------------------------------------------------*/
.attention-block {
    width: 100%;
    margin-bottom: 60px;
}
.attention-block-inner {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: var(--white-color);
    border: 2px solid var(--red-color);
    border-radius: 20px;
}
.attention-block .icon {
    width: 180px;
    text-align: center;
    padding: 24px 0;
}
.attention-block .icon img {
    width: 60px;
}
.attention-block .text-wrap {
    padding: 24px;
}
.attention-block .icon + .text-wrap {
    width: calc(100% - 180px);
    padding: 24px 24px 24px 0;
}
.attention-block .text-wrap .title {
    line-height: 1.6em;
    color: var(--red-color);
    font-size: var(--font-size-m);
    font-weight: 500;
    margin-bottom: 1em;
}
.attention-block .text-wrap .attention-list {
    line-height: 1.75em;
}
.attention-block .text-wrap .attention-list + p {
    line-height: 1.6em;
    margin-top: 1em;
}
.attention-block .figure-wrap {
    width: 330px;
    padding: 24px 24px 24px 0;
}
.attention-block .figure-wrap + .text-wrap {
    width: calc(100% - 510px);
}

/* blue */
.attention-block.blue .attention-block-inner {
    border-color: var(--secondary-color);
}
.attention-block.blue .text-wrap .title {
    color: var(--secondary-color);
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    .attention-block {
        margin-bottom: 9.375vw;
    }
    .attention-block-inner {
        flex-direction: column;
        align-items: normal;
        border-radius: 3.125vw;
    }
    .attention-block .icon {
        width: 100%;
        padding: 3.75vw;
    }
    .attention-block .icon img {
        width: 9.375vw;
    }
    .attention-block .text-wrap {
        width: 100%;
        padding: 3.75vw;
    }
    .attention-block .icon + .text-wrap {
        width: 100%;
        padding: 3.75vw;
    }
    .attention-block .text-wrap .title {
        text-align: center;
    }
    .attention-block .figure-wrap {
        width: 100%;
        text-align: center;
        padding: 3.75vw;
    }
    .attention-block .figure-wrap img {
        max-width: 46.875vw;
    }
    .attention-block .figure-wrap + .text-wrap {
        width: 100%;
    }
}


/* tab-list
-------------------------------------------------------------- */
ul.tab-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 auto 20px;
    z-index: 1;
}
ul.tab-list::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--main-color);
    z-index: -1;
}
ul.tab-list li {
    min-width: 120px;
}
ul.tab-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-size: var(--font-size-s);
    background-color: var(--primary-color);
    border: 1px solid var(--main-color);
    border-radius: 5px 5px 0 0;
    padding: 1em 0.5em;
}
ul.tab-list li.is-current a,
ul.tab-list li a:hover {
    color: var(--font-color);
    background-color: var(--white-color);
    border-bottom-color: transparent;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    ul.tab-list {
        gap: 1.5625vw 0.78125vw;
        margin-bottom: 4.6875vw;
    }
    ul.tab-list li {
        min-width: 18.75vw;
    }
}


/* filter-list
---------------------------------------------------*/
dl.filter-list {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
dl.filter-list dt {
    margin-right: 0.5em;
}
dl.filter-list dd:not(:last-of-type){
    border-right: 1px solid var(--font-color);
    padding-right: 10px;
    margin-right: 10px;
}
dl.filter-list dd .is-current {
    color: var(--font-color);
    font-weight: 500;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    dl.filter-list {
        margin-bottom: 4.6875vw;
    }
    dl.filter-list dd:not(:last-of-type){
        padding-right: 3.125vw;
        margin-right: 3.125vw;
    }
}


/* pagination
-------------------------------------------------------------- */
.pagination {
    position: relative;
    margin: 40px auto 0;
}
.pagination ul.page-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 10px 20px;
}
.pagination ul.page-list li {
    position: relative;
    transition: all 0.5s;
}
.pagination ul.page-list li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    color: var(--font-color);
    z-index: 2;
    transition: background-color 0.5s, color 0.5s;
}
.pagination ul.page-list li a:hover,
.pagination ul.page-list li a:focus {
    color: var(--white-color);
    background: var(--primary-color);
}
.pagination ul.page-list li.is-current a {
    color: var(--main-color);
    text-decoration: underline;
    pointer-events: none;
}
.pagination ul.page-list li.is-disabled a {
    color: var(--silver-color);
    text-decoration: none;
}
.pagination ul.page-list li.is-disabled a:hover,
.pagination ul.page-list li.is-disabled a:focus {
    color: var(--gray-color);
}
.pagination ul.page-list li.item-previous a:after,
.pagination ul.page-list li.item-next a:after {
    content: '';
    position: absolute;
    top: 48%;
    width: 0.8em;
    height: 0.8em;
    z-index: 1;
    transition: border-color 0.5s;
}
.pagination ul.page-list li.item-previous a:after {
    left: 50%;
    border-top: 2px solid var(--font-color);
    border-left: 2px solid var(--font-color);
    transform: rotate(-45deg) translate(0, -50%);
}
.pagination ul.page-list li.item-next a:after {
    right: 50%;
    border-top: 2px solid var(--font-color);
    border-right: 2px solid var(--font-color);
    transform: rotate(45deg) translate(0, -50%);
}
.pagination ul.page-list li.item-previous a:hover:after,
.pagination ul.page-list li.item-next a:hover:after {
    border-color: var(--white-color);
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    .pagination {
        margin-top: 6.25vw;
    }
    .pagination ul.page-list {
        gap: 1.5625vw 3.125vw;
    }
    .pagination ul.page-list li a {
        min-width: 6.25vw;
    }
}


/* scroll-hint
---------------------------------------------------*/
@keyframes scroll-hint-appear {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    50%,
    100% {
        transform: translateX(-40px);
        opacity: 0;
    }
}

.scroll-hint-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: auto;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 20px 10px 10px 10px;
}
.scroll-hint-icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none;
}
.scroll-hint-text {
    font-size: var(--font-size-s);
    color: var(--white-color);
    margin-top: 5px;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: .8;
}
.scroll-hint-icon:before {
    display: inline-block;
    width: 40px;
    aspect-ratio: 1 / 1;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon:after {
    content: "";
    width: 34px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
    opacity: 0;
    transition-delay: 2.4s;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
    opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
    animation: scroll-hint-appear 1.2s linear;
    animation-iteration-count: 2;
}
.scroll-hint-icon-white {
    background-color: #FFF;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}
.scroll-hint-icon-white:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon-white:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.scroll-hint-icon-white .scroll-hint-text {
    color: #000;
}
.scroll-hint-shadow-wrap {
    position: relative;
}
.scroll-hint-shadow-wrap::after {
    content: "";
    width: 20px;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.scroll-hint-shadow-wrap::before {
    content: "";
    width: 20px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
    opacity: 1;
    visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
    opacity: 1;
    visibility: visible;
}


/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    .scroll-hint-icon {
        width: 37.5vw;
        border-radius: 0.78125vw;
        padding: 3.125vw;
    }
    .scroll-hint-text {
        margin-top: 1.5625vw;
    }
    .scroll-hint-icon:before {
        width: 9.375vw;
    }
    .scroll-hint-icon:after {
        width: 10.625vw;
        height: 4.375vw;
        top: 1.5625vw;
    }
}
