@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,500&display=swap");

/*  ----------------------------------------------------------

index

----------------------------------------------------------  */
/* kv */
#main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 90vh;
}

.top-kv-copy {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -webkit-text-stroke: 1px #004094;
    color: transparent;
}

.top-kv-copy span {
    display: flex;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: 12rem;
    line-height: 0.9;
}

/* about */
.top-about {
    background: var(--bg-color);
    padding: 0 10% 12rem 10%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 999;
}

.top-about > * {
    width: 46%;
}

.top-about > *:first-of-type {
    margin-top: 15rem;
}

.top-about > *:last-of-type {
    padding-top: 8rem;
}

.top-about p {
    margin-bottom: 4rem;
}

/* service */
.top-service {
    padding: 12rem 10%;
}

.top-service-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 6rem;
}

.top-service-wrap h2 {
    margin-bottom: 0;
    margin-right: 6rem;
}

.top-service ul {
    display: flex;
    justify-content: space-evenly;
}

.top-service ul li {
    width: 32%;
}

.top-service h3 {
    line-height: 1;
    color: var(--main-color);
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 3.5rem 0 1.5rem 0;
}

.top-service ul li p {
    font-size: 1.2rem;
}

.top-service a {
    display: block;
}

.top-service a:hover {
    opacity: 0.6;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

/* records */
.top-records {
    background: var(--bg-color);
    padding: 12rem 10%;
}

.top-records-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.top-records-wrap > p {
    width: 45%;
}

/* cv */
.cv {
    background: url(../img/top-bg1.jpg) no-repeat center / cover;
    padding: 12rem 10%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cv h2 {
    margin-bottom: 0;
    color: #fff;
}

.cv > div {
    width: 45%;
}

.cv p {
    margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {

    /* kv */
    #main {
        height: 80vh;
    }

    .top-kv-copy {
        left: 6%;
    }

    .top-kv-copy span {
        font-size: 8rem;
    }

    /* about */
    .top-about {
        background: var(--bg-color);
        padding: 0 2rem 12rem 2rem;
        display: block;
    }

    .top-about > * {
        width: 100%;
    }

    .top-about > *:first-of-type {
        margin-top: 0;
    }

    .top-about img {
        margin-top: -5rem;
    }

    /* service */
    .top-service {
        padding: 12rem 2rem;
    }

    .top-service-wrap {
        display: block;
    }

    .top-service-wrap h2 {
        margin-bottom: 2rem;
        margin-right: 0;
    }

    .top-service ul {
        display: block;
    }

    .top-service ul li {
        width: 100%;
    }

    .top-service ul li:not(:last-child) {
        margin-bottom: 6rem;
    }

    .top-service h3 {
        font-size: 1.8rem;
    }

    /* records */
    .top-records {
        padding: 12rem 2rem;
    }

    .top-records-wrap {
        display: block;
    }

    .top-records-wrap > p {
        width: 100%;
        margin-bottom: 4rem;
    }

    /* cv */
    .cv {
        display: block;
    }

    .cv h2 {
        margin-bottom: 6rem;
    }

    .cv > div {
        width: 100%;
    }

    .cv p {
        margin-bottom: 4rem;
    }
}

/*  ----------------------------------------------------------

about

----------------------------------------------------------  */
.about-vision {
    padding: 6rem 10% 12rem 10%;
}

.about-vision h3 + p {
    width: 60%;
    margin: 0 auto 6rem auto;
    text-align: center;
}

.about-vision-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-vision-wrap > * {
    width: 46%;
}

.about-message {
    padding: 12rem 10%;
    background: var(--bg-color);
}

.about-message-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-message-wrap > *:first-of-type {
    width: 30%;
}

.about-message-wrap > *:last-of-type {
    width: 60%;
}

.about-message-wrap .sig {
    display: block;
    margin-top: 3rem;
    text-align: right;
}

.about-member {
    padding: 12rem 10%;
}

.about-member ul {
    border-top: 1px solid #c5ccd6;
}

.about-member ul li {
    display: flex;
    padding: 6rem;
    border-bottom: 1px solid #c5ccd6;
}

.about-member ul li > h4 {
    width: 30%;
    color: var(--assort-color);
    font-size: 2rem;
    line-height: 1.6;
}

.about-member ul li > h4 small {
    display: block;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    color: var(--main-color);
    text-transform: uppercase;
}

.about-member ul li > p {
    width: 70%;
}

.about-company {
    padding: 12rem 10%;
    background: linear-gradient(#f7f8fa 70%, transparent 30%);
}

.about-company iframe {
    width: 100%;
    height: 40rem;
}

.about-company .sv {
    background: #ccc;
    width: 100%;
    height: 40rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 4rem;
}

.about-company dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
}

.about-company dl dt {
    width: 30%;
    text-align: center;
    color: var(--assort-color);
    font-weight: bold;
    padding: 2rem 0;
    border-bottom: solid 1px #004094;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-company dl dd {
    width: 70%;
    padding: 2rem;
    border-bottom: 1px solid #c5ccd6;
}

@media screen and (max-width: 767px) {
    .about-vision {
        padding: 6rem 2rem 12rem 2rem;
    }

    .about-vision h3 + p {
        width: 100%;
    }

    .about-vision-wrap {
        display: block;
    }

    .about-vision-wrap > * {
        width: 100%;
    }

    .about-vision-wrap > *:first-of-type {
        margin-bottom: 3rem;
    }

    .about-message {
        padding: 12rem 2rem;
    }

    .about-message-wrap {
        display: block;
    }

    .about-message-wrap > *:first-of-type {
        width: 80%;
        margin: 0 auto 3rem auto;
    }

    .about-message-wrap > *:last-of-type {
        width: 100%;
    }

    .about-member {
        padding: 12rem 2rem;
    }

    .about-member ul li {
        display: block;
        padding: 6rem 0;
    }

    .about-member ul li > h4 {
        width: 100%;
        color: var(--assort-color);
        font-size: 2rem;
        line-height: 1.6;
        margin-bottom: 3rem;
    }

    .about-member ul li > p {
        width: 101%;
    }

    .about-company {
        padding: 12rem 0;
        background: linear-gradient(#f7f8fa 40%, transparent 40%);
    }

    .about-company dl {
        padding: 0 2rem;
    }
}

/*  ----------------------------------------------------------

service

----------------------------------------------------------  */
.service-sec {
    padding: 6rem 10% 12rem 10%;
}

.service-sec h3 + p {
    width: 60%;
    margin: 0 auto 2rem auto;
    text-align: center;
}

.service-sec ul.service-detail {
    width: 75%;
    margin: 0 auto 6rem auto;
    border: solid 1px #004094;
    color: var(--main-color);
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 3rem 1.8rem 5rem;
}

.service-sec ul.service-detail li {
    width: 50%;
    list-style: disc;
    font-weight: bold;
}

.service-sec-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-sec-wrap > * {
    width: 46%;
}

#sec2 {
    padding: 12rem 10%;
    background: var(--bg-color);
}

#sec3 {
    padding: 12rem 10%;
}

@media screen and (max-width: 767px) {
    .service-sec {
        padding: 6rem 2rem 12rem 2rem;
    }

    .service-sec h3 + p {
        width: 101%;
        text-align: left;
    }

    .service-sec ul.service-detail {
        width: 100%;
        display: block;
        padding: 2rem 2rem 1.8rem 4rem;
        margin-bottom: 4rem;
    }

    .service-sec ul.service-detail li {
        width: 100%;
    }

    .service-sec-wrap {
        display: block;
    }

    .service-sec-wrap > * {
        width: 100%;
    }

    .service-sec-wrap > *:first-of-type {
        margin-bottom: 2rem;
    }

    #sec1 h3 {
        font-size: 4rem;
        line-height: 1.2;
    }

    #sec2 {
        padding: 12rem 2rem;
    }

    #sec3 {
        padding: 12rem 2rem;
    }
}

