@charset "utf-8";

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    /* 1rem = 10px */
}

body {
    font-family: 'Hiragino Mincho ProN', 'Yu Mincho', '游明朝', 'Noto Serif JP', serif;
    font-size: 1.5rem;
    /* 15px */
    line-height: 2;
    letter-spacing: 1.2px;
    color: #050505;
    min-width: 370px
}

img {
    width: 100%;
    height: auto;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

/* -----------loading-----------*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/loading-img.jpg) no-repeat center center;
    background-size: cover;
    z-index: 9999;
    opacity: 1;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.loading.active {
    opacity: 1;
}

.loading.none {
    display: none;
}

.loading_text {
    position: relative;
    z-index: 2;
    display: inline-block;
    /* margin-bottom: 40px; */
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    transition: 1s;
}

.loading_text span {
    display: inline-block;
    opacity: 0;
    transform: translateX(-5px);
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.loading_text .top_main_text_large {
    display: inline-block;
    margin-right: -.65rem;
}

.loading_text .top_main_text_large span {
    font-size: 1.5em;
}

@media screen and (min-width:700px) {
    .loading_text span {
        font-size: 4rem;
    }

    .loading_text .top_main_text_large span {
        font-size: 6rem;
    }
}

.loading_logo {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: calc(50% + 7rem);
    margin: 0 auto;
    max-width: 600px;
    width: 80%;
    opacity: 0;
    transform: translateY(20px);
}

.loading_logo2 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    max-width: 400px;
    width: 80%;
    opacity: 0;
    transform: translateY(20px);
}


/* -----------共通-----------*/
.page_h2 {
    display: inline-block;
    align-items: center;
    color: #123170;
}

.page_h2_en {
    font-size: 2rem;
    transition: .5s;
}

.page_h2_en_line {
    display: none;
}

.footer_contact .page_h2_en_line {
    border-bottom: 1px solid #fff;
}

.footer_contact .page_h2 {
    color: #fff;
}

.page_h2_jp {
    font-size: 1.5rem;
}

.page_mv {
    position: relative;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page_mv video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.page_mv .page_h2 {
    margin-left: 0;
}

.page_mv .page_h2_en {
    color: #fff;
}

.page_mv .page_h2_en_line {
    border-bottom: 1px solid #fff;
}

.page_mv .page_h2_jp {
    color: #fff;
}


/* ボタンスタイル */
.btn_white,
.btn_blue {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn_white {
    background: #fff;
    color: #123170;
    width: 20rem;
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 1.5rem;
}

.btn_blue {
    background: #123170;
    color: #fff;
    width: 22rem;
    height: 4.3rem;
    line-height: 4.3rem;
    font-size: 1.7rem;
}

.btn_white:hover,
.btn_blue:hover {
    opacity: 0.8;
}





/* -----------SP header-----------*/
.sp_header {
    position: fixed;
    top: 0;
    height: 7rem;
    width: 100%;
    background: #0E3A74;
    z-index: 999;
}

.sp_header_logo img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 30rem;
    width: 60%;
    height: auto;
    margin: auto;
}

.header_button {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1000;
    cursor: pointer;
}

.header_button span {
    display: block;
    width: 2rem;
    height: 0.2rem;
    background: #fffFFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
}

.header_button span:first-child {
    top: 1.8rem;
}

.header_button span:nth-child(2n) {
    top: 2.55rem;
}

.header_button span:last-child {
    top: 3.3rem;
}

.header_button .active:first-child {
    transform: rotate(765deg);
    top: 2.5rem;
}

.header_button .active:nth-child(2n) {
    opacity: 0;
}

.header_button .active:last-child {
    transform: rotate(-765deg);
    top: 2.5rem;
}

#header_menu {
    position: fixed;
    background: #264773;
    height: 100vh;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 999;
    overflow: scroll;
    transform: translateX(130%);
    transition: .5s;
    font-weight: bold;
}

#header_menu.active {
    transform: translateX(0%);
}

.header_menu_list {
    height: fit-content;
    width: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.5rem;
}

