

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

@font-face {
    font-family: "ふい字";
    src: url("https://u-osaka.co.jp/wp-content/themes/child/fonts/HuiFont29.ttf") format("truetype");
}

@font-face {
    font-family: "Helvetica";
    src: url("../font/Helvetica.ttf") format("truetype");
}

@font-face {
    font-family: "Helvetica";
    src: url("https://u-osaka.co.jp/wp-content/themes/child/fonts/Helvetica-Bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Helvetica";
    src: url("../font/Helvetica-Oblique.ttf") format("truetype");
    font-style: oblique;
}

@font-face {
    font-family: "Helvetica";
    src: url("../font/Helvetica-BoldOblique.ttf") format("truetype");
    font-weight: 700;
    font-style: oblique;
}

@font-face {
    font-family: "Holland";
    src: url("../font/Holland.ttf") format("truetype");
}

@font-face {
    font-family: "yumin";
    src: url("https://u-osaka.co.jp/wp-content/themes/child/fonts/yumin.ttf") format("truetype");
}

.f_hel {
    font-family: "Helvetica";
}

.f_hui {
    font-family: "ふい字", 'Noto Sans JP', sans-serif;
}

html,
button,
input,
select,
textarea {
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    color: #3C3C3C;
    font-size: 16px;
    line-height: 1.7;
    background-color: #fff
}

body.home {
    background-color: #f5f5f5;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #3c3c3c;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(https://u-osaka.co.jp/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

.common_btn_box .link {
    display: inline-flex;
    align-items: center;
    gap: 1.5em;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
    color: #1F1F1F;
    transition: .3s;
}

.common_btn_box.small .link {
    font-size: 16px;
    gap: 1.3em;
}

.common_btn_box .link .letter {
    border-bottom: 1px solid currentColor;
    line-height: 1.2;
}

.common_btn_box .link .circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9em;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid #1F1F1F;
    transition: .3s;
}

.common_btn_box.small .link .circle {
    width: 1.7em;
}

.common_btn_box .link .circle::before {
    content: "";
    width: .4em;
    aspect-ratio: 1;
    border: 2px solid currentColor;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg) translate(-25%, -25%);
}

.common_btn_box.small .link .circle::before {
    transform: rotate(-45deg) translate(-16%, -16%);
}

.common_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, .02);
}

#fixed_header.common_header {
    position: fixed;
    background-color: #fff;
    transform: translateY(-100%);
    transition: .3s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
}

#fixed_header.common_header.active {
    transform: translateY(0);
}

.common_header .cont {
    display: flex;
    justify-content: space-between;
    gap: 55px;
    align-items: center;
    padding: 23px 0;
}

.common_header .cont .logo {
    display: block;
    width: 213px;
}

.common_header .cont .logo img {
    width: 100%;
}

.common_header .header_nav .main_ul {
    display: flex;
    align-items: center;
    gap: 55px;
}

.common_header .header_nav .main_ul .main_li {
    position: relative;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    padding: .5em 0;
}

#fixed_header .header_nav .main_ul .main_li {
    color: #1F1F1F;
}

.common_header .header_nav .main_ul .main_li::after {
    content: "";
    position: absolute;
    bottom: calc(.5em - 2px);
    left: 0;
    margin: auto;
    transform: scaleX(0);
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transition: .3s;
}

.common_header .header_nav .main_ul .main_li .link {
    display: inline-block;
    color: currentColor;
    cursor: pointer;
}

.common_header .header_nav .main_ul .main_li .sub_hover_menu {
    min-width: 160px;
    position: absolute;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .16);
    transform: translateY(100%);
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.common_header .header_nav .main_ul .main_li .sub_hover_menu ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.common_header .header_nav .main_ul .main_li .sub_hover_menu ul li {
    font-size: 14px;
    letter-spacing: 0;
    color: #1F1F1F;
}

.common_header .header_nav .main_ul .main_li .sub_hover_menu ul li .sub_link {
    display: inline-block;
    color: currentColor;
    transition: .3s;
    position: relative;
}

.common_header .header_nav .main_ul .main_li .sub_hover_menu ul li .sub_link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: auto;
    transform: scaleX(0);
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transition: .3s;
}

.common_ttl_box .en_ttl {
    display: flex;
    align-items: center;
    gap: .38em;
    font-size: 24px;
    color: #0068B7;
    margin-bottom: .62em;
    line-height: 1;
}

.common_ttl_box .en_ttl::before {
    content: "";
    background-image: url(../image/icon_ttl_deco_blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: .88em;
    aspect-ratio: 1;
}

.common_ttl_box .ttl {
    font-size: 40px;
    letter-spacing: .07em;
    line-height: 1.45;
    font-weight: 700;
}

.common_ttl_box.white .en_ttl {
    color: #fff;
}

.common_ttl_box.white .en_ttl::before {
    background-image: url(../image/icon_ttl_deco_white.svg);
}

.common_ttl_box.white .ttl {
    color: #f7f7f7;
}

.breadcrumb {
    margin-top: 1em;
}

#loading {
    position: fixed;
    inset: 0;
    background-color: #fff;
    z-index: 99999;
    animation: loading 3s cubic-bezier(0.25, 0.1, 0, 0.78) forwards;
    pointer-events: none;
}

@keyframes loading {
    0% {
        opacity: 1;
        visibility: visible;
    }

    60% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

#loading .cont {
    padding-top: 45dvh;
}

#loading .cont .main_text {
    font-size: 50px;
    letter-spacing: .07em;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0.44em;
}

#loading .cont .main_text .weight {
    font-weight: 400;
    margin-left: -0.25em;
    margin-right: 0.57em;
    position: relative;
}

#loading .cont .main_text .weight::after {
    content: "";
    position: absolute;
    background-image: url(../image/icon_ttl_deco_blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 0.5em;
    aspect-ratio: 1;
    top: 0.2em;
    right: -0.35em;
}

#loading .cont .en_text {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1;
    font-style: oblique;
}

#top_mv {
    position: relative;
    height: 100vh;
}

#top_mv .bg_img_slider {
    position: absolute;
    inset: 0;
}

#top_mv .bg_img_slider .img {
    width: 100%;
    height: 100%;
}

#top_mv .bg_img_slider .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_mv .bg_img_slider .img img.pc {
    display: block;
}

#top_mv .bg_img_slider .img img.sp {
    display: none !important;
}

#top_mv .bg_img_slider .slick-track,
#top_mv .bg_img_slider .slick-list {
    height: 100%;
}

#top_mv::after {
    content: "";
    position: absolute;
    background-color: #000;
    inset: 0;
    opacity: .15;
}

#top_mv .wrap {
    position: relative;
    z-index: 1;
    height: 100%;
}

#top_mv .cont {
    position: relative;
    padding: 45dvh 0 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#top_mv .cont .mv_ttl_box {
    padding-right: 270px;
}

#top_mv .cont .mv_ttl_box .ttl {
    font-size: 50px;
    color: #fff;
    letter-spacing: .07em;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0.44em;
}

#top_mv .cont .mv_ttl_box .ttl .weight {
    font-weight: 400;
    margin-left: -.25em;
    margin-right: .57em;
    position: relative;
}

#top_mv .cont .mv_ttl_box .ttl .weight::after {
    content: "";
    position: absolute;
    background-image: url(../image/icon_ttl_deco_lightblue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: .5em;
    aspect-ratio: 1;
    top: .2em;
    right: -.35em;
}

#top_mv .cont .mv_ttl_box .en_text {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    font-style: oblique;
}

#top_mv .cont .news_box {
    width: 800px;
}

#top_mv .cont .news_box .box_ttl {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: .4em;
    color: #fff;
}

#top_mv .cont .news_box .flex_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#top_mv .cont .news_box .flex_box .news_list {
    width: 513px;
    flex-shrink: 0;
}

#top_mv .cont .news_box .flex_box .news_list ul li .link {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #fff;
    transition: .3s;
}

#top_mv .cont .news_box .flex_box .news_list ul li .link .date {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    flex-shrink: 0;
}

#top_mv .cont .news_box .flex_box .news_list ul li .link .ttl {
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.2;
    border-bottom: 1px solid currentColor;
}

#top_mv .cont .news_box .flex_box .common_btn_box .link {
    color: #fff;
}

#top_mv .cont .news_box .flex_box .common_btn_box .link .circle {
    border-color: #fff;
}

#top_mv .cont .news_box .flex_box .common_btn_box .link .letter {
    border-bottom: 1px solid transparent;
}

#top_mv .cont .mv_cm_ban {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 8px 15px;
    width: fit-content;
    background-color: rgba(0, 81, 142, .55);
    position: absolute;
    right: 0;
    bottom: 30px;
}

#top_mv .cont .mv_cm_ban .text {
    font-size: 18px;
    letter-spacing: .06em;
    font-weight: 800;
    margin-bottom: 0.67em;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}

#top_mv .cont .mv_cm_ban .text .size {
    font-size: 0.83em;
}

#top_mv .cont .mv_cm_ban .text .f_hel {
    font-weight: 700;
}

#top_mv .cont .mv_cm_ban .img {
    width: 240px;
    aspect-ratio: 1.78;
    cursor: pointer;
    transition: .3s;
}

#top_mv .cont .mv_cm_ban .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#fixed_contact {
    position: fixed;
    top: 144px;
    right: 0;
    background-color: #00518E;
    border-radius: 4px 0 0 4px;
    display: flex;
    z-index: 100;
    transform: translateX(370px);
    transition: .3s;
    width: 450px;
}

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

#fixed_contact .close_btn {
    position: absolute;
    top: 0;
    right: 10px;
    transform: translateY(-100%);
    background-color: #fff;
    width: 30px;
    aspect-ratio: 1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    border-radius: 4px 4px 0 0;
}

#fixed_contact.active .close_btn {
    opacity: 1;
    visibility: visible;
}

#fixed_contact .close_btn::before,
#fixed_contact .close_btn::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 90%;
    height: 2px;
    background-color: #00518E;
}

#fixed_contact .close_btn::before {
    transform: rotate(45deg);
}

#fixed_contact .close_btn::after {
    transform: rotate(-45deg);
}

#fixed_contact .lead_text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .15em;
    cursor: pointer;
    padding: 41px 30px 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fixed_contact.active .lead_text {
    cursor: default;
}

#fixed_contact .cont {
    padding: 20px 20px 20px 12px;
}

#fixed_contact .cont .box {
    background-color: #fff;
    border-radius: 3px;
    padding: 15px 30px;
}

#fixed_contact .cont .box+.box {
    margin-top: 15px;
}

#fixed_contact .cont .box .box_ttl {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.4;
    color: #1F1F1F;
    margin-bottom: 10px;
}

#fixed_contact .cont .box .small_text {
    font-size: 12px;
    color: #1F1F1F;
    letter-spacing: 0em;
    line-height: 1.4;
    margin-top: 5px;
}

#fixed_contact .cont .box .mail_btn {
    display: flex;
    align-items: center;
    gap: 0 .3em;
    padding: 11px 14px 11px 18px;
    background-color: #0068B7;
    color: #fff;
    font-size: 14px;
    letter-spacing: .07em;
    line-height: 1.5;
    font-weight: 900;
    transition: .3s;
    border: 2px solid #0068B7;
}

#fixed_contact .cont .box .mail_btn + .mail_btn {
    margin-top: 1em;
}

#fixed_contact .cont .box .mail_btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 15px;
    margin-right: 21px;
}

#fixed_contact .cont .box .mail_btn .icon svg {
    width: 100%;
}

#fixed_contact .cont .box .mail_btn .icon svg path {
    fill: currentColor;
}

#fixed_contact .cont .box .mail_btn .arrow {
    display: block;
    width: 10px;
    aspect-ratio: 1;
    border: 2px solid currentColor;
    border-top: 0;
    border-left: none;
    transform: rotate(-45deg);
    margin-left: auto;
}

#fixed_contact .cont .box .tel {
    font-size: 32px;
    letter-spacing: 0;
    line-height: 1;
    color: #00518E;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

#fixed_contact .cont .box .tel .icon {
    width: 26px;
    display: block;
}

#fixed_contact .cont .box .tel .icon img {
    width: 100%;
}

.top_vision_service_area {
    padding: 100px 0 180px;
    position: relative;
}

.top_vision_service_area>* {
    position: relative;
    z-index: 1;
}

.top_vision_service_area::before {
    content: "";
    position: absolute;
    background-image: url(../image/top_vision_service_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    inset: 0;
    opacity: .3;
}

.top_vision_service_area .wrap.mid {
    padding-right: 50px;
}

#top_vision {
    margin-bottom: 183px;
}

#top_vision .en_deco {
    font-size: 89px;
    letter-spacing: 0;
    line-height: 1;
    color: #E4ECF2;
    margin-bottom: .43em;
}

#top_vision .cont {
    padding-left: 300px;
}

#top_vision .cont .main_text {
    font-size: 43px;
    letter-spacing: .07em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .83em;
}

#top_vision .cont .main_text .lr {
    font-size: 1.16em;
    color: #0068B7;
}

#top_vision .cont .main_text .small {
    font-size: 0.86em;
}

#top_vision .cont .text_area {
    margin-bottom: 42px;
}

