@charset "UTF-8";

/* ------------------------------
- base
------------------------------ */

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Poppins:wght@600&display=swap);

@font-face {
    font-family: font-coco;
    src: url(../font/CocoPuff-Regular.woff) format("woff"), url(../font/CocoPuff-Regular.ttf) format("truetype")
}

a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box
}

body {
    line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    text-decoration: none
}

ins, mark {
    color: #121212
}

mark {
    font-style: normal;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #92928a;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

input[type=button], input[type=radio] select, input[type=submit] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer
}

input[type=button]::-webkit-search-decoration, input[type=radio]::-webkit-search-decoration select::-webkit-search-decoration, input[type=submit]::-webkit-search-decoration {
    display: none
}

input[type=button]::focus, input[type=radio]::focus select::focus, input[type=submit]::focus {
    outline-offset: -2px
}

*, :after, :before {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 59%
}

@media(min-width:375px) {
    html {
        font-size: 62.5%
    }
}

@media(min-width:480px) {
    html {
        font-size: 72%
    }
}

@media(min-width:560px) {
    html {
        font-size: 86%
    }
}

@media(min-width:650px) {
    html {
        font-size: 100%
    }
}

@media(min-width:750px) {
    html {
        font-size: 62.5%
    }
}

@media(min-width:880px) {
    html {
        font-size: 72%
    }
}

@media(min-width:1024px) {
    html {
        font-size: 45%
    }
}

@media(min-width:1100px) {
    html {
        font-size: 48%
    }
}

@media(min-width:1280px) {
    html {
        font-size: 56%
    }
}

@media(min-width:1440px) {
    html {
        font-size: 62.5%
    }
}

@media(min-width:1680px) {
    html {
        font-size: 66.25%
    }
}

@media(min-width:2000px) {
    html {
        font-size: 70%
    }
}

body {
    font-size: 1rem;
    font-family: Noto Sans JP, 貂ｸ繧ｴ繧ｷ繝 け, Yu Gothic, 貂ｸ繧ｴ繧ｷ繝 け菴 , YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, Arial, sans-serif;
    color: #121212
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch
}

img, object, video {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: bottom
}

a {
    color: #121212;
    text-decoration: none
}

