@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 {
    /* カラー */
    --black: #2F2F2F;
    --white: #FFFFFF;
    --gray: #6E6E6E;
    --light-gray: #F0F0F0;
    --main-color: #5B73B8;
    --sub-color: #ea6060;
    --light-purple: #E8EDFC;
    /* フォント */
    --font-en: "apotek", sans-serif;
}

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

body {
    color: var(--black);
    font-size: 16px;
    line-height: calc(32/16);
    min-width: 1340px;
    overflow: clip;
}

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

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

.wrap_md {
    width: 1240px;
    margin: 0 auto;
}

.text_main_color {
    color: var(--main-color);
}

a[href^="tel:"] {
    pointer-events: none;
}

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

.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;
    color: var(--main-color);
    letter-spacing: .03em;
    font-weight: 700;
    font-family: var(--font-en);
    margin-top: 1em;
}

.breadcrumb a {
    text-decoration: none;
    color: var(--main-color);
}

.breadcrumb span {
    position: relative;
}

.breadcrumb span+span {
    margin-left: 50px;
}

.breadcrumb span+span::before {
    content: "";
    background: url(/wp-content/themes/child/image/arrow_breadcrumb.svg) no-repeat;
    background-size: contain;
    width: 12px;
    aspect-ratio: 6/5;
    position: absolute;
    top: 50%;
    left: -30px;
    translate: 0 -40%;
}

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

.page_contact table th,
.page_contact table td {
    padding: 20px;
    font-size: 14px;
    border: 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: 1px solid #a4a4a4;
    border-radius: 4px;
    padding: 1em;
}

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

.page_contact .select_box {
    position: relative;
    width: 50%;
}

.page_contact .select_box::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 47%;
    right: 1em;
    transform: translateY(-50%) rotate(45deg);
    width: .5em;
    height: .5em;
    border: 1px solid currentColor;
    border-top: none;
    border-left: none;
}

.mw_wp_form_preview .select_box::before {
    display: none !important;
}

.page_contact select {
    outline: none;
    background: transparent;
    padding: 1em 2.2em 1em 1em;
    width: 100%;
    border: 1px solid #a4a4a4;
    -webkit-appearance: none;
    appearance: none;
}

.page_contact textarea {
    width: 85%;
    padding: 1em;
    height: 200px;
    border: 1px 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: 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 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 0 0 30px;
}

.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;
    aspect-ratio: 1/1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

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

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

.mw_wp_form .horizontal-item {
    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;
    aspect-ratio: 1/1;
    min-width: 0;
    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;
    aspect-ratio: 1/1;
    min-width: 0;
    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固定ページ アーカイブページ */
/* 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: 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;
}

/* PC投稿ページ シングルページ */
.single_page .common_page_wrap {
    padding: 200px 0 100px;
}

.single_page .single_flame {
    border: solid 1px #ccc;
    padding: 70px;
}

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


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

.singleContent .title_area .en::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333;
}

.singleContent .title_area .en {
    font-size: 12px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

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

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

.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: var(--main-color);
    color: #fff;
    font-size: 12px;
    padding: 2px 20px;
    letter-spacing: .08em;
    border-radius: 3px;
}

.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: 1.7;
}

.singleContent .addtoany_content {
    margin: 40px auto 0;
}

.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-radius: 6px;
}

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

.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 .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;
}

.latest_post_area {
    width: 100%;
    margin: 50px auto 0;
}

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

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

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

.latest_post_area a {
    color: #000;
}

.latest_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;
}

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

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

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


.latest_post_area .category_list .cat {
    font-size: 12px;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
}

.latest_post_area .category_list {
    width: 100%;
}

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

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

.latest_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: 100px;
    align-items: center;
    position: relative;
    justify-content: center;
    gap: 100px;
}

.singleContent_links ul {
    width: 260px;
}

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

.singleContent_links ul.next .btn {
    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: 140px;
    overflow: hidden;
}

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

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

.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.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;
    padding: 0;
}

/*==================================
# 共通パーツ：ボタン
===================================*/
.common_btn01 {
    display: inline-flex;
    color: #2F2F2F;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    transition: .3s;
}

.common_btn01 .arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: linear-gradient(90deg, #4B5F9F 0%, #354586 100%);
    border-radius: 2px;
    position: relative;
    z-index: 2;
}

.common_btn01 .arrow::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url(/wp-content/themes/child/image/icon/icon_arrow_white.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease-in-out .1s;
}

.common_btn01 .arrow::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url(/wp-content/themes/child/image/icon/icon_arrow_white.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-200%, -50%);
    transition: all .4s ease-in-out .1s;
    opacity: 0;
}

.common_btn02 {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--main-color);
    padding: 27px 20px 27px 30px;
    min-width: 300px;
    position: relative;
}

.common_btn02::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #354586 0%, #4B5F9F 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all .4s ease-in-out;
}

.common_btn02 .btn_text {
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    line-height: calc(24/16);
    position: relative;
    z-index: 2;
}

.common_btn02 .btn_arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: var(--white);
    border-radius: 2px;
    position: relative;
    z-index: 2;
}

.common_btn02 .btn_arrow::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url(/wp-content/themes/child/image/icon/icon_arrow_purple.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease-in-out .1s;
}

.common_btn02 .btn_arrow::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url(/wp-content/themes/child/image/icon/icon_arrow_purple.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-200%, -50%);
    transition: all .4s ease-in-out .1s;
    opacity: 0;
}

.common_btn02.white {
    border: 1px solid var(--white);
}

.common_btn02.common_btn02_cta .btn_text {
    font-size: 16px;
}

/* お問い合わせ */
.common_cta {
    position: relative;
    z-index: 5;
}

.common_cta .content {
    background-color: var(--white);
    padding: 30px 80px;
    display: flex;
    align-items: center;
    gap: 63px;
}

.common_cta .title {
    width: 240px;
    height: 240px;
    border-right: 3px solid var(--main-color);
    border-bottom: 3px solid var(--light-purple);
    font-size: 14px;
    font-weight: 700;
    line-height: 2.5;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    padding-bottom: 10px;
}

.common_cta .title::after {
    content: attr(data-en);
    display: inline-block;
    font-family: var(--font-en);
    color: var(--main-color);
    font-size: 56px;
    line-height: 1;
}

.common_cta .body {
    flex-grow: 1;
    display: flex;
    gap: 58px;
    padding-bottom: 12px;
}

.common_cta_sub_title {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.common_cta_sub_title::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
}

.common_cta_sub_title.tel::before {
    background: url(/wp-content/themes/child/image/icon/icon_tel.svg) no-repeat center center / contain;
}

.common_cta_sub_title.mail::before {
    background: url(/wp-content/themes/child/image/icon/icon_mail.svg) no-repeat center center / contain;
}

.common_cta .body .tel a {
    display: inline-block;
    color: #2F2F2F;
    font-size: 48px;
    font-weight: 700;
    line-height: calc(70/48);
    text-align: center;
    margin-top: 8px;
}

.common_cta .body .tel .business_hour {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: calc(17/12);
    text-align: center;
    margin-top: 3px;
}

.common_cta .body .mail_btn {
    margin-top: 20px;
}

/*==================================
# ヘッダー：PC
===================================*/
.header_pc {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(91, 115, 184, 0.8), rgba(91, 115, 184, 0));
}

.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
}

.header_pc .logo {
    width: 220px;
}

.header_pc .logo a {
    transition: .3s;
}

.header_pc .logo img {
    width: 100%;
    height: auto;
}

.header_nav {
    height: inherit;
}

.header_nav .nav_list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
}

.header_nav .nav_item {
    height: inherit;
}

.header_nav .nav_item a {
    display: inline-block;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: calc(24/16);
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 28px 35px 28px;
    transition: .3s;
}

.header_pc .nav_item.parent {
    position: relative;
}

.header_pc .sub_nav_list {
    position: absolute;
    width: 185px;
    height: auto;
    top: 70%;
    left: 25px;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: .3s;
}

.header_pc .nav_item.parent:hover .sub_nav_list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header_pc .sub_nav_item a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    height: initial;
    padding: 0;
    position: relative;
}

.header_pc .sub_nav_item a .arrow {
    width: 16px;
    height: 16px;
    border: 1px solid var(--white);
    border-radius: 2px;
    transition: .3s;
}