#top_vision .cont .text_area .text {
    font-size: 18px;
    letter-spacing: .07em;
    line-height: 2;
}

#top_vision .cont .text_area .text+.text {
    margin-top: 1em;
}

#top_service .cont {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

#top_service .cont .service_img_slider {
    width: 610px;
    height: 720px;
    flex-shrink: 0;
}

#top_service .cont .service_img_slider .img.slick-slide {
    height: 720px;
}

#top_service .cont .service_img_slider .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_service .cont .text_area {
    flex-grow: 1;
    padding-top: 10px;
}

#top_service .cont .text_area .common_ttl_box {
    margin-bottom: 30px;
}

#top_service .cont .text_area .thumbnail_area .slick-track {
    transform: unset !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#top_service .cont .text_area .thumbnail_area .slick-track .thumbnail_box {
    width: 100% !important;
    display: block !important;
}

#top_service .cont .text_area .thumbnail_area {
    border: 1px solid #363636;
    border-left: none;
    border-right: none;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box {
    padding: 29px 0;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box+.thumbnail_box {
    border-top: 1px solid #363636;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box .flex_box {
    display: flex;
    align-items: baseline;
    gap: 37px;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box .flex_box .num {
    font-size: 14px;
    letter-spacing: 0;
    font-style: oblique;
    font-weight: 700;
    color: #A3A3A3;
    transition: .3s;
    text-align: center;
    line-height: 1;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box .flex_box .num .size {
    font-size: 2.57em;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box.slick-current .flex_box .num {
    color: #0068B7;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box .flex_box .link_ttl_area .en_ttl {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1;
    color: #A3A3A3;
    margin-bottom: .13em;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box .flex_box .link_ttl_area .ttl {
    font-size: 29px;
    letter-spacing: .07em;
    line-height: 1.45;
    font-weight: 700;
    transition: .3s;
}


#top_service .cont .text_area .thumbnail_area .thumbnail_box.slick-current .flex_box .link_ttl_area .ttl {
    color: #0068B7;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box .inner {
    display: grid;
    grid-template-rows: 0fr;
    transition: .5s grid-template-rows ease;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box .inner .inner_inner {
    overflow: hidden;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box.slick-current .inner {
    grid-template-rows: 1fr;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box .inner .inner_text_area {
    padding: 0 60px 0 87px;
    margin-bottom: 13px;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box.slick-current .inner .inner_text_area {
    margin-top: 22px;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box .inner .inner_text_area .text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .07em;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box .inner .inner_text_area .text+.text {
    margin-top: 1em;
}

#top_service .cont .text_area .thumbnail_area .thumbnail_box .inner .common_btn_box {
    text-align: right;
}

#top_staff {
    background-image: url(../image/top_staff_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 364px 0 82px;
    position: relative;
}

#top_staff>* {
    position: relative;
    z-index: 1;
}

#top_staff::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0767B4;
    z-index: -1;
}

#top_staff .wrap {
    padding-left: 50px;
}

#top_staff .common_ttl_box {
    margin-bottom: 28px;
}

#top_staff .common_ttl_box .ttl {
    font-size: 42px;
}

#top_staff .common_ttl_box .ttl .size {
    font-size: 0.71em;
}

#top_staff .cont {
    display: flex;
    align-items: flex-end;
    gap: 193px;
    justify-content: space-between;
}

#top_staff .cont .text_area {
    flex-grow: 1;
}

#top_staff .cont .text_area .text {
    font-size: 18px;
    letter-spacing: .07em;
    line-height: 1.5;
    color: #fff;
}

#top_staff .cont .text_area .text+.text {
    margin-top: 1em;
}

#top_staff .cont .common_btn_box {
    flex-shrink: 0;
}

#top_staff .cont .common_btn_box .link {
    color: #fff;
}

#top_staff .cont .common_btn_box .link .circle {
    border-color: #fff;
}

#top_blog {
    padding-top: 171px;
}

#top_blog .wrap {
    padding-bottom: 113px;
    border-bottom: 1px solid #363636;
}

#top_blog .top_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.common_post_area ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px 66px;
}

#top_blog .common_post_area ul {
    grid-template-columns: repeat(2, 1fr);
}

.common_post_area ul li .link {
    display: flex;
    align-items: center;
    gap: 30px;
}

.common_post_area ul li .link .img {
    width: 160px;
    aspect-ratio: 1;
    border-radius: 3px;
    flex-shrink: 0;
    overflow: hidden;
}

.common_post_area ul li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_post_area ul li .link .post_cont {
    flex-grow: 1;
}

.common_post_area ul li .link .post_cont .date {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: .47em;
    color: #696969;
    margin-bottom: 0.67em;
}

.common_post_area ul li .link .post_cont .date::before {
    content: "";
    background-image: url(../image/icon_date.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: .87em;
    aspect-ratio: 1;
}

.common_post_area ul li .link .post_cont .ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
    letter-spacing: .07em;
    font-weight: 600;
    color: #1F1F1F;
    margin-bottom: 0.83em;
    line-height: 1.7;
}

.common_post_area ul li .link .post_cont .ttl .letter {
    border-bottom: 1px solid transparent;
    transition: .3s;
}

.common_post_area ul li .link .post_cont .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    letter-spacing: 0;
    color: #696969;
    line-height: 1.9;
}

#top_store {
    padding: 116px 0 130px;
}

#top_store .cont {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    justify-content: space-between;
}

#top_store .cont .ttl_area {
    padding-top: 33px;
}

#top_store .cont .ttl_area .common_ttl_box {
    margin-bottom: 50px;
}

#top_store .cont .store_area {
    width: 730px;
    flex-shrink: 0;
}

#top_store .cont .store_area ul {
  /* display: grid; */
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

#top_store .cont .store_area ul li .link {
    display: block;
}

#top_store .cont .store_area ul li .link .img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 14px;
}

#top_store .cont .store_area ul li .link .name_flex {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

#top_store .cont .store_area ul li .link .name_flex .name_area {
    flex-grow: 1;
}

#top_store .cont .store_area ul li .link .name_flex .name_area .small_name {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    color: #1F1F1F;
    font-weight: 600;
    margin-bottom: .19em;
}

#top_store .cont .store_area ul li .link .name_flex .name_area .lr_name .letter {
    font-size: 24px;
    letter-spacing: .07em;
    line-height: 1.5;
    color: #1F1F1F;
    transition: .3s;
    border-bottom: 1px solid transparent;
    font-weight: 600;
}

#top_store .cont .store_area ul li .link .name_flex .circle {
    width: 34px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1F1F1F;
    transition: .3s;
}

#top_store .cont .store_area ul li .link .name_flex .circle::before {
    content: "";
    width: 7px;
    aspect-ratio: 1;
    border: 2px solid #1F1F1F;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg) translate(-25%, -25%);
}

#top_store .cont .store_area ul li .link .location_area {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

#top_store .cont .store_area ul li .link .location_area .icon {
    width: 16px;
    aspect-ratio: .68;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

#top_store .cont .store_area ul li .link .location_area .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#top_store .cont .store_area ul li .link .location_area .location_text_area {
    flex-grow: 1;
}

#top_store .cont .store_area ul li .link .location_area .location_text_area .text {
    font-size: 15px;
    color: #3C3C3C;
    line-height: 1.9;
    letter-spacing: 0;
}

#top_store .cont .store_area ul li .link .location_area .location_text_area .text+.text {
    margin-top: .6em;
}

#main_contact_sec,
#recruit_contact_sec{
    position: relative;
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    padding: 83px 0 67px;
}

#main_contact_sec{
    background-image: url(../image/main_contact_sec_bg03.jpg);
}

#main_contact_sec>*,
#recruit_contact_sec>* {
    position: relative;
    z-index: 1;
}

#main_contact_sec::before,
#recruit_contact_sec::before {
    content: "";
    position: absolute;
    background-color: #000;
    opacity: .65;
    inset: 0;
}

#main_contact_sec .flex_box,
#recruit_contact_sec .flex_box {
    display: flex;
    align-items: center;
}

#main_contact_sec .flex_box .ttl_area {
    padding-right: 111px;
    flex-shrink: 0;
    width: 368px;
}

#main_contact_sec .flex_box .ttl_area .common_ttl_box,
#recruit_contact_sec .flex_box .ttl_area .common_ttl_box {
    margin-bottom: 23px;
}

#main_contact_sec .flex_box .ttl_area .intro_text_area .text{
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    line-height: 1.6;
}

#main_contact_sec .flex_box .cont,
#recruit_contact_sec .flex_box .cont {
    flex-grow: 1;
    padding: 15px 0 16px 111px;
    border-left: 3px solid #fff;
}

#main_contact_sec .flex_box .cont .tel_box,
#recruit_contact_sec .flex_box .cont .tel_box {
    margin-bottom: 17px;
}

#main_contact_sec .flex_box .cont .tel_box .box_ttl,
#main_contact_sec .flex_box .cont .mail_box .box_ttl,
#recruit_contact_sec .flex_box .cont .tel_box .box_ttl,
#recruit_contact_sec .flex_box .cont .mail_box .box_ttl {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .07em;
    line-height: 1.5;
    color: #fff;
}

#main_contact_sec .flex_box .cont .tel_box .box_ttl,
#recruit_contact_sec.flex_box .cont .tel_box .box_ttl {
    margin-bottom: 14px;
}

#main_contact_sec .flex_box .cont .tel_box .tel_flex,
#recruit_contact_sec .flex_box .cont .tel_box .tel_flex {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

#main_contact_sec .flex_box .cont .tel_box .tel_flex .num,
#recruit_contact_sec .flex_box .cont .tel_box .tel_flex .num {
    display: flex;
    align-items: center;
    gap: .3em;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    flex-shrink: 0;
}

#main_contact_sec .flex_box .cont .tel_box .tel_flex .num::before,
#recruit_contact_sec .flex_box .cont .tel_box .tel_flex .num::before {
    content: "";
    background-image: url(../image/icon_tel_white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: .79em;
    aspect-ratio: 1;
}

#main_contact_sec .flex_box .cont .tel_box .tel_flex .num_sp,
#recruit_contact_sec .flex_box .cont .tel_box .tel_flex .num_sp {
    display: none !important;
}

#main_contact_sec .flex_box .cont .tel_box .tel_flex .hour_text,
#recruit_contact_sec .flex_box .cont .tel_box .tel_flex .hour_text {
    flex-grow: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

#main_contact_sec .flex_box .cont .mail_box .box_ttl,
#recruit_contact_sec .flex_box .cont .mail_box .box_ttl {
    margin-bottom: .5em;
}

#main_contact_sec .flex_box .cont .mail_box .mail_btn,
#recruit_contact_sec .flex_box .cont .mail_box .mail_btn {
    display: flex;
    align-items: center;
    padding: 18px 21px;
    background-color: #0068B7;
    color: #fff;
    font-size: 17px;
    letter-spacing: .07em;
    line-height: 1.5;
    font-weight: 900;
    transition: .3s;
    border: 2px solid #0068B7;
    width: fit-content;
    margin-bottom: 12px;
}

#main_contact_sec .flex_box .cont .mail_box .mail_btn .icon,
#recruit_contact_sec .flex_box .cont .mail_box .mail_btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 18px;
    margin-right: 24px;
}

#main_contact_sec .flex_box .cont .mail_box .mail_btn .icon svg,
#recruit_contact_sec .flex_box .cont .mail_box .mail_btn .icon svg {
    width: 100%;
}

#main_contact_sec .flex_box .cont .mail_box .mail_btn .icon svg path,
#recruit_contact_sec .flex_box .cont .mail_box .mail_btn .icon svg path {
    fill: currentColor;
}

#main_contact_sec .flex_box .cont .mail_box .mail_btn .arrow,
#recruit_contact_sec .flex_box .cont .mail_box .mail_btn .arrow {
    display: block;
    width: 10px;
    aspect-ratio: 1;
    border: 2px solid currentColor;
    border-top: 0;
    border-left: none;
    transform: rotate(-45deg);
    margin-left: 56px;
}

#main_contact_sec .flex_box .cont .mail_box .note_text,
#recruit_contact_sec .flex_box .cont .mail_box .note_text {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    gap: .5em;
}

#main_footer {
    padding: 120px 0 80px;
}

#main_footer .cont {
    display: flex;
    gap: 145px;
    justify-content: space-between;
    margin-bottom: 70px;
}

#main_footer .cont .info_area .logo {
    display: block;
    width: 213px;
    margin-bottom: 30px;
}

#main_footer .cont .info_area .info_text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

#main_footer .cont .info_area dd.info_text .link {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main_footer .cont .info_area dd.info_text .link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#main_footer .cont .info_area p.info_text+p.info_text {
    margin-top: 10px;
}

#main_footer .cont .info_area .box+.box {
    margin-top: 30px;
}

#main_footer .cont .info_area dl {
    display: flex;
    gap: 10px;
}

#main_footer .cont .info_area dl+dl {
    margin-top: 10px;
}

#main_footer .cont .info_area dl dt {
    flex-shrink: 0;
    text-align: right;
    width: 75px;
}

#main_footer .cont .info_area .logo img {
    width: 100%;
}

#main_footer .cont .menu_area {
    display: flex;
    gap: 145px;
    padding-top: 60px;
    flex-shrink: 0;
}

