@import url("cssreset.css");
@import url("base.css");
@import url("header.css");
@import url("footer.css");

/* policy */

/* kv */
section#kv .bg img {
    display: block;
}
section#kv p {
    display: block;
    position: absolute;
    top: 0;
    left: 4.5%;
    bottom: 0;
    height: 4.2em;
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
    line-height: 1.4;
    font-size: 4.363vw;
    font-weight: 700;
    text-shadow: 1px 1px 10px #ffffff,-1px 1px 10px #ffffff,1px -1px 10px #ffffff,-1px -1px 10px #ffffff;
}
@media only screen and (max-width: 750px) {
    section#kv {
        display: flex;
        align-items: center;
        height: 48vw;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url("../images/policy/kv_sp.jpg");
        background-size: contain;
    }
    section#kv p {
        position: relative;
        left: 0;
        margin-left: 4.5%;
        font-size: 5.4vw;
    }
}


/* lead */
section#lead {
    padding-top: 60px;
    padding-bottom: 60px;
}
section#lead .inner {
    width: 85%;
    max-width: 850px;
    padding-left: 0;
    padding-right: 0;
}
section#lead p {
    margin-bottom: 1em;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
}
section#lead figure {
    margin-top: 60px;
}
@media only screen and (max-width: 750px) {
    section#lead {
        padding-top: 8vw;
        padding-bottom: 12.8vw;
    }
    section#lead p {
        font-size: 4.3vw;
    }
}


/* concept */
section#concept {
    background-color: #ebebeb;
    padding-top: 64px;
    padding-bottom: 64px;
}
section#concept h2 {
    margin-bottom: 1em;
    font-size: 40px;
    font-weight: 700;
    color: #c4494d;
}
section#concept dl div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #989091;
}
section#concept dl div:first-of-type {
    border-top: 1px solid #989091;
}
section#concept dl dt {
    width: 340px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}
section#concept dl dd {
    width: calc(100% - 340px);
    padding-right: 75px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 1100px) {
    section#concept dl dd {
        padding-right: 4.5%;
    }
}
@media only screen and (max-width: 750px) {
    section#concept {
        padding-top: 12vw;
        padding-bottom: 12.8vw;
    }
    section#concept h2 {
        font-size: 5.4vw;
    }
    section#concept dl div {
        display: block;
        padding-top: 12vw;
        padding-bottom: 8vw;
    }
    section#concept dl dt {
        width: 100%;
        margin-bottom: 1.5em;
        font-size: 6.4vw;
    }
    section#concept dl dd {
        width: 100%;
        padding-right: 0;
        font-size: 4.2vw;
    }
}


/* message */
section#message {
    padding-top: 90px;
    padding-bottom: 96px;
}
section#message .inner {
    width: 85%;
    max-width: 850px;
    padding-left: 0;
    padding-right: 0;
}
section#message h2 {
    margin-bottom: 4em;
    font-size: 14px;
    font-weight: 700;
    color: #221714;
}
section#message h2 span {
    display: block;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    color: #c4494d;
}
section#message p {
    margin-bottom: 1em;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
section#message p.name {
    overflow: hidden;
    margin-top: 2em;
    margin-bottom: 90px;
    text-align: right;
    font-size: 14px;
}
section#message p.name strong {
    display: inline-block;
    width: 129px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/policy/name.png");
    text-indent: 100%;
    color: transparent;
    vertical-align: bottom;
}
section#message .link-interview {
    position: relative;
    background-color: #c4494d;
    padding: 32px 0;
    color: #ffffff;
    transition: all .3s ease;
}
section#message .link-interview:hover {
    opacity: 0.7;
}
section#message .link-interview a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section#message .link-interview p {
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
section#message .link-interview p strong {
    line-height: 1.4;
    font-size: 32px;
}
section#message .link-interview span {
    display: inline-block;
    position: absolute;
    right: 1em;
    bottom: 0.5em;
    padding-right: 1em;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    pointer-events: none;
}
section#message .link-interview span:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.75em;
    height: 0.75em;
    background-color: #ffffff;
    margin: auto;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    content: "";
}
@media only screen and (max-width: 880px) {
    section#message .link-interview p {
        font-size: 2.2vw;
    }
    section#message .link-interview p strong {
        font-size: 3.4vw;
    }
    section#message .link-interview span {
        font-size: 2.0vw;
    }
}
@media only screen and (max-width: 750px) {
    section#message {
        padding-top: 13vw;
        padding-bottom: 13vw;
    }
    section#message h2 {
        margin-bottom: 2em;
        font-size: 3.8vw;
    }
    section#message h2 span {
        font-size: 6.4vw;
    }
    section#message p {
        font-size: 4.2vw;
    }
    section#message p.name {
        margin-bottom: 9.4vw;
        font-size: 3.4vw;
    }
    section#message p.name strong {
        width: 28vw;
        height: 7.4vw;
    }
    section#message .link-interview p {
        font-size: 3.2vw;
    }
    section#message .link-interview p strong {
        font-size: 4.2vw;
    }
    section#message .link-interview span {
        font-size: 3.8vw;
    }
    section#message .link-interview:hover {
        opacity: 1;
    }
}






