@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
    --main-color: #000;
    --sub-color: #fff;
}

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

@font-face {
  font-family: 'GenShinGothic';
  src: url('./fonts/GenShinGothic-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GenShinGothic';
  src: url('./fonts/GenShinGothic-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GenShinGothic';
  src: url('./fonts/GenShinGothic-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


.font_montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

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

html,
body,
button,
input,
select,
textarea {
  font-family: 'GenShinGothic';
  font-weight: 500;
}

body {
    color: #333333;
    font-size: 15px;
    line-height: 1.7;
    min-width: 1440px;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */

.common_page_main {
    padding-top: 137px;
}

.common_page_main .common_title_box .en_title {
    margin-bottom: 64px;
}

.common_page_main .common_title_box .en_title .en {
    font-size: 60px;
}

.common_page_main .common_title_box .ja_title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .2em;
    position: relative;
}

.common_page_main .common_title_box .ja_title:before {
    content: "";
    width: 140px;
    height: 4px;
    background: #2ABDF4;
    position: absolute;
    left: 0;
    top: -30px;
}

.common_page_wrap {
    padding: 80px 0 175px;
}

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

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

/* パンくず */
.breadcrumb {
    font-size: 12px;
    letter-spacing: .08em;
    margin-top: 24px;
    text-align: right;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 29px;
}

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

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

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

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

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

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

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

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

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

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

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

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

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

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

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

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

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

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

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

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

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

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

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

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

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

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

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

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

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

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

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

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

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

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

.mw_wp_form .horizontal-item {
    display: inline-block;
}

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

/* サンクスページ */

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

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

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

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

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

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

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

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

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

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

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

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

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

.p-authorBox .avatar {
	display: inline;
}

/* TOP CSS（PC） */

.pc_header {
  position: relative;
  width: 100%;
  min-width: 1440px;
  z-index: 100;
    padding-top: 40px;
}

.pc_header .wrap {
  height: 100%;
}

.pc_header .body {
  width: 100%;
  height: 100%;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pc_header .logo_box {
    gap: 20px;
    align-items: flex-end;
}

.pc_header .logo_box .text {
    font-size: 14px;
    color: #1A1A1A;
    line-height: 1;
}

.pc_header .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
    position: relative;
    top: 15px;
}

.pc_header .nav {
  position: relative;
  height: 100%;
}

.pc_header .menu a {
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #333;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.01em;
    padding: 0 20px;
    min-width: 85px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pc_header .en,
.pc_header .ja {
  display: block;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  will-change: transform;
}

.pc_header .en {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.pc_header .ja {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
    font-weight: 800;
}

.pc_header .menu a:hover .en {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

.pc_header .menu a:hover .ja {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.common_title_box {
    position: relative;
}

.common_title_box .en_title .en {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #1A1A1A;

    width: fit-content;
    position: relative;
    overflow: hidden;
    white-space: nowrap;

    clip-path: inset(0 100% 0 0);
}

.common_title_box .en_title .en::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #333;
    z-index: 2;
}

.common_title_box .en_title .en.is-animate {
    animation: clip-open 0.35s cubic-bezier(.4,0,.2,1) forwards;
}

.common_title_box .en_title .en.is-animate::before {
    animation: label-exit 0.5s cubic-bezier(.4,0,.2,1) forwards;
    animation-delay: 0.55s;
}

.common_title_box .en_title .en.delay-1 {
    animation-delay: 0s;
}

.common_title_box .en_title .en.delay-1::before {
    animation-delay: 0.55s;
}

.common_title_box .en_title .en.delay-2 {
    animation-delay: 0.1s;
}

.common_title_box .en_title .en.delay-2::before {
    animation-delay: 0.65s;
}

@keyframes clip-open {
    from {
        clip-path: inset(0 100% 0 0);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes label-exit {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(101%);
    }
}

.en.delay-1 {
    animation-delay: 0s;
}
.en.delay-1::before {
    animation-delay: 0.55s;
}

.en.delay-2 {
    animation-delay: 0.1s;
}
.en.delay-2::before {
    animation-delay: 0.65s;
}


.common_title_box .en_title .en .accent {
    color: #2ABDF4;
}

.common_title_box .title {
    color: #fff;
    font-size: 22px;
    background: #2ABDF4;
    position: absolute;
    line-height: 44px;
    text-align: center;
    font-weight: 700;
    letter-spacing: .2em;
    padding: 0 20px;
}

.section_main_visual {
    padding-top: 153px;
    position: relative;
}

.section_main_visual .common_title_box {
    position: relative;
    z-index: 2;
}

.section_main_visual .common_title_box .bar {
    width: 100px;
    height: 4.5px;
    background: #2ABDF4;
    position: absolute;
    left: 0;
    top: -29px;
}


.section_main_visual .common_title_box .title {
    padding: 0 0 0 17px;
    left: 730px;
    top: 25px;
    font-size: 26px;
}

.section_main_visual .picture {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    top: -45px;
}

.section_main_visual .scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    bottom: -50px;
}

.section_main_visual .scroll .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.section_main_visual .scroll .circle_text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    animation: spin 12s linear infinite;
}

@keyframes spin {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

.section_top_message {
    padding-top: 240px;
    position: relative;
}

.section_top_message:before {
    content: "";
    width: 100%;
    height: calc( 100% + 197px );
    background: #EDFAFF;
    background: linear-gradient(0deg,rgba(237, 250, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.section_top_message .common_title_box {
    margin-left: 100px;
}

.section_top_message .common_title_box .title {
    left: 330px;
    top: 50px;
}

.section_top_message .cont {
    gap: 30px;
    align-items: flex-end;
}

.section_top_message .cont .picture_box {
    width: 567px;
    margin-left: 33px;
    position: relative;
}

.section_top_message .cont .picture_box .picture {
    width: 468px;
    margin: 0 auto;
}

.section_top_message .cont .picture_box .mask {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8.4px;
    width: 100%;
    z-index: -1;
}

.section_top_message .cont .text_box {
    width: 610px;
    padding-bottom: 40px;
}

.section_top_message .cont .text_box .text {
    font-size: 16px;
    line-height: 1.6;
}

.section_top_message .cont .text_box .text + .text {
    margin-top: 1.3em;
}

.section_top_message .cont .text_box .name {
    margin-top: 64.5px;
}

.section_top_business {
    padding-top: 140px;
    padding-bottom: 115px;
}

.section_top_business .common_title_box {
    text-align: center;
    margin-bottom: 30px;
}

.section_top_business .common_title_box .en_title .en {
    margin: 0 auto;
}

.section_top_business .common_title_box .title {
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
}

.section_top_business .common_title_box .lead {
    font-weight: 700;
    margin-top: 56px;
    letter-spacing: .1em;
}

.section_top_business .list_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.section_top_business .list_box ul li a {
    display: block;
    color: #333;
    padding: 30px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16);
    text-align: center;
    border-radius: 14px;
    transition: .3s;
}

.section_top_business .list_box ul li .image {
    margin: 0 auto;
}

.section_top_business .list_box ul li:first-child .image {
    width: 249px;
    margin-bottom: 21px;
}

.section_top_business .list_box ul li:nth-child(2) .image {
    width: 217px;
    margin-bottom: 29px;
}

.section_top_business .list_box ul li:nth-child(3) .image {
    width: 191px;
    margin-bottom: 26px;
}

.section_top_business .list_box ul li .logo {
    margin: 0 auto;
}

.section_top_business .list_box ul li:first-child .logo {
    width: 217px;
    margin-bottom: 26px;
}

.section_top_business .list_box ul li:nth-child(2) .logo {
    width: 161px;
    margin-bottom: 26px;
}

.section_top_business .list_box ul li:nth-child(3) .logo {
    width: 248px;
    margin-bottom: 31px;
}

.section_top_business .list_box ul li .text_box {
    min-height: 108px;
    margin-bottom: 20px;
}

.section_top_business .list_box ul li .text_box .text {
    font-size: 15px;
    line-height: 1.45;
}

.section_top_business .list_box ul li .attention {
    font-size: 12px;
    font-weight: 400;
}

.section_top_business .list_box ul li .button {
    display: block;
    width: 250px;
    border: 1px solid;
    color: #333;
    border-radius: 30px;
    line-height: 50px;
    position: relative;
    margin: 0 auto;
    font-weight: 700;
    transition: .3s;
}

.section_top_business .list_box ul li .button .icon {
    position: absolute;
    right: 30px;
    top: 18px;
}

.section_top_business .list_box ul li .button .icon svg {
    vertical-align: top;
}

.section_top_business .list_box ul li .button .icon svg path {
    transition: .3s;
}

.section_top_points {
    margin-bottom: 145px;
}

.section_top_points .cont {
    background: url(./image/point_back.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 130px 50px 92px;
    border-radius: 20px;
    overflow: hidden;
}

.section_top_points .cont:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
}

.section_top_points .cont * {
    position: relative;
}

.section_top_points .cont .common_title_box {
    text-align: center;
    margin-bottom: 70px;
}

.section_top_points .cont .common_title_box .en_title .en {
    margin: 0 auto;
}

.section_top_points .cont .common_title_box .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
}

.section_top_points .cont .list_box ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.section_top_points .cont .list_box ol li {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16);
    border-radius: 8px;
    padding: 23px 21px;
    height: 210px;
    position: relative;
    overflow: hidden;
}

.section_top_points .cont .list_box ol li .num {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #fff;
    z-index: 2;
    padding-top: 12px;
    padding-right: 12px;
    line-height: 1.2;
}

.section_top_points .cont .list_box ol li .num:before {
    content: "";
    width: 159px;
    height: 159px;
    background: #2ABDF4;
    border-radius: 100%;
    position: absolute;
    right: -81px;
    top: -100px;
    z-index: -1;
}

.section_top_points .cont .list_box ol li .title_box {
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.section_top_points .cont .list_box ol li .title_box .title {
    font-size: 18px;
    font-weight: 700;
}

.common_more_button a {
    display: block;
    width: 300px;
    line-height: 60px;
    background: #1A1A1A;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-weight: 800;
    letter-spacing: .1em;
    margin: 0 auto;
}

.section_top_points .cont .common_more_button {
    margin-top: 50px;
}

.section_top_recruitment {
    margin-bottom: 110px;
}

.section_top_recruitment .common_title_box {
    margin-bottom: 46px;
}

.section_top_recruitment .common_title_box .title {
    left: 439px;
    top: 45px;
}

.section_top_recruitment .common_title_box .en_title .en {
    font-size: 70px;
}

.section_top_recruitment .cont a {
    display:block;
    position: relative;
    border-radius: 12px;
    height: 100%;
    padding: 42px 50px 30px;
    color: #fff;
    overflow: hidden;
}

.section_top_recruitment .cont .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

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

.section_top_recruitment .cont .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0A90C3;
    background: linear-gradient(97deg,rgba(10, 144, 195, 1) 17%, rgba(43, 79, 159, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
    z-index: 2;
}

.section_top_recruitment .cont .text_box {
    position: relative;
    z-index: 2;
}

.section_top_recruitment .cont .text_box .title_box {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.section_top_recruitment .cont .text_box .title_box .en {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.2;
}

.section_top_recruitment .cont .text_box .title_box .title {
    font-size: 26px;
    letter-spacing: .1em;
}

.section_top_recruitment .cont .text_box .text {
    margin-bottom: 30px;
    letter-spacing: .09em;
}

.section_top_recruitment .cont .text_box .button {
    width: 150px;
    line-height: 44px;
    border: 1px solid;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
}

.section_top_faq {
        margin-bottom: 105px;
}

.section_top_faq .common_title_box {
    text-align: center;
    margin-bottom: 100px;
}

.section_top_faq .common_title_box .en_title .en {
    font-size: 60px;
}

.section_top_faq .common_title_box .en_title .en {
    margin: 0 auto;
}

.section_top_faq .common_title_box .title {
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
}

.section_top_faq .cont dl dt {
    gap: 40px;
    padding: 15px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16);
    border-radius: 10px;
    position: relative;
    padding-left: 125px;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.section_top_faq .cont dl dt:before {
    content: "Q";
    width: 70px;
    line-height: 70px;
    background: #2ABDF4;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    font-size: 40px;
    font-family: "Helvetica";
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 15px;
}

.section_top_faq .cont dl dt .title {
    font-size: 20px;
    letter-spacing: .1em;
}

.section_top_faq .cont dl dd {
    letter-spacing: .1em;
    position: relative;
    padding: 30px 30px 40px 125px;
}

.section_top_faq .cont dl dd:before {
    content: "A";
    width: 50px;
    height: 50px;
    line-height: 46px;
    color: #2ABDF4;
    border: 2px solid;
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
    font-family: "Helvetica";
    font-weight: bold;
    position: absolute;
    left: 25px;
    top: 30px;
}

.section_top_faq .cont dl dd small {
    font-size: 13px;
}

.section_top_join .slider_box .slide {
    margin-right: 10px;
}

.section_top_join .slider_box .slide .image {
    border-radius: 8px;
    overflow: hidden;
}

.section_top_join .slider_box .slide.default {
    width: 440px;
    height: 300px;
}

.section_top_join .slider_box .slide.vertical {
    width: 200px;
    height: 300px;
}

.section_top_join .slider_box .slide.square {
    width: 300px;
    height: 300px;
}

.section_top_join .slider_box .slide.stacking {
    width: 220px;
}

.section_top_join .slider_box .slide.stacking .image {
    width: 100%;
    height: 145px;
}

.section_top_join .slider_box .slide.stacking .image + .image {
    margin-top: 10px;
}

.section_top_join .slider_box .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_top_join {
    margin-bottom: 130px;
}

.section_top_join .cont {
    text-align: center;
    margin-top: 60px;
}

.section_top_join .cont .title_box .en {
    color: #2ABDF4;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section_top_join .cont .title_box .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 36px;
    letter-spacing: .1em;
}

.section_top_join .cont .text_box {
    margin-bottom: 57px;
}

.section_top_join .cont .text_box .text {
    font-size: 18px;
    color: #1A1A1A;
    line-height: 1.5;
    letter-spacing: .1em;
    font-weight: 700;
}

.section_top_join .cont .text_box .text + .text {
    margin-top: 1em;
}

footer#main_footer {
    background: #F7F7F7;
    padding-bottom: 50px;
}

footer#main_footer .foot_on_text {
    font-size: 80px;
    text-align: center;
    text-transform:uppercase;
    color: #fff;
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 1px #5D5D5D;
    line-height: 0;
    white-space: nowrap;
}

footer#main_footer .head_box {
    margin-top: 145px;
    margin-bottom: 35px;
    gap: 162px;
}

footer#main_footer .head_box .logo_box .logo {
    margin-bottom: 14px;
}

footer#main_footer .head_box .logo_box .logo img {
    width: 178px;
}

footer#main_footer .head_box .logo_box .name {
    font-size: 16px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 30px;
}

footer#main_footer .head_box .logo_box .button a {
    display: block;
    width: 260px;
    line-height: 50px;
    color: #333333;
    border: 1px solid;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
}

footer#main_footer .footer_nav {
    gap: 45px;
}

footer#main_footer .footer_nav .list_box .in_box + .in_box {
    margin-top: 32px;
}

footer#main_footer .footer_nav .list_box .in_box .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: .1em;
}