#main_footer .cont .menu_area .menu_box .menu_name,
#main_footer .cont .menu_area .menu_box>ul>li {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
}

#main_footer .cont .menu_area .menu_box .menu_name {
    margin-bottom: 1.1em;
}

#main_footer .cont .menu_area .menu_box>ul>li+li {
    margin-top: 1.1em;
}

#main_footer .cont .menu_area .menu_box .menu_name .link,
#main_footer .cont .menu_area .menu_box>ul>li>.link {
    color: #1F1F1F;
    transition: .3s;
}

#main_footer .cont .menu_area .menu_box .sub_menu {
    padding-left: 25px;
}

#main_footer .cont .menu_area .menu_box .sub_menu ul li {
    font-size: 15px;
    line-height: 1.4;
}

#main_footer .cont .menu_area .menu_box .sub_menu ul li+li {
    margin-top: 1.3em;
}

#main_footer .cont .menu_area .menu_box .sub_menu ul li .sub_link {
    color: #1F1F1F;
    transition: .3s;
}

#main_footer .bottom_area {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

#main_footer .bottom_area .copy_text {
    font-size: 15px;
    line-height: 1.4;
    color: #3c3c3c;
}

#main_footer .bottom_area .bottom_link_area ul {
    display: flex;
    gap: 60px;
}

#main_footer .bottom_area .bottom_link_area ul li {
    font-size: 15px;
    line-height: 1.4;
}

#main_footer .bottom_area .bottom_link_area ul li .link {
    color: #3c3c3c;
    transition: .3s;
}

/* PC固定ページ お問い合わせ */
#page_contact .sub_label {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    border-bottom: 2px solid #00518e;
    margin: 0 auto 1em;
    width: fit-content;
    padding: 0 1.5em;
}

#page_contact table {
    width: 74%;
    border-collapse: collapse;
    margin: 0 auto 50px;
    border-right: solid 1px #dfdfdf;
}

#page_contact table th,
#page_contact table td {
    padding: 20px;
    font-size: 14px;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    vertical-align: middle;
}

#page_contact table th {
    width: 25%;
    background: #f7f7f7;
    white-space: nowrap;
    letter-spacing: .05em;
}

#page_contact table th.space {
    white-space: wrap;
}

#page_contact table th.space .ninni {
    display: block;
    width: fit-content;
    margin: 0 0 .5em;
}

#page_contact table th .hissu,
#page_contact table th .ninni {
    background: #c70000;
    margin-right: 15px;
    color: #fff;
    padding: 5px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
}

#page_contact table th .ninni {
    background: #333;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type="text"],
#page_contact input[type="email"],
#page_contact #zip {
    width: 85%;
    height: 44px;
    border: 1.2px solid #a4a4a4;
    border-radius: 4px;
    padding: 1em;
}

#page_contact input[type="text"].short_type {
    width: 200px;
    margin-right: 10px;
}

#page_contact input.tel {
    padding: 1em;
    width: 18.8%;
    border: 1.2px solid #a4a4a4;
}

#page_contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1.2px solid #a4a4a4;
}

#page_contact textarea {
    width: 85%;
    padding: 1em;
    height: 200px;
    border: 1.2px solid #a4a4a4;
}

#page_contact .attention {
    font-size: 12px;
}

#page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

#page_contact #btn_wrap button {
    background-color: #00518e;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 600;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

#page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

#page_contact #btn_wrap button:hover {
    opacity: .8;
}

.contact_form_disc {
    width: 74%;
    font-size: 15px;
    margin: 0 auto 50px;
    letter-spacing: .02em;
}

.contact_form_disc .caution {
    font-size: 14px;
    color: #373636;
}

.contact_form_disc .text {
    margin-bottom: 10px;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 12px;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
    margin-bottom: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    padding-bottom: 15px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    bottom: 0;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}


/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::after,
.radio_btns .radio_btns__item+span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1.2px solid #a4a4a4;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 12px;
    height: 12px;
    top: 0px;
    left: 4px;
    border: none;
    background: #333;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    font-weight: 600;
}

.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
#page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    margin-bottom: 10px;
    display: inline-block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}

/* サンクスページ */

#page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

#page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

#page_contact .thanks_textArea .ichiran_link {
    background-color: #ff8001;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

#page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

#page_contact .thanks_textArea .contact_text .space {
    display: block;
}

#page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
#page_contact .progressbar {
    margin-bottom: 60px;
    justify-content: center;
}

#page_contact .progressbar .item {
    position: relative;
    width: 18%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 43px 0 13px;
    line-height: 1.5;
    letter-spacing: .05em;
}

#page_contact .progressbar .item .en {
    display: block;
    color: #7b7b7b;
    font-size: 14px;
}

#page_contact .progressbar .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    margin: auto;
}

#page_contact .progressbar .item.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #333;
    margin: auto;
}

#page_contact .progressbar #step_2 .en {
    position: relative;
}

#page_contact .progressbar #step_2 .en::before,
#page_contact .progressbar #step_2 .en::after {
    content: "";
    height: 1px;
    width: 100px;
    background: #a5a5a5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -47px;
}

#page_contact .progressbar #step_2 .en::after {
    left: auto;
    right: -47px;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
}

/* wp-pagenavi base */
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #00518e;
    border-color: #00518e;
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: #00518e;
    border-color: #66cccc;
    font-weight: bold;
}

/* PC投稿ページ シングルページ */
#single_page .fl_wrap {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.single_main_img {
    width: 300px;
    height: 300px;
    position: relative;
    margin: 0 auto 40px auto;
}

.singleContent .single_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333;
}

.singleContent .title_area {
    border-bottom: solid 1px #ccc;
    padding: 100px 0 30px;
    margin-bottom: 40px;
    position: relative;
}

.singleContent .single_title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
}

.single_main_img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list ul {
    gap: 10px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px;
    letter-spacing: .08em;
}

.singleContent article h2 {
    font-size: 20px;
    border: solid 1px #333;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
}

.site_single_latest {
    border-left: solid 1px #333;
    border-bottom: solid 3px #333;
    padding: 0 0 35px 0;
    margin-bottom: 80px;
}

.site_single_latest .en {
    font-size: 13px;
    letter-spacing: .08em;
    text-align: center;
}

.singleContent article h2::before {
    top: 0px;
}

.singleContent article h2::after {
    bottom: 0;
}

.singleContent article h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em;
    background-color: #ccc;
}

.singleContent article h4 {
    padding: 2px 10px;
    margin: 1.5em 0 1em;
    color: #333;
    border-left: 5px solid #5b5959;
    font-size: 17px;
    position: relative;
}

.singleContent article h5:before {
    content: '■';
    padding-right: 10px;
}

.singleContent article h5 {
    font-size: 18px;
    /* padding-left: 1em; */
    margin: 1.5em 0;
}

.singleContent h6 {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin: 1.5em 0 1em;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

#single_page .singleContent {
    width: 60%;
    flex-shrink: 0;
    margin-right: 50px;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: solid 1px #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
    border-bottom: solid 3px #333;
    border-right: solid 3px #333;
}

#single_page .singleContent .ichiran_link:hover {
    opacity: .7;
}

#single_page .singleSidebar {
    width: 27%;
}

#single_page aside#info_side {
    background-color: #fff;
    padding: 20px;
}

#single_page aside#info_side p#news-not_found {
    text-align: center;
}

#single_page aside#info_side ul li+li {
    margin-top: 12px;
}

#single_page aside#info_side ul li a {
    color: initial;
    align-items: center;
    font-size: 14px;
    transition: .3s;
}

#single_page aside#info_side ul li a:hover {
    opacity: .7;
}

#single_page aside#info_side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

#single_page aside#info_side ul li a time i {
    margin-right: .5em;
}

#single_page aside#info_side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.singleContent .title_area .en {
    font-size: 12px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.singleContent .day_cat {
    align-items: center;
    margin-bottom: 40px;
}

#toc_container a {
    color: #333;
}

.singleContent .day_cat .day {
    color: #6c6c6c;
    font-size: 13px;
    padding-right: 20px;
    border-right: solid 1px #ccc;
    margin-right: 20px;
}

.site_single_latest .topic {
    text-align: center;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 600;
}

.site_single_latest .img {
    width: 150px;
    margin: 20px auto;
}

.site_single_latest .disc {
    text-align: center;
    font-size: 14px;
}

.aside_article_type .ttl {
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: solid 2px;
    padding-bottom: 5px;
}

.aside_article_type li .img {
    height: 70px;
    width: 100px;
    position: relative;
}

.aside_article_type .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aside_article_type li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aside_article_type .cat_wrap {
    gap: 5px;
}

.aside_article_type .cat_wrap .label {
    background: #333;
    padding: 0px 10px;
    color: #fff;
    font-size: 10px;
}

.aside_article_type .cat_wrap ul {
    display: flex;
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
}

.aside_article_type ul {
    padding-left: 20px;
    position: relative;
}

.aside_article_type .cat_wrap ul::before {
    display: none;
}

.aside_article_type ul::before {
    content: "∟";
    position: absolute;
    left: 2px;
    font-size: 14px;
    color: #333;
}

.recommend_post_area {
    width: 92%;
    margin: 50px 0 0 auto;
}

.recommend_post_area ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
}

.recommend_post_area .ttl {
    font-size: 18px;
    letter-spacing: .08em;
    border-bottom: solid #ccc 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.recommend_post_area .ttl .en {
    font-weight: 400;
    letter-spacing: .08em;
    font-size: 14px;
    display: block;
}

.recommend_post_area a {
    color: #3c3c3c;
}

.recommend_post_area .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.recommend_post_area .day_cat .day {
    font-size: 12px;
    color: #6c6c6c;
    padding-right: 10px;
    border-right: solid 1px #ccc;
    margin-right: 10px;
}

.recommend_post_area .day_cat {
    margin: auto 0 0;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.recommend_post_area .category_list .cat_wrap {
    padding: 0;
    gap: 5px;
}


.recommend_post_area .category_list .cat {
    font-size: 12px;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 0 10px;
}

.recommend_post_area .category_list {
    width: 100%;
}

.recommend_post_area .img {
    position: relative;
    height: 145px;
    margin-bottom: 12px;
    overflow: hidden;
}

.recommend_post_area .img img {
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommend_post_area a:hover .img img {
    transform: scale(1.1);
}

.aside_article_type+.aside_article_type {
    margin-top: 35px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    top: 280px !important;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::before {
    content: "";
    width: 1px;
    height: 100px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -103px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::after {
    content: "SHARE ON";
    position: absolute;
    top: -169px;
    font-size: 11px;
    writing-mode: vertical-lr;
    text-align: center;
    left: 8px;
    right: 0;
    margin: auto;
}

.singleContent_links {
    margin-top: 150px;
    align-items: center;
    position: relative;
}

.singleContent_links ul {
    width: 40%;
}

.singleContent_links ul.prev li {
    padding-left: 30px;
}

.singleContent_links ul.next li {
    padding-right: 30px;
}

.singleContent_links .btn {
    margin-bottom: 23px;
    border-bottom: solid 1px #ccc;
    font-size: 15px;
    position: relative;
}

.singleContent_links::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
    background: #ccc;
    height: 100%;
    margin: auto;
}

.singleContent_links a {
    color: #333;
    font-size: 14px;
}

.singleContent_links a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.singleContent_links .img {
    margin-bottom: 15px;
    position: relative;
    height: 150px;
}

.singleContent_links .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.singleContent_links ul.next .btn {
    text-align: right;
}

.singleContent_links ul.next .img {
    margin-left: auto;
}

.breadcrumb.single {
    margin-top: 70px;
    text-align: right;
}

.aside_article_type .text_box {
    width: calc(100% - 100px);
    padding-left: 10px;
}

#toc_container li {
    position: relative;
    padding-left: 20px;
}

#toc_container li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(https://u-osaka.co.jp/wp-content/themes/child/image/article_arrow.png) center no-repeat;
    background-size: contain;
    width: 13px;
    height: 14px;
    bottom: auto;
}

.singleContent article h2::before,
.singleContent article h3::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background: rgb(0, 0, 0);
    margin: auto;
}

.singleContent ol {
    border: solid 1px #333;
    padding: 20px 10px;
    counter-reset: count 0;
    position: relative;
    background-image: url(https://u-osaka.co.jp/wp-content/themes/child/image/grid.gif);
}

.singleContent ol li {
    position: relative;
}

.singleContent ol li::before {
    content: "";
    content: counter(count) ". ";
    counter-increment: count 1;
}

.singleContent ol li+li {
    margin-top: 7px;
}

.singleContent ol::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #333 #fff #333;
}

.singleContent ol::after {
    content: "";
}

.singleContent #toc_container {
    margin-bottom: 50px;
}

.singleContent_links ul li+li {
    margin-top: 10px;
}

.singleContent_links ul li.btn::before {
    content: "";
    position: absolute;
    background: url(../image/arrow.svg) center no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 0;
    top: 5px;
}

.singleContent_links ul.prev li.btn::before {
    transform: scale(-1, 1);
    right: auto;
    left: 0;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    border: none;
}

.singleContent .category_list ul li::before {
    display: none;
}

.singleContent .category_list ul {
    border: none;
}