.header_menu_list a {
    display: block;
    text-decoration: none;
    color: #fffFFF;
    margin: 2rem 0;
}


/* -----------footer-----------*/
footer {
    position: relative;
    width: 100%;
    color: #fff;
}

.footer_angled {
    width: 100%;
    position: relative;
}

.footer_angled_top {
    background-color: #123170;
    height: 8rem;
    transition: .5s;
    clip-path: polygon(0 130%, 100% 0, 100% 100%, 0 100%);
    margin-bottom: -1px;
}

.footer_angled_body {
    background-color: #123170;
}

.footer_logo {
    display: block;
    width: 13.4rem;
    margin: 0 auto;
    padding-top: 3rem;
}

.footer_nav {
    margin: 2rem 0;
    text-align: center;
}

.footer_nav_item {
    margin: 1rem 0;
}

.footer_nav_link {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    display: inline-block;
    padding: 0.5rem 0;
}

.footer_nav_link:hover {
    opacity: 0.8;
}

.footer_contact_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3rem 2rem;
}

.footer_contact_text {
    text-align: left;
    max-width: 600px;
    margin: 1rem auto;
    font-size: 1.4rem;
    line-height: 1.8;
}

.footer_contact_btn {
    margin-top: 2rem;
}

.footer_tel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 3rem 0;
    text-align: center;
}

.footer_tel_link {
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.footer_tel_link:hover {
    opacity: 0.8;
}

.footer_tel_link::before {
    content: "TEL";
    font-size: 1.4rem;
    color: #fff;
}

.footer_fax {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.footer_fax::before {
    content: "FAX";
    font-size: 1.4rem;
    color: #fff;
}

.footer_menu {
    margin: 2rem 0;
    text-align: center;
    padding: 2rem 0;
}

.footer_menu li {
    margin: 1rem 0;
}

.footer_menu a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 0.5rem 0;
    display: inline-block;
}

.footer_menu a:hover {
    opacity: 0.8;
}

.footer_info {
    text-align: center;
    padding: 3rem 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
}

.footer_info p {
    margin: 0.5rem 0;
}

.footer_info_link {
    color: #fff;
    text-decoration: none;
}

.footer_info_link:hover {
    opacity: 0.8;
}

footer small {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 2rem 0 1rem;
}

/* -----------top-----------*/
.top_main_visual {
    position: relative;
    width: 100%;
    height: 100vh;
}

.top_main_video {
    display: block;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.top_main_visual::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.top_main_visual h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5;
    transition: .5s;
    z-index: 2;
}

.top_main_visual h1 .top_main_text_large {
    font-size: 1.5em;
    display: inline-block;
}

.top_about {
    background-color: rgba(15, 71, 147, 0.4);
    padding: 10rem 2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.top_about_content {
    max-width: 120rem;
    margin: auto;
    transition: .5s;
    padding: 3rem 1rem 6rem;
    background-color: rgba(255, 255, 255, 0.8);
}

.top_about_content h2 {
    color: #123170;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.top_about_content p {
    line-height: 2;
}

.top_service_recruit_bg {
    background-color: rgba(15, 71, 147, 0.4);
}


.top_service {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: fit-content;
    margin-bottom: 10rem;
}

.top_service_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_service_content img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.top_service_content_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5rem 2rem;
    box-sizing: border-box;
}

.top_service_text {
    text-align: left;
    max-width: 600px;
    margin: 1rem auto;
    font-size: 1.4rem;
    line-height: 1.8;
}

.top_service_btn {
    margin-top: 2rem;
    background: #123170;
    color: #fff;
}

.top_service_btn:hover {
    opacity: 0.8;
}

.top_recruit {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: fit-content;
}

.top_recruit_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_recruit_content img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.top_recruit_content_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 5rem 2rem;
    box-sizing: border-box;
}

.top_recruit_text {
    text-align: left;
    max-width: 600px;
    margin: 1rem auto;
    font-size: 1.4rem;
    line-height: 1.8;
}

