#fv {
    height:800px;
    background: url(../images/top/main_visual_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 90px;
}
#fv .mv_maincatch {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    text-shadow: 0px 0px 20px rgba(5, 60, 130, 0.8);
}
#fv .mv_maincatch span.en {
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
}
@media screen and (max-width:640px) {
    #fv {
        height:70vh;
        background: url(../images/top/main_visual_bg_sp.jpg) no-repeat;
        background-size: cover;
        margin-top: 60px;
    }
    #fv .mv_maincatch {
        left: 5%;
        font-size: 3rem;
    }
    #fv .mv_maincatch span.en {
        font-size: 1.2rem;
    }
}

.ttl_cont {
    text-align: center;
    padding-top: 50px;
}
.ttl_cont .sec_ttl {
    color: #004386;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
}
.ttl_cont .sec_ttl::before {
    content: url(../images/top/ttl_wave.svg);
    width: 100px;
    display: block;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.ttl_cont .sec_ttl::after {
    content: attr(data-en)"";
    font-size: 1.8rem;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    color: #333;
    text-align: center;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.container {
    margin-top: 60px;
}

@media screen and (max-width:640px) {
    .ttl_cont .sec_ttl {
        font-size: 2.4rem;
    }
    .ttl_cont .sec_ttl::after {
        font-size: 1.6rem;
    }
    .container {
        margin-top: 30px;
    }
}

#about {
    padding: 120px 0 0;
}
#about .container {
    margin-top: 40px;
}
.about_upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_upper .textarea {
    width: 45%;
}
.about_upper .textarea .about_catch {
    font-size: 2.8rem;
    font-weight: 700;
    color: #004386;
    margin-bottom: 25px;
}
.about_upper .textarea .about_catch span.en {
    display: block;
    margin-top: 5px;
    font-size: 1.8rem;
}
.about_upper .textarea .about_description {
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: justify;
}
.about_upper .imagearea {
    width: 50%;
}
.about_eyecatch {
    margin-top: 60px;
}
@media screen and (max-width:640px) {
    #about {
        padding: 60px 0 0;
    }
    #about .container {
        margin-top: 30px;
    }
    .about_upper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .about_upper .imagearea {
        width: 100%;
    }
    .about_upper .textarea {
        width: 100%;
        margin-top: 30px;
    }
    .about_upper .textarea .about_catch {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    .about_upper .textarea .about_catch span.en {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .about_upper .textarea .about_description {
        font-size: 1.4rem;
    }
    .about_eyecatch {
        margin-top: 30px;
    }
}

#business {
    padding: 120px 0;
}
.business_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
}
.business_item:last-child {
    margin-bottom: 0;
}
.business_item:nth-child(2n) {
    flex-direction: row-reverse;
}
.business_item .imagearea {
    width: 50%;
}
.business_item .textarea {
    width: 45%;
}
.business_item .textarea .business_ttl {
    font-size: 2.8rem;
    font-weight: 700;
    color: #004386;
    line-height: 1.2;
}
.business_item .textarea .business_ttl span.en {
    font-size: 2rem;
    color: #333;
    display: block;
    margin-bottom: 10px;
}
.business_item .textarea .business_txt {
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: justify;
    margin-top: 30px;
}