.page_company .company_sec #company_info {
    margin-top: 100px;
}

.company_info_table {
    margin-top: 40px;
}

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

.company_info_table table th,
.company_info_table table td {
    padding: 1em;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
}

.company_info_table table th {
    width: 25%;
}

.company_info_table table td {
    width: 75%;
}

#page_staff #staff_sec .staff_list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

#page_staff #staff_sec .staff_list ul li .link {
    display: flex;
    flex-direction: column;
}

#page_staff #staff_sec .staff_list ul li .link .img {
    width: 100%;
    height: 180px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 15px;
}

#page_staff #staff_sec .staff_list ul li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

#page_staff #staff_sec .staff_list ul li .link .name {
    letter-spacing: 0.06em;
    line-height: 1;
    font-size: 20px;
    margin-bottom: .6em;
    color: #1F1F1F;
    display: flex;
    justify-content: space-between;
    gap: 1em;
}

#page_staff #staff_sec .staff_list ul li .link .name::after {
    content: "";
    background-image: url(../image/icon_ttl_deco_blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: .7em;
    aspect-ratio: 1;
    flex-shrink: 0;
    margin-top: .15em;
}

#page_staff #staff_sec .staff_list ul li .link .position {
    color: #0068B7;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.staff_detail {
    position: relative;
}

.staff_detail>* {
    position: relative;
    z-index: 1;
}

.staff_detail::before {
    content: "";
    position: absolute;
    background-image: url(../image/top_vision_service_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    inset: 0;
    opacity: .3;
}

.staff_detail .top_area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 50px;
    margin-bottom: 70px;
}

.staff_detail .top_area .main_img {
    height: 400px;
    flex-shrink: 0;
    padding-left: 30px;
    padding-bottom: 30px;
    position: relative;
}

.staff_detail .top_area .main_img>* {
    position: relative;
    z-index: 1;
}

.staff_detail .top_area .main_img::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    left: 0;
    bottom: 0;
    background-color: #0068B7;
    opacity: .2;
    border-radius: 3px;
}

.staff_detail .top_area .main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.staff_detail .top_area .prof_area .name {
    font-size: 58px;
    letter-spacing: .06em;
    line-height: 1;
    margin-bottom: .5em;
}

.staff_detail .top_area .prof_area .position {
    font-size: 20px;
    font-weight: 500;
    color: #0068B7;
    letter-spacing: .06em;
    display: flex;
    align-items: flex-start;
    gap: .5em;
}

.staff_detail .top_area .prof_area .position::before,
.staff_detail .detail_area .detail_text_area .detail_box .box_ttl::before {
    content: "";
    background-image: url(../image/icon_ttl_deco_blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1em;
    aspect-ratio: 1;
    margin-top: 0.35em;
    flex-shrink: 0;
}

.staff_detail .top_area .prof_area .message_area .message_text {
    color: #fff;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .08em;
    font-size: 26px;
    background-color: #0068B7;
    padding: .5em 1em;
    width: fit-content;
    margin-top: 1em;
}

.staff_detail .detail_area {
    display: flex;
    align-self: flex-start;
    gap: 50px;
}

.staff_detail .detail_area .detail_img_area {
    width: 30%;
    flex-shrink: 0;
}

.staff_detail .detail_area .detail_img_area .detail_img {
    width: 100%;
    aspect-ratio: 1.4;
    overflow: hidden;
    border-radius: 3px;
}

.staff_detail .detail_area .detail_img_area .detail_img+.detail_img {
    margin-top: 30px;
}

.staff_detail .detail_area .detail_img_area .detail_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.staff_detail .detail_area .detail_text_area {
    flex-grow: 1;
}

.staff_detail .detail_area .detail_text_area .detail_box {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 30px 30px 0;
    position: relative;
    border-radius: 3px;
}

.staff_detail .detail_area .detail_text_area .detail_box>* {
    position: relative;
    z-index: 1;
}

.staff_detail .detail_area .detail_text_area .detail_box+.detail_box {
    margin-top: 50px;
}

.staff_detail .detail_area .detail_text_area .detail_box .box_ttl {
    font-size: 22px;
    font-weight: 600;
    color: #0068B7;
    letter-spacing: .06em;
    display: flex;
    align-items: flex-start;
    gap: .5em;
    margin-bottom: 1em;
}

.staff_detail .detail_area .detail_text_area .detail_box .box_text_area .text {
    font-size: 16px;
    letter-spacing: .07em;
    line-height: 1.8;
}

.staff_detail .detail_area .detail_text_area .detail_box .box_text_area .text+.text {
    margin-top: 1em;
}

.staff_detail .detail_area .detail_text_area .detail_box .num {
    position: absolute;
    font-style: oblique;
    color: #0068B7;
    opacity: .15;
    top: 0;
    right: 30px;
    font-size: 40px;
    line-height: 1;
}

.common_page_wrap {
    padding: 100px 0;
}

.not_found .text {
    text-align: center;
}

.common_page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common_page_title h2 {
    font-size: 30px;
}

.common_page_title .sub_title {
    font-size: 14px;
    letter-spacing: 0.1em;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

.common_page_main {
    background-image: url(../image/common_page_main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 0 160px;
    position: relative;
    z-index: 1;
}

.common_page_main::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.63;
    background-color: #1f1f1f;
}

.common_page_main .ttl_box .en {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1;
    display: flex;
    gap: 10px;
    align-items: center;
}

.common_page_main .ttl_box .en::before {
    content: "";
    background-image: url(../image/icon_ttl_deco_white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    aspect-ratio: 1;
    flex-shrink: 0;
}

.common_page_main .ttl_box .ttl {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 14px;
    color: #fff;
}

.common_page_wrap.single_page_wrap {
    /* border-top: 100px solid #cccccc; */
    padding-top: 200px;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
}

.breadcrumb a {
    text-decoration: none;
    color: initial;
}

/* PC固定ページ 会社概要 */
.company_profile {
    margin-bottom: 100px;
}

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

.company_profile table th,
.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid;
    font-size: 14px;
}

.company_profile table th {
    width: 20%;
}

.company_profile table td {
    width: 80%;
}

.company_access .map {
    height: 350px;
}

.company_access .map iframe {
    width: 100%;
    height: 100%;
}

/* PC固定ページ 個人情報保護方針 */
#page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

#page_privacy dl {
    margin-bottom: 50px;
}

#page_privacy dl:last-child {
    margin-bottom: 0;
}

#page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.5em;
    border-left: 3px solid #0068b7;
    padding-left: 1em;
}

#page_privacy dl dd {
    font-size: 14px;
    line-height: 2;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* 店舗紹介 */
.page_store .store_sec .sec_box+.sec_box {
    margin-top: 100px;
}

.page_store .store_sec .sec_ttl {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0068b7;
    gap: 15px;
}

.page_store .store_sec .sec_ttl::before {
    content: "";
    background-image: url(../image/icon_ttl_deco_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    aspect-ratio: 1;
    flex-shrink: 0;
}

.page_store .store_sec .list {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-top: 35px;
}

.page_store .store_sec .list .box {
    width: 100%;
}

.page_store .store_sec .list .box ul li {
    padding: 25px 0;
    display: flex;
    gap: 50px;
    border-bottom: 1px dashed #ccc;
}

.page_store .store_sec .list .box ul li .theme {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    width: 30%;
    flex-shrink: 0;
}

.page_store .store_sec .list .box ul li .cont {
    font-size: 16px;
    letter-spacing: 0.05em;
}

.page_store .store_sec .list .img_box {
    width: 35%;
    flex-shrink: 0;
}

.page_store .store_sec .list .img_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.page_store .store_sec .list .img_box ul li {
    height: 155px;
}

.page_store .store_sec .list .img_box ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_store .store_sec .list .img_box .img {
    height: 320px;
}

.page_store .store_sec .list .img_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 事業ページ */
.common_page_service {
    background-image: url(../image/top_vision_service_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.common_page_service .box_sec .list ul li {
    display: flex;
    gap: 85px;
    align-items: center;
}

.common_page_service .box_sec .list ul li.base {
    align-items: flex-start;
}

.common_page_service .box_sec .list ul li.base .text_box {
    margin-top: 70px;
}

.common_page_service .box_sec .list ul li.base .img {
    height: 550px;
}

.common_page_service .box_sec .list ul li+li {
    margin-top: 130px;
}

.common_page_service .box_sec .list ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.common_page_service .box_sec .list ul li:nth-child(even) .img {
    margin-left: auto;
}

.common_page_service .box_sec .list ul li:nth-child(even) .img::after {
    right: -30px;
    left: 30px;
}

.common_page_service .box_sec .list ul li .img {
    width: 450px;
    height: 350px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.common_page_service .box_sec .list ul li .img::after {
    content: "";
    position: absolute;
    top: 30px;
    bottom: -30px;
    right: 30px;
    left: -30px;
    z-index: -1;
    border: 1px solid #0068b7;
}

.common_page_service .box_sec .list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_page_service .box_sec .list ul li .text_box .theme {
    font-size: 24px;
    letter-spacing: 0.08em;
    font-weight: 600;
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.common_page_service .box_sec .list ul li .text_box .theme::before {
    content: "";
    width: 25px;
    aspect-ratio: 1;
    background-image: url(../image/icon_ttl_deco_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    translate: 0 3px;
}

.common_page_service .box_sec .list ul li .text_box .box {
    margin-top: 20px;
}

.common_page_service .box_sec .list ul li .text_box .box .text {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2;
}

.common_page_service .box_sec .list ul li .text_box .box .text+.text {
    margin-top: 10px;
}

/* 企業情報 */
.page_company .company_sec #company_vision .text_box {
    text-align: center;
}

.page_company .company_sec #company_vision .text_box .en {
    font-size: 89px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #e4ecf2;
}

.page_company .company_sec #company_vision .text_box .ttl {
    margin-top: 10px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.page_company .company_sec #company_vision .text_box .ttl .color {
    font-size: 30px;
    color: #0068b7;
}

.page_company .company_sec #company_vision .text_box .text {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 600;
    margin-top: 40px;
}

.page_company .company_sec #company_customer {
    margin-top: 100px;
}

.page_company .company_sec #company_customer .inner {
    padding: 80px 100px;
    background-image: url(../image/model_img04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.page_company .company_sec #company_customer .inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(31, 31, 31, 0.8);
    z-index: -1;
}

.page_company .company_sec #company_customer .inner .text_box {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 55px 80px;
}

.page_company .company_sec #company_customer .inner .text_box .box {
    margin-top: 30px;
}

.page_company .company_sec #company_customer .inner .text_box .box ul li+li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dashed #ccc;
}

.page_company .company_sec #company_customer .inner .text_box .box .theme {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin-bottom: 5px;
}

.page_company .company_sec #company_customer .inner .text_box .box .text {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
}

.page_company .company_sec #company_customer .inner .text_box .box .text+.text {
    margin-top: 10px;
}

.page_company .company_sec #company_member {
    margin-top: 100px;
}

.page_company .company_sec #company_member .ttl_comment {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin-top: 20px;
    text-align: center;
}

.page_company .company_sec #company_member .list {
    margin-top: 80px;
}

.page_company .company_sec #company_member .text_img_box {
    display: flex;
    gap: 100px;
    align-items: center;
}

.page_company .company_sec #company_member .text_img_box:nth-child(even) {
    flex-direction: row-reverse;
}

.page_company .company_sec #company_member .text_img_box:nth-child(even) .img {
    margin: 0;
}

.page_company .company_sec #company_member .text_img_box+.text_img_box {
    margin-top: 80px;
}

.page_company .company_sec #company_member .text_img_box .text_box .accent {
    font-size: 20px;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.page_company .company_sec #company_member .text_img_box .text_box .text {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 20px;
}

.page_company .company_sec #company_member .text_img_box .text_box .text+.text {
    margin-top: 8px;
}

.page_company .company_sec #company_member .text_img_box .img {
    width: 520px;
    height: 350px;
    flex-shrink: 0;
    margin-left: auto;
}

.page_company .company_sec #company_member .text_img_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_company .company_sec #company_message {
    margin-top: 100px;
}

.page_company .company_sec #company_message .ttl_box {
    text-align: center;
}

.page_company .company_sec #company_message .ttl_box .en {
    font-size: 90px;
    color: #e4ecf2;
    letter-spacing: 0.08em;
    font-weight: 600;
    line-height: 1;
}

.page_company .company_sec #company_message .ttl_box .sec_ttl {
    font-size: 30px;
    font-weight: 600;
    color: #0068b7;
    letter-spacing: 0.08em;
    margin-top: 12px;
    line-height: 1.4;
}

.page_company .company_sec #company_message .text_img_box {
    display: flex;
    gap: 75px;
    margin-top: 60px;
}

.page_company .company_sec #company_message .text_img_box .img_box .img {
    width: 450px;
    flex-shrink: 0;
    aspect-ratio: 1;
}

.page_company .company_sec #company_message .text_img_box .img_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_company .company_sec #company_message .text_img_box .img_box .position {
    font-size: 20px;
    font-weight: 500;
    color: #3e7cac;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 20px;
}

.page_company .company_sec #company_message .text_img_box .img_box .name {
    font-size: 62px;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-top: 25px;
    position: relative;
}