.top_recruit_btn {
    margin-top: 2rem;
    background: #123170;
    color: #fff;
}

.top_recruit_btn:hover {
    opacity: 0.8;
}

/* -----------outline-----------*/
.outline_content {
    padding: 10rem 2rem 0;
    max-width: 1135px;
    margin: auto;
}

.outline_message {
    padding: 7rem 2rem 10rem;
    max-width: 1135px;
    margin: auto;
}

.outline_content table {
    width: 100%;
    max-width: 1000px;
    margin: 10rem auto 0;
    border-collapse: collapse;
}

.outline_content th,
.outline_content td {
    padding: 1.5rem;
    border-top: 1px solid #123170;
    border-bottom: 1px solid #123170;
    text-align: left;
    vertical-align: top;
    color: #123170;
}

.outline_content tr:first-child th,
.outline_content tr:first-child td {
    border-top: none;
}

.outline_content th {
    width: 125px;
}

.outline_content td {
    width: calc(100% - 125px);
}

.outline_message_content {
    max-width: 1000px;
    margin: 0 auto;
}

.outline_message_content>p {
    margin: 3rem 0 1rem;
    line-height: 2;
}

.outline_message_content>div {
    text-align: left;
    margin-top: 4rem;
    margin-left: auto;
    width: fit-content;
}

.outline_message_content>div p {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    line-height: 1.4;
}

.outline_message_content>div img {
    width: 200px;
    height: auto;
}

/* -----------service-----------*/
.service_content {
    padding: 10rem 2rem;
    max-width: 1135px;
    margin: auto;
}



.service_content_img {
    display: flex;
    gap: 1rem;
    margin: 4rem auto 0;
    max-width: 1000px;
}

.service_content_img img {
    width: calc((100% - 2rem) / 3);
    margin-bottom: 0;
}

.service_content_table {
    width: 100%;
    max-width: 1000px;
    margin: 10rem auto 0;
    border-collapse: collapse;
}

.service_content_table th,
.service_content_table td {
    padding: 1.5rem;
    border-top: 1px solid #123170;
    border-bottom: 1px solid #123170;
    text-align: left;
    vertical-align: top;
    color: #123170;
}

.service_content_table tr:first-child th,
.service_content_table tr:first-child td {
    border-top: none;
}

.service_content_table td {
    width: calc(100% - 125px);
}

.service_content_info {
    padding: 0rem 2rem;
    margin: auto;
}

.service_content_info img {
    width: 100%;
    margin-bottom: 2rem;
}

.service_specialty_field {
    padding: 10rem 2rem;
    max-width: 1135px;
    margin: auto;
}

.service_specialty_field ul {
    margin: 2rem auto 4rem;
    max-width: 1000px;
}

.service_specialty_field li {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    line-height: 2;
    color: #123170;
}

.service_specialty_field li:last-child {
    margin-bottom: 0;
}

.service_specialty_field li::before {
    content: attr(data-number);
    flex-shrink: 0;
    width: 2rem;
}

.service_specialty_field .page_h2 {
    flex-wrap: wrap;
}

.service_specialty_field .page_h2_en {
    width: 100%;
}

.service_specialty_field .page_h2_en_line {
    margin: 0 1.5rem;
}

.service_works {
    padding: 10rem 2rem 0;
    max-width: 1135px;
    margin: auto;
}

.service_works .page_h2 {
    flex-wrap: wrap;
}

.service_works .page_h2_en {
    width: 100%;
}

.service_works .page_h2_en_line {
    margin: 0 1.5rem;
}

.service_works .page_h2_jp {
    margin-top: 0.5rem;
    width: 100%;
}

.service_works p {
    margin: 2rem auto 4rem;
    max-width: 1000px;
    line-height: 2;
    color: #123170;
}


.service_works_img {
    margin: 0 auto 15rem;
    max-width: 1400px;
}

.service_works_img img {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    transform: scale(0.9);
    transform-origin: bottom center;
    /* 拡大の基準を「下」に */
    transition: transform 0.3s ease;
}