footer#main_footer .footer_nav .list_box .in_box ul.child_menu li + li {
    margin-top: 3px;
}

footer#main_footer .footer_nav .list_box .in_box ul.child_menu li a {
    color: #333333;
    font-size: 14px;
    position: relative;
    padding-left: 1em;
}

footer#main_footer .footer_nav .list_box .in_box ul.child_menu li a:before {
    content: "-";
    position: absolute;
    left: 0;
}

footer#main_footer .footer_nav .list_box .in_box ul.parent_menu li + li {
    margin-top: 24px;
}

footer#main_footer .footer_nav .list_box .in_box ul.parent_menu li a {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1em;
}

footer#main_footer .bottom_box {
    align-items: flex-end;
}

footer#main_footer .bottom_box .address {
    font-size: 12px;
}

footer#main_footer .bottom_box .other_list ul li:after {
    content: "|";
    font-size: 12px;
    margin: 0 .5em;
}

footer#main_footer .bottom_box .other_list ul li:last-child::after {
    display: none;
}

footer#main_footer .bottom_box .other_list ul li a {
    color: #1A1A1A;
    font-size: 12px;
}

footer#main_footer .copyright_box {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #DDDDDD;
    text-align: center;
}

footer#main_footer .copyright_box .text small {
    font-size: 12px;
    color: #1A1A1A;
    letter-spacing: .04em;
}