/*  ----------------------------------------------------------

record

----------------------------------------------------------  */
.record-sec {
    padding: 6rem 10% 12rem 10%;
}

.record-sec-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.record-sec-wrap > * {
    width: 46%;
}

.record-sec h4 {
    color: var(--main-color);
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.record-sec-wrap:not(:last-of-type) {
    margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
    .record-sec {
        padding: 6rem 2rem 12rem 2rem;
    }

    .record-sec-wrap {
        display: block;
    }

    .record-sec-wrap > * {
        width: 100%;
    }

    .record-sec-wrap > *:first-of-type {
        margin-bottom: 3rem;
    }
}

/*  ----------------------------------------------------------

record

----------------------------------------------------------  */
.contact-sec {
    padding: 10rem 10% 12rem 10%;
}

.contact-sec p {
    margin-bottom: 5rem;
}

.contact-sec h3 + p {
    width: 60%;
    margin: 0 auto 6rem auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contact-sec {
        padding: 6rem 3rem 12rem 3rem;
    }
}

/*  ----------------------------------------------------------

form

----------------------------------------------------------  */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}

.CMS-FORM-GROUP label {
    width: 30%;
    font-weight: bold;
}

.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
    width: 70%;
    padding: 2rem;
    border: none;
    box-sizing: border-box;
    background: #f5f5f5;
}

