@charset "utf-8";

/**
 * スマホ用設定
 */
@media ( width < 768px ) {

    #single-mv {
        position: relative;
        margin: calc( 100vw * 120 / 780 ) auto 0;
        padding: 0;
        width: 100%;
    }
    #single-mv .mv-bg {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }
    #single-mv .mv-bg img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #single-mv .mv-box {
        position: absolute;
        top: 50%;
        left: 5%;
        width: 90%;
        translate: 0 -50%;
    }
    #single-mv .mv-box h1 {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 4.0vw 0;
    }
    #single-mv .mv-box h1 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 4.0vw;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: left;
        letter-spacing: 0.15em;
    }
    #single-mv .mv-box h1 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 8.0vw;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.07em;
    }
    #single-mv .mv-box .breadcrumbs {
        margin: 4.0em 0 0;
        padding: 0;
        color: #fff;
        font-size: 3.2vw;
        font-weight: 500;
        text-align: left;
    }
    #single-mv .mv-box .breadcrumbs a {
        color: #fff;
    }
    #single-mv .mv-box .breadcrumbs span {
        color: rgba( 255, 255, 255, 0.4 );
    }

    #single-main {
        margin: 0 auto;
        padding: 12.0vw 0;
        width: 100%;
    }
    #single-main .single-contents {
        margin: 0 auto;
        padding: 0;
        width: 90%;
    }
    #single-main .single-contents h1 {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 6.0vw;
        font-weight: 700;
        text-align: left;
    }
    #single-main .single-contents h2 {
        margin: 1.5em 0 0.5em;
        padding: 0 0 0 0.5em;
        width: 100%;
        font-size: 4.8vw;
        font-weight: 700;
        text-align: left;
        line-height: calc( 36 / 24 );
        border-left: 4px solid #0083d6;
    }
    #single-main .single-contents h3 {
        margin: 1.5em 0 0.5em;
        padding: 0.2em 0.5em;
        font-size: 4.4vw;
        font-weight: 500;
        text-align: left;
        line-height: calc( 36 / 22 );
        background: #edf3f7;
        border-radius: 8px;
    }
    #single-main .single-contents h4 {
        margin: 1.5em 0 0.5em;
        padding: 0;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: left;
        line-height: calc( 36 / 18 );
    }
    #single-main .single-contents blockquote {
        position: relative;
        margin: 6.0vw 0;
        padding: 24px 24px 24px 64px;
        width: 100%;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 26 / 16 );
        background: #edf3f7
    }
    #single-main .single-contents blockquote::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 8.0vw;
        height: auto;
        aspect-ratio: 1 / 1;
        background: url(../images/icon-blockquote.svg) no-repeat center / contain;
    }
    #single-main .single-contents ul {
        margin: 6.0vw 0;
        padding: 0;
        list-style: none;
    }
    #single-main .single-contents ul li {
        position: relative;
        margin: 0.2em 0;
        padding: 0 0 0 1.5em;
        list-style: none;
        font-size: 3.6vw;
        font-weight: 400;
        line-height: calc( 26 / 16 );
    }
    #single-main .single-contents ul li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: url(../images/icon-check.svg) no-repeat center / contain;
    }
    #single-main .single-contents ol {
        margin: 6.0vw 0;
        padding: 0;
        list-style: none;
        counter-reset: ws-count;
    }
    #single-main .single-contents ol li {
        position: relative;
        margin: 0.3em 0;
        padding: 0 0 0 2.0em;
        list-style: none;
        font-size: 3.6vw;
        font-weight: 400;
        line-height: calc( 26 / 16 );
    }
    #single-main .single-contents ol li::before {
        position: absolute;
        counter-increment: ws-count;
        content: counter(ws-count) ".  ";
        top: 0.1em;
        right: calc( 100% - 1.0em );
        color: #0083d6;
        font-size: 1.4em;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: right;
        line-height: 1.0;
    }
    #single-main .single-contents .cat {
        margin: 4.0vw auto 0 0;
        padding: 0.5em 1.0em;
        width: max-content;
        color: #fff;
        font-size: 2.8vw;
        font-weight: 500;
        background: #0083d6;
    }
    #single-main .single-contents img {
        display: block;
        margin: 6.0vw auto;
        padding: 0;
        height: auto;
        border-radius: 16px;
    }
    #single-main .single-contents p {
        margin: 1.0em 0 0;
        padding: 0;
        font-size: 3.6vw;
        font-weight: 400;
        line-height: calc( 26 / 16 );
    }

    .single-nav {
        margin: 0 auto;
        padding: 12.0vw 5%;
        width: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4.0vw 0;
    }
    .single-nav :is(a,div) {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        line-height: 1.0;
    }
    .single-nav :is(a,div):nth-child(1) {
        padding: 0 0 0 1.5em;
        font-size: 3.2vw;
        font-weight: 500;
        align-self: flex-start;
    }
    .single-nav div {
        opacity: 0.25;
    }
    .single-nav :is(a,div):nth-child(1)::before {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.6em );
        left: 0;
        margin: 0;
        padding: 0;
        width: 1.2em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #0083d6;
        border-radius: 100%;
    }
    .single-nav :is(a,div):nth-child(1)::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em - 1px );
        left: 0.40em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: 45deg;
    }
    .single-nav :is(a,div):nth-child(2) {
        padding: 1.0em 6.0em;
        color: #fff;
        font-size: 3.6vw;
        font-weight: 700;
        text-align: center;
        background: #0083d6;
        border-radius: 4.0em;
        align-self: center;
    }
    .single-nav :is(a,div):nth-child(2)::before {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.6em );
        right: 2.0em;
        margin: 0;
        padding: 0;
        width: 1.2em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #fff;
        border-radius: 100%;
    }
    .single-nav :is(a,div):nth-child(2)::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em - 1px );
        right: 2.45em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #0083d6;
        border-bottom: 2px solid #0083d6;
        rotate: -45deg;
    }
    .single-nav :is(a,div):nth-child(3) {
        position: relative;
        padding: 0 1.5em 0 0;
        font-size: 3.2vw;
        font-weight: 500;
        align-self: flex-end;
    }
    .single-nav :is(a,div):nth-child(3)::before {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.6em );
        right: 0;
        margin: 0;
        padding: 0;
        width: 1.2em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #0083d6;
        border-radius: 100%;
    }
    .single-nav :is(a,div):nth-child(3)::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em - 1px );
        right: 0.40em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }

}