/* 募集要項（PC） */

.page_recruitment .section_contents .introduction_box {
    text-align: center;
    margin-bottom: 50px;
}

.page_recruitment .section_contents .introduction_box .title_box {
    margin-bottom: 45px;
}

.page_recruitment .section_contents .introduction_box .title_box .en_title {
    color: #2ABDF4;
    font-size: 14px;
    text-transform: uppercase;
}

.page_recruitment .section_contents .introduction_box .title_box .title {
    font-size: 26px;
    color: #1A1A1A;
    font-weight: 700;
    letter-spacing: .1em;
}

.page_recruitment .section_contents .introduction_box .works_title .title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
}

.page_recruitment .section_contents .introduction_box .works_title .lead {
    font-size: 16px;
    letter-spacing: .1em;
}

.page_recruitment .section_contents table {
    width: 100%;
}

.page_recruitment .section_contents table tr {
    border-top: 1px solid #AAAAAA;
}

.page_recruitment .section_contents table tr:last-child {
    border-bottom: 1px solid #AAAAAA;
}

.page_recruitment .section_contents table th {
    width: 270px;
    font-size: 18px;
    vertical-align: middle;
    letter-spacing: .1em;
}

.page_recruitment .section_contents table td {
    padding: 40px 0;
    font-size: 16px;
    line-height: 1.65;
}