.header_pc .sub_nav_item a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent linear-gradient(90deg, #4B5F9F 0%, #354586 100%) 0% 0% no-repeat padding-box;
    border-radius: 2px;
    transition: .3s;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: 0;
}

.header_pc .sub_nav_item a .arrow::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 6px;
    background: url(/wp-content/themes/child/image/icon/icon_arrow_white_bold.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    z-index: 3;
}

/*==================================
# フッター
===================================*/
.footer {
    padding-bottom: 80px;
    margin-top: 93px;
    position: relative;
    z-index: 4;
}

.footer::after {
    content: "";
    display: inline-block;
    width: calc(569/1440 * 100%);
    height: auto;
    aspect-ratio: 569/728;
    background: url(/wp-content/themes/child/image/common/bg_tri02.png) no-repeat left center / contain;
    position: absolute;
    top: -196px;
    left: 0;
}

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

.page_top {
    text-align: right;
    padding-bottom: 4px;
}

.page_top a {
    display: inline-flex;
    color: #2F2F2F;
    font-family: var(--font-en);
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.page_top a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: var(--main-color);
    border-radius: 2px;
}

.page_top a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url(/wp-content/themes/child/image/icon/icon_arrow_white.svg) no-repeat center center / contain;
    transform: translateY(-50%) rotate(-90deg);
    position: absolute;
    top: 50%;
    right: 8px;
}

.footer .content {
    border-top: 1px solid var(--main-color);
    padding-top: 120px;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
}

.footer .logo {
    width: 260px;
}

.footer .logo a {
    transition: .3s;
}

.footer .logo img {
    width: 100%;
    height: auto;
}

.footer .address_list {
    margin-top: 33px;
}

.footer .address_item:nth-child(n+2) {
    margin-top: 10px;
}

.footer .address_title {
    font-size: 14px;
    font-weight: 500;
    line-height: calc(25/14);
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 10px;
}

.footer .address_title::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 14px;
    background: url(/wp-content/themes/child/image/icon/icon_map.svg) no-repeat center center / contain;
}

.footer .address_text {
    font-size: 14px;
    font-weight: 500;
    line-height: calc(25/14);
    padding-left: 30px;
}

.footer .btn {
    margin-top: 32px;
}

.footer_nav {
    display: flex;
    gap: 63px;
    margin-top: 96px;
}

.footer_nav .nav_item a {
    display: inline-block;
    color: #2F2F2F;
    font-size: 14px;
    font-weight: 700;
    line-height: calc(20/14);
    display: flex;
    flex-direction: column;
    transition: .3s;
}

.footer_nav .nav_item a::before {
    content: attr(data-en);
    font-family: var(--font-en);
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: calc(24/20);
    margin-bottom: 4px;
}

.footer .sub_nav_list {
    margin-top: 24px;
}

.footer .sub_nav_list .sub_nav_item:nth-child(n+2) {
    margin-top: 20px;
}

.footer .sub_nav_list .sub_nav_item {
    transform: translateX(7px);
}

.footer .sub_nav_list .sub_nav_item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 11px;
    color: var(--gray);
    font-size: 14px;
    font-weight: 500;
    line-height: calc(20/14);
}

.footer .sub_nav_item a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 13px;
    background: url(/wp-content/themes/child/image/icon/icon_arrow_purple.svg) no-repeat center center / contain;
    margin-top: 3px;
}

.footer_bottom {
    margin-top: 104px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_bottom .copyright {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.footer_bottom .footer_link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
}

.footer_bottom .footer_link a {
    display: inline-block;
    color: #2F2F2F;
    font-size: 12px;
    font-weight: 500;
    transition: .3s;
}

/*==================================
# トップページ
===================================*/
.top_main {
    position: relative;
}

.top_main_bg01 {
    display: inline-block;
    width: calc(680/1440 * 100%);
    aspect-ratio: 663/720;
    height: auto;
    background: url(/wp-content/themes/child/image/common/bg_tri01.png) no-repeat center center / cover;
    position: absolute;
    top: 590px;
    left: 0;
    z-index: 2;
}

.top_main_bg02 {
    width: 2249px;
    height: 2443px;
    background-color: var(--main-color);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    position: absolute;
    top: 527px;
    right: 0;
    z-index: 3;
}

.top_main_bg02::after {
    content: "";
    display: inline-block;
    width: 2329px;
    height: 26px;
    background-color: var(--white);
    position: absolute;
    transform: rotate(28.5deg);
    top: 1818px;
    right: -161px;
    z-index: 3;
}

.top_main_bg03 {
    width: 695px;
    width: calc(695/1440 * 100%);
    aspect-ratio: 695/965;
    height: auto;
    background: url(/wp-content/themes/child/image/common/bg_tri02.png) no-repeat center center / contain;
    position: absolute;
    top: 2435px;
    left: 0;
}

/* メインビュー */
.top_mv {
    padding-top: 477px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.top_mv_wrap {
    position: relative;
    z-index: 2;
    text-shadow: 1px 2px 3px #6f6f6f;
}

.common_main_video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_mv .title {
    color: var(--white);
    font-size: 64px;
    font-weight: 900;
    line-height: calc(92/64);
}

.top_mv .lead {
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
    font-family: var(--font-en);
    letter-spacing: 0.03em;
    font-weight: 100;
}

.top_mv .scroll {
    margin-top: 53px;
    position: relative;
    text-align: center;
}

.top_mv .scroll a {
    display: inline-block;
    padding-bottom: 70px;
    position: relative;
}

.top_mv .scroll span {
    display: block;
    color: var(--white);
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.top_mv .scroll::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 60px;
    background-color: var(--white);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.top_mv .scroll::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 9px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background-color: var(--white);
    position: absolute;
    left: 50%;
    bottom: 51px;
    transform: translateX(-50%);
    animation: scroll 2.4s infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        transform: translate(-50%, 50px);
    }

    100% {
        opacity: 0;
    }
}

/* ニュース */
.top_news {
    position: relative;
    z-index: 3;
}

.top_news_wrap {
    background-color: var(--white);
    padding: 50px 60px 50px 60px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.top_news .body {
    width: 260px;
    flex-shrink: 0;
    padding: 25px 41px 77px 41px;
    border-right: 3px solid var(--main-color);
    border-bottom: 3px solid var(--light-purple);
}

.top_news .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    display: flex;
    flex-direction: column;

}

.top_news .title::after {
    content: attr(data-en);
    display: inline-block;
    font-family: var(--font-en);
    color: var(--main-color);
    font-size: 56px;
    line-height: 1;
    margin-top: 5px;
}

.top_news .btn {
    margin-top: 36px;
}

.top_news .news_list {
    flex-grow: 1;
}

.top_news .news_item:nth-child(n+2) {
    border-top: 1px solid #F7F7F7;
}

.top_news .news_link {
    display: flex;
    align-items: center;
    color: #2F2F2F;
    padding: 20px 40px 20px 0;
}

.top_news .news_time {
    display: inline-block;
    width: 106px;
    font-family: var(--font-en);
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
    transition: .3s;
}

.top_news .news_title {
    font-size: 16px;
    font-weight: 700;
    line-height: calc(24/16);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 50px;
    transition: .3s;
}

.top_news .news_link .arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: linear-gradient(90deg, #4B5F9F 0%, #354586 100%);
    border-radius: 2px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    margin-left: auto;
}

.top_news .news_link .arrow::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url(/wp-content/themes/child/image/icon/icon_arrow_white.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease-in-out .1s;
}

.top_news .news_link .arrow::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url(/wp-content/themes/child/image/icon/icon_arrow_white.svg) no-repeat center center / cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-200%, -50%);
    transition: all .4s ease-in-out .1s;
    opacity: 0;
}

/* 事業内容 */
.top_business {
    padding-top: 255px;
    position: relative;
    z-index: 3;
}

.top_business::before {
    content: "";
    display: inline-block;
    width: 650px;
    height: 387px;
    background: url(/wp-content/themes/child/image/top/bg_img01.png) no-repeat center center / contain;
    position: absolute;
    top: 238px;
    right: -147px;
    opacity: 0.15;
}

.top_business .bg_text {
    color: #EFEFEF;
    font-family: var(--font-en);
    font-size: 272px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    left: -48px;
    top: 6rem;
    opacity: .1;
}

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

.top_business .title {
    color: var(--white);
    font-size: 56px;
    font-weight: 700;
    text-align: right;
}