.page_company .company_sec #company_message .text_img_box .img_box .name::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #3e7cac;
    top: -17px;
    left: 0;
}

.page_company .company_sec #company_message .text_img_box .text_box .text {
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: 0.08em;
}

.page_company .company_sec #company_message .text_img_box .text_box .text+.text {
    margin-top: 25px;
}

.common_com_ttl {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.common_com_ttl.left {
    justify-content: flex-start;
}

.common_com_ttl::before {
    content: "";
    width: 25px;
    aspect-ratio: 1;
    background-image: url(../image/icon_ttl_deco_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

body.single #fixed_header.common_header {
    transform: translateY(0);
}

.page_company .vision_sec {
    margin-top: 100px;
}

.page_company .vision_sec .ttl_comment {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin-top: 30px;
    font-weight: 600;
}

.page_company .vision_sec .list {
    margin-top: 50px;
}

.page_company .vision_sec .list ul li+li {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px dashed #ccc;
}

.page_company .vision_sec .list ul li .theme {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.page_company .vision_sec .list ul li .theme .color {
    font-size: 26px;
    color: #0068b7;
    margin-right: 10px;
}

.page_company .vision_sec .list ul li .text {
    font-size: 16px;
    margin-top: 15px;
}

/*recruit-new*/

/*共通*/
.page_recruit .en{
	font-family: "Holland";
	color: #0068B7;
	font-size: 50px;
}

.page_recruit .jp{
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 0.15em;
}

.page_recruit .flex{
    display: flex;
	justify-content: space-between;
}

/*fv*/
.page_recruit #recruit_mv {
    position: relative;
	height: 720px;
}

.page_recruit #recruit_mv::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: inherit;
    background-image: radial-gradient(closest-side, rgba(233, 233, 233, 0) 50%, rgba(11, 47, 75, 0.39) 97%);
	mix-blend-mode: multiply;
    opacity: 1;
}

.page_recruit #recruit_mv .wrap {
    position: relative;
    z-index: 1;
    height: 100%;
}

.page_recruit #recruit_mv .cont {
    font-family: "yumin";
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
	color: #fff;
	line-height: 1;
	justify-content: flex-end;
	padding: 0 0 30px;
}

.page_recruit #recruit_mv .bg_img_slider {
    position: absolute;
    inset: 0;
}

.page_recruit #recruit_mv .bg_img_slider .img {
    width: 100%;
    height: 100%;
}

.page_recruit #recruit_mv .bg_img_slider .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_recruit .text_bg::before{
	content: "";
    background-image: url(../image/icon_ttl_deco_white.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 308px;
	height: 308px;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: .2;
	z-index: 1;
}

.page_recruit #recruit_mv .main_text{
    font-size:  126px;
    margin-left: -22px;
}

.page_recruit #recruit_mv .main_text .sub_text{
    font-size:  0.3em;
	padding-left: 0.6em;
    letter-spacing: 0.16em;
}

.page_recruit #recruit_mv .main_text .small{
    font-size:  0.6em;
}

.page_recruit .text_ol{
     -webkit-text-fill-color: rgba(255, 255, 255, 0);
     -webkit-text-stroke: 2px #fff;
}

.page_recruit .sticky_text{
    width: 400px;
    font-size: 26px;
    padding: 12px 0;
    text-align: center;
    background-color: #0068B7;
    position: relative;
    top: -25px;
    right: -470px;
	letter-spacing: 0.16em;
}

/*代表コメント*/
.page_recruit .recruit_body{
    padding:190px 0 170px;
    -webkit-font-smoothing: antialiased;
}

.page_recruit #recruit_comment{
	margin: 0 auto;
	padding: 0 0 150px 0;
	max-width: 1440px;
	position: relative;
}

.page_recruit #recruit_comment.flex{
	align-items: flex-end;
}

.page_recruit .comment{
	letter-spacing: 0.16em;
	padding-bottom: 85px;
	font-weight: 600;
    width: 570px;
}

.page_recruit .comment .comment_heading{
    font-size: 2em;
	font-weight: 900;
}

.page_recruit .comment .text_box{
	font-size: 16px;
	margin: 65px 0 95px;
	letter-spacing: 0.04em;
}

.page_recruit .comment .name_box{
	display: flex;
	font-size: 20px;
	gap: 20px;
	align-items: center;
}

.page_recruit .comment .name_box .name{
	font-size: 1.9em;
}

.page_recruit #recruit_comment .img{
	width: 590px;
	height: 460px;
	position: relative;
	right: 0;
}

.page_recruit #recruit_comment .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*スライダー*/
.page_recruit #recruit_slider{
	width: 100vw;
	margin-bottom: 150px;
}

.page_recruit #recruit_slider .img{
	width: 320px;
	height: 210px;
	margin: 0 5px;
}

.page_recruit #recruit_slider .img img{
	width: 100%;
	object-fit: cover;
}

/*グラフ*/
.page_recruit #recruit_graph.flex{
	gap: 30px;
	align-items: center;
	margin-bottom: 175px;
}

.page_recruit .graph_heading {
    font-size: 2em;
	font-weight: 900;
	letter-spacing: 0.15em;
	line-height: 1.43;
}

.page_recruit .sub {
    font-size: 0.56em;
	letter-spacing: 0.15em;
}

.page_recruit .graph_heading h2{
    display: inline-block;
}

.page_recruit .mark::before {
    content: "";
    background-image: url(../image/icon_ttl_deco_blue.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: .88em;
	display: inline-block;
    aspect-ratio: 1;
	margin-right: 10px;
}

.page_recruit .graph_text{
	width: 270px;
}

.page_recruit .text_box{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin: 50px 0;
}

.page_recruit .graph_area{
	width: 838px;
	height: 545px;
}

.page_recruit .graph_area img{
	width: 100%;
	height: 100%;
}

/*メンバーコメント*/
.page_recruit #recruit_member{
	margin-bottom: 170px;
}


.page_recruit .member_list{
	display: grid;
	align-content: center;
	gap: 70px;
	margin-top: 60px;
}

.page_recruit #recruit_member .flex{
	justify-content: center;
	align-items: center;
	gap: 70px;
}

.page_recruit #recruit_member .flex:nth-of-type(odd){
	margin-left: -20px;
}

.page_recruit #recruit_member .flex:nth-of-type(even){
	flex-direction: row-reverse;
	margin-right: -20px;
}

.page_recruit .member_heading{
	width: 400px;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.15em;
	margin-bottom: 30px;
}

.page_recruit #recruit_member .em{
	font-weight: 600;
	font-size: 1.5em;
}

.page_recruit .comment_area .text_box{
	width: 460px;
	margin: 30px 0 40px;
}

.page_recruit .img_area img{
	width: 400px;
    aspect-ratio: 1/1.15;
	object-fit: cover;
}

.page_recruit .member_no{
	font-family: "Helvetica";
	font-weight: 700;
    font-style: oblique;
	font-size: 30px;
}

.page_recruit .more_btn {
	width: 300px;
    display: flex;
    align-items: center;
    padding: 15px 30px 15px 50px;
    background-color: #0068B7;
    color: #fff;
    font-size: 17px;
    letter-spacing: .07em;
    line-height: 1.5;
    font-weight: 900;
    transition: .3s;
    border: 2px solid #0068B7;
}

.page_recruit .more_btn .arrow {
    display: block;
    width: 10px;
    aspect-ratio: 1;
    border: 1.5px solid currentColor;
    border-top: 0;
    border-left: none;
    transform: rotate(-45deg);
    margin-left: auto;
}

/*募集要項*/
.page_recruit .guide_area{
	display: grid;
	gap: 50px;
}

.page_recruit .guide{
	font-size: 18px;
	width: 630px;
}

.page_recruit .guide .heading{
	font-weight: 700;
	letter-spacing: 0.15em;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 25px;
}

.page_recruit .guide .heading::after{
	content: "";
	width: 50%;
	height: 1px;
	background-color: #000;
	flex-grow: 2;
}

.page_recruit .guide li{
	font-size: 0.89em;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.page_recruit .listmark li{
   list-style: disc;
   margin-left: 1em;
}

/*footer*/

#recruit_contact_sec{
    background-image: url(../image/recruit_contact_sec_bg.jpg);
}

#recruit_contact_sec .recruit_contact_heading{
	font-family: "yumin";
    color: #fff;
	font-size: 40px;
	letter-spacing: 0.08em;
	margin-bottom: 50px;
    line-height: 1.5;
}

#recruit_contact_sec .en_ttl{
	font-size: 18px;
}

#recruit_contact_sec .en_ttl::before{
	display: none;
}

#recruit_contact_sec .ttl{
	font-family: "Helvetica";
	font-size: 28px;
	letter-spacing: 0;
	pointer-events: none;
}

#recruit_contact_sec .ttl .em{
	font-size: 1.5em;
}

#recruit_contact_sec .flex_box .ttl_area {
    padding-right: 60px;
    flex-shrink: 0;
    width: 378px;
}

#recruit_contact_sec .flex_box .ttl_area .intro_text_area .text {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.6;
}

