@charset "UTF-8";

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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
}

.en {
    font-family: "niveau-grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;
}

body {
    color: #110C0E;
    font-size: 16px;
    line-height: 1.7;
    overflow: hidden;
}

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

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

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

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

/* PC固定ページ 共通設定 */
.common_page_wrap {
    padding: 150px 0;
}

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

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

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

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

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

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

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

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

.company_profile table,
.page_magshe table,
.page_toki table,
.page_100k table {
    width: 100%;
    border-collapse: collapse;
}

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

.company_profile table th,
.page_magshe table th,
.page_toki table th,
.page_100k table th {
    width: 20%;
}

.company_profile table td,
.page_magshe table td,
.page_toki table td,
.page_100k table td {
    width: 80%;
}

.company_access .map {
    height: 350px;
}

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

/* PC固定ページ お問い合わせ */
#page_contact table {
    width: 74%;
    border-collapse: collapse;
    margin: 0 auto 50px;
    border-right: solid 1px #dfdfdf;
}

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

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

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

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

#page_contact table td {
    width: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.radio_btns label {
    display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* サンクスページ */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* PC固定ページ 個人情報保護方針 */
#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: .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;
    transform: rotate(45deg);
}

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

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

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

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

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

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

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #162a52;
    border-color: #162a52;
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: #162a52;
    border-color: #162a52;
    font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#single_page .singleSidebar {
    width: 27%;
}

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

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

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

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

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

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

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

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

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

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

#toc_container a {
    color: #333;
}

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

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

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

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

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

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

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

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

.aside_article_type .cat_wrap {
    gap: 5px;
}

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

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

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

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

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

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

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

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

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

.recommend_post_area a {
    color: #000;
}

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

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

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

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


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

.recommend_post_area .category_list {
    width: 100%;
}

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

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

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

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

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

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

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

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

.singleContent_links ul {
    width: 40%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.singleContent ol li {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

.singleContent .category_list ul {
    border: none;
}

header#site_hd .inner {
    padding: 0 50px 0 0;
    align-items: center;
}

header#site_hd .hd_logo {
    height: 170px;
    background: #110C0E;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.hd_menu ul {
    align-items: center;
}

.hd_menu ul li+li {
    margin-left: 50px;
}

.hd_menu ul li a {
    color: #110C0E;
    font-weight: bold;
}

.hd_menu ul li.has_parent {
    position: relative;
}

.hd_menu ul li.has_parent .child {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .2s;
    opacity: 0;
    z-index: -10;
    padding-top: 20px;
}

.hd_menu ul li.has_parent .child_inner {
    background: #fff;
    padding: 0 45px;
    align-items: center;
    flex-wrap: nowrap;
    box-shadow: 0 3px 6px rgb(0 0 0 / 6%);
}

.hd_menu ul li.has_parent .child .menu_title .en {
    font-weight: bold;
    font-size: 24px;
}

.hd_menu ul li.has_parent .child .menu_title .jp {
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}

.hd_menu ul li.has_parent .child .child_menu_list {
    padding: 35px 0 35px 45px;
    border-left: 1px solid #F0F0F0;
}

.hd_menu ul li.has_parent .child .menu_title {
    padding-right: 55px;
    padding-bottom: 75px;
}

.hd_menu ul li.has_parent .child .child_menu_list ul {
    flex-wrap: nowrap;
}

.hd_menu ul li.has_parent .child .child_menu_list ul li {
    width: 210px;
}

.hd_menu ul li.has_parent .child .child_menu_list ul li+li {
    margin-left: 10px;
}

.hd_menu ul li.has_parent .child .child_menu_list ul li a {
    transition: .2s;
}

.hd_menu ul li.has_parent .child .child_menu_list ul li a .text {
    font-size: 14px;
    color: #110C0E;
}

.hd_menu ul li.has_parent .child .child_menu_list ul:hover li a {
    opacity: 0.6;
}

.hd_menu ul li.has_parent .child .child_menu_list ul li a:hover {
    opacity: 1;
}

.hd_menu ul li.has_parent .parent {
    position: relative;
    padding-right: 1em;
    font-weight: bold;
}

.hd_menu ul li.has_parent .parent:after {
    content: "";
    position: absolute;
    width: 0.4em;
    height: 0.4em;
    border: 1px solid;
    transform: rotate(45deg);
    border-width: 0 1px 1px 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .2s;
}

.hd_menu ul li.has_parent:hover .child {
    top: 100%;
    opacity: 1;
    z-index: 1;
}

section#top_fv .fv_image:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #110C0E;
    position: absolute;
    opacity: 0.2;
}

.top_page .hd_menu ul li a,
.top_page .hd_menu ul li .parent {
    color: #fff;
}

.site_btn a {
    border: 1px solid;
    width: 230px;
    display: flex;
    height: 60px;
    align-items: center;
    padding-left: 30px;
    border-radius: 30px;
    position: relative;
    transition: all .3s;
    color: #110C0E;
    background: transparent;
}

.site_btn a:after {
    content: "";
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    border: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}

.site_btn a:hover {
    background: linear-gradient(90deg, #EC2678, #B213C3);
    color: #fff;
}

.hd_menu ul li.btn .site_btn a {
    width: 143px;
    height: 45px;
}

/* 採用情報ページの共通部分 */
.common_page_main .flex_box {
    display: flex;
    align-items: center;
    gap: 0 80px;
}

.common_page_main .flex_box .site_btn a {
    font-weight: 700;
}

.common_page_main .title_box .title {
    font-size: 56px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.common_page_main .page_fv_logo {
    position: absolute;
    left: -100px;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    z-index: -1;
}

.common_page_main .title_box .sub_title {
    font-weight: 200;
}

.common_page_main .title_box {
    margin-bottom: 20px;
}

.common_page_main {
    padding: 100px 0;
}

.common_page_main .wrap {
    width: 1240px;
}

.common_page_main .wrap {
    width: 1240px;
}

.common_page_image {
    margin-left: calc(50vw - 620px);
    height: 350px;
    background-size: cover;
    background-position: center;
}

.ft_logo_area {
    width: calc(50vw - 240px);
    background: #110C0E;
    display: flex;
    align-items: center;
    padding-left: calc(50vw - 570px);
}

.ft_logo img {
    width: 180px;
}

.ft_content_area {
    width: calc(50vw + 240px);
    padding: 120px calc(50vw - 570px) 80px 100px;
    background: #F4F4F4;
}

.ft_menu_block {
    width: 33.33%;
    margin-bottom: 65px;
}

.ft_menu_block.-service {
    width: 66.66%;
}

.ft_menu .en {
    font-size: 24px;
    font-weight: bold;
}

.ft_menu_list a {
    color: #110C0E;
    transition: .2s;
}

.ft_menu_list a:hover {
    opacity: 0.7;
}

.ft_menu_block.-service .ft_menu .en {
    display: flex;
    align-items: center;
}

.ft_menu_block.-service .ft_menu .en:after {
    content: "";
    height: 1px;
    background: #110C0E;
    width: 100%;
    margin-left: 1em;
}

.ft_menu_child ul li {
    width: 50%;
    font-size: 14px;
    margin-top: 1em;
}

.ft_menu_block.-service .ft_menu {
    margin-bottom: 1em;
}

.ft_menu_child ul li a {
    position: relative;
    display: block;
    padding-left: 2em;
    transition: .2s;
}

.ft_menu_child ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.5em;
    height: 0.5em;
    border: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    transition: .2s;
}

.ft_menu_list {
    margin-bottom: 80px;
}

.ft_btns .site_btn+.site_btn {
    margin-left: 2em;
}

.ft_btns {
    margin-bottom: 30px;
}

.ft_bottom {
    align-items: center;
}

.ft_bottom_menu ul li {
    font-size: 12px;
}

.ft_bottom_menu ul li+li {
    margin-left: 50px;
}

.ft_bottom_menu ul li a {
    color: #110C0E;
}

section#top_fv .fv_image {
    height: 100vh;
    background: url(/wp-content/themes/child/image/fv_image.jpg);
    background-size: cover;
    background-position: center;
}

