@charset "UTF-8";

body {
    background-color: #f8f8f8;
}

.sec_hl {
    margin-bottom: 7rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
}

.sec_hl .en {
    font-size: 8rem;
    font-weight: 700;
    color: #084ea1;
    line-height: 1.167;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.sec_hl .jp {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .sec_hl {
        row-gap: 1rem;
        margin-bottom: 4rem;
    }

    .sec_hl .en {
        font-size: 5rem;
    }

    .sec_hl .jp {
        font-size: 1.8rem;
    }
}


/* MV
-----------------*/
.top_mv {
    width: 100%;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12rem;
    overflow: hidden;
    position: relative;
}

.top_mv:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/mv_pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    transition: transform 10s;
}

.top_mv.active:before {
    transform: scale(1.1)
}

.top_mv .mv_copy {
    text-align: center;
    color: #fff;
}

.top_mv .mv_copy .main {
    font-size: 7rem;
    font-weight: 900;
    letter-spacing: .05em;
    margin-bottom: 3rem;
}

.top_mv .mv_copy .sub {
    font-size: 3rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 1.33;
    letter-spacing: .05em;
    transition-delay: .5s;
}

@media (max-width: 767px) {
    .top_mv {
        height: 128vw;
        margin-bottom: 5rem;
    }

    .top_mv:before {
        background-image: url(../img/top/mv_sp.webp);
        background-position: left top;
    }

    .top_mv .mv_copy .main {
        font-size: 10vw;
    }

    .top_mv .mv_copy .sub {
        font-size: 1.6rem;
    }
}


/* NEWS
-----------------*/
#sec_news .wrap_inner {
    background-color: #fff;
    padding: 3rem 5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

#sec_news .side_L {
    width: 30%;
}

#sec_news .hl {
    margin-bottom: 2rem;
}

#sec_news .hl .main {
    font-size: 6rem;
    line-height: 1.167;
    color: #084ea1;
    font-weight: 700;
    display: block;
    margin-bottom: .5rem;
    letter-spacing: .05em;
}

#sec_news .hl .sub {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    display: block;
}

#sec_news .btn {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 1.3rem;
    width: 17.5rem;
    background-color: #084ea1;
}

#sec_news .side_R {
    width: 70%;
}

#sec_news .news_flex {
    font-weight: 500;
}

#sec_news .news_flex div {
    display: flex;
    align-items: start;
    padding: 1.7rem 0;
    column-gap: 3rem;
}

#sec_news .news_flex div:not(:last-child) {
    border-bottom: 1px dashed #222;
}

#sec_news .news_flex dt {
    min-width: 8.5rem;
    white-space: nowrap;
    color: #084ea1;
}

@media (max-width: 767px) {
    #sec_news .wrap_inner {
        padding: 3rem 1.5rem 2rem;
        flex-wrap: wrap;
        row-gap: 1rem;
    }

    #sec_news .side_L {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #sec_news .side_R {
        width: 100%;
    }

    #sec_news .hl .main {
        font-size: 4rem;
    }

    #sec_news .hl .sub {
        font-size: 1.5rem;
    }

    #sec_news .btn {
        width: 14rem;
    }

    #sec_news .news_flex div {
        flex-wrap: wrap;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 1.5rem 0;
    }

    #sec_news .news_flex dt {
        margin-bottom: .6rem;
    }

    #sec_news .news_flex dd {
        width: 100%;
    }
}


/* STRENGTH
-----------------*/
#sec_strength {
    padding: 12rem 0;
    z-index: +10;
    position: relative;
}

#sec_strength:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/strength.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    opacity: .1;
    z-index: -1;
}

#sec_strength .front_text {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 6rem;
    text-align: center;
}

#sec_strength .main_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 8rem;
    row-gap: 5rem;
}

#sec_strength .main_flex img {
    width: calc(50% - 4rem);
}

#sec_strength .main_flex .text_side {
    width: calc(50% - 4rem);
}

