@media (min-width: 768px) {
    br.pc {
        display: block;
    }
    br.sp {
        display: none;
    }
}
@media (max-width: 767px) {
    br.pc {
        display: none;
    }
    br.sp {
        display: block;
    }
}
@media (min-width: 768px) {
    .sp {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .pc {
        display: none !important;
    }
}
@media (min-width: 768px) {
    html,
    body {
        font-size: 0.73vw;
        letter-spacing: 0.05em;
    }
}
@media (max-width: 767px) {
    html,
    body {
        font-size: 2.66vw;
    }
}
@media (max-width: 767px) {
    body {
        letter-spacing: 0.1em;
    }
    body a:hover {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        will-change: transform, animation, position;
        will-change: transition;
    }
    body a:hover:hover {
        -ms-filter: "alpha(opacity=70)";
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
    }
    #header {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 6rem;
        background-color: rgba(5, 9, 18, 0.46);
    }
    #header .header_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 1.6rem;
        width: 100%;
        height: 100%;
    }
    #header .header_inner .logo a {
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff;
        line-height: 1;
        letter-spacing: 0.03em;
        display: block;
        text-align: center;
    }
    #header .header_inner .logo a img {
        width: 10.79rem;
        height: 2.14rem;
        display: block;
        margin-bottom: 0.6rem;
    }
    #header .header_inner .header_link {
        width: 17.9rem;
        height: 3.8rem;
    }
    #header .header_inner .header_link .contact_btn {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #cea757;
        font-size: 1.2rem;
        font-weight: bold;
        font-family: "Noto Serif JP", serif;
        line-height: 1.4;
        color: #050912;
        letter-spacing: 0.03em;
        border-radius: 2.2rem;
    }
    #header .header_inner .header_link .contact_btn span {
        letter-spacing: 0.03em;
    }
    #footer {
        background-color: #050912;
    }
    #footer .footer_inner {
        padding: 3.8rem 4rem 2rem;
    }
    #footer .footer_inner .privacy_mark {
        font-size: 1.3rem;
        font-weight: 500;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.03em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #footer .footer_inner .privacy_mark img {
        width: 5.6rem;
        height: 5.12rem;
        display: block;
        margin-right: 1.3rem;
    }
    #footer .footer_inner .copyright {
        font-size: 1.5rem;
        font-weight: 500;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.12em;
        text-align: center;
        margin-top: 4rem;
    }
    .fixed_btn {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: 100%;
        height: 8.3rem;
        background-color: rgba(0, 0, 0, 0.88);
        border-radius: 0.5rem 0.5rem 0 0;
        padding: 0.7rem 1.6rem 0;
        -webkit-box-shadow: 0 -0.3rem 0.8rem 0 rgba(0, 0, 0, 0.28);
        box-shadow: 0 -0.3rem 0.8rem 0 rgba(0, 0, 0, 0.28);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .fixed_btn p {
        font-size: 1.3rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1.6;
        letter-spacing: 0.1em;
    }
    .fixed_btn p .num {
        letter-spacing: 0.1em;
    }
    .fixed_btn p .l_text {
        letter-spacing: 0.1em;
    }
    .fixed_btn p .gold_text {
        font-size: 1.1rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #c79e40;
        line-height: 1.8;
        letter-spacing: 0.12em;
        background-image: url(../images/fixed_btn_line.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 100% 0.2rem;
        width: 11.1rem;
        display: block;
        margin-bottom: 0.6rem;
        padding-bottom: 0.2rem;
    }
    .fixed_btn .link {
        width: 17.2rem;
        display: block;
        margin-top: 1.3rem;
    }
    .fixed_btn .link img {
        width: 100%;
        display: block;
    }
    .title_wrapper {
        text-align: center;
    }
    .title_wrapper .en_title {
        font-size: 1.3rem;
        font-family: baskerville-display-pt, serif;
        font-style: italic;
        color: #cea757;
        line-height: 1;
        letter-spacing: 0.08em;
    }
    .title_wrapper .ja_title {
        font-size: 2.4rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #cea757;
        line-height: 1.55;
        letter-spacing: 0.1em;
        margin-top: 0.8rem;
    }
    .title_wrapper .ja_title.small {
        font-size: 2.4rem;
    }
    .title_wrapper .description_text {
        font-size: 1.3rem;
        font-weight: 500;
        color: #fff;
        line-height: 1.8;
        letter-spacing: 0.08em;
        margin: 1.8rem auto 0;
        width: 31rem;
    }
    .title_wrapper .bold_text {
        font-size: 1.3rem;
        font-weight: 500;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.08em;
        margin: 1.9rem auto 0;
        width: 31rem;
    }
    section.contact_contents {
        background-image: url(../images/contact_contents_bg_sp.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        text-align: center;
        padding: 5.6rem 0 7.6rem;
        margin-top: -0.2rem;
    }
    section.contact_contents h3 {
        font-size: 2rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #c79e40;
        line-height: 1.9;
        letter-spacing: 0.12em;
        background-image: url(../images/contact_contents_line.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 11.77rem 0.06rem;
        width: 12.5rem;
        margin: 0 auto;
        padding-left: 0.8rem;
    }
    section.contact_contents .p1 {
        font-size: 1.8rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1.6;
        letter-spacing: 0.06em;
        margin-top: 3.9rem;
    }
    section.contact_contents .p2 {
        font-size: 2.6rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1.6;
        letter-spacing: 0.18em;
        margin: 0.6rem 0 3.6rem;
    }
    section.contact_contents .p2 span {
        font-size: 3.2rem;
        letter-spacing: 0.08em;
    }
    section.contact_contents .p3 {
        font-size: 1.4rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1.6;
        letter-spacing: 0.06em;
        margin-top: 3.8rem;
    }
    section.contact_contents .link {
        width: 34.3rem;
        display: block;
        margin: 1.6rem auto 0;
    }
    section.contact_contents .link img {
        width: 100%;
        display: block;
    }
}
@media (max-width: 767px) {
    body.highclass {
        position: relative;
    }
    body.highclass section.mainvisual {
        background-image: url(../images/mainvisual_bg_sp.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    body.highclass section.mainvisual .mainvisual_inner {
        padding: 27rem 0 0;
        height: 52.8rem;
        text-align: center;
    }
    body.highclass section.mainvisual .mainvisual_inner h1 {
        font-size: 1.8rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1.5;
        letter-spacing: 0.095em;
        -webkit-filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.5));
        filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.5));
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        margin: 0 0 2rem;
    }
    body.highclass section.mainvisual .mainvisual_inner h1 span {
        font-size: 2.8rem;
        letter-spacing: 0.18em;
        display: block;
        margin: 0 0 1rem;
    }
    body.highclass section.mainvisual .mainvisual_inner h1 span span.num {
        font-size: 4.7rem;
    }
    body.highclass section.mainvisual .mainvisual_inner h1 span span.num span {
        font-size: 2.8rem;
        letter-spacing: 0;
    }
    body.highclass section.mainvisual .mainvisual_inner img {
        display: block;
        width: 32.52rem;
        margin: 1rem auto;
    }
    body.highclass section.special {
        background-image: url(../images/specials_bg_sp.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    body.highclass section.special .mainvisual_bottom .mainvisual_bottom_inner {
        padding: 1rem 0 5rem;
    }
    body.highclass section.special .mainvisual_bottom .mainvisual_bottom_inner .logos {
        width: 30rem;
        margin: 0 auto 1.9rem;
    }
    body.highclass section.special .mainvisual_bottom .mainvisual_bottom_inner .logos img {
        width: 100%;
        display: block;
    }
    body.highclass section.special .mainvisual_bottom .mainvisual_bottom_inner .text {
        width: 27.5rem;
        display: block;
        margin: 0 auto;
    }
    body.highclass section.special .mainvisual_bottom .mainvisual_bottom_inner .link {
        width: 34.3rem;
        display: block;
        margin: 0 auto;
    }
    body.highclass section.special .mainvisual_bottom .mainvisual_bottom_inner .link img {
        width: 100%;
        display: block;
    }
    body.highclass section.special .special_inner {
        padding: 7.4rem 0 6.8rem;
    }
    body.highclass section.special .special_inner ul.special_slider {
        margin-top: 3.2rem;
    }
    body.highclass section.special .special_inner ul.special_slider li {
        min-width: 26.9rem;
        max-width: 26.9rem;
        background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), color-stop(16rem, #ffffff), to(#dbdbdb));
        background: linear-gradient(to bottom, #dbdbdb, #ffffff 16rem, #dbdbdb);
        border-radius: 0.3rem;
        padding: 0.84rem 2rem 2.2rem;
        margin: 0 1rem;
    }
    body.highclass section.special .special_inner ul.special_slider li.slick-slide {
        min-height: 33rem;
    }
    body.highclass section.special .special_inner ul.special_slider li .slider_title {
        border-bottom: 1px solid #c7ccd6;
        padding-bottom: 1.1rem;
        text-align: center;
        background-image: url(../images/special_slider_bg.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 8.23rem 5.94rem;
        padding-top: 0.7rem;
    }
    body.highclass section.special .special_inner ul.special_slider li .slider_title h3 {
        font-size: 1.6rem;
        font-weight: bold;
        color: #172e59;
        line-height: 1.6;
        letter-spacing: 0.05em;
        margin: 0 0 0.5rem;
    }
    body.highclass section.special .special_inner ul.special_slider li .slider_title .text {
        font-size: 1.3rem;
        font-weight: 500;
        color: #050912;
        line-height: 1.6;
        letter-spacing: 0;
        white-space: nowrap;
    }
    body.highclass section.special .special_inner ul.special_slider li .price {
        font-size: 1.2rem;
        font-weight: bold;
        color: #050912;
        line-height: 1;
        letter-spacing: 0.12em;
        white-space: nowrap;
        margin: 1.6rem 0 2.9rem;
    }
    body.highclass section.special .special_inner ul.special_slider li .price span {
        font-size: 1.3rem;
        font-weight: bold;
        letter-spacing: 0.12em;
    }
    body.highclass section.special .special_inner ul.special_slider li .price span .red {
        font-size: 2.6rem;
        font-weight: bold;
        font-family: "Noto Serif JP", serif;
        color: #d31d05;
        letter-spacing: 0.08em;
    }
    body.highclass section.special .special_inner ul.special_slider li dl {
        position: relative;
        border-radius: 0.2rem;
        border: 1px solid #344c79;
        padding: 2.3rem 1.45rem 1rem;
        min-height: 15.4rem;
    }
    body.highclass section.special .special_inner ul.special_slider li dl dt {
        font-size: 1.3rem;
        font-weight: bold;
        color: #fff;
        line-height: 1;
        letter-spacing: 0.12em;
        width: 8.55rem;
        height: 2.22rem;
        border-radius: 0.2rem;
        background-color: #344c79;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: -1.1rem;
    }
    body.highclass section.special .special_inner ul.special_slider li dl dd {
        font-size: 1.2rem;
        font-weight: 500;
        color: #050912;
        line-height: 1.6;
        letter-spacing: 0.03em;
        margin-bottom: 0.4rem;
        background-image: url(../images/triangle_navy_right.png);
        background-repeat: no-repeat;
        background-position: left top 0.5rem;
        background-size: 0.7rem 0.82rem;
        padding-left: 1.2rem;
    }
    body.highclass section.special .special_inner ul.special_slider .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 2.9rem;
        padding: 1.3rem 0;
    }
    body.highclass section.special .special_inner ul.special_slider .slick-dots li {
        width: 0.8rem;
        min-width: 0.8rem;
        max-width: 0.8rem;
        height: 0.8rem;
        margin: 0 0.62rem;
        background: none;
        padding: 0;
    }
    body.highclass section.special .special_inner ul.special_slider .slick-dots li button {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 0;
        line-height: 0;
        color: rgba(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        border-radius: 50%;
        border: 1px solid #fff;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }
    body.highclass section.special .special_inner ul.special_slider .slick-dots li.slick-active button {
        background-color: #fff;
    }
    body.highclass section.special .special_inner ul.special_slider .slide-arrow {
        width: 3.5rem;
        height: 3.5rem;
        position: absolute;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        cursor: pointer;
    }
    body.highclass section.special .special_inner ul.special_slider .slide-arrow.prev-arrow {
        background-image: url(../images/slider_arrow02_prev.png);
        left: 5.8rem;
    }
    body.highclass section.special .special_inner ul.special_slider .slide-arrow.next-arrow {
        background-image: url(../images/slider_arrow02_next.png);
        right: 5.8rem;
    }
    body.highclass section.achievements {
        background-image: url(../images/achievements_bg_sp.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    body.highclass section.achievements .achievements_inner {
        margin: 0 0 -0.3rem;
        padding: 5.5rem 0 4.2rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider {
        /* position: relative; */
        margin-top: 3.2rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li {
        margin: 0 1.6rem 2rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case {
        width: 34.3rem;
        height: 21.96rem;
        position: relative;
        background: url(../images/achievements_slider_bg_sp.png) no-repeat;
        background-size: cover;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case figure {
        width: 7.9rem;
        height: 7.9rem;
        position: absolute;
        left: 1.5rem;
        top: 1.5rem;
        border-radius: 100%;
        overflow: hidden;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case figure img {
        width: 8rem;
        height: 8rem;
        border-radius: 100%;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_num {
        font-family: baskerville-display-pt, serif;
        font-size: 1.2rem;
        font-weight: normal;
        font-style: italic;
        letter-spacing: 0.08em;
        color: #cea757;
        margin: 0;
        position: absolute;
        left: 11rem;
        top: 1.2rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case h3 {
        font-family: "Noto Serif JP", serif;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.12em;
        line-height: 3.5rem;
        color: #fff;
        margin: 0;
        position: absolute;
        left: 11rem;
        top: 2.2rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_reason {
        width: 23.2rem;
        font-size: 0.95rem;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 2.1rem;
        color: #fff;
        margin: 0;
        position: absolute;
        left: 11rem;
        top: 6rem;
        text-indent: 5.7rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_before,
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_after {
        width: 14.3rem;
        overflow: hidden;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_before dt,
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_after dt {
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 0;
        color: #050912;
        margin: 0;
        white-space: nowrap;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_before dd,
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_after dd {
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 0.12em;
        line-height: 1.3;
        color: #050912;
        margin: 0;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_before dd .salary,
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_after dd .salary {
        font-size: 1.9rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin: 0 0.3rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_before {
        position: absolute;
        left: 1.4rem;
        top: 15.2rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_after {
        position: absolute;
        left: 18.5rem;
        top: 15.2rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_after dd .salary {
        font-family: "Noto Serif JP", serif;
        color: #eb2b12;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 2.9rem;
        padding: 1.3rem 0;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slick-dots li {
        width: 0.8rem;
        min-width: 0.8rem;
        max-width: 0.8rem;
        height: 0.8rem;
        margin: 0 0.62rem;
        background: none;
        padding: 0;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slick-dots li button {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 0;
        line-height: 0;
        color: rgba(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        border-radius: 50%;
        border: 1px solid #fff;
        padding: 0;
        margin: 0;
        cursor: pointer;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slick-dots li.slick-active button {
        background-color: #fff;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slide-arrow {
        width: 3.5rem;
        height: 3.5rem;
        position: absolute;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        cursor: pointer;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slide-arrow.prev-arrow {
        background-image: url(../images/slider_arrow02_prev.png);
        left: 5.8rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slide-arrow.next-arrow {
        background-image: url(../images/slider_arrow02_next.png);
        right: 5.8rem;
    }
    body.highclass section.examples {
        background-image: url(../images/examples_bg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    body.highclass section.examples .examples_inner {
        padding: 5.6rem 0 7.8rem;
    }
    body.highclass section.examples .examples_inner .title_wrapper .ja_title {
        line-height: 1.8;
    }
    body.highclass section.examples .examples_inner .title_wrapper .ja_title img {
        width: 9.38rem;
        display: inline-block;
        margin-left: 0.7rem;
        vertical-align: -0.2rem;
    }
    body.highclass section.examples .examples_inner .logos {
        width: 30rem;
        margin: 3.5rem auto 5.3rem;
    }
    body.highclass section.examples .examples_inner .logos img {
        width: 100%;
        display: block;
    }
    body.highclass section.examples .examples_inner h3 {
        font-size: 1.7rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1;
        letter-spacing: 0.1em;
        width: 34.3rem;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 3.3rem;
        background-image: url(../images/examples_head_line_sp.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
    }
    body.highclass section.examples .examples_inner ul {
        padding: 1.8rem 1.6rem 0;
    }
    body.highclass section.examples .examples_inner ul li.examples_list {
        border-radius: 0.3rem;
        background-color: #f5f5f5;
        margin-bottom: 3.8rem;
        padding: 1.78rem 1.3rem 2rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head {
        position: relative;
        border-bottom: 1px solid #c7ccd6;
        margin-bottom: 0.93rem;
        min-height: 6.5rem;
        padding-bottom: 1rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head h4 {
        font-size: 1.4rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #050912;
        line-height: 1.6;
        letter-spacing: 0.03em;
        padding-right: 6rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head h4.small {
        font-size: 1.2rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head .job {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0.8rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head .job span.black {
        font-size: 1.2rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1.9rem;
        letter-spacing: 0.08em;
        width: 8.5rem;
        background-color: #050912;
        text-align: center;
        border-radius: 0.2rem;
        margin-right: 0.45rem;
        margin-top: 0.2rem;
        width: 5.65rem;
        height: 1.86rem;
        text-align: center;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head .job p {
        font-size: 1.4rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #050912;
        line-height: 1.6;
        letter-spacing: 0.06em;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head .job p span.small {
        font-size: 1.1rem;
        letter-spacing: 0.06em;
        display: block;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head .examples_list_logo {
        display: block;
        border-radius: 0.3rem;
        width: 5.8rem;
        height: 5.8rem;
        position: absolute;
        right: 0;
        top: 0;
    }
    body.highclass section.examples .examples_inner ul li.examples_list dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #fff;
        padding: 0.8rem 1.6rem;
        margin-bottom: 0.8rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list dl dt {
        font-size: 1.3rem;
        font-weight: bold;
        color: #050912;
        line-height: 1.5;
        letter-spacing: 0.12em;
        margin-top: 0.2rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list dl dd {
        font-size: 1.3rem;
        font-weight: bold;
        color: #050912;
        line-height: 1.8;
        letter-spacing: 0.12em;
        width: 20.1rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list dl dd ul {
        margin: 0;
        padding: 0;
    }
    body.highclass section.examples .examples_inner ul li.examples_list dl dd ul li {
        text-indent: -1em;
        padding-left: 1em;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .hide {
        display: none;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .hide dd {
        font-weight: 500;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .hide .notes {
        font-size: 1.2rem;
        font-weight: 500;
        color: #2e3441;
        line-height: 2;
        letter-spacing: 0.12em;
        margin-top: 1rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .hide .close {
        width: 15.8rem;
        height: 3rem;
        margin: 2.2rem auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #c79e40;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.4;
        color: #fff;
        letter-spacing: 0.12em;
        border-radius: 1.5rem;
        position: relative;
        cursor: pointer;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .hide .close:after {
        content: "-";
        font-size: 3rem;
        font-weight: bold;
        line-height: 3rem;
        color: #fff;
        letter-spacing: 0.12em;
        display: block;
        position: absolute;
        top: 0;
        right: 1rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .more {
        width: 15.8rem;
        height: 3rem;
        margin: 1.8rem auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #050912;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1.4;
        color: #fff;
        letter-spacing: 0.12em;
        border-radius: 1.5rem;
        position: relative;
        cursor: pointer;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .more:after {
        content: "+";
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 3rem;
        color: #fff;
        letter-spacing: 0.12em;
        display: block;
        position: absolute;
        top: 0;
        right: 1rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list.open .more {
        display: none;
    }
    body.highclass section.examples .examples_inner .small_text {
        font-size: 1.2rem;
        font-weight: 500;
        color: #fff;
        line-height: 1.8;
        letter-spacing: 0.12em;
        padding: 0 1.6rem;
        margin-top: 2rem;
    }
    body.highclass section.examples .examples_inner .large_text {
        font-size: 2rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1.8;
        letter-spacing: 0.1em;
        margin: 6rem 0 2.3rem;
        text-align: center;
    }
    body.highclass section.examples .examples_inner .large_text span {
        color: #cea757;
        letter-spacing: 0.1em;
    }
    body.highclass section.examples .examples_inner .link {
        width: 34.3rem;
        margin: 0 auto;
        display: block;
    }
    body.highclass section.examples .examples_inner .link img {
        width: 100%;
        display: block;
    }
    body.highclass section.professional {
        background-image: url(../images/professional_bg_sp.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }
    body.highclass section.professional .professional_inner {
        padding: 5.5rem 1.6rem 4.8rem;
    }
    body.highclass section.professional .professional_inner .words {
        width: 33.4rem;
        display: block;
        margin: 2.2rem auto 3.8rem;
    }
    body.highclass section.professional .professional_inner .professional_slider li {
        width: 100%;
        margin: 0 2rem;
        background-color: rgba(5, 9, 18, 0.37);
        border: 1px solid #fafafa;
        border-radius: 0.5rem;
        padding: 2.2rem 2.2rem 1.8rem;
    }
    body.highclass section.professional .professional_inner .professional_slider li img {
        width: 16.7rem;
        height: 16.7rem;
        display: block;
        border-radius: 50%;
        margin: 0 auto 1.6rem;
    }
    body.highclass section.professional .professional_inner .professional_slider li .role {
        font-size: 1.3rem;
        font-weight: bold;
        color: #050912;
        line-height: 2rem;
        letter-spacing: 0.12em;
        display: inline-block;
        background-color: #cea757;
        padding: 0 0.5rem;
        border-radius: 0.2rem;
    }
    body.highclass section.professional .professional_inner .professional_slider li .name {
        font-size: 1.8rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1;
        letter-spacing: 0.12em;
        margin-top: 1rem;
    }
    body.highclass section.professional .professional_inner .professional_slider li .name .slash {
        font-size: 2rem;
        margin: 0 0.5rem;
        letter-spacing: 0.12em;
    }
    body.highclass section.professional .professional_inner .professional_slider li .name .abc {
        font-size: 1.3rem;
        font-weight: normal;
        font-family: baskerville-display-pt, serif;
        color: #f4f4f4;
        letter-spacing: 0.12em;
    }
    body.highclass section.professional .professional_inner .professional_slider li .text {
        font-size: 1.3rem;
        font-weight: 500;
        color: #fff;
        line-height: 1.7;
        letter-spacing: 0.03em;
        border-top: 0.05rem solid #a0a0a0;
        padding-top: 1.3rem;
        margin-top: 1rem;
    }
    body.highclass section.professional .professional_inner .professional_slider .slide-arrow {
        width: 3.5rem;
        height: 3.5rem;
        position: absolute;
        top: 16rem;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        cursor: pointer;
    }
    body.highclass section.professional .professional_inner .professional_slider .slide-arrow.prev-arrow {
        background-image: url(../images/slider_arrow03_prev.png);
        left: 0;
    }
    body.highclass section.professional .professional_inner .professional_slider .slide-arrow.next-arrow {
        background-image: url(../images/slider_arrow03_next.png);
        right: 0;
    }
    body.highclass section.values {
        background-image: url(../images/values_bg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    body.highclass section.values .values_inner {
        padding: 5.6rem 0 6.8rem;
    }
    body.highclass section.values .values_inner .title_wrapper .en_title {
        color: #987713;
    }
    body.highclass section.values .values_inner .title_wrapper .ja_title,
    body.highclass section.values .values_inner .title_wrapper .description_text {
        color: #050912;
    }
    body.highclass section.values .values_inner .values_base_wrapper {
        margin-top: 3.3rem;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base {
        position: relative;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base .img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
        height: 21.7rem;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base .values_base_inner {
        padding: 18.5rem 2.4rem 4.8rem;
        position: relative;
        z-index: 1;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base .values_base_inner .text_space {
        background-color: #fff;
        padding: 2.05rem 2.4rem 2.4rem;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base .values_base_inner .text_space .num_text {
        display: block;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base .values_base_inner .text_space h3 {
        font-size: 1.8rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #050912;
        line-height: 1.7;
        letter-spacing: 0.08em;
        margin-top: 1rem;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base .values_base_inner .text_space p {
        font-size: 1.4rem;
        font-weight: 500;
        color: #050912;
        line-height: 2;
        letter-spacing: 0.1em;
        margin-top: 1.6rem;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base .values_base_inner .text_space p span {
        font-weight: bold;
        letter-spacing: 0.1em;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base.value01 .num_text {
        width: 9.36rem;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base.value02 .num_text {
        width: 10.1rem;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base.value03 .num_text {
        width: 10.1rem;
    }
    body.highclass section.values .values_inner .values_contact {
        margin-top: 2.2rem;
    }
    body.highclass section.values .values_inner .values_contact .contact_text {
        width: 32.52rem;
        display: block;
        margin: 0 auto 3rem;
    }
    body.highclass section.values .values_inner .values_contact .link {
        width: 34.3rem;
        display: block;
        margin: 0 auto;
    }
    body.highclass section.values .values_inner .values_contact .link img {
        width: 100%;
        display: block;
    }
    body.highclass section.faq {
        background-image: url(../images/faq_bg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    body.highclass section.faq .faq_inner {
        padding: 5.6rem 1.6rem 7rem;
    }
    body.highclass section.faq .faq_inner .accordion {
        margin-top: 2.6rem;
    }
    body.highclass section.faq .faq_inner .accordion dl {
        margin-bottom: 1.8rem;
        cursor: pointer;
    }
    body.highclass section.faq .faq_inner .accordion dl dt {
        font-size: 1.4rem;
        font-weight: normal;
        font-family: "Noto Serif JP", serif;
        color: #050912;
        line-height: 1.8;
        letter-spacing: 0.08em;
        background-color: #fff;
        padding: 1.2rem 8rem 0.9rem 4.6rem;
        position: relative;
    }
    body.highclass section.faq .faq_inner .accordion dl dt span {
        font-size: 1.4rem;
        font-weight: 500;
        font-style: italic;
        font-family: baskerville-display-pt, serif;
        color: #050912;
        line-height: 1;
        letter-spacing: 0.08em;
        position: absolute;
        left: 1.2rem;
        top: 1.7rem;
    }
    body.highclass section.faq .faq_inner .accordion dl dt .icon {
        background: -webkit-gradient(linear, left top, left bottom, from(#cea757), to(#866e3a));
        background: linear-gradient(to bottom, #cea757, #866e3a);
        width: 5.8rem;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
    body.highclass section.faq .faq_inner .accordion dl dt .icon:before {
        content: "";
        width: 1.93rem;
        height: 0.2rem;
        display: block;
        background-color: #fff;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    body.highclass section.faq .faq_inner .accordion dl dt .icon:after {
        content: "";
        height: 1.93rem;
        width: 0.2rem;
        display: block;
        background-color: #fff;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    body.highclass section.faq .faq_inner .accordion dl dd {
        font-size: 1.4rem;
        font-weight: normal;
        font-family: "Noto Serif JP", serif;
        color: #050912;
        line-height: 1.9;
        letter-spacing: 0.08em;
        background-color: #fff;
        border-top: 1px solid #0a2f5c;
        padding: 2rem 3.8rem 1.9rem 4.6rem;
        display: none;
    }
    body.highclass section.faq .faq_inner .accordion dl.open dt .icon:after {
        content: none;
    }
    body.highclass section.faq .faq_inner .accordion dl.open dd {
        display: block;
    }
    body.highclass section.contact {
        background-image: url(../images/contact_bg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    body.highclass section.contact .contact_inner {
        padding: 5.5rem 1.6rem 6.9rem;
    }
    body.highclass section.contact .contact_inner .form_box {
        background-color: rgba(5, 9, 18, 0.55);
        padding: 1rem 2rem 5rem;
        margin-top: 2.2rem;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl {
        border-bottom: 1px solid #b6c7d0;
        padding: 2.4rem 0 1.6rem;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl:last-of-type {
        border-bottom: none;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dt {
        font-size: 1.6rem;
        font-weight: normal;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1.6;
        letter-spacing: 0.1em;
        padding-bottom: 1.6rem;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dt .small {
        font-size: 1.4rem;
        font-weight: normal;
        font-family: "Noto Serif JP", serif;
        color: #cea757;
        line-height: 2.9rem;
        letter-spacing: 0.1em;
        border: 1px solid #cea757;
        border-radius: 0.2rem;
        width: 4.84rem;
        height: 3.1rem;
        text-align: center;
        margin-left: 3rem;
        display: inline-block;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="text"],
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="tel"],
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="email"] {
        width: 100%;
        margin: 0;
        line-height: 5.6rem;
        height: 5.6rem;
        background-color: #f4f6f7 !important;
        border-radius: 0.3rem;
        padding: 0 2.3rem;
        font-size: 1.5rem;
        color: #333;
        font-weight: 500;
        letter-spacing: 0.12em;
        cursor: initial;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        margin: 0;
        line-height: 5.6rem;
        height: 5.6rem;
        background-color: #f4f6f7 !important;
        border-radius: 0.3rem;
        padding: 0 2.3rem;
        font-size: 1.5rem;
        color: #050912;
        font-weight: 500;
        letter-spacing: 0.12em;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd.form_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd.form_flex > div {
        position: relative;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd.form_flex select {
        width: calc(100% - 3rem);
        padding: 0;
        text-align: center;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd.form_flex span.error {
        padding: 0;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd.form_flex span.date {
        font-size: 1.5rem;
        font-weight: normal;
        color: #fff;
        vertical-align: middle;
        position: absolute;
        top: 1.4rem;
        right: 0.5rem;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd.form_flex .birthyear {
        width: 44%;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd.form_flex .birthmonth {
        width: 28%;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd.form_flex .birthyday {
        width: 28%;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input::-webkit-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input::-moz-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input:-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input::-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input::placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input:-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input::-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea::-webkit-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea::-moz-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea:-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea::-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea::placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea:-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea::-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea:-moz-placeholder-shown {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea:-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea:placeholder-shown {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea::-webkit-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input:focus {
        outline: none;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="text"]:focus,
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="email"]:focus,
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="tel"]:focus,
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="search"]:focus,
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="url"]:focus,
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea:focus {
        color: #000;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd .error {
        font-size: 1.3rem;
        font-weight: 500;
        color: #ff0028;
        line-height: 1.6;
        letter-spacing: 0.05em;
        margin-top: 0.8rem;
    }
    body.highclass section.contact .contact_inner .form_box .form_content input[type="text"],
    body.highclass section.contact .contact_inner .form_box .form_content input[type="password"],
    body.highclass section.contact .contact_inner .form_box .form_content textarea,
    body.highclass section.contact .contact_inner .form_box .form_content select {
        outline: none;
    }
    body.highclass section.contact .contact_inner .form_box .check-box {
        font-size: 1.3rem;
        font-weight: normal;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.05em;
        margin: 2rem 0 1rem;
        text-indent: -1.4rem;
        text-align: center;
    }
    body.highclass section.contact .contact_inner .form_box .check-box a {
        color: #cea757;
        letter-spacing: 0.05em;
        text-decoration: underline;
        display: inline;
    }
    body.highclass section.contact .contact_inner .form_box button[type="submit"] {
        display: block;
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        font-family: "Noto Serif JP", serif;
        letter-spacing: 0.05em;
        padding: 0 0 1rem;
        background-color: rgba(0, 0, 0, 0);
        background-image: url(../images/contact_send_btn_sp.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        width: 100%;
        height: 6.11rem;
        margin: 0 auto;
        border: none;
        border-radius: 3rem;
        cursor: pointer;
    }
    body.highclass section.contact .contact_inner .form_box .mw_wp_form_complete p {
        font-size: 1.4rem;
        font-weight: normal;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.05em;
        margin-top: 3rem;
    }
    body.highclass section.contact .contact_inner .form_box .mw_wp_form_send_error {
        font-size: 1.4rem;
        font-weight: normal;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.05em;
        margin-top: 2rem;
    }
    body.notfound .notfound_content {
        background-image: url(../images/specials_bg_sp.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        padding: 12rem 2rem 6rem;
    }
    body.notfound .notfound_content p.text {
        font-size: 1.4rem;
        font-weight: 500;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.12em;
        margin-top: 3rem;
    }
    body.notfound .notfound_content p.text a {
        color: #cea757;
        letter-spacing: 0.12em;
        text-decoration: underline;
    }
    body.notfound .notfound_content p.text a:hover {
        text-decoration: none;
    }
}
@media (min-width: 768px) {
    body.highclass {
        position: relative;
    }
    body.highclass section.mainvisual {
        background-image: url(../images/mainvisual_bg_pc.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    body.highclass section.mainvisual .mainvisual_inner {
        width: 100rem;
        margin: 0 auto;
        padding: 15.7rem 0 0;
        height: 61.9rem;
    }
    body.highclass section.mainvisual .mainvisual_inner h1 {
        font-size: 2.8rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1.6;
        letter-spacing: 0.18em;
        -webkit-filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.5));
        filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.5));
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    body.highclass section.mainvisual .mainvisual_inner h1 span {
        font-size: 4.2rem;
        letter-spacing: 0.18em;
        display: block;
        margin: 0 0 1.5rem 0;
    }
    body.highclass section.mainvisual .mainvisual_inner h1 span span.num {
        font-size: 6rem;
    }
    body.highclass section.mainvisual .mainvisual_inner h1 span span.num span {
        font-size: 6rem;
        letter-spacing: 0;
    }
    body.highclass section.mainvisual .mainvisual_inner img {
        display: block;
        width: 50.35rem;
        margin-top: 4rem;
    }
    body.highclass section.special {
        background-image: url(../images/specials_bg_pc.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    body.highclass section.special .mainvisual_bottom .mainvisual_bottom_inner {
        width: 112.6rem;
        margin: 0 auto;
        padding: 2.5rem 0 5rem;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    body.highclass section.special .mainvisual_bottom .mainvisual_bottom_inner .logos {
        width: 68rem;
        position: absolute;
        left: 0;
        top: 7.6rem;
    }
    body.highclass section.special .mainvisual_bottom .mainvisual_bottom_inner .logos img {
        width: 100%;
        display: block;
    }
    body.highclass section.special .mainvisual_bottom .mainvisual_bottom_inner .text {
        width: 36.2rem;
        height: 4.7rem;
        display: block;
    }
    body.highclass section.special .mainvisual_bottom .mainvisual_bottom_inner .link {
        width: 31rem;
        display: block;
        margin-top: 1.8rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        will-change: transform, animation, position;
    }
    body.highclass section.special .mainvisual_bottom .mainvisual_bottom_inner .link:hover {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
    body.highclass section.special .mainvisual_bottom .mainvisual_bottom_inner .link:hover {
        opacity: 1;
    }
    body.highclass section.special .mainvisual_bottom .mainvisual_bottom_inner .link img {
        width: 100%;
        display: block;
    }
    body.highclass section.special .special_inner {
        padding: 7.5rem 0 8.4rem;
    }
    body.highclass section.special .special_inner ul.special_slider {
        margin-top: 5rem;
    }
    body.highclass section.special .special_inner ul.special_slider li {
        min-width: 34rem;
        max-width: 34rem;
        background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), color-stop(16rem, #ffffff), to(#dbdbdb));
        background: linear-gradient(to bottom, #dbdbdb, #ffffff 16rem, #dbdbdb);
        border-radius: 0.3rem;
        padding: 1.06rem 2.4rem 3.2rem;
        margin: 0 2.6rem;
    }
    body.highclass section.special .special_inner ul.special_slider li.slick-slide {
        min-height: 39rem;
    }
    body.highclass section.special .special_inner ul.special_slider li .slider_title {
        border-bottom: 1px solid #c7ccd6;
        padding-bottom: 1rem;
        text-align: center;
        background-image: url(../images/special_slider_bg.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 10.4rem 7.5rem;
        padding-top: 0.9rem;
    }
    body.highclass section.special .special_inner ul.special_slider li .slider_title h3 {
        font-size: 2.1rem;
        font-weight: 900;
        color: #172e59;
        line-height: 1.6;
        letter-spacing: 0.05em;
    }
    body.highclass section.special .special_inner ul.special_slider li .slider_title .text {
        font-size: 1.3rem;
        font-weight: 500;
        color: #050912;
        line-height: 1.6;
        letter-spacing: 0.03em;
        margin-top: 0.2rem;
    }
    body.highclass section.special .special_inner ul.special_slider li .price {
        font-size: 1.2rem;
        font-weight: bold;
        color: #050912;
        line-height: 1;
        letter-spacing: 0.12em;
        white-space: nowrap;
        margin: 2.6rem 0 4.6rem;
    }
    body.highclass section.special .special_inner ul.special_slider li .price span {
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 0.12em;
    }
    body.highclass section.special .special_inner ul.special_slider li .price span .red {
        font-size: 3.6rem;
        font-weight: bold;
        font-family: "Noto Serif JP", serif;
        color: #d31d05;
        letter-spacing: 0.08em;
    }
    body.highclass section.special .special_inner ul.special_slider li dl {
        position: relative;
        border-radius: 0.2rem;
        border: 1px solid #344c79;
        padding: 3rem 2.2rem 1.2rem;
        min-height: 16rem;
    }
    body.highclass section.special .special_inner ul.special_slider li dl dt {
        font-size: 1.5rem;
        font-weight: bold;
        color: #fff;
        line-height: 1;
        letter-spacing: 0.12em;
        width: 10.8rem;
        height: 2.8rem;
        border-radius: 0.2rem;
        background-color: #344c79;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: -1.4rem;
    }
    body.highclass section.special .special_inner ul.special_slider li dl dd {
        font-size: 1.3rem;
        font-weight: 500;
        color: #050912;
        line-height: 1.6;
        letter-spacing: 0.03em;
        margin-bottom: 0rem;
        background-image: url(../images/triangle_navy_right.png);
        background-repeat: no-repeat;
        background-position: left top 0.5rem;
        background-size: 0.88rem 1.04rem;
        padding-left: 1.6rem;
    }
    body.highclass section.special .special_inner ul.special_slider .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 4.8rem;
    }
    body.highclass section.special .special_inner ul.special_slider .slick-dots li {
        width: 1.3rem;
        min-width: 1.3rem;
        max-width: 1.3rem;
        height: 1.3rem;
        margin: 0 1rem;
        background: none;
        padding: 0;
    }
    body.highclass section.special .special_inner ul.special_slider .slick-dots li button {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 0;
        line-height: 0;
        color: rgba(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        border-radius: 50%;
        border: 1px solid #fff;
        padding: 0;
        margin: 0;
    }
    body.highclass section.special .special_inner ul.special_slider .slick-dots li button:hover {
        cursor: pointer;
    }
    body.highclass section.special .special_inner ul.special_slider .slick-dots li.slick-active button {
        background-color: #fff;
    }
    body.highclass section.achievements {
        background-image: url(../images/achievements_bg_pc.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    body.highclass section.achievements .achievements_inner {
        width: 105.6rem;
        margin: 0 auto -0.3rem;
        padding: 12.3rem 0 11.5rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider {
        position: relative;
        margin-top: 6rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 3rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case {
        width: 50.4rem;
        height: 31.3rem;
        position: relative;
        background: url(../images/achievements_slider_bg_pc.png) no-repeat;
        background-size: cover;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case figure {
        width: 13.2rem;
        height: 13.2rem;
        position: absolute;
        left: 3.8rem;
        top: 3.4rem;
        border-radius: 100%;
        overflow: hidden;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case figure img {
        width: 13.3rem;
        height: 13.3rem;
        border-radius: 100%;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_num {
        font-family: baskerville-display-pt, serif;
        font-size: 1.7rem;
        font-weight: normal;
        font-style: italic;
        letter-spacing: 0.08em;
        color: #cea757;
        margin: 0;
        position: absolute;
        left: 20.4rem;
        top: 2.6rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case h3 {
        font-family: "Noto Serif JP", serif;
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: 0.12em;
        line-height: 3.5rem;
        color: #fff;
        margin: 0;
        position: absolute;
        left: 20.4rem;
        top: 5rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_reason {
        width: 27.2rem;
        font-size: 1.15rem;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 2.4rem;
        color: #fff;
        margin: 0;
        position: absolute;
        left: 20.4rem;
        top: 10.3rem;
        text-indent: 7.5rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_before,
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_after {
        width: 20.8rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_before dt,
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_after dt {
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 0.12em;
        color: #050912;
        margin: 0;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_before dd,
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_after dd {
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: 0.12em;
        line-height: 1.3;
        color: #050912;
        margin: 0;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_before dd .salary,
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_after dd .salary {
        font-size: 2.3rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin: 0 0.3rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_before dd .unit,
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_after dd .unit {
        font-size: 1.6rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_before {
        position: absolute;
        left: 3.2rem;
        top: 22rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_after {
        position: absolute;
        left: 26.5rem;
        top: 22rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider li .case .case_after dd .salary {
        font-family: "Noto Serif JP", serif;
        color: #eb2b12;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 4.8rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slick-dots li {
        width: 1.3rem;
        max-width: 1.3rem;
        height: 1.3rem;
        margin: 0 1rem;
        background: none;
        padding: 0;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slick-dots li button {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 0;
        line-height: 0;
        color: rgba(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        border-radius: 50%;
        border: 1px solid #fff;
        padding: 0;
        margin: 0;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slick-dots li button:hover {
        cursor: pointer;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slick-dots li.slick-active button {
        background-color: #fff;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slide-arrow {
        width: 3.34rem;
        height: 6.4rem;
        position: absolute;
        top: 12.4rem;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        will-change: transform, animation, position;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slide-arrow:hover {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slide-arrow.prev-arrow {
        background-image: url(../images/slider_arrow01_prev.png);
        left: -3rem;
    }
    body.highclass section.achievements .achievements_inner ul.achievements_slider .slide-arrow.next-arrow {
        background-image: url(../images/slider_arrow01_next.png);
        right: -3rem;
    }
    body.highclass section.examples {
        background-image: url(../images/examples_bg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    body.highclass section.examples .examples_inner {
        width: 112.6rem;
        margin: 0 auto;
        padding: 12.4rem 0 12.2rem;
    }
    body.highclass section.examples .examples_inner .title_wrapper .ja_title img {
        width: 13.79rem;
        display: inline-block;
        margin-left: 1.27rem;
        vertical-align: -0.3rem;
    }
    body.highclass section.examples .examples_inner .logos {
        width: 63.7rem;
        margin: 4.8rem auto 7.3rem;
    }
    body.highclass section.examples .examples_inner .logos img {
        width: 100%;
        display: block;
    }
    body.highclass section.examples .examples_inner h3 {
        font-size: 2rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1;
        letter-spacing: 0.12em;
        width: 50rem;
        height: 5rem;
        margin: 0 auto -2.5rem;
        padding: 0 2rem 0 3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #fff;
        background-color: #050912;
        position: relative;
        z-index: 1;
    }
    body.highclass section.examples .examples_inner h3:after {
        content: "";
        display: block;
        background-color: #fff;
        width: 1.35rem;
        height: 1.02rem;
        -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
        clip-path: polygon(50% 100%, 100% 0, 0 0);
    }
    body.highclass section.examples .examples_inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-top: 1px solid #fff;
        padding-top: 9.2rem;
    }
    body.highclass section.examples .examples_inner ul:after {
        content: "";
        display: block;
        width: 54.8rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list {
        width: 54.8rem;
        border-radius: 0.3rem;
        background-color: #f5f5f5;
        margin-bottom: 4.9rem;
        padding: 2.5rem 2.75rem 2rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head {
        position: relative;
        border-bottom: 1px solid #c7ccd6;
        margin-bottom: 1.6rem;
        min-height: 11.4rem;
        padding-top: 0.4rem;
        padding-bottom: 1rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head h4 {
        font-size: 1.8rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #050912;
        line-height: 1.6;
        letter-spacing: 0.12em;
        width: 38rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head h4.small {
        font-size: 1.5rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head .job {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1.6rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head .job span.black {
        font-size: 1.6rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 2.6rem;
        letter-spacing: 0.12em;
        width: 8.5rem;
        background-color: #050912;
        text-align: center;
        border-radius: 0.2rem;
        margin-right: 1.1rem;
        width: 8.5rem;
        height: 2.6rem;
        text-align: center;
        margin-top: 0.3rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head .job p {
        font-size: 2rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #050912;
        line-height: 1.6;
        letter-spacing: 0.12em;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head .job p span.small {
        font-size: 1.3rem;
        letter-spacing: 0.12em;
        line-height: 1.8;
        display: block;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .examples_list_head .examples_list_logo {
        display: block;
        border-radius: 0.3rem;
        width: 9.5rem;
        height: 9.5rem;
        position: absolute;
        right: 0;
        top: 0;
    }
    body.highclass section.examples .examples_inner ul li.examples_list dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #fff;
        padding: 0.8rem 1.6rem;
        margin-bottom: 0.8rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list dl dt {
        font-size: 1.4rem;
        font-weight: bold;
        color: #050912;
        line-height: 1.5;
        letter-spacing: 0.12em;
        margin-top: 0.2rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list dl dd {
        font-size: 1.4rem;
        font-weight: bold;
        color: #050912;
        line-height: 1.8;
        letter-spacing: 0.12em;
        width: 37.1rem;
    }
    body.highclass section.examples .examples_inner ul li.examples_list dl dd ul {
        margin: 0;
        padding: 0;
    }
    body.highclass section.examples .examples_inner ul li.examples_list dl dd ul li {
        text-indent: -1em;
        padding-left: 1em;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .hide {
        display: none;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .hide dd {
        font-size: 1.3rem;
        font-weight: 500;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .hide .notes {
        font-size: 1.4rem;
        font-weight: 500;
        color: #2e3441;
        line-height: 2;
        letter-spacing: 0.12em;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .hide .close {
        width: 16rem;
        height: 3.7rem;
        margin-left: auto;
        margin-top: 1.1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #c79e40;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        color: #fff;
        letter-spacing: 0.12em;
        padding: 0 1.2rem 0 3.5rem;
        border-radius: 1.9rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        will-change: transform, animation, position;
        cursor: pointer;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .hide .close:hover {
        -webkit-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }
    body.highclass section.examples .examples_inner ul li.examples_list .hide .close:after {
        content: "-";
        font-size: 3rem;
        font-weight: bold;
        line-height: 1.4;
        color: #fff;
        letter-spacing: 0.12em;
        display: block;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .more {
        width: 16rem;
        height: 3.7rem;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #050912;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        color: #fff;
        letter-spacing: 0.12em;
        padding: 0 1.4rem 0 2.88rem;
        border-radius: 1.9rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        will-change: transform, animation, position;
        cursor: pointer;
    }
    body.highclass section.examples .examples_inner ul li.examples_list .more:hover {
        -webkit-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02);
    }
    body.highclass section.examples .examples_inner ul li.examples_list .more:after {
        content: "+";
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        color: #fff;
        letter-spacing: 0.12em;
        display: block;
    }
    body.highclass section.examples .examples_inner ul li.examples_list.open .more {
        display: none;
    }
    body.highclass section.examples .examples_inner .small_text {
        font-size: 1.4rem;
        font-weight: 500;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.12em;
        text-align: center;
        margin-top: 3rem;
    }
    body.highclass section.examples .examples_inner .large_text {
        font-size: 2.8rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.18em;
        margin: 7rem 0 3rem;
        text-align: center;
    }
    body.highclass section.examples .examples_inner .large_text span {
        color: #cea757;
        letter-spacing: 0.18em;
    }
    body.highclass section.examples .examples_inner .link {
        width: 48rem;
        margin: 0 auto;
        display: block;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        will-change: transform, animation, position;
    }
    body.highclass section.examples .examples_inner .link:hover {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
    body.highclass section.examples .examples_inner .link:hover {
        opacity: 1;
    }
    body.highclass section.examples .examples_inner .link img {
        width: 100%;
        display: block;
    }
    body.highclass section.professional {
        background-image: url(../images/professional_bg_pc.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }
    body.highclass section.professional .professional_inner {
        width: 114.9rem;
        margin: 0 auto;
        padding: 10.8rem 0 11.5rem;
    }
    body.highclass section.professional .professional_inner .words {
        width: 71.08rem;
        display: block;
        margin: 3rem auto 6.8rem;
    }
    body.highclass section.professional .professional_inner .professional_slider li {
        max-width: 36rem;
        margin: 0 1.15rem;
        background-color: rgba(5, 9, 18, 0.37);
        border: 1px solid #fafafa;
        border-radius: 0.5rem;
        padding: 2.7rem 2.7rem 2rem;
    }
    body.highclass section.professional .professional_inner .professional_slider li img {
        width: 20rem;
        height: 20rem;
        display: block;
        border-radius: 50%;
        margin: 0 auto 1.4rem;
    }
    body.highclass section.professional .professional_inner .professional_slider li .role {
        font-size: 1.2rem;
        font-weight: bold;
        color: #050912;
        line-height: 2rem;
        letter-spacing: 0.12em;
        display: inline-block;
        background-color: #cea757;
        padding: 0 1rem;
        border-radius: 0.2rem;
    }
    body.highclass section.professional .professional_inner .professional_slider li .name {
        font-size: 2.2rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1;
        letter-spacing: 0.12em;
        margin-top: 1rem;
    }
    body.highclass section.professional .professional_inner .professional_slider li .name .slash {
        font-size: 2.4rem;
        margin: 0 0.5rem;
        letter-spacing: 0.12em;
    }
    body.highclass section.professional .professional_inner .professional_slider li .name .abc {
        font-size: 1.4rem;
        font-weight: normal;
        font-family: baskerville-display-pt, serif;
        color: #f4f4f4;
        letter-spacing: 0.12em;
    }
    body.highclass section.professional .professional_inner .professional_slider li .text {
        font-size: 1.3rem;
        font-weight: 500;
        color: #fff;
        line-height: 1.7;
        letter-spacing: 0.03em;
        border-top: 0.05rem solid #a0a0a0;
        padding-top: 1.5rem;
        margin-top: 1.2rem;
    }
    body.highclass section.professional .professional_inner .professional_slider .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 7.7rem;
    }
    body.highclass section.professional .professional_inner .professional_slider .slick-dots li {
        width: 1.3rem;
        max-width: 1.3rem;
        height: 1.3rem;
        margin: 0 1rem;
        border: none;
        background: none;
        padding: 0;
    }
    body.highclass section.professional .professional_inner .professional_slider .slick-dots li button {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 0;
        line-height: 0;
        color: rgba(0, 0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
        border-radius: 50%;
        border: 1px solid #fff;
        padding: 0;
        margin: 0;
    }
    body.highclass section.professional .professional_inner .professional_slider .slick-dots li button:hover {
        cursor: pointer;
    }
    body.highclass section.professional .professional_inner .professional_slider .slick-dots li.slick-active button {
        background-color: #fff;
    }
    body.highclass section.professional .professional_inner .professional_slider .slide-arrow {
        width: 3.34rem;
        height: 6.4rem;
        position: absolute;
        top: 19.6rem;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        will-change: transform, animation, position;
    }
    body.highclass section.professional .professional_inner .professional_slider .slide-arrow:hover {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
    body.highclass section.professional .professional_inner .professional_slider .slide-arrow.prev-arrow {
        background-image: url(../images/slider_arrow01_prev.png);
        left: -4rem;
    }
    body.highclass section.professional .professional_inner .professional_slider .slide-arrow.next-arrow {
        background-image: url(../images/slider_arrow01_next.png);
        right: -4rem;
    }
    body.highclass section.values {
        background-image: url(../images/values_bg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    body.highclass section.values .values_inner {
        padding: 11rem 0 11.6rem;
    }
    body.highclass section.values .values_inner .title_wrapper .en_title {
        color: #987713;
    }
    body.highclass section.values .values_inner .title_wrapper .ja_title,
    body.highclass section.values .values_inner .title_wrapper .description_text {
        color: #050912;
    }
    body.highclass section.values .values_inner .values_base_wrapper {
        margin-top: 8.6rem;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base {
        position: relative;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base .img {
        width: 63.1rem;
        display: block;
        position: absolute;
        top: 0;
        z-index: 1;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base .values_base_inner {
        width: 100rem;
        margin: 0 auto;
        padding: 10.4rem 0 8rem;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base .values_base_inner .text_space {
        width: 66rem;
        border-radius: 0.3rem;
        background-color: rgba(255, 255, 255, 0.54);
        padding: 10.6rem 6.9rem 5rem;
        position: relative;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base .values_base_inner .text_space .num_text {
        display: block;
        position: absolute;
        top: 4.64rem;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base .values_base_inner .text_space h3 {
        font-size: 2.8rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #050912;
        line-height: 1.7;
        letter-spacing: 0.08em;
        position: relative;
        z-index: 1;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base .values_base_inner .text_space p {
        font-size: 1.4rem;
        font-weight: 500;
        color: #050912;
        line-height: 1.85;
        letter-spacing: 0.1em;
        margin-top: 2.6rem;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base .values_base_inner .text_space p span {
        font-weight: bold;
        letter-spacing: 0.1em;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base:nth-child(odd) .img {
        right: 0;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base:nth-child(odd) .values_base_inner .text_space {
        padding-right: 16rem;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base:nth-child(odd) .values_base_inner .text_space .num_text {
        left: 3rem;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base:nth-child(even) .img {
        left: 0;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base:nth-child(even) .values_base_inner .text_space {
        padding-left: 19.9rem;
        padding-right: 3rem;
        margin-left: auto;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base:nth-child(even) .values_base_inner .text_space .num_text {
        left: 16rem;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base.value01 .num_text {
        width: 15.5rem;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base.value02 .num_text {
        width: 16.96rem;
    }
    body.highclass section.values .values_inner .values_base_wrapper .values_base.value03 .num_text {
        width: 16.96rem;
    }
    body.highclass section.values .values_inner .values_contact .contact_text {
        width: 71.2rem;
        display: block;
        margin: 0 auto 2.6rem;
    }
    body.highclass section.values .values_inner .values_contact .link {
        width: 48rem;
        display: block;
        margin: 0 auto;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        will-change: transform, animation, position;
    }
    body.highclass section.values .values_inner .values_contact .link:hover {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
    body.highclass section.values .values_inner .values_contact .link:hover {
        opacity: 1;
    }
    body.highclass section.values .values_inner .values_contact .link img {
        width: 100%;
        display: block;
    }
    body.highclass section.faq {
        background-image: url(../images/faq_bg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    body.highclass section.faq .faq_inner {
        width: 100rem;
        margin: 0 auto;
        padding: 11rem 0 10.2rem;
    }
    body.highclass section.faq .faq_inner .accordion {
        margin-top: 5.6rem;
    }
    body.highclass section.faq .faq_inner .accordion dl {
        margin-bottom: 2.1rem;
        cursor: pointer;
    }
    body.highclass section.faq .faq_inner .accordion dl dt {
        font-size: 2rem;
        font-weight: normal;
        font-family: "Noto Serif JP", serif;
        color: #050912;
        line-height: 1.6;
        letter-spacing: 0.08em;
        background-color: #fff;
        padding: 2.7rem 12rem 2.7rem 10.2rem;
        position: relative;
    }
    body.highclass section.faq .faq_inner .accordion dl dt span {
        font-size: 3rem;
        font-weight: 500;
        font-style: italic;
        font-family: baskerville-display-pt, serif;
        color: #050912;
        line-height: 1;
        letter-spacing: 0.08em;
        position: absolute;
        left: 2.8rem;
        top: 2.7rem;
    }
    body.highclass section.faq .faq_inner .accordion dl dt .icon {
        background: -webkit-gradient(linear, left top, left bottom, from(#cea757), to(#866e3a));
        background: linear-gradient(to bottom, #cea757, #866e3a);
        width: 8.4rem;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }
    body.highclass section.faq .faq_inner .accordion dl dt .icon:before {
        content: "";
        width: 2.56rem;
        height: 1px;
        display: block;
        background-color: #fff;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    body.highclass section.faq .faq_inner .accordion dl dt .icon:after {
        content: "";
        height: 2.56rem;
        width: 1px;
        display: block;
        background-color: #fff;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    body.highclass section.faq .faq_inner .accordion dl dd {
        font-size: 1.8rem;
        font-weight: normal;
        font-family: "Noto Serif JP", serif;
        color: #050912;
        line-height: 1.9;
        letter-spacing: 0.08em;
        background-color: #fff;
        border-top: 1px solid #0a2f5c;
        padding: 2rem 7.5rem 1.9rem 2.8rem;
        display: none;
    }
    body.highclass section.faq .faq_inner .accordion dl.open dt .icon:after {
        content: none;
    }
    body.highclass section.faq .faq_inner .accordion dl.open dd {
        display: block;
    }
    body.highclass section.contact {
        background-image: url(../images/contact_bg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    body.highclass section.contact .contact_inner {
        width: 112.6rem;
        margin: 0 auto;
        padding: 11.2rem 0 12.5rem;
    }
    body.highclass section.contact .contact_inner .form_box {
        background-color: rgba(5, 9, 18, 0.55);
        padding: 3rem 6.3rem 13rem;
        margin-top: 4.6rem;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #b6c7d0;
        padding: 4.1rem 0 2rem;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl:last-of-type {
        border-bottom: none;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dt {
        font-size: 1.8rem;
        font-weight: normal;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1.6;
        letter-spacing: 0.1em;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dt .small {
        font-size: 1.4rem;
        font-weight: normal;
        font-family: "Noto Serif JP", serif;
        color: #cea757;
        line-height: 2.9rem;
        letter-spacing: 0.1em;
        border: 1px solid #cea757;
        border-radius: 0.2rem;
        width: 4.84rem;
        height: 3.1rem;
        text-align: center;
        margin-left: 2rem;
        display: inline-block;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd {
        width: 66.8rem;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="text"],
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="tel"],
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="email"] {
        width: 100%;
        margin: 0;
        line-height: 6.1rem;
        height: 6.1rem;
        background-color: #f4f6f7 !important;
        border-radius: 0.3rem;
        padding: 0 3.6rem;
        font-size: 1.5rem;
        color: #333;
        font-weight: 500;
        letter-spacing: 0.12em;
        cursor: initial;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        margin: 0;
        line-height: 6.1rem;
        height: 6.1rem;
        background-color: #f4f6f7 !important;
        border-radius: 0.3rem;
        padding: 0 3.6rem;
        font-size: 1.5rem;
        color: #050912;
        font-weight: 500;
        letter-spacing: 0.12em;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd.form_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd.form_flex > div {
        position: relative;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd.form_flex select {
        width: calc(100% - 5rem);
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd.form_flex span.date {
        font-size: 1.5rem;
        font-weight: normal;
        color: #fff;
        vertical-align: middle;
        position: absolute;
        top: 1.7rem;
        right: 1.7rem;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd.form_flex .birthyear {
        width: 50%;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd.form_flex .birthmonth {
        width: 25%;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd.form_flex .birthyday {
        width: 25%;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input::-webkit-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input::-moz-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input:-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input::-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input::placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input:-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input::-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea::-webkit-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea::-moz-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea:-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea::-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea::placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea:-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea::-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea:-moz-placeholder-shown {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea:-ms-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea:placeholder-shown {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea::-webkit-input-placeholder {
        color: #9d9d9d;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input:focus {
        outline: none;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="text"]:focus,
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="email"]:focus,
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="tel"]:focus,
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="search"]:focus,
    body.highclass section.contact .contact_inner .form_box .form_content dl dd input[type="url"]:focus,
    body.highclass section.contact .contact_inner .form_box .form_content dl dd textarea:focus {
        color: #000;
    }
    body.highclass section.contact .contact_inner .form_box .form_content dl dd .error {
        font-size: 1.6rem;
        font-weight: 500;
        color: #ff0028;
        line-height: 1.6;
        letter-spacing: 0.05em;
        margin-top: 1rem;
    }
    body.highclass section.contact .contact_inner .form_box .form_content input[type="text"],
    body.highclass section.contact .contact_inner .form_box .form_content input[type="password"],
    body.highclass section.contact .contact_inner .form_box .form_content textarea,
    body.highclass section.contact .contact_inner .form_box .form_content select {
        outline: none;
    }
    body.highclass section.contact .contact_inner .form_box .check-box {
        font-size: 1.6rem;
        font-weight: normal;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.05em;
        text-align: center;
        margin: 6rem 0 1.2rem;
    }
    body.highclass section.contact .contact_inner .form_box .check-box a {
        color: #cea757;
        letter-spacing: 0.05em;
        text-decoration: underline;
    }
    body.highclass section.contact .contact_inner .form_box .check-box a:hover {
        opacity: 1;
        text-decoration: none;
    }
    body.highclass section.contact .contact_inner .form_box button[type="submit"] {
        display: block;
        color: #fff;
        font-size: 2.1rem;
        font-weight: bold;
        font-family: "Noto Serif JP", serif;
        letter-spacing: 0.05em;
        padding: 0 0 1rem;
        background-color: rgba(0, 0, 0, 0);
        background-image: url(../images/contact_send_btn_pc.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        width: 48rem;
        height: 9.57rem;
        margin: 0 auto;
        border: none;
        border-radius: 4.6rem;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transition: 0.3s;
        will-change: transform, animation, position;
    }
    body.highclass section.contact .contact_inner .form_box button[type="submit"]:hover {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
    body.highclass section.contact .contact_inner .form_box .mw_wp_form_complete p {
        font-size: 2rem;
        font-weight: normal;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.05em;
        margin-top: 7rem;
        text-align: center;
    }
    body.highclass section.contact .contact_inner .form_box .mw_wp_form_send_error {
        font-size: 2rem;
        font-weight: normal;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.05em;
        margin-top: 4rem;
        text-align: center;
    }
    body.notfound .notfound_content {
        background-image: url(../images/specials_bg_pc.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        padding: 14rem 0 10rem;
        text-align: center;
    }
    body.notfound .notfound_content p.text {
        font-size: 2rem;
        font-weight: 500;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.12em;
        margin-top: 4rem;
    }
    body.notfound .notfound_content p.text a {
        color: #cea757;
        letter-spacing: 0.12em;
        text-decoration: underline;
    }
    body.notfound .notfound_content p.text a:hover {
        text-decoration: none;
    }
    body {
        letter-spacing: 0.1em;
    }
    body a:hover {
        will-change: transition;
    }
    #header {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 7.4rem;
        background-color: rgba(5, 9, 18, 0.46);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #header .header_inner {
        width: 126.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #header .header_inner .logo a {
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff;
        line-height: 1;
        letter-spacing: 0.03em;
        display: block;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        will-change: transform, animation, position;
    }
    #header .header_inner .logo a:hover {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
    #header .header_inner .logo a:hover {
        opacity: 1;
    }
    #header .header_inner .logo a img {
        width: 15.44rem;
        height: 3.06rem;
        display: inline-block;
        margin-right: 0.56rem;
    }
    #header .header_inner .header_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #header .header_inner .header_link ul {
        margin-right: 5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #header .header_inner .header_link ul li {
        margin: 0 1.4rem;
    }
    #header .header_inner .header_link ul li a {
        font-size: 1.3rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1.6;
        letter-spacing: 0.03em;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        will-change: transform, animation, position;
    }
    #header .header_inner .header_link ul li a:hover {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
    #header .header_inner .header_link ul li a:hover {
        opacity: 1;
    }
    #header .header_inner .header_link .contact_btn {
        width: 21.6rem;
        height: 4.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #cea757;
        font-size: 1.3rem;
        font-weight: bold;
        font-family: "Noto Serif JP", serif;
        line-height: 1.4;
        color: #050912;
        letter-spacing: 0.03em;
        border-radius: 2.2rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        will-change: transform, animation, position;
    }
    #header .header_inner .header_link .contact_btn:hover {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
    #header .header_inner .header_link .contact_btn:hover {
        opacity: 1;
    }
    #header .header_inner .header_link .contact_btn span {
        font-size: 1.2rem;
        font-weight: bold;
        font-family: "Noto Serif JP", serif;
        color: #050912;
        line-height: 1.8rem;
        letter-spacing: 0.12em;
        border: 0.05rem solid #050912;
        border-radius: 1px;
        margin-right: 0.54rem;
        width: 3.47rem;
        height: 1.92rem;
        text-align: center;
    }
    #footer {
        background-color: #050912;
    }
    #footer .footer_inner {
        width: 112.6rem;
        margin: 0 auto;
        padding: 5.9rem 0 5.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #footer .footer_inner .privacy_mark {
        font-size: 1.5rem;
        font-weight: 500;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.12em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #footer .footer_inner .privacy_mark img {
        width: 8.64rem;
        height: 7.9rem;
        display: block;
        margin-right: 2.16rem;
    }
    #footer .footer_inner .copyright {
        font-size: 1.5rem;
        font-weight: 500;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.12em;
    }
    .fixed_btn {
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 10;
        width: 59.2rem;
        height: 12.9rem;
        background-color: rgba(0, 0, 0, 0.88);
        border-radius: 0.5rem 0 0 0;
        padding: 1.6rem 3.6rem 0 3.2rem;
        -webkit-box-shadow: 0 -0.3rem 0.8rem 0 rgba(0, 0, 0, 0.28);
        box-shadow: 0 -0.3rem 0.8rem 0 rgba(0, 0, 0, 0.28);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .fixed_btn p {
        font-size: 1.7rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1.5;
        letter-spacing: 0.12em;
    }
    .fixed_btn p .num {
        font-size: 2.1rem;
        letter-spacing: 0.12em;
    }
    .fixed_btn p .l_text {
        font-size: 2rem;
        letter-spacing: 0.12em;
    }
    .fixed_btn p .gold_text {
        font-size: 1.5rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #c79e40;
        line-height: 1.9;
        letter-spacing: 0.12em;
        background-image: url(../images/fixed_btn_line.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 100% 0.2rem;
        width: 13.89rem;
        padding-bottom: 0.2rem;
        display: block;
        margin-bottom: 0.3rem;
    }
    .fixed_btn .link {
        width: 24.3rem;
        margin-top: 2.8rem;
        display: block;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        will-change: transform, animation, position;
    }
    .fixed_btn .link:hover {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
    .fixed_btn .link:hover {
        opacity: 1;
    }
    .fixed_btn .link img {
        width: 100%;
        display: block;
    }
    .title_wrapper {
        text-align: center;
    }
    .title_wrapper .en_title {
        font-size: 1.8rem;
        font-family: baskerville-display-pt, serif;
        font-style: italic;
        color: #cea757;
        line-height: 1;
        letter-spacing: 0.08em;
    }
    .title_wrapper .ja_title {
        font-size: 3.6rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #cea757;
        line-height: 1.6;
        letter-spacing: 0.18em;
        margin-top: 1rem;
    }
    .title_wrapper .description_text {
        font-size: 1.5rem;
        font-weight: 500;
        color: #fff;
        line-height: 1.8;
        letter-spacing: 0.12em;
        margin-top: 2.4rem;
    }
    .title_wrapper .bold_text {
        font-size: 2rem;
        font-weight: normal;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 2;
        letter-spacing: 0.12em;
        margin-top: 3.2rem;
    }
    section.contact_contents {
        background-image: url(../images/contact_contents_bg_pc.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        text-align: center;
        padding: 6.8rem 0 9rem;
        margin-top: -0.2rem;
    }
    section.contact_contents h3 {
        font-size: 2.8rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #c79e40;
        line-height: 1.9;
        letter-spacing: 0.12em;
        background-image: url(../images/contact_contents_line.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 17.2rem 0.2rem;
        width: 19rem;
        margin: 0 auto;
        padding-left: 1.8rem;
    }
    section.contact_contents .p1 {
        font-size: 3rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1.6;
        letter-spacing: 0.12em;
        margin-top: 2rem;
    }
    section.contact_contents .p2 {
        font-size: 3.4rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1.6;
        letter-spacing: 0.18em;
        margin: 0.4rem 0 3rem;
    }
    section.contact_contents .p2 span {
        font-size: 4rem;
        letter-spacing: 0.08em;
    }
    section.contact_contents .p3 {
        font-size: 2.4rem;
        font-weight: 500;
        font-family: "Noto Serif JP", serif;
        color: #fff;
        line-height: 1.6;
        letter-spacing: 0.12em;
        margin-top: 4.8rem;
    }
    section.contact_contents .link {
        width: 48rem;
        display: block;
        margin: 1.6rem auto 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        will-change: transform, animation, position;
    }
    section.contact_contents .link:hover {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
    section.contact_contents .link:hover {
        opacity: 1;
    }
    section.contact_contents .link img {
        width: 100%;
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .mainvisual_bottom_inner {
        display: grid !important;
        grid-template-columns: 1fr auto;
        gap: 0 20rem;
    }
}

@media screen and (min-width: 768px) {
    .mainvisual_bottom_text {
        grid-column: 1/2;
        grid-row: 1/2;
    }
}

.mainvisual_bottom_logos {
    width: 30rem;
    margin: 0 auto 1.9rem;
}

@media screen and (min-width: 768px) {
    .mainvisual_bottom_logos {
        width: 100%;
        margin: 0;
        grid-column: 1/2;
        grid-row: 2/3;
    }
}

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

@media screen and (min-width: 768px) {
    .mainvisual_bottom_btn {
        grid-column: 2/3;
        grid-row: 1/3;
        align-self: center;
    }
}

/* ----------------------------------------
   special_slider (企業カテゴリー一覧)
---------------------------------------- */
.special_slider {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3.2rem;
    padding: 0 1.6rem;
}
@media (min-width: 768px) {
    .special_slider {
        width: 112.6rem;
        margin: 5rem auto 0;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
        padding: 0;
    }
}

.special_slider_box {
    background-color: #ffffff;
    padding: 2.4rem 2rem;
    box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
}
@media (min-width: 768px) {
    .special_slider_box {
        padding: 3rem 3.2rem;
    }
}

.special_slider_box_title {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #dbe1ed;
}
@media (min-width: 768px) {
    .special_slider_box_title {
        gap: 1rem;
        padding-bottom: 1.5rem;
    }
}

.special_slider_box_title_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #e8ecf4;
    border-radius: 50%;
}

.special_slider_box_title_icon img {
    width: 3.6rem;
    height: auto;
    display: block;
}
@media (min-width: 768px) {
    .special_slider_box_title_icon img {
        width: 4.4rem;
    }
}

.special_slider_box_title_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 0.3rem;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    color: #172e59;
    letter-spacing: 0.06em;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .special_slider_box_title_text {
        gap: 0.4rem;
        font-size: 1.8rem;
        letter-spacing: 0.1em;
    }
}

.special_slider_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.8rem;
    list-style: none;
    padding: 0;
    margin: 1.2rem 0 0;
}
@media (min-width: 768px) {
    .special_slider_list {
        gap: 1rem;
        margin: 1.5rem 0 0;
    }
}

.special_slider_item {
    font-size: 1.2rem;
    font-weight: 700;
    color: #172e59;
    padding: 0.5rem 1.2rem;
    border-radius: 0.3rem;
    background: linear-gradient(93deg, #eef1f8 0%, #d8e0f0 100%);
}
@media (min-width: 768px) {
    .special_slider_item {
        font-size: 1.4rem;
        padding: 0.6rem 1.4rem;
    }
}

/* ----------------------------------------
   hc-job (求人タブ一覧)
---------------------------------------- */
.hc-job-contents {
    margin-top: 5rem;
}
@media (min-width: 768px) {
    .hc-job-contents {
        margin-top: 8rem;
    }
}

.hc-job-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    padding: 0 1.6rem;
    margin: 0 0 2rem;
}
@media (min-width: 768px) {
    .hc-job-menu {
        gap: 1rem;
        padding: 0;
        margin-bottom: 3rem;
    }
}

.hc-job-menu-item-tab {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    color: #172e59;
    letter-spacing: 0.06em;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #172e59;
    border-radius: 2rem;
    padding: 0.6rem 1.4rem;
    cursor: pointer;
    -webkit-transition:
        background-color 0.2s,
        color 0.2s;
    transition:
        background-color 0.2s,
        color 0.2s;
    transition: scale 0.2s;
}
@media (min-width: 768px) {
    .hc-job-menu-item-tab {
        font-size: 1.4rem;
        padding: 0.8rem 2rem;
    }
}

@media (any-hover: hover) {
    .hc-job-menu-item-tab:hover {
        scale: 1.05;
    }
}
.hc-job-menu-item-tab.is-active {
    background-color: #cea756;
    color: #ffffff;
    border-color: #cea756;
}

.hc-job-category {
    display: none;
}
.hc-job-category.is-active {
    display: block;
}

.hc-job-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding: 0 1.6rem;
    margin: 0;
}
@media (min-width: 768px) {
    .hc-job-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding: 0;
    }
}
@media (min-width: 1024px) {
    .hc-job-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.hc-job-item {
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 1.6rem 1.8rem;
    -webkit-box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0.4rem 1.2rem 0 rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
    .hc-job-item {
        padding: 2rem 2.4rem;
    }
}

.hc-job-item-title {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    color: #172e59;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin: 0 0 0.8rem;
    text-align: center;
}
@media (min-width: 768px) {
    .hc-job-item-title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
}

.hc-job-item-salary-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    justify-content: center;
    gap: 0.3rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #050912;
    letter-spacing: 0.06em;
    margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
    .hc-job-item-salary-box {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
}

.hc-job-item-salary {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    color: #cea757;
    letter-spacing: 0.04em;
    line-height: 1;
}
@media (min-width: 768px) {
    .hc-job-item-salary {
        font-size: 2.8rem;
    }
}

.hc-job-item-text {
    font-size: 1.2rem;
    font-weight: 500;
    color: #2e3441;
    line-height: 1.7;
    letter-spacing: 0.04em;
    margin: 0;
    border-top: 1px solid #dbe1ed;
    padding-top: 0.8rem;
    text-align: center;
}
@media (min-width: 768px) {
    .hc-job-item-text {
        font-size: 1.3rem;
        padding-top: 1rem;
    }
}