section#top_fv {
    margin-top: -170px;
    position: relative;
    z-index: -1;
    margin-bottom: 100px;
}

section#top_fv .fv_text {
    position: absolute;
    color: #fff;
    bottom: 60px;
    left: calc(50vw - 620px);
}

section#top_fv .fv_text .catch_text {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

section#top_fv .fv_text .catch_text .en{
    font-size: 20px;
    display: block ;
    word-break:break-all ;
}

section#top_fv .fv_text .fv_logo_under {
    font-weight: 200;
}

section#top_fv .fv_text .fv_logo {
    margin-bottom: 20px;
    width: 450px;
}

section#top_about {
    background: #162a52;
    color: #fff;
    border-radius: 30px 30px 0 0;
    background-image: url(/wp-content/themes/child/image/top_about_bg.svg);
    background-size: cover;
    background-position: center;
    padding: 150px 0;
}

.sec_title .en {
    line-height: 1.4;
    font-size: 80px;
}

.lack_text {
    clip-path: polygon(0 40px, 0 100%, calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 100%, 100% 0, 40px 0);
    line-height: 1;
    display: inline-block;
}

.sec_title span.logo_text {
    display: inline-block;
    line-height: 1em;
}

.sec_title h2 {
    padding-left: 1em;
    font-weight: bold;
    position: relative;
}

.sec_title h2:before {
    content: "";
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

section#top_about .sec_title {
    margin-bottom: 50px;
}

.about_content .catch_text {
    font-size: 40px;
    font-weight: bold;
}

.about_content .content {
    width: 645px;
}

.about_content .content .logos img {
    height: 45px;
}

.about_content .content .logos {
    margin-bottom: 40px;
}

.about_content .content .logos ul li+li {
    margin-left: 35px;
}

.about_content .content .text {
    line-height: 3;
    margin-bottom: 30px;
}

.about_content .content .site_btn a {
    color: #fff;
}

.about_content .content .site_btn a:hover {
    background: #fff;
    color: #110C0E;
}

.top_service_left {
    width: calc(50% + 26px);
}

.top_service_right {
    width: calc(50% - 26px);
}

.service_conteiner .image img {
    object-fit: cover;
    transition: .2s;
}

.top_service_left .service_conteiner .image img {
    height: 320px;
    width: 100%;
}

.top_service_right .service_conteiner .image img {
    height: 640px;
    width: 100%;
}

.service_conteiner .image {
    position: relative;
    overflow: hidden;
}

.service_conteiner .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service_conteiner .content {
    position: absolute;
    top: 0px;
    left: 50px;
    color: #fff;
    height: 132px;
    bottom: 40px;
    margin: auto;
}

.service_conteiner .content .logo img {
    height: 30px;
}

.service_conteiner .content .logo {
    margin-bottom: 20px;
}

.service_conteiner .content .title {
    font-size: 32px;
    font-weight: bold;
}

.service_conteiner .service_num {
    position: absolute;
    right: 50px;
    bottom: 40px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    left: 50px;
}

.service_conteiner .service_num .service {
    font-size: 24px;
}

.service_conteiner .service_num .num {
    font-size: 48px;
    line-height: 1;
}

.service_conteiner .service_num:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    margin-right: 30px;
    margin-top: 40px;
}

.service_conteiner:hover .image img {
    transform: scale(1.1);
    filter: blur(7px);
}

section#top_news {
    padding: 130px 0;
}

section#top_news .news_list {
    width: 840px;
}

.news_list ul li a {
    padding: 20px 100px 20px 30px;
    display: block;
    border-bottom: 1px solid #F0F0F0;
    color: #110C0E;
    transition: .2s;
}

.news_list ul li a .title {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list ul li a .arrow {
    transition: .2s;
    color: #110C0E;
    border: 1px solid #110C0E;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 20px;
}

.news_list ul li a .arrow:after {
    content: "";
    position: absolute;
    width: 20%;
    height: 20%;
    top: 0;
    left: 0;
    right: 10%;
    bottom: 0;
    margin: auto;
    border: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.news_list ul li a:hover {
    background: rgb(32 0 87 / 7%);
}

.news_list ul li a:hover .arrow {
    background: linear-gradient(90deg, #EC2678, #B213C3);
    color: #fff;
    border: 1px solid #fff;
}

section#top_news .site_btn {
    position: absolute;
    top: 190px;
    left: 0;
}

section#top_news .sec_title h2 {
    color: #999999;
}

section#top_news .sec_title h2:before {
    background: #999999;
}

section#top_recruit {
    padding: 90px 0 230px;
    background: #F4F4F4;
    clip-path: polygon(0 150px, 0 100%, calc(100% - 150px) 100%, 100% calc(100% - 150px), 100% 100%, 100% 0, 150px 0);
}

section#top_recruit .recruit_image {
    width: calc(50vw + 30px);
    margin-left: calc(570px - 50vw);
}

section#top_recruit .recruit_image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

section#top_recruit .recruit_content {
    width: 440px;
    padding-top: 50px;
}

section#top_recruit .sec_title {
    margin-bottom: 30px;
}

section#top_recruit .text {
    margin-bottom: 50px;
}

section#top_recruit .sec_title h2:before {
    background: #110C0E;
}