#sec_strength .main_flex .lead {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    letter-spacing: .05em;
}

#sec_strength .main_flex .sub_lead {
    font-size: 2rem;
    line-height: 2;
    font-weight: 500;
    color: #084ea1;
    margin-bottom: 4rem;
    letter-spacing: .05em;
    text-transform: uppercase;
}

#sec_strength .main_flex .text {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
}

.middle_swiper {
    overflow: hidden;
}

@media (min-width: 768px) {
    .middle_swiper img {
        max-width: 25vw;
    }
}

@media (max-width: 767px) {
    #sec_strength {
        padding: 6rem 0 5rem;
    }

    #sec_strength:before {
        opacity: .2;
        background-position: top 6rem center;
    }

    #sec_strength .front_text {
        font-size: 1.4rem;
        margin-bottom: 2.4rem;
    }

    #sec_strength .main_flex img {
        width: 100%;
    }

    #sec_strength .main_flex .text_side {
        width: 100%;
    }

    #sec_strength .main_flex .lead {
        font-size: 3.5rem;
    }

    #sec_strength .main_flex .sub_lead {
        font-size: 1.5rem;
    }

    #sec_strength .main_flex .text {
        font-size: 1.5rem;
    }
}


/* SERVICE
-----------------*/
#sec_service {
    padding: 12rem 0;
    background-color: #e3f0ff;
    position: relative;
}

#sec_service:before {
    content: "";
    width: 72rem;
    height: 49rem;
    position: absolute;
    right: 3.6rem;
    top: 6rem;
    background-image: url(../img/top/service_decoration.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#sec_service .wrapper {
    z-index: +10;
}

#sec_service .front_text {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 6rem;
    text-align: center;
}

#sec_service .service_col {
    display: flex;
    background-color: #fff;
}

#sec_service .service_col .item {
    width: calc(100% / 3);
    padding: 4rem 4rem 7.4rem;
    display: flex;
    flex-direction: column;
}

#sec_service .service_col .item:not(:last-of-type) {
    border-right: 1px solid #ccc;
}

#sec_service .service_col .lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: .8rem;
    margin-bottom: 4.3rem;
}

#sec_service .service_col .lead .main {
    font-size: clamp(2.8rem, 2.1vw, 3.5rem);
}

#sec_service .service_col .lead .en {
    font-size: 1.6rem;
    font-weight: 500;
    color: #084ea1;
}

#sec_service .service_col .thumb {
    width: 100%;
    margin-bottom: 4rem;
}

#sec_service .service_col h4 {
    font-size: 2.5rem;
    line-height: 1.6;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #084ea1
}

#sec_service .service_col ul {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    display: flex;
    flex-direction: column;
    row-gap: 1.2rem;
    margin-bottom: 4rem;
}

#sec_service .service_col li {
    padding-left: 1.5em;
    position: relative;
}

#sec_service .service_col li:before {
    content: "";
    width: .83em;
    height: .4rem;
    background-color: #084ea1;
    position: absolute;
    left: 1px;
    top: calc(1em - .2rem);
}

#sec_service .service_col .service_btn {
    width: 41rem;
    max-width: 100%;
    padding-right: 2rem;
    margin: auto auto 0;
    position: relative;
}

#sec_service .service_col .service_btn a {
    padding: 2.2rem 2rem;
    border: 1px solid #084ea1;
}

#sec_service .service_col .service_btn a img {
    height: 5.4rem;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
}

#sec_service .service_col .service_btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 100%;
    background-image: url(../img/common/arrow_1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}

#sec_service .service_col .service_btn a:hover {
    background-color: #e3f0ff;
}

