@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
:root {
    --main-color: #000;
    --sub-color: #fff;
}

html,
button,
input,
select,
textarea {
    /* 不要な指定は消す */
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

a[href$=".pdf"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

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

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

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F7FAFC;
    padding-block: 140px;
    margin-block: 0 1em;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: 0.08em;
    font-weight: 700;
    line-height: 1.5;
}

.common_page_wrap {
    padding: 100px 0;
}

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

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

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: 0.08em;
}

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

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: 0.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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    -webkit-box-align: start;
    -ms-flex-align: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

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

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

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

.common_contact_form .form_box dl dt::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 0;
    right: 0;
}

.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: 0.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: 0.08em;
    font-weight: 400;
}

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

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

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

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

.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: 0.08em;
    padding: 1.1em 1em;
}

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

.page_contact #btn_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    letter-spacing: 0.08em;
    margin: auto;
}

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

.page_contact #btn_wrap button:hover {
    opacity: 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
}

/* ラジオボタンを隠す */
.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: 0.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);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-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: 0.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;
    -webkit-transform: translateY(-50%);
    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;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: 0.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: -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;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: 0.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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

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

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
}

/* オープンロジ様サイト追加CSS */
/* Helvetica */
@font-face {
    font-family: "Helvetica";
    src: url("/wp-content/themes/wp-openlogi/recruit/font/Helvetica.ttf") format("truetype");
    font-weight: 400;
}

/* Helvetica-Bold */
@font-face {
    font-family: "Helvetica-Bold";
    src: url("/wp-content/themes/wp-openlogi/recruit/font/Helvetica-Bold.ttf") format("truetype");
    font-weight: 700;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0;
    line-height: 1.6;
    padding-top: 120px;
}

.inline_block {
    display: inline-block;
}

.line_break {
    word-break: keep-all;
    overflow-wrap: anywhere;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
    pointer-events: none;
}

/* Set core body defaults */
body {
    min-height: 100vh;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
    width: 100%;
}

/* 共通設定 */
body {
    min-width: 1440px;
    position: relative;
}

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

.wrap.top_page {
    width: 100%;
}

.top_wrapper {
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 365px;
    overflow-x: clip;
}