/**
 * PC用設定
 */
@media ( width >= 768px ) {

    #single-mv {
        position: relative;
        margin: 96px auto 0;
        padding: 0;
        width: 100%;
        overflow: hidden;
    }
    #single-mv .mv-bg {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 3840 / 980;
    }
    #single-mv .mv-bg img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #single-mv .mv-box {
        position: absolute;
        top: 50%;
        left: max( 5vw, calc( 50.0vw - 600px ) );
        width: 90%;
        max-width: 1200px;
        translate: 0 -50%;
    }
    #single-mv .mv-box h1 {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 20px 0;
    }
    #single-mv .mv-box h1 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 24px;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: left;
        letter-spacing: 0.15em;
    }
    #single-mv .mv-box h1 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 48px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.07em;
    }
    #single-mv .mv-box .breadcrumbs {
        margin: 4.0em 0 0;
        padding: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
    }
    #single-mv .mv-box .breadcrumbs a {
        color: #fff;
    }
    #single-mv .mv-box .breadcrumbs span {
        color: rgba( 255, 255, 255, 0.4 );
    }

    #single-main {
        margin: 0 auto;
        padding: 0 0 80px;
        width: 100%;
        background: #fafafa;
    }
    #single-main .single-contents {
        margin: 0 auto;
        padding: 80px max( 5.0vw, calc( min( 100.0vw, 1440px ) * 0.5 - 540px ) );
        width: 90%;
        max-width: 1440px;
        background: #fff;
    }
    #single-main .single-contents h1 {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 30px;
        font-weight: 700;
        text-align: left;
    }
    #single-main .single-contents h2 {
        margin: 1.5em 0 0.5em;
        padding: 0 0 0 0.5em;
        width: 100%;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        line-height: calc( 36 / 24 );
        border-left: 4px solid #0083d6;
    }
    #single-main .single-contents h3 {
        margin: 1.5em 0 0.5em;
        padding: 0.2em 0.5em;
        font-size: 22px;
        font-weight: 500;
        text-align: left;
        line-height: calc( 36 / 22 );
        background: #edf3f7;
        border-radius: 8px;
    }
    #single-main .single-contents h4 {
        margin: 1.5em 0 0.5em;
        padding: 0;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        line-height: calc( 36 / 18 );
    }
    #single-main .single-contents blockquote {
        position: relative;
        margin: 40px 0;
        padding: 24px 24px 24px 64px;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 26 / 16 );
        background: #edf3f7
    }
    #single-main .single-contents blockquote::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 40px;
        height: auto;
        aspect-ratio: 1 / 1;
        background: url(../images/icon-blockquote.svg) no-repeat center / contain;
    }
    #single-main .single-contents ul {
        margin: 40px 0;
        padding: 0;
        list-style: none;
    }
    #single-main .single-contents ul li {
        position: relative;
        margin: 0.2em 0;
        padding: 0 0 0 1.5em;
        list-style: none;
        font-size: 16px;
        font-weight: 400;
        line-height: calc( 26 / 16 );
    }
    #single-main .single-contents ul li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: url(../images/icon-check.svg) no-repeat center / contain;
    }
    #single-main .single-contents ol {
        margin: 40px 0;
        padding: 0;
        list-style: none;
        counter-reset: ws-count;
    }
    #single-main .single-contents ol li {
        position: relative;
        margin: 0.3em 0;
        padding: 0 0 0 2.0em;
        list-style: none;
        font-size: 16px;
        font-weight: 400;
        line-height: calc( 26 / 16 );
    }
    #single-main .single-contents ol li::before {
        position: absolute;
        counter-increment: ws-count;
        content: counter(ws-count) ".  ";
        top: 0.1em;
        right: calc( 100% - 1.0em );
        color: #0083d6;
        font-size: 1.4em;
        font-weight: 400;
        font-family: var(--font-calsans);
        text-align: right;
        line-height: 1.0;
    }
    #single-main .single-contents .cat {
        margin: 20px auto 0 0;
        padding: 0.5em 1.0em;
        width: max-content;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        background: #0083d6;
    }
    #single-main .single-contents img {
        display: block;
        margin: 40px auto;
        padding: 0;
        height: auto;
        border-radius: 16px;
    }
    #single-main .single-contents p {
        margin: 1.0em 0 0;
        padding: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: calc( 26 / 16 );
    }

    .single-nav {
        margin: 0 auto;
        padding: 80px max( 5.0vw, calc( 50.0vw - 540px ) );
        width: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .single-nav :is(a,div) {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        line-height: 1.0;
    }
    .single-nav div {
        opacity: 0.25;
    }
    .single-nav :is(a,div):nth-child(1) {
        padding: 0 0 0 1.5em;
        font-size: 15px;
        font-weight: 500;
    }
    .single-nav :is(a,div):nth-child(1)::before {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.6em );
        left: 0;
        margin: 0;
        padding: 0;
        width: 1.2em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #0083d6;
        border-radius: 100%;
    }
    .single-nav :is(a,div):nth-child(1)::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em - 1px );
        left: 0.40em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: 45deg;
    }
    .single-nav :is(a,div):nth-child(2) {
        padding: 1.0em 6.0em;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        background: #0083d6;
        border-radius: 4.0em;
    }
    .single-nav :is(a,div):nth-child(2)::before {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.6em );
        right: 2.0em;
        margin: 0;
        padding: 0;
        width: 1.2em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #fff;
        border-radius: 100%;
    }
    .single-nav :is(a,div):nth-child(2)::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em - 1px );
        right: 2.45em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #0083d6;
        border-bottom: 2px solid #0083d6;
        rotate: -45deg;
    }
    .single-nav :is(a,div):nth-child(3) {
        position: relative;
        padding: 0 1.5em 0 0;
        font-size: 15px;
        font-weight: 500;
    }
    .single-nav :is(a,div):nth-child(3)::before {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.6em );
        right: 0;
        margin: 0;
        padding: 0;
        width: 1.2em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #0083d6;
        border-radius: 100%;
    }
    .single-nav :is(a,div):nth-child(3)::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em - 1px );
        right: 0.40em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }

}