.top_business .business_list {
    display: flex;
    column-gap: 45px;
    flex-wrap: wrap;
    margin-top: -127px;
}

.top_business .business_item:nth-child(2) {
    margin-top: 100px;
}

.top_business .business_item:nth-child(3) {
    margin-top: 200px;
}

.top_business .business_item:nth-child(4) {
    margin-top: -127px;
}

.top_business .business_item:nth-child(5) {
    margin-top: -27px;
}

.top_business .business_item:nth-child(6) {
    margin-top: 73px;
}

.top_business .business_link {
    display: flex;
    flex-direction: column;
    width: 350px;
    position: relative;
}

.top_business .business_item .business_title {
    color: var(--white);
    position: relative;
    z-index: 3;
}

.top_business .business_item .business_title .ja {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    gap: 15px;
}

.top_business .business_title .ja::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 3px;
    background-color: var(--white);
}

.top_business .business_title .en {
    display: block;
    font-family: var(--font-en);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-top: -3px;
    text-transform: uppercase;
}

.top_business .business_img {
    position: relative;
    margin-top: -26px;
}

.top_business .business_img img {
    aspect-ratio: 350/480;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.top_business .business_img::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.32;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
    z-index: 2;
}

.top_business .business_img::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 50%;
    background: transparent linear-gradient(0deg, #4B5F9F00 0%, #475A9A99 48%, #354586D9 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
    z-index: 1;
}

.top_business .business_img img {
    aspect-ratio: 350/480;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.top_business .business_link .btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    color: var(--white);
    font-family: var(--font-en);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -81px;
    margin-left: auto;
    margin-right: 25px;
    position: relative;
    z-index: 2;
}

.top_business .business_link .btn::after {
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 2px;
    border: 2px solid var(--white);
    transition: .3s;
}

.top_business .business_link .btn::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url(/wp-content/themes/child/image/icon/icon_arrow_white.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: .3s;
}

/* 選ばれる理由 */
.top_features {
    padding-top: 102px;
    position: relative;
    z-index: 4;
}

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

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

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

.top_features .title {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}

.top_features .title::after {
    content: attr(data-en);
    font-family: var(--font-en);
    display: inline-block;
    color: var(--main-color);
    font-size: 82px;
    font-weight: 700;
    line-height: 1;
}

.top_features .btn {
    margin-top: 42px;
}

.top_features .features_list {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    overflow-x: auto;
    margin-top: 40px;
    padding-bottom: 10px;
    padding-left: max(100px, calc(50vw - 570px));
    padding-right: max(100px, calc(50vw - 570px));
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.top_features .features_item {
    width: 420px;
    flex-shrink: 0;
    box-shadow: 10px 10px 0 var(--main-color);
}

.top_features .features_item_img img {
    aspect-ratio: 420/320;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.top_features .features_item_body {
    background-color: var(--white);
    padding: 25px 25px 25px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.top_features .features_item_num {
    width: 80px;
    height: 80px;
    border-right: 3px solid var(--main-color);
    border-bottom: 3px solid var(--light-purple);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--main-color);
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

.top_features .features_item_num .en {
    font-family: var(--font-en);
    font-size: 12px;
}

.top_features .features_item_num .num {
    font-family: var(--font-en);
    font-size: 40px;
}

.top_features .features_item_title {
    font-size: 18px;
    font-weight: 700;
    line-height: calc(32/18);
}

/* 会社概要 */
.top_company {
    padding-top: 155px;
    padding-bottom: 124px;
    position: relative;
    z-index: 3;
}

.top_company::before {
    content: "";
    display: inline-block;
    width: 720px;
    height: 500px;
    background: url(/wp-content/themes/child/image/top/bg_img02.png) no-repeat center center / contain;
    position: absolute;
    position: absolute;
    bottom: 296px;
    left: -20px;
    z-index: 3;
}

.top_company_bg01 {
    display: inline-block;
    width: calc(1573/1440 * 100%);
    aspect-ratio: 1573/1714;
    height: auto;
    background: linear-gradient(90deg, #4B5F9F 0%, #354586 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    position: absolute;
    top: -200px;
    left: 0;
    z-index: 2;
}

.top_company_bg02 {
    content: "";
    display: inline-block;
    width: calc(936/1440 * 100%);
    aspect-ratio: 936/862;
    object-fit: cover;
    height: auto;
    background: url(/wp-content/themes/child/image/common/bg_tri01.png) no-repeat center center / cover;
    position: absolute;
    transform: scale(-1, 1);
    top: -208px;
    right: 0;
    z-index: 1;
}

.top_company_bg03 {
    content: "";
    display: inline-block;
    width: 132%;
    width: 132%;
    aspect-ratio: 1906/1754;
    height: auto;
    object-fit: cover;
    background: url(/wp-content/themes/child/image/common/bg_tri03.png) no-repeat top center/ cover;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 660px;
}

.top_company_wrap {
    display: flex;
    gap: 100px;
    position: relative;
    z-index: 3;
}

.top_company .body {
    width: 570px;
}

.top_company .title {
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 10px;
}

.top_company .title::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(/wp-content/themes/child/image/icon/icon_arrow_double.svg) no-repeat center center / contain;
}

.top_company .main_img {
    width: calc(620/1440 * 100%);
    min-width: 620px;
    height: 720px;
    margin-right: calc(50% - 50vw);
    margin-top: 96px;
    flex-grow: 1;
    position: relative;
}

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

.top_company_bg_text {
    display: inline-block;
    color: #5C6991;
    font-size: 156px;
    font-family: var(--font-en);
    font-weight: 700;
    position: absolute;
    right: 0px;
    z-index: 3;
    line-height: 1;
    top: 120px;
    mix-blend-mode: color-burn;
}

.top_company .lead {
    color: var(--white);
    font-size: 48px;
    font-weight: 900;
    line-height: calc(82/48);
    letter-spacing: 0.03em;
    margin-top: 22px;
}

.top_company .text {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: calc(32/16);
    margin-top: 43px;
}

.top_company .text .row {
    display: block;
}

.top_company .text .row:nth-child(n+2) {
    margin-top: 32px;
}

.top_company .btn {
    margin-top: 55px;
}

.top_company .sub_img {
    width: 450px;
    margin-top: 62px;
    position: relative;
}

.top_company .sub_img::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #2D3858;
    opacity: 0.21;
    position: absolute;
    top: 0;
    left: 0;
}

.top_company .sub_img img {
    width: 100%;
    height: auto;
}



.page_features .ttl .text:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index: -1;
}

.page_features .ttl .text:after {
    position: absolute;
    content: '';
    right: -3px;
    top: -7px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 40px transparent;
    border-bottom: solid 79px white;
    z-index: -1;
}

.page_features .text_area .sub_ttl .text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    text-align: center;
    color: #5B73B8;
    font-weight: 600;
    line-height: 1.7;
    gap: 0 20px;
}

.page_features .text_area .sub_ttl .text::before,
.page_features .text_area .sub_ttl .text::after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #5B73B8;
    flex-shrink: 0;
    display: block;
}


.page_features .text_area .sub_ttl {
    margin-bottom: 30px;
}

.page_features .text_area .inner_box .text_box {
    letter-spacing: .03em;
    line-height: 1.7;
}

.page_features .text_area+.text_area {
    margin-top: 70px;
}


.page_features .text_area {
    border: 2px solid #E8EDFC;
    padding: 30px 50px 50px;
    background-color: #F0F0F0;
}

.page_features .text_area .inner_box {
    display: flex;
    gap: 0 30px;
}

.page_features .text_area .img {
    width: 480px;
    flex-shrink: 0;
}

.page_features .text_area .img:nth-child(even) {
    flex-direction: row-reverse;
}


.page_features .ttl_text {
    margin-bottom: 50px;
    text-align: center;
}

