


/****************************************************************************

共通

****************************************************************************/
html {
    font-size: 62.5%;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.content {
    width: 100%;
    /* font-family: 'Barlow Semi Condensed', sans-serif, 'Noto Sans JP', sans-serif; */
    font-weight: 300;
    line-height: 1;
    color: #000;
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: .05em;
    -webkit-font-smoothing: antialiased;
    padding: 6vw;
}

.flex {
    display: flex;
}

.flex-bet {
    justify-content: space-between;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.accordion {
    /* margin-bottom: 70px; */
    position: relative;
    width: 100%;
    color: #5f6868;
    height: 90vh;
    overflow: scroll;
}

/* .italic {
    font-style: italic;
} */

.annotation {
    position: relative;
    /* padding-left: 1em; */
    font-size: 1.6rem;
    display: block;
    font-size: 1.1713030747vw;
}

.annotation::before {
    content: '※';
    font-size: 1em;
}

.section-title {
    /* padding: 0 30px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    font-weight: 300;
}

.section-title .title-eng {
    font-size: 3.9rem;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: .02em;
    font-weight: 600;
}

.section-title .title-jap {
    font-size: 2rem;
    padding-bottom: 10px;
    font-weight: 600;
    letter-spacing: .05em;
}

.section-title .title-eng::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

a.under-line-fixed {
    display: inline;
    border-bottom: solid 1px #333;
    padding-bottom: 2px;
}

.content .copyright {
    text-align: center;
}

.only-PC {
    display: block;
}

.only-SP {
    display: none;
}

/****************************************************************************

共通マージン

****************************************************************************/
.mb130 {
    margin-bottom: 13rem!important;
}

.mt130 {
    margin-top: 13rem;
}

.mb100 {
    margin-bottom: 10rem;
}

.mt100 {
    margin-top: 10rem;
}

.mb80 {
    margin-bottom: 8rem;
}

.mt80 {
    margin-top: 8rem;
}

.mb70 {
    margin-bottom: 7rem;
}

.mt70 {
    margin-top: 7rem;
}

.mb60 {
    margin-bottom: 6rem;
}

.mt60 {
    margin-top: 6rem;
}

.mb50 {
    margin-bottom: 5rem;
}

.mt50 {
    margin-top: 5rem;
}

.mb45 {
    margin-bottom: 4.5rem;
}

.mt45 {
    margin-top: 4.5rem;
}

.mb40 {
    margin-bottom: 4rem;
}

.mt40 {
    margin-top: 4rem;
}

.mb35 {
    margin-bottom: 3rem;
}

.mt35 {
    margin-top: 3.5rem;
}

.mb30 {
    margin-bottom: 3rem;
}

.mt30 {
    margin-top: 3rem;
}

.mb25 {
    margin-bottom: 2.5rem;
}

.mt25 {
    margin-top: 2.5rem;
}

.mb20 {
    margin-bottom: 2rem;
}

.mt20 {
    margin-top: 2rem;
}

.mb15 {
    margin-bottom: 1.5rem;
}

.mt15 {
    margin-top: 1.5rem;
}








/****************************************************************************

お問い合わせページ

****************************************************************************/

/* .agree-box .agree {
    height: 20px;
    position: absolute!important;
} */

.formpage .inq-link a {
    display: inline-block!important;
    color: #000;
    height: 100%;
    word-break: break-all;
}


@media screen and (max-width: 599px) {
    .only-PC {
        display: none;
    }
    .only-SP {
        display: block;
    }
}