@media (max-width: 767px) {
    #sec_service {
        padding: 5rem 0 6rem;
    }

    #sec_service:before {
        width: 21rem;
        height: 14rem;
        right: 2rem;
        top: 4rem;
    }

    #sec_service .front_text {
        font-size: 1.4rem;
        margin-bottom: 4rem;
    }

    #sec_service .service_col {
        flex-wrap: wrap;
    }

    #sec_service .service_col .item {
        width: 100%;
        padding: 2rem 1.5rem 4rem;
    }

    #sec_service .service_col .item:not(:last-of-type) {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    #sec_service .service_col .lead {
        margin-bottom: 3rem;
    }

    #sec_service .service_col .lead .main {
        font-size: 2.8rem;
    }

    #sec_service .service_col .lead .en {
        font-size: 1.5rem;
    }

    #sec_service .service_col .thumb {
        margin-bottom: 2.5rem;
    }

    #sec_service .service_col h4 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    #sec_service .service_col ul {
        font-size: 1.4rem;
    }

    #sec_service .service_col li:before {
        height: .3rem;
    }

    #sec_service .service_col .service_btn {
        max-width: 90%;
    }

    #sec_service .service_col .service_btn a {
        padding: 1.5rem 2rem;
    }

    #sec_service .service_col .service_btn a img {
        height: 4rem;
    }
}


/* SERVICE
-----------------*/
#sec_profile {
    color: #fff;
    background: linear-gradient(180deg, rgba(50, 123, 211, 1) 5%, rgba(8, 78, 161, 1) 95%);
    position: relative;
}

#sec_profile:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: +8;
    background: linear-gradient(90deg, rgba(50, 123, 211, 0) 20%, rgba(8, 78, 161, 1) 80%);
    pointer-events: none;
}

#sec_profile .wrap_inner {
    padding: 12rem 0 10rem;
    z-index: +10;
}

#sec_profile .inner {
    padding-left: 50%;
    font-weight: 400;
}

#sec_profile .hl {
    margin-bottom: 6rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 3rem;
}

#sec_profile .hl .en {
    font-size: 7rem;
    font-weight: 700;
    line-height: 1.167;
    letter-spacing: .05em;
    text-transform: uppercase;
}

#sec_profile .hl .jp {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

#sec_profile .front_text {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 4rem;
}

#sec_profile h3 {
    margin: 3rem 0;
    font-size: 3rem;
    line-height: 1.34;
    display: flex;
    align-items: center;
    column-gap: 1em;
}

#sec_profile h3:after {
    content: "";
    height: 1px;
    flex: 1;
    transform-origin: left;
    background-color: #fff;
}

#sec_profile dl {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    column-gap: 1rem;
    font-size: 1.6rem;
    line-height: 2.25;
}

#sec_profile dl dt {
    width: 7rem;
}

#sec_profile dl dd {
    width: calc(100% - 8rem);
}

#sec_profile h4 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 2rem;
}

#sec_profile p:not([class]) {
    font-size: 1.6rem;
    line-height: 2;
}

#sec_profile ul li {
    line-height: 2;
    padding-left: 1em;
    position: relative;
}

#sec_profile ul li:before {
    content: "\30FB";
    position: absolute;
    left: 0;
    top: 0;
}

/*縦スライド関連*/
.profile_swiper {
    position: absolute;
    top: 0;
    left: 4rem;
    height: 100%;
    width: calc(50% - 14rem);
    overflow: hidden;
}

.profile_swiper .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_swiper .prof_swiper_inner {
    display: flex;
    column-gap: 3rem;
    height: 100%;
}