.swiper-slide-active img {
    transform: scale(1);
}


/* -----------Recruit-----------*/
.recruit_content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.recruit_content p {
    margin: 5rem auto;
    line-height: 2;
    max-width: 578px;
    text-align: left;
}

.recruit_content .btn_blue {
    margin: 0 auto;
    display: block;
}



.recruit_qa {
    padding: 10rem 2rem 0;
    max-width: 1135px;
    margin: auto;
}


.recruit_qa_content {
    margin: 5rem auto 0;
    max-width: 966px;
}

.recruit_qa_box {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 5rem;
}

.recruit_qa_box:last-child {
    margin-bottom: 0;
}

.recruit_qa_content_image {
    width: 100%;
    height: auto;
}

.recruit_qa_content_text h3 {
    color: #123170;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: bold;
}

.recruit_qa_content_text p {
    text-align: left;
    line-height: 2;
}

.recruit_outline {
    padding: 15rem 2rem;
    max-width: 966px;
    margin: auto;
}

.recruit_outline h2 {
    width: 100%;
    background: #123170;
    color: #fff;
    font-size: 1.8rem;
    padding: 0.8rem 1.5rem;
    display: inline-block;
    margin-bottom: 3rem;
    box-sizing: border-box;
}

.recruit_outline>p {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid #050505;
    transition: .5s;
}

.recruit_outline table {
    width: 100%;
    border-collapse: collapse;
}

.recruit_outline table tr {
    border: 1px solid rgba(159, 159, 159, 0.1);
}

.recruit_outline th {
    background: rgba(159, 159, 159, 0.1);
    padding: 1rem;
    width: 120px;
    line-height: 4rem;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: bold;
    transition: .5s;
    vertical-align: middle;
}

.recruit_outline td {
    padding: 1rem;
    vertical-align: top;
    font-size: 1.4rem;
    vertical-align: middle;
}

.recruit_outline_btn {
    margin-top: 5rem;
    text-align: center;
}


/* -----------contact----------- */

.contact_content {
    background-color: #EDF1F2;
    padding: 10rem 2rem 4rem;
    margin: auto;
}