section#ft_contact .contact_block {
    width: 50%;
}

section#ft_contact .contact_block a {
    padding-top: 90px;
    padding-bottom: 90px;
    display: block;
    text-align: center;
    color: #162a52;
    transition: .2s;
}

section#ft_contact .contact_block:nth-child(1) a {
    padding-left: calc(50vw - 570px);
    padding-right: 150px;
}

section#ft_contact .contact_block:nth-child(2) a {
    padding-left: 150px;
    padding-right: calc(50vw - 570px);
}

section#ft_contact .contact_block a .title .en {
    font-size: 56px;
}

section#ft_contact .contact_block a .title h2 {
    font-weight: bold;
    color: #999999;
    transition: .2s;
}

section#ft_contact .contact_block a .title {
    margin-bottom: 20px;
}

section#ft_contact .contact_block a .text {
    margin-bottom: 30px;
}

section#ft_contact .contact_block a .btn {
    justify-content: center;
    align-items: center;
}

section#ft_contact .contact_block a .btn .arrow {
    width: 50px;
    height: 50px;
    border: 1px solid;
    border-radius: 25px;
    margin-left: 20px;
    position: relative;
}

section#ft_contact .contact_block a .btn .arrow:after {
    content: "";
    position: absolute;
    width: 20%;
    height: 20%;
    top: 0;
    left: 0;
    right: 10%;
    bottom: 0;
    margin: auto;
    border: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

section#ft_contact .contact_block {
    width: 50%;
}

section#ft_contact .contact_block a {
    padding-top: 90px;
    padding-bottom: 90px;
    display: block;
    text-align: center;
    color: #162a52;
    transition: .2s;
    background: #fff;
}

section#ft_contact .contact_block:nth-child(1) a {
    padding-left: calc(50vw - 590px);
    padding-right: 130px;
    border-right: 1px solid rgb(255 255 255 / 40%);
}

section#ft_contact .contact_block:nth-child(2) a {
    padding-left: 130px;
    padding-right: calc(50vw - 590px);
}

section#ft_contact .contact_block a .title .en {
    font-size: 56px;
}

section#ft_contact .contact_block a .title h2 {
    font-weight: bold;
    color: #999999;
    transition: .2s;
}

section#ft_contact .contact_block a .title {
    margin-bottom: 20px;
}

section#ft_contact .contact_block a .text {
    margin-bottom: 30px;
}

section#ft_contact .contact_block a .btn {
    justify-content: center;
    align-items: center;
}

section#ft_contact .contact_block a .btn .arrow {
    width: 50px;
    height: 50px;
    border: 1px solid;
    border-radius: 25px;
    margin-left: 20px;
    position: relative;
}

section#ft_contact .contact_block a .btn .arrow:after {
    content: "";
    position: absolute;
    width: 20%;
    height: 20%;
    top: 0;
    left: 0;
    right: 10%;
    bottom: 0;
    margin: auto;
    border: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

section#ft_contact {
    position: relative;
}

section#ft_contact .contact_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.contact_block.-contact:hover~.contact_bg {
    background-image: url(/wp-content/themes/child/image/contact_bg_contact.jpg);
}

.contact_block.-entry:hover~.contact_bg {
    background-image: url(/wp-content/themes/child/image/contact_bg_entry.jpg);
}

section#ft_contact:hover .contact_block a {
    background: rgb(255 255 255 / 0%);
    color: #fff;
    opacity: 0.4;
}

section#ft_contact:hover .contact_block a .title h2 {
    color: #fff;
}

section#ft_contact .contact_block a:hover {
    opacity: 1;
}

section#ft_contact .contact_block a:hover .arrow {
    background: #fff;
    color: #162a52;
    border-color: #fff;
}

section.page_sec_text_flex .sec_title h2 {
    color: #999999;
}

section.page_sec_text_flex .sec_title h2:before {
    background: #999;
}

section.page_sec_text_flex .content {
    width: 800px;
}

section.page_sec_text_flex .content .catch {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

section.page_sec_text_flex {
    padding: 0 0 100px;
}

section.page_about_list_sec {
    padding: 100px 0;
    background: #f2f2f2;
}

.page_about_list .image {
    width: 570px;
}

.page_about_list+.page_about_list {
    margin-top: 100px;
}

.page_about_list {
    align-items: center;
}

.page_about_list .content {
    width: 570px;
    padding-left: 50px;
}

.page_about_list .content .logo {
    background: #110C0E;
    width: 220px;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 20px;
}

.page_about_list .content .title {
    font-size: 32px;
    font-weight: bold;
}

.page_about_list .content .text {
    margin-bottom: 20px;
}

.page_about_list .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

section.page_about_list_sec .sec_title h2:before {
    background: #110C0E;
}

section.page_about_list_sec .sec_title {
    margin-bottom: 50px;
}

.top_recruit_loop_image ul li.top_recruit_loop_image01 {
    padding-right: 176px;
}

.top_recruit_loop_image ul li img {
    width: 198px;
}

.top_recruit_loop_image ul li.top_recruit_loop_image02 {
    padding-top: 55px;
    padding-right: 418px;
}

.top_recruit_loop_image ul li.top_recruit_loop_image03 {
    padding-right: 404px;
}

.top_recruit_loop_image ul li.top_recruit_loop_image04 {
    padding-top: 50px;
    padding-right: 190px;
}

.top_recruit_loop_image ul li.top_recruit_loop_image05 {
    padding-right: 145px;
}

.top_recruit_loop_image ul li.top_recruit_loop_image06 {
    padding-top: 31px;
    padding-right: 300px;
}

.top_recruit_loop_text {
    position: absolute;
    height: 80px;
    top: 80px;
}

section#top_rectuit_loop {
    position: relative;
    margin-top: -245px;
    z-index: 2;
    margin-bottom: 245px;
    height: 0;
}

.top_recruit_loop_image {
    position: relative;
    z-index: 2;
}

/* PC 固定ページ採用情報 */
.recruit_interview_sec {
    padding: 100px 0;
    background: #f2f2f2;
}

.recruit_interview_sec .sec_title h2:before {
    background: #000;
}

.recruit_interview_sec .image {
    width: 570px;
}

.recruit_interview_sec .page_about_list+.page_about_list {
    margin-top: 100px;
}

.recruit_interview_sec .page_about_list {
    align-items: center;
    margin-top: 30px;
    color: #110C0E;
    transition: .3s;
}

.recruit_interview_sec .page_about_list:hover {
    color: #162a52;
}

.recruit_interview_sec .page_about_list .content {
    width: 570px;
    padding-left: 50px;
}

.recruit_interview_sec .page_about_list .content .title {
    font-size: 32px;
    font-weight: bold;
}