@media screen and (max-width:640px) {
    #business {
        padding: 60px 0;
    }
    .business_item {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .business_item:nth-child(2n) {
        flex-direction: column;
    }
    .business_item .imagearea {
        width: 100%;
    }
    .business_item .textarea {
        width: 100%;
        margin-top: 20px;
    }
    .business_item .textarea .business_ttl {
        font-size: 2.2rem;
    }
    .business_item .textarea .business_ttl span.en {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
    .business_item .textarea .business_txt {
        font-size: 1.4rem;
        line-height: 2.2;
        text-align: justify;
        margin-top: 20px;
    }
}

#company {
    padding: 120px 0;
    background-color: #f3f8fc;
}
.company_info_table {
    width: 900px;
    margin: 0 auto;
}
.company_info_table .row {
    display: flex;
    border-bottom: solid 1px #d9e3eb;
    padding: 30px 0;
}
.company_info_table .row .th {
    width: 20%;
    font-size: 1.8rem;
    font-weight: 700;
}
.company_info_table .row .td {
    width: 80%;
    font-size: 1.6rem;
}
.company_info_table .row .td .cit_list {
    list-style: decimal;
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media screen and (max-width:640px) {
    #company {
        padding: 60px 0;
    }
    .company_info_table {
        width: 100%;
        margin: 0 auto;
    }
    .company_info_table .row {
        flex-direction: column;
        padding: 20px 0;
    }
    .company_info_table .row .th {
        width: 100%;
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .company_info_table .row .td {
        width: 100%;
        font-size: 1.4rem;
    }
    .company_info_table .row .td .cit_list {
        gap: 10px;
    }
}

#access {
    padding: 120px 0;
}
.access_contents {
    display: flex;
    justify-content: space-between;
}
.access_contents .textarea {
    width: 45%;
}
.access_contents .textarea .access_ttl {
    font-size: 2.4rem;
    font-weight: 700;
    color: #004386;
    margin-bottom: 20px;
}
.access_contents .textarea .access_txt {
    font-size: 1.8rem;
}
.access_contents .textarea .line {
    width: 100px;
    margin: 10px 0 30px;
}
.access_contents .textarea .access_list {
    list-style: none;
    padding-left: 2.4em;
}
.access_contents .textarea .access_list .access_list_item {
    font-size: 1.8rem;
    position: relative;
    line-height: 1.7;
    margin-bottom: 20px;
}
.access_contents .textarea .access_list .access_list_item::before {
    counter-increment: number 1;
    content: "("counter(number,decimal-leading-zero)")";
    position: absolute;
    left: -2.4em;
    color: #004386;
    font-family: "futura-pt", sans-serif;
}
.access_contents .gmaparea {
    width: 53%;
}
.gmap {
    width: 100%;
}
.gmap iframe {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
}
@media screen and (max-width:640px) {
    #access {
        padding: 60px 0;
    }
    .access_contents {
        display: flex;
        flex-direction: column;
    }
    .access_contents .textarea {
        width: 100%;
    }
    .access_contents .textarea .line {
        margin: 0 0 20px;
    }
    .access_contents .textarea .access_ttl {
        font-size: 1.8rem;
        color: #004386;
        margin-bottom: 10px;
    }
    .access_contents .textarea .access_txt {
        font-size: 1.4rem;
    }
    .access_contents .textarea .access_list {
        list-style: none;
        padding-left: 2.4em;
    }
    .access_contents .textarea .access_list .access_list_item {
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .access_contents .gmaparea {
        width: 100%;
        margin-top: 20px;
    }
}

#contact {
    background-color: #bae3f9;
    padding: 120px 0;
}
#contact .contact_table {
    width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}
#contact .contact_table .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #dbdbdb;
}
#contact .contact_table .row .th {
    width: 30%;
    font-size: 1.6rem;
    font-weight: 700;
}
#contact .contact_table .row .td {
    width: 70%;
}
#contact .contact_table .row .td input[type="text"],
#contact .contact_table .row .td input[type="email"],
#contact .contact_table .row .td input[type="tel"] {
    width: 100%;
    padding: 20px 15px;
    background-color: #f6f6f6;
    border: none;
    font-size: 1.6rem;
}
#contact .contact_table .row .td textarea {
    width: 100%;
    height: 10em;
    padding: 20px 15px;
    background-color: #f6f6f6;
    border: none;
    font-size: 1.6rem;
    font-family: YakuHanJP, source-han-sans-japanese, sans-serif;
}
#contact .contact_table .submit_inner {
    margin: 40px auto 0;
    text-align: center;
}
#contact .contact_table .submit_inner input[type="submit"] {
    width: 300px;
    padding: 25px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    border-radius: 60px;
    background-color: #004386;
    border: none;
}
.wpcf7-spinner {
    display: block;
}
@media screen and (max-width:640px) {
    #contact {
        padding: 60px 0;
    }
    #contact .contact_table {
        width: 100%;
        padding: 20px 5%;
        border-radius: 10px;
    }
    #contact .contact_table .row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: solid 1px #dbdbdb;
    }
    #contact .contact_table .row .th {
        width: 100%;
        margin-bottom: 10px;
    }
    #contact .contact_table .row .td {
        width: 100%;
    }
    #contact .contact_table .submit_inner {
        margin: 40px auto 20px;
    }
    #contact .contact_table .submit_inner input[type="submit"] {
        width: 100%;
        padding: 20px;
        font-size: 1.6rem;
    }
}