.up-fv {
    padding: 180px 0 20px;
    background-color: #fff;
}
.up-title {
    line-height: 1;
    color: #000b3a;
    margin-bottom: 80px;
}
.gradation {
    background: linear-gradient(45deg, #740008 0%, #d7000e 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.up-title-en {
    font-size: 10rem;
}
.up-title-jp {
    font-size: 2rem;
    font-weight: 600;
}
.voice-page .up-title-jp {
    color: #c6000d;
}
.breadcrumb {
    display: flex;
    justify-content: flex-end;
    font-size: 1.4rem;
    gap: 10px;
}
.breadcrumb .bc-link {
    color: #000b3a;
    text-decoration: underline;
}
.breadcrumb .bc-txt {
    position: relative;
    color: #989898;
}

@media screen and (max-width:640px) {
    .up-fv {
        padding: 110px 0 10px;
        background-color: #fff;
    }
    .up-title {
        margin-bottom: 50px;
    }
    .up-title-en {
        font-size: 5.4rem;
    }
    .up-title-jp {
        font-size: 1.8rem;
    }
    .breadcrumb {
        font-size: 1.2rem;
    }
}

.up-sec-title {
    display: flex;
    gap: 20px;
    line-height: 1;
    align-items: flex-end;
    margin-bottom: 50px;
}
.up-sec-title .up-sec-title-en {
    font-size: 6rem;
    line-height: 0.8;
}
.up-sec-title .up-sec-title-jp {
    font-size: 1.8rem;
    font-weight: 700;
    transform: translateY(-5px);
}

@media screen and (max-width:640px) {
    .up-sec-title {
        margin-bottom: 30px;
    }
    .up-sec-title .up-sec-title-en {
        font-size: 3.6rem;
    }
    .up-sec-title .up-sec-title-jp {
        font-size: 1.5rem;
    }
}

.purpose {
    background-color: #f1f4f9;
    padding: 120px 0;
}
.purpose-layout {
    display: flex;
    justify-content: space-between;
}
.purpose-layout .txtarea {
    width: 50%;
}
.purpose-layout .purpose-img {
    width: 47%;
}
.purpose-headline {
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .05em;
    padding-bottom: 10px;
    border-bottom: solid 2px #000b3a;
    margin-bottom: 40px;
}
.purpose-headline .big {
    font-size: 3rem;
}

@media screen and (max-width:640px) {
    .purpose {
        padding: 60px 0;
    }
    .purpose-layout {
        flex-direction: column;
    }
    .purpose-layout .txtarea {
        width: 100%;
    }
    .purpose-headline {
        font-size: 1.8rem;
    }
    .purpose-headline .big {
        font-size: 2.6rem;
    }
    .purpose-layout .txtarea .description {
        font-size: 1.5rem;
        line-height: 1.8;
    }
    .purpose-layout .purpose-img {
        width: 100%;
        margin-top: 30px;
    }
}

#message {
    background-color: #fff;
    padding: 120px 0;
}
#message .up-sec-title {
    flex-direction: column;
    align-items: center;
}
.message-content {
    display: flex;
    gap: 60px;
}
.message-content .imgarea {
    width: 400px;
    flex-shrink: 0;
}
.message-content .status {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 20px 0 10px;
}
.message-content .ceo-name {
    font-size: 2.8rem;
    font-weight: 800;
}
.message-content .ceo-name .min {
    font-size: 1.5rem;
    margin-left: 20px;
    color: #656a83;
}
.message-content .txtarea {
    width: calc(100% - 460px);
}
.message-content .txtarea .message-text {
    line-height: 2;
}

@media screen and (max-width:640px) {
    #message {
        padding: 60px 0;
    }
    .message-content {
        flex-direction: column;
        gap: 30px;
    }
    .message-content .imgarea {
        width: 100%;
    }
    .message-content .txtarea {
        width: 100%;
    }
    .message-content .status {
        font-size: 1.4rem;
    }
    .message-content .ceo-name {
        font-size: 2.2rem;
    }
    .message-content .ceo-name .min {
        font-size: 1.3rem;
    }
    .message-content .txtarea .message-text {
        font-size: 1.5rem;
    }
}