.recruit_interview_sec .page_about_list .content .text {
    margin-bottom: 20px;
}

.recruit_interview_sec .page_about_list .content .btn {
    justify-content: flex-end;
    align-items: center;
}

.recruit_interview_sec .page_about_list .content .btn .arrow {
    width: 50px;
    height: 50px;
    border: 1px solid;
    border-radius: 25px;
    margin-left: 20px;
    position: relative;
    transition: .3s;
}

.recruit_interview_sec .page_about_list:hover .content .btn .arrow {
    background-color: #162a52;
}

.recruit_interview_sec .page_about_list .content .btn .arrow:after {
    content: "";
    position: absolute;
    width: 20%;
    height: 20%;
    top: 0;
    left: 0;
    right: 10%;
    bottom: 0;
    margin: auto;
    border: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    transition: .3s;
}

.recruit_interview_sec .page_about_list:hover .content .btn .arrow:after {
    color: #fff;
}

.recruit_interview_sec .page_about_list .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.recruit_interview_sec .page_about_list_sec .sec_title {
    margin-bottom: 50px;
}

.recruit_cont_sec {
    padding: 100px 0 0;
}

.recruit_cont_sec .cont_link_box {
    margin-top: 40px;
}

.recruit_cont_sec .cont_link_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
}

.recruit_cont_sec .cont_link_box ul li a {
    position: relative;
    display: block;
    aspect-ratio: 1;
    min-width: 0;
    height: 100%;
    clip-path: polygon(100% 0, 100% 88%, 88% 100%, 0 100%, 0 0);
    transition: .3s;
}