.page_recruitment .section_contents .overview_box {
    margin-bottom: 100px;
}

.page_recruitment .section_contents .information_box {
    background: url(./image/point_back.webp) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 20px;
    padding: 90px 50px 114px;
}

.page_recruitment .section_contents .information_box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
}

.page_recruitment .section_contents .information_box * {
    position: relative;
}

.page_recruitment .section_contents .information_box .title_box {
    text-align: center;
    margin-bottom: 10px;
}

.page_recruitment .section_contents .information_box .title_box .title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
}

.page_recruitment .section_contents .information_box table tr:first-child {
    border-top: none;
}

.page_recruitment .section_contents .information_box table th {
    width: 180px;
    text-align: center;
    position: relative;
    padding-top: 44px;
    vertical-align: top;
}

.page_recruitment .section_contents .information_box table th:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #2ABDF4;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.page_recruitment .section_contents .information_box table td {
    padding-left: 91.5px;
    padding-top: 44px;
    padding-bottom: 29px;
    line-height: 1.5;
}

/* 福利厚生（PC） */

.page_recommended .section_contents .index_box {
    background: #EDFAFF;
    position: relative;
    padding: 60px 50px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 70px;
}

.page_recommended .section_contents .index_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.page_recommended .section_contents .index_box ul li a {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16);
    position: relative;
    overflow: hidden;
    display: block;
}