#profile {
    background-color: #f1f4f9;
    padding: 120px 0 0;
}
.profile-table {
    width: 100%;
    margin: 60px auto 0;
    border-top: solid 1px #b5b9ca;
}
.profile-table .row {
    display: flex;
    padding: 30px 0;
    border-bottom: solid 1px #b5b9ca;
}
.profile-table .row .th {
    width: 200px;
    font-size: 1.7rem;
    font-weight: 700;
}
.profile-table .row .td {
    width: calc(100% - 200px);
    font-size: 1.7rem;
    font-weight: 500;
}
#profile .gmap {
    width: 100%;
    height: auto;
    aspect-ratio: 8 / 3;
    margin-top: 100px;
}
#profile .gmap iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:640px) {
    #profile {
        padding: 60px 0 0;
    }
    .profile-table {
        margin-top: 30px;
    }
    .profile-table .row {
        flex-direction: column;
        padding: 25px 0;
    }
    .profile-table .row .th {
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    .profile-table .row .td {
        width: 100%;
        font-size: 1.5rem;
    }
    #profile .gmap {
        margin-top: 40px;
        aspect-ratio: 7 / 5;
    }
}

.voice-list {
    background-color: #fafafa;
    padding: 120px 0;
}
.voice-item {
    margin-bottom: 60px;
}
.member-info {
    padding: 30px 0;
    border-bottom: solid 1px #b5b9ca;
    display: flex;
    margin-bottom: 30px;
}
.member-info .left {
    min-width: 300px;
}
.member-info .left .status {
    font-size: 1.4rem;
    font-weight: 600;
    color: #646672;
    margin-bottom: 20px;
}
.member-info .left .name-en {
    font-size: 1.4rem;
    color: #c6000d;
}
.member-info .left .name-jp {
    font-size: 2.8rem;
    font-weight: 800;
    color: #c6000d;
}
.member-info .right {
    display: flex;
    align-items: flex-start;
}
.member-info .right .career-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    background-color: #646672;
    flex-shrink: 0;
    padding: 2px 5px;
    margin-right: 10px;
}
.member-info .right .career-text {
    font-size: 1.3rem;
    color: #646672;
}
.voice-block {
    margin-bottom: 30px;
}
.voice-block .voice-headline {
    background-color: #fff;
    font-size: 2rem;
    font-weight: 800;
    color: #c6000d;
    display: inline-block;
    margin-bottom: 10px;
}
.voice-block .voice-text {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #252525;
}

@media screen and (max-width:640px) {
    .voice-list {
        padding: 60px 0;
    }
    .member-info {
        flex-direction: column;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .member-info .left .status {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    .member-info .right {
        margin-top: 15px;
    }
    .voice-block .voice-headline {
        font-size: 1.7rem;
    }
    .voice-block .voice-text {
        font-size: 1.5rem;
    }
}

.careera-cta {
    background-color: #fff;
    padding: 100px 0;
}
.careera-cta .cta-headline {
    font-size: 2.4rem;
    font-weight: 800;
    text-align: center;
}
.careera-cta .career-logo {
    width: 450px;
    margin: 30px auto 0;
}
.careera-cta .career-cta-btn {
    background: linear-gradient(45deg, #740008 0%, #d7000e 100%);
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    text-align: center;
    padding: 20px 0;
    width: 400px;
    display: block;
    margin: 40px auto 0;
}

@media screen and (max-width:640px) {
    .careera-cta {
        padding: 60px 0;
    }
    .careera-cta .cta-headline {
        font-size: 1.8rem;
    }
    .careera-cta .career-logo {
        width: 280px;
        margin: 20px auto 0;
    }
    .careera-cta .career-cta-btn {
        width: 100%;
        font-size: 1.8rem;
        padding: 20px 0;
        margin: 40px auto 0;
    }
}


#contact {
    background-color: #f1f4f9;
    padding: 120px 0;
}
#contact .section-title {
    color: #252525;
}
.contact-form {
    width: 650px;
    margin: 0 auto;
}
.contact-form .row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.contact-form .row .th {
    font-size: 1.5rem;
    font-weight: 700;
    width: 150px;
}
.contact-form .row .th .en {
    font-size: 1.2rem;
    font-weight: 400;
    color: #727272;
}
.contact-form .row .th .required {
    color: #c21521;
}
.contact-form .row .td {
    width: calc(100% - 170px);
}
.contact-form .row .td input {
    background-color: #fff;
    width: 100%;
    padding: 17px 5px;
    border: none;
    border-radius: 4px;
}
.contact-form .row .td textarea {
    background-color: #fff;
    width: 100%;
    padding: 17px 5px;
    border: none;
    border-radius: 4px;
}
.contact-form .submit-wrap {
    margin-top: 20px;
    text-align: center;
}
.contact-form .submit-wrap input[type="submit"] {
    background-color: #102d7e;
    width: 250px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}
.contact-form .submit-wrap .wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
}

@media screen and (max-width:640px) {
    #contact {
        padding: 60px 0;
    }
    .contact-form {
        width: 100%;
    }
    .contact-form .row {
        flex-wrap: wrap;
    }
    .contact-form .row .th {
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-form .row .td {
        width: 100%;
    }
}