.profile_swiper .prof_swiper_inner img {
    width: calc(50% - 1.5rem);
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    #sec_profile {
        background: linear-gradient(150deg, rgba(50, 123, 211, 1) 0%, rgba(8, 78, 161, 1) 100%);
    }

    #sec_profile .inner {
        padding: 0;
    }

    .profile_swiper {
        position: initial;
        width: 100%;
        height: 31vw;
    }

    .profile_swiper .prof_swiper_inner {
        column-gap: 7px;
    }

    .profile_swiper .prof_swiper_inner img {
        width: calc(50% - 3.5px);
    }

    #sec_profile:before {
        content: initial;
    }

    #sec_profile .wrap_inner {
        padding: 5rem 0 6rem;
    }

    #sec_profile .hl {
        text-align: center;
        align-items: center;
        row-gap: 1rem;
        margin-bottom: 3rem;
    }

    #sec_profile .hl .en {
        font-size: 4rem;
    }

    #sec_profile .hl .jp {
        font-size: 1.6rem;
    }

    #sec_profile .front_text {
        font-size: 1.6rem;
    }

    #sec_profile dl {
        font-size: 1.5rem;
    }

    #sec_profile h3 {
        font-size: 2.5rem;
    }

    #sec_profile p:not([class]) {
        font-size: 1.5rem;
    }

    #sec_profile h4 {
        font-size: 1.5rem;
    }

    #sec_profile ul li {
        font-size: 1.5rem;
    }
}


/* CONTACT
-----------------*/
.confirm_wrap,
.thanks_wrap,
.wpcf7-response-output,
.wpcf7-spinner {
    display: none;
}

.wpcf7-list-item {
    margin: 0;
}

#sec_contact {
    padding: 12rem 0;
}

#sec_contact .front_text {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 6rem;
    text-align: center;
}

.form_container {
    padding: 5.5rem 6rem 7rem;
    background-color: #fff;
}

.form_wrap table {
    width: 100%;
}

.form_wrap table tr {
    display: flex;
    align-items: center;
    padding: 2.3rem 0;
    border-bottom: 1px solid #ccc;
    min-height: 10rem;
}

.form_wrap table th {
    min-width: 38rem;
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    line-height: 2;
    display: flex;
    align-items: center;
    column-gap: 2rem;
}

.form_wrap table th.required:after,
.form_wrap .policy_consent label:after {
    content: "\5FC5\9808";
    color: #ce0000;
    letter-spacing: .05em;
    padding: 3px 1.3rem;
    border-radius: 100px;
    border: 1px solid #ce0000;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}

.form_wrap table td {
    width: 100%;
}

.form_wrap table td * {
    letter-spacing: .05em;
}

.form_wrap input[type="text"],
.form_wrap input[type="email"],
.form_wrap input[type="tel"] {
    width: 100%;
    height: 4.5rem;
    line-height: 1.5;
    padding: 0 1.1em;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    font-size: 1.6rem;
    font-weight: 500;
}

.form_wrap textarea {
    width: 100%;
    line-height: 1.5;
    padding: 1rem 1.1em;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    font-size: 1.6rem;
    font-weight: 500;
}

.form_wrap input::placeholder,
.form_wrap textarea::placeholder {
    color: #aaa;
}

.form_wrap .wpcf7-checkbox,
.form_wrap .wpcf7-radio {
    display: flex;
    flex-direction: column;
    row-gap: .8rem;
    line-height: 2;
}

.form_wrap .wpcf7-checkbox label,
.form_wrap .wpcf7-radio label {
    position: relative;
    padding: 0 0 0 1.5em;
    font-weight: 700;
}

.form_wrap .wpcf7-checkbox input[type="checkbox"],
.form_wrap .wpcf7-radio input[type="radio"] {
    transform: scale(1.4);
    margin-bottom: -5px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.form_wrap .wpcf7-select {
    width: 20rem;
    height: 5rem;
    padding: 0 1em;
    font-size: 1.6rem;
    font-weight: 500;
    appearance: none;
    border: 1px solid #ccc;
}

.form_wrap .form_select {
    position: relative;
    display: inline-block;
}

.form_wrap .form_select:after {
    content: "";
    width: .8rem;
    height: .8rem;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    transform: rotate(45deg);
    position: absolute;
    top: calc(2.5rem - .5rem);
    right: 1.1rem;
    margin: auto 0;
}

.form_wrap .policy_consent {
    text-align: center;
}

.form_wrap .policy_consent p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 6.7rem 0 2.8rem;
    line-height: 2;
}

.form_wrap .policy_consent p a {
    color: #084ea1;
    display: inline-block;
    padding-right: 1.75em;
    text-decoration: underline;
    position: relative;
}

.form_wrap .policy_consent p a:hover {
    opacity: .8;
}

.form_wrap .policy_consent p a:after {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    top: .5em;
    right: .5em;
    background-image: url(../img/common/tab.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.form_wrap .policy_consent #accept {
    display: none;
}

.form_wrap .policy_consent #accept+span {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1em;
    position: relative;
}

.form_wrap .policy_consent #accept+span:before {
    content: "";
    width: 1.7rem;
    height: 1.7rem;
    outline: 1px solid #ccc;
    background-color: #f2f2f2;
}