.common_page_main {
    background-image: url(/wp-content/themes/child/image/internal_fv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 160px 0 120px;
    width: 100%;
    position: relative;
    z-index: 0;
    text-align: center;
}

.common_page_main::before {
    content: "";
    background-color: #879BB9;
    opacity: 0.5;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.common_page_main .title_box .title {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

.common_page_main .title_box .sub_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* 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 #5B73B8;
    padding-left: 1em;
}

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

/* ------------------------------------------------------------- */
.page_company {
    position: relative;
}

.company_greeting_sec .cont_box {
    display: flex;
    gap: 0 50px;
}

.company_greeting_sec .cont_box .img {
    width: 400px;
    flex-shrink: 0;
}

.company_greeting_sec {
    position: relative;
}

.company_greeting_sec::before {
    content: "";
    display: block;
    width: 70%;
    background-color: #E8EDFC;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -40px;
    z-index: -1;
}

.company_greeting_sec .cont_box .inner_box {
    padding-right: 70px;
}

.common_sec_ttl .ttl_small {
    font-size: 20px;
    padding-left: 20px;
    letter-spacing: 0.1em;
}

.company_greeting_sec .inner_box .img {
    width: 250px;
    margin-left: auto;
    flex-shrink: 0;
    margin-top: 15px;
}

.company_greeting_sec,
.company_overview_sec {
    margin-bottom: 100px;
}

.common_sec_ttl .ttl {
    color: #5B73B8;
    font-weight: 600;
    font-size: 45px;
}

.company_overview_sec table th {
    width: auto;
    white-space: nowrap;
    border-bottom: 2px solid #5B73B8;
}

.company_overview_sec table td {
    border-bottom: 2px solid #d1d5d9;
    width: 80%;
}

.company_overview_sec table th,
.company_overview_sec table td {
    padding: 1em 0;
}

.company_achievements_sec table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.company_achievements_sec table th,
.company_achievements_sec table td {
    padding: 1em 2em;
    border: 1px solid #d1d5d9;
}

.company_achievements_sec table th {
    background-color: #E8EDFC;
    white-space: nowrap;
}

.company_achievements_sec .common_sec_ttl .ttl {
    margin-bottom: 20px;
}

.company_overview_sec .company_overview_box table {
    width: 100%;
}

/* 事業案内 */
.page_business_main {
    /* background: url(/wp-content/themes/child/image/business_main_img.jpg) no-repeat; */
    background-size: cover;
    background-position: center;
    padding: 14vw 0 1.5vw;
    position: relative;
    z-index: 0;
}

.page_business_main::before {
    content: "";
    background-size: cover;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.page_business_main .inbox .title_box {
    color: var(--white);
    margin-bottom: 355px;
}

.page_business_main .inbox .title_box .title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.15em;
}

.page_business_main .inbox .title_box .en {
    font-family: var(--font-en);
    font-size: 24px;
    letter-spacing: .03em;
    font-weight: 700;
    line-height: 1;
}

.page_business_main .breadcrumb {
    margin: 0;
    position: relative;
    z-index: 2;
}

.page_business_main .top_main_bg01 {
    top: 340px;
}

.page_business_main .top_main_bg02 {
    background: url(/wp-content/themes/child/image/top_main_bg02.svg) no-repeat;
    background-size: cover;
    width: calc(1959 / 1440* 100%);
    height: 2162px;
    top: 207px;
    right: -4.8vw;
}

.page_business_main .top_main_bg02::after {
    content: none;
}

.page_business_main .top_main_bg03 {
    top: 2800px;
}

.page_business {
    padding: 120px 0 0;
    position: relative;
    z-index: 0;
}

.page_business::before {
    content: "";
    background: url(/wp-content/themes/child/image/top/bg_img01.png) no-repeat;
    background-size: contain;
    width: 550px;
    aspect-ratio: 550/327;
    opacity: 0.13;
    position: absolute;
    top: -135px;
    right: -82px;
    z-index: -1;
}

.business_cont_sec .sec_title_box {
    text-align: center;
    color: var(--white);
    margin-bottom: 90px;
}

.business_cont_sec .sec_title_box .title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 0.3em;
}

.business_cont_sec .sec_title_box .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.business_cont_sec .sec_title_box .text+.text {
    margin-top: 1.5em;
}

.business_cont_sec .tab_box {
    margin-bottom: 80px;
}

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

.business_cont_sec .tab_box ul+ul {
    margin-top: 20px;
}

.business_cont_sec .tab_box ul.bottom {
    grid-template-columns: repeat(4, 1fr);
}

.business_cont_sec .tab_box li {
    background: #fff;
}

.business_cont_sec .tab_box li a {
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding: 24px 30px;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
}

.business_cont_sec .tab_box li a::before {
    content: "";
    background: url(/wp-content/themes/child/image/arrow_business.svg) no-repeat;
    background-size: contain;
    width: 11px;
    aspect-ratio: 11/17;
    flex-shrink: 0;
    display: block;
    translate: 0 0.1em;
}

.business_cont_sec .cont .item {
    --color: var(--black);
    --accent-color: var(--main-color);
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.business_cont_sec .cont .item.white {
    --color: #fff;
    --accent-color: #fff;
}

.business_cont_sec .cont .item+.item {
    border-top: 1px dashed #C0CAE8;
    margin-top: 100px;
    padding-top: 100px;
}

.business_cont_sec .cont .item .img {
    flex-shrink: 0;
    width: 480px;
}

.business_cont_sec .cont .item:nth-child(even) .img {
    order: 1;
}

.business_cont_sec .cont .item .text_box {
    width: 100%;
}

.business_cont_sec .cont .item .text_box .top_box {
    display: flex;
    align-items: center;
    gap: 0 30px;
    margin-bottom: 25px;
}

.business_cont_sec .cont .item .text_box .top_box .num_box {
    flex-shrink: 0;
    width: 80px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--accent-color);
    text-align: center;
    font-family: var(--font-en);
    position: relative;
}

.business_cont_sec .cont .item .text_box .top_box .num_box .text {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
}

.business_cont_sec .cont .item .text_box .top_box .num_box .text .num {
    font-size: 3.3em;
    display: block;
}

.business_cont_sec .cont .item .text_box .top_box .num_box::before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--accent-color);
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.business_cont_sec .cont .item .text_box .top_box .num_box::after {
    content: "";
    width: 2px;
    height: 100%;
    background: var(--accent-color);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97.5%);
    position: absolute;
    top: 0;
    right: 0;
}