button, input, select, textarea {
    background: transparent;
    border: none;
    border-radius: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

/* ------------------------------
- parts
------------------------------ */

/* inner-layout */
.inner-layout {
    width: 89.333%;
    margin: 0 auto;
    max-width: 128rem
}

/* title-layout */
.ttl__icon {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5.2rem
}

@media(min-width:1024px) {
    .ttl__icon {
        margin-bottom: 5.2rem
    }
}

.ttl__icon .jp {
    font-size: 1.8rem;
    background: #25a4b8;
    color: #fff;
    display: inline-block;
    padding: .3em .6em .4em .6em;
    margin-bottom: .8em
}

@media(min-width:1024px) {
    .ttl__icon .jp {
        padding: .4em .6em .4em .6em;
        font-size: 1.8rem
    }
}

.ttl__icon .en {
    font-family: font-coco, sans-serif;
    font-size: 5.5rem;
    text-align: center;
    letter-spacing: .02em
}

@media(min-width:1024px) {
    .ttl__icon .en {
        font-size: 7.2rem
    }
}

/* button-layout */
.btn__normal {
    width: 100%
}

.btn__normal a {
    box-shadow: 0 5px 10px rgba(0, 52, 60, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 460px;
    height: 6rem;
    background: #25a4b8;
    color: #fff;
    letter-spacing: .06em;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 100px
}

@media(min-width:1024px) {
    .btn__normal a {
        max-width: 46rem
    }
}

.btn__normal a:before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    background-image: url(../image/common/icon-arrow-yellow2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 1.6rem;
    transition: .3s
}

@media(min-width:1024px) {
    .btn__normal a:hover:before {
        transform: translateX(6px)
    }
}

.btn__normal.center {
    display: flex;
    justify-content: center
}

.btn__small a {
    font-size: 1.6rem;
    line-height: 1;
    color: #25a4b8;
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.btn__small a:before {
    content: "";
    width: 3rem;
    height: 3rem;
    display: block;
    background-image: url(../image/common/icon-arrow-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1.5rem;
    transition: .3s
}

@media(min-width:1024px) {
    .btn__small a:hover:before {
        transform: translateX(6px)
    }
}

.btn__small.center a {
    justify-content: center
}

/* device__display-none */
.sp_none {
    display: none;
}

@media(min-width:1024px) {
    .sp_none {
        display: block;
    }
}

@media(min-width:750px) {
    .tb_none {
        display: none
    }
}

@media(min-width:1024px) {
    .pc_none {
        display: none;
    }
}

/* ------------------------------
- header
------------------------------ */

.header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1)
}

@media(min-width:1024px) {
    .header {
        height: 10rem;
        background: #eee;
        box-shadow: none
    }
}

.header .inner-layout {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between
}

@media(min-width:1024px) {
    .header .inner-layout {
        width: 92%;
        margin-left: auto;
        margin-right: auto
    }
}

.header .inner-layout .logo {
    width: 272px;
    padding-left: 20px;
    display: flex;
    align-items: center
}

@media(min-width:1024px) {
    .header .inner-layout .logo {
        width: 50.3rem;
        padding-left: 0
    }
}

.header .inner-layout .logo a {
    display: flex;
    flex-direction: column
}

.header .inner-layout .logo a .ttl {
    order: 2;
    font-size: 10px;
    transform: Scale(.74);
    transform-origin: top left;
    color: #92928a;
    position: relative;
    left: -.1em;
    letter-spacing: .06em
}

@media(min-width:1024px) {
    .header .inner-layout .logo a .ttl {
        margin-top: .6rem;
        font-size: 1.2rem;
        transform: Scale(1)
    }
}

.header .inner-layout .logo a .pic {
    order: 1;
    margin-bottom: 5px;
    display: block;
    width: 100%
}

@media(min-width:1024px) {
    .header .inner-layout .btn-header {
        display: flex;
        align-items: center;
    }
}

.header .inner-layout .btn-header a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    padding: 0 1rem;
    background: #fce900;
    color: #25a4b8;
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
    position: relative;
}

@media(min-width:1024px) {
    .header .inner-layout .btn-header a {
        height: auto;
        padding: 1.3rem 2.5rem;
        font-size: 1.8rem;
        border-radius: 50px;
        letter-spacing: .08em;
        box-shadow: 0 5px 10px rgba(0, 52, 60, .1);
        transition: .4s ease
    }
}

.header .inner-layout .btn-header a:before {
    content: "";
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url(../image/common/icon-arrow-yellow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: .5em;
    transition: .3s
}

@media(min-width:1024px) {
    .header .inner-layout .btn-header a:hover:before {
        transform: translateX(.25em);
    }
}

@media(min-width:560px) {
    .header .inner-layout .btn-header a .pc_none {
        display: none;
    }
}

/* ------------------------------
- footer
------------------------------ */

.footer {
    padding-top: 8rem;
    padding-bottom: 5rem;
    background: #eee;
    position: relative
}

@media(min-width:1024px) {
    .footer {
        padding-top: 7.2rem;
        padding-bottom: 5.2rem
    }
}

.footer .footer-logo {
    width: 20rem;
    margin: 0 auto;
    margin-bottom: 3rem
}

@media(min-width:1024px) {
    .footer .footer-logo {
        width: 25.2rem;
        margin-bottom: 5.6rem
    }
}

.footer .footer-logo a, .footer .footer-logo a img {
    display: block;
    width: 100%
}

.footer ul {
    margin-bottom: 5.8rem;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(min-width:1024px) {
    .footer ul {
        margin-bottom: 6.8rem
    }
}

.footer ul li {
    list-style-type: none;
    font-size: 1.2rem
}

@media(min-width:1024px) {
    .footer ul li {
        font-size: 1.2rem
    }
}

.footer ul li:after {
    content: "  ";
    color: #121212;
    margin: 0 1em
}

@media(min-width:1024px) {
    .footer ul li:after {
        margin: 0 2em
    }
}

.footer ul li:nth-last-of-type(-n+2):after {
    content: none
}

.footer ul li a {
    color: #121212
}

.footer ul li.logo-privacy-mark {
    width: 5rem;
    margin-left: 1em
}

@media(min-width:1024px) {
    .footer ul li.logo-privacy-mark {
        margin-left: 2em
    }
}

.footer ul li.logo-privacy-mark img {
    display: block;
    width: 100%
}

.footer small {
    display: block;
    margin: 0 auto;
    color: #121212;
    line-height: 1.666;
    text-align: center;
    font-size: 1.2rem
}

@media(min-width:1024px) {
    .footer small {
        font-size: 1.2rem
    }
}

/* ------------------------------
- underlayer
------------------------------ */

.underlayer main {
    padding-top: 60px
}

@media(min-width:1024px) {
    .underlayer main {
        padding-top: 10rem
    }
}

.underlayer-content {
    padding-block: 6rem
}

@media(min-width:1024px) {
    .underlayer-content {
        padding-block: 9rem
    }
}

.underlayer-content .layout__pagettl {
    padding-bottom: 10rem
}

/* ------------------------------
- home (information)
------------------------------ */

.home-fv {
    height: calc(var(--vh2, 1vh)*100);
    background-image: url(../image/fv--sp.jpg);
    background-size: cover;
    background-position: top;
    position: relative
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .home-fv {
        background-image: url(../image/fv--sp@2x.jpg)
    }
}

@media screen and (orientation:landscape) {
    .home-fv {
        background-image: url(../image/fv--pc.jpg);
        height: 0;
        padding-top: calc(60px + 43.402%);
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat
    }
}

@media only screen and (orientation:landscape)and (min-width:750px)and (-webkit-min-device-pixel-ratio:2), only screen and (orientation:landscape)and (min-width:750px)and (min-device-pixel-ratio:2), only screen and (orientation:landscape)and (min-width:750px)and (min-resolution:192dpi), only screen and (orientation:landscape)and (min-width:750px)and (min-resolution:2dppx) {
    .home-fv {
        background-image: url(../image/fv--pc@2x.jpg)
    }
}

@media(min-width:750px) {
    .home-fv {
        width: 100%;
        padding-top: 0;
        height: 43.4027777778vw;
        background-size: cover;
        margin-top: 60px;
        background-image: url(../image/fv--pc@0.75x.jpg)
    }
}

@media(min-width:1024px) {
    .home-fv {
        margin-top: 10rem;
        background-image: url(../image/fv--pc.jpg)
    }
}

@media only screen and (min-width:1440px)and (-webkit-min-device-pixel-ratio:2), only screen and (min-width:1440px)and (min-device-pixel-ratio:2), only screen and (min-width:1440px)and (min-resolution:192dpi), only screen and (min-width:1440px)and (min-resolution:2dppx) {
    .home-fv {
        background-image: url(../image/fv--pc@1.5x.jpg)
    }
}

.layout__company {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

@media(min-width:1024px) {
    .layout__company {
        padding-top: 12.4rem;
        padding-bottom: 12.4rem
    }
}

.layout__company .dl-layout {
    margin-bottom: 5.5rem
}

.layout__company .list__dllist {
    display: flex;
    width: 100%;
    max-width: 98rem;
    margin: 0 auto
}

.layout__company .list__dllist dt {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 1px solid #25a4b8;
    width: 7em;
    padding: 2rem 0;
    line-height: 1.666;
    padding-left: 1em
}

@media(min-width:1024px) {
    .layout__company .list__dllist dt {
        width: 20rem;
        padding: 2.4rem 0;
        padding-left: 1.5em
    }
}

.layout__company .list__dllist dd {
    font-size: 1.5rem;
    border-bottom: 1px solid #92928a;
    width: calc(100% - 7em);
    padding: 2rem 0;
    line-height: 1.666;
    padding-left: 1em
}

@media(min-width:1024px) {
    .layout__company .list__dllist dd {
        width: calc(100% - 20rem);
        padding: 2.4rem 0;
        padding-left: 1.5em
    }
}

.layout__company .btn__normal {
    margin-bottom: 3rem
}

.layout__company .btn__inner__margin-rate {
    display: flex;
    flex-direction: column;
    row-gap: 0.4em;
}

@media(min-width:750px) {
    .layout__company .btn__inner__margin-rate {
        flex-direction: row;
        align-items: baseline;
    }
}

.layout__company .btn__inner__margin-rate .small {
    font-size: 70%;
}

/* ------------------------------
- policy
------------------------------ */

.layout__policy {
    width: 86%;
    max-width: 80rem;
    margin: 0 auto;
}

@media(min-width:1024px) {
    .layout__policy {
        width: 80%
    }
}

.layout__policy p {
    font-size: 1.5rem;
    line-height: 1.666
}

@media(min-width:1024px) {
    .layout__policy p {
        line-height: 2.333
    }
}

.layout__policy .aline-right {
    text-align: right;
    margin-bottom: 5rem
}

.layout__policy .aline-right:last-child {
    margin-bottom: 0
}

.layout__policy ul {
    list-style-type: none
}

.layout__policy ul>li ul {
    margin-left: 2em
}

.layout__policy ul.lower-latin {
    list-style-type: lower-latin
}

.layout__policy ul.decimal {
    list-style-type: decimal
}

.layout__policy ul.decimal-leading-zero {
    list-style-type: none
}

.layout__policy ul.decimal-leading-zero li {
    counter-increment: cnt
}

.layout__policy ul.decimal-leading-zero li:before {
    content: "("counter(cnt) ") "
}

.layout__policy ul.lower-roman {
    list-style-type: lower-roman
}

.layout__policy ul li {
    font-size: 1.5rem;
    line-height: 1.666;
    margin-bottom: 1.6em
}

@media(min-width:1024px) {
    .layout__policy ul li {
        line-height: 2.333
    }
}

.layout__policy ul li:last-of-type {
    margin-bottom: 0
}

.layout__policy ul li.mb3em {
    margin-bottom: 4.8em
}

.layout__policy h2 {
    margin-top: 4em;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1em
}

.layout__policy h2.center {
    font-size: 2.2rem;
    text-align: center
}

.layout__policy table {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 3em
}

.layout__policy table thead tr {
    background: #eee
}

.layout__policy table thead tr th {
    border: 1px solid #92928a;
    padding: 1em
}

.layout__policy table thead tr th:first-of-type {
    width: 36%
}

@media(min-width:1024px) {
    .layout__policy table thead tr th:first-of-type {
        width: auto
    }
}

.layout__policy table tbody tr td {
    border: 1px solid #92928a;
    padding: 1em
}

.layout__policy .mt5em {
    margin-top: 5em
}