.career-a-fv {
    background-color: #fff;
}
.ca-title {
    margin-bottom: 60px;
}
.ca-title .ca-logo {
    width: 500px;
    margin: 0 auto 30px;
}
.ca-title .ca-head {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #000b3a;
}

@media screen and (max-width:640px) {
    .ca-title {
        margin-bottom: 40px;
    }
    .ca-title .ca-logo {
        width: 280px;
        margin: 0 auto 20px;
    }
    .ca-title .ca-head {
        font-size: 1.4rem;
    }
}

.concept {
    padding: 100px 0;
}
.concept-title {
    text-align: center;
    font-size: 6rem;
}
.gradation_rb {
    background: linear-gradient(45deg, #001f59 0%, #e60001 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.concept-txt {
    text-align: center;
    font-size: 1.7rem;
    line-height: 2;
    margin-top: 40px;
}

@media screen and (max-width:640px) {
    .concept {
        padding: 60px 0;
    }
    .concept-title {
        font-size: 3rem;
    }
    .concept-txt {
        text-align: center;
        font-size: 1.4rem;
        line-height: 2;
        margin-top: 20px;
    }
}

.reasons {
    background-color: #fff;
    padding: 100px 0;
}
.reasons .up-sec-title {
    flex-direction: column;
    align-items: center;
}
.point-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    margin-bottom: 30px;
}
.point-item:nth-child(2n-1) {
    flex-direction: row-reverse;
}
.point-item .txtarea .point-en {
    font-size: 3.2rem;
    color: #000b3a;
}
.point-item .txtarea .point-head {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    background-color: #000b3a;padding: 5px 10px;
    display: inline-block;
    margin-bottom: 40px;
}
.point-item .txtarea .point-description {
    font-size: 1.8rem;
    line-height: 2;
}
.point-item .pointimg {
    width: 50%;
}

@media screen and (max-width:640px) {
    .reasons {
        padding: 60px 0;
    }
    .point-item {
        flex-direction: column-reverse;
        gap: 20px;
        margin-bottom: 40px;
    }
    .point-item:nth-child(2n-1) {
        flex-direction: column-reverse;
    }
    .point-item .pointimg {
        width: 100%;
    }
    .point-item .txtarea {
        width: 100%;
    }
    .point-item .txtarea .point-en {
        font-size: 2.4rem;
    }
    .point-item .txtarea .point-head {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .point-item .txtarea .point-description {
        font-size: 1.5rem;
    }
}

.social-media {
    padding: 100px 0;
    background: url(../images/up/sns-bg.jpg) no-repeat;
    background-size: cover;
}
.social-media .up-sec-title {
    color: #fff;
    flex-direction: column;
    align-items: center;
}
.social-media .sns-text {
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
}
.sns-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}
.sns-links .sns-img {
    width: 120px;
    margin-bottom: 20px;
}
.sns-links .sns-acc {
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
}

@media screen and (max-width:640px) {
    .social-media {
        padding: 60px 0;
    }
}