.CMS-FORM-GROUP select {
    border: none;
    background: #f5f5f5;
    padding: 1.5rem 2rem;
    color: #5c5f75;
}

.CMS-FORM-GROUP textarea {
    height: 16rem;
}

.CMS-FORM-GROUP input[type="submit"] {
    background: url(../img/arrow.png) no-repeat top 2.7rem right 2rem;
    background-size: 5rem auto;
    background-color: var(--main-color);
    border: none;
    color: #fff;
    display: block;
    width: 28rem;
    padding: 2.5rem 3rem;
    margin: 1rem auto;
    transition: all 0.3s;
    display: block;
    font-size: 1.4rem;
    text-align: left;
    -webkit-appearance: button;
    appearance: button;
}

.CMS-FORM-GROUP input[type="button2"] {
    background: url(../img/arrow.png) no-repeat top 2.7rem right 2rem;
    background-size: 5rem auto;
    background-color: #808080;
    border: none;
    color: #fff;
    display: block;
    width: 28rem;
    padding: 2.5rem 3rem;
    margin: 1rem auto;
    transition: all 0.3s;
    display: block;
    font-size: 1.4rem;
    text-align: left;
    -webkit-appearance: button;
    appearance: button;
}

.CMS-FORM-GROUP input[type="submit"]:hover,
.CMS-FORM-GROUP input[type="button2"]:hover {
    cursor: pointer;
    opacity: 0.5;
}

form input[type="radio"] {
    width: 2rem !important;
    vertical-align: -0.18rem;
    margin-right: 1rem;
}

.CMS-FORM-RADIO {
    width: 70%;
    margin: 0;
}

.CMS-FORM-RADIO label {
    display: inline;
}

form input[type="radio"] {
    vertical-align: -0.18rem;
}

@media screen and (min-width: 768px) {
    .CMS-FORM-GROUP label {
        padding-left: 2rem;
    }

    .CMS-FORM-GROUP {
        position: relative;
    }

    .CMS-FORM-GROUP:not(:last-of-type) {
        border-bottom: solid 1px #c5ccd6;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }

    .CMS-FORM-GROUP:not(:last-of-type):before {
        content: "";
        width: 30%;
        height: 1px;
        background: var(--main-color);
        position: absolute;
        left: 0;
        bottom: -1px;
    }
}

@media screen and (max-width: 767px) {
    .CMS-FORM-GROUP {
        display: block;
        padding-bottom: 5rem;
    }

    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .CMS-FORM-GROUP input,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }

    .CMS-FORM-RADIO {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .CMS-FORM-RADIO label {
        margin: 0 0 1rem 0;
        padding: 0;
        width: 90%;
    }

    .CMS-FORM-RADIO input {
        margin-bottom: 1.1rem;
    }

    .CMS-FORM-GROUP input[type="submit"],
    .CMS-FORM-GROUP input[type="button2"] {
        width: 100%;
    }

    .CMS-FORM-GROUP input[type="button2"] {
        margin-bottom: 2rem;
    }
}

.his {
    background: #aa172f;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.4rem 1rem;
    margin-left: 1rem;
    vertical-align: 0.1rem;
}

::placeholder {
    color: #aaa;
}

.thanx {
    text-align: center;
    padding: 6rem 0 4rem 0;
}

.to-top {
    margin-bottom: 4rem;
}

.to-top a {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .to-top {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

.text {
    width: 75%;
    margin: -55px auto 10px auto;
    line-height: 18px;
    font-size: smaller;
}

.checksheet {
    color: blue;
}
