@charset "UTF-8";

body{
    background-color: unset;
}

body:not(.home) .container::before {
    pointer-events: none;
}

.content > * {
    width: 81.5%;
    margin: 0 auto;
}

.content > * {
    max-width: 1000px;
    padding-right: 14.285em;
}

.content a {
    color: blue;
    text-decoration: underline;
    vertical-align: middle;
    text-underline-offset: 0.5em;
}

div#policy-image {
    width: unset;
    position: relative;
    top: 0;
    max-width: unset;
    padding-right: unset;
    pointer-events: none;
}

div#policy-link {
    position: relative;
}

div#policy-image > div {
    position: absolute;
    bottom: 0;
}

figure.alignright.size-full {
    min-width: 215px;
    width: 29.47%;
    max-width: 566px;
}

div#policy-image img {
    width: 100%;
    height: auto;
}



div#policy-image > div {
    width: 100%;
}

div#policy-image .wp-block-image {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

div#sub-title > div {
    display: flex;
    flex-direction: column-reverse;
}

div#sub-title > div > * {
    margin: unset;
}

div#sub-title > div > p {
    line-height: calc(24 /18);
    font-size: 1.28em;
    font-weight: 200;
    font-family: "Noto Serif JP", serif;
    text-transform: uppercase;
    color: #142B8B;
}

.wp-block-list li {
    line-height: 2;
}

.content-wrapper {
    font-size: clamp(0px,1.296vw,14px);
    font-weight: 400;
    margin-top: 41px;
    margin-bottom: 100px;
}

div#sub-title h2 {
    font-size: 2.285em;
    line-height: 1.5;
}

h3.wp-block-heading {
    font-size: 1.214em;
    line-height: calc(25/17);
    margin-top: 2.564em;
}

.content p {
    line-height: calc(27 /14);
}

div#corpolate-info {
    margin-top: 3.114em;
    line-height: calc(27 / 14);
}

div#policy-link {
    font-size: 1.142em;
    line-height: 1.511;
    margin-top: 1.443em;
}

div#policy-link li {
    margin-top: 1.281em;
    height: 1.51em;
}

#policy-link a {
    text-decoration: none;
}

div#policy-link a{
    line-height: 1;
    color: #142B8B;
}

div#policy-link a:after {
    content: "";
    height: 0.943em;
    width: 0.943em;
    display: inline-block;
    border-bottom: 3px solid #142B8B;
    border-right: 3px solid #142B8B;
    position: relative;
    left: 0.709em;
    transform: rotate(-45deg);
}



@media screen and (max-width:1080px) {
    .content > *{
        width: calc(100% - 40px);
        padding-right: unset;
    }

    .content-wrapper {
        font-size: clamp(0px,3.73vw,14px);
        font-weight: 400;
    }
    h3.wp-block-heading{
        margin-top: 1.764em;
    }

    div#corpolate-info{
        margin-top: 2.335em;
    }

    div#policy-link {
        font-size: 1.142em;
        line-height: calc(26 / 14);
        margin-top: 1.168em;
    }
    
    div#policy-link li {
        display: flex;
        align-items: center;
        height: 1.51em;
        margin-top: 0.875em;
    }

    div#policy-link a{
        display: flex;
        align-items: center;
    }

    div#policy-link a:after {
        height: 0.943em;
        width: 0.943em;
        left: 0.709em;
    }

    figure.alignright.size-full {
        width: 57.33%;
    }

    div#policy-image > div {
        position: unset;
        margin-top: 36px;
    }
}
@media screen and (max-width:767px) {
    .content-wrapper{
        margin-top: 21px;
        margin-bottom: 75px;
    }
}