.flow {
    padding: 100px 0;
    background-color: #f9f9f9;
}
.flow .up-sec-title {
    color: #c6000d;
    flex-direction: column;
    align-items: center;
}
.flow-wrap {
    display: flex;
    gap: 20px;
}
.flow-wrap .flow-item {
    width: calc((100% - 80px) / 5);
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
}
.flow-wrap .flow-item .step-en {
    text-align: center;
    font-size: 2.4rem;
    color: #c21521;
    border-bottom: solid 2px #c21521;
    display: inline-block;
    line-height: 1.2;
}
.flow-wrap .flow-item .step-ttl {
    font-size: 2rem;
    font-weight: 800;
    margin: 15px 0;
}
.flow-wrap .flow-item .step-txt {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.7;
}
.flow-wrap .flow-item .entry-btn {
    background: linear-gradient(45deg, #740008 0%, #d7000e 100%);
    width: 100%;
    text-align: center;
    display: block;
    padding: 13px 0;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
}
.flow .caution {
    text-align: center;
    margin-top: 40px;
    font-size: 2.4rem;
    font-weight: 700;
}
.flow .caution .emp {
    color: #c21521;
    border-bottom: solid 2px #c21521;
}

@media screen and (max-width:640px) {
    .flow-wrap {
       flex-wrap: wrap;
       gap: 10px;
    }
    .flow-wrap .flow-item {
        width: calc((100% - 10px) / 2);
        padding: 20px 15px;
    }
    .flow-wrap .flow-item .step-en {
        font-size: 2rem;
    }
    .flow-wrap .flow-item .step-ttl {
        font-size: 1.7rem;
    }
    .flow-wrap .flow-item .step-txt {
        font-size: 1.4rem;
    }
    .flow-wrap .flow-item .entry-btn {
        font-size: 1.4rem;
    }
    .flow .caution {
        margin-top: 30px;
        font-size: 2rem;
    }
}

.cases {
    padding: 100px 0;
}
.cases .mid_inner {
    display: flex;
    justify-content: space-between;
}
.cases .txtarea {
    width: 50%;
}
.cases .up-sec-title {
    flex-direction: column;
    align-items: flex-start;
}
.cases .case-txt {
    font-size: 1.7rem;
    line-height: 2;
}
.cases .case-img {
    width: calc(50% - 30px);
}
.cases .case-img-sp {
    display: none;
}
.case-more {
    background-color: #000b3a;
    display: inline-block;
    text-align: center;
    padding: 20px 30px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
}

@media screen and (max-width:640px) {
    .cases {
        padding: 60px 0;
    }
    .cases .mid_inner {
        flex-direction: column;
    }
    .cases .txtarea {
        width: 100%;
    }
    .cases .case-txt {
        font-size: 1.5rem;
    }
    .case-more {
        font-size: 1.7rem;
    }
    .cases .case-img {
        display: none;
    }
    .cases .case-img-sp {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

.faq {
    background-color: #efefef;
    padding: 100px 0;
}
.faq .up-sec-title {
    flex-direction: column;
    align-items: center;
}
.faq .faq_wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.faq .faq_wrap .faq-item {
    padding: 35px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.05);
}
.faq .faq_wrap .faq-item .q {
    display: flex;
    padding-right: 35px;
    line-height: 26px;
    position: relative;
}
.faq .faq_wrap .faq-item .q::after {
    content: url(../images/common/arrow-accordion-bk.svg);
    display: block;
    width: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .2s;
}
.faq .faq_wrap .faq-item.active .q::after {
    transform: translateY(-50%) scale(1, -1);
}
.faq .faq_wrap .faq-item .q .en {
    font-size: 3.2rem;
    margin-right: 30px;
    color: #1a2f6e;
}
.faq .faq_wrap .faq-item .q .q_text {
    font-size: 2rem;
    font-weight: 700;
}
.faq .faq_wrap .faq-item .a_cont {
    display: none;
}
.faq .faq_wrap .faq-item .a {
    display: flex;
    line-height: 26px;
    padding-top: 35px;
    margin-top: 35px;
    border-top: solid 1px #e4e4e9;
}
.faq .faq_wrap .faq-item .a .en {
    font-size: 3.2rem;
    color: #d7000f;
    margin-right: 30px;
}
.faq .faq_wrap .faq-item .a .a_text {
    font-size: 1.6rem;
    white-space: pre-wrap;
}

@media screen and (max-width:640px) {
    .faq {
        padding: 60px 0;
    }
    .faq .faq_wrap .faq-item {
        padding: 20px;
    }
    .faq .faq_wrap .faq-item .q {
        padding-right: 20px;
    }
    .faq .faq_wrap .faq-item .q .en {
        font-size: 2.4rem;
        margin-right: 15px;
    }
    .faq .faq_wrap .faq-item .q .q_text {
        font-size: 1.8rem;
    }
    .faq .faq_wrap .faq-item .a {
        padding-top: 20px;
        margin-top: 20px;
    }
}

.news-wrap {
    padding: 100px 0;
}
.news-wrap .news-item {
    display: block;
    width: 100%;
    padding: 30px 0;
    border-bottom: solid 1px #aeaeae;
    color: #01092c;
    position: relative;
}
.news-wrap .news-item::before {
    content: "";
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url(../images/common/arrow_blue.svg) no-repeat;
    background-size: contain;
}
.news-wrap .news-item::after {
    content: "";
    width: 43px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0;
    background-color: #3048ae;
}
.news-wrap .news-item .date {
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.news-wrap .news-item .news-title {
    font-size: 2rem;
    font-weight: 600;
}

@media screen and (max-width:640px) {
    .news-wrap {
        padding: 60px 0;
    }
    .news-wrap .news-item {
        padding: 20px 0;
    }
    .news-wrap .news-item .date {
        font-size: 1.3rem;
    }
    .news-wrap .news-item .news-title {
        font-size: 1.8rem;
    }
    .news-wrap .news-item::before {
        width: 20px;
        height: 20px;
    }
    .news-wrap .news-item::after {
        width: 40px;
    }
}

.up-contents-wrap {
    padding: 100px 0;
}
.up-contents-wrap h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 1em 0;
}
.up-contents-wrap p {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 1em 0;
}
@media screen and (max-width:640px) {
    .up-contents-wrap {
        padding: 60px 0;
    }
}