.business_cont_sec .cont .item .text_box .top_box .title_box .title {
    color: var(--color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 0.2em;
}

.business_cont_sec .cont .item .text_box .top_box .title_box .title::before {
    content: "";
    width: 15px;
    height: 2px;
    background: var(--color);
    flex-shrink: 0;
    display: block;
}

.business_cont_sec .cont .item .text_box .top_box .title_box .en {
    color: var(--accent-color);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.business_cont_sec .cont .item .text_box .text_area {
    margin-bottom: 30px;
    color: var(--color);
}

.business_cont_sec .cont .item .text_box .text_area .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.business_cont_sec .cont .item .text_box .text_area .text+.text {
    margin-top: 1.5em;
}

.business_cont_sec .cont .item .text_box .link a {
    display: inline-flex;
    align-items: center;
    gap: 0 20px;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-en);
    color: var(--color);
}

.business_cont_sec .cont .item .text_box .link a .mark {
    width: 55px;
    aspect-ratio: 1/1;
    border: 1px solid var(--color);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.business_cont_sec .cont .item .text_box .link a .mark::before {
    content: "";
    width: 10px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid var(--color);
    border-width: 1px 1px 0 0;
    rotate: 45deg;
    display: block;
    translate: -0.15em 0;
}

.business_cont_sec .business_bg01 {
    width: calc(1367 / 1440 * 100%);
    aspect-ratio: 1367/1486;
    background: linear-gradient(30deg, #4B5F9F, #354586);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    position: absolute;
    bottom: 660px;
    right: 0;
    z-index: -1;
}

.business_cont_sec .business_bg02 {
    background: linear-gradient(30deg, rgba(53, 69, 134, 0) 0%, rgba(59, 76, 141, 0) 35%, rgba(68, 87, 152, 0.1) 55%, rgba(72, 91, 156, 0.25) 60%, rgba(75, 95, 159, 0.35) 100%);
    width: calc(861 / 1440 * 100%);
    aspect-ratio: 861/936;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    position: absolute;
    bottom: 507px;
    left: 0;
    z-index: -1;
}

.business_cont_sec .business_bg03 {
    background: url(/wp-content/themes/child/image/business_bg03.png) no-repeat;
    background-size: contain;
    width: calc(1754 / 1440* 100%);
    aspect-ratio: 1754 / 1906;
    position: absolute;
    bottom: -930px;
    right: 0;
    z-index: -1;
}

/* --------------------------------------------------------------------------------------- */
@media (hover: hover) {

    /* ヘッダー：pc */
    .header_nav .nav_item a:hover {
        color: var(--main-color);
    }

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

    .header .sub_nav_item a:hover::before {
        opacity: 1;
    }

    .header_pc .sub_nav_item a:hover::before {
        opacity: 1;
    }

    /* 共通ボタン */
    .common_btn01:hover {
        color: var(--main-color);
    }

    .common_btn01:hover::before {
        opacity: 1;
    }

    .common_btn01:hover .arrow::before {
        transform: translate(100%, -50%);
        opacity: 0;
    }

    .common_btn01:hover .arrow::after {
        transform: translate(-50%, -50%);
        opacity: 1;
    }

    .common_btn02:hover::before {
        opacity: 1;
    }

    .common_btn02:hover .btn_arrow::before {
        transform: translate(100%, -50%);
        opacity: 0;
    }

    .common_btn02:hover .btn_arrow::after {
        transform: translate(-50%, -50%);
        opacity: 1;
    }

    /* ニュース */
    .top_news .news_link:hover .news_time,
    .top_news .news_link:hover .news_title {
        color: var(--main-color);
    }

    .top_news .news_link:hover .arrow::before {
        transform: translate(100%, -50%);
        opacity: 0;
    }

    .top_news .news_link:hover .arrow::after {
        transform: translate(-50%, -50%);
        opacity: 1;
    }

    /* 事業案内 */
    .top_business .business_link:hover .business_img::before {
        opacity: 0;
    }

    .top_business .business_link:hover .business_img::after {
        opacity: 0.7;
    }

    .top_business .business_link:hover .btn::after {
        background-color: var(--white);
    }

    .top_business .business_link:hover .btn::before {
        background: url(/wp-content/themes/child/image/icon/icon_arrow_purple.svg) no-repeat center center / contain;
    }

    /* フッター */
    .footer .logo a:hover {
        opacity: .7;
    }

    .footer_nav .nav_item a:hover {
        opacity: .7;
    }

    .footer .sub_nav_item a:hover {
        opacity: 1;
    }

    .footer .sub_nav_item a:hover::before {
        transform: translateX(5px);
        opacity: 1;
    }

    .footer_bottom .footer_link a:hover {
        opacity: .7;
    }
}


@media (max-width: 750px) {
    body {
        font-size: 13px;
        line-height: 1.5;
        min-width: initial;
    }

    body {
        color: var(--black);
        font-size: 16px;
        line-height: calc(32/16);
        min-width: initial;
    }

    .wrap,
    .wrap_sm,
    .wrap_md {
        width: 100%;
        max-width: 90%;
    }

    a[href^="tel:"] {
        pointer-events: auto;
    }

    /* 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固定ページ お問い合わせ */
    .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;
        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_box {
        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;
        margin: 0 auto 10vw;
    }

    .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;
        order: 1;
    }

    .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;
        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 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 {
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

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

    .page_contact .progressbar .item.active::after {
        top: 2vw;
        width: 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投稿ページ シングルページ */
    .single_page .common_page_wrap {
        padding: 30vw 0 20vw;
    }

    .single_page .single_flame {
        padding: 0;
        border: none;
    }

    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
        top: 7vw;
    }

    .singleContent .title_area .en {
        font-size: 3vw;
        margin-bottom: 5vw;
        gap: 2.5vw;
    }

    .singleContent .title_area .en::after {
        width: 2.5vw;
        height: 2.5vw;
    }

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

    .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 .title_area {
        margin-bottom: 10vw;
        padding-bottom: 5vw;
    }

    .singleContent .title_area .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;
        line-height: 1.8;
    }

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

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

    .single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 20vw;
        gap: 0;
        justify-content: space-between;
    }

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

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

    .singleContent_links ul {
        width: 40%;
    }

    .latest_post_area {
        width: 100%;
        margin: 15vw 0 0;
    }

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

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

    .latest_post_area .img {
        height: 25vw;
    }

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

    .latest_post_area .day_cat {
        display: block;
    }

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

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

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

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

    .breadcrumb.single {
        text-align: left;
        margin: 0 0 30vw;
    }

    .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;
    }

    .singleContent .addtoany_content {
        margin: 10vw auto 0;
    }

    /* 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;
    }

    /*==================================
    # 共通パーツ：ボタン
    ===================================*/
    .common_btn01 {
        font-size: 3.59vw;
        width: 100%;
        min-width: 43.59vw;
    }

    .common_btn01 .arrow {
        width: 5.13vw;
        height: 5.13vw;
    }

    .common_btn01 .arrow::before {
        width: 1.03vw;
        height: 2.05vw;
    }

    .common_btn01 .arrow::after {
        width: 1.03vw;
        height: 2.05vw;
    }

    .common_btn02 {
        padding: 6.92vw 5.13vw 6.92vw 7.69vw;
        min-width: 76.92vw;
    }

    .common_btn02::before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #354586 0%, #4B5F9F 100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        transition: all .4s ease-in-out;
    }

    .common_btn02 .btn_text {
        color: var(--white);
        font-size: 4.10vw;
    }

    .common_btn02 .btn_arrow {
        width: 5.13vw;
        height: 5.13vw;
    }

    .common_btn02 .btn_arrow::before {
        width: 1.03vw;
        height: 2.05vw;
    }

    .common_btn02 .btn_arrow::after {
        width: 1.03vw;
        height: 2.05vw;
        background: url(/wp-content/themes/child/image/icon/icon_arrow_purple.svg) no-repeat center center / contain;
    }

    .common_btn02.common_btn02_cta .btn_text {
        font-size: 3.59vw;
    }

    /*==================================
    # 共通パーツ：CTA
    ===================================*/
    .common_cta .content {
        padding: 13.33vw 5.13vw 10.26vw 5.13vw;
        flex-direction: column;
        gap: 7.44vw;
    }

    .common_cta .title {
        width: 61.54vw;
        height: 61.54vw;
        border-right: 3px solid var(--main-color);
        border-bottom: 3px solid var(--light-purple);
        font-size: 3.59vw;
        font-weight: 700;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        height: auto;
        padding-bottom: 5.13vw;
    }

    .common_cta .title::after {
        font-size: 10.26vw;
    }

    .common_cta .body {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        gap: 5.5vw;
        padding-bottom: 3.08vw;
    }

    .common_cta .tel {
        text-align: center;
    }

    .common_cta_sub_title {
        font-size: 4.10vw;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2.56vw;
    }

    .common_cta_sub_title::before {
        width: 6.41vw;
        height: 6.41vw;
    }

    .common_cta .body .tel a {
        font-size: 10.26vw;
        margin-top: 2.05vw;
    }

    .common_cta .body .tel .business_hour {
        font-size: 3.08vw;
        margin-top: 0;
    }

    .common_cta .body .mail_btn {
        margin-top: 2.05vw;
    }

    /*==================================
    # ヘッダー:SP
    ===================================*/
    .header_sp {
        width: 100%;
        height: 20.51vw;
        position: absolute;
        top: 0;
        left: 0;
        padding: 4.87vw 2.56vw;
        z-index: 100;
        background: linear-gradient(180deg, rgba(91, 115, 184, 0.8), rgba(91, 115, 184, 0));
    }

    .header_sp .logo {
        width: 46.15vw;
    }

    .header_sp .logo img {
        width: 100%;
        height: auto;
    }

    /*==================================
    # ハンバーガーメニュー
    ===================================*/
    .hamburger_btn {
        width: 12.82vw;
        height: 12.82vw;
        border-radius: 4px;
        background: linear-gradient(90deg, #4B5F9F 0%, #354586 100%);
        position: fixed;
        top: 3.85vw;
        right: 2.56vw;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 2.05vw;
        z-index: 200;
    }

    .hamburger_btn span {
        display: inline-block;
        width: 6.41vw;
        height: 0.26vw;
        background-color: var(--white);
        transition: .3s;
    }

    .hamburger_btn.is-open span:nth-child(1) {
        transform: translateY(2.31vw) rotate(45deg);
    }

    .hamburger_btn.is-open span:nth-child(2) {
        opacity: 0;
    }

    .hamburger_btn.is-open span:nth-child(3) {
        transform: translateY(-2.31vw) rotate(-45deg);
    }


    /*==================================
    # ドロワーメニュー
    ===================================*/
    .drawer {
        position: fixed;
        width: 100%;
        height: 100dvh;
        top: 0;
        left: 0;
        background-color: var(--main-color);
        z-index: 100;
        color: var(--white);
        overflow-y: auto;
        display: none;
    }

    .drawer::before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 102.56vw;
        background: url(/wp-content/themes/child/image/common/drawer_bg.png) no-repeat top center / cover;
        position: absolute;
        top: 19.49vw;
        left: 0;
        pointer-events: none;
    }

    .drawer_inner {
        padding-right: 5.13vw;
        padding-left: 5.13vw;
        padding-top: 24.36vw;
        padding-bottom: 15.38vw;
        position: relative;
        z-index: 2;
    }

    .drawer_nav .nav_item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .drawer_nav .nav_link {
        color: #fff;
        font-size: 3.59vw;
        font-weight: 700;
        display: flex;
        flex-direction: column;
        padding-top: 5.9vw;
        padding-bottom: 5.9vw;
        padding-left: 6.41vw;
        position: relative;
    }

    .drawer_nav .nav_link::before {
        content: attr(data-en);
        font-family: var(--font-en);
        display: inline-block;
        font-size: 5.13vw;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 1.03vw;
    }

    .drawer_nav .nav_link::after {
        content: "";
        display: inline-block;
        width: 4.62vw;
        height: 3.33vw;
        background: url(/wp-content/themes/child/image/icon/icon_arrow_double.svg) no-repeat center center / contain;
        position: absolute;
        top: 6.92vw;
        left: 0;
    }

    .drawer_nav .nav_item.parent {
        padding-right: 12.82vw;
        position: relative;
    }

    .drawer_nav .nav_item .arrow {
        display: block;
        width: 7.69vw;
        height: 7.69vw;
        background-color: var(--white);
        border-radius: 4px;
        position: absolute;
        right: 0;
        top: 7.69vw;
    }

    .drawer_nav .nav_item .arrow::before {
        content: "";
        display: inline-block;
        width: 2.56vw;
        height: 0.26vw;
        background-color: var(--main-color);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .drawer_nav .nav_item .arrow::after {
        content: "";
        display: inline-block;
        width: 0.26vw;
        height: 2.56vw;
        background-color: var(--main-color);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .3s;
    }

    .drawer_nav .nav_item .arrow.open::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .drawer_nav .sub_nav_list {
        display: none;
        padding-left: 6.41vw;
        padding-bottom: 5.13vw;
        transform: translateY(-2.56vw);
    }

    .drawer_nav .sub_nav_item a {
        display: block;
        color: #fff;
        font-size: 3.08vw;
        font-weight: 500;
        padding: 0.77vw 0;
        display: flex;
        align-items: center;
        gap: 2.56vw;
        position: relative;
    }

    .drawer_nav .sub_nav_item a::before {
        content: "";
        display: inline-block;
        width: 4.62vw;
        height: 4.8vw;
        border: 1px solid var(--white);
        border-radius: 3px;
        flex-shrink: 0;
    }

    .drawer_nav .sub_nav_item a::after {
        content: "";
        display: inline-block;
        width: 2.05vw;
        height: 2.05vw;
        background: url(/wp-content/themes/child/image/icon/icon_arrow_white.svg) no-repeat center center / contain;
        position: absolute;
        top: 50%;
        left: 1.28vw;
        transform: translateY(-50%);
    }

    .drawer .btn {
        margin-top: 12.05vw;
    }

    .drawer_link {
        display: flex;
        flex-direction: column;
        gap: 0.77vw;
        margin-top: 7.95vw;
    }

    .drawer_link a {
        display: inline-block;
        color: #fff;
        font-size: 3.08vw;
        font-weight: 500;
    }

    /*==================================
    # フッター
    ===================================*/
    .footer {
        padding-bottom: 20.51vw;
        margin-top: 11.54vw;
    }

    .footer::after {
        content: "";
        display: inline-block;
        background: url(/wp-content/themes/child/image/common/bg_tri02.png) no-repeat left center / contain;
        position: absolute;
        left: 0;
        top: -22.05vw;
        width: 76.67vw;
        height: 98.21vw;
    }

    .page_top {
        padding-bottom: 1.28vw;
    }

    .page_top a {
        gap: 2.56vw;
        font-size: 3.59vw;
        font-weight: 700;
        position: relative;
    }

    .page_top a::after {
        width: 5.13vw;
        height: 5.13vw;
        border-radius: 2px;
    }

    .page_top a::before {
        width: 1.03vw;
        height: 2.05vw;
        transform: translateY(-50%) rotate(-90deg);
        right: 2.05vw;
    }

    .footer .logo {
        margin-inline: auto;
    }

    .footer .body {
        margin-inline: auto;
    }

    .footer .content {
        padding-top: 13.85vw;
        padding-left: 3.85vw;
        padding-right: 3.85vw;
    }

    .footer .address_list {
        margin-top: 6.15vw;
    }

    .footer .address_item:nth-child(n+2) {
        margin-top: 2.56vw;
    }

    .footer .address_title {
        font-size: 3.33vw;
        font-weight: 500;
        line-height: calc(25/14);
        display: flex;
        align-items: center;
        gap: 2.56vw;
        padding-left: 0px;
        justify-content: center;
    }

    .footer .address_title::before {
        width: 2.82vw;
        height: 3.59vw;
        background: url(/wp-content/themes/child/image/icon/icon_map.svg) no-repeat center center / contain;
    }

    .footer .address_text {
        font-size: 3.33vw;
        text-align: center;
        padding-left: 2.56vw;
    }

    .footer .btn {
        display: none;
    }

    .footer_nav {
        display: none;
    }

    .footer_bottom {
        margin-top: 10.26vw;
        padding-left: 3.85vw;
        padding-right: 3.85vw;
        flex-direction: column-reverse;
    }

    .footer_bottom .copyright {
        font-size: 3.08vw;
        margin-top: 1.79vw;
    }

    .footer_bottom .footer_link {
        gap: 7.69vw;
    }

    .footer_bottom .footer_link a {
        font-size: 3.08vw;
    }

    /*==================================
    # トップページ
    ===================================*/
    .top_main {
        position: relative;
    }

    .top_main_bg01 {
        display: inline-block;
        width: calc(680/1440 * 100%);
        aspect-ratio: 663/720;
        height: auto;
        background: url(/wp-content/themes/child/image/common/bg_tri01.png) no-repeat left center / contain;
        position: absolute;
        top: 188.97vw;
        left: 0;
        z-index: 2;

        width: 71.03vw;
        height: 65.38vw;
    }

    .top_main_bg02 {
        width: 430.67vw;
        height: 467.44vw;
        background-color: var(--main-color);
        clip-path: polygon(100% 0, 0 50%, 100% 100%);
        position: absolute;
        top: 181.38vw;
        right: 0;
        z-index: 3;
    }

    .top_main_bg02::after {
        content: "";
        display: inline-block;
        width: 593.67vw;
        height: 2.67vw;
        background-color: var(--white);
        position: absolute;
        transform: rotate(28.5deg);
        top: 322.67vw;
        right: -41.28vw;
        z-index: 3;
    }

    .top_main_bg03 {
        width: 77.21vw;
        height: 108.44vw;
        background: url(/wp-content/themes/child/image/common/bg_tri02.png) no-repeat center center / contain;
        position: absolute;
        top: 606.36vw;
        left: 0;
    }

    /* メインビュー */
    .top_mv {
        /* background: url(/wp-content/themes/child/image/top/mv_sp.jpg) no-repeat center center / cover; */
        padding-top: 44.87vw;
        padding-bottom: 18vw;
    }

    .top_mv .title {
        font-size: 10.26vw;
        line-height: calc(58/48);
        white-space: nowrap;
    }

    .top_mv .lead {
        font-size: 4.62vw;
        margin-top: 3.85vw;
        line-height: calc(22/18);
        white-space: nowrap;
    }

    .top_mv .scroll {
        margin-top: 101.28vw;
    }

    .top_mv .scroll span {
        color: var(--white);
        font-size: 3.59vw;
    }

    .top_mv .scroll a {
        display: inline-block;
        padding-bottom: 70px;
        position: relative;
        padding-bottom: 16.5vw;
    }

    .top_mv .scroll::before {
        width: 0.26vw;
        height: 15.38vw;
    }

    .top_mv .scroll::after {
        width: 2.56vw;
        height: 2.31vw;
        bottom: 13.08vw;
    }

    /* ニュース */
    .top_news {
        margin-top: -7.18vw;
    }

    .top_mv_wrap {
        flex-direction: column;
    }

    .top_news_wrap {
        padding: 12.82vw 5.13vw 11.79vw 5.13vw;
        flex-direction: column;
        gap: 0;
    }

    .top_news .body {
        width: 79.49vw;
        padding: 0 2.56vw 2.56vw 2.56vw;
        display: contents;
    }

    .top_news .title {
        font-size: 3.59vw;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        order: 1;
        border-right: 3px solid var(--main-color);
        border-bottom: 3px solid var(--light-purple);
        width: 100%;
        padding-bottom: 6.41vw;
    }

    .top_news .title::after {
        font-size: 10.26vw;
    }

    .top_news .btn {
        margin-top: 1.03vw;
        order: 3;
    }

    .top_news .news_list {
        order: 2;
        margin-top: 3.59vw;
    }

    .top_news .news_item:nth-child(n+2) {
        border-top: 1px solid #F7F7F7;
    }

    .top_news .news_link {
        padding: 5.38vw 10.26vw 5.38vw 0;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .top_news .news_time {
        display: inline-block;
        width: 100%;
        font-size: 3.59vw;
    }

    .top_news .news_title {
        font-size: 3.59vw;
        padding-right: 0;
    }

    .top_news .news_link .arrow {
        width: 5.13vw;
        height: 5.13vw;
        margin-left: auto;
        position: absolute;
        top: 40%;
        right: 0;
    }

    .top_news .news_link .arrow::before {
        width: 1.03vw;
        height: 2.05vw;
    }

    .top_news .news_link .arrow::after {
        width: 1.03vw;
        height: 2.05vw;
    }

    /* 事業内容 */
    .top_business {
        padding-top: 26.67vw;
    }

    .top_business::before {
        width: 76.92vw;
        height: 45.9vw;
        background: url(/wp-content/themes/child/image/top/bg_img01.png) no-repeat center center / contain;
        top: 13.85vw;
        right: -13.59vw;
        opacity: 0.15;
    }

    .top_business .bg_text {
        font-size: 28.72vw;
        position: absolute;
        left: -3.85vw;
        top: 15.64vw;
    }

    .top_business .title {
        font-size: 8.21vw;
    }

    .top_business .business_list {
        display: flex;
        column-gap: 5.13vw;
        flex-wrap: wrap;
        margin-top: -13.08vw;
    }

    .top_business .business_item:nth-child(2) {
        margin-top: 14.1vw;
    }

    .top_business .business_item:nth-child(3) {
        margin-top: -9.49vw;
    }

    .top_business .business_item:nth-child(4) {
        margin-top: 4.87vw;
    }

    .top_business .business_item:nth-child(5) {
        margin-top: -10.23vw;
    }

    .top_business .business_item:nth-child(6) {
        margin-top: 6.67vw;
    }

    .top_business .business_link {
        display: flex;
        flex-direction: column;
        width: 42.31vw;
        padding-bottom: 2.31vw;
        position: relative;
    }

    .top_business .business_item .business_title {
        color: var(--white);
        margin-bottom: -6.15vw;
    }

    .top_business .business_item .business_title .ja {
        font-size: 3.33vw;
        gap: 2.56vw;
    }

    .top_business .business_title .ja::before {
        width: 2.56vw;
        height: 0.51vw;
    }

    .top_business .business_title .en {
        font-size: 6.15vw;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
        margin-top: -0.51vw;
    }

    .top_business .business_img::before {
        display: none;
    }

    .top_business .business_img::after {
        opacity: .7;
    }

    .top_business .business_img {
        margin-top: 4vw;
    }

    .top_business .business_img img {
        aspect-ratio: 350/480;
    }

    .top_business .business_link .btn {
        gap: 2.5vw;
        font-size: 3.59vw;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: -9vw;
        margin-left: auto;
        margin-right: 2.56vw;
    }

    .top_business .business_link .btn::after {
        width: 6.41vw;
        height: 6.41vw;
        border: 2px solid var(--white);
        background-color: var(--white);
    }

    .top_business .business_link .btn::before {
        width: 3.85vw;
        height: 2.56vw;
        background: url(/wp-content/themes/child/image/icon/icon_arrow_purple.svg) no-repeat center center / contain;
        right: 1.2vw;
    }


    /* 選ばれる理由 */
    .top_features {
        padding-top: 23.87vw;
    }

    .top_features_wrap {
        display: flex;
        flex-direction: column;
    }

    .top_features .head {
        display: contents;
    }

    .top_features .title {
        font-size: 3.59vw;
        font-weight: 700;
        display: flex;
        flex-direction: column;
        order: 1;
    }

    .top_features .btn {
        order: 3;
        margin-top: 6.41vw;
    }

    .top_features .title::after {
        font-size: 10.26vw;
    }

    .top_features .features_list {
        display: flex;
        flex-wrap: nowrap;
        gap: 6.82vw;
        overflow-x: auto;
        margin-top: 10.26vw;
        order: 2;
        padding-left: 5.13vw;
        padding-right: 5.13vw;
    }

    .top_features .features_item {
        width: 66.67vw;
        flex-shrink: 0;
        box-shadow: 2.56vw 2.56vw 0 var(--main-color);
    }

    .top_features .features_item_img img {
        aspect-ratio: 420/320;
    }

    .top_features .features_item_body {
        background-color: var(--white);
        padding: 4.62vw 0 3.59vw 2.56vw;
        display: flex;
        align-items: center;
        gap: 2.56vw;
    }

    .top_features .features_item_num {
        width: 12.82vw;
        height: 12.82vw;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: var(--main-color);
        font-weight: 700;
        line-height: 1;
    }

    .top_features .features_item_num .en {
        font-size: 2.05vw;
    }

    .top_features .features_item_num .num {
        font-size: 6.67vw;
    }

    .top_features .features_item_title {
        font-size: 4.10vw;
        line-height: calc(25/16);
    }



    /* 会社概要 */
    .top_company {
        padding-top: 13.85vw;
        padding-bottom: 16.41vw;
    }

    .top_company::before {
        background: url(/wp-content/themes/child/image/top/bg_img02_sp.png) no-repeat center center / contain;
        bottom: 70.9vw;
        left: initial;
        right: 0.77vw;
        width: 69.23vw;
        height: 47.95vw;
    }

    .top_company::after {
        content: "";
        display: inline-block;
        width: 38.46vw;
        height: 19.49vw;
        background-color: var(--white);
        clip-path: polygon(100% 0, 0 0, 0 100%);
        position: absolute;
        top: 10.51vw;
        left: 6.92vw;
    }

    .top_company_bg01 {
        display: inline-block;
        width: 278vw;
        height: 304vw;
        background: linear-gradient(90deg, #4B5F9F 0%, #354586 100%);
        clip-path: polygon(100% 50%, 0 0, 0 100%);
        position: absolute;
        top: 27.69vw;
        left: 0;
        z-index: 2;
    }

    .top_company_bg02 {
        content: "";
        display: inline-block;
        width: 103.08vw;
        height: 95.9vw;
        object-fit: cover;
        background: url(/wp-content/themes/child/image/common/bg_tri01.png) no-repeat top center / cover;
        position: absolute;
        transform: scale(-1, 1);
        right: 0;
        z-index: 1;
        top: -20.51vw;
    }

    .top_company_bg03 {
        content: "";
        display: inline-block;
        width: 100vw;
        height: 290vw;
        background: url(/wp-content/themes/child/image/common/bg_tri03.png) no-repeat top center / cover;
        position: absolute;
        right: 0;
        z-index: 1;
        top: 240vw;
    }

    .top_company_bg_text {
        color: #5C6991;
        font-size: 22.56vw;
        position: absolute;
        right: 0;
        line-height: 1;
        top: 18.97vw;
        mix-blend-mode: color-burn;
        top: 19.5vw;
    }

    .top_company_wrap {
        display: flex;
        gap: 0;
        flex-direction: column-reverse;
    }

    .top_company .body {
        width: 100%;
        margin-top: 7.69vw;
    }

    .top_company .title {
        font-size: 5.13vw;
        gap: 2.56vw;
        padding-left: 0;
    }

    .top_company .title::before {
        content: "";
        display: inline-block;
        width: 4.62vw;
        height: 4.10vw;
        background: url(/wp-content/themes/child/image/icon/icon_arrow_double.svg) no-repeat center center / contain;
    }

    .top_company .main_img {
        width: calc(100vw - 10.26vw);
        min-width: initial;
        height: 46.15vw;
        margin-right: calc(50% - 50vw);
        margin-top: 24.62vw;
    }

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

    .top_company .lead {
        font-size: 10.26vw;
        font-weight: 900;
        line-height: calc(64/40);
        letter-spacing: 0.03em;
        margin-top: 3.85vw;
    }

    .top_company .text {
        font-size: 3.59vw;
        line-height: calc(25/14);
        margin-top: 2.56vw;
    }

    .top_company .text .row:nth-child(n+2) {
        margin-top: 6.41vw;
    }

    .top_company .btn {
        margin-top: 8.21vw;
    }

    .top_company .sub_img {
        width: 58.97vw;
        margin-top: 13.33vw;
        position: relative;
    }

    .top_company .sub_img::before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: #2D3858;
        opacity: 0.21;
        position: absolute;
        top: 0;
        left: 0;
    }

    .top_company .sub_img img {
        width: 100%;
        height: auto;
    }



    .page_features .ttl_text {
        font-size: 3.6vw;
        line-height: 1.7;
        margin-bottom: 7vw;
    }


    .page_features .text_area .inner_box .text_box {
        font-size: 3.5vw;
    }

    .page_features .text_area {
        padding: 5vw 2vw;
    }

    .page_features .text_area .inner_box {
        flex-direction: column;
        gap: 4vw 0;
    }

    .page_features .text_area .img {
        width: 100%;
    }

    .page_features .text_area .sub_ttl .text {
        gap: 0 4vw;
        line-height: 1.3;
        font-size: 4.6vw;
    }

    .page_features .text_area+.text_area {
        margin-top: 10vw;
    }

    .page_features .text_area .sub_ttl .text::before,
    .page_features .text_area .sub_ttl .text::after {
        width: 7vw;
    }

    .page_features .text_area .sub_ttl {
        margin-bottom: 5vw;
    }

    .page_features .text_area .inner_box .text_box .text+.text {
        margin-top: 1em;
    }

    .common_page_main {
        background-image: url(/wp-content/themes/child/image/internal_fv_sp.jpg);
        padding: 15vw 0;
    }

    .title_box .title {
        font-size: 5.5vw;
    }

    .title_box .sub_title {
        font-size: 4vw;
    }

    .breadcrumb {
        font-size: 3vw;
    }

    /* 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;

    }

    /* ------------------------------------------------------ */
    .page_company .common_sec_ttl .ttl {
        font-size: 5.7vw;
        line-height: 1.5;
        margin-bottom: 5vw;
    }

    .page_company .common_sec_ttl .ttl_small {
        font-size: 3.6vw;
        display: block;
        padding-left: 0;
    }

    .company_greeting_sec,
    .company_overview_sec {
        margin-bottom: 15vw;
    }

    .company_greeting_sec .cont_box {
        flex-direction: column;
        gap: 0;
    }

    .company_greeting_sec .cont_box .inner_box .img {
        width: 50vw;
        margin-top: 3vw;
    }

    .company_greeting_sec .cont_box .inner_box {
        padding-right: 0;
        padding: 3vw;
    }

    .company_greeting_sec::before {
        width: 90%;
        bottom: 0;
        top: 50vw;
        right: 50%;
        translate: 50% 0;
    }

    .company_greeting_sec .cont_box .img {
        width: 100%;
    }

    .company_overview_sec table th,
    .company_overview_sec table td {
        font-size: 3.6vw;
        line-height: 1.7;
        padding: 1em;

    }

    .company_greeting_sec .cont_box .inner_box .text_box .text {
        font-size: 3.6vw;
        line-height: 1.7;
    }

    .company_achievements_sec table th,
    .company_achievements_sec table td {
        font-size: 3.6vw;
        line-height: 1.7;
        padding: 1em;
    }

    /* 事業案内 */
    .page_business_main {
        /* background-image: url(/wp-content/themes/child/image/business_main_img_sp.jpg); */
        padding: 25vw 0 5vw;
    }

    .page_business_main::before {
        background-image: url(/wp-content/themes/child/image/business_main_bg_sp.png);
    }

    .page_business_main .inbox .title_box {
        margin-bottom: 65vw;
    }

    .page_business_main .inbox .title_box .title {
        font-size: 10vw;
        margin-bottom: 0.3em;
    }

    .page_business_main .inbox .title_box .en {
        font-size: 4.2vw;
    }

    .page_business_main .top_main_bg01 {
        top: 86.4vw;
    }

    .page_business_main .top_main_bg02 {
        width: 560vw;
        height: auto;
        aspect-ratio: 1959 / 2162;
        top: 83.8vw;
        right: -24vw;
    }

    .page_business_main .top_main_bg03 {
        top: 670vw;
    }

    .page_business {
        padding: 25vw 0 15vw;
    }

    .page_business::before {
        width: 70vw;
        top: -8vw;
        right: -19vw;
    }

    .business_cont_sec .sec_title_box {
        margin-bottom: 6vw;
    }

    .business_cont_sec .sec_title_box .title {
        font-size: 6.5vw;
    }

    .business_cont_sec .sec_title_box .text {
        font-size: 3.5vw;
        text-align: left;
    }

    .business_cont_sec .sec_title_box .text+.text {
        margin-top: 1em;
    }

    .business_cont_sec .tab_box {
        margin-bottom: 15vw;
    }

    .business_cont_sec .tab_box ul {
        grid-template-columns: 1fr;
        gap: 2vw;
    }

    .business_cont_sec .tab_box ul+ul {
        margin-top: 2vw;
    }

    .business_cont_sec .tab_box ul.bottom {
        grid-template-columns: 1fr;
    }

    .business_cont_sec .tab_box li a {
        gap: 0 4vw;
        padding: 3vw 5vw;
        font-size: 3.7vw;
    }

    .business_cont_sec .tab_box li a::before {
        width: 2.7vw;
    }

    .business_cont_sec .cont .item {
        display: block;
    }

    .business_cont_sec .cont .item+.item {
        margin-top: 10vw;
        padding-top: 10vw;
    }

    .business_cont_sec .cont .item .img {
        width: 100%;
        margin-bottom: 4vw;
    }

    .business_cont_sec .cont .item .img img {
        width: 100%;
        aspect-ratio: 3/2;
        object-fit: cover;
    }

    .business_cont_sec .cont .item .text_box .top_box {
        gap: 0 5vw;
        margin-bottom: 4vw;
    }

    .business_cont_sec .cont .item .text_box .top_box .num_box {
        width: 17vw;
    }

    .business_cont_sec .cont .item .text_box .top_box .num_box .text {
        font-size: 2.9vw;
    }

    .business_cont_sec .cont .item .text_box .top_box .title_box .title {
        font-size: 3.7vw;
        gap: 0 2vw;
    }

    .business_cont_sec .cont .item .text_box .top_box .title_box .title::before {
        width: 4vw;
    }

    .business_cont_sec .cont .item .text_box .top_box .title_box .en {
        font-size: 7vw;
    }

    .business_cont_sec .cont .item .text_box .text_area {
        margin-bottom: 5vw;
    }

    .business_cont_sec .cont .item .text_box .text_area .text {
        font-size: 3.5vw;
    }

    .business_cont_sec .cont .item .text_box .text_area .text+.text {
        margin-top: 1em;
    }

    .business_cont_sec .cont .item .text_box .link a {
        gap: 0 4vw;
        font-size: 4.5vw;
    }

    .business_cont_sec .cont .item .text_box .link a .mark {
        width: 10vw;
    }

    .business_cont_sec .cont .item .text_box .link a .mark::before {
        width: 2vw;
    }

    .business_cont_sec .business_bg01 {
        width: 200vw;
        bottom: 265vw;
    }

    .business_cont_sec .business_bg02 {
        width: 90vw;
        bottom: 222vw;
    }

    .business_cont_sec .business_bg03 {
        width: 125vw;
        bottom: 105vw;
    }

    .business_cont_sec .cont .item#exterior {
        --color: #fff;
        --accent-color: #fff;
    }
}