.contact_container {
    max-width: 966px;
    margin: 0 auto;
    background: #fff;
    padding: 5rem 3rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.contact_title {
    text-align: center;
    color: #123170;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.contact_title span {
    font-size: 1.8rem;
    margin-right: 0.5rem;
    display: inline-flex;
    align-items: center;
}

.contact_title span img {
    width: 2.4rem;
    height: auto;
}

.contact_subtext {
    text-align: center;
    font-size: 1.5rem;
    color: #123170;
    margin-bottom: 4rem;
    line-height: 2;
}

/* ===== フォームエリア ===== */

.contact_form {
    width: 100%;
}

.form_row {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #707070;
    padding-bottom: 0.2rem;
    margin-bottom: 2rem;
}

.full_width {
    flex: 1 1 100%;
}

.form_label {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* ラベルテキスト */
.label_text {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #050505;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

/* 必須マーク */
.required {
    background: #e60023;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.2rem 0.6rem;
    margin-left: 0.5rem;
    border-radius: 3px;
    display: inline-block;
    width: 3.2rem;
    text-align: center;
    line-height: 1.4;
}

.wpcf7-form-control-wrap{
   width: 100%;
}

/* 入力フィールド */
.form-control {
    width: 100%;
    height: 3rem;
    padding: 0.5rem;
    border: none;
    font-size: 1.5rem;
    transition: 0.3s;
}

textarea.form-control {
    resize: vertical;
}

/* プライバシー表示＆送信ボタン */
.privacy_note_container {
    margin-top: 2rem;
    text-align: center;
}

.privacy_note {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    color: #050505;
}

.privacy_note a {
    color: #123170;
    text-decoration: underline;
}

.btn_submit {
    display: inline-block;
    padding: 1rem 3rem;
    background: #123170;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 1.7rem;
    cursor: pointer;
    max-width: 300px;
    width: 100%;
    line-height: 38px;
    transition: 0.3s;
}

.btn_submit:hover {
    opacity: 0.8;
}

/* エラーメッセージ・レスポンス */
.wpcf7-not-valid-tip {
    color: #e60012;
    font-size: 1.3rem;
    margin-top: 0.5rem;
}

.wpcf7-response-output {
    margin: 2rem 0;
    padding: 1rem;
    border-radius: 4px;
    text-align: center;
    font-size: 1.4rem;
}

.wpcf7-validation-errors {
    border: 1px solid #e60012;
    color: #e60012;
}

.wpcf7-mail-sent-ok {
    border: 1px solid #4CAF50;
    color: #4CAF50;
}

/* レスポンシブ：横並び対応 */
@media screen and (min-width: 700px) {
    .contact_content {
        padding: 25rem 2rem;
    }

    .contact_container {
        padding: 5rem 4rem;
    }

    .contact_title {
        font-size: 2.4rem;
    }

    .contact_title span {
        font-size: 2rem;
    }

    .contact_subtext {
        font-size: 1.6rem;
    }

    .contact_title span img {
        width: 2.8rem;
    }

    .name_row_wrap {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        width: 100%;
    }

    .name_row_wrap .form_row {
        flex: 1 1 calc(50% - 1rem);
    }

    .form_label {
        flex-direction: initial;
    }

    .full_width p{
        display: flex;
    }
    
    
}

@media screen and (min-width: 960px) {
    .contact_container {
        padding: 5rem 4rem;
    }
}



/* -----------privacy policy-----------*/
.privacy_content {
    background-color: #EDF1F2;
    padding: 14rem 2rem 30rem;
    margin-bottom: -130px;
}

.privacy_content_inner {
    margin: auto;
    max-width: 966px;
    color: #123170;
}

.privacy_content p {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 2rem;
}

.privacy_content h3 {
    margin: 4rem 0 0;
}

.privacy_content h3:first-child {
    margin-top: 0;
}

.privacy_content address {
    font-style: normal;
    margin-top: 4rem;
    line-height: 2;
}

@media screen and (min-width:700px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    #loading_animation img {
        width: 60rem;
    }


    /* -----------共通-----------*/
    .page_h2 {
        display: flex;
    }

    .page_h2_en {
        font-size: 2rem;
        transition: .5s;
    }

    .page_h2_en_line {
        display: initial;
        border-bottom: 1px solid #123170;
        width: 5rem;
        margin: 0 1.5rem;
    }

    .page_mv {
        justify-content: flex-start;
    }

    .page_mv .page_h2 {
        margin-left: 10rem;
    }

    /* -----------ボタン-----------*/
    .btn_white, .btn_blue {
        width: 23.9rem;
        line-height: 4.4rem;
        height: 4.4rem;
        font-size: 1.7rem;
    }



    /* -----------footer-----------*/


    .footer_angled_top {
        height: 12rem;
    }


    .footer_contact {
        display: flex;
        align-items: center;
    }

    .footer_contact img {
        width: 50%;
        display: block;
        object-fit: cover;
    }

    .footer_contact_content {
        width: 50%;
        padding: 0 2rem;
    }


    .footer_tel {
        flex-direction: row;
        justify-content: center;
        gap: 5rem;
        margin: 10rem 0;
    }

    .footer_tel a,
    .footer_tel p {
        font-size: 3rem;
    }


    .footer_menu {
        display: flex;
        justify-content: center;
    }

    .footer_menu li {
        margin: 0;
        border-right: 1px solid #fff;
    }

    .footer_menu li:first-child {
        border-left: 1px solid #fff;
    }

    .footer_menu a {
        padding: 0 1.5rem;
    }


    /* -----------top-----------*/
    .top_main_visual h1 {
        font-size: 4rem;
    }

    .top_main_visual h1 .top_main_text_large {
        font-size: 1.5em;
    }

    .top_about {
        height: 100rem;
        padding: 0 2rem;
    }


    .top_about_content {
        padding: 3rem 5rem 6rem;
    }


    .top_about_content h2 {
        font-size: 3rem;
    }

    .top_about_content p {
        text-align: center;
    }

    .top_service_content {
        flex-direction: row;
    }

    .top_service_content img {
        width: 50%;
    }

    .top_service_content_inner {
        width: 50%;
        padding: 0 2rem;
    }

    .top_recruit_content {
        flex-direction: row-reverse;
    }

    .top_recruit_content img {
        width: 50%;
    }

    .top_recruit_content_inner {
        width: 50%;
        padding: 0 2rem;
    }

    .outline_content td {
        width: calc(100% - 125px);
    }


    /* -----------service-----------*/
    .service_content_info {
        display: flex;
        gap: 4rem;
        align-items: center;
    }

    .service_content_info img {
        width: 50%;
        margin-bottom: 0;
    }

    .service_content_info div {
        width: 50%;
    }

    .service_specialty_field .page_h2 {
        flex-wrap: nowrap;
    }

    .service_specialty_field .page_h2_en_line {
        width: 5rem;
    }

    .service_specialty_field .page_h2_jp {
        margin-top: 0;
        width: auto;
    }

    .service_specialty_field .page_h2_en {
        width: inherit;
    }

    .service_works .page_h2 {
        flex-wrap: nowrap;
    }

    .service_works .page_h2_en {
        width: inherit;
    }

    .service_works .page_h2_en_line {
        width: 5rem;
    }

    .service_works .page_h2_jp {
        margin-top: 0;
        width: auto;
    }

    /* ===== フォームエリア ===== */
    .form_row {
        flex: auto;
    }

    .full_width {
        flex: 1 1 100%;
    }

    .wpcf7-form label {
    display: flex;
    }
    



    /* -----------Recruit-----------*/
    .recruit_content p {
        max-width: 503px;
        margin: 14rem auto;
    }

    .recruit_qa_box {
        flex-direction: row;
        align-items: center;
    }

    .recruit_qa_content_image {
        width: 50%;
    }

    .recruit_qa_content_text {
        width: 50%;
    }

    .recruit_outline h2 {
        font-size: 2rem;
        padding: 1rem 2rem;
    }

    .recruit_outline>p {
        font-size: 2.4rem;
    }

    .recruit_outline th {
        width: 340px;
        line-height: 6rem;
        font-size: 2rem;
        padding: 1.5rem;
    }

    .recruit_outline td {
        padding: 1.5rem;
        font-size: 1.5rem;
    }

}

/* -----------PC-----------*/
@media screen and (min-width:960px) {
    body {
        font-size: 1.5rem;
    }

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    /* -----------共通-----------*/
    .page_h2_en {
        font-size: 3rem;
    }


    /* -----------PC header-----------*/
    .pc_header_flex {
        letter-spacing: 0;
        width: 100%;
        height: 7.9rem;
        box-sizing: border-box;
        padding: 1rem 0;
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 999;
        background: rgba(15, 71, 147, 1);
    }

    .pc_header_logo img {
        display: block;
        margin: 0 0 0 2rem;
        width: 44rem;
    }

    .pc_header_menu {
        margin-left: auto;
        box-sizing: border-box;
    }

    .pc_header_menu ul {
        display: flex;
    }

    .pc_header_menu ul li a {
        color: #fff;
        text-decoration: none;
        display: block;
        box-sizing: border-box;
        margin: 0 2rem 0 0;
        padding: 2rem 0;
        transition: .5s;
    }

    .pc_header_menu ul li a:hover {
        opacity: .5;
    }

    .pc_header_recruit,
    .pc_header_contact {
        border-radius: 1rem;
        width: 13rem;
        text-align: center;
        margin: 0 2rem 0 0;
    }


    .pc_header_recruit {
        background: #D37A20;
    }

    .pc_header_contact {
        background: #0E3A74;
    }

    .pc_header_recruit a,
    .pc_header_contact a {
        margin: 0 !important;
    }

    /* -----------footer-----------*/
    .footer_contact_content p {
        margin: 7rem auto 2rem;
    }





}