.top_main {
    margin-top: -120px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

/* 共通パーツ */
.button {
    width: 250px;
    position: relative;
}

.button a {
    display: block;
    width: 100%;
    padding: 17.8px 14px 17.8px 55px;
    border-radius: 5px;
    border: 1px solid #036EB7;
    font-family: "Helvetica-Bold", sans-serif;
    font-size: 14px;
    font-weight: 700;
    background-color: #036EB7;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
}

.button a .button_text {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.button::before,
.button::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.button::before {
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/wp-openlogi/recruit/image/arrow_white.svg) no-repeat center center/contain;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.button::after {
    width: 18px;
    height: 21.9px;
    mask-image: url(/wp-content/themes/wp-openlogi/recruit/image/icon_entry.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.button.contact a {
    background-color: #fff;
    color: #036EB7;
}

.button.contact::before {
    background: url(/wp-content/themes/wp-openlogi/recruit/image/arrow_blue.svg) no-repeat center center/contain;
}

.button.contact::after {
    width: 22px;
    height: 18.1px;
    mask-image: url(/wp-content/themes/wp-openlogi/recruit/image/icon_mail.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background: #036EB7;
}

.button_more {
    width: 280px;
    position: relative;
}

.button_more a {
    display: block;
    width: 100%;
    padding: 17.8px 14px 17.8px 55px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #036EB7;
    font-family: "Helvetica-Bold", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #036EB7;
}

.button_more a .button_text {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.button_more::before,
.button_more::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.button_more::before {
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/wp-openlogi/recruit/image/icon_plus.svg) no-repeat center center/contain;
    left: 15px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.button_more::after {
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/wp-openlogi/recruit/image/icon_more.svg) no-repeat center center/contain;
    left: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.button_recruit {
    width: 480px;
}

.button_recruit a {
    width: 100%;
    padding: 23px 20px 25px;
    border-bottom: 1px solid #DDDDDD;
    font-family: "Helvetica", sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.button_recruit a .en {
    font-family: "Helvetica", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.button_recruit a .link_circle {
    margin-left: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #616161;
    background-color: transparent;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.button_recruit a .jp {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.button_recruit a .link_circle::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #036EB7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: transform ease 0.3s, opacity 0.3s;
    transition: transform ease 0.3s, opacity 0.3s, -webkit-transform ease 0.3s;
}

.button_recruit a .link_arrow {
    width: 11.7px;
    height: 11.7px;
    background: url(/wp-content/themes/wp-openlogi/recruit/image/icon_link_arrow.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.button_recruit a .link_arrow::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/wp-openlogi/recruit/image/icon_link_arrow_after.svg) no-repeat center center/contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: transform ease 0.3s, opacity 0.3s;
    transition: transform ease 0.3s, opacity 0.3s, -webkit-transform ease 0.3s;
}

.button_recruit:first-of-type a,
.button_recruit:nth-of-type(2) a {
    border-top: 1px solid #DDDDDD;
}

.button_recruit .text_block {
    overflow: hidden;
}

.button_recruit .en::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 90px;
    height: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    transition: 1s;
}

.button_recruit:first-child .en::before {
    background: url(/wp-content/themes/wp-openlogi/recruit/image/recruit_img01.jpg) no-repeat center center/contain;
}

.button_recruit:nth-child(2) .en::before {
    background: url(/wp-content/themes/wp-openlogi/recruit/image/recruit_img02.jpg) no-repeat center center/contain;
}

.button_recruit:nth-child(3) .en::before {
    background: url(/wp-content/themes/wp-openlogi/recruit/image/recruit_img03.jpg) no-repeat center center/contain;
}

.button_recruit:nth-child(4) .en::before {
    background: url(/wp-content/themes/wp-openlogi/recruit/image/recruit_img04.jpg) no-repeat center center/contain;
}

.button_recruit:nth-child(5) .en::before {
    background: url(/wp-content/themes/wp-openlogi/recruit/image/recruit_img05.jpg) no-repeat center center/contain;
}

.button_recruit:nth-child(6) .en::before {
    background: url(/wp-content/themes/wp-openlogi/recruit/image/recruit_img06.jpg) no-repeat center center/contain;
}

.button_recruit .en::after {
    display: inline-block;
    margin: 10px 0 0 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.button_recruit:first-child .en::after {
    content: "ビジネス";
}

.button_recruit:nth-child(2) .en::after {
    content: "プロダクト";
}

.button_recruit:nth-child(3) .en::after {
    content: "エンジニア";
}

.button_recruit:nth-child(4) .en::after {
    content: "デザイナー";
}

.button_recruit:nth-child(5) .en::after {
    content: "コーポレート";
}

.button_recruit:nth-child(6) .en::after {
    content: "新卒";
}

.section_subtitle_s {
    /* font-family: "Helvetica-Bold", sans-serif; */
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #036EB7;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.section_subtitle_s::before {
    /* content: ""; */
    display: inline-block;
    width: 20px;
    aspect-ratio: 5 / 6;
    min-width: 0;
    background: url(/wp-content/themes/wp-openlogi/recruit/image/deco_subtitle.png) no-repeat center center/contain;
}

.section_subtitle_m {
    /* font-family: "Helvetica", sans-serif; */
    font-size: 24px;
    font-weight: 700;
    color: #036EB7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
}

.section_subtitle_m::before {
    /* content: ""; */
    background: url(/wp-content/themes/wp-openlogi/recruit/image/deco_subtitle.png) no-repeat;
    background-size: contain;
    width: 20px;
    aspect-ratio: 5/6;
    min-width: 0;
    flex-shrink: 0;
    display: block;
    margin-inline: 0 0.3em;
}

.section_subtitle_m::after {
    /* content: ""; */
    display: inline-block;
    margin-left: 23px;
    width: 70px;
    height: 0.5px;
    background-color: #616161;
}

.section_title_m {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}

.section_title_s {
    color: #616161;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.section_title_s::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 25px;
    background-color: #DDDDDD;
    -webkit-transform: rotate(33deg);
    transform: rotate(33deg);
}

.top_single .section_title_s,
.top_faq .section_title_s,
.top_recruit .section_title_s {
    display: none;
}

/* PC_header */
.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.header .wrap {
    width: 90%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header a .logo {
    margin: 39.8px 0;
    width: 200px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header .button_block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: fixed;
    top: 30px;
    right: 35px;
}

.menu {
    background-color: #fff;
    z-index: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
}

.nav {
    padding: 30px 30px 50px 20px;
    /* border-left: 1px solid #DDDDDD; */
    position: sticky;
    top: 120px;
}

.menu::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: #ddd;
}

.nav .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.nav .item:not(:first-of-type) {
    margin-top: 28px;
}

/* .nav .item:nth-of-type(6) {
    margin-top: max(1.4vw, 20px);
} */

.nav .item::before {
    content: "";
    display: inline-block;
    width: max(1vw, 17px);
    aspect-ratio: 5 / 6;
    min-width: 0;
    background: url(/wp-content/themes/wp-openlogi/recruit/image/deco_subtitle.png) no-repeat center center/contain;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.nav .item.link_current::before {
    opacity: 1;
    visibility: visible;
}

.nav .item a {
    font-family: "Helvetica-Bold", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nav .item .item_child {
    font-family: "Helvetica", sans-serif;
    font-size: max(0.9vw, 13px);
    font-weight: 400;
    color: #616161;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: max(0.35vw, 5px);
}

.nav .item .item_child::before {
    content: "";
    display: inline-block;
    width: max(0.4vw, 6px);
    height: 1px;
    background-color: #616161;
    visibility: visible;
    opacity: 1;
}

.nav .item.link_current a {
    color: #036EB7;
}

/* PC_メインビュー */
.top_mv {
    overflow: hidden;
}

.top_mv .title_block {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
    border-radius: 15px;
    width: 100%;
}

.top_mv .wrap {
    padding: 20vw 0 90px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: max(4.2vw, 60px);
    width: 1020px;
}

.top_mv .scroll_down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: max(1.9vw, 27px);
}

.top_mv .scroll_down .text {
    font-family: "Helvetica", sans-serif;
    font-weight: 400;
    font-size: max(0.95vw, 14px);
    color: #616161;
    white-space: nowrap;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_mv .scroll_down .down_circle {
    width: max(7vw, 100px);
    height: max(7vw, 100px);
    border-radius: 50%;
    border: 1px solid #616161;
    background-color: transparent;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.top_mv .scroll_down .down_circle::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #036EB7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: transform ease 0.3s, opacity 0.3s;
    transition: transform ease 0.3s, opacity 0.3s, -webkit-transform ease 0.3s;
}

.top_mv .scroll_down .down_arrow {
    width: max(1.25vw, 18px);
    height: max(1.4vw, 20px);
    background: url(/wp-content/themes/wp-openlogi/recruit/image/arrow_down_black.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top_mv .scroll_down .down_arrow::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/wp-openlogi/recruit/image/arrow_down_white.svg) no-repeat center center/contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: transform ease 0.3s, opacity 0.3s;
    transition: transform ease 0.3s, opacity 0.3s, -webkit-transform ease 0.3s;
}

.top_mv .title {
    font-family: "Helvetica", sans-serif;
    font-size: max(7.2vw, 104px);
    font-weight: 400;
    line-height: 1;
}

.top_mv .text {
    margin-top: max(2.2vw, 32px);
    font-size: max(1.1vw, 16px);
    line-height: 1.8;
}

.top_mv .main_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_mv .line_animation.blue {
    width: 1454.9px;
    position: absolute;
    top: -160.1px;
    left: -85.9px;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_mv .line_animation.blue svg {
    width: 100%;
    aspect-ratio: 1454.9/1312.3;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_mv .line_animation.beige {
    width: 1677px;
    position: absolute;
    top: -49px;
    left: -85px;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_mv .line_animation.beige svg {
    width: 100%;
    aspect-ratio: 1678/906;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_mv .line_animation {
    opacity: 0;
}

.sections_bg_upper {
    background: url(/wp-content/themes/wp-openlogi/recruit/image/sections_bg_upper.png) no-repeat center top 200px/100%;
    position: relative;
    z-index: 0;
}

/* PC_Introduction */
.top_introduction {
    margin-top: 20vw;
}

.top_introduction .wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_introduction .text_block {
    max-width: 590px;
}

.top_introduction .text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.top_introduction .text_block+.text_block {
    margin-top: 43px;
}

.top_introduction .img {
    width: 352px;
    position: relative;
    top: 0;
    z-index: -2;
}

.top_introduction .img img {
    width: 100%;
    aspect-ratio: 352/515;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.top_introduction .img::before {
    content: "";
    width: 120px;
    height: 120px;
    background: url(/wp-content/themes/wp-openlogi/recruit/image/deco_img.svg) no-repeat center center/contain;
    position: absolute;
    bottom: -30px;
    right: -30px;
}

/* PC_Story */
.top_story {
    margin-top: 90px;
}

.top_story .contents_wrap {
    margin-top: 17px;
}

.top_story .story_title {
    max-width: 480px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.7;
}

.top_story .text_block {
    margin-top: 4px;
    max-width: 515px;
    font-size: 16px;
    line-height: 2;
}

.top_story .text_block .text+.text {
    margin-top: 1em;
}

.top_story .button_more {
    margin-top: 32px;
}

.top_story .button_more button {
    display: block;
    width: 100%;
    padding: 15px 14px 15px 55px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #036EB7;
    font-family: "Helvetica-Bold", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #036EB7;
}

.top_story .button_more button .button_text {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

/* PC_story_modal */
.story_modal {
    padding: 70px 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(97, 97, 97, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    z-index: 5;
    display: none;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.story_modal .wrap {
    padding: 50px 50px 43px;
    max-width: 800px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

.story_modal .close_button {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.story_modal .img {
    width: 100%;
}

.story_modal .img img {
    width: 100%;
    aspect-ratio: 700/250;
    -o-object-fit: cover;
    object-fit: cover;
}

.story_modal .section_subtitle_s {
    margin-top: 40px;
    font-weight: 500;
}

.story_modal .title {
    margin-top: 17px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

.story_modal .text {
    margin-top: 22px;
    font-size: 16px;
    line-height: 2;
}

.story_modal .text+.text {
    margin-top: 30px;
}

.story_modal .button {
    margin: 30px auto 0;
    width: 280px;
}

.story_modal .button button {
    display: block;
    width: 100%;
    padding: 17.8px 14px 17.8px 55px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #036EB7;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #036EB7;
    text-transform: capitalize;
}

.story_modal .button button .button_text {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.story_modal .button::after {
    width: 20px;
    height: 20.33px;
    background: url(/wp-content/themes/wp-openlogi/recruit/image/icon_home.svg) no-repeat center center/contain;
}

/* PC_Product */
.top_product {
    margin-top: 165px;
}

.top_product .wrap {
    padding: 0 80px 75px;
    width: 1120px;
    background: #f5f5f5 url(/wp-content/themes/wp-openlogi/recruit/image/product_bg.png) no-repeat center bottom/100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
}

.top_product .text_block {
    margin-bottom: 17px;
    max-width: 500px;
    padding-top: 64px;
}

.top_product .section_title_m {
    margin-top: 16px;
}

.top_product .text {
    margin-top: 18px;
    line-height: 2;
}

.top_product .note {
    margin-top: .8em;
    font-size: .9em;
}

.top_product .button_more {
    margin-top: 30px;
}

.top_product .button_more::before {
    background: url(/wp-content/themes/wp-openlogi/recruit/image/icon_more02.svg) no-repeat center center/contain;
}

.top_product .button_more::after {
    background: url(/wp-content/themes/wp-openlogi/recruit/image/icon_more02_after.svg) no-repeat center center/contain;
}

.top_product .img {
    margin-top: -50px;
    width: 420px;
    overflow: hidden;
    position: relative;
    top: 0;
}

.top_product .img img {
    width: 100%;
    aspect-ratio: 420/595;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

/* PC_Mission, Vision */
.sections_bg_lower {
    background: url(/wp-content/themes/wp-openlogi/recruit/image/sections_bg_lower.png) no-repeat center top 30px/100%;
}

.top_mission_vision {
    padding-top: 70px;
}

.top_mission_vision .wrap {
    padding-bottom: 58px;
    border-bottom: 1px solid #DDDDDD;
}

.top_mission_vision .contents_wrap {
    padding: 20px;
    max-width: 500px;
}

.top_mission_vision .section_title_m {
    margin-top: 20px;
}

/* PC_Value */
.top_value {
    margin-top: 50px;
}

.top_value .text_block {
    padding: 20px;
    /* max-width: 500px; */
}

.top_value .section_title_m {
    margin-top: 30px;
}

.top_value .text {
    margin-top: 12px;
    line-height: 2;
    font-size: 16px;
}

.top_value .img {
    padding: 28px 20px;
    max-width: 500px;
}

.top_value .img img {
    aspect-ratio: 460/400;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.top_value .list {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px 40px;
}

.top_value .item {
    padding: 20px;
}

.top_value .item .title {
    font-size: 22px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.top_value .item .title .order {
    display: inline-block;
    padding: 6px;
    width: 60px;
    border-radius: 100vh;
    background-color: #F5F5F5;
    font-family: "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #616161;
    text-align: center;
}

.top_value .item .text {
    margin-top: 12px;
    line-height: 1.6;
    color: #616161;
}

/* PC_Game Changers */
.top_single {
    margin-top: 70px;
}

.top_single .wrap {
    width: 1040px;
}

.top_single .title_block {
    padding-left: 7px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 28px;
}

.section_subtitle_l {
    color: #036EB7;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

.section_subtitle_l .letter {
    display: inline;
}

.section_subtitle_l .size {
    color: #000;
    font-size: .8em;
    margin-left: 0.5em;
}

.top_single .list {
    margin: 40px 10px 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.top_game.top_single .list {
    display: flex;
    overflow: scroll;
}

.top_game.top_single .list .item {
    width: 340px;
    flex-shrink: 0;
}

.top_single .item:not(:first-of-type) {
    border-left: 1px solid #DDDDDD;
}

.top_single .item a {
    padding: 20px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
}

.top_single .item a .img {
    width: 100%;
}

.top_single .item a .img img {
    width: 100%;
    aspect-ratio: 300/160;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_single .item a .title {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    /* overflow: hidden; */
}

.top_single .item a .date_block {
    margin-top: 10px;
    font-family: "Helvetica", sans-serif;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.top_single .item a .link_circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #616161;
    background-color: #fff;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.top_single .item a .link_circle::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #036EB7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: transform ease 0.3s, opacity 0.3s;
    transition: transform ease 0.3s, opacity 0.3s, -webkit-transform ease 0.3s;
}

.top_single .item a .link_arrow {
    width: 11.7px;
    height: 11.7px;
    background: url(/wp-content/themes/wp-openlogi/recruit/image/icon_link_arrow.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top_single .item a .link_arrow::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/wp-openlogi/recruit/image/icon_link_arrow_after.svg) no-repeat center center/contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: opacity 0.3s, -webkit-transform ease 0.3s;
    transition: transform ease 0.3s, opacity 0.3s;
    transition: transform ease 0.3s, opacity 0.3s, -webkit-transform ease 0.3s;
}

/* PC_Culture */
.top_culture {
    margin-top: 90px;
}

.top_culture .list {
    margin: 55px 10px 10px;
}

/* PC_Q&A */
.top_faq {
    margin-top: 15px;
    padding: 90px 0 100px;
    background: url(/wp-content/themes/wp-openlogi/recruit/image/faq_bg.png) no-repeat center top/100%;
}

.top_faq .title_block {
    padding-left: 7px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 28px;
}

.top_faq .list {
    margin-top: 50px;
}

.top_faq .item {
    padding: 24px 35px;
    min-height: 100px;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top_faq .item+.item {
    margin-top: 20px;
}

.top_faq .question_wrap {
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_faq .question_wrap::after {
    content: "";
    display: inline-block;
    margin-left: auto;
    width: 35px;
    height: 37px;
    background: url(/wp-content/themes/wp-openlogi/recruit/image/arrow_down_blue.svg) no-repeat center center/contain;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.top_faq .question_wrap.nowOpen::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.top_faq .question_heading {
    padding-left: 9px;
    min-width: 49px;
    display: inline-block;
    font-family: "Helvetica", sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    color: #036EB7;
}

.top_faq .question_contents {
    max-width: 795px;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.top_faq .answer_wrap {
    margin-top: 20px;
    padding-top: 23px;
    border-top: 1px solid #DDDDDD;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.top_faq .answer_heading {
    padding-left: 9px;
    min-width: 49px;
    display: inline-block;
    font-family: "Helvetica", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    color: #5DB6E7;
}

.top_faq .answer_contents {
    padding-top: 6px;
    max-width: 795px;
    font-size: 16px;
}

.top_faq .closeBtnHat {
    display: none;
}

/* PC_Recruit */
.top_recruit {
    padding: 100px 0;
    background: url(/wp-content/themes/wp-openlogi/recruit/image/recruit_bg.png) no-repeat center center/cover;
    margin-top: 100px;
}

.top_recruit .title_block {
    padding-left: 7px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 28px;
}

.top_recruit .button_list {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
}

/* PC_Recruit */
.top_banner {
    margin-top: -287px;
    padding-bottom: 170px;
}

.top_banner .banner {
    width: 100%;
}

.top_banner .banner iframe {
    width: 100%;
    aspect-ratio: 1020/574;
    -o-object-fit: cover;
    object-fit: cover;
}

/* PC_footer */
.footer {
    width: 100%;
    text-align: center;
}

.footer .logo {
    margin: 0 auto;
    width: 300px;
}

.footer .message {
    margin-top: 48px;
    font-family: "Helvetica", sans-serif;
    font-size: 40px;
    font-weight: 400;
}

.footer .text {
    margin-top: 7px;
    font-size: 13px;
    line-height: 2;
}

.footer .button_block {
    margin-top: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.footer .footer_bottom {
    margin-top: 100px;
    font-family: "Helvetica", sans-serif;
    font-weight: 400;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer .copyright {
    margin-top: 55px;
    display: inline-block;
    font-size: 12px;
}

.footer .page_top {
    margin-left: 50px;
    width: 62px;
    height: 130px;
}

.footer .bottom_link {
    margin-top: 55px;
    font-size: 12px;
    gap: 40px;
}

.footer .bottom_link a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top_document {
    margin-top: 0;
}

.top_document .section_subtitle_s {
    color: #333333;
    /* text-align: center; */
    /* justify-content: center; */
}

.top_document .wrap {
    /* background: rgba(255, 255, 255, 0.7); */
    /* padding: 50px; */
    /* border-radius: 15px; */
    /* border: 2px solid #046eb8; */
}

.top_document .doc_tab_area {
    display: flex;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 3px solid #ccc;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}

.top_document .doc_tab_area .doc_tab {
    font-size: 16px;
    padding: 1em;
    cursor: pointer;
    font-weight: 700;
    transition: .3s;
    position: relative;
}

.top_document .doc_tab_area .doc_tab::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: transparent;
    transition: .3s;
}

.top_document .doc_tab_area .doc_tab:hover,
.top_document .doc_tab_area .doc_tab.active {
    color: #036EB7;
}

.top_document .doc_tab_area .doc_tab:hover::after,
.top_document .doc_tab_area .doc_tab.active::after {
    background-color: #036EB7;
}

.top_document .doc_panel_area .doc_panel {
    display: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 40px;
}

.top_document .doc_panel_area .doc_panel.active {
    display: block;
}

.top_document .doc_panel_area .doc_panel iframe {
    width: 100%;
    aspect-ratio: 1020 / 574;
    -o-object-fit: cover;
    object-fit: cover;
}

.nav .menu_logo {
    display: block;
    width: 250px;
    margin-top: 40px;
    transition: .3s;
    margin-left: 15px;
}

.nav .menu_logo:hover {
    opacity: .8;
}

.nav .menu_logo img {
    width: 100%;
}

@media (hover: hover) {

    .header a:hover .logo {
        opacity: 0.7;
    }

    .button:hover::before {
        -webkit-transform: translate(150px, -50%);
        transform: translate(150px, -50%);
    }

    .button:hover::after {
        visibility: visible;
        opacity: 1;
    }

    .button:hover a .button_text,
    .button:hover button .button_text {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }

    .button_more:hover::before {
        -webkit-transform: translate(220px, -50%);
        transform: translate(220px, -50%);
    }

    .button_more:hover::after {
        visibility: visible;
        opacity: 1;
    }

    .button_more:hover a .button_text,
    .button_more:hover button .button_text {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }

    .button_recruit a:hover {
        color: #036EB7;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    }

    .button_recruit a:hover .link_circle {
        border-color: transparent;
        background-color: transparent;
    }

    .button_recruit a:hover .link_circle::before {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .button_recruit a:hover .link_arrow::before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .button_recruit a:hover:first-child .en {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .button_recruit a:hover:first-child .en::before {
        opacity: 1;
        visibility: visible;
    }

    .nav .item a:hover {
        color: #036EB7;
    }

    .scroll_down:hover .text {
        color: #036EB7;
    }

    .scroll_down:hover .down_circle {
        border-color: transparent;
        background-color: transparent;
    }

    .scroll_down:hover .down_circle::before {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .scroll_down:hover .down_arrow::before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .story_modal .button:hover::before {
        -webkit-transform: translate(220px, -50%);
        transform: translate(220px, -50%);
    }

    .top_single .item a:hover {
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    }

    .top_single .item a:hover .title {
        color: #036EB7;
    }

    .top_single .item a:hover .link_circle {
        border-color: transparent;
        background-color: transparent;
    }

    .top_single .item a:hover .link_circle::before {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .top_single .item a:hover .link_arrow::before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .top_faq .question_wrap:hover {
        opacity: 0.7;
    }

    .footer a:hover .logo {
        opacity: 0.7;
    }

    .footer .bottom_link a:hover {
        opacity: 0.7;
    }

}

@media (min-width: 1441px) {

    .top_wrapper {
        grid-template-columns: 1fr 335px;
    }

    .top_mv .main_img {
        width: 100%;
    }

    .top_mv .wrap {
        padding: 15vw 0 4vw;
        width: 1120px;
    }

    .top_introduction {
        margin-top: 20vw;
    }

    nav#sp_menu_content.globalMenuSp {
        transition: 0s;
    }

}

@media (min-width: 750px) and (max-width: 1340px) {

    body {
        min-width: unset;
    }

    .top_wrapper {
        grid-template-columns: 100% 0;
    }

    .top_wrapper .menu {
        display: none;
    }

    .header .button_block {
        right: 150px;
    }

    header#sp_header .hamburger {
        display: block;
        position: fixed;
        right: 30px;
        top: 0px;
        width: 80px;
        height: 80px;
        margin-top: 20px;
        z-index: 9999;
    }

    .header .button_block {
        right: 150px;
    }

    header#sp_header .hamburger span:nth-child(1) {
        top: 30px;
    }

    header#sp_header .hamburger span {
        left: 20px;
        width: 40px;
    }

    header#sp_header .hamburger span:nth-child(2) {
        top: 50px;
    }

    nav#sp_menu_content.globalMenuSp {
        width: 380px;
        margin-left: auto;
        left: auto;
        right: 0;
        padding: 120px 0 80px;
    }

    header#sp_header .hamburger.active span:nth-child(1),
    header#sp_header .hamburger.active span:nth-child(2) {
        top: 40px;
    }

    nav#sp_menu_content.globalMenuSp .list .item a {
        font-size: 22px;
    }

    nav#sp_menu_content.globalMenuSp .list .item:nth-of-type(6) a {
        margin-top: 20px;
    }

    nav#sp_menu_content.globalMenuSp .list .item .item_child {
        font-size: 18px;
        gap: 20px;
    }

    nav#sp_menu_content.globalMenuSp .list .item:not(:first-of-type) a {
        margin-top: 30px;
    }

    nav#sp_menu_content.globalMenuSp .button_block {
        margin-top: 30px;
        padding: 0 50px;
    }

    nav#sp_menu_content.globalMenuSp .menu_logo {
        margin-top: 30px;
        padding: 0 50px;
        display: block;
    }

    nav#sp_menu_content.globalMenuSp .list {
        width: 100%;
        padding: 0 50px;
    }

    nav#sp_menu_content.globalMenuSp .button_block .button {
        width: 100%;
    }

    nav#sp_menu_content.globalMenuSp .button a {
        padding: 20px 30px 20px 60px;
    }

    nav#sp_menu_content.globalMenuSp .button_block .button+.button {
        margin-top: 10px;
    }

    nav#sp_menu_content.globalMenuSp .nav_bottom {
        margin-top: 30px;
        padding: 0 50px;
    }

    nav#sp_menu_content.globalMenuSp .bottom_link {
        font-size: 14px;
        gap: 30px;
    }

}

@media (min-width: 750px) and (max-width: 1120px) {

    body {
        min-width: unset;
    }

    .wrap,
    .top_mv .wrap {
        width: 90%;
    }

    .button_recruit {
        width: 100%;
    }

    .top_recruit .button_list {
        grid-template-columns: repeat(1, 1fr);
    }

    .top_mv .title {
        font-size: 11vw;
    }

    .top_introduction .img {
        width: 30%;
    }

    .top_introduction .text_wrap {
        width: 65%;
    }

    .top_introduction .text {
        font-size: 20px;
    }

    .top_story .story_title {
        max-width: 100%;
        font-size: 32px;
    }

    .top_story .text_block {
        max-width: 100%;
    }

    .top_mission_vision .contents_wrap {
        max-width: 100%;
        width: 100%;
        padding: 20px 0;
    }

    .top_value .item .title {
        font-size: 24px;
    }

    .top_value .list {
        gap: 30px;
    }

    .top_value .item {
        padding: 0;
    }

    .top_value .text_block {
        padding: 0 0 20px;
        max-width: 100%;
    }

    .top_value .img {
        padding: 0 0 30px;
    }

    .top_single .wrap {
        width: 90%;
    }

}

@media (max-width: 750px) {

    body {
        font-size: 3.6vw;
        padding-top: 0;
        min-width: unset;
    }

    .wrap {
        max-width: 90%;
    }

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

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

    /* SPヘッダー */
    #sp_header {
        padding: 0 5.1vw;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        /* box-shadow: 1px 1px #ccc; */
        z-index: 17;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    #sp_header a {
        margin: 5.1vw 0;
        display: block;
    }

    #sp_header .logo {
        width: 38.5vw;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding: 25vw 0 20vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.6vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .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: 0.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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        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固定ページ 個人情報保護方針 */
    .page_privacy .main_text {
        font-size: 3.5vw;
    }

    .page_privacy dl {
        margin-bottom: 10vw;
    }

    .page_privacy dl dt {
        font-size: 4vw;
    }

    .page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

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

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

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

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

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP固定ページ サイトマップ */
    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;
    }

    /* ○○様サイト SP版追加CSS */
    a[href^="tel:"] {
        pointer-events: auto;
    }

    /* 共通設定 */
    body {
        min-width: initial;
    }

    .wrap {
        max-width: 90%;
        width: initial;
    }

    .wrap.top_page {
        max-width: 100%;
    }

    .top_wrapper {
        display: block;
        width: initial;
    }

    .top_main {
        margin-top: 0;
    }

    /* 共通パーツ */
    .button {
        margin: 0 auto;
        width: 89.7vw;
    }

    .button a {
        padding: 3.8vw 7.7vw 3.8vw 16.4vw;
        border-radius: 0.5vw;
        font-size: 3.6vw;
        font-weight: 500;
    }

    .button::before,
    .button::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .button::before {
        width: 7.7vw;
        height: 7.7vw;
        left: initial;
        right: 7.7vw;
    }

    .button::after {
        width: 4.6vw;
        height: 5.6vw;
        left: 7.7vw;
        visibility: visible;
        opacity: 1;
    }

    .button.contact a {
        margin-top: 2.6vw;
    }

    .button.contact::after {
        width: 5.6vw;
        height: 4.6vw;
    }

    .button_more {
        width: 71.8vw;
    }

    .button_more a {
        padding: 3.8vw 3.8vw 3.8vw 14.1vw;
        /* border-radius: 100vh; */
        font-size: 3.6vw;
    }

    .button_more::before {
        width: 7.7vw;
        height: 7.7vw;
        background: url(/wp-content/themes/wp-openlogi/recruit/image/arrow_blue.svg) no-repeat center center/contain;
        left: initial;
        right: 3.8vw;
    }

    .button_more::after {
        width: 5.1vw;
        height: 5.1vw;
        left: 5.1vw;
        visibility: visible;
        opacity: 1;
    }

    .button_recruit {
        width: 100%;
    }

    .button_recruit a {
        padding: 20.3px 20px;
        border-bottom: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .button_recruit a .en {
        font-size: 5.1vw;
        line-height: 1.3;
        -webkit-transform: initial;
        transform: initial;
    }

    .button_recruit a .jp {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 3.6vw;
        font-weight: 500;
    }

    .button_recruit a .link_circle {
        width: 10.3vw;
        height: 10.3vw;
        border: none;
        background-color: #036EB7;
    }

    .button_recruit a .link_circle::before {
        content: initial;
    }

    .button_recruit a .link_arrow {
        width: 2.6vw;
        height: 2.6vw;
        background: url(/wp-content/themes/wp-openlogi/recruit/image/icon_link_arrow_after.svg) no-repeat center center/contain;
    }

    .button_recruit a .link_arrow::before {
        content: initial;
    }

    .button_recruit:first-of-type a,
    .button_recruit:nth-of-type(2) a {
        border-top: none;
    }

    .button_recruit .en::before {
        content: initial;
    }

    .button_recruit:first-child .en::after {
        content: initial;
    }

    .button_recruit:nth-child(2) .en::after {
        content: initial;
    }

    .button_recruit:nth-child(3) .en::after {
        content: initial;
    }

    .button_recruit:nth-child(4) .en::after {
        content: initial;
    }

    .button_recruit:nth-child(5) .en::after {
        content: initial;
    }

    .button_recruit:nth-child(6) .en::after {
        content: initial;
    }

    .button_recruit a::before {
        content: "";
        display: inline-block;
        width: 23.1vw;
        height: 15.4vw;
        margin-right: 15px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .button_recruit:first-child a::before {
        background: url(/wp-content/themes/wp-openlogi/recruit/image/recruit_img01.jpg) no-repeat center center/contain;
    }

    .button_recruit:nth-child(2) a::before {
        background: url(/wp-content/themes/wp-openlogi/recruit/image/recruit_img02.jpg) no-repeat center center/contain;
    }

    .button_recruit:nth-child(3) a::before {
        background: url(/wp-content/themes/wp-openlogi/recruit/image/recruit_img03.jpg) no-repeat center center/contain;
    }

    .button_recruit:nth-child(4) a::before {
        background: url(/wp-content/themes/wp-openlogi/recruit/image/recruit_img04.jpg) no-repeat center center/contain;
    }

    .button_recruit:nth-child(5) a::before {
        background: url(/wp-content/themes/wp-openlogi/recruit/image/recruit_img05.jpg) no-repeat center center/contain;
    }

    .button_recruit:nth-child(6) a::before {
        background: url(/wp-content/themes/wp-openlogi/recruit/image/recruit_img06.jpg) no-repeat center center/contain;
    }

    .section_subtitle_s {
        font-size: 6vw;
        gap: 2.6vw;
    }

    .top_document .section_subtitle_s {
        justify-content: flex-start;
    }

    .section_subtitle_s::before {
        width: 3.5vw;
    }

    .section_subtitle_m {
        font-size: 6vw;
    }

    .section_subtitle_m::before {
        width: 3.5vw;
    }

    .section_subtitle_m::after {
        margin-left: 4vw;
    }

    .section_title_m {
        margin-top: 3.6vw;
        font-size: 5.1vw;
        line-height: 1.5;
    }

    .section_title_s {
        margin-left: 1.6vw;
        gap: 4.4vw;
    }

    /* SP_メインビュー */
    .top_mv {
        position: relative;
    }

    .top_mv .wrap {
        padding: 47vw 0 10vw;
        max-width: 90%;
        width: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        gap: 4.4vw;
    }

    .top_mv .scroll_down {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 4.4vw;
    }

    .top_mv .scroll_down .text {
        margin-left: 3.3vw;
        font-size: 3.3vw;
        color: #036EB7;
    }

    .top_mv .scroll_down .down_circle {
        width: 12.8vw;
        height: 12.8vw;
        border: none;
        background-color: #036EB7;
    }

    .top_mv .scroll_down .down_arrow {
        width: 2.6vw;
        height: 3.1vw;
        background: url(/wp-content/themes/wp-openlogi/recruit/image/arrow_down_white.svg) no-repeat center center/contain;
    }

    .top_mv .title {
        font-size: 12.3vw;
        line-height: 1.1;
    }

    .top_mv .text {
        margin-top: 5.9vw;
        font-size: 3.6vw;
        line-height: 1.8;
    }

    .top_mv .main_img {
        width: 100%;
        top: -30.5vw;
    }

    .top_mv .line_animation.blue {
        width: 186.4vw;
        top: -20.5vw;
        left: -14.1vw;
    }

    .top_mv .line_animation.beige {
        width: 221.5vw;
        top: -6.9vw;
        left: -14.2vw;
    }

    .sections_bg_upper {
        background: url(/wp-content/themes/wp-openlogi/recruit/image/sections_bg_upper_sp.png) no-repeat center top 190px/100%;
    }

    /* SP_Introduction */
    .top_introduction {
        margin-top: 13vw;
    }

    .top_introduction .wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12.1vw;
    }

    .top_introduction .text_wrap {
        width: 100%;
    }

    .top_introduction .section_subtitle_s {
        margin-block: 0 2.5vw;
    }

    .top_introduction .text_block {
        width: 100%;
        max-width: initial;
    }

    .top_introduction .text {
        font-size: 4.1vw;
        line-height: 1.8;
    }

    .top_introduction .text_block+.text_block {
        margin-top: 7.4vw;
    }

    .top_introduction .img {
        width: 100%;
    }

    .top_introduction .img img {
        aspect-ratio: 350/280;
    }

    .top_introduction .img::before {
        width: 15.4vw;
        height: 15.4vw;
        bottom: -2.6vw;
        right: -2.6vw;
    }

    /* SP_Story */
    .top_story {
        margin-top: 14.6vw;
    }

    .top_story .contents_wrap {
        margin-top: 3.5vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3.1vw;
    }

    .top_story .story_title {
        max-width: initial;
        font-size: 5.8vw;
        line-height: 1.8;
    }

    .top_story .text_block {
        max-width: initial;
        font-size: 3.6vw;
    }

    .top_story .button_more {
        margin-top: 5vw;
    }

    .top_story .button_more button {
        padding: 3.8vw 3.8vw 3.8vw 14.1vw;
        border-radius: 100vh;
        font-size: 3.6vw;
    }

    /* SP_story_modal */
    .story_modal {
        padding: 10.3vw 5.1vw;
    }

    .story_modal .wrap {
        padding: 7.7vw 5.1vw;
    }

    .story_modal .close_button {
        width: 15.4vw;
        height: 15.4vw;
        -webkit-transform: translate(25%, -60%);
        transform: translate(25%, -60%);
    }

    .story_modal .img img {
        aspect-ratio: 700/250;
    }

    .story_modal .section_subtitle_s {
        margin-top: 6.4vw;
    }

    .story_modal .title {
        margin-top: 2.6vw;
        font-size: 5.1vw;
    }

    .story_modal .text {
        margin-top: 4.6vw;
        font-size: 3.6vw;
    }

    .story_modal .text+.text {
        margin-top: 5.1vw;
    }

    .story_modal .button {
        margin: 5.1vw auto 0;
        width: 71.8vw;
    }

    .story_modal .button button {
        padding: 3.8vw 3.8vw 3.8vw 14.1vw;
        border-radius: 100vh;
        font-size: 3.6vw;
    }

    .story_modal .button::after {
        width: 5.1vw;
        height: 5.1vw;
    }

    /* SP_Product */
    .top_product {
        margin-top: 52.5vw;
    }

    .top_product .wrap {
        padding: 0 5vw 11.2vw;
        width: initial;
        max-width: 100%;
        background: #f5f5f5 url(/wp-content/themes/wp-openlogi/recruit/image/product_bg_sp.png) no-repeat center bottom/100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .top_product .text_block {
        max-width: 100%;
        padding: 8vw 0 0;
        width: 100%;
    }

    .top_product .section_title_m {
        margin-top: 3.6vw;
    }

    .top_product .text {
        margin-top: 4.6vw;
    }

    .top_product .note {
        text-align: left;
    }

    .top_product .button_more {
        margin: 5.1vw 0 0;
    }

    .top_product .button_more a {
        display: block;
        line-height: 2;
    }

    .top_product .img {
        margin-top: -37.2vw;
        width: 89.7vw;
    }

    .top_product .img img {
        aspect-ratio: 350/390;
    }

    /* SP_Mission, Vision */
    .sections_bg_lower {
        background: url(/wp-content/themes/wp-openlogi/recruit/image/sections_bg_lower_sp.png) no-repeat center top -7vw/100%;
    }

    .top_mission_vision {
        margin-top: 7vw;
        padding-top: 1.8vw;
    }

    .top_mission_vision .wrap {
        padding-bottom: 0.5vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .top_mission_vision .contents_wrap {
        padding: 6.9vw 2.6vw;
        max-width: initial;
    }

    .top_mission_vision .contents_wrap+.contents_wrap {
        border-top: 1px solid #DDDDDD;
    }

    .top_mission_vision .section_title_m {
        margin-top: 2.9vw;
        line-height: 1.6;
    }

    /* SP_Value */
    .top_value {
        margin-top: 1px;
    }

    .top_value .contents_wrap {
        padding: 6.9vw 2.6vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 6.5vw;
    }

    .top_value .text_block,
    .top_value .img {
        padding: 0;
        max-width: initial;
    }

    .top_value .img {
        position: relative;
    }

    .top_value .img img {
        aspect-ratio: 330/310;
    }

    .top_value .img::before {
        content: "";
        width: 10.3vw;
        height: 10.3vw;
        background: url(/wp-content/themes/wp-openlogi/recruit/image/deco_value_img.svg) no-repeat center center/cover;
        position: absolute;
        bottom: -6.6vw;
        right: -5.1vw;
    }

    .top_value .section_title_m {
        margin-top: 2.2vw;
    }

    .top_value .text {
        margin-top: 2.5vw;
        line-height: 1.8;
        font-size: 3.8vw;
    }


    .top_value .list {
        margin-top: 1.1vw;
        grid-template-columns: 1fr;
        gap: 2.7vw;
    }

    .top_value .item {
        padding: 2.3vw 3vw;
    }

    .top_value .item .title {
        font-size: 4.1vw;
        gap: 2.6vw;
    }

    .top_value .item .title .order {
        padding: 1.4vw;
        width: 15.4vw;
        font-size: 3.3vw;
    }

    .top_value .item .text {
        margin-top: 2.3vw;
        font-size: 3.3vw;
        line-height: 1.6;
    }

    /* SP_Game Changers */
    .top_game {
        margin-top: 17vw;
    }

    .top_single .wrap {
        max-width: 100%;
    }

    .top_single .title_block {
        margin: 0 auto;
        padding-left: 0;
        width: 90vw;
        gap: 2.1vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .section_subtitle_l {
        font-size: 6vw;
    }

    .top_single .list_wrap {
        overflow-x: auto;
    }

    .top_single .list {
        margin: 5.6vw 0 2.6vw;
        width: 100%;
        grid-template-columns: 1fr;
        gap: 7vw;
    }

    .top_game.top_single .list {
        display: grid;
    }

    .top_game.top_single .list .item {
        width: 100%;
        flex-shrink: 0;
    }

    .top_game .button_more {
        margin: 8vw auto;
    }

    #top_blog.top_single .list {}

    .top_single .item a {
        padding: 0 5.1vw;
    }

    .top_single .item a .img img {
        aspect-ratio: 270/144;
    }

    .top_single .item a .title {
        margin-top: 4.1vw;
        font-size: 4.1vw;
    }

    .top_single .item a .date_block {
        margin-top: 2.6vw;
    }

    .top_single .item a .date_block::after {
        width: 7.7vw;
        height: 7.7vw;
    }

    .top_single .scroll-hint-icon {
        top: calc(50% - 52px);
        left: calc(50% - 90px);
        width: 180px;
        height: 117px;
        background: rgba(48, 45, 44, 0.8);
    }

    .top_single .scroll-hint-text {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        margin-top: 7px;
    }

    .top_single .scroll-hint-icon:before {
        width: 35.7px;
        height: 50.4px;
        background: url(/wp-content/themes/wp-openlogi/recruit/image/ico_scrollhint.svg) no-repeat center center/contain;
    }

    .top_single .scroll-hint-icon:after {
        content: initial;
    }

    /* SP_Culture */
    .top_culture {
        margin-top: 14.5vw;
        padding-bottom: 10vw;
    }

    /* SP_Q&A */
    .top_faq {
        margin-top: 12.2vw;
        padding: 0 0 12vw;
        background: url(/wp-content/themes/wp-openlogi/recruit/image/faq_bg_sp.png) no-repeat center top 10px/100%;
    }

    .top_faq .title_block {
        padding-left: 0;
        gap: 2.1vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .top_faq .list {
        margin-top: 5.1vw;
    }

    .top_faq .item {
        padding: 5.6vw 2.6vw;
    }

    .top_faq .item+.item {
        margin-top: 2.6vw;
    }

    .top_faq .question_wrap {
        padding-right: 2.6vw;
    }

    .top_faq .question_wrap::after {
        width: 7.7vw;
        height: 7.7vw;
    }

    .top_faq .question_heading {
        padding-left: 2.6vw;
        min-width: 10vw;
        font-size: 6.2vw;
    }

    .top_faq .question_contents {
        font-size: 3.6vw;
        line-height: 1.8;
    }

    .top_faq .answer_wrap {
        margin-top: 4.7vw;
        padding-top: 2.8vw;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .top_faq .answer_heading {
        padding-left: 2.6vw;
        min-width: 10vw;
        font-size: 6.2vw;
    }

    .top_faq .answer_contents {
        font-size: 3.6vw;
        line-height: 1.8;
    }

    /* SP_Recruit */
    .top_recruit {
        margin-top: 12vw;
        padding: 14vw 0 20vw;
        background: url(/wp-content/themes/wp-openlogi/recruit/image/recruit_bg_sp.png) no-repeat center top/100%;
    }

    .top_recruit .title_block {
        padding-left: 0;
        gap: 2.1vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .top_recruit .button_list {
        margin-top: 5.9vw;
        background-color: #fff;
        grid-template-columns: 1fr;
    }

    /* SP_banner */
    .top_banner {
        margin-top: -25.8vw;
        padding-bottom: 20vw;
    }

    /* SP_footer */
    .footer {
        padding-bottom: 27vw;
    }

    .footer .logo {
        width: 64.1vw;
    }

    .footer .message {
        margin-top: 8.2vw;
        font-size: 6.2vw;
    }

    .footer .text {
        margin-top: 1.4vw;
        font-size: 3.1vw;
        line-height: 1.8;
    }

    .footer .button_block {
        margin-top: 8vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.6vw;
    }

    .footer .button {
        width: 64.1vw;
        text-align: left;
    }

    .footer .button::before {
        right: 3.8vw;
    }

    .footer .button a {
        padding: 4.6vw 3.8vw 4.6vw 14.1vw;
    }

    .footer .button.contact a {
        margin-top: 0;
    }

    .footer .button::after {
        left: 5.4vw;
    }

    .footer .footer_bottom {
        margin-top: 17.9vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        position: relative;
    }

    .footer .copyright {
        margin-top: 1.4vw;
        font-size: 3.1vw;
        text-align: left;
    }

    .footer .page_top {
        width: 12.8vw;
        height: 12.8vw;
        position: absolute;
        bottom: -1.5vw;
        right: 0;
    }

    .footer .bottom_link {
        margin-top: 0;
        padding-left: 1vw;
        font-size: 3.1vw;
        gap: 7.7vw;
    }

    /* SP_banner */
    .sp_banner {
        width: 92.5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: fixed;
        bottom: 3.8vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2;
    }

    .sp_banner .button {
        width: 90vw;
    }

    .sp_banner .button a {
        padding: 3.3vw 0 3.3vw 19.5vw;
        border-radius: 5px;
    }

    .sp_banner .button.contact a {
        margin-top: 0;
        padding: 3.3vw 0 3.3vw 17.9vw;
    }

    .sp_banner .button::before {
        content: initial;
    }

    .sp_banner .button::after {
        left: 12.8vw;
    }

    .sp_banner .button.contact::after {
        left: 10.3vw;
    }

    .top_document {
        margin-top: 13vw;
    }

    .top_document .wrap {
        /* background: rgba(255, 255, 255, 0.7); */
        /* padding: 5vw 4vw; */
        /* border-radius: 10px; */
    }

    .top_document .doc_tab_area {
        display: flex;
        margin-top: 4vw;
        margin-bottom: 2vw;
        border-bottom: 2px solid #ccc;
    }

    .top_document .doc_tab_area .doc_tab {
        font-size: 3.5vw;
    }

    .top_document .doc_tab_area .doc_tab::after {
        bottom: -2px;
        height: 2px;
    }

    .section_subtitle_l .letter {
        display: block;
        margin-bottom: .3em;
    }

    .section_subtitle_l .size {
        margin-left: 0;
        display: block;
    }

    .top_mv .title_block {
        padding: 3.6vw;
    }

    nav#sp_menu_content.globalMenuSp .menu_logo {
        padding: 0;
        margin: 4vw auto 0;
        width: 80vw;
        display: block;
    }

    nav#sp_menu_content.globalMenuSp .menu_logo img {
        width: 100%;
    }

    .top_game.top_single .list .item:nth-child(n+4) {
        display: none;
    }
}