.form_wrap .policy_consent #accept+span:after {
    content: "";
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: .3rem;
    margin: auto 0;
    transition: .1s;
    background-color: #084ea1;
    opacity: 0;
}

.form_wrap .policy_consent #accept:checked+span:after {
    opacity: 1;
}

.form_wrap .policy_consent label {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.3rem;
}

.form_wrap .submit_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 6rem;
}

.form_wrap .submit_btn #confirm-btn {
    display: none;
}

.form_wrap .submit_btn .confirm_button {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 2.4rem 3rem;
    border: none;
    width: 40rem;
    max-width: 100%;
    background: linear-gradient(110deg, rgba(50, 123, 211, 1) 0%, rgba(8, 78, 161, 1) 100%);
    cursor: pointer;
    transition: opacity .3s;
    position: relative;
}

.form_wrap .submit_btn .confirm_button:hover {
    opacity: .8;
}

.form_wrap .submit_btn .confirm_button:after {
    content: "";
    width: 1.15em;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 1.1em;
    background-image: url(../img/common/arrow_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.form_wrap .submit_btn #confirm-btn:disabled+.confirm_button {
    background: #ccc;
    cursor: default;
    pointer-events: none;
    opacity: 1 !important;
}

.form_wrap.confirm_wrap .submit_btn .confirm_button {
    width: 30rem;
}

.form_wrap .submit_btn .back_button {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 2.4rem 3rem;
    border: none;
    width: 30rem;
    max-width: 100%;
    background-color: #888;
    cursor: pointer;
    transition: opacity .3s;
    position: relative;
}

.form_wrap .submit_btn .back_button:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .form_wrap table tr {
        flex-wrap: wrap;
        row-gap: 1rem;
    }

    .form_wrap table th {
        min-width: 0;
        font-size: 1.8rem;
    }

    #sec_contact {
        padding: 5rem 0 6rem;
    }

    #sec_contact .front_text {
        font-size: 1.5rem;
        margin-bottom: 4rem;
    }

    .form_container {
        padding: 2rem 1.5rem 4rem;
    }

    .form_wrap .wpcf7-checkbox label,
    .form_wrap .wpcf7-radio label {
        font-size: 1.5rem;
    }

    .form_wrap table th.required:after,
    .form_wrap .policy_consent label:after {
        font-size: 1.5rem;
    }

    .form_wrap .wpcf7-select {
        width: 28rem;
        ;
    }

    .form_wrap .policy_consent p {
        font-size: 1.5rem;
        margin-top: 4rem;
    }

    .form_wrap .submit_btn .confirm_button {
        font-size: 1.6rem;
        width: 100%;
    }

    .form_wrap .submit_btn .back_button {
        font-size: 1.6rem;
    }

    .form_wrap input[type="text"],
    .form_wrap input[type="email"],
    .form_wrap input[type="tel"],
    .form_wrap textarea {
        font-size: 1.5rem;
    }
}



/* 最初はぼかし・薄め表示 */
.inview-blur {
    filter: blur(8px);
    opacity: 0;
    transition: filter 1.5s ease, opacity 1.5s ease;
    will-change: filter, opacity;
}

/* .blur 付与後にクッキリ表示 */
.inview-blur.blur {
    filter: none;
    opacity: 1;
}