.page_recommended .section_contents .index_box ul li a .num {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #fff;
    z-index: 2;
    padding-top: 12px;
    padding-right: 12px;
    line-height: 1.2;
}

.page_recommended .section_contents .index_box ul li a .num:before {
    content: "";
    width: 159px;
    height: 159px;
    background: #2ABDF4;
    border-radius: 100%;
    position: absolute;
    right: -81px;
    top: -100px;
    z-index: -1;
}

.page_recommended .section_contents .index_box ul li .title_box {
    align-items: center;
    gap: 16px;
}

.page_recommended .section_contents .index_box ul li .title_box .title {
    color: #333;
    font-weight: 700;
}

.page_recommended .section_contents ol li {
    border-bottom: 1px solid #AAAAAA;
    padding-top: 70px;
    padding-bottom: 70px;
}

.page_recommended .section_contents ol li .image {
    width: 35%;
    height: 250px;
}

.page_recommended .section_contents ol li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.page_recommended .section_contents ol li:nth-child(even) .image {
    order: 2;
}

.page_recommended .section_contents ol li .text_box {
    width: 60%;
}

.page_recommended .section_contents ol li .text_box .title_box {
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.page_recommended .section_contents ol li .text_box .title_box .num {
    font-size: 20px;
    width: 50px;
    line-height: 50px;
    background: #2ABDF4;
    color: #fff;
    border-radius: 100%;
    text-align: center;
}

.page_recommended .section_contents ol li .text_box .title_box .title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
}

.page_recommended .section_contents ol li .text_box .text {
    letter-spacing: .1em;
}