@media (hover) {
    .common_btn_box .link:hover {
        color: #0068B7;
    }

    .common_btn_box .link:hover .circle {
        border: 2px solid #0068B7;
        background-color: #0068B7;
    }

    .common_btn_box .link:hover .circle::before {
        border-color: #fff;
    }

    .common_header .header_nav .main_ul .main_li:hover::after {
        transform: scaleX(100%);
    }

    .common_header .header_nav .main_ul .main_li .sub_hover_menu ul li .sub_link:hover::after {
        transform: scaleX(100%);
    }

    #top_mv .cont .news_box .flex_box .news_list ul li .link:hover {
        opacity: .7;
    }

    #top_mv .cont .news_box .flex_box .common_btn_box .link:hover .circle {
        border-color: #fff;
        background-color: transparent;
    }

    #top_mv .cont .news_box .flex_box .common_btn_box .link:hover {
        opacity: .7;
    }

    #top_mv .cont .mv_cm_ban .img:hover {
        transform: scale(1.03);
    }

    #fixed_contact .cont .box .mail_btn:hover {
        background-color: #fff;
        color: #0068B7;
    }

    #top_staff .cont .common_btn_box .link:hover {
        color: #fff;
    }

    #top_staff .cont .common_btn_box .link:hover .circle {
        border-color: #0068B7;
    }

    .common_post_area ul li .link:hover .post_cont .ttl {
        color: #0068B7;
    }

    .common_post_area ul li .link:hover .post_cont .ttl .letter {
        border-color: #0068B7;
    }

    #top_store .cont .store_area ul li .link:hover .name_flex .name_area .lr_name .letter {
        color: #0068B7;
        border-bottom: 1px solid #0068B7;
    }

    #top_store .cont .store_area ul li .link:hover .name_flex .circle {
        border: 2px solid #0068B7;
        background-color: #0068B7;
    }

    #top_store .cont .store_area ul li .link:hover .name_flex .circle::before {
        border-color: #fff;
    }

    #main_contact_sec .flex_box .cont .mail_box .mail_btn:hover,
    #recruit_contact_sec .flex_box .cont .mail_box .mail_btn:hover {
        background-color: #fff;
        color: #0068B7;
    }

    #main_footer .cont .menu_area .menu_box .menu_name .link:hover,
    #main_footer .cont .menu_area .menu_box>ul>li .link:hover {
        color: #0068B7;
    }

    #main_footer .cont .menu_area .menu_box .sub_menu ul li .sub_link:hover {
        color: #0068B7;
    }

    #main_footer .bottom_area .bottom_link_area ul li .link:hover {
        color: #0068B7;
    }

    #page_staff #staff_sec .staff_list ul li .link:hover .img img {
        transform: scale(1.1);
    }
}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 3.6vw;
    }

    .common_btn_box .link {
        font-size: 3.8vw;
    }

    .common_btn_box.small .link {
        font-size: 3.8vw;
        gap: 1.5em;
    }

    .common_btn_box.small .link .circle {
        width: 1.9em;
    }

    .common_btn_box .link .circle::before {
        transform: rotate(-45deg) translate(-18%, -18%);
    }

    .common_btn_box.small .link .circle::before {
        transform: rotate(-45deg) translate(-18%, -18%);
    }

    .common_btn_box .link:hover .circle::before {
        border-color: #fff;
    }

    .common_ttl_box .en_ttl {
        font-size: 4vw;
    }

    .common_ttl_box .ttl {
        font-size: 7vw;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 80px;
        padding: 0 20px;
        display: flex;
        align-items: center;
        z-index: 100;
        background: rgba(0, 0, 0, .02);
        transition: .3s;
    }

    body.single #sp_header {
        background: rgba(0, 0, 0, .2);
    }

    #sp_header.active {
        background: rgba(0, 0, 0, .2);
    }

    #sp_header .logo {
        display: block;
        width: 164px;
    }

    #sp_header .logo img {
        width: 100%;
    }

    #loading .cont {
        padding-top: 94vw;
    }

    #loading .cont .main_text {
        font-size: 9vw;
    }

    #loading .cont .main_text .weight {
        margin-left: 0;
    }

    #loading .cont .en_text {
        font-size: 4.7vw;
    }

    #top_mv {
        height: 200vw;
    }

    #top_mv .bg_img_slider .img img.pc {
        display: none !important;
    }

    #top_mv .bg_img_slider .img img.sp {
        display: block !important;
    }

    #top_mv .cont {
        padding: 73vw 0 8.7vw;
        height: 100%;
        display: flex;
    }

    #top_mv .cont .mv_ttl_box {
        padding-right: 0;
        margin-bottom: 8vw;
    }

    #top_mv .cont .mv_ttl_box .ttl {
        font-size: 9vw;
    }

    #top_mv .cont .mv_ttl_box .ttl .weight {
        margin-left: 0;
    }

    #top_mv .cont .mv_ttl_box .en_text {
        font-size: 4.7vw;
    }

    #top_mv .cont .news_box {
        width: 100%;
    }

    #top_mv .cont .news_box .box_ttl {
        font-size: 4.2vw;
        margin-bottom: 3vw;
    }

    #top_mv .cont .news_box .flex_box {
        flex-direction: column;
        align-items: flex-end;
        gap: 4vw;
    }

    #top_mv .cont .news_box .flex_box .news_list {
        width: 100%;
    }

    #top_mv .cont .news_box .flex_box .news_list ul li .link {
        gap: 3.2vw;
    }

    #top_mv .cont .news_box .flex_box .news_list ul li .link .date {
        font-size: 3.2vw;
    }

    #top_mv .cont .mv_cm_ban {
        flex-direction: row;
        gap: 3vw;
        padding: 3vw;
        width: 100%;
        background-color: rgba(0, 81, 142, .6);
        justify-content: space-between;
        bottom: -35vw;
    }

    #top_mv .cont .mv_cm_ban .text {
        font-size: 4.5vw;
        margin-bottom: 0;
        text-align: left;
        line-height: 1.7;
    }

    #top_mv .cont .mv_cm_ban .text .size {
        font-size: 0.9em;
    }

    #top_mv .cont .mv_cm_ban .img {
        width: 42vw;
    }

    .top_vision_service_area {
        padding: 45vw 0 20vw;
    }

    .top_vision_service_area .wrap.mid {
        padding-right: 0;
    }

    #top_vision {
        margin-bottom: 12vw;
    }

    #top_vision .en_deco {
        font-size: 8vw;
    }

    #top_vision .cont {
        padding-left: 0;
    }

    #top_vision .cont .main_text {
        font-size: 6.5vw;
    }

    #top_vision .cont .text_area {
        margin-bottom: 8vw;
    }

    #top_vision .cont .common_btn_box {
        text-align: right;
    }

    #top_vision .cont .text_area .text {
        font-size: 3.5vw;
    }

    #top_service .cont {
        display: block;
    }

    #top_service .cont .text_area {
        flex-grow: 1;
        padding-top: 0;
    }

    #top_service .cont .text_area .common_ttl_box {
        margin-bottom: 8vw;
    }

    #top_service .cont .text_area .thumbnail_area {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8vw 4vw;
    }

    #top_service .cont .text_area .thumbnail_area {
        border: none;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box {
        padding: 7vw 0 0;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        position: relative;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box+.thumbnail_box {
        border-top: none;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box .img {
        width: 100%;
        height: 38vw;
        margin-bottom: 4vw;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box .flex_box {
        display: flex;
        align-items: baseline;
        gap: 4vw;
        /* position: relative; */
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box .flex_box .num {
        font-size: 3.5vw;
        color: #0068B7;
        position: absolute;
        top: 0;
        left: 1vw;
        opacity: .65;
        text-align: left;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box .flex_box .num .size {
        font-size: 2.4em;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box.slick-current .flex_box .num {
        color: #0068B7;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box .flex_box .link_ttl_area .en_ttl {
        font-size: 3vw;
        line-height: 1.3;
        margin-bottom: .3em;
        color: #0068B7;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box .flex_box .link_ttl_area .ttl {
        font-size: 4.2vw;
    }


    #top_service .cont .text_area .thumbnail_area .thumbnail_box.slick-current .flex_box .link_ttl_area .ttl {
        color: #0068B7;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box .inner {
        display: flex;
        flex-direction: column;
        padding: 3.5vw 0 0;
        flex-grow: 1;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box .inner .inner_inner {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box .inner .inner_text_area {
        padding: 0;
        margin-bottom: 4vw;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box.slick-current .inner .inner_text_area {
        margin-top: 22px;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box .inner .inner_text_area .text {
        font-size: 3.5vw;
        color: #696969;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box .inner .inner_text_area .text+.text {
        margin-top: 1em;
    }

    #top_service .cont .text_area .thumbnail_area .thumbnail_box .inner .common_btn_box {
        text-align: center;
        margin-top: auto;
    }

    #top_staff {
        padding: 62vw 0 7vw;
        background-size: 130vw;
        background-position: 48% top;
    }

    #top_staff>* {
        position: relative;
        z-index: 1;
    }

    #top_staff .wrap {
        padding-left: 0;
    }

    #top_staff .common_ttl_box {
        margin-bottom: 6vw;
    }

    #top_staff .common_ttl_box .ttl {
        font-size: 7vw;
    }

    #top_staff .cont {
        align-items: center;
        flex-direction: column;
        gap: 6vw;
    }

    #top_staff .cont .text_area .text {
        font-size: 3.5vw;
    }

    #top_blog {
        padding-top: 20vw;
    }

    #top_blog .wrap {
        padding-bottom: 20vw;
    }

    #top_blog .top_area {
        margin-bottom: 8vw;
    }

    .common_post_area ul {
        gap: 5vw;
    }

    #top_blog .common_post_area {
        margin-bottom: 10vw;
    }

    #top_blog .common_post_area ul {
        grid-template-columns: 1fr;
    }

    .common_post_area ul li .link {
        gap: 4vw;
    }

    .common_post_area ul li .link .img {
        width: 25vw;
    }

    .common_post_area ul li .link .post_cont .date {
        font-size: 3vw;
        margin-bottom: .4em;
    }

    .common_post_area ul li .link .post_cont .ttl {
        font-size: 3.5vw;
        margin-bottom: .5em;
    }

    .common_post_area ul li .link .post_cont .text {
        -webkit-line-clamp: 1;
        font-size: 3vw;
    }

    #top_blog .common_btn_box.sp {
        text-align: center;
    }

    #top_store {
        padding: 20vw 0;
    }

    #top_store .cont {
        display: block;
    }

    #top_store .cont .ttl_area {
        padding-top: 0;
        margin-bottom: 8vw;
    }

    #top_store .cont .ttl_area .common_ttl_box {
        margin-bottom: 6vw;
    }

    #top_store .cont .store_area {
        width: 100%;
        margin-bottom: 10vw;
    }

    #top_store .cont .store_area ul {
        grid-template-columns: 1fr;
        gap: 8vw;
    }

    #top_store .cont .store_area ul li .link .img {
        height: 40vw;
        margin-bottom: 4vw;
    }

    #top_store .cont .store_area ul li .link .name_flex {
        margin-bottom: 4vw;
        gap: 6vw;
    }

    #top_store .cont .store_area ul li .link .name_flex .name_area {
        flex-grow: 1;
    }

    #top_store .cont .store_area ul li .link .name_flex .name_area .small_name {
        font-size: 3.5vw;
    }

    #top_store .cont .store_area ul li .link .name_flex .name_area .lr_name .letter {
        font-size: 5vw;
    }

    #top_store .cont .store_area ul li .link .name_flex .circle {
        width: 7vw;
    }

    #top_store .cont .store_area ul li .link .name_flex .circle::before {
        transform: rotate(-45deg) translate(-18%, -18%);
    }

    #top_store .cont .store_area ul li .link .location_area {
        gap: 3vw;
    }

    #top_store .cont .store_area ul li .link .location_area .icon {
        width: 3.5vw;
        margin-top: 1vw;
    }

    #top_store .cont .store_area ul li .link .location_area .location_text_area .text {
        font-size: 3.5vw;
    }

    #top_store .cont .common_btn_box {
        text-align: center;
    }

    #main_contact_sec,
    #recruit_contact_sec {
        padding: 20vw 0;
    }

    #main_contact_sec .flex_box{
        display: block;
        align-items: center;
    }

    #main_contact_sec .flex_box .ttl_area {
        padding-right: 0;
        margin-bottom: 12vw;
        width: auto;
    }

    #main_contact_sec .flex_box .ttl_area .common_ttl_box{
        margin-bottom: 6vw;
        text-align: center;
    }

    #main_contact_sec .flex_box .ttl_area .common_ttl_box .en_ttl{
        justify-content: center;
    }

    #main_contact_sec .flex_box .ttl_area .intro_text_area .text{
        font-size: 4vw;
        text-align: center;
    }

    #main_contact_sec .flex_box .cont,
    #recruit_contact_sec .flex_box .cont {
        padding: 12vw 0 0;
        border-top: 2px solid #fff;
        border-left: none;
    }

    #main_contact_sec .flex_box .cont .tel_box,
    #recruit_contact_sec .flex_box .cont .tel_box {
        margin-bottom: 12vw;
    }

    #main_contact_sec .flex_box .cont .tel_box .box_ttl,
    #main_contact_sec .flex_box .cont .mail_box .box_ttl,
    #recruit_contact_sec .flex_box .cont .tel_box .box_ttl,
    #recruit_contact_secc .flex_box .cont .mail_box .box_ttl {
        font-size: 4.5vw;
        text-align: center;
    }

    #main_contact_sec .flex_box .cont .tel_box .box_ttl,
    #recruit_contact_sec .flex_box .cont .tel_box .box_ttl {
        margin-bottom: 1em;
    }

    #main_contact_sec .flex_box .cont .tel_box .tel_flex,
    #recruit_contact_sec .flex_box .cont .tel_box .tel_flex {
        display: block;
    }

    #main_contact_sec .flex_box .cont .tel_box .tel_flex .num,
    #recruit_contact_sec .flex_box .cont .tel_box .tel_flex .num {
        justify-content: center;
        font-size: 10vw;
        width: fit-content;
        margin: 0 auto 3vw;
    }

    #main_contact_sec .flex_box .cont .tel_box .tel_flex .num_pc,
    #recruit_contact_sec .flex_box .cont .tel_box .tel_flex .num_pc {
        display: none;
    }

    #main_contact_sec .flex_box .cont .tel_box .tel_flex .num_sp,
    #recruit_contact_sec .flex_box .cont .tel_box .tel_flex .num_sp {
        display: flex !important;
    }

    #main_contact_sec .flex_box .cont .tel_box .tel_flex .num::before,
    #recruit_contact_sec .flex_box .cont .tel_box .tel_flex .num::before {
        content: "";
        background-image: url(../image/icon_tel_white.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: .79em;
        aspect-ratio: 1;
    }

    #main_contact_sec .flex_box .cont .tel_box .tel_flex .hour_text, 
    #recruit_contact_sec .flex_box .cont .tel_box .tel_flex .hour_text {
        font-size: 3.2vw;
        text-align: center;
    }

    #main_contact_sec .flex_box .cont .mail_box .box_ttl {
        margin-bottom: 1em;
    }

    #main_contact_sec .flex_box .cont .mail_box .mail_btn {
        padding: 1.2em 1.5em;
        font-size: 4vw;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto 5vw;
    }

    #main_contact_sec .flex_box .cont .mail_box .mail_btn .icon,
    #recruit_contact_sec .flex_box .cont .mail_box .mail_btn .icon {
        width: 6vw;
        height: 6vw;
        margin-right: 0;
    }

    #main_contact_sec .flex_box .cont .mail_box .mail_btn .arrow,
    #recruit_contact_sec .flex_box .cont .mail_box .mail_btn .arrow {
        width: 3vw;
        margin-left: 3vw;
    }

    #main_contact_sec .flex_box .cont .mail_box .note_text {
        font-size: 3.5vw;
        justify-content: center;
    }

    #main_footer {
        padding: 20vw 0 30vw;
    }

    #main_footer .cont {
        display: block;
        margin-bottom: 12vw;
    }

    #main_footer .cont .info_area .logo {
        width: 60vw;
        margin: 0 auto 8vw;
    }

    #main_footer .cont .info_area .info_text {
        font-size: 3.5vw;
    }

    #main_footer .cont .info_area p.info_text {
        text-align: center;
    }

    #main_footer .cont .info_area dd.info_text .link {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #main_footer .cont .info_area dd.info_text .link img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #main_footer .cont .info_area p.info_text+p.info_text {
        margin-top: 3.5vw;
    }

    #main_footer .cont .info_area .box+.box {
        margin-top: 8vw;
    }

    #main_footer .cont .info_area dl {
        gap: .5em;
        justify-content: center;
    }

    #main_footer .cont .info_area dl+dl {
        margin-top: 3.5vw;
    }

    #main_footer .cont .info_area dl dt {
        width: auto;
        text-align: left;
    }

    #main_footer .cont .info_area .logo img {
        width: 100%;
    }

    #main_footer .cont .menu_area {
        display: none;
    }

    #main_footer .cont .menu_area .menu_box .menu_name,
    #main_footer .cont .menu_area .menu_box>ul>li {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.4;
    }

    #main_footer .cont .menu_area .menu_box .menu_name {
        margin-bottom: 1.1em;
    }

    #main_footer .cont .menu_area .menu_box>ul>li+li {
        margin-top: 1.1em;
    }

    #main_footer .cont .menu_area .menu_box .menu_name .link,
    #main_footer .cont .menu_area .menu_box>ul>li>.link {
        color: #1F1F1F;
        transition: .3s;
    }

    #main_footer .cont .menu_area .menu_box .sub_menu {
        padding-left: 25px;
    }

    #main_footer .cont .menu_area .menu_box .sub_menu ul li {
        font-size: 15px;
        line-height: 1.4;
    }

    #main_footer .cont .menu_area .menu_box .sub_menu ul li+li {
        margin-top: 1.3em;
    }

    #main_footer .cont .menu_area .menu_box .sub_menu ul li .sub_link {
        color: #1F1F1F;
        transition: .3s;
    }

    #main_footer .bottom_area {
        flex-direction: column-reverse;
        gap: 12vw;
    }

    #main_footer .bottom_area .copy_text {
        font-size: 3vw;
        text-align: center;
    }

    #main_footer .bottom_area .bottom_link_area ul {
        justify-content: center;
        gap: 8vw;
    }

    #main_footer .bottom_area .bottom_link_area ul li {
        font-size: 3vw;
    }

    #sp_fixed_contact {
        position: fixed;
        z-index: 101;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #0068B7;
        padding: 2vw;
    }

    #sp_fixed_contact .btn_area {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3vw;
        margin-bottom: 2vw;
    }

    #sp_fixed_contact .btn_area .btn {
        display: flex;
        flex-grow: 1;
        background-color: #fff;
        color: #0068B7;
        gap: .5em;
        font-size: 3.2vw;
        font-weight: 700;
        padding: .6em;
        letter-spacing: .07em;
        justify-content: center;
    }

    #sp_fixed_contact .btn_area .btn::before {
        content: "";
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 1.2em;
        aspect-ratio: 1;
    }

    #sp_fixed_contact .btn_area .btn.tel::before {
        background-image: url(../image/icon_tel_blue.svg);
    }

    #sp_fixed_contact .btn_area .btn.mail::before {
        background-image: url(../image/icon_mail_blue.svg);
    }

    #sp_fixed_contact .btn_area .btn.assess::before {
        background-image: url(../image/icon_file.svg);
    }

    #sp_fixed_contact .btn_area .bar {
        display: block;
        height: 7.7vw;
        width: 1px;
        flex-shrink: 0;
        background-color: #fff;
    }

    #sp_fixed_contact .hour_text {
        font-size: 3vw;
        color: #fff;
        text-align: center;
    }

    /* SP固定ページ お問い合わせ */
    #page_contact table {
        margin-bottom: 10vw;
        width: 100%;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
        border-bottom: none;
        padding: 5vw 4vw;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
        padding: 3vw;
        padding-right: 20vw;
        position: relative;
    }

    #page_contact table td {
        width: 100%;
    }

    #page_contact input[type="text"],
    #page_contact input[type="email"],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        width: 29%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 4px;
        font-size: 4vw;
    }

    #page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    #page_contact .progressbar {
        margin-bottom: 7vw;
    }

    .contact_form_disc {
        width: 100%;
        font-size: 3.5vw;
        letter-spacing: .02em;
    }

    .contact_form_disc .caution {
        font-size: 3.4vw;
    }

    .contact_form_disc .text {
        margin-bottom: 3vw;
    }

    #page_contact table th .hissu,
    #page_contact table th .ninni {
        display: block;
        width: 13vw;
        padding: 0.2vw 0;
        text-align: center;
        font-size: 3vw;
        margin-right: 0;
        position: absolute;
        right: 2vw;
        top: calc( 50% - 2.5vw );
        
    }

    #page_contact table th.space .ninni {
        width: 13vw;
        margin: 0;
    }

    #page_contact .sub_label {
        font-size: 4.3vw;
    }

    #page_contact table {
        border-bottom: solid 1px #dfdfdf;
    }

    #page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        padding-bottom: 4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_detail::before {
        width: 2.5vw;
        height: 2.5vw;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
        width: 100%;
    }

    #page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 4vw;
        line-height: 1.4;
        padding: 13vw 0px 2vw;
        width: 31%;
    }

    #page_contact .progressbar .item .en {
        display: block;
        color: #7b7b7b;
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #page_contact .progressbar .item::before {
        width: 8vw;
        height: 8vw;
    }

    #page_contact .progressbar .item.active::after {
        top: 2vw;
        width: 4vw;
        height: 4vw;
    }

    #page_contact .progressbar #step_2 .en {
        position: relative;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        content: "";
        position: absolute;
        left: -47px;
        height: 1px;
        width: 100px;
        background: #a4a5a4;
    }

    #page_contact .progressbar #step_2 .en::after {
        left: auto;
        right: -4vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    /* SP固定ページ 個人情報保護方針 */
    #page_privacy .main_text {
        font-size: 3.5vw;
    }

    #page_privacy dl {
        margin-bottom: 10vw;
    }

    #page_privacy dl dt {
        font-size: 4vw;
    }

    #page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP投稿ページ シングルページ */
    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
        top: 7vw;
    }

    .singleContent .title_area .en {
        font-size: 3vw;
    }

    .single_main_img {
        width: 47vw;
        height: 47vw;
        margin: 0 auto 5vw auto;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin-bottom: 10vw;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .title_area {
        margin-bottom: 10vw;
        padding: 20vw 0 5vw;
    }

    .singleContent .single_title {
        font-size: 4.5vw;
        letter-spacing: .05em;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
        padding: 1vw 3vw;
    }

    .singleContent article h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent article h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
        margin: 0;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    #single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }

    #single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 25vw;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .recommend_post_area {
        width: 100%;
        margin: 14vw 0 0;
    }

    .recommend_post_area .ttl {
        font-size: 4.2vw;
        letter-spacing: .05em;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .recommend_post_area .ttl .en {
        font-size: 3vw;
    }

    .recommend_post_area .img {
        height: 25vw;
    }

    .recommend_post_area ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3vw;
        row-gap: 5vw;
    }

    .recommend_post_area .day_cat {
        display: block;
    }

    .recommend_post_area .category_list .cat {
        font-size: 2vw;
        padding: 0 2vw;
    }

    .article_flame_wrap .text_box {
        height: auto;
        position: relative;
        padding-top: 4vw;
    }

    .recommend_post_area .day_cat .day {
        font-size: 3vw;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .recommend_post_area .inner_ttl {
        font-size: 3vw;
        margin-top: 1vw;
        -webkit-line-clamp: 1;
        height: 4.8vw;
    }

    .breadcrumb.single {
        text-align: left;
        margin-top: 25vw;
    }

    .singleContent_links .img {
        margin-bottom: 3vw;
        height: 25vw;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent_links ul li+li {
        margin-top: 3vw;
    }

    .singleContent_links ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent_links ul::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    .company_info_table {
        margin-top: 5vw;
    }

    .company_info_table table th,
    .company_info_table table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    .company_info_table table th {
        width: 100%;
        background-color: #e4ecf2;
    }

    .company_info_table table td {
        width: 100%;
    }

    .page_company .company_sec #company_info {
        margin-top: 15vw;
    }

    #page_staff #staff_sec .staff_list ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 7vw 5vw;
    }

    #page_staff #staff_sec .staff_list ul li .link .img {
        height: 32vw;
        margin-bottom: 3.5vw;
    }

    #page_staff #staff_sec .staff_list ul li .link .name {
        font-size: 4.5vw;
    }

    #page_staff #staff_sec .staff_list ul li .link .position {
        font-size: 3vw;
    }

    .staff_detail .top_area {
        grid-template-columns: 1fr;
        align-items: unset;
        gap: 5vw;
        margin-bottom: 10vw;
    }

    .staff_detail .top_area .main_img {
        height: 60vw;
        padding-left: 5vw;
        padding-bottom: 5vw;
    }

    .staff_detail .top_area .main_img::before {
        top: 5vw;
        right: 5vw;
    }

    .staff_detail .top_area .prof_area .name {
        font-size: 9vw;
    }

    .staff_detail .top_area .prof_area .position {
        font-size: 4vw;
    }

    .staff_detail .top_area .prof_area .message_area .message_text {
        font-size: 4.5vw;
        width: 100%;
    }

    .staff_detail .detail_area {
        flex-direction: column;
        gap: 10vw;
    }

    .staff_detail .detail_area .detail_img_area {
        width: 100%;
        flex-shrink: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
    }

    .staff_detail .detail_area .detail_img_area .detail_img+.detail_img {
        margin-top: 0;
    }

    .staff_detail .detail_area .detail_text_area .detail_box {
        padding: 0 0 7vw;
        border-right: none;
    }

    .staff_detail .detail_area .detail_text_area .detail_box+.detail_box {
        margin-top: 7vw;
    }

    .staff_detail .detail_area .detail_text_area .detail_box .box_ttl {
        font-size: 4.5vw;
    }

    .staff_detail .detail_area .detail_text_area .detail_box .box_text_area .text {
        font-size: 3.5vw;
    }

    .staff_detail .detail_area .detail_text_area .detail_box .box_text_area .text+.text {
        margin-top: 1em;
    }

    .staff_detail .detail_area .detail_text_area .detail_box .num {
        right: 3vw;
        font-size: 7vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .common_page_wrap.single_page_wrap {
        padding-top: calc(80px + 20vw);
    }

    .common_page_title h2 {
        font-size: 5vw;
    }

    .common_page_title .sub_title {
        font-size: 3vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    .common_page_main {
        padding: calc(80px + 4vw) 0 12vw;
    }

    .common_page_main .ttl_box .en {
        font-size: 4.5vw;
        gap: 2.2vw;
        justify-content: center;
    }

    .common_page_main .ttl_box .en::before {
        width: 3.5vw;
    }

    .common_page_main .ttl_box .ttl {
        text-align: center;
        font-size: 5.5vw;
        margin-top: 2vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* SP固定ページ 会社概要 */
    .company_profile {
        margin-bottom: 20vw;
    }

    .company_profile table th,
    .company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    .company_profile table {
        border-top: 1px solid;
    }

    .company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    .company_profile table td {
        width: 100%;
    }

    .company_access .map {
        height: 50vw;
    }

    /* 店舗紹介 */
    .page_store .store_sec .sec_box+.sec_box {
        margin-top: 15vw;
    }

    .page_store .store_sec .sec_ttl {
        font-size: 5.8vw;
        gap: 3vw;
    }

    .page_store .store_sec .sec_ttl::before {
        width: 5vw;
    }

    .page_store .store_sec .list {
        flex-direction: column-reverse;
        gap: 5vw;
        margin-top: 6vw;
    }

    .page_store .store_sec .list .box ul li {
        padding: 2vw 0;
        display: block;
    }

    .page_store .store_sec .list .box ul li .theme {
        font-size: 3.5vw;
        width: 100%;
    }

    .page_store .store_sec .list .box ul li .cont {
        font-size: 3.5vw;
        margin-top: 1.2vw;
    }

    .page_store .store_sec .list .img_box {
        width: 100%;
    }

    .page_store .store_sec .list .img_box ul {
        display: flex;
        overflow-x: scroll;
        gap: 2vw;
    }

    .page_store .store_sec .list .img_box ul li {
        height: 55vw;
        width: 70vw;
        flex-shrink: 0;
    }

    .page_store .store_sec .list .img_box .img {
        height: 55vw;
    }

    /* 事業ページ */
    .common_page_service .box_sec .list ul li {
        display: block;
    }

    .common_page_service .box_sec .list ul li+li {
        margin-top: 10vw;
    }

    .common_page_service .box_sec .list ul li:nth-child(even) .img {
        margin-left: auto;
    }

    .common_page_service .box_sec .list ul li:nth-child(even) .img::after {
        right: 5vw;
        left: -5vw;
    }

    .common_page_service .box_sec .list ul li.base .text_box {
        margin-top: 10vw;
    }

    .common_page_service .box_sec .list ul li.base .img {
        height: 60vw;
    }

    .common_page_service .box_sec .list ul li .img {
        width: 85vw;
        height: 55vw;
        margin-left: auto;
    }

    .common_page_service .box_sec .list ul li .img::after {
        top: 5vw;
        bottom: -5vw;
        right: 5vw;
        left: -5vw;
    }

    .common_page_service .box_sec .list ul li .text_box {
        margin-top: 10vw;
    }

    .common_page_service .box_sec .list ul li .text_box .theme {
        font-size: 4.5vw;
        gap: 2vw;
    }

    .common_page_service .box_sec .list ul li .text_box .theme::before {
        width: 5vw;
        translate: 0 1vw;
    }

    .common_page_service .box_sec .list ul li .text_box .box {
        margin-top: 3vw;
    }

    .common_page_service .box_sec .list ul li .text_box .box .text {
        font-size: 3.3vw;
    }

    .common_page_service .box_sec .list ul li .text_box .box .text+.text {
        margin-top: 2vw;
    }

    /* 企業情報 */
    .page_company .company_sec #company_vision .text_box .en {
        font-size: 10vw;
        line-height: 1.1;
        white-space: nowrap;
    }

    .page_company .company_sec #company_vision .text_box .ttl {
        margin-top: 1vw;
        font-size: 5vw;
        line-height: 1.5;
    }

    .page_company .company_sec #company_vision .text_box .ttl .color {
        font-size: 6.8vw;
    }

    .page_company .company_sec #company_vision .text_box .text {
        font-size: 3.4vw;
        margin-top: 5vw;
    }

    .page_company .company_sec #company_customer {
        margin-top: 15vw;
    }

    .page_company .company_sec #company_customer .inner {
        padding: 10vw 3vw;
    }

    .page_company .company_sec #company_customer .inner .text_box {
        padding: 8vw 4vw;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .page_company .company_sec #company_customer .inner .text_box .box {
        margin-top: 5vw;
    }

    .page_company .company_sec #company_customer .inner .text_box .box .text {
        font-size: 3.3vw;
    }

    .page_company .company_sec #company_customer .inner .text_box .box .text+.text {
        margin-top: 1.2vw;
    }

    .page_company .company_sec #company_member {
        margin-top: 15vw;
    }

    .page_company .company_sec #company_member .text_img_box {
        flex-direction: column-reverse;
        margin-top: 5vw;
        gap: 5vw;
    }

    .page_company .company_sec #company_member .text_img_box .text_box .text {
        font-size: 3.4vw;
        margin-top: 2vw;
    }

    .page_company .company_sec #company_member .text_img_box .text_box .text+.text {
        margin-top: 1.2vw;
    }

    .page_company .company_sec #company_member .text_img_box .img {
        width: 100%;
        height: 55vw;
        margin-left: 0;
    }

    .page_company .company_sec #company_message {
        margin-top: 15vw;
    }

    .page_company .company_sec #company_message .ttl_box .en {
        font-size: 10vw;
        white-space: nowrap;
    }

    .page_company .company_sec #company_message .ttl_box .sec_ttl {
        font-size: 5.2vw;
        margin-top: 3vw;
    }

    .page_company .company_sec #company_message .text_img_box {
        display: block;
        margin-top: 7vw;
    }

    .page_company .company_sec #company_message .text_img_box .img_box .img {
        width: 100%;
    }

    .page_company .company_sec #company_message .text_img_box .img_box .position {
        font-size: 4vw;
        margin-top: 4vw;
    }

    .page_company .company_sec #company_message .text_img_box .img_box .name {
        font-size: 9vw;
        margin-top: 7vw;
    }

    .page_company .company_sec #company_message .text_img_box .img_box .name::before {
        width: 8vw;
        top: -3vw;
    }

    .page_company .company_sec #company_message .text_img_box .text_box {
        margin-top: 5vw;
    }

    .page_company .company_sec #company_message .text_img_box .text_box .text {
        font-size: 3.4vw;
    }

    .page_company .company_sec #company_message .text_img_box .text_box .text+.text {
        margin-top: 2vw;
    }

    .common_com_ttl {
        gap: 2vw;
        font-size: 5.2vw;
    }

    .common_com_ttl::before {
        width: 5.5vw;
    }

    .page_company .vision_sec {
        margin-top: 20vw;
    }

    .page_company .vision_sec .ttl_comment {
        font-size: 3.5vw;
        margin-top: 4vw;
        font-weight: 600;
    }

    .page_company .vision_sec .list {
        margin-top: 7vw;
    }

    .page_company .vision_sec .list ul li+li {
        margin-top: 5vw;
        padding-top: 5vw;
    }

    .page_company .vision_sec .list ul li .theme {
        font-size: 3.6vw;
    }

    .page_company .vision_sec .list ul li .theme .color {
        font-size: 4.8vw;
        margin-right: 0;
        display: block;
    }

    .page_company .vision_sec .list ul li .text {
        font-size: 3.4vw;
        margin-top: 3vw;
    }

    .page_company .company_sec #company_customer .inner .text_box .box ul li+li {
        margin-top: 6vw;
        padding-top: 6vw;
        border-top: 2px dashed #9e9e9e;
    }

    .page_company .company_sec #company_customer .inner .text_box .box .theme {
        font-size: 4.2vw;
        margin-bottom: 2vw;
    }

    .page_company .company_sec #company_member .text_img_box {
        display: flex;
        gap: 5vw;
    }

    .page_company .company_sec #company_member .text_img_box:nth-child(even) {
        flex-direction: column-reverse;
    }

    .page_company .company_sec #company_member .text_img_box:nth-child(even) .img {
        margin: 0;
    }

    .page_company .company_sec #company_member .text_img_box+.text_img_box {
        margin-top: 10vw;
        padding-top: 10vw;
        border-top: 1px dashed #ccc;
    }

    .page_company .company_sec #company_member .text_img_box .text_box .accent {
        font-size: 4.5vw;
    }


    .page_company .company_sec #company_member .ttl_comment {
        font-size: 4vw;
        margin-top: 3vw;
    }

    .page_company .company_sec #company_member .list {
        margin-top: 8vw;
    }

    #page_contact input[type="text"].short_type {
        width: 40vw;
    }
    

    /*recruit-new*/

    /*共通*/
	.page_recruit{
		overflow-x: hidden;
	}
    .page_recruit .en{
        font-size: 10.25vw;
    }

    .page_recruit .jp{
        font-size: 6.15vw;
    }

    /*fv*/
	
	.page_recruit #recruit_mv{
        height: 100vh;
	}
	
	.page_recruit #recruit_mv::after{
        background-image: radial-gradient(closest-side, rgba(233, 233, 233, 0) 33%, rgba(11, 47, 75, 0.39) 68%);
	}
	
	.page_recruit #recruit_mv .bg_img_slider .img img{
        object-position: 65%;
	}
	
	.page_recruit #recruit_mv .cont {
        padding: 73vw 0 8.7vw;
        height: 100%;
        display: flex;
    }
	
    .page_recruit .text_bg::before{
        width: 72.8vw;
        height: 72.8vw;
        left: inherit;
		right: -8.5vw;
		bottom: 23vw;
    }

    .page_recruit #recruit_mv .main_text{
        font-size:  19.5vw;
        margin-left: -3vw;
    }


    .page_recruit .text_ol{
        margin-left: 0.1em;
		line-height: 1.2;
		font-size: 1.27em;
    }

    .page_recruit .sticky_text{
        width: 71.8vw;
        font-size: 4.6vw;
        padding: 0.66em 0;
        top: -7vw;
        right: -17.9vw;
    }

    /*代表コメント*/
    .page_recruit .recruit_body{
        padding: 27.9vw 0 27.9vw;
    }

    .page_recruit #recruit_comment{
        padding: 0;
		margin: 0;
    }

    .page_recruit .comment{
        width: 100%;
        padding-bottom: 15.8vw;
    }

    .page_recruit .comment .comment_heading{
        font-size: 6.15vw;
		margin-bottom: 9vw;
    }

    .page_recruit .comment .text_box{
        margin: 6.4vw 0 12.8vw;
		letter-spacing: 0;
    }

    .page_recruit .comment .name_box{
        font-size: 3.58vw;
        gap: 15px;
		flex-wrap: wrap;
		justify-content: flex-end;
		padding-right: 5.12vw;
    }

    .page_recruit .comment .name_box .name{
        font-size: 1.9em;
		width: 100%;
		line-height: 1;
		text-align: right;
    }

    .page_recruit #recruit_comment .img{
        width: 94.8vw;
        height: 53.8vw;
    }

    /*スライダー*/
    .page_recruit #recruit_slider{
        margin-bottom: 16.6vw;
    }

    .page_recruit #recruit_slider .img{
        width: 56.4vw;
        height: 33.33vw;
        margin: 0 2.5vw;
    }

    /*グラフ*/
    .page_recruit #recruit_graph.flex{
		display: block;
        margin-bottom: 16.6vw;
    }

    .page_recruit .graph_text {
        margin-bottom: 6.6vw;
		width: 100%;
    }
	
    .page_recruit .graph_heading {
        font-size: 6.66vw;
    }
	
    .page_recruit .text_box{
        font-size: 3.58vw;
        margin: 6.9vw 0 0;
    }

    .page_recruit .graph_sec{
		width: 100%;
		overflow-x: scroll;
		position: relative;
	}
	
    .page_recruit .graph_area{
        width: 159vw;
        height: 104vw;
    }
	
    .page_recruit .graph_sec::after{
		content: "";
        width: 25.6vw;
        height: 25.6vw;
        background-image: url(../image/scroll_icon.png);
		background-repeat: no-repeat;
		background-size: contain;
        position: absolute;
        top: 50%;
        left:50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        pointer-events: none; 
        display: var(--scroll-icon-display); 
    }

    /*メンバーコメント*/
    .page_recruit #recruit_member{
        margin-bottom: 32vw;
    }


    .page_recruit .member_list{
        display: block;
    }

    .page_recruit #recruit_member .flex{
        flex-direction: column;
        gap: 5vw;
    }
	
    .page_recruit #recruit_member .member{
		margin: 0 3.84vw;
    }

    .page_recruit #recruit_member .flex:nth-of-type(odd){
        margin: inherit;
    }
	
    .page_recruit #recruit_member .flex:nth-of-type(even){
        margin: inherit;
        flex-direction: inherit;
    }

    .page_recruit .member_heading{
        width: 100%;
        font-size: 4.6vw;
        margin: 5.15vw 0;
    }

    .page_recruit .comment_area .text_box{
        width: 100%;
        margin: 3.8vw 0 10vw;
    }

    .page_recruit .img_area img{
        width: 100%;
        aspect-ratio: 1.46/1;
    }

    .page_recruit .member_no{
        font-size: 6.15vw;
    }

    .page_recruit .more_btn {
        width: 66.66vw;
        padding: 3.8vw 7.17vw 3.8vw 7.69vw;
        font-size: 3.84vw;
		margin: 0 auto;
    }

    .page_recruit .more_btn .arrow {
        width: 1.54vw;
    }

    /* Dots */

    .slide_guide
    {
        position: absolute;
        bottom: -10.25vw;
        display: grid;
		grid-template-columns: repeat(5, 1fr);
        width: 100%;
        padding: 0;
        margin: 0;
        gap: 0.64vw;
        list-style: none;
        text-align: center;
    }
	
    .slide_guide li
    {
        position: relative;
        display: inline-block;
        width: 16.9vw;
        height: 4px;
        padding: 0;
        cursor: pointer;
		background-color: #DBDBDB;
    }
	
    .slide_guide li button
    {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 16.9vw;
        height: 4px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
	
    .slide_guide li.slick-active
    {
		background-color: #0068B7;
    }
	
    /*募集要項*/
	.page_recruit #recruit_guide.flex{
		flex-wrap: wrap;
		gap: 8.9vw;
	}
	
    .page_recruit .section_title{
        width: 100%;
		text-align: center;
    }
	
    .page_recruit .guide_area{
        gap: 10.25vw;
    }

    .page_recruit .guide{
        font-size: 3.84vw;
        width: 100%;
		letter-spacing: 0.15em;
    }

    .page_recruit .guide .heading{
        gap: 3.8vw;
        margin-bottom: 4.6vw;
    }

    .page_recruit .guide li{
        font-size: 0.86em;
		letter-spacing: 0.04em;
    }
	
    .page_recruit .guide li.mini{
        font-size: 0.8em;
    }
	
    /*footer*/
	#recruit_contact_sec{
        background-position: 33%;
    }
    #recruit_contact_sec .recruit_contact_heading{
        font-size: 7.69vw;
        letter-spacing: 0.06em;
        margin-bottom: 10.25vw;
		line-height: 1.4;
    }

    #recruit_contact_sec .en_ttl{
        font-size: 4.1vw;
    }

    #recruit_contact_sec .ttl{
        font-size: 5.6vw;
		pointer-events: inherit;
    }

    #recruit_contact_sec .ttl .em{
        font-size: 1.6em;
		color: #f7f7f7!important;
    }

    #recruit_contact_sec .flex_box .ttl_area {
        padding-right: 0;
        flex-shrink: 0;
        width: 100%;
		margin-bottom: 6.9vw;
    }

    #recruit_contact_sec .flex_box .ttl_area .intro_text_area .text {
        font-size: 3.3vw;
    }
	
    #recruit_contact_sec .flex_box {
		display: block;
    }
	
    #recruit_contact_sec .flex_box .ttl_area .common_ttl_box {
        margin-bottom: 1vw;
        text-align: left;
    }

    #recruit_contact_sec .flex_box .ttl_area .common_ttl_box .en_ttl {
        justify-content: left;
    }
	
    #recruit_contact_sec .flex_box .cont .mail_box .box_ttl {
        margin-bottom: 0.41vw;
    }
	
    #recruit_contact_sec .flex_box .cont .mail_box .note_text {
        font-size: 3vw;
		font-weight: 200;
    }

    #recruit_contact_sec .flex_box .cont .mail_box .mail_btn {
        padding: 1.3em 1.17em;
        font-size: 4vw;
        justify-content: space-between;
        width: 66.66vw;
        margin: 3.8vw 0 5vw;
    }

    .page_recruit #recruit_member .member_list {
        position: relative;
    }

    .page_recruit #recruit_member .member_list::after {
        content: "";
        width: 25.6vw;
        height: 25.6vw;
        background-image: url(../image/scroll_icon.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        pointer-events: none;
        display: var(--scroll-icon-display);
    }
}