.recruit_cont_sec .cont_link_box ul li a::before {
    content: '';
    inset: 0;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.recruit_cont_sec .cont_link_box ul li a .img {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.recruit_cont_sec .cont_link_box ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.recruit_cont_sec .cont_link_box ul li a:hover .img img {
    scale: 1.1;
}

.recruit_cont_sec .cont_link_box ul li a .index_box {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 40px 1em;
    width: fit-content;
    display: flex;
    flex-direction: row-reverse;
    border: .5px solid #ccc;
}

.recruit_cont_sec .cont_link_box ul li a .index_box .index {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: .08em;
    writing-mode: vertical-rl;
    font-weight: 700;
    display: block;
    color: #110C0E;
}

.recruit_cont_sec .cont_link_box ul li a .index_box .en {
    font-size: 12px;
    line-height: 1;
    letter-spacing: .03em;
    color: #162a52;
    writing-mode: vertical-rl;
    display: block;
}

.recruit_job_info {
    padding: 100px 0 0;
}

.recruit_job_info .sec_title {
    margin-bottom: 50px;
}

.recruit_job_info .sec_title h2:before,
.recruit_cont_sec .sec_title h2:before {
    background: #110C0E;
}

.recruit_job_info table tr:nth-child(odd) {
    background: #eee;
}

.recruit_job_info table {
    width: 100%;
    margin-bottom: 3em;
}

.recruit_job_info table th,
.recruit_job_info table td {
    padding: 2em 4em;
}

.recruit_job_info table th {
    width: 30%;
}

.recruit_job_info .btn_read {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
}

.recruit_job_info .site_btn a {
    margin: 0 auto;
}

/* PC 事業ページ共通 */
.common_service_sec .page_sec_text_flex .sec_title h2 {
    color: #999999;
}

.common_service_sec .page_sec_text_flex .sec_title h2:before {
    background: #999;
}

.common_service_sec .page_sec_text_flex .content {
    width: 800px;
}

.common_service_sec .page_sec_text_flex .content .catch {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

.common_service_sec .page_sec_text_flex {
    padding: 0 0 100px;
}

.common_service_sec .page_about_list_sec {
    padding: 100px 0;
    background: #f2f2f2;
}

.common_service_sec .page_about_list .image {
    width: 570px;
}

.common_service_sec .page_about_list+.page_about_list {
    margin-top: 100px;
}

.common_service_sec .page_about_list {
    align-items: center;
}

.common_service_sec .page_about_list .content {
    width: 570px;
    padding-left: 50px;
}

.common_service_sec .page_about_list .content .logo {
    background: #110C0E;
    width: 220px;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 20px;
}

.common_service_sec .page_about_list .content .title {
    font-size: 32px;
    font-weight: bold;
}

.common_service_sec .page_about_list .content .text {
    margin-bottom: 20px;
}

.common_service_sec .page_about_list .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.common_service_sec .page_about_list_sec .sec_title h2:before {
    background: #110C0E;
}

.common_service_sec .page_about_list_sec .sec_title {
    margin-bottom: 50px;
}

/* PC固定ページ 先輩社員インタビュー */
.common_page_interview .interview_cont_sec .contents {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 50px;
}

.common_page_interview .interview_cont_sec .contents:nth-child(even) {
    flex-direction: row-reverse;
}

.common_page_interview .interview_cont_sec .contents+.contents {
    margin-top: 80px;
}

.common_page_interview .interview_cont_sec .contents .img {
    width: 570px;
    flex-shrink: 0;
}

.common_page_interview .interview_cont_sec .contents .img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.common_page_interview .interview_cont_sec .contents .index {
    letter-spacing: .05em;
    line-height: 1.5;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1em;
}

.common_page_interview .interview_cont_sec .contents .text {
    font-size: 16px;
    letter-spacing: .05em;
}

.common_page_interview .interview_flow_sec {
    padding: 100px 0 0;
}

.common_page_interview .interview_flow_sec .sec_title h2::before {
    background-color: #000;
}

.common_page_interview .interview_flow_sec .flow_cont {
    margin-top: 50px;
    background-color: #F4F4F4;
    padding: 60px;
}

.common_page_interview .interview_flow_sec .flow_cont dl {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: baseline;
    gap: 0 30px;
    border-width: 1px 0 0 0;
    border-color: #ccc;
    padding: 1em 0;
}

.common_page_interview .interview_flow_sec .flow_cont dl:last-child {
    border-width: 1px 0 1px 0;
}

.common_page_interview .interview_flow_sec .flow_cont dl dt {
    display: flex;
    align-items: center;
    gap: 0 1em;
    font-size: 15px;
    letter-spacing: .05em;
    font-weight: 700;
}

.common_page_interview .interview_flow_sec .flow_cont dl dt::after {
    content: "";
    width: 100%;
    height: auto;
    border: .5px dashed #110C0E;
}

.common_page_interview .interview_flow_sec .flow_cont dl dd {
    font-size: 16px;
    letter-spacing: .05em;
}

/* マグシェ・十㐂・100Kページ */
.page_magshe .title,
.page_toki .title,
.page_100k .title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
}

.page_magshe .text,
.page_toki .text,
.page_100k .text {
    margin-top: 16px;
}

.page_magshe .shop,
.page_toki .shop,
.page_100k .shop {
    margin-top: 80px;
}

.page_magshe .shop_title,
.page_toki .shop_title,
.page_100k .shop_title {
    font-size: 18px;
    font-weight: bold;
}

.page_magshe .shop_sub_title,
.page_toki .shop_sub_title,
.page_100k .shop_sub_title {
    font-weight: bold;
    border-left: solid 3px #162a52;
    padding-left: 10px;
    margin-top: 40px;
}

.page_magshe .shop_sub_title:nth-of-type(n + 2),
.page_toki .shop_sub_title:nth-of-type(n + 2),
.page_100k .shop_sub_title:nth-of-type(n + 2) {
    margin-top: 80px;
}

.page_magshe table,
.page_toki table,
.page_100k table {
    margin-top: 16px;
}

.page_magshe table th,
.page_toki table th,
.page_100k table th {
    background: #F4F4F4;
}

.page_magshe th,
.page_magshe td,
.page_toki th,
.page_toki td,
.page_100k th,
.page_100k td {
    padding: 1em 2em;
}

.page_magshe .map,
.page_toki .map,
.page_100k .map {
    position: relative;
    width: 100%;
    padding-top: calc(100% * (147 / 492));
    margin-top: 16px;
}

.page_magshe .map iframe,
.page_toki .map iframe,
.page_100k .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.page_magshe .map_text,
.page_toki .map_text,
.page_100k .map_text {
    margin-top: 16px;
}

.page_magshe .week,
.page_toki .week,
.page_100k .week {
    font-weight: bold;
}

.page_magshe .week:nth-of-type(n + 2),
.page_toki .week:nth-of-type(n + 2),
.page_100k .week:nth-of-type(n + 2) {
    margin-top: 16px;
}

.page_magshe .hours span,
.page_toki .hours span,
.page_100k .hours span {
    display: inline-block;
    color: #949499;
    padding-left: 10px;
}

.page_magshe .hours_text,
.page_toki .hours_text,
.page_100k .hours_text {
    margin-top: 16px;
}

.page_magshe .link_wrap,
.page_toki .link_wrap,
.page_100k .link_wrap {
    flex-direction: column;
}

.magshe_swiper,
.toki_swiper,
.page100k_swiper {
    width: 100%;
    height: auto;
}

.magshe_swiper .swiper-slide img,
.toki_swiper .swiper-slide img,
.page100k_swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.magshe_swiper .swiper-button-next,
.magshe_swiper .swiper-button-prev,
.toki_swiper .swiper-button-next,
.toki_swiper .swiper-button-prev,
.page100k_swiper .swiper-button-next,
.page100k_swiper .swiper-button-prev {
    color: #fff;
}

.magshe_swiper .swiper-button-next:after,
.magshe_swiper .swiper-button-prev:after,
.toki_swiper.swiper-button-next:after,
.toki_swiper.swiper-button-prev:after,
.page100k_swiper .swiper-button-next:after,
.page100k_swiper .swiper-button-prev:after {
    text-shadow: 2px 0px 2px rgba(0, 0, 0, 0.5);
}

/* リクルートページ */
.page_recruit .site_btn a {
    margin-inline: auto;
    margin-top: 40px;
}

@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 {
        padding-top: 12vw;
        font-size: 13px;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px #ccc;
        z-index: 999;
        height: 55px;
    }

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

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

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

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

    .common_page_title h2 {
        font-size: 5vw;
    }

    .common_page_title .sub_title {
        font-size: 3vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

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

    /* SP固定ページ 会社概要 */
    .company_profile {
        margin-bottom: 20vw;
    }

    .company_profile table th,
    .company_profile table td,
    .page_magshe th,
    .page_magshe td,
    .page_toki th,
    .page_toki td,
    .page_100k th,
    .page_100k td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    .company_profile table,
    .page_magshe table,
    .page_toki table,
    .page_100k table {
        border-top: 1px solid;
    }

    .company_profile table th,
    .page_magshe table th,
    .page_toki table th,
    .page_100k table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    .company_profile table td,
    .page_magshe table td,
    .page_toki table td,
    .page_100k table td {
        width: 100%;
    }

    .company_access .map {
        height: 50vw;
    }

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

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

    #page_contact table th {
        width: 100%;
        text-align: left;
        padding: 3vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    #page_contact table td {
        width: 100%;
    }

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

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

    #page_contact select {
        width: 100%;
    }

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

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

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

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

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

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

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    #page_contact .progressbar {
        margin-bottom: 7vw;
    }

    .contact_form_disc {
        width: 100%;
        font-size: 3.5vw;
        letter-spacing: .02em;
    }

    .contact_form_disc .caution {
        font-size: 3.4vw;
    }

    .contact_form_disc .text {
        margin-bottom: 3vw;
    }

    #page_contact table th .hissu,
    #page_contact table th .ninni {
        display: block;
        width: 13vw;
        padding: 0.2vw 0;
        text-align: center;
        font-size: 3vw;
        margin-right: 0;
    }

    #page_contact table {
        border-bottom: solid 1px #dfdfdf;
    }

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

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

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

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

    .privacy_check_list {
        margin-bottom: 6vw;
    }

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

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

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

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

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

    .privacy_term_detail::before {
        width: 2.5vw;
        height: 2.5vw;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
        width: 100%;
    }

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

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 4vw;
        line-height: 1.4;
        padding: 13vw 0px 2vw;
        width: 31%;
    }

    #page_contact .progressbar .item .en {
        display: block;
        color: #7b7b7b;
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #page_contact .progressbar .item::before {
        width: 8vw;
        height: 8vw;
    }

    #page_contact .progressbar .item.active::after {
        top: 2vw;
        width: 4vw;
        height: 4vw;
    }

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

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        content: "";
        position: absolute;
        left: -47px;
        height: 1px;
        width: 100px;
        background: #a4a5a4;
    }

    #page_contact .progressbar #step_2 .en::after {
        left: auto;
        right: -4vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    /* SP固定ページ 個人情報保護方針 */
    #page_privacy .main_text {
        font-size: 3.5vw;
    }

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

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

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

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

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

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

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

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

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

    /* SP投稿ページ シングルページ */
    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
        top: 7vw;
    }

    .singleContent .title_area .en {
        font-size: 3vw;
    }

    .single_main_img {
        width: 47vw;
        height: 47vw;
        margin: 0 auto 5vw auto;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin-bottom: 10vw;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .title_area {
        margin-bottom: 10vw;
        padding: 20vw 0 5vw;
    }

    .singleContent .single_title {
        font-size: 4.5vw;
        letter-spacing: .05em;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
        padding: 1vw 3vw;
    }

    .singleContent article h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent article h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
        margin: 0;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

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

    #single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 25vw;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .recommend_post_area {
        width: 100%;
        margin: 14vw 0 0;
    }

    .recommend_post_area .ttl {
        font-size: 4.2vw;
        letter-spacing: .05em;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .recommend_post_area .ttl .en {
        font-size: 3vw;
    }

    .recommend_post_area .img {
        height: 25vw;
    }

    .recommend_post_area ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3vw;
        row-gap: 5vw;
    }

    .recommend_post_area .day_cat {
        display: block;
    }

    .recommend_post_area .category_list .cat {
        font-size: 2vw;
        padding: 0 2vw;
    }

    .article_flame_wrap .text_box {
        height: auto;
        position: relative;
        padding-top: 4vw;
    }

    .recommend_post_area .day_cat .day {
        font-size: 3vw;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .recommend_post_area .inner_ttl {
        font-size: 3vw;
        margin-top: 1vw;
        -webkit-line-clamp: 1;
        height: 4.8vw;
    }

    .breadcrumb.single {
        text-align: left;
        margin-top: 25vw;
    }

    .singleContent_links .img {
        margin-bottom: 3vw;
        height: 25vw;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent_links ul li+li {
        margin-top: 3vw;
    }

    .singleContent_links ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent_links ul::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

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

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

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

    body #sitemap_list {
        padding: 0;
    }

    header#site_hd {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    header#site_hd .hd_logo {
        width: 20vw;
        height: 20vw;
        padding: 0;
    }

    header#site_hd .hd_logo a {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    header#site_hd .hd_logo a img {
        width: 60%;
    }

    header#site_hd .inner {
        padding: 0;
        align-items: flex-start;
    }

    .hd_menu {
        position: fixed;
        top: 12vw;
        right: -60vw;
        width: 60vw;
        background: #fff;
        padding: 5vw;
        transition: .2s;
    }

    .hd_menu ul li {
        width: 100%;
    }

    .top_page .hd_menu ul li a,
    .top_page .hd_menu ul li .parent {
        color: #110C0E;
    }

    .hd_menu ul li+li {
        margin: 5vw 0 0;
    }

    .hd_menu ul li.has_parent .child {
        position: static;
        opacity: 1;
        transform: translate(0, 0);
        padding-top: 2vw;
    }

    .hd_menu ul li.has_parent .child .menu_title {
        display: none;
    }

    .hd_menu ul li.has_parent .child_inner {
        box-shadow: none;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
    }

    .hd_menu ul li.has_parent .child .child_menu_list {
        padding: 0;
        border: none;
    }

    .hd_menu ul li.has_parent .child .child_menu_list ul {
        flex-wrap: wrap;
    }

    .hd_menu ul li.has_parent .child .child_menu_list ul li+li {
        margin-left: 0;
        margin-top: 1vw;
    }

    .hd_menu ul li.has_parent .child .child_menu_list ul li {
        width: 100%;
    }

    .hd_menu ul li.has_parent .child .child_menu_list ul li a {
        display: flex;
        align-items: center;
        border: 1px solid #eee;
        padding: 1vw;
        border-radius: 5px;
    }

    .hd_menu ul li.has_parent .child .child_menu_list ul li a .image {
        width: 15vw;
    }

    .hd_menu ul li.has_parent .child .child_menu_list ul li a .text {
        width: calc(100% - 15vw);
        font-size: 3vw;
        padding-left: 2vw;
    }

    .site_btn a {
        background: linear-gradient(90deg, #EC2678, #B213C3);
        color: #fff;
        border-color: #fff;
    }

    .hd_menu ul li.btn .site_btn a {
        width: 100%;
        color: #fff;
    }

    .about_content .content .site_btn a:hover {
        background: linear-gradient(90deg, #EC2678, #B213C3);
        color: #fff;
    }

    .hd_menu ul li.has_parent .parent:after {
        left: 4em;
        right: auto;
    }

    section#top_fv {
        margin-top: 0;
        margin-bottom: 20vw;
    }

    div#sp_menu_btn {
        margin-top: calc(9vw - 15px);
        margin-right: 4vw;
    
    }

    div#sp_menu_btn .bar {
        width: 25px;
        height: 9px;
        position: relative;
        margin: 0 auto 0.4vw;
    
    }

    div#sp_menu_btn .bar>div {
        width: 100%;
        background: #162a52;
        height: 2px;
        transition: .2s;
        position: absolute;
        left: 0;
        margin: auto;
    }

    div#sp_menu_btn .bar>div:nth-child(1) {
        top: 0;
    }

    div#sp_menu_btn .bar>div:nth-child(2) {
        bottom: 0;
    }

    div#sp_menu_btn .text {
        font-size: 2.5vw;
        text-align: center;
    
    }

    div#sp_menu_btn.active .bar>div:nth-child(1) {
        top: calc(50% - 1px);
        transform: rotate(30deg);
    }

    div#sp_menu_btn.active .bar>div:nth-child(2) {
        bottom: calc(50% - 1px);
        transform: rotate(-30deg);
    }

    .hd_menu.opend {
        right: 0;
    }

    section#top_fv .fv_image {
        height: calc(100vh - 12vw);
        background-image: url(/wp-content/themes/child/image/fv_image_sp.jpg);
    }

    section#top_fv .fv_text {
        left: 3vw;
        bottom: 20vw;
        width: 94vw;
    }

    section#top_fv .fv_text .catch_text {
        font-size: 7vw;
        margin-bottom: 5vw;
        width: 100%;
    }

    section#top_fv .fv_text .fv_logo {
        margin-bottom: 10vw;
    }

    section#top_fv .fv_text .fv_logo img {
        width: 80vw;
    }

    section#top_about {
        border-radius: 20px 20px 0 0;
        padding: 30vw 0 20vw;
    }

    .sec_title .en {
        font-size: 10vw;
    }

    .sec_title span.logo_text img {
        width: 20vw;
    }

    section#top_about .sec_title {
        margin-bottom: 10vw;
    }

    .about_content .catch_text {
        font-size: 8vw;
        margin-bottom: 10vw;
    }

    .about_content .content {
        width: 100%;
    }

    .about_content .content .logos img {
        height: 8vw;
    }

    .about_content .content .logos ul li+li {
        margin-left: 5vw;
    }

    .about_content .content .logos {
        margin-bottom: 5vw;
    }

    .about_content .content .text {
        margin-bottom: 5vw;
        line-height: 2.5;
    }

    .top_service_left,
    .top_service_right {
        width: 100%;
    }

    .top_service_left .service_conteiner .image img {
        height: 50vw;
    }

    .service_conteiner .content {
        left: 5vw;
        bottom: 5vw;
        height: 23vw;
    }

    .service_conteiner .content .logo {
        margin-bottom: 3vw;
    }

    .service_conteiner .content .logo img {
        height: 6vw;
    }

    .service_conteiner .content .title {
        font-size: 6vw;
    }

    .service_conteiner .content .text {
        font-size: 3vw;
    }

    .service_conteiner .service_num {
        right: 5vw;
        left: 5vw;
        bottom: 5vw;
    }

    .service_conteiner .service_num .num {
        font-size: 8vw;
    }

    .service_conteiner .service_num .service {
        font-size: 4vw;
    }

    .service_conteiner .service_num:before {
        margin-top: 7vw;
    }

    .top_service_right .service_conteiner .image img {
        height: 50vw;
    }

    section#top_news {
        padding: 15vw 0;
    }

    section#top_news .site_btn {
        position: static;
    }

    .lack_text {
        clip-path: polygon(0 5vw, 0 100%, calc(100% - 4vw) 100%, 100% calc(100% - 4vw), 100% 100%, 100% 0, 5vw 0);
    }

    section#top_news .title_side {
        width: 100%;
        margin-bottom: 5vw;
    }

    section#top_news .news_list {
        width: 100%;
        margin-bottom: 5vw;
    }

    .news_list ul li a {
        padding: 3vw 10vw 3vw 1vw;
    }

    .news_list ul li a .arrow {
        right: 0;
        width: 8vw;
        height: 8vw;
    }

    section#top_recruit {
        padding: 10vw 0 40vw;
        clip-path: polygon(0 15vw, 0 100%, calc(100% - 15vw) 100%, 100% calc(100% - 15vw), 100% 100%, 100% 0, 15vw 0);
    }

    section#top_recruit .recruit_image {
        width: 100vw;
        margin: 0 0 5vw -5vw;
    }

    section#top_recruit .recruit_image img {
        height: 70vw;
    }

    section#top_recruit .recruit_content {
        padding: 0;
        width: 100%;
    }

    section#top_recruit .sec_title {
        margin-bottom: 5vw;
    }

    section#top_recruit .text {
        margin-bottom: 10vw;
    }

    section#ft_contact .contact_block a {
        width: 100%;
    }

    section#ft_contact .contact_block {
        width: 100%;
    }

    section#ft_contact .contact_block:nth-child(1) a,
    section#ft_contact .contact_block:nth-child(2) a {
        padding: 5vw;
        padding: 5vw;
        background-size: cover;
        background-position: center;
        color: #fff;
        font-size: 11px;
    }

    section#ft_contact .contact_block a .title .en {
        font-size: 10vw;
    }

    section#ft_contact .contact_block a .title {
        margin-bottom: 5vw;
    }

    .ft_logo_area {
        width: 100%;
        justify-content: center;
        padding: 0;
        align-items: center;
        height: 50vw;
    }
    
    .ft_logo_area .ft_logo{
        width: 28vw;
    
    }

    .ft_content_area {
        padding: 10vw 5vw 10vw;
    }

    .ft_menu_list {
        display: none;
    }

    .ft_btns {
        display: none;
    }

    .ft_bottom_menu ul li+li {
        margin-left: 20px;
    }

    .common_page_main .flex_box {
        align-items: flex-start;
        flex-direction: column;
        gap: 3vw 0;
        margin-bottom: 5vw;
    }

    .common_page_main .flex_box .title_box {
        margin-bottom: 0;
    }

    .common_page_main {
        padding: 10vw 0;
    }

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

    .common_page_main .page_fv_logo {
        left: 0vw;
        width: 60vw;
    }

    .common_page_main .breadcrumb .wrap {
        max-width: 100%;
    }

    .common_page_image {
        width: 95vw;
        margin-left: 5vw;
        height: 35vw;
    }

    section#ft_contact .contact_block:nth-child(1) a {
        background-image: url(/wp-content/themes/child/image/contact_bg_contact.jpg);
    }

    section#ft_contact .contact_block:nth-child(2) a {
        background-image: url(/wp-content/themes/child/image/contact_bg_entry.jpg);
    }

    section#ft_contact .contact_block a .title h2 {
        color: #fff;
    }

    section#ft_contact .contact_block a .btn .arrow {
        background: #fff;
        color: #110C0E;
    }

    section#ft_contact .contact_block a .btn .arrow {
        width: 40px;
        height: 40px;
    }

    section.page_sec_text_flex .sec_title {
        width: 100%;
        margin-bottom: 5vw;
    }

    section.page_sec_text_flex .content .catch {
        font-size: 8vw;
        margin-bottom: 5vw;
    }

    section.page_sec_text_flex {
        padding: 0 0 15vw;
    }

    section.page_about_list_sec {
        padding: 15vw 0;
    }

    .page_about_list .image {
        width: 100%;
        margin: 0 0 5vw;
    }

    .page_about_list .content {
        width: 100%;
        padding: 0;
    }

    .page_about_list .content .logo {
        width: 50%;
        padding: 2vw 5vw;
        margin-bottom: 3vw;
    }

    .page_about_list .content .title {
        font-size: 22px;
    }

    .page_about_list+.page_about_list {
        margin-top: 15vw;
    }

    .page_about_list .image img {
        height: 40vw;
    }

    .top_recruit_loop_image ul li img {
        width: 30vw;
    }

    .top_recruit_loop_text ul li {
        width: 60vw;
    }

    .top_recruit_loop_text {
        height: 10vw;
        top: 10vw;
    }

    section#top_rectuit_loop {
        margin-top: -30vw;
        margin-bottom: 30vw;
    }

    .top_recruit_loop_image ul li.top_recruit_loop_image01 {
        padding-right: 20vw;
    }

    .top_recruit_loop_image ul li.top_recruit_loop_image02 {
        padding-top: 5vw;
        padding-right: 40vw;
    }

    .top_recruit_loop_image ul li.top_recruit_loop_image03 {
        padding-right: 40vw;
    }

    .top_recruit_loop_image ul li.top_recruit_loop_image04 {
        padding-top: 4vw;
        padding-right: 20vw;
    }

    .top_recruit_loop_image ul li.top_recruit_loop_image05 {
        padding-right: 15vw;
    }

    .top_recruit_loop_image ul li.top_recruit_loop_image06 {
        padding-top: 3vw;
        padding-right: 30vw;
    }

    /* SP 固定ページ　採用情報 */
    .recruit_interview_sec {
        padding: 15vw 0;
    }

    .recruit_interview_sec .image {
        width: 100%;
    }

    .recruit_interview_sec .page_about_list+.page_about_list {
        margin-top: 15vw;
    }

    .recruit_interview_sec .page_about_list {
        margin-top: 4vw;
    }

    .recruit_interview_sec .page_about_list:hover {
        color: #110C0E;
    }

    .recruit_interview_sec .page_about_list .content {
        width: 100%;
        padding-left: 0;
    }

    .recruit_interview_sec .page_about_list .content .title {
        font-size: 4.3vw;
    }

    .recruit_interview_sec .page_about_list .content .text {
        margin-bottom: 5vw;
    }

    .recruit_interview_sec .page_about_list .content .btn .arrow {
        width: 10vw;
        height: 10vw;
        border-radius: 50%;
        margin-left: 4vw;
        background-color: #162a52;
    }

    .recruit_interview_sec .page_about_list .content .btn .btn_text {
        color: #162a52;
    }

    .recruit_interview_sec .page_about_list:hover .content .btn .arrow {
        background-color: #162a52;
    }

    .recruit_interview_sec .page_about_list .content .btn .arrow:after {
        color: #fff;
    }

    .recruit_interview_sec .page_about_list .image img {
        height: 40vw;
    }

    .recruit_interview_sec .page_about_list_sec .sec_title {
        margin-bottom: 12vw;
    }

    .recruit_cont_sec {
        padding: 15vw 0 0;
    }

    .recruit_cont_sec .cont_link_box {
        margin-top: 4vw;
    }

    .recruit_cont_sec .cont_link_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 3vw 0;
    }

    .recruit_cont_sec .cont_link_box ul li a {
        aspect-ratio: 3/2;
    }

    .recruit_cont_sec .cont_link_box ul li a:hover .img img {
        scale: 1;
    }

    .recruit_cont_sec .cont_link_box ul li a .index_box {
        padding: 5vw 1em;
    }

    .recruit_cont_sec .cont_link_box ul li a .index_box .index {
        font-size: 4vw;
    }

    .recruit_cont_sec .cont_link_box ul li a .index_box .en {
        font-size: 2.4vw;
    }

    .recruit_job_info table th,
    .recruit_job_info table td {
        display: block;
        width: 100%;
        padding: 2em;
    }

    .recruit_job_info table th {
        padding-bottom: 0;
    }

    .recruit_job_info table td {
        padding-top: 0.5em;
    }

    .recruit_job_info .btn_read {
        font-size: 20px;
    }

    .recruit_job_info {
        padding: 15vw 0 0;
    }

    .recruit_job_info .sec_title {
        margin-bottom: 5vw;
    }

    /* SP 事業ページ共通 */
    .common_service_sec .page_sec_text_flex .sec_title {
        width: 100%;
        margin-bottom: 5vw;
    }

    .common_service_sec .page_sec_text_flex .content .catch {
        font-size: 8vw;
        margin-bottom: 5vw;
    }

    .common_service_sec .page_sec_text_flex {
        padding: 0 0 15vw;
    }

    .common_service_sec .page_about_list_sec {
        padding: 15vw 0;
    }

    .common_service_sec .page_about_list .image {
        width: 100%;
        margin: 0 0 5vw;
    }

    .common_service_sec .page_about_list .content {
        width: 100%;
        padding: 0;
    }

    .common_service_sec .page_about_list .content .logo {
        width: 50%;
        padding: 2vw 5vw;
        margin-bottom: 3vw;
    }

    .common_service_sec .page_about_list .content .title {
        font-size: 22px;
    }

    .common_service_sec .page_about_list+.page_about_list {
        margin-top: 15vw;
    }

    .common_service_sec .page_about_list .image img {
        height: 40vw;
    }

    /* SP固定ページ 先輩社員インタビュー */
    .common_page_interview .interview_cont_sec .contents {
        flex-direction: column;
        gap: 6vw 0;
    }

    .common_page_interview .interview_cont_sec .contents:nth-child(even) {
        flex-direction: column;
    }

    .common_page_interview .interview_cont_sec .contents+.contents {
        margin-top: 10vw;
    }

    .common_page_interview .interview_cont_sec .contents .img {
        width: 100%;
    }

    .common_page_interview .interview_cont_sec .contents .img img {
        height: 40vw;
    }

    .common_page_interview .interview_cont_sec .contents .index {
        font-size: 5.5vw;
    }

    .common_page_interview .interview_cont_sec .contents .text {
        font-size: 3.8vw;
    }

    .common_page_interview .interview_flow_sec {
        padding: 20vw 0 0;
    }

    .common_page_interview .interview_flow_sec .flow_cont {
        margin-top: 6vw;
        padding: 6vw 5vw;
    }

    .common_page_interview .interview_flow_sec .flow_cont dl {
        grid-template-columns: 20vw 1fr;
        gap: 0 3vw;
    }

    .common_page_interview .interview_flow_sec .flow_cont dl dt {
        font-size: 3.3vw;
    }

    .common_page_interview .interview_flow_sec .flow_cont dl dd {
        font-size: 3.6vw;
    }

    /* マグシェページ */
    .page_magshe .title,
    .page_toki .title,
    .page_100k .title {
        font-size: 4vw;
        margin-top: 10.26vw;
    }

    .page_magshe .text,
    .page_toki .text,
    .page_100k .text {
        font-size: 3.2vw;
        margin-top: 4.1vw;
    }

    .page_magshe .shop,
    .page_toki .shop,
    .page_100k .shop {
        margin-top: 15.4vw;
    }

    .page_magshe .shop_title,
    .page_toki .shop_title,
    .page_100k .shop_title {
        font-size: 3.5vw;
    }

    .page_magshe .shop_sub_title,
    .page_toki .shop_sub_title,
    .page_100k .shop_sub_title {
        font-size: 3.2vw;
        margin-top: 5.13vw;
    }

    .page_magshe .shop_sub_title:nth-of-type(n + 2),
    .page_toki .shop_sub_title:nth-of-type(n + 2),
    .page_100k .shop_sub_title:nth-of-type(n + 2) {
        margin-top: 15.4vw;
    }

    .page_magshe .map,
    .page_toki .map,
    .page_100k .map {
        padding-top: calc(100%*(188 / 375));
    }

    .magshe_swiper .swiper-button-next:after,
    .magshe_swiper .swiper-button-prev:after,
    .toki_swiper .swiper-button-next:after,
    .toki_swiper .swiper-button-prev:after,
    .page100k_swiper .swiper-button-next:after,
    .page100k_swiper .swiper-button-prev:after {
        font-size: 6vw;
    }
    
    section#top_fv .fv_text .catch_text .en{
        font-size :4vw;
    }
}