/* ホバーエフェクト */
@media (min-width: 750px) {

    .section_top_business .list_box ul li a:hover {
        box-shadow: none;
    }

    .section_top_business .list_box ul li a:hover .button {
        background: #333;
        color: #fff;
    }

    .section_top_business .list_box ul li a:hover .button svg path {
        fill: #fff;
    }

    .section_top_recruitment .cont a:hover .image img {
        transform: scale(1.1);
    }

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

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

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

    body {
        font-size: 13px;
        padding-top: 0;
        min-width: unset;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
    }

    #sp_header .logo {
        position: absolute;
        left: 5vw;
        top: 29px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 31.5px;
    }

    /* SP固定ページ 共通設定 */
    
    .common_page_main {
        padding-top: 150px;
    }

    .common_page_main .common_title_box {
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 40px;
    }

    .common_page_main .common_title_box .en_title {
        margin-bottom: 23px;
    }

    .common_page_main .common_title_box .en_title .en {
        font-size: 38px;
    }

    .common_page_main .common_title_box .ja_title {
        font-size: 16px;
    }

    .common_page_main .common_title_box .ja_title:before {
        width: 80px;
        height: 3px;
        top: -10px;
    }

    .common_page_wrap {
        padding: 40px 0 80px;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

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

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

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    /* TOP CSS（SP） */
    
    .common_title_box .en_title .en {
        font-size: 11.8vw;
    }

    .common_title_box .title {
        font-size: 4.6vw;
        line-height: 9.0vw;
        padding: 0 2.3vw;
    }

    .section_main_visual {
        padding-top: 47.4vw;
    }

    .section_main_visual .common_title_box {
        margin-bottom: 2.6vw;
    }

    .section_main_visual .common_title_box .bar {
        width: 20.5vw;
        height: 1.0vw;
        top: -9.5vw;
    }

    .section_main_visual .common_title_box .title {
        padding: 0 0 0 2.6vw;
        left: 7.7vw;
        top: -14.6vw;
        font-size: 5.6vw;
        line-height: 11.3vw;
        letter-spacing: .1em;
    }

    .section_main_visual .common_title_box .en_title .en {
        font-size: 12.3vw;
    }

    .section_main_visual .picture {
        border-radius: 4.1vw;
        top: 0;
    }

    .section_main_visual .scroll {
        width: 36.2vw;
        height: 36.2vw;
        bottom: -18.1vw;
    }

    .section_main_visual .scroll .arrow svg {
        width: 6.9vw;
    }

    .section_top_message {
        padding-top: 31.5vw;
    }

    .section_top_message:before {
        height: calc(100% + 38.5vw);
    }

    .section_top_message .common_title_box {
        margin-left: 0;
    }

    .section_top_message .common_title_box .title {
        left: 53.8vw;
        top: 6.2vw;
    }

    .section_top_message .cont {
        gap: 2.6vw;
        padding-bottom: 43.1vw;
    }

    .section_top_message .cont .picture_box {
        width: 73.6vw;
        margin-left: 0;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .section_top_message .cont .picture_box .picture {
        width: 100%;
        margin: 0;
    }

    .section_top_message .cont .picture_box .mask {
        bottom: 0;
        width: 73.1vw;
    }

    .section_top_message .cont .text_box {
        width: 100%;
        margin-top: 11.5vw;
        padding-bottom: 0;
    }

    .section_top_message .cont .text_box .text {
        font-size: 3.8vw;
        line-height: 1.6;
    }

    .section_top_message .cont .text_box .name {
        margin-top: 13.6vw;
    }

    .section_top_business {
        padding-top: 20.5vw;
        padding-bottom: 15.4vw;
    }

    .section_top_business .common_title_box {
        margin-bottom: 10.3vw;
    }

    .section_top_business .common_title_box .title {
        top: 7.7vw;
    }

    .section_top_business .common_title_box .lead {
        margin-top: 10.3vw;
        font-size: 3.6vw;
        letter-spacing: .02em;
    }

    .section_top_business .list_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 2.6vw;
    }

    .section_top_business .list_box ul li a {
        padding: 6.7vw 5.1vw 5.1vw;
    }

    .section_top_business .list_box ul li:first-child .image {
        width: 49.7vw;
        margin-bottom: 3.6vw;
    }

    .section_top_business .list_box ul li:nth-child(2) .image {
        width: 46.7vw;
        margin-bottom: 3.6vw;
    }

    .section_top_business .list_box ul li:nth-child(3) .image {
        width: 40.0vw;
        margin-bottom: 4.1vw;
    }

    .section_top_business .list_box ul li .logo {
        margin: 0 auto;
    }

    .section_top_business .list_box ul li:first-child .logo {
        width: 44.9vw;
        margin-bottom: 4.5vw;
    }

    .section_top_business .list_box ul li:nth-child(2) .logo {
        width: 33.8vw;
        margin-bottom: 4.4vw;
    }

    .section_top_business .list_box ul li:nth-child(3) .logo {
        width: 61.0vw;
        margin-bottom: 4.9vw;
    }

    .section_top_business .list_box ul li .text_box {
        min-height: unset;
        margin-bottom: 5.1vw;
    }

    .section_top_business .list_box ul li .text_box .text {
        font-size: 3.6vw;
    }

    .section_top_business .list_box ul li .attention {
        font-size: 3.1vw;
    }
    
    .section_top_business .list_box ul li .button {
        width: 51.3vw;
        background: #1A1A1A;
        color: #fff;
        line-height: 10.3vw;
        text-align: left;
        padding-left: 5.1vw;
        font-size: 3.6vw;
    }

    .section_top_business .list_box ul li .button .icon {
        right: 5.1vw;
        top: 3.3vw;
    }

    .section_top_business .list_box ul li .button .icon svg path {
        fill: #fff;
    }

    .section_top_points {
        margin-bottom: 19.2vw;
    }

    .section_top_points .cont {
        padding: 19.2vw 2.6vw 11.5vw;
    }

    .section_top_points .cont .common_title_box {
        margin-bottom: 11.0vw;
    }

    .section_top_points .cont .common_title_box .title {
        top: 16.9vw;
        white-space: nowrap;
    }

    .section_top_points .cont .common_title_box .en_title .en {
        font-size: 9.7vw;
    }

    .section_top_points .cont .list_box ol {
        grid-template-columns: repeat(1, 1fr);
        gap: 2.6vw;
        margin: 0 2.6vw;
    }

    .section_top_points .cont .list_box ol li {
        padding: 2.6vw;
        height: auto;
        min-height: 35.1vw;
    }

    .section_top_points .cont .list_box ol li .num {
        font-size: 4.6vw;
        padding-top: 1.5vw;
        padding-right: 1.8vw;
    }

    .section_top_points .cont .list_box ol li .num:before {
        width: 40.8vw;
        height: 40.8vw;
        right: -25.6vw;
        top: -28.2vw;
    }

    .section_top_points .cont .list_box ol li .title_box {
        gap: 2.6vw;
        padding-bottom: 2.6vw;
        margin-bottom: 2.6vw;
    }

    .section_top_points .cont .list_box ol li .title_box .title {
        font-size: 4.1vw;
    }

    .section_top_points .cont .list_box ol li .text {
        font-size: 3.3vw;
        letter-spacing: .04em;
    }

    .section_top_points .slick-dots li {
        width: 3.6vw;
        height: 3.6vw;
        background: #707070;
        border-radius: 100%;
        margin: 0 2.6vw;
    }

    .section_top_points .slick-dots li.slick-active {
        background: #2ABDF4;
    }

    .section_top_points .slick-dots li button:before {
        display: none;
    }

    .common_more_button a {
        width: 51.3vw;
        line-height: 11.8vw;
        border-radius: 7.7vw;
    }

    .section_top_points .cont .common_more_button {
        margin-top: 15.9vw;
    }

    .section_top_recruitment {
        margin-bottom: 18.7vw;
    }

    .section_top_recruitment .common_title_box {
        margin-bottom: 10.8vw;
    }

    .section_top_recruitment .common_title_box .title {
        left: auto;
        right: 0;
        top: 7.7vw;
    }

    .section_top_recruitment .common_title_box .en_title .en {
        font-size: 11.8vw;
    }

    .section_top_recruitment .cont a {
        border-radius: 2.1vw;
        padding: 33.6vw 5.1vw 5.1vw;
    }

    .section_top_recruitment .cont .text_box .title_box {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 3.1vw;
    }

    .section_top_recruitment .cont .text_box .title_box .en {
        font-size: 3.1vw;
    }

    .section_top_recruitment .cont .text_box .title_box .title {
        font-size: 4.6vw;
    }

    .section_top_recruitment .cont .text_box .text {
        margin-bottom: 0;
        line-height: 1.5;
    }

    .section_top_faq {
        margin-bottom: 13.3vw;
    }

    .section_top_faq .common_title_box {
        margin-bottom: 14.6vw;
    }

    .section_top_faq .common_title_box .en_title .en {
        font-size: 9.2vw;
    }

    .section_top_faq .common_title_box .title {
        top: 7.7vw;
    }

    .section_top_faq .cont dl dt {
        padding: 3.8vw;
        padding-left: 17.7vw;
        min-height: 17.9vw;
    }

    .section_top_faq .cont dl dt:before {
        width: 10.3vw;
        line-height: 10.3vw;
        font-size: 6.7vw;
    }

    .section_top_faq .cont dl dt .title {
        font-size: 4.1vw;
        line-height: 1.5;
    }

    .section_top_faq .cont dl dd {
        padding: 4.1vw 0 4.6vw 0;
        letter-spacing: .04em;
    }

    .section_top_faq .cont dl dd:before {
        display: none;
    }

    .section_top_faq .cont dl dd small {
        font-size: 2.8vw;
    }

    .section_top_join .slider_box .slide {
        margin-right: 1.7vw;
    }

    .section_top_join .slider_box .slide .image {
        border-radius: 1.0vw;
    }

    .section_top_join .slider_box .slide.default {
        width: 73.8vw;
        height: 50.3vw;
    }

    .section_top_join .slider_box .slide.vertical {
        width: 33.6vw;
        height: 50.3vw;
    }

    .section_top_join .slider_box .slide.square {
        width: 50.3vw;
        height: 50.3vw;
    }

    .section_top_join .slider_box .slide.stacking {
        width: 36.9vw;
    }

    .section_top_join .slider_box .slide.stacking .image {
        height: 24.1vw;
    }
    
    .section_top_join .slider_box .slide.stacking .image + .image {
        margin-top: 1.8vw;
    }

    .section_top_join {
        margin-bottom: 20.5vw;
    }

    .section_top_join .cont {
        margin-top: 12.8vw;
    }

    .section_top_join .cont .title_box .en {
        font-size: 5.1vw;
        margin-bottom: 3.1vw;
    }

    .section_top_join .cont .title_box .title {
        font-size: 5.6vw;
        margin-bottom: 6.2vw;
    }

    .section_top_join .cont .text_box {
        margin-bottom: 8.7vw;
    }

    .section_top_join .cont .text_box .text {
        font-size: 3.8vw;
        letter-spacing: .01em;
        line-height: 1.76;
    }

    footer#main_footer {
        padding-bottom: 12.8vw;
    }

    footer#main_footer .foot_on_text {
        font-size: 10.5vw;
        line-height: 1.2;
        white-space: initial;
        text-align: left;
    }

    footer#main_footer .head_box {
        margin-top: 39.7vw;
        margin-bottom: 9.0vw;
        display: block;
    }

    footer#main_footer .head_box .logo_box {
        text-align: center;
    }

    footer#main_footer .head_box .logo_box .logo {
        margin-bottom: 3.6vw;
    }

    footer#main_footer .head_box .logo_box .logo img {
        width: 34.4vw;
    }

    footer#main_footer .head_box .logo_box .name {
        font-size: 3.6vw;
        margin-bottom: 5.1vw;
    }

    footer#main_footer .head_box .logo_box .button a {
        width: 64.1vw;
        line-height: 11.3vw;
        border-radius: 7.7vw;
        font-size: 3.6vw;
        margin: 0 auto;
    }

    footer#main_footer .footer_nav {
        display: none;
    }

    footer#main_footer .bottom_box {
        display: block;
    }

    footer#main_footer .bottom_box .address {
        font-size: 3.1vw;
        text-align: center;
    }

    footer#main_footer .copyright_box {
        margin: 0 5vw;
        margin-top: 13.3vw;
        padding-top: 7.7vw;
    }

    footer#main_footer .copyright_box .text small {
        font-size: 3.1vw;
    }

    /* 募集要項（SP） */

    .page_recruitment .section_contents .introduction_box {
        margin-bottom: 12.8vw;
    }

    .page_recruitment .section_contents .introduction_box .title_box {
        margin-bottom: 8.7vw;
    }

    .page_recruitment .section_contents .introduction_box .title_box .en_title {
        font-size: 3.1vw;
    }

    .page_recruitment .section_contents .introduction_box .title_box .title {
        font-size: 5.1vw;
    }

    .page_recruitment .section_contents .introduction_box .works_title .title {
        font-size: 4.1vw;
        margin-bottom: 3.6vw;
    }

    .page_recruitment .section_contents .introduction_box .works_title .lead {
        font-size: 3.6vw;
        letter-spacing: .01em;
    }

    .page_recruitment .section_contents table tr {
        border-top: none;
    }

    .page_recruitment .section_contents table tr:last-child {
        border-bottom: none;
    }

    .page_recruitment .section_contents table th {
        width: 100%;
        font-size: 3.6vw;
        display: block;
        position: relative;
    }

    .page_recruitment .section_contents table th:before {
        content: "";
        width: 100%;
        height: .26vw;
        background: #AAAAAA;
        position: absolute;
        left: 0;
        top: 50%;
    }

    .page_recruitment .section_contents table th .title {
        position: relative;
        z-index: 2;
        background: #fff;
        display: inline-block;
        padding-right: 2.7vw;
    }

    .page_recruitment .section_contents table td {
        padding: 5.1vw 0 10.3vw;
        font-size: 3.6vw;
        width: 100%;
        display: block;
    }
    
    .page_recruitment .section_contents .overview_box {
        margin-bottom: 12.8vw;
    }

    .page_recruitment .section_contents .information_box {
        padding: 12.8vw 5.1vw 10.3vw;
    }

    .page_recruitment .section_contents .information_box .title_box {
        margin-bottom: 2.6vw;
    }

    .page_recruitment .section_contents .information_box .title_box .title {
        font-size: 4.6vw;
    }

    .page_recruitment .section_contents .information_box table th {
        width: 100%;
        text-align: left;
        padding-top: 6.2vw;
        display: flex;
        align-items: center;
        gap: 2.6vw;
    }

    .page_recruitment .section_contents .information_box table th .title {
        background: none;
        white-space: nowrap;
        order: -1;
    }

    .page_recruitment .section_contents .information_box table th:before {
        height: 0.26vw;
        position: static;
        background: #AAAAAA;
    }

    .page_recruitment .section_contents .information_box table td {
        padding-left: 0;
        padding-top: 6.2vw;
        padding-bottom: 5.1vw;
    }

    /* 福利厚生（SP） */
    
    .page_recommended .section_contents .index_box {
        padding: 10vw 4vw;
        border-radius: 12px;
        margin-bottom: 10vw;
    }
    
    .page_recommended .section_contents .index_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 4vw;
    }
    
    .page_recommended .section_contents .index_box ul li a {
        padding: 4vw;
        border-radius: 8px;
    }
    
    .page_recommended .section_contents .index_box ul li a .num {
        font-size: 4.2vw;
        padding-top: 3vw;
        padding-right: 2vw;
    }
    
    .page_recommended .section_contents .index_box ul li a .num:before {
        width: 30vw;
        height: 30vw;
        right: -15vw;
        top: -16vw;
    }
    
    .page_recommended .section_contents .index_box ul li .title_box {
        gap: 3.5vw;
    }
    
    .page_recommended .section_contents .index_box ul li .title_box .title {
        font-size: 3.6vw;
    }

    .page_recommended .section_contents .index_box ul li .title_box .icon img {
        width: 17vw;
    }
    
    .page_recommended .section_contents ol li {
        padding-top: 10vw;
        padding-bottom: 10vw;
        display: block;
    }
    
    .page_recommended .section_contents ol li .image {
        width: 100%;
        height: 60vw;
        margin-bottom: 5vw;
    }
    
    .page_recommended .section_contents ol li .text_box {
        width: 100%;
    }
    
    .page_recommended .section_contents ol li .text_box .title_box {
        gap: 4vw;
        margin-bottom: 5vw;
    }
    
    .page_recommended .section_contents ol li .text_box .title_box .num {
        font-size: 4.2vw;
        width: 10vw;
        line-height: 10vw;
    }
    
    .page_recommended .section_contents ol li .text_box .title_box .title {
        font-size: 4vw;
    }
    
}