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

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

/* Regular - 700 */
@font-face {
    font-family: "Bahagia";
    font-style: normal;
    font-weight: 400;
    src: url("./font/Bahagia.woff2") format("woff2");
}

@font-face {
    font-family: "Arial-Rounded-Bold";
    font-style: normal;
    font-weight: 700;
    src: url("./font/Arial-Rounded-Bold.woff2") format("woff2");
}

html,
button,
input,
select,
textarea {
    /* 不要な指定は消す */
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
}

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

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

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

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

.wrap_mid {
    margin-inline: auto;
    width: 1240px;
}

.wrap_lr {
    margin-inline: auto;
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_wrap {
    padding-block: 30px 45px;
}

.common_page_wrap01 {
    padding-block: 47px 44px;
}

.common_page_wrap02 {
    padding-block: 50px 100px;
}

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

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

/* パンくず */
.breadcrumb_container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

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

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

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

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

.common_contact_form_text {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-block: 50px 30px;
}

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

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

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

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

.common_contact_form .form_box dl dd p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

.common_contact_form .other_field {
    align-items: center;
    display: flex;
    margin-top: 10px;
}

.common_contact_form .other_label {
    font-weight: 600;
    width: 170px;
}

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

.page_contact #btn_wrap button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #37AF83;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 60px;
    margin: auto;
    outline: none;
    padding: 0;
    text-align: center;
    transition: 0.3s;
    width: 310px;
}

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

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

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

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

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

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

.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-bottom: solid 1px #e3e3e3;
    border-top: solid 1px #e3e3e3;
    margin: 0 auto 50px;
    padding: 30px 0;
    width: 60%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* サンクスページ */
.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
}

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

.page_download .page_contact .thanks_textArea .contact_text {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    border-left: 3px solid #ccc;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.5em;
    padding-left: 1em;
}

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

/* 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 {
    border-left: 3px solid #ccc;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.5em;
    padding-left: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wp-pagenavi a:hover {
    background-color: #66cccc;
    border-color: #66cccc;
    color: #FFF;
}

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

/* PC投稿ページ シングルページ */
.single_page .single_flame {
    border: solid 1px #ccc;
    padding: 70px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.singleContent article h4 {
    border-left: 5px solid #5b5959;
    color: #333;
    font-size: 17px;
    margin: 1.5em 0 1em;
    padding: 2px 10px;
    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 {
    border-bottom: 1px solid;
    font-size: 17px;
    margin: 1.5em 0 1em;
    padding-bottom: 3px;
}

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

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

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

.single_page .singleContent .ichiran_link:hover {
    opacity: 0.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 {
    align-items: center;
    color: initial;
    font-size: 14px;
    transition: 0.3s;
}

.single_page aside#info_side ul li a:hover {
    opacity: 0.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: 0.5em;
}

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

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

#toc_container a {
    color: #333;
}

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

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

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

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

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

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

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

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

.aside_article_type .cat_wrap {
    gap: 5px;
}

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

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

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

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

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

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

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

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

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

.latest_post_area a {
    color: #000;
}

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

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

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

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

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

.latest_post_area .category_list {
    width: 100%;
}

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

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

.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 {
    background: #ccc;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -103px;
    width: 1px;
}

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

.singleContent_links {
    align-items: center;
    gap: 100px;
    justify-content: center;
    margin-top: 100px;
    position: relative;
}

.singleContent_links ul {
    width: 260px;
}

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

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

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

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

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

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

.singleContent_links .img {
    height: 140px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

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

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

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

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

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

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

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

.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 {
    border-color: #333 #fff #333;
    border-style: solid;
    border-width: 0 30px 30px 0;
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
}

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

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

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

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

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

/* 追加css */

body {
    color: #1A1A1A;
    font-family: "M PLUS 2", sans-serif, serif;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.5;
    min-width: 1440px;
}

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

/* 共通パーツ */

.common_btn01 {
    align-items: center;
    border-radius: 23px;
    display: flex;
    gap: 10px;
    padding: 10px 10px 8px;
    position: relative;
    transition: 0.5s;
    width: min(100%, 190px);
    z-index: 0;
}

.common_btn01::before {
    background: #E7F5F0;
    border-radius: 23px;
    content: "";
    height: 100%;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: 0.5s;
    width: 100%;
    z-index: 0;
}

.common_btn01::after {
    border: 1.2px solid #00B271;
    border-radius: 23px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    transition: 0.5s;
    z-index: 1;
}

.common_btn01_gap {
    gap: 19px;
}

.common_btn01_icon {
    background: #00B271;
    border-radius: 100vh;
    display: grid;
    height: 28px;
    place-content: center;
    position: relative;
    width: 28px;
}

.common_btn01_icon svg {
    display: grid;
}

.common_btn01_icon svg path {
    fill: #fff;
}

.common_btn01_text {
    color: #00B271;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.31;
    position: relative;
}

.common_btn02 {
    align-items: center;
    display: flex;
    gap: 11.2px;
    width: -moz-fit-content;
    width: fit-content;
}

.common_btn02_icon {
    background: #00B271;
    border-radius: 100vh;
    display: grid;
    flex-shrink: 0;
    height: 36px;
    place-content: center;
    position: relative;
    width: 36px;
}

.common_btn02_icon svg {
    display: grid;
}

.common_btn02_text_pc {
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 28px;
    letter-spacing: 0em;
    line-height: 1.16;
    position: relative;
}

.common_btn02_text_pc_big {
    font-size: 34px;
}

.common_btn02_text_sp {
    display: none;
}

.common_btn02_icon02 {
    display: none;
}

.common_btn02_icon02 svg {
    display: grid;
}

.common_btn02_icon02 svg path {
    stroke: #37AF83;
}

.common_btn03 {
    align-items: center;
    border-radius: 32px;
    display: flex;
    padding: 11px 21px 9px 16px;
    position: relative;
    transition: 0.5s;
    width: min(100%, 283px);
}

.common_btn03::before {
    background: #00B271;
    border-radius: 32px;
    content: "";
    height: 100%;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: 0.5s;
    width: 100%;
    z-index: 0;
}

.common_btn03::after {
    border: 2px solid #707070;
    border-radius: 32px;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.common_btn03_icon01 {
    background: #FFFFFF;
    border-radius: 100vh;
    display: grid;
    height: 40px;
    place-content: center;
    position: relative;
    transition: 0.5s;
    width: 40px;
}

.common_btn03_icon01 svg {
    display: grid;
}

.common_btn03_icon01 svg path {
    fill: #00B271;
    transition: 0.5s;
}

.common_btn03_text {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.29;
    margin-left: 27px;
    position: relative;
    transition: 0.5s;
}

.common_btn03_icon02 {
    display: grid;
    height: 14px;
    margin-left: 35px;
    place-content: center;
    position: relative;
    width: 7px;
}

.common_btn03_icon02 svg {
    display: grid;
}

.common_btn03_icon02 svg path {
    stroke: #FFFFFF;
    transition: 0.5s;
}

.common_btn04 {
    background: #EFFAF6;
    border-radius: 30px;
    display: inline-block;
    padding-block: 7px 8px;
    position: relative;
    text-align: center;
    transition: 0.5s;
    width: min(100%, 320px);
}

.common_btn04_text {
    color: #37AF83;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1.36;
    transition: 0.5s;
}

.common_btn04_icon {
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
}

.common_btn04_icon svg {
    display: grid;
}

.common_btn04_icon svg path {
    stroke: #37AF83;
    transition: 0.5s;
}

.common_btn05 {
    border-radius: 30px;
    display: inline-block;
    height: 60px;
    padding: 18px 22px 17px 73.7px;
    position: relative;
    transition: 0.5s;
    width: min(100%, 250px);
}

.common_btn05::before {
    background: #37AF83;
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: 0.5s;
    width: 100%;
}

.common_btn05::after {
    border: 2px solid #707070;
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.common_btn05_text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1.31;
    position: relative;
    transition: 0.5s;
}

.common_btn05_icon {
    display: grid;
    height: 14px;
    place-content: center;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
}

.common_btn05_icon svg {
    display: grid;
}

.common_btn05_icon svg path {
    stroke: #FFFFFF;
    transition: 0.5s;
}

.common_btn05_small {
    padding-left: 65px;
    width: min(100%, 230px);
}

.common_btn05_small .common_btn05_icon {
    right: 21px;
}

.common_btn06 {
    border: 1px solid #37AF83;
    border-radius: 24px;
    display: inline-block;
    padding-block: 14px;
    text-align: center;
    transition: 0.5s;
    width: min(100%, 190px);
}

.common_btn06_text {
    color: #37AF83;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.33;
}

.common_btn06.current {
    background: #EFFAF6;
    border: 1px solid #EFFAF6;
}

.common_btn07 {
    align-items: center;
    border-radius: 37px;
    display: flex;
    justify-content: space-between;
    padding: 14px 22px 10px 18px;
    position: relative;
    transition: 0.5s;
    width: min(100%, 360px);
}

.common_btn07::before {
    background: #00B271;
    border-radius: 37px;
    content: "";
    height: 100%;
    left: 4px;
    position: absolute;
    top: 4px;
    transition: 0.5s;
    width: 100%;
    z-index: 0;
}

.common_btn07::after {
    border: 2px solid #707070;
    border-radius: 37px;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: 0.5s;
    width: 100%;
    z-index: 1;
}

.common_btn07_icon01 {
    background: #FFFFFF;
    border-radius: 100vh;
    display: grid;
    height: 50px;
    place-content: center;
    position: relative;
    transition: 0.5s;
    width: 50px;
}

.common_btn07_icon01 svg {
    display: grid;
}

.common_btn07_icon01 svg path {
    fill: #37AF83;
    transition: 0.5s;
}

.common_btn07_text {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.29;
    position: relative;
    transition: 0.5s;
}

.common_btn07_icon02 {
    height: 23.83px;
    position: relative;
    width: 24.04px;
}

.common_btn07_icon02 svg {
    display: grid;
}

.common_btn07_icon02 svg path {
    fill: #E0FFF4;
    transition: 0.5s;
}

.common_btn08 {
    align-items: center;
    border-radius: 8.21vw;
    display: flex;
    gap: 2.79vw;
    padding: 2.56vw 6.15vw 2.05vw 1.79vw;
    position: relative;
    width: min(100%, 43.33vw);
}

.common_btn08::before {
    background: #37AF83;
    border-radius: 8.21vw;
    content: "";
    height: 100%;
    left: 0.51vw;
    position: absolute;
    top: 0.51vw;
    width: 100%;
}

.common_btn08::after {
    border: 1.5px solid #707070;
    border-radius: 8.21vw;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.common_btn08_icon {
    background: #FFFFFF;
    border-radius: 100vh;
    display: grid;
    height: 8.21vw;
    place-content: center;
    position: relative;
    width: 8.21vw;
}

.common_btn08_icon svg {
    display: grid;
}

.common_btn08_text {
    color: #FFFFFF;
    font-size: 3.08vw;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.33;
    position: relative;
}

.common_btn09 {
    align-items: center;
    border-radius: 8.21vw;
    display: flex;
    gap: 2.79vw;
    padding: 2.56vw 6.15vw 2.05vw 1.79vw;
    position: relative;
    width: min(100%, 43.33vw);
}

.common_btn09::before {
    background: #DCFAEF;
    border-radius: 8.21vw;
    content: "";
    height: 100%;
    left: 0.51vw;
    position: absolute;
    top: 0.51vw;
    width: 100%;
}

.common_btn09::after {
    border: 1.5px solid #707070;
    border-radius: 8.21vw;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.common_btn09_icon {
    background: #37AF83;
    border-radius: 100vh;
    display: grid;
    height: 8.21vw;
    place-content: center;
    position: relative;
    width: 8.21vw;
}

.common_btn09_icon svg {
    display: grid;
}

.common_btn09_text {
    color: #37AF83;
    font-size: 3.08vw;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.33;
    position: relative;
}

.common_card01 {
    position: relative;
    width: min(100%, 360px);
}

.common_card01_link {
    display: block;
}

.common_card01_img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.common_card01_img img {
    -o-object-fit: cover;
    aspect-ratio: 350/252;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s;
    width: 100%;
}

.common_card01_body {
    margin-top: 8px;
}

.common_card01_title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1.35;
    margin-top: 8px;
}

.common_card01_addwrap {
    background: #FFFFFF;
    border-bottom-left-radius: 20px;
    height: 53px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -1px;
    width: 150px;
    z-index: 2;
}

.common_card01_addwrap::before,
.common_card01_addwrap::after {
    background: url(./image/icon_deco01.png) center center/contain no-repeat;
    content: "";
    height: 20px;
    position: absolute;
    width: 20px;
}

.common_card01_addwrap::before {
    left: -19px;
    top: 0;
}

.common_card01_addwrap::after {
    bottom: -19px;
    right: 0;
}

.common_card01_icon {
    display: inline-block;
    display: grid;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 23px;
}

.common_card01_icon svg {
    display: grid;
}

.common_card01_addtext01 {
    color: #A6C7BB;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.33;
}

.common_card01_addtext02 {
    color: #37AF83;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.11em;
    line-height: 1.31;
}

.common_card02 {
    position: relative;
}

.common_card02_img {
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.common_card02_img img {
    -o-object-fit: cover;
    aspect-ratio: 370/230;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s;
    width: 100%;
}

.common_card02_body {
    margin-top: 14px;
}

.common_card02_title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.29;
    overflow: hidden;
}

.common_card02_link {
    display: block;
}

.common_card02_icon {
    left: -15px;
    position: absolute;
    top: -20px;
    z-index: 2;
}

.common_card03 {
    border-radius: 22px;
    position: relative;
}

.common_card03::after {
    border: 2px solid #1A1A1A;
    border-radius: 22px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.common_card03_link {
    display: block;
}

.common_card03_name_en {
    bottom: -31.2px;
    color: #FFEF9A;
    font-family: "Bahagia", serif;
    font-size: 84px;
    font-weight: 400;
    left: 54.62%;
    letter-spacing: 0em;
    line-height: 1.3;
    position: absolute;
    rotate: -10deg;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
}

.common_card03_img {
    border-radius: 22px;
    left: 10px;
    overflow: hidden;
    position: relative;
    top: 10px;
    width: 100%;
    z-index: -1;
}

.common_card03_img::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 22px;
    content: "";
    inset: 0;
    position: absolute;
}

.common_card03_img img {
    -o-object-fit: cover;
    aspect-ratio: 540/490;
    border-radius: 22px;
    height: auto;
    object-fit: cover;
    overflow: hidden;
    transition: 0.5s;
    width: 100%;
    object-position: 50% 25%;
}

.common_card03_textwrap {
    bottom: 24px;
    left: 40px;
    position: absolute;
    z-index: 2;
}

.common_card03_message {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1.46;
}

.common_card03_namewrap {
    margin-top: 15px;
}

.common_card03_position {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.31;
}

.common_card03_name {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.35;
    margin-top: 2px;
}

.common_card04 {
    border-radius: 12px;
    position: relative;
}

.common_card04::after {
    border: 1.5px solid #707070;
    border-radius: 12px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.common_card04_img {
    border-radius: 18px;
    left: 3px;
    overflow: hidden;
    position: relative;
    top: 3px;
}

.common_card04_img img {
    -o-object-fit: cover;
    aspect-ratio: 106/120;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.common_card05 {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

.common_card05_link {
    display: block;
}

.common_card05_decoration {
    display: inline-block;
    height: 64px;
    left: 11px;
    position: absolute;
    top: -43px;
    width: 64px;
}

.common_card05_decoration02 {
    left: 50%;
    position: absolute;
    top: -20px;
    transform: translateX(-50%);
}

.common_card05_headingwrap {
    background: #37AF83;
    border-radius: 20px 20px 0 0;
    padding-block: 23px 20px;
    transition: 0.5s;
}

.common_card05_heading {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.35;
    position: relative;
    text-align: center;
}

.common_card05_icon {
    display: none;
}

.common_card05_icon.is_active .bar:nth-of-type(2) {
    rotate: 0deg;
}

.common_card05_body {
    padding: 7px 20px 20px;
}

.common_card05_img {
    margin-inline: auto;
    width: min(100%, 164.1px);
}

.common_card05_img img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
}

.common_card05_text01 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.63;
    margin-top: -10px;
    text-align: center;
}

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

.line::before {
    background: #FFEC84;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: -1;
}

.line01::before {
    width: 100%;
}

.common_card05_text02 {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    justify-content: center;
    letter-spacing: 0.12em;
    line-height: 1.46;
    margin-inline: auto;
    margin-top: 7px;
    min-height: 36.2px;
    text-align: center;
    width: min(100%, 263px);
}

.common_card05_btnwrap {
    margin-top: 14px;
    text-align: center;
}

.common_card06 {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: relative;
}

.common_card06_green {
    background: #EFFAF6;
}

.common_card06_blue {
    background: #F0F8FC;
}

.common_card06_icon {
    left: 30px;
    position: absolute;
    top: -23px;
}

.common_card06_img {
    margin-inline: auto;
    margin-top: 11.2px;
    width: min(100%, 203px);
}

.common_card06_img img {
    -o-object-fit: contain;
    aspect-ratio: 203/181.6;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_card06_title {
    background: #37AF83;
    border-radius: 14px;
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.33;
    padding-block: 8px;
    text-align: center;
}

.common_card06_title_green {
    background: #37AF83;
}

.common_card06_title_blue {
    background: #5E95C1;
}

.common_card06_txt {
    color: #2B2B2B;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.11em;
    line-height: 1.62;
}

.common_card06_body {
    background: #FFFFFF;
    border-radius: 20px;
    flex: 1;
    margin-top: 15.2px;
    padding: 18px 25px 40px;
}

.common_card07_link {
    display: block;
}

.common_card07_imgwrap {
    background: #37AF83;
    display: grid;
    place-content: center;
    width: 100%;
}

.common_card07_img {
    margin-inline: auto;
    width: min(100%, 308px);
}

.common_card07_img img {
    -o-object-fit: cover;
    aspect-ratio: 308/297;
    object-fit: cover;
    width: auto;
    object-position: 50% 30%;
}

.common_card07_body {
    margin-top: 28px;
}

.common_card07_text_wrap {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.common_card07_position {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.38;
}

.common_card07_name {
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.28;
    margin-top: 3px;
}

.common_card07_btn {
    background: #37AF83;
    border: 2px solid #37AF83;
    border-radius: 38px;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.16);
    display: inline-block;
    padding: 7px 28px 10px 46px;
    position: relative;
    transition: 0.5s;
    width: min(100%, 185px);
}

.common_card07_btn_text {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    transition: 0.5s;
}

.common_card07_btn_icon {
    background: #FFFFFF;
    border-radius: 100vh;
    display: grid;
    height: 14px;
    place-content: center;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    width: 14px;
}

.common_card07_btn_icon svg {
    display: grid;
    height: 8px;
    width: 4px;
}

.common_card07_btn_icon svg path {
    stroke: #37AF83;
    transition: 0.5s;
}

.common_cta {
    background: #37AF83;
    border-radius: 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    padding-block: 30px 35px;
}

.common_cta_wrap {
    padding-inline: 40px;
    position: relative;
}

.common_cta_message {
    padding-left: 20px;
}

.common_cta_message .white {
    color: #FFFFFF;
    display: block;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

.common_cta_message .yellow {
    color: #FFF367;
    display: block;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.23;
}

.common_cta_message .small {
    font-size: 42px;
}

.common_cta_message_center {
    padding-left: 7px;
    text-align: center;
}

.common_cta_message_center .white {
    font-size: 40px;
}

.common_cta_message_center .small {
    font-size: 40px;
}

.common_cta_text {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.53;
    margin-top: 9px;
    padding-left: 20px;
}

.common_cta_text_center {
    font-size: 14px;
    margin-top: 14px;
    padding-left: 3px;
    text-align: center;
}

.common_cta_container {
    align-items: center;
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    margin-top: 31px;
    padding: 38px 5px 20px 20px;
    position: relative;
    width: min(100%, 640px);
}

.common_cta_container_center {
    margin-inline: auto;
    margin-top: 36px;
    padding: 41px 36px 27px 35px;
    width: min(100%, 687px);
}

.common_cta_decotext {
    background: #FFEC81;
    border: 2px solid #000000;
    border-radius: 35px;
    font-size: 15px;
    font-weight: 900;
    left: 20px;
    letter-spacing: 0.13em;
    line-height: 1.54;
    padding: 5px 18px 5.5px 23px;
    position: absolute;
    top: -18px;
    z-index: 2;
}

.common_cta_decotext::before,
.common_cta_decotext::after {
    content: "";
    position: absolute;
    z-index: 1;
}

.common_cta_decotext::before {
    background: #000;
    bottom: -8.5px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    height: 8.65px;
    left: 25px;
    width: 20px;
}

.common_cta_decotext::after {
    background: #FFEC81;
    bottom: -6.5px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    height: 17.31px;
    left: 15px;
    width: 40px;
}

.common_cta_decotext .letter {
    position: relative;
    z-index: 2;
}

.common_cta_decotext_center {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.common_cta_btn01 {
    flex: 1;
    padding-right: 27px;
    position: relative;
    width: 307px;
}

.common_cta_btn01::after {
    background: #BABABA;
    content: "";
    height: 62px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
}

.common_cta_btn02 {
    flex: 1;
    padding-left: 22px;
}

.common_cta_btn02_text {
    color: #606060;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.42;
    margin-top: 5px;
}

.common_cta_img {
    bottom: -35px;
    position: absolute;
    right: 40px;
    width: 429px;
}

.common_cta_img img {
    -o-object-fit: contain;
    aspect-ratio: 429/419;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_cta03 {
    display: none;
}

.common_cta03_container {
    background: #FFFFFF;
    border-radius: 2.56vw;
    padding: 2.31vw 3.08vw 2.82vw 2.56vw;
}

.common_cta03_btnwrap {
    align-items: center;
    display: flex;
    gap: 2.56vw;
    justify-content: center;
}

.common_headline01 {
    text-align: left;
}

.common_headline01_sub {
    color: #37AF83;
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.33;
}

.common_headline01_main {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1.33;
    margin-top: 2px;
}

.common_headline01_center {
    text-align: center;
}

.common_headline01_center .common_headline01_main {
    margin-top: 6px;
}

.common_icon01 {
    background: url(./image/top_p17.png) center center/contain no-repeat;
    display: grid;
    height: 64px;
    place-content: center;
    text-align: center;
    width: 64px;
}

.common_icon01_text {
    display: block;
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1;
}

.common_icon01_num {
    display: block;
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1;
}

.common_icon02 {
    background: #37AF83;
    border: 2px solid #37AF83;
    border-radius: 100vh;
    display: flex;
    height: 70px;
    justify-content: center;
    padding: 10px;
    transition: 0.5s;
    width: 70px;
}

.common_icon02_num {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
}

.common_item01 {
    background: #F0FCF6;
    border-radius: 20px;
    padding: 25px;
}

.common_item01_content01 {
    align-items: center;
    display: flex;
    gap: 14px;
}

.common_item01_icon01 {
    background: url(./image/top_p21.png) center center/contain no-repeat;
    color: #FFFFFF;
    display: grid;
    flex-shrink: 0;
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 26px;
    font-weight: 700;
    height: 42px;
    letter-spacing: 0em;
    line-height: 1.15;
    padding-left: 6px;
    place-content: center;
    width: 46px;
}

.common_item01_text01 {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1.5;
}

.common_item01_content02 {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    gap: 11px;
    margin-top: 20px;
    padding: 13px 20px 16px 14px;
}

.common_item01_icon02 {
    color: #D53636;
    flex-shrink: 0;
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.15;
}

.common_item01_text02 {
    color: #6F6F6F;
    flex: 1;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.69;
}

.common_item02 {
    background: #F0FCF6;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.common_item02_headingwrap {
    align-items: center;
    display: flex;
}

.common_item02_headingwrap_pc {
    gap: 10px;
}

.common_item02_headingwrap_sp {
    display: none;
}

.common_item02_iconwrap {
    background: #37AF83;
    border-radius: 100vh;
    display: grid;
    height: 52px;
    place-content: center;
    width: 52px;
}

.common_item02_iconwrap svg {
    display: grid;
}

.common_item02_icon {
    height: 31px;
    width: 31px;
}

.common_item02_icon img {
    -o-object-fit: contain;
    aspect-ratio: 1/1;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_item02_headline_sub {
    color: #A6C7BB;
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.13;
}

.common_item02_headline_main {
    color: #37AF83;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1.35;
    margin-top: 2px;
}

.common_item02_headline_main_sp {
    display: none;
}

.common_item02_textwrap {
    background: #FFFFFF;
    border-radius: 12px;
    flex-grow: 1;
    margin-top: 9px;
    min-height: 115px;
    padding: 15px 15px 20px;
}

.common_item02_text {
    color: #676767;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.62;
}

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

.common_item03_headingwrap {
    flex: 1;
}

.common_item03_heading_sub {
    display: flex;
    font-size: 15px;
    font-weight: 700;
    gap: 5px;
    letter-spacing: 0.12em;
}

.common_item03_heading_sub::before {
    background: #1A1A1A;
    content: "";
    height: 2px;
    margin-top: 11px;
    width: 15px;
}

.common_item03_heading {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.12em;
}

a.common_item03_link {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    display: block;
    margin-top: 10px;
    transition: 0.5s;
}

a.common_item03_link::before {
    display: none;
}

a.common_item03_link img {
    -o-object-fit: contain;
    aspect-ratio: 235/332;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.common_list01 {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.common_list01_item {
    flex: 1;
}

.common_list02 {
    counter-reset: list-counter;
    list-style: decimal;
}

.common_list02_item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 2em;
    position: relative;
    vertical-align: middle;
}

.common_list02_item+.common_list02_item {
    margin-top: 0.3em;
}

.common_list02_item::before {
    content: counter(list-counter) ".";
    counter-increment: list-counter;
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    line-height: 1.5;
    position: absolute;
    top: 0;
}

.common_list02_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.common_list02_text {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.12em;
}

.common_list03_item {
    display: flex;
}

.common_list03_item dt,
.common_list03_item dd {
    display: inline-block;
    font-size: 16px;
    padding-block: 16px;
    text-align: left;
    vertical-align: top;
}

.common_list03_item dt {
    border-bottom: 1px solid #696d6a;
    width: 240px;
}

.common_list03_item dd {
    border-bottom: 1px solid #ebf0f0;
    flex: 1;
    padding-left: 30px;
}

.common_list04 {
    display: grid;
    gap: 40px 20px;
    grid-template-columns: repeat(4, 1fr);
}

.common_list05_item {
    align-items: center;
    display: flex;
}

.common_list05_label {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-align: left;
    width: 300px;
}

.common_list05_price {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
}

.common_lower_container01 {
    border-radius: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    padding: 40px;
}

.common_lower_container02 {
    margin-top: 50px;
}

.common_lower_heading01 {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1.81;
}

.common_lower_heading01_green {
    color: #37AF83;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1.32;
}

.common_lower_heading01_black {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1.61;
}

.common_lower_heading02 {
    align-items: center;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    gap: 10px;
    letter-spacing: 0.1em;
}

.common_lower_heading02::before {
    background: #1A1A1A;
    content: "";
    height: 3px;
    width: 20px;
}

.common_lower_heading02_small {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-left: 15px;
}

.common_lower_heading03 {
    background: #37AF83;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.12em;
    padding: 7px 14px 10px;
}

.common_lower_section01 {
    padding-block: 50px;
}

.common_lower_section02 {
    padding-block: 100px 160px;
}

.common_media01 {
    position: relative;
}

.common_media01_link {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.common_media01_head {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.61;
    margin-top: 14px;
    overflow: hidden;
    transition: 0.5s;
}

.common_media01_txt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #676767;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.64;
    margin-top: 7px;
    overflow: hidden;
}

.common_media01_txt_sp {
    display: none;
}

.common_media01_img {
    border-radius: 26px;
    overflow: hidden;
    width: 100%;
}

.common_media01_img img {
    -o-object-fit: cover;
    aspect-ratio: 490/270;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
    width: 100%;
}

.common_media01_body {
    width: 100%;
}

.common_media01_wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.common_media01_date {
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.13;
    transition: 0.5s;
}

.common_media02 {
    position: relative;
    width: min(100%, 540px);
}

.common_media02_link {
    display: block;
}

.common_media02_container {
    align-items: flex-start;
    display: flex;
    gap: 20px;
}

.common_media02_head {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.57;
    margin-top: 13px;
    overflow: hidden;
    transition: 0.5s;
}

.common_media02_txt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #676767;
    display: -webkit-box;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.58;
    margin-top: 9px;
    overflow: hidden;
}

.common_media02_txt_sp {
    display: none;
}

.common_media02_img {
    border-radius: 20px;
    overflow: hidden;
    width: min(100%, 210px);
}

.common_media02_img img {
    -o-object-fit: cover;
    aspect-ratio: 210/140;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
    width: 100%;
}

.common_media02_body {
    flex: 1;
    padding-top: 8px;
}

.common_media02_wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.common_media02_date {
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.14;
    transition: 0.5s;
}

.common_media02_btn {
    width: -moz-fit-content;
    width: fit-content;
}

.common_media03 {
    border: 2px solid #37AF83;
    border-radius: 20px;
}

.common_media03_link {
    display: flex;
    gap: 60px;
    max-width: 100%;
    padding: 30px;
}

.common_media03_headingwrap {
    align-items: center;
    display: flex;
    gap: 30px;
}

.common_media03_number {
    color: #37AF83;
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 0em;
}

.common_media03_head {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
    transition: 0.5s;
}

.common_media03_text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin-top: 10px;
    overflow: hidden;
}

.common_media03_img {
    border-radius: 20px;
    overflow: hidden;
    width: min(100%, 300px);
}

.common_media03_img img {
    -o-object-fit: cover;
    aspect-ratio: 300/220;
    height: auto !important;
    object-fit: cover;
    transition: 0.5s;
    width: 100%;
}

.common_media03_body {
    flex: 1;
}

.common_media04 {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}

.common_media04_body {
    padding-top: 12px;
    width: min(100%, 560px);
}

.common_media04_text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 2.3;
}

.common_media04_text+.common_media04_text {
    margin-top: 20px;
}

.common_media04_name {
    align-items: flex-end;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.common_media04_name .name {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.common_media04_img {
    border-radius: 20px;
    overflow: hidden;
    width: min(100%, 480px);
}

.common_media04_img img {
    -o-object-fit: cover;
    aspect-ratio: 480/410;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.common_media05 {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}

.common_media05_center {
    align-items: center;
}

.common_media05_body {
    width: min(100%, 750px);
}

.common_media05_text {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.6;
}

.common_media05_text+.common_media05_text {
    margin-top: 20px;
}

.common_media05_name {
    align-items: flex-end;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.common_media05_name .name {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.common_media05_img {
    border-radius: 20px;
    overflow: hidden;
    width: min(100%, 360px);
}

.common_media05_img img {
    -o-object-fit: cover;
    aspect-ratio: 360/500;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.common_page_main {
    padding-block: 141px 20px;
    position: relative;
}

.common_page_main::before {
    background: url(./image/lower01.png) center center/100% 100% no-repeat;
    bottom: 0;
    content: "";
    height: 540px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.common_tag01 {
    border: 1px solid #37AF83;
    border-radius: 15px;
    color: #37AF83;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.31;
    padding: 5px 17px 6px;
    white-space: nowrap;
    width: min(100%, 110px);
}

.common_tag02 {
    border: 1px solid #37AF83;
    border-radius: 15px;
    color: #37AF83;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.33;
    padding: 4px 15px;
}

.common_tag03 {
    background: #EFFAF6;
    border: 1px solid #EFFAF6;
    border-radius: 24px;
    color: #37AF83;
    font-family: "M PLUS 2", sans-serif, serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.33;
    padding: 13px 5px;
    text-align: center;
    transition: 0.5s;
    width: min(100%, 190px);
}

.common_tag03.current {
    background: #FFFFFF;
    border: 1px solid #37AF83;
}

.common_title {
    margin-top: 83px;
    text-align: center;
}

.common_title_sub {
    color: #37AF83;
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.14;
}

.common_title_main {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1.33;
    margin-top: 9px;
}

.common_text01 {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.11em;
    line-height: 1.88;
    margin-top: 94px;
    text-align: center;
}


/* 会社についてページ */
.about_btn_wrap {
    padding-block: 50px;
}

.about_btn_list {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.about_btn_link {
    background: #37AF83;
    border: 2px solid #37AF83;
    border-radius: 10px;
    display: block;
    min-width: 150px;
    padding: 16px 36px 15px 11px;
    position: relative;
    transition: all 0.5s;
}

.about_btn_link_text {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25em;
    transition: all 0.5s;
}

.about_btn_link_icon {
    display: grid;
    height: 16px;
    place-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    width: 9px;
}

.about_btn_link_icon svg {
    display: grid;
    height: 16px;
    width: 9px;
}

.about_btn_link_icon svg path {
    stroke: #FFFFFF;
    transition: 0.5s;
}

.gotop {
    bottom: 15px;
    display: none;
    opacity: 0.8;
    overflow: hidden;
    position: fixed;
    right: 15px;
    width: 72px;
    z-index: 999;
}

.gotop a {
    display: block;
    transition: 0.5s;
}

.gotop a img {
    -o-object-fit: contain;
    aspect-ratio: 72/76;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.about01_text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 2;
    margin-top: 26px;
}

.about01_container04 {
    display: flex;
    margin-top: 50px;
}

.about01_list_wrap01 {
    padding-right: 15px;
    width: 55%;
}

.about01_list_wrap02 {
    padding-left: 30px;
    position: relative;
    width: 45%;
}

.about01_list_wrap02::before {
    background: #dedede;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

.about01_list {
    margin-top: 26px;
}

.about01_list_item {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.about01_list_text_midashi {
    /* display: flex; */
    font-weight: bold;
}

.about01_list_item+.about01_list_item {
    margin-top: 20px;
}

.about01_list_num {
    background: #37AF83;
    border-radius: 5px;
    color: #FFFFFF;
    display: grid;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    letter-spacing: 0.1em;
    line-height: 1;
    place-content: center;
    width: 30px;
}

.about01_list_text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.75;
}

.about02 {
    padding-bottom: 100px;
}

.about02_heading01_bg {
    color: #d7d7d7;
    font-size: 30px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.5;
    margin-top: -75px;
    text-align: right;
}

.about02_img01 {
    margin-inline: auto;
    width: min(100%, 700px);
}

.about02_img01 img {
    -o-object-fit: cover;
    aspect-ratio: 700/524;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.about02_img02 {
    margin-inline: auto;
    margin-top: 40px;
    width: min(100%, 700px);
}

.about02_img02 img {
    -o-object-fit: contain;
    aspect-ratio: 700/309;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.about02_list {
    margin-top: 40px;
}

.about02_heading_wrap {
    align-items: center;
    display: flex;
    gap: 10px;
}

.about02_map {
    margin-top: 28px;
    width: 100%;
}

.about02_map iframe {
    -o-object-fit: cover;
    aspect-ratio: 1000/350;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.about03 {
    background: #EFFAF6;
    padding-bottom: 100px;
}

.about03_list_item {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
}

.about03_list_item+.about03_list_item {
    margin-top: 20px;
}

.about03_list_item dt,
.about03_list_item dd {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
}

.about03_list_item dt {
    flex-shrink: 0;
    padding: 20px;
    width: 180px;
}

.about03_list_item dd {
    flex: 1;
    padding: 20px 20px 20px 60px;
    position: relative;
}

.about03_list_item dd::before {
    background: #37AF83;
    border-radius: 100vh;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}

.about03_list_item dd::after {
    background: #37AF83;
    content: "";
    height: 100%;
    left: 13px;
    position: absolute;
    top: 0;
    width: 3px;
}

.about03_list_item dd a {
    margin-inline: 5px;
    text-decoration: underline;
}

.about04_heading01 {
    text-align: left;
}

.about04_logo {
    margin-inline: auto;
    width: min(100%, 700px);
}

.about04_logo img {
    -o-object-fit: contain;
    aspect-ratio: 700/167;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.about04_text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 2;
    text-align: center;
}

.about04_text+.about04_text {
    margin-top: 20px;
}

.about04_container02 {
    margin-top: 50px;
}

.about04_media {
    margin-top: 50px;
}

.about04_list {
    margin-top: 25px;
}

.about04_category {
    margin-top: 30px;
}

.about04_category_item {
    background: #EFFAF6;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

.about04_category_item+.about04_category_item {
    margin-top: 20px;
}

.about04_category_item dt,
.about04_category_item dd {
    display: inline-block;
    vertical-align: top;
}

.about04_category_item dt {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.about04_category_item dd {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    gap: 10px;
}

.about04_category_item dd span {
    background: #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.12em;
    padding: 10px 15px;
}

.about04_items {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.about04_item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    height: 150px;
    overflow: hidden;
    width: min(100%, 320px);
}

.about04_item01 {
    background-image: url(./image/about_07.jpg);
}

.about04_item02 {
    background-image: url(./image/about_08.jpg);
}

.about04_item03 {
    background-image: url(./image/about_09.jpg);
}

.about04_item_link {
    align-items: flex-end;
    display: flex;
    height: inherit;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}

.about04_item_link::before {
    background-color: rgba(0, 0, 0, 0.16);
    content: "";
    inset: 0;
    position: absolute;
    transition: 0.5s;
}

.about04_item_link::after {
    background: url(./image/ico_arrow_w.png) no-repeat center center/contain;
    bottom: 28px;
    content: "";
    display: inline-block;
    height: 12px;
    position: absolute;
    right: 20px;
    width: 22px;
}

.about04_items_text {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.12em;
    position: relative;
    width: 100%;
}

.about05 {
    padding-bottom: 100px;
}

.about05_container {
    margin-top: 50px;
}

/* アーカイブ一覧ページ */

.f_din {
    font-family: "din-2014", sans-serif;
}

.page_archive_main {
    background: #F5F5F5;
    padding-block: 80px;
}

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

.page_archive .common_page_wrap {
    padding-block: 85px 150px;
}

.archive_list li a {
    align-items: center;
    border-bottom: 1px dashed #D6D6D6;
    display: flex;
    gap: 2.2em;
    padding: 1.5em 2em 1.5em 0;
}

.archive_list li a .img {
    flex-shrink: 0;
    width: 185px;
}

.archive_list li a .img img {
    -o-object-fit: cover;
    aspect-ratio: 3/2;
    object-fit: cover;
    width: 100%;
}

.archive_list li a .text_box {
    width: 100%;
}

.archive_list li a .text_box .title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #3E3E3E;
    display: -webkit-box;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-block: 0 1em;
    overflow: hidden;
    transition: 0.3s;
}

.archive_list li a .text_box .date {
    color: #848484;
    font-size: 16px;
    font-weight: 600;
}

.archive_list li a .more {
    align-items: center;
    color: #3E3E3E;
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    gap: 1.3em;
    letter-spacing: 0.08em;
}

.archive_list li a .more::after {
    -webkit-mask-image: url(./image/icon_arrow.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    aspect-ratio: 31/7;
    background: #3E3E3E;
    content: "";
    display: block;
    flex-shrink: 0;
    mask-image: url(./image/icon_arrow.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 62px;
}

.archive_list li a:hover .text_box .title {
    color: var(--main-color);
}

.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7em 0;
    justify-content: center;
    margin-block: 70px 0;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    background: #D1D1D1;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-inline: 0.75em;
    padding: 0.25em 0.68em;
}

.wp-pagenavi .current {
    background: #807D7D;
    font-weight: 600;
}

.wp-pagenavi a:hover {
    background: #807D7D;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    align-items: center;
    background: transparent;
    color: #807D7D;
    display: inline-flex;
    font-size: 18px;
    gap: 0.5em;
    padding: 0;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::after {
    -webkit-mask-image: url(./image/icon_arrow_pagenavi.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    aspect-ratio: 6/11;
    background: #807D7D;
    content: "";
    display: block;
    flex-shrink: 0;
    mask-image: url(./image/icon_arrow_pagenavi.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 6px;
}

.wp-pagenavi .previouspostslink::before {
    transform: rotateY(180deg);
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    background: transparent;
    color: #807D7D;
}

/* 導入事例ページ */

.case01_list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* 会社案内ページ */

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

.company01_item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    height: 150px;
    overflow: hidden;
}

.company01_item01 {
    background-image: url("https://mij-c.com/wp-content/uploads/2025/05/mij_companyimg.jpg");
}

.company01_item02 {
    background-image: url("./image/company_top02.jpg");
}

.company01_item03 {
    background-image: url("./image/company_top03.jpg");
}

.company01_link {
    align-items: flex-end;
    display: flex;
    height: inherit;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}

.company01_link::before {
    background-color: rgba(0, 0, 0, 0.16);
    content: "";
    inset: 0;
    position: absolute;
    transition: 0.5s;
}

.company01_text {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.15em;
    position: relative;
}

.company01_icon {
    display: grid;
    height: 30px;
    place-content: center;
    position: relative;
    width: 15px;
}

.company01_icon svg {
    display: grid;
}

.company01_icon svg path {
    stroke: #FFFFFF;
}

/* フォーム */

.contact01_title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-align: center;
}

.contact01_content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: -moz-fit-content;
    width: fit-content;
}

.contact01_heading {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
    margin-block: 10px;
    text-align: left;
}

.contact01_list {
    margin-top: 5px;
}

.contact01_content .caution {
    margin-top: 10px;
}

.contact01_link {
    color: #004CCA;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.12em;
    margin-top: 10px;
    text-decoration: underline;
}

.page_contact .common_page_wrap {
    padding-block: 80px 140px;
}

/* cta02 */

.cta02 {
    background: #37AF83;
    border-radius: 40px 40px 0 0;
    padding-block: 52px 50px;
}

.cta02_textwrap {
    border-bottom: 2px solid #C1EDDD;
    padding-bottom: 20px;
}

/* 各種書類雛形ページ */

.document01 {
    padding-block: 50px 100px;
}

/* 資料ダウンロード */

.page_download .common_page_wrap {
    padding-block: 80px;
}

.download_cont_sec .inner {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.download_cont_sec .info_box {
    width: 100%;
}

.download_cont_sec .info_box .title_box {
    margin-block: 0 30px;
}

.download_cont_sec .info_box .title_box .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-block: 0 0.5em;
}

.download_cont_sec .info_box .title_box .text {
    font-size: 16px;
    line-height: 1.7;
}

.download_cont_sec .info_box .desc_box .title {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #E0E0E0;
    padding-block: 0 0.3em;
    margin-block: 0 0.7em;
}

.download_cont_sec .info_box .desc_box .list {
    margin-block: 0 30px;
}

.download_cont_sec .info_box .desc_box .list li {
    font-size: 16px;
    font-weight: 500;
}

.download_cont_sec .info_box .desc_box .list li+li {
    margin-block: 0.4em 0;
}

.download_cont_sec .info_box .desc_box .img {
    background: #FAFAFA;
    padding: 1.5em;
}

.download_cont_sec .form_box {
    flex-shrink: 0;
    width: 50%;
    background: #F0FCF6;
    padding: 2em;
    border: 1px solid #E0E0E0;
}

.download_cont_sec .form_box .form {
    margin-block: 0 15px;
}

.download_cont_sec .form_box .form dl+dl {
    margin-block: 1.1em 0;
}

.download_cont_sec .form_box .form dl dt {
    font-size: 15px;
    font-weight: 700;
    margin-block: 0 0.3em;
}

.download_cont_sec .form_box .form dl dt .hissu {
    color: red;
}

.download_cont_sec .form_box .form dl dd input {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    padding: 0.7em 1em;
}

.page_download .radio_btns .radio_btns__item+span::before {
    background: #fff;
}

.download_cont_sec .form_box .btn button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-inline: auto;
    background: #37AF83;
    min-block-size: 60px;
    border-radius: 100vmax;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
}

.download_cont_sec .form_box .btn button:hover {
    opacity: 0.7;
}

.form_footer {
    background: #FAFAFA;
    padding-block: 0.8em;
}

.form_footer .copyright {
    text-align: center;
}

.download_cont_sec .thanks_textArea .name {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-block: 0 0.6em;
}

.download_cont_sec .thanks_textArea .contact_text {
    font-size: 15px;
    text-align: center;
    line-height: 1.7;
}

.download_cont_sec .thanks_textArea .ichiran_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 20px auto 0;
    background: #37AF83;
    min-block-size: 45px;
    border-radius: 100vmax;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}

.download_cont_sec .thanks_textArea .ichiran_link:hover {
    opacity: 0.7;
}

.download_cont_sec .form_box .privacy_check {
    text-align: center;
    margin-block: 0 20px;
}

.download_cont_sec .form_box .privacy_check .attention {
    font-size: 14px;
    letter-spacing: .05em;
    margin-block: 0 0.3em;
}

.download_cont_sec .form_box .privacy_check .attention a {
    color: #004CCA;
}

/* 専有部サービスページ */

.exclusive01_text01 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin-top: 40px;
}

.exclusive01_container {
    margin-top: 50px;
}

.exclusive01_img_wrap {
    margin-inline: auto;
    width: min(100%, 1000px);
}

.exclusive01_img {
    width: 100%;
}

.exclusive01_list {
    margin-top: 40px;
}

.excluxive01_form {
    margin-top: 50px;
}

.excluxive01_form_heading {
    margin-bottom: 20px;
}

/* 発行後の流れページ */

.flow01_text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
    margin-top: 10px;
}

.flow01_list02_item {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
}

.flow01_list {
    counter-reset: custom-counter;
    font-size: 16px;
    list-style: none;
    margin-top: 15px;
}

.flow01_list_item {
    padding-left: 1.7em;
    text-indent: -1.5em;
}

.flow01_list_item+.flow01_list_item {
    margin-top: 15px;
}

.flow01_list_item:before {
    content: counter(custom-counter) "." " ";
    counter-increment: custom-counter;
    padding-right: 2px;
}


/* footer */
.footer {
    background: #FBFFF4;
    padding-block: 88.2px 78px;
    position: relative;
}

.footer::before {
    background: url(./image/footer_bg.png) center center/cover no-repeat;
    content: "";
    inset: 0;
    position: absolute;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    position: relative;
    width: min(100%, 1140px);
}

.footer_info {
    width: -moz-fit-content;
    width: fit-content;
}

.footer_logo {
    width: min(100%, 247.6px);
}

.footer_logo_link {
    align-items: center;
    display: flex;
    gap: 26.2px;
    transition: 0.5s;
    width: 100%;
}

.footer_logo_img {
    width: min(100%, 84.4px);
}

.footer_logo_img img {
    -o-object-fit: contain;
    aspect-ratio: 84.4/71.76;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.footer_logo_text {
    color: #5F5F5F;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.67;
}

.footer_company {
    color: #3C3C3C;
    margin-top: 15px;
}

.footer_company_name {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.36;
}

.footer_address {
    color: #3C3C3C;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-top: 9px;
}

.footer_buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 27px;
}

.footer_nav_group02 {
    margin-top: 29px;
}

.footer_nav_title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.36;
}

.footer_nav_title_border {
    border-bottom: 2px solid #676767;
    padding-bottom: 10px;
}

.footer_nav_sublist {
    display: grid;
    grid-template-columns: 183px 197px 260px;
    padding-top: 5px;
}

.footer_nav_sublink {
    color: #4D4D4D;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.31;
    padding: 8.5px 10px 8.5px 0;
    transition: 0.5s;
}

.footer_nav_list {
    display: grid;
    grid-template-columns: 170px 154px 186px 130px;
}

.footer_nav_link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.36;
    padding: 10.5px 10px 10.5px 0;
    transition: 0.5s;
}

.footer_copyright {
    margin-top: 46.5px;
    text-align: right;
}

.footer_copyright small {
    color: #777777;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.33;
}

/* header */

.header {
    background: #FFFFFF;
    margin-inline: auto;
    position: relative;
    transition: 0.5s;
    width: 100%;
    z-index: 5000;
}

.header_fixed {
    margin-inline: auto;
    position: fixed;
    top: 0;
    width: 100%;
}

.header_hidden {
    opacity: 0;
    visibility: hidden;
}

.header_inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    padding-left: 50px;
    width: 1440px;
}

.header_logo {
    width: min(100%, 240px);
}

.header_logo_link {
    align-items: center;
    display: flex;
    gap: 30px;
    transition: 0.5s;
}

.header_logo_img {
    width: min(100%, 70px);
}

.header_logo_img img {
    -o-object-fit: contain;
    aspect-ratio: 70/59.5;
    height: auto;
    object-fit: contain;
    width: 100%;
}

.header_logo_text {
    color: #5F5F5F;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.67;
}

.header_nav {
    align-items: center;
    display: flex;
}

.header_btn_container01 {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: 19px;
    margin-top: 13px;
    padding-right: 32px;
}

.header_telwrap {
    align-items: center;
    display: flex;
    gap: 12px;
}

.header_tel_text {
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.header_btn_container02 {
    align-items: center;
    display: flex;
    gap: 14px;
    width: 390px;
}

.header_btn {
    width: min(100%, 190px);
}

.header_list {
    align-items: center;
    justify-content: flex-end;
    display: flex;
    margin-left: 22px;
    margin-top: 5px;
}

.header_item {
    position: relative;
}

.header_item:not(:last-child)::after {
    background: #CECECE;
    content: "";
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
}

.header_item:last-of-type .header_link {
    padding-right: 30px;
}

.header_link {
    align-items: center;
    display: flex;
    gap: 12.4px;
    padding: 10px 39px 15px 36px;
    position: relative;
    transition: 0.5s;
}

.header_text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.36;
    transition: 0.5s;
    white-space: nowrap;
}

.header_icon {
    display: inline-block;
    display: grid;
    height: 6px;
    place-content: center;
    transition: 0.5s;
    width: 12px;
}

.header_icon svg {
    display: grid;
}

.header_sublist {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - 1px);
    transition: opacity 0.5s ease, visibility 0.5s ease;
    visibility: hidden;
    z-index: 3;
}

.header_sublist01 {
    left: 50%;
    padding: 30px 27px 30px;
    transform: translateX(-50%);
    width: 300px;
}

.header_sublist02 {
    left: 9px;
    padding: 26px 27px 24px;
    width: 170px;
}

.header_sublink {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.36;
    padding: 8px;
    transition: 0.5s;
    white-space: nowrap;
}

.header_item.is_active .header_text {
    color: #37AF83;
}

.header_item.is_active .header_icon {
    transform: rotateX(180deg);
}

.header_item.is_active .header_sublist {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.header_contact {
    width: 160px;
}

.header_contact_link {
    background: #37AF83;
    display: inline-block;
    padding-block: 30px 15px;
    transition: 0.5s;
    width: 100%;
}

.header_contact_icon {
    display: grid;
    height: 23.4px;
    margin-inline: auto;
    place-content: center;
    width: 32px;
}

.header_contact_icon svg {
    display: grid;
}

.header_contact_icon svg path {
    fill: #FFFFFF;
    transition: 0.5s;
}

.header_contact_text {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1.33;
    margin-top: 21.6px;
    text-align: center;
    transition: 0.5s;
}

/*　ハンバーガーボタン　*/
.hamburger {
    display: none;
}

/* ナビ開いてる時のボタン */

nav.globalMenuSp {
    align-items: center;
    background: #F8FFED;
    height: 100vh;
    left: 0;
    overflow: scroll;
    padding: 26.92vw 5.13vw 10.26vw;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    z-index: 1500;
}

nav.globalMenuSp::before {
    background: url(./image/drawer_bg.png) center center/cover no-repeat;
    background-color: rgba(227, 252, 208, 0.25);
    content: "";
    inset: 0;
    position: absolute;
}

/* このクラスを、jQueryで付与・削除する */

.globalMenuSp_btn_container {
    align-items: center;
    display: flex;
    gap: 2.56vw;
    width: 100%;
}

.globalMenuSp_btn_wrap {
    flex: 1;
}

.globalMenuSP_list {
    align-items: start;
    display: grid;
    gap: 2.56vw;
    grid-template-columns: repeat(2, 1fr);
}

.globalMenuSP_item.is_open .globalMenuSP_icon {
    rotate: -90deg;
}

.globalMenuSP_icon {
    background: #37AF83;
    border-radius: 100vh;
    display: grid;
    height: 5.64vw;
    place-content: center;
    transition: 0.5s;
    width: 5.64vw;
}

.globalMenuSP_icon svg {
    display: grid;
}

.globalMenuSP_sublist {
    padding: 2.56vw 5.13vw 3.59vw 5.13vw;
    position: relative;
}

.globalMenuSP_sublist::before {
    background: #E3E3E3;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 88.57%;
}

.globalMenuSP_subicon {
    display: grid;
    height: 3.08vw;
    width: 1.54vw;
}

.globalMenuSP_subicon svg {
    display: grid;
}

.globalMenuSP_cta .common_cta02_container {
    border-radius: 4.62vw;
    margin-top: 0;
    padding: 11.28vw 5.64vw 4.62vw 4.62vw;
}

/* cta02 */
.globalMenuSP_cta .common_cta02_wrap {
    padding-inline: 3.85vw;
}

.common_cta02_decotext::before,
.common_cta02_decotext::after {
    content: "";
    position: absolute;
    z-index: 1;
}

.common_cta02_decotext::before {
    background: #000;
    bottom: -8.5px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    height: 8.65px;
    left: 29px;
    width: 20px;
}

.common_cta02_decotext::after {
    background: #FFEC81;
    bottom: -6.5px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    height: 17.31px;
    left: 19px;
    width: 40px;
}

.common_cta02_btn01 {
    flex: 1;
    padding-right: 27px;
    position: relative;
}

.common_cta02_btn01::after {
    background: #BABABA;
    content: "";
    height: 62px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
}

.common_cta02_btn02 {
    flex: 1;
}

/* ir情報ページ */

.ir01_text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 2;
    margin-top: 30px;
}

.ir01_text+.ir01_text {
    margin-top: 20px;
}

.ir02 {
    background: #EFFAF6;
    padding-bottom: 100px;
}

.ir02_container {
    background: #FFFFFF;
    border-radius: 20px;
    margin-inline: auto;
    padding: 30px 20px;
    width: min(100%, 1000px);
}

.ir02_list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.ir02_list_img {
    width: min(100%, 460px);
}

.ir02_list_img:first-of-type {
    position: relative;
}

.ir02_list_img:first-of-type ::after {
    background: #dbe5e5;
    content: "";
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    width: 2px;
}

.ir02_list_img img {
    aspect-ratio: 460/408;
    height: auto;
    width: 100%;
}


/* 一部管理委託方式ページ */
.partial01 {
    padding-block: 47px 44px;
}

.partial02_container {
    margin-top: 42px;
}

.partial02_list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.partial02_item {
    position: relative;
}

.partial02_item::after {
    background-image: linear-gradient(to right, #C1C1C1 3px, transparent 3px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 6px 3px;
    bottom: 0;
    content: "";
    display: flex;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.partial02_item_img {
    border-radius: 20px;
    overflow: hidden;
}

.partial02_item_img img {
    -o-object-fit: cover;
    aspect-ratio: 270/210;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.partial02_item_body {
    margin-top: 11px;
    padding-bottom: 23px;
}

.partial02_item_title {
    color: #37AF83;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1.37;
}

.partial02_item_title .small {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1.86;
}

.partial02_item_text {
    color: #6F6F6F;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 1.58;
    margin-top: 10px;
}

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

/* 採用情報ページ */

.recruit01_text01 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 2;
    margin-top: 30px;
}

.recruit01_text02 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 2;
    margin-top: 26px;
}

.recruit01_list01 {
    margin-top: 26px;
}

.recruit01_list_item {
    align-items: center;
    display: flex;
    gap: 15px;
}

.recruit01_list_step {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.recruit01_list_text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
}

.recruit01_wrap02 {
    margin-top: 50px;
}

.recruit01_container02+.recruit01_container02 {
    margin-top: 50px;
}

.recruit01_wrapper {
    margin-top: 15px;
}

.recruit01_position01 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.recruit01_list02 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.recruit01_list02_item {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
    padding-left: 1.4em;
    text-indent: -1.3em;
    vertical-align: middle;
    width: 50%;
}

.recruit01_list02_item+.recruit01_list02_item {
    margin-top: 0.3em;
}

.recruit01_list02_item::before {
    background-color: #1A1A1A;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 0.2em;
    margin-right: 1em;
    vertical-align: middle;
    width: 0.2em;
}

.recruit01_list03_item {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
    padding-left: 1.4em;
    text-indent: -1.3em;
    vertical-align: middle;
}

.recruit01_list03_item+.recruit01_list03_item {
    margin-top: 0.3em;
}

.recruit01_list03_item::before {
    background-color: #1A1A1A;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 0.2em;
    margin-right: 1em;
    vertical-align: middle;
    width: 0.2em;
}

.recruit01_list04_item {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
}

.recruit01_list04_item+.recruit01_list04_item {
    margin-top: 0.3em;
}

.recruit01_text03 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
}

.recruit01_text03+.recruit01_text03 {
    margin-top: 40px;
}

.recruit02 {
    background: #EFFAF6;
    padding-bottom: 100px;
}

.recruit02_wrap+.recruit02_wrap {
    margin-top: 50px;
}

.recruit02_container {
    background: #FFFFFF;
    margin-top: 30px;
}

.recruit02_img {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.recruit02_img img {
    -o-object-fit: cover;
    aspect-ratio: 900/358;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.recruit02_textwrap {
    margin-top: 50px;
}

.recruit02_income {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.recruit02_text01 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 2;
    margin-top: 8px;
}

.recruit02_content {
    margin-top: 32px;
}

.recruit02_text02 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 2;
    margin-top: 26px;
}

.recruit02_contact {
    border-bottom: 2px solid #37AF83;
    border-top: 2px solid #37AF83;
    margin-top: 32px;
    text-align: center;
}

.recruit02_contact_link {
    display: block;
    font-weight: 700;
    padding-block: 15px;
}

.recruit02_contact_link .text {
    font-size: 16px;
    letter-spacing: 0.12em;
}

.recruit02_contact_link .number {
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 24px;
    letter-spacing: 0.12em;
    margin-left: 20px;
}

.recruit03_list_item {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
}

.recruit03_list_item+.recruit03_list_item {
    margin-top: 0.3em;
}

.recruit03_text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
    margin-top: 0.3em;
}

/* サービス一覧ページ */

.service01_container {
    border-radius: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    padding: 40px;
}

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

.service01_link {
    align-items: center;
    background: #37AF83;
    border: 2px solid #37AF83;
    border-radius: 20px;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 40px 16px 22px;
    position: relative;
    transition: 0.5s;
}

.service01_icon {
    background: #fff;
    border: 2px solid #37AF83;
    border-radius: 100vh;
    content: "";
    display: grid;
    height: 70px;
    left: 50%;
    padding: 15px;
    place-content: center;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 70px;
}

.service01_heading {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    height: 100%;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
    transition: 0.5s;
}


/* スタッフ詳細ページ */

.single_staff .common_page_wrap {
    padding-block: 30px 130px;
}

.single_staff .intro_sec {
    margin-top: 70px;
}

.single_staff .intro_sec_container {
    align-items: center;
    border-top: 3px solid #1A1A1A;
    display: flex;
    padding-block: 22px;
}

.single_staff .intro_sec_position {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.67;
    width: min(100%, 250px);
}

.single_staff .intro_sec_name {
    border-left: 1px solid #1A1A1A;
    flex: 1;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.41;
    padding-left: 54px;
}

.single_staff .intro_sec .text_box .title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-block: 0 0.6em;
}

.single_staff .intro_sec .text_box .text {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.5;
}

.single_staff .cont_sec {
    padding-block: 110px 0;
}

.single_staff .cont_sec .item {
    display: flex;
    gap: 100px;
    margin-inline: 0 calc(50vw - 570px);
}

.single_staff .cont_sec .item.noimage {
    margin-inline: calc(50vw - 570px);
}

.single_staff .cont_sec .item+.item {
    margin-block: 80px 0;
}

.single_staff .cont_sec .item:nth-child(even) {
    flex-direction: row-reverse;
    margin-inline: calc(50vw - 570px) 0;
}

.single_staff .cont_sec .item .img {
    border-radius: 0 37px 37px 0;
    flex-shrink: 0;
    overflow: hidden;
    width: 50%;
}

.single_staff .cont_sec .item:nth-child(even) .img {
    border-radius: 37px 0 0 37px;
}

.single_staff .cont_sec .item .img img {
    -o-object-fit: cover;
    aspect-ratio: 6/5;
    object-fit: cover;
    object-position: 0 15%;
    width: 100%;
}

.single_staff .cont_sec .item .text_box {
    width: 100%;
}

.single_staff .cont_sec .item .text_box .inbox+.inbox {
    margin-block: 1.7em 0;
}

.single_staff .cont_sec .item .text_box .title {
    border-bottom: 1px solid #707070;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-block: 0 0.6em;
    padding-block: 0 0.5em;
}

.single_staff .cont_sec .item .text_box .text {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.08em;
}

.single_staff .career_sec .inner {
    border-bottom: 3px solid #1A1A1A;
    border-top: 3px solid #1A1A1A;
    display: flex;
    padding-block: 22px;
}

.single_staff .career_sec .list:nth-of-type(odd) {
    padding-right: 60px;
}

.single_staff .career_sec .list:nth-of-type(even) {
    padding-left: 60px;
}

.single_staff .career_sec .sec_title {
    border-bottom: 1px solid #707070;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-block: 0 1.2em;
    padding-block: 0 0.4em;
}

.single_staff .career_sec .list {
    position: relative;
    width: 50%;
}

.single_staff .career_sec .list:first-of-type::before {
    background: #707070;
    content: "";
    height: 100%;
    margin-inline: -0.5px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.single_staff .career_sec .list ul {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    margin-top: 16px;
}

.single_staff .career_sec .list li .date {
    color: #5F5F5F;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.single_staff .career_sec .list li .text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
}

.single_staff .message_sec {
    padding-block: 80px 0;
}

.single_staff .message_sec .text_box {
    background: #F0FCF6;
    border-radius: 0.5em;
    padding: 2em;
    text-align: center;
}

.single_staff .message_sec .text_box .text {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
}

.single_lower_mv {
    background: #37AF83;
    margin-top: 110px;
}

.single_lower_mv_container {
    height: 725px;
    margin-inline: auto;
    position: relative;
    width: min(100%, 1240px);
}

.single_lower_mv_img {
    height: 100%;
    margin-inline: auto;
    width: min(100%, 752px);
}

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

.single_lower_mv_headline {
    border: 6px solid #FFFFFF;
    left: 20px;
    position: absolute;
    top: 80px;
    width: min(100%, 326px);
}

.single_lower_mv_position {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.86;
    padding: 18px 17px 20px;
}

.single_lower_mv_name {
    border-top: 4px solid #FFFFFF;
    color: #FFFFFF;
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.41;
    padding: 13px 17px 14px;
}

.single_lower_mv_catch {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.83;
    position: absolute;
    right: 30px;
    top: 60px;
    writing-mode: vertical-rl;
}

.list_title {
    background: #37AF83;
    border-radius: 23px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.4;
    padding: 9px 15px;
    text-align: center;
    width: min(100%, 138px);
}

.staff01_list {
    display: grid;
    gap: 80px 50px;
    grid-template-columns: repeat(2, 1fr);
}

/* トップページ */

.top_case {
    overflow: hidden;
    padding-top: 114px;
}

.top_case_head {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.top_case_text {
    color: #3C3C3C;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.64;
    margin-top: 12px;
}

.top_case_btnwrap {
    width: min(100%, 250px);
}

.top_case_slider_wrapper {
    margin-top: 36px;
}

.top_case_slider {
    clip-path: inset(0 -50vw 0 -50vw);
    overflow: unset;
    padding-block: 20px 61px;
}

.top_case_slider .swiper-horizontal>.swiper-pagination-bullets,
.top_case_slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.top_case_slider .swiper-pagination-custom,
.top_case_slider .swiper-pagination-fraction {
    bottom: -0.26vw;
}

.top_case_slider .swiper-pagination-bullet {
    display: none;
    height: 12px;
    width: 12px;
}

.top_case_slider .swiper-pagination-bullet:nth-of-type(1),
.top_case_slider .swiper-pagination-bullet:nth-of-type(2),
.top_case_slider .swiper-pagination-bullet:nth-of-type(3),
.top_case_slider .swiper-pagination-bullet:nth-of-type(4) {
    display: inline-block;
}

/* 通常のバレット */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #D5D5D5;
    opacity: 1;
}

/* アクティブ状態のバレット */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #37AF83;
}

.top_column {
    padding-top: 142px;
}

.top_column_head {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.top_column_text {
    color: #3C3C3C;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.64;
    margin-top: 12px;
}

.top_column_btnwrap {
    width: min(100%, 250px);
}

.top_column_list {
    margin-top: 41px;
}

.top_column_tabs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.top_column_tab_content {
    grid-column-gap: 55px;
    grid-row-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    margin-top: 27px;
}

.top_column_tab_item01 {
    grid-area: 1/1/4/2;
    padding-right: 51px;
    position: relative;
}

.top_column_tab_item01::after {
    background-image: linear-gradient(to bottom, #707070 3px, transparent 3px);
    background-repeat: repeat-y;
    background-size: 2px 6px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
}

.top_cta01 {
    padding-block: 40px 58px;
    position: relative;
}

.top_cta01::before {
    background: url(./image/top_p18.png) center center/100% 100% no-repeat;
    bottom: 0;
    content: "";
    height: 760px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.top_cta02 {
    padding-block: 139px 64px;
    position: relative;
}

.top_cta02::before {
    background: url(./image/top_p16.png) center center/100% 100% no-repeat;
    bottom: 0;
    content: "";
    height: 1330px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.top_cta02 .top_cta02_container {
    position: relative;
}

.top_cta03 {
    padding-top: 83px;
    position: relative;
}

.top_cta03::before {
    background: url(./image/top_p15.png) center center/100% 100% no-repeat;
    content: "";
    height: 1300px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
}

.top_faq {
    padding-block: 134px 120px;
}

.top_faq_container {
    margin-top: 38px;
}

.top_faq_list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.top_message {
    padding-block: 132px 180px;
}

.top_message_media {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}

.top_message_media_img {
    border-radius: 18px;
    overflow: hidden;
    width: min(100%, 480px);
}

.top_message_media_img img {
    -o-object-fit: cover;
    aspect-ratio: 480/410;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.top_message_media_body {
    padding-top: 12px;
    width: min(100%, 560px);
}

.top_message_media_headline_black {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 2.3;
}

.top_message_media_headline_green {
    color: #37AF83;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1.53;
}

.top_message_media_txtwrap {
    margin-top: 16px;
}

.top_message_media_txt {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.57;
}

.top_message_media_txt+.top_message_media_txt {
    margin-top: 22px;
}

.top_mv {
    padding-block: 50px 81px;
    position: relative;
}

.top_mv::before {
    background: url(./image/top_p19.png) center center/cover no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.top_mv_inner {
    margin-inline: auto;
    width: 1440px;
    position: relative;
}

.top_mv_scroll {
    animation: move 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
    bottom: 30px;
    color: #fff;
    font-family: "Arial Rounded MT",
        sans-serif;
    font-size: 14px;
    font-weight: 700;
    right: 50px;
    letter-spacing: 0em;
    line-height: 1.14;
    padding-bottom: 100px;
    padding-left: 10px;
    position: absolute;
    writing-mode: vertical-rl;
    z-index: 1200;
}

@keyframes move {
    0% {
        bottom: -3%;
    }

    50% {
        bottom: -5%;
    }

    100% {
        bottom: -3%;
    }
}

.top_mv_scroll::before {
    background: url(./image/icon_scroll.png) center center/contain no-repeat;
    content: "";
    height: 125px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
}

.top_mv_container {
    display: flex;
    gap: 46px;
    justify-content: space-between;
    padding-left: 50px;
}

.top_mv_texts {
    padding-top: 130px;
    position: relative;
    width: min(100%, 544px);
}

.top_mv_balloon01 {
    -o-object-fit: contain;
    aspect-ratio: 160/80;
    height: auto;
    left: 0;
    object-fit: contain;
    position: absolute;
    top: 48px;
    width: min(100%, 160px);
}

.top_mv_balloon02 {
    -o-object-fit: contain;
    aspect-ratio: 180/80;
    height: auto;
    left: 182px;
    object-fit: contain;
    position: absolute;
    top: 12px;
    width: min(100%, 180px);
}

.top_mv_balloon03 {
    -o-object-fit: contain;
    aspect-ratio: 160/80;
    height: auto;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 48px;
    width: min(100%, 160px);
}

.top_mv_headline {
    padding-left: 20px;
    text-align: center;
}

.top_mv_catch {
    display: block;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.33;
}

.top_mv_title {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.4;
    margin-top: 10px;
}

.top_mv_title_small {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.47;
}

.top_mv_title_highlight {
    color: #37AF83;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1;
}

.top_mv_cta {
    margin-top: 37px;
    padding-right: 10px;
}

.top_mv_decotext_wrap {
    display: flex;
    justify-content: center;
}

.top_mv_decotext {
    background: #FFEC81;
    border: 2px solid #000000;
    border-radius: 35px;
    display: inline-block;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.13em;
    line-height: 1;
    margin-inline: auto;
    padding: 8.3px 11.5px 12.3px 17.8px;
    position: relative;
    width: 378px;
    z-index: 2;
}

.top_mv_decotext::before,
.top_mv_decotext::after {
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
}

.top_mv_decotext::before {
    background: #000;
    bottom: -8.5px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    height: 8.65px;
    width: 20px;
}

.top_mv_decotext::after {
    background: #FFEC81;
    bottom: -6.5px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    height: 17.31px;
    width: 40px;
}

.top_mv_btnwrap {
    display: flex;
    justify-content: center;
    margin-top: 11.5px;
}

.top_mv_img {
    border-radius: 50px 0 0 50px;
    height: 510px;
    position: relative;
    width: min(100%, 750px);
}

.top_mv_img img {
    -o-object-fit: cover;
    border-radius: 50px 0 0 50px;
    height: 100%;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 2;
}

.top_mv_img::before {
    aspect-ratio: 770/510;
    background: #FAF4CA;
    border-radius: 50px 0 0 50px;
    content: "";
    height: auto;
    left: -20px;
    position: absolute;
    top: -20px;
    width: calc(100% + 20px);
    z-index: 1;
}

.top_mv_img .slider_img {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.top_mv_img .slick-list {
    z-index: 1000;
}

.top_mv_decotext .letter {
    position: relative;
    z-index: 2;
}

.top_news {
    padding-top: 107px;
}

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

.top_news_textwrap {
    flex-shrink: 0;
    padding-top: 26px;
    width: min(100%, 230px);
}

.top_news_btnwrap {
    margin-top: 42px;
}

.top_news_list {
    width: min(100%, 730px);
}

.top_news_item {
    position: relative;
}

.top_news_item::after {
    background-image: linear-gradient(to right, #BEBEBE 3px, transparent 3px);
    background-repeat: repeat-x;
    background-size: 6px 2px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.top_news_link {
    align-items: center;
    display: flex;
    gap: 25px;
    padding: 31px 57px 30px 27px;
    position: relative;
}

.top_news_date {
    display: inline-block;
    flex-shrink: 0;
    font-family: "Arial-Rounded-Bold", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.14;
    transition: 0.5s;
    width: -moz-fit-content;
    width: fit-content;
}

.top_news_head {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.36;
    transition: 0.5s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.top_news_icon {
    background: #37AF83;
    border: 2px solid #37AF83;
    border-radius: 100vh;
    display: grid;
    height: 30px;
    place-content: center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    width: 30px;
}

.top_news_icon svg {
    display: grid;
}

.top_news_icon svg path {
    stroke: #FFFFFF;
    transition: 0.5s;
}

.top_property {
    overflow: hidden;
    padding-top: 122px;
}

.top_property_text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.64;
    margin-top: 12px;
    text-align: center;
}

.top_property_slider {
    margin-top: 41px;
}

.top_property_slider .swiper {
    clip-path: inset(0% -22px 0% -22px);
    overflow: unset;
    padding-bottom: 53px;
}

.top_property_slider .swiper-wrapper {
    width: 100%;
}

.swiper-pagination-bullet {
    background: #D5D5D5;
    height: 12px;
    width: 12px;
}

.swiper-pagination-bullet-active {
    background: #37AF83;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-inline: 10px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -5px;
}

.top_property_slider_btnwrap {
    aspect-ratio: 1140/296;
    height: auto;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 11;
}

.top_property_slider_btn {
    background: #37AF83;
    border: 2px solid #37AF83;
    border-radius: 100vh;
    cursor: pointer;
    display: grid;
    height: 44px;
    place-content: center;
    position: absolute;
    position: absolute;
    top: 50%;
    transition: 0.5s;
    width: 44px;
}

.top_property_slider_btn svg {
    display: grid;
    height: 18px;
    width: 9px;
}

.top_property_slider_btn svg path {
    stroke: #FFFFFF;
    transition: 0.5s;
}

.button_prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.button_next {
    right: 0;
    transform: translate(50%, -50%);
}

.top_service {
    padding-top: 102px;
}

.top_service_container {
    margin-top: 75px;
}

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

.top_staff {
    padding-top: 150px;
}

.top_staff_container {
    margin-left: -100px;
}

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

.top_staff_imgwrap_main {
    background: #37AF83;
    border-radius: 0 40px 40px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    padding: 50px;
    position: relative;
    width: min(100%, 640px);
}

.top_staff_slider01 .swiper {
    clip-path: inset(0 -28px -54px -26px);
    overflow: unset;
    padding-bottom: 10px;
    padding-right: 10px;
    position: relative;
}

.top_staff_btn {
    background: #FFFFD8;
    border: 2px solid #1A1A1A;
    border-radius: 100vh;
    display: inline-block;
    display: grid;
    height: 52px;
    place-content: center;
    position: absolute;
    top: 49%;
    width: 52px;
    z-index: 2;
}

.top_staff_btn svg {
    display: grid;
    height: 18.83px;
    width: 10.42px;
}

.top_staff_btn_prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.top_staff_btn_next {
    right: 0;
    transform: translate(33%, -50%);
}

.top_staff_textwrap {
    padding-top: 60px;
    width: min(100%, 611px);
}

.top_staff_text {
    color: #3C3C3C;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.64;
    margin-top: 13px;
}

.top_staff_btnwrap {
    margin-top: 19px;
}

.top_staff_slider02 {
    margin-top: 43px;
    width: min(100%, 612px);
}

.top_staff_slider02 .swiper {
    padding-bottom: 5px;
}

.top_staff_img02 {
    cursor: pointer;
}

.top_strengths {
    padding-top: 221px;
}

.top_strengths_text {
    color: #3C3C3C;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.64;
    margin-top: 12px;
    text-align: center;
}

.top_strengths_container {
    margin-top: 47px;
}

.top_strengths_list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mt110 {
    margin-top: 110px;
}

.mt120 {
    margin-top: 120px;
}

.mt130 {
    margin-top: 130px;
}

.mt140 {
    margin-top: 140px;
}

.mt150 {
    margin-top: 150px;
}

.mt160 {
    margin-top: 160px;
}

.mt170 {
    margin-top: 170px;
}

.mt180 {
    margin-top: 180px;
}

.mt190 {
    margin-top: 190px;
}

.mt200 {
    margin-top: 200px;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.single_page {
    padding-top: 200px;
}

.single_page .l-mainContent__inner .post_content a {
    color: var(--color_link);
}

.single_page .l-mainContent__inner .post_content .p-toc__link {
    color: inherit;
}

@media (max-width: 750px) {

    .wrap,
    .wrap_lr {
        max-width: 94.87%;
        width: 100%;
    }

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

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

    body {
        font-size: 13px;
    }

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

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

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

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

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

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

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

    .reserve_text {
        font-size: 6vw;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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 {
        padding: 5vw 0;
        width: 96%;
    }

    .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 {
        margin: 1.5vw auto 0;
        width: 2.5vw;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* SP投稿ページ シングルページ */
    .single_page .single_flame {
        border: none;
        padding: 0;
    }

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

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

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

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

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

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

    .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: 0.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;
        margin: 1.5em 0 1em;
        padding: 2vw;
    }

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

    .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 {
        font-size: 3.8vw;
        line-height: 11vw;
        margin: 10vw auto 0 auto;
        width: 80%;
    }

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

    .single_page .singleSidebar {
        display: none;
    }

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

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

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

    .singleContent_links ul {
        width: 40%;
    }

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

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

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

    .latest_post_area .img {
        height: 25vw;
    }

    .latest_post_area ul {
        -moz-column-gap: 3vw;
        column-gap: 3vw;
        grid-template-columns: repeat(2, 1fr);
        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;
        padding-top: 4vw;
        position: relative;
    }

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

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

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

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

    #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 {
        height: 4vw;
        width: 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;
        line-height: 9vw;
        margin-bottom: 1vw;
        padding: 1vw 2vw;
    }

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

    body #sitemap_list {
        padding: 0;
    }

    .page_archive_main {
        padding-block: 20.5vw;
    }

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

    .page_archive_main .title_box .title {
        font-size: 5.2vw;
    }

    .breadcrumb .wrap {
        max-width: 95%;
    }

    .page_archive .common_page_wrap {
        padding-block: 10vw 18vw;
    }

    .archive_list li a {
        gap: 1.3em;
        padding: 1.1em 0;
    }

    .archive_list li a .img {
        width: 20.5vw;
    }

    .archive_list li a .img img {
        aspect-ratio: 1/1;
    }

    .archive_list li a .text_box .title {
        -webkit-line-clamp: 2;
        font-size: 3.6vw;
        margin-block: 0 0.4em;
    }

    .archive_list li a .text_box .date {
        font-size: 3.6vw;
    }

    .archive_list li a .more {
        display: none;
    }

    .archive_list li a:hover .text_box .title {
        color: #3E3E3E;
    }

    .wp-pagenavi {
        margin-block: 10vw 0;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 5.1vw;
        margin-inline: 0.6em;
        padding: 0.15em 0.6em;
    }

    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink {
        font-size: 4.1vw;
    }

    .wp-pagenavi .previouspostslink::before,
    .wp-pagenavi .nextpostslink::after {
        width: 1.8vw;
    }

    .single_staff .common_page_wrap {
        padding-block: 10vw 20vw;
    }

    .single_staff .intro_sec .text_box .title {
        font-size: 4.6vw;
    }

    .single_staff .intro_sec .text_box .text {
        font-size: 3.6vw;
        line-height: 1.7;
    }

    .single_staff .cont_sec {
        padding-block: 17vw 0;
    }

    .single_staff .cont_sec .item {
        align-items: flex-start;
        flex-direction: column;
        gap: 5vw;
        margin-inline: 0;
    }

    .single_staff .cont_sec .item.noimage {
        margin-inline: 0;
    }

    .single_staff .cont_sec .item+.item {
        margin-block: 12vw 0;
    }

    .single_staff .cont_sec .item:nth-child(even) {
        align-items: flex-end;
        flex-direction: column;
        margin-inline: 0;
    }

    .single_staff .cont_sec .item .img {
        width: 95%;
    }

    .single_staff .cont_sec .item .img img {
        aspect-ratio: 37/20;
    }

    .single_staff .cont_sec .item .text_box {
        margin-inline: auto;
        width: 90%;
    }

    .single_staff .cont_sec .item .text_box .title {
        font-size: 4.6vw;
    }

    .single_staff .cont_sec .item .text_box .text {
        font-size: 3.6vw;
    }

    .single_staff .career_sec {
        padding-block: 0;
    }

    .single_staff .career_sec .inner {
        flex-direction: column;
        gap: 10.26vw;
        padding: 1.5em 0;
    }

    .single_staff .career_sec .sec_title {
        font-size: 4.1vw;
        margin-block: 0 0.7em;
    }

    .single_staff .career_sec .list::before {
        content: none;
    }

    .single_staff .career_sec .list ul {
        gap: 0.7em;
        grid-template-columns: 1fr;
    }

    .single_staff .career_sec .list li .date {
        font-size: 3.3vw;
    }

    .single_staff .career_sec .list li .text {
        font-size: 3.3vw;
    }

    .single_staff .message_sec {
        padding-block: 10vw 0;
    }

    .single_staff .message_sec .text_box {
        text-align: left;
        padding: 1.5em;
    }

    .single_staff .message_sec .text_box .text {
        font-size: 3.6vw;
    }
}


/* 追加css */

@media screen and (max-width: 750px) {
    .wrap {
        margin-inline: auto;
        width: 89.74%;
    }

    .wrap_mid {
        margin-inline: auto;
        width: 89.74%;
    }

    .common_page_wrap01 {
        padding-block: 6.92vw 12.82vw;
    }

    .common_page_wrap02 {
        padding-block: 12.82vw;
    }

    .breadcrumb_container {
        gap: 2.56vw;
    }

    .common_contact_form_text {
        font-size: 4.1vw;
        font-size: 4.1vw;
        margin-block: 7.69vw 5.13vw;
    }

    .common_contact_form .form_box dl dd p {
        font-size: 3.59vw;
        margin-top: 1.28vw;
    }

    body {
        min-width: auto;
    }

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

    img {
        /* タッチイベント自体を無効化 */
        -webkit-touch-callout: none;
        /* 長押し時のメニューを無効化 (iOS Safari) */
        -webkit-user-select: none;
        /* テキスト選択を無効化 */
        -webkit-user-drag: none;
        /* ドラッグ動作を無効化 */
        -moz-user-select: none;
        pointer-events: none;
        /* 他のブラウザでの選択無効化 */
        touch-action: manipulation;
        user-select: none;
        /* ズームやスクロールジェスチャーを制限 */
    }

    /* 共通パーツ */

    .common_btn01 {
        gap: 2.05vw;
        padding: 2.56vw 2.56vw 2.05vw;
        width: min(100%, 43.33vw);
    }

    .common_btn01::before {
        border-radius: 5.9vw;
        left: 0.51vw;
        top: 0.51vw;
    }

    .common_btn01::after {
        border-radius: 5.9vw;
    }

    .common_btn01_icon {
        height: 7.18vw;
        width: 7.18vw;
    }

    .common_btn01_text {
        font-size: 3.08vw;
        line-height: 1.33;
    }

    .common_btn02 {
        border-radius: 8.21vw;
        gap: 8.21vw;
        padding: 2.82vw 4.1vw 2.31vw;
        position: relative;
        width: min(100%, 71.79vw);
    }

    .common_btn02::before {
        background: #DCFAEF;
        border-radius: 8.21vw;
        content: "";
        height: 100%;
        left: 0.51vw;
        position: absolute;
        top: 0.51vw;
        width: 100%;
    }

    .common_btn02::after {
        border: 2px solid #707070;
        border-radius: 8.21vw;
        content: "";
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .common_btn02_icon {
        height: 10.26vw;
        width: 10.26vw;
    }

    .common_btn02_text_pc {
        display: none;
    }

    .common_btn02_text_sp {
        color: #00B271;
        display: inline;
        font-family: "M PLUS 2", sans-serif, serif;
        font-size: 4.1vw;
        font-weight: 900;
        letter-spacing: 0.12em;
        line-height: 1.31;
        margin-left: -1.28vw;
        position: relative;
        white-space: nowrap;
    }

    .common_btn02_icon02 {
        display: grid;
        height: 3.59vw;
        margin-left: 2.56vw;
        place-content: center;
        position: relative;
        width: 1.79vw;
    }

    .common_btn02_large {
        gap: 10.26vw;
        width: min(100%, 78.72vw);
    }

    .common_btn02_large .common_btn02_icon02 {
        margin-left: 4.62vw;
    }

    .common_btn03 {
        border-radius: 8.21vw;
        padding: 2.82vw 5.38vw 2.31vw 4.1vw;
        width: min(100%, 71.79vw);
    }

    .common_btn03::before {
        border-radius: 8.21vw;
    }

    .common_btn03::after {
        border-radius: 8.21vw;
    }

    .common_btn03_icon01 {
        height: 10.26vw;
        width: 10.26vw;
    }

    .common_btn03_text {
        font-size: 4.1vw;
        line-height: 1.31;
        margin-left: 6.67vw;
    }

    .common_btn03_icon02 {
        height: 3.59vw;
        margin-left: 11.03vw;
        width: 1.79vw;
    }

    .common_btn03_large {
        width: min(100%, 78.72vw);
    }

    .common_btn03_large .common_btn03_text {
        margin-left: 9.23vw;
    }

    .common_btn03_large .common_btn03_icon02 {
        margin-left: 13.85vw;
    }

    .common_btn04 {
        border-radius: 7.69vw;
        padding-block: 3.59vw;
        width: min(100%, 79.49vw);
    }

    .common_btn04_text {
        font-size: 3.85vw;
        line-height: 1.33;
    }

    .common_btn04_icon {
        height: 3.08vw;
        right: 4.41vw;
        width: 1.54vw;
    }

    .common_btn05 {
        border-radius: 7.69vw;
        height: 15.38vw;
        padding: 5.38vw 0 4.87vw;
        text-align: center;
        width: min(100%, 61.54vw);
    }

    .common_btn05::before {
        border-radius: 7.69vw;
        left: 0.51vw;
        top: 0.51vw;
    }

    .common_btn05::after {
        border-radius: 7.69vw;
    }

    .common_btn05_text {
        font-size: 3.85vw;
        line-height: 1.33;
        padding-right: 3.08vw;
    }

    .common_btn05_icon {
        height: 3.59vw;
        right: 5.13vw;
        width: 1.79vw;
    }

    .common_btn06 {
        border-radius: 6.15vw;
        padding-block: 3.59vw 3.33vw;
        width: min(100%, 43.59vw);
    }

    .common_btn06_text {
        font-size: 3.59vw;
        line-height: 1.36;
    }

    .common_btn07 {
        border-radius: 9.49vw;
        padding: 3.59vw 5.9vw 2.05vw 3.33vw;
        width: min(100%, 82.05vw);
    }

    .common_btn07::before {
        border-radius: 9.49vw;
        left: 1.03vw;
        top: 1.03vw;
    }

    .common_btn07::after {
        border-radius: 9.49vw;
    }

    .common_btn07_icon01 {
        height: 11.28vw;
        width: 11.28vw;
    }

    .common_btn07_text {
        font-size: 3.85vw;
        line-height: 1.33;
    }

    .common_btn07_icon02 {
        height: 5.63vw;
        width: 5.67vw;
    }

    .common_card01 {
        width: 100%;
    }

    .common_card01_img {
        border-radius: 5.13vw;
    }

    .common_card01_body {
        margin-top: 2.05vw;
    }

    .common_card01_title {
        font-size: 4.87vw;
        line-height: 1.37;
    }

    .common_card01_addwrap {
        border-bottom-left-radius: 5.13vw;
        height: 13.59vw;
        padding-bottom: 2.56vw;
        width: 38.46vw;
    }

    .common_card01_addwrap::before,
    .common_card01_addwrap::after {
        height: 5.13vw;
        width: 5.13vw;
    }

    .common_card01_icon {
        height: 2.49vw;
        width: 5.74vw;
    }

    .common_card01_addtext01 {
        font-size: 3.08vw;
    }

    .common_card01_addtext02 {
        font-size: 3.85vw;
        line-height: 1.33;
    }

    .common_card02_img {
        border-radius: 4.62vw;
    }

    .common_card02_img img {
        aspect-ratio: 250/200;
    }

    .common_card02_body {
        margin-top: 2.05vw;
    }

    .common_card02_title {
        font-size: 3.85vw;
        line-height: 1.47;
    }

    .common_card02_icon {
        left: -3.85vw;
        top: -3.85vw;
    }

    .common_card03 {
        border-radius: 5.64vw;
        width: min(100%, 82.05vw);
    }

    .common_card03::after {
        border-radius: 5.64vw;
    }

    .common_card03_name_en {
        bottom: -14.87vw;
        font-size: 15.38vw;
        left: 44.63%;
        line-height: 1.3;
    }

    .common_card03_img {
        left: 2.56vw;
        top: 2.56vw;
    }

    .common_card03_img::after {
        border-radius: 5.64vw;
    }

    .common_card03_img img {
        aspect-ratio: 320/250;
        border-radius: 5.64vw;
    }

    .common_card03_textwrap {
        bottom: -14.36vw;
        left: 6.67vw;
    }

    .common_card03_message {
        font-size: 4.62vw;
        line-height: 1.5;
    }

    .common_card03_namewrap {
        margin-top: 8.97vw;
    }

    .common_card03_position {
        font-size: 3.33vw;
        line-height: 1.31;
    }

    .common_card03_name {
        font-size: 4.36vw;
        line-height: 1.29;
        margin-top: 0.26vw;
    }

    .common_card04 {
        border-radius: 3.08vw;
    }

    .common_card04::after {
        border-radius: 3.08vw;
    }

    .common_card04_img {
        border-radius: 3.08vw;
        left: 0.77vw;
        top: 0.77vw;
    }

    .common_card05 {
        border-radius: 2.05vw;
    }

    .common_card05_decoration {
        display: none;
    }

    .common_card05_headingwrap {
        align-items: center;
        border-radius: 2.05vw;
        display: flex;
        height: 17.95vw;
        justify-content: space-between;
        padding-inline: 6.67vw 5.64vw;
    }

    .common_card05_headingwrap.is_active {
        border-radius: 2.05vw 2.05vw 0 0;
    }

    .common_card05_heading {
        font-size: 4.62vw;
        line-height: 1.33;
        text-align: left;
    }

    .common_card05_icon {
        display: inline-block;
        height: 4.1vw;
        position: relative;
        width: 4.1vw;
    }

    .common_card05_icon .bar {
        background: #FFFFFF;
        border-radius: 100vh;
        content: "";
        display: inline-block;
        height: 0.77vw;
        left: 50%;
        position: absolute;
        position: absolute;
        top: 50%;
        translate: -50% -50%;
        width: 4.1vw;
    }

    .common_card05_icon .bar:nth-of-type(2) {
        rotate: 90deg;
        transition: 0.8s;
        translate: -50% -50%;
    }

    .common_card05_body {
        display: none;
        padding: 0.51vw 2.56vw 5.13vw;
    }

    .common_card05_body.is_active {
        height: auto;
        opacity: 1;
        padding: 5px 20px 20px;
        visibility: visible;
    }

    .common_card05_img {
        width: min(100%, 47.69vw);
    }

    .common_card05_text01 {
        font-size: 4.1vw;
        line-height: 1.88;
        margin-top: -4.1vw;
    }

    .line::before {
        height: 2.31vw;
    }

    .common_card05_text02 {
        font-size: 3.33vw;
        margin-top: 1.54vw;
        min-height: 9.23vw;
        width: min(100%, 71.79vw);
    }

    .common_card05_btnwrap {
        margin-top: 3.85vw;
    }

    .common_card06 {
        border-radius: 4.1vw;
        padding: 3.85vw;
    }

    .common_card06_icon {
        left: 8.21vw;
        top: -3.05vw;
    }

    .common_card06_img {
        margin-top: 2.56vw;
        width: min(100%, 35.9vw);
    }

    .common_card06_title {
        border-radius: 2.56vw;
        font-size: 5.64vw;
        line-height: 1.36;
        padding-block: 2.05vw;
    }

    .common_card06_txt {
        font-size: 3.08vw;
    }

    .common_card06_body {
        border-radius: 2.56vw;
        margin-top: 2.56vw;
        padding: 3.85vw 3.85vw 6.41vw;
    }

    .common_card07_imgwrap {
        aspect-ratio: 370/188;
    }

    .common_card07_img {
        width: 100%;
    }

    .common_card07_img img {
        aspect-ratio: 370/188;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .common_card07_body {
        margin-top: 3.85vw;
    }

    .common_card07_text_wrap {
        align-items: flex-start;
        flex-direction: column;
        gap: 3.85vw;
    }

    .common_card07_position {
        font-size: 3.33vw;
    }

    .common_card07_name {
        font-size: 6.41vw;
        margin-top: 0.77vw;
    }

    .common_card07_btn {
        border-radius: 9.74vw;
        margin-inline: auto;
        padding: 1.79vw 7.18vw 2.56vw 11.79vw;
        width: min(100%, 47.44vw);
    }

    .common_card07_btn_text {
        font-size: 3.33vw;
    }

    .common_card07_btn_icon {
        height: 3.59vw;
        right: 4.62vw;
        width: 3.59vw;
    }

    .common_card07_btn_icon svg {
        height: 2.05vw;
        width: 1.03vw;
    }

    .common_cta {
        border-radius: 7.69vw;
        padding-block: 5.64vw 5.13vw;
    }

    .common_cta_wrap {
        padding-inline: 5.13vw;
    }

    .common_cta_message {
        padding-left: 2.56vw;
    }

    .common_cta_message .white {
        font-size: 5.64vw;
        line-height: 1.55;
    }

    .common_cta_message .yellow {
        font-size: 7.18vw;
        line-height: 1.21;
    }

    .common_cta_message .small {
        font-size: 5.64vw;
    }

    .common_cta_message_center {
        padding-inline: 5.13vw;
        text-align: left;
    }

    .common_cta_message_center .white {
        font-size: 5.9vw;
        letter-spacing: 0.1em;
    }

    .common_cta_message_center .small {
        font-size: 5.9vw;
        letter-spacing: 0.1em;
    }

    .common_cta_message_center .yellow {
        font-size: 7.44vw;
        line-height: 1.24;
    }

    .common_cta_text {
        font-size: 3.08vw;
        line-height: 1.5;
        margin-top: 1.28vw;
        padding-left: 2.56vw;
        width: min(100%, 74.36vw);
    }

    .common_cta_text_center {
        font-size: 3.08vw;
        letter-spacing: 0.12em;
        margin-top: 2.56vw;
        padding-inline: 5.13vw 2.56vw;
        text-align: left;
        width: 100%;
    }

    .common_cta_container {
        align-items: center;
        border-radius: 7.69vw;
        flex-direction: column;
        margin-top: 10vw;
        padding: 13.33vw 3.59vw 4.87vw;
        width: 100%;
    }

    .common_cta_container_center {
        margin-top: 11.28vw;
    }

    .common_cta_decotext {
        border-radius: 8.97vw;
        font-size: 3.59vw;
        left: 0;
        line-height: 1.43;
        padding-block: 2.05vw 1.79vw;
        text-align: center;
        top: -6.67vw;
        width: 100%;
    }

    .common_cta_decotext::before,
    .common_cta_decotext::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .common_cta_decotext::before {
        bottom: -2.56vw;
        height: 2.56vw;
        width: 6.41vw;
    }

    .common_cta_decotext::after {
        bottom: -2.05vw;
        height: 5.13vw;
        width: 12.82vw;
    }

    .common_cta_decotext_center {
        left: 50%;
        transform: translateX(-50%);
        white-space: inherit;
        width: min(100%, 79.49vw);
    }

    .common_cta_btn01 {
        display: flex;
        justify-content: center;
        padding-bottom: 4.36vw;
        padding-right: 0;
        width: 100%;
    }

    .common_cta_btn01::after {
        bottom: 0;
        height: 2px;
        top: auto;
        transform: translateY(0%);
        width: 100%;
    }

    .common_cta_btn02 {
        display: flex;
        justify-content: center;
        padding-left: 0;
        padding-top: 3.33vw;
        width: 100%;
    }

    .common_cta_btn02_text {
        display: none;
    }

    .common_cta_img {
        display: none;
    }

    .common_cta03 {
        background: #37AF83;
        bottom: 0;
        display: block;
        left: 0;
        padding: 2.56vw;
        position: fixed;
        width: 100%;
        z-index: 10;
    }

    .common_headline01 {
        text-align: center;
    }

    .common_headline01_sub {
        font-size: 5.13vw;
        line-height: 1.35;
    }

    .common_headline01_main {
        font-size: 7.18vw;
        line-height: 1.32;
        margin-top: 0.77vw;
    }

    .common_headline01_center .common_headline01_main {
        margin-top: 0.77vw;
    }

    .common_icon01 {
        height: 14.51vw;
        width: 14.51vw;
    }

    .common_icon01_text {
        font-size: 3.08vw;
    }

    .common_icon01_num {
        font-size: 6.15vw;
    }

    .common_icon02 {
        height: 15.38vw;
        padding: 2.56vw;
        width: 15.38vw;
    }

    .common_icon02_num {
        font-size: 3.08vw;
    }

    .common_item01 {
        border-radius: 4.1vw;
        padding: 3.85vw;
    }

    .common_item01_content01 {
        align-items: flex-start;
        gap: 2.31vw;
        padding-inline: 1.28vw 1.54vw;
    }

    .common_item01_icon01 {
        font-size: 5.13vw;
        height: 10.77vw;
        line-height: 1.15;
        padding-left: 1.54vw;
        width: 10.26vw;
    }

    .common_item01_text01 {
        font-size: 3.33vw;
        line-height: 1.54;
    }

    .common_item01_content02 {
        border-radius: 3.59vw;
        gap: 3.59vw;
        margin-top: 2.31vw;
        padding: 3.59vw 2.82vw 8.72vw 4.87vw;
    }

    .common_item01_icon02 {
        font-size: 5.13vw;
        line-height: 1.15;
    }

    .common_item01_text02 {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        font-size: 3.08vw;
        line-height: 1.58;
        overflow: hidden;
    }

    .common_item02 {
        border-radius: 4.1vw;
        padding: 3.85vw;
        width: 100%;
    }

    .common_item02_headingwrap_pc {
        display: none;
    }

    .common_item02_headingwrap_sp {
        display: flex;
        gap: 2.05vw;
    }

    .common_item02_iconwrap {
        height: 9.23vw;
        width: 9.23vw;
    }

    .common_item02_icon {
        height: 5.64vw;
        width: 5.64vw;
    }

    .common_item02_headline_sub {
        font-size: 4.1vw;
        line-height: 1.13;
    }

    .common_item02_headline_main {
        font-size: 4.62vw;
        letter-spacing: 0.06em;
        line-height: 1.33;
        margin-top: 1.28vw;
        white-space: nowrap;
    }

    .common_item02_headline_main_sp {
        display: block;
    }

    .common_item02_textwrap {
        border-radius: 3.59vw;
        margin-top: 3.33vw;
        padding: 3.59vw 3.85vw 4.1vw 3.85vw;
    }

    .common_item02_text {
        font-size: 3.08vw;
        letter-spacing: 0.09em;
        line-height: 1.58;
    }

    .common_item03_heading_sub {
        font-size: 3.08vw;
        gap: 1.28vw;
        letter-spacing: 0.02em;
    }

    .common_item03_heading_sub::before {
        margin-top: 2.31vw;
        width: 2.56vw;
    }

    .common_item03_heading {
        font-size: 3.33vw;
    }

    a.common_item03_link {
        margin-top: 1.28vw;
    }

    a.common_item03_link img {
        aspect-ratio: 453/640;
    }

    .common_list01 {
        flex-direction: column;
        gap: 7.69vw;
    }

    .common_list01_item {
        width: 100%;
    }

    .common_list02_item {
        gap: 1.28vw;
    }

    .common_list02_item+.common_list02_item {
        margin-top: 2.56vw;
    }

    .common_list02_item::before {
        font-size: 3.59vw;
    }

    .common_list02_label {
        font-size: 3.59vw;
    }

    .common_list02_text {
        font-size: 3.33vw;
    }

    .common_list03_item {
        border-bottom: 1px solid #ebf0f0;
        flex-direction: column;
        gap: 2.56vw;
        padding-block: 5.13vw;
    }

    .common_list03_item dt,
    .common_list03_item dd {
        font-size: 3.59vw;
        padding-block: 0;
    }

    .common_list03_item dt {
        border: none;
        width: 100%;
    }

    .common_list03_item dd {
        border: none;
        padding-left: 0;
    }

    .common_list04 {
        gap: 7.69vw 3.85vw;
        grid-template-columns: repeat(2, 2fr);
    }

    .common_list05_label {
        font-size: 3.08vw;
        width: 56.41vw;
    }

    .common_list05_price {
        font-size: 3.08vw;
        text-align: right;
    }

    .common_lower_container01 {
        border-radius: 4.1vw;
        padding: 3.85vw;
    }

    .common_lower_container02 {
        margin-top: 7.69vw;
    }

    .common_lower_heading01 {
        font-size: 5.13vw;
        text-align: center;
    }

    .common_lower_heading01_green {
        font-size: 6.15vw;
    }

    .common_lower_heading01_black {
        font-size: 5.64vw;
    }

    .common_lower_heading02 {
        align-items: flex-start;
        font-size: 4.62vw;
        gap: 2.56vw;
    }

    .common_lower_heading02::before {
        margin-top: 3.33vw;
        width: 3.85vw;
    }

    .common_lower_heading02_small {
        font-size: 3.59vw;
        margin-left: 0vw;
        padding-left: 6.41vw;
    }

    .common_lower_heading02_sp {
        font-size: 3.59vw;
        letter-spacing: 0.05em;
    }

    .common_lower_heading03 {
        font-size: 3.59vw;
        padding: 1.44vw 2.87vw 2.15vw;
    }

    .common_lower_section01 {
        padding-block: 12.82vw;
    }

    .common_lower_section02 {
        padding-block: 12.82vw;
    }

    .common_media01::after {
        background-image: linear-gradient(to right, #676767 3px, transparent 3px);
        background-repeat: repeat-x;
        background-size: 6px 3px;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .common_media01_link {
        gap: 0;
        padding-block: 4.62vw;
        width: 100%;
    }

    .common_media01_container {
        align-items: flex-start;
        display: flex;
        gap: 4.62vw;
    }

    .common_media01_head {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        font-size: 3.33vw;
        line-height: 1.54;
        margin-top: 1.79vw;
        overflow: hidden;
    }

    .common_media01_txt {
        font-size: 3.08vw;
        line-height: 1.58;
        margin-top: 2.56vw;
    }

    .common_media01_txt_pc {
        display: none;
    }

    .common_media01_txt_sp {
        display: -webkit-box;
    }

    .common_media01_img {
        border-radius: 4.62vw;
        width: min(100%, 28.21vw);
    }

    .common_media01_img img {
        aspect-ratio: 1/1;
    }

    .common_media01_body {
        display: flex;
        flex: 1;
        flex-direction: column-reverse;
        padding-top: 2.56vw;
    }

    .common_media01_wrap {
        margin-top: 0;
    }

    .common_media01_date {
        color: #1A1A1A;
        font-size: 3.33vw;
        line-height: 1.15;
    }

    .common_media01_btn {
        width: fit-content;
    }

    .common_media02 {
        width: 100%;
    }

    .common_media02::after {
        background-image: linear-gradient(to right, #BEBEBE 3px, transparent 3px);
        background-repeat: repeat-x;
        background-size: 6px 3px;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .common_media02_link {
        padding-block: 0 4.87vw;
    }

    .common_media02_container {
        gap: 4.62vw;
    }

    .common_media02_head {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        font-size: 3.33vw;
        line-height: 1.54;
        margin-top: 1.79vw;
        overflow: hidden;
    }

    .common_media02_txt {
        font-size: 3.08vw;
        line-height: 1.58;
        margin-top: 1.79vw;
    }

    .common_media02_txt_pc {
        display: none;
    }

    .common_media02_txt_sp {
        display: -webkit-box;
    }

    .common_media02_img {
        border-radius: 4.62vw;
        width: min(100%, 28.21vw);
    }

    .common_media02_img img {
        aspect-ratio: 1/1;
    }

    .common_media02_body {
        padding-top: 2.82vw;
    }

    .common_media02_date {
        color: #1A1A1A;
        font-size: 3.33vw;
        line-height: 1.15;
    }

    .common_media02_btn {
        width: fit-content;
    }

    .common_media03_link {
        flex-direction: column;
        gap: 0;
        padding: 3.85vw 3.85vw 5.13vw;
    }

    .common_media03_headingwrap {
        gap: 1.28vw;
    }

    .common_media03_number {
        font-size: 6.15vw;
    }

    .common_media03_head {
        font-size: 3.59vw;
        letter-spacing: 0.05em;
    }

    .common_media03_text {
        font-size: 3.08vw;
        margin-top: 2.56vw;
    }

    .common_media03_img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .common_media03_img img {
        aspect-ratio: 315/180;
    }

    .common_media03_body {
        margin-top: 2.56vw;
        width: 100%;
    }

    .common_media04 {
        flex-direction: column-reverse;
        gap: 3.85vw;
    }

    .common_media04_reverse {
        flex-direction: column;
    }

    .common_media04_body {
        margin-top: 3.85vw;
        padding-top: 0;
        width: 100%;
    }

    .common_media04_text {
        font-size: 3.59vw;
        line-height: 2;
    }

    .common_media04_text+.common_media04_text {
        margin-top: 3.85vw;
    }

    .common_media04_img {
        width: 100%;
    }

    .common_media04_img img {
        aspect-ratio: 350/210;
    }

    .common_media05 {
        flex-direction: column;
    }

    .common_media05_body {
        margin-top: 3.85vw;
        padding: 3.85vw 2.56vw;
        padding-top: 0;
        width: 100%;
    }

    .common_media05_text {
        font-size: 3.59vw;
    }

    .common_media05_text+.common_media05_text {
        margin-top: 3.85vw;
    }

    .common_media05_name {
        gap: 3.85vw;
        justify-content: flex-end;
        margin-top: 5.13vw;
    }

    .common_media05_name .name {
        font-size: 4.62vw;
    }

    .common_media05_img {
        width: 100%;
    }

    .common_media05_img img {
        aspect-ratio: 350/210;
    }

    .common_page_main {
        padding-block: 25.9vw 1.28vw;
    }

    .common_page_main::before {
        background: url(./image/lower_sp01.png) center center/contain no-repeat;
        height: 105.13vw;
    }

    .common_tag01 {
        font-size: 3.08vw;
        line-height: 1.33;
        padding: 1.03vw 3.9vw 1.03vw 3.79vw;
        width: fit-content;
    }

    .common_tag02 {
        font-size: 3.08vw;
        line-height: 1.33;
        padding: 1.03vw 3.9vw 1.03vw 3.79vw;
        white-space: nowrap;
        width: fit-content;
    }

    .common_tag03 {
        border-radius: 6.15vw;
        font-size: 3.59vw;
        line-height: 1.36;
        padding-block: 3.59vw 3.08vw;
        width: min(100%, 43.59vw);
    }

    .common_title {
        margin-top: 17.95vw;
    }

    .common_title_sub {
        font-size: 5.13vw;
        line-height: 1.15;
    }

    .common_title_main {
        font-size: 7.69vw;
        line-height: 1.33;
        margin-top: 1.28vw;
    }

    .common_text01 {
        font-size: 3.33vw;
        letter-spacing: 0.11em;
        line-height: 1.85;
        margin-top: 15.64vw;
    }

    /* 会社についてページ */

    .about_btn_list {
        display: grid;
        gap: 2.56vw;
        grid-template-columns: repeat(2, 1fr);
    }

    .about_btn_link {
        border-radius: 2.56vw;
        min-width: auto;
        padding: 4.1vw 9.23vw 3.85vw 2.82vw;
        width: 100%;
    }

    .about_btn_link_text {
        font-size: 3.59vw;
    }

    .about_btn_link_icon {
        height: 3.59vw;
        width: 1.79vw;
    }

    .about_btn_link_icon svg {
        height: 3.59vw;
        width: 1.79vw;
    }

    .gotop {
        bottom: 23.64vw;
        right: 2.56vw;
        width: 15.38vw;
    }

    .about01 {
        padding-block: 0vw;
    }

    .about01_heading01 {
        text-align: left;
    }

    .about01_text {
        font-size: 3.59vw;
    }

    .about01_container04 {
        flex-direction: column;
        margin-top: 7.69vw;
    }

    .about01_list_wrap01 {
        padding-right: 0;
        width: 100%;
    }

    .about01_list_wrap02 {
        margin-top: 3.85vw;
        padding-left: 0;
        padding-top: 3.85vw;
        width: 100%;
    }

    .about01_list_wrap02::before {
        height: 2px;
        width: 100%;
    }

    .about01_list {
        margin-top: 5.13vw;
    }

    .about01_list_item {
        gap: 2.56vw;
    }

    .about01_list_item+.about01_list_item {
        margin-top: 3.85vw;
    }

    .about01_list_num {
        border-radius: 1.28vw;
        font-size: 3.85vw;
        height: 5.9vw;
        width: 5.9vw;
    }

    .about01_list_text {
        font-size: 3.59vw;
    }

    .about02_heading01 {
        text-align: left;
    }

    .about02_heading01_bg {
        font-size: 4.36vw;
        margin-top: 0;
    }

    .about02_img01 {
        width: 100%;
    }

    .about02_img01 img {
        aspect-ratio: 350/180;
    }

    .about02_img02 {
        margin-top: 2.56vw;
        width: 100%;
    }

    .about02_img02 img {
        aspect-ratio: 350/180;
    }

    .about02_list {
        margin-top: 2.56vw;
    }

    .about02_heading_wrap {
        flex-direction: column;
        gap: 1.28vw;
    }

    .about02_map {
        margin-top: 5.13vw;
    }

    .about02_map iframe {
        aspect-ratio: 390/200;
    }

    .about03_heading01 {
        text-align: left;
    }

    .about03_list_item:last-of-type {
        overflow: hidden;
    }

    .about03_list_item {
        border-radius: 2.56vw;
        flex-direction: column;
    }

    .about03_list_item+.about03_list_item {
        margin-top: 3.85vw;
    }

    .about03_list_item dt,
    .about03_list_item dd {
        font-size: 4.1vw;
    }

    .about03_list_item dt {
        background: #37AF83;
        border-radius: 2.56vw 2.56vw 0 0;
        padding: 2.05vw 2.56vw;
        width: 100%;
    }

    .about03_list_item dd {
        font-size: 3.59vw;
        padding: 2.56vw 2.56vw 3.85vw 10.26vw;
    }

    .about03_list_item dd::before {
        height: 5.13vw;
        left: 2.31vw;
        width: 5.13vw;
    }

    .about03_list_item dd::after {
        height: calc(100% + 3.85vw);
        left: 4.36vw;
    }

    .about04 {
        padding-bottom: 0px;
    }

    .about04_logo {
        width: min(100%, 66.67vw);
    }

    .about04_logo img {
        aspect-ratio: 260/57;
    }

    .about04_text {
        font-size: 3.59vw;
        text-align: left;
    }

    .about04_text+.about04_text {
        margin-top: 3.85vw;
    }

    .about04_media {
        margin-top: 5.13vw;
    }

    .about04_list {
        margin-top: 2.56vw;
    }

    .about04_category {
        margin-top: 5.13vw;
    }

    .about04_category_item {
        border-radius: 2.56vw;
        gap: 2.56vw;
        padding: 3.85vw 2.56vw;
    }

    .about04_category_item+.about04_category_item {
        margin-top: 3.85vw;
    }

    .about04_category_item dt {
        font-size: 4.1vw;
    }

    .about04_category_item dd {
        font-size: 3.59vw;
        gap: 2.56vw;
    }

    .about04_category_item dd span {
        border-radius: 2.56vw;
        font-size: 3.59vw;
        padding: 2.05vw 2.56vw;
    }

    .about04_items {
        gap: 2.56vw;
        margin-top: 3.85vw;
    }

    .about04_item {
        border-radius: 5.13vw;
        height: 30.77vw;
        width: min(100%, 43.59vw);
    }

    .about04_item_link {
        padding: 3.85vw;
    }

    .about04_item_link::after {
        bottom: 5.13vw;
        height: 2.05vw;
        right: 2.56vw;
        width: 4.1vw;
    }

    .about04_items_text {
        font-size: 3.59vw;
    }

    .about05 {
        padding-bottom: 12.82vw;
    }

    .about05_heading01 {
        text-align: left;
    }

    /* 導入事例ページ */
    .case01_list {
        gap: 5.13vw;
    }

    /* 会社案内ページ */

    .company01_container {
        padding: 7.69vw 3.85vw;
    }

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

    .company01_item {
        border-radius: 5.13vw;
        height: 30.77vw;
    }

    .company01_link {
        padding: 3.85vw;
    }

    .company01_text {
        font-size: 4.1vw;
    }

    .company01_icon {
        height: 4.1vw;
        width: 2.05vw;
    }

    /* フォーム */

    .contact01_title {
        font-size: 4.1vw;
    }

    .contact01_content {
        margin-top: 3.85vw;
    }

    .contact01_heading {
        font-size: 3.59vw;
        margin-block: 2.56vw;
    }

    .contact01_list {
        margin-top: 1.28vw;
    }

    .contact01_content .caution {
        margin-top: 1.28vw;
    }

    .contact01_link {
        font-size: 3.08vw;
        margin-top: 2.56vw;
    }

    .page_contact .common_page_wrap {
        padding-block: 15vw 18vw;
    }

    /* cta02 */

    .cta02 {
        border-radius: 7.69vw 7.69vw 0 0;
        padding-block: 8.46vw 7.95vw;
    }

    .cta02_textwrap {
        border-bottom: none;
        padding-bottom: 0;
    }

    /* 資料ダウンロードページ */
    .page_download .common_page_wrap {
        padding-block: 15vw;
    }

    .download_cont_sec .inner {
        display: block;
    }

    .download_cont_sec .info_box {
        margin-block: 0 7vw;
    }

    .download_cont_sec .info_box .title_box {
        margin-block: 0;
    }

    .download_cont_sec .info_box .title_box .title {
        font-size: 6vw;
    }

    .download_cont_sec .info_box .title_box .text {
        font-size: 3.5vw;
    }

    .download_cont_sec .info_box .desc_box {
        display: none;
    }

    .download_cont_sec .info_box .desc_box .title {
        font-size: 4.2vw;
    }

    .download_cont_sec .info_box .desc_box .list {
        margin-block: 0 5vw;
    }

    .download_cont_sec .info_box .desc_box .list li {
        font-size: 3.7vw;
    }

    .download_cont_sec .form_box {
        width: 100%;
        padding: 1.5em;
    }

    .download_cont_sec .form_box .form {
        margin-block: 0 3vw;
    }

    .download_cont_sec .form_box .form dl dt {
        font-size: 3.5vw;
        margin-block: 0 0.4em;
    }

    .download_cont_sec .form_box .form dl dd input {
        font-size: 3.5vw;
    }

    .download_cont_sec .form_box .btn button {
        width: 90%;
        min-block-size: 13vw;
        font-size: 4vw;
    }

    .download_cont_sec .form_box .btn button:hover {
        opacity: 1;
    }

    .form_footer .copyright small {
        font-size: 3.2vw;
    }

    .download_cont_sec .thanks_textArea .name {
        font-size: 3.8vw;
    }

    .download_cont_sec .thanks_textArea .contact_text {
        font-size: 3.5vw;
        text-align: left;
    }

    .download_cont_sec .thanks_textArea .ichiran_link {
        width: 80%;
        min-block-size: 12vw;
        font-size: 3.8vw;
        margin: 5vw auto 0;
    }

    .download_cont_sec .thanks_textArea .ichiran_link:hover {
        opacity: 1;
    }

    .download_cont_sec .form_box .privacy_check {
        margin-block: 0 5vw;
    }

    .download_cont_sec .form_box .privacy_check .attention {
        font-size: 3.6vw;
        margin-block: 0 0.5em;
    }

    /* 専有部サービスページ */

    .exclusive01_heading {
        text-align: left;
    }

    .exclusive01_text01 {
        font-size: 3.59vw;
        margin-top: 5.13vw;
    }

    .exclusive01_container {
        margin-top: 7.69vw;
    }

    .exclusive01_img_wrap {
        overflow: scroll;
        padding-bottom: 3.85vw;
    }

    .exclusive01_img {
        width: 153.85vw;
    }

    .exclusive01_list {
        margin-top: 7.69vw;
    }

    .excluxive01_form {
        margin-top: 7.69vw;
    }

    .excluxive01_form_heading {
        margin-top: 5.13vw;
        text-align: left;
    }

    /* 発効後の流れページ */

    .flow01_text {
        font-size: 3.59vw;
        margin-top: 2.56vw;
    }

    .flow01_list02_item {
        font-size: 3.59vw;
        margin-top: 2.56vw;
    }

    .flow01_list {
        font-size: 3.59vw;
        margin-top: 3.85vw;
    }

    .flow01_list_item+.flow01_list_item {
        margin-top: 2.56vw;
    }

    /* footer */

    .footer {
        padding-block: 13.01vw 15.38vw;
    }

    .footer::before {
        background: url(./image/footer_bg_sp.png) center center/cover no-repeat;
    }

    .footer_inner {
        align-items: center;
        flex-direction: column;
        padding-inline: 5.13vw;
        width: 100%;
    }

    .footer_info {
        width: 100%;
    }

    .footer_logo {
        margin-inline: auto;
        width: min(100%, 57.69vw);
    }

    .footer_logo_link {
        gap: 5.74vw;
    }

    .footer_logo_img {
        width: min(100%, 17.33vw);
    }

    .footer_logo_img img {
        aspect-ratio: 67.4/57.5;
    }

    .footer_logo_text {
        font-size: 3.08vw;
    }

    .footer_company {
        margin-top: 7.87vw;
        text-align: center;
    }

    .footer_company_name {
        font-size: 3.59vw;
    }

    .footer_address {
        font-size: 3.08vw;
        letter-spacing: 0.07em;
        line-height: 1.58;
        margin-top: 2.82vw;
    }

    .footer_buttons {
        display: none;
    }

    .footer_nav {
        display: none;
    }

    .footer_copyright {
        margin-top: 8.97vw;
        text-align: center;
    }

    .footer_copyright small {
        font-size: 3.08vw;
    }

    /* header */

    .header {
        padding-block: 4.31vw;
        width: 100%;
    }

    .header_fixed {
        width: 100%;
    }

    .header_inner {
        padding-inline: 5.13vw;
        width: 100%;
    }

    .header_logo {
        position: relative;
        width: min(100%, 14vw);
    }

    .header_logo_link {
        display: inline-block;
    }

    .header_logo_img {
        width: min(100%, 14vw);
    }

    .header_logo_img img {
        aspect-ratio: 54.6/46.4;
    }

    .header_logo_text {
        display: none;
    }

    .header_nav {
        display: none;
    }

    .hamburger {
        cursor: pointer;
        display: block;
        height: 10.77vw;
        position: absolute;
        right: 2.56vw;
        text-align: center;
        top: 4.87vw;
        width: 14.87vw;
        z-index: 99999;
    }

    .hamburger span {
        background: #1A1A1A;
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        transition: 0.5s ease-in-out;
        translate: -50%;
        width: 9.74vw;
    }

    .hamburger span:nth-child(1) {
        top: 2.56vw;
    }

    .hamburger span:nth-child(2) {
        top: 5.13vw;
    }

    .hamburger span:nth-child(3) {
        top: 7.69vw;
    }

    .hamburger.active span:nth-child(1) {
        left: 50%;
        top: 5.13vw;
        transform: rotate(315deg);
        translate: -50%;
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 5.13vw;
        transform: rotate(-315deg);
    }

    .globalMenuSP_container {
        flex: 1;
        margin-top: 4.36vw;
        position: relative;
    }

    nav.globalMenuSp.active {
        transform: translateX(0%);
    }

    .globalMenuSP_item {
        background: #FFFFFF;
        border-radius: 2.56vw;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
        margin: 0 auto;
        width: 100%;
    }

    .globalMenuSP_item_big {
        grid-column: span 2;
    }

    .globalMenuSP_link {
        background: #FFFFFF;
        border-radius: 2.56vw;
        display: flex;
        justify-content: space-between;
        padding: 3.59vw 3.08vw 3.59vw 5.13vw;
    }

    .globalMenuSP_text {
        font-size: 3.33vw;
        font-weight: 700;
        letter-spacing: 0.12em;
        line-height: 1.31;
    }

    .globalMenuSP_sublink {
        color: #000;
        display: flex;
        justify-content: space-between;
        padding: 2.82vw 2.05vw 2.82vw 0vw;
        text-decoration: none;
    }

    .globalMenuSP_subtext {
        color: #4D4D4D;
        font-size: 3.33vw;
        font-weight: 500;
        letter-spacing: 0.12em;
        line-height: 1.31;
    }

    .globalMenuSP_cta {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
        margin-top: 14.87vw;
    }

    /* cta02 */

    .common_cta02 {
        background: #37AF83;
        border-radius: 6.15vw;
        padding-block: 6.41vw 5.13vw;
    }

    .common_cta02_wrap {
        padding-inline: 3.85vw;
    }

    .common_cta02_container {
        align-items: center;
        background: #FFFFFF;
        border-radius: 7.69vw;
        flex-direction: column;
        margin-top: 15.64vw;
        padding: 13.33vw 3.59vw 4.87vw;
        position: relative;
        width: 100%;
    }

    .common_cta02_decotext {
        background: #FFEC81;
        border: 2px solid #000000;
        border-radius: 8.97vw;
        font-size: 3.59vw;
        font-weight: 900;
        left: 0;
        letter-spacing: 0.13em;
        line-height: 1.43;
        padding-block: 2.82vw 2.64vw;
        position: absolute;
        text-align: center;
        top: -11.54vw;
        width: 100%;
        z-index: 2;
    }

    .common_cta02_decotext::before,
    .common_cta02_decotext::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .common_cta02_decotext::before {
        bottom: -2.56vw;
        height: 2.56vw;
        width: 6.41vw;
    }

    .common_cta02_decotext::after {
        bottom: -2.05vw;
        height: 5.13vw;
        width: 12.82vw;
    }

    .common_cta02_btn01 {
        padding-bottom: 4.36vw;
        padding-right: 0;
        width: 100%;
    }

    .common_cta02_btn01::after {
        bottom: 0;
        height: 2px;
        top: auto;
        transform: translateY(0%);
        width: 100%;
    }

    .common_cta02_btn02 {
        padding-top: 3.33vw;
        width: 100%;
    }

    .globalMenuSP_footer {
        margin-top: 5.38vw;
    }

    .globalMenuSP_footer_links {
        display: flex;
        gap: 12.82vw;
        justify-content: center;
    }

    .globalMenuSP_footer_link {
        display: inline-block;
        font-size: 3.08vw;
        font-weight: 400;
        letter-spacing: 0.05em;
        line-height: 1.33;
        padding: 2.56vw;
    }

    .globalMenuSP_copyright {
        margin-top: 6.67vw;
        text-align: center;
    }

    .globalMenuSP_copyright small {
        color: #777777;
        font-size: 3.08vw;
        font-weight: 400;
        letter-spacing: 0.03em;
        line-height: 1.33;
    }

    /* ir情報ページ */

    .ir01_heading01 {
        text-align: left;
    }

    .ir01_text {
        font-size: 3.59vw;
        margin-top: 5.13vw;
    }

    .ir01_text+.ir01_text {
        margin-top: 3.85vw;
    }

    .ir02 {
        padding-bottom: 12.82vw;
    }

    .ir02_heading01 {
        text-align: left;
    }

    .ir02_container {
        border-radius: 3.85vw;
        padding: 5.13vw 2.56vw 3.85vw;
        width: 100%;
    }

    .ir02_list {
        flex-direction: column;
        gap: 5.13vw;
        margin-top: 5.13vw;
    }

    .ir02_list_img {
        width: 100%;
    }

    .ir02_list_img:first-of-type ::after {
        bottom: -2.56vw;
        height: 2px;
        left: 0;
        right: auto;
        top: auto;
        width: 100%;
    }

    .ir02_list_img img {
        aspect-ratio: 350/314;
    }


    /* 一部管理委託方式ページ */

    .partial01 {
        padding-block: 8.21vw;
    }

    .partial02_container {
        margin-top: 5.13vw;
    }

    .partial02_list {
        gap: 3.85vw;
        grid-template-columns: repeat(1, 1fr);
    }

    .partial02_item_img {
        border-radius: 5.13vw;
    }

    .partial02_item_img img {
        aspect-ratio: 270/140;
    }

    .partial02_item_body {
        margin-top: 2.56vw;
        padding-bottom: 3.85vw;
    }

    .partial02_item_title {
        font-size: 4.1vw;
    }

    .partial02_item_title .small {
        font-size: 3.59vw;
    }

    .partial02_item_text {
        font-size: 3.08vw;
        margin-top: 2.56vw;
    }

    .property01_list {
        gap: 5.13vw;
        grid-template-columns: repeat(1, 1fr);
    }

    /* 採用情報ページ */

    .recruit01_heading01 {
        text-align: left;
    }

    .recruit01_text01 {
        font-size: 3.59vw;
        margin-top: 3.85vw;
    }

    .recruit01_text02 {
        font-size: 3.59vw;
        margin-top: 4.62vw;
    }

    .recruit01_list01 {
        margin-top: 4.62vw;
    }

    .recruit01_list_item {
        align-items: flex-start;
        flex-direction: column;
        gap: 0vw;
    }

    .recruit01_list_item+.recruit01_list_item {
        margin-top: 2.56vw;
    }

    .recruit01_list_step {
        font-size: 3.59vw;
    }

    .recruit01_list_text {
        font-size: 3.59vw;
    }

    .recruit01_position01 {
        font-size: 3.59vw;
    }

    .recruit01_list02 {
        margin-top: 2.56vw;
    }

    .recruit01_list02_item {
        font-size: 3.59vw;
        letter-spacing: 0.02em;
        width: 100%;
    }

    .recruit01_list03_item {
        font-size: 3.59vw;
    }

    .recruit01_list04_item {
        font-size: 3.59vw;
        letter-spacing: 0.02em;
    }

    .recruit01_text03 {
        font-size: 3.59vw;
    }

    .recruit01_text03+.recruit01_text03 {
        margin-top: 5.13vw;
    }

    .recruit02 {
        padding-bottom: 7.69vw;
    }

    .recruit02_wrap+.recruit02_wrap {
        margin-top: 5.13vw;
    }

    .recruit02_heading01 {
        text-align: left;
    }

    .recruit02_container {
        margin-top: 5.13vw;
    }

    .recruit02_img {
        border-radius: 3.85vw;
    }

    .recruit02_img img {
        aspect-ratio: 340/135;
    }

    .recruit02_textwrap {
        margin-top: 5.13vw;
    }

    .recruit02_income {
        font-size: 4.1vw;
    }

    .recruit02_text01 {
        font-size: 3.59vw;
        margin-top: 1.28vw;
    }

    .recruit02_content {
        margin-top: 5.13vw;
    }

    .recruit02_text02 {
        font-size: 3.59vw;
        margin-top: 3.85vw;
    }

    .recruit02_contact {
        margin-top: 5.13vw;
    }

    .recruit02_contact_link {
        padding-block: 2.56vw;
    }

    .recruit02_contact_link .text {
        display: block;
        font-size: 3.59vw;
    }

    .recruit02_contact_link .number {
        display: block;
        font-size: 4.62vw;
        margin-left: 0;
    }

    .recruit03_list_item {
        font-size: 3.59vw;
    }

    .recruit03_text {
        font-size: 3.59vw;
    }

    /* サービス一覧ページ */

    .service01_container {
        border-radius: 4.1vw;
        padding: 12.82vw 3.85vw 7.69vw;
    }

    .service01_list {
        gap: 5.13vw;
        grid-template-columns: repeat(1, 1fr);
    }

    .service01_link {
        border-radius: 3.85vw;
        padding: 8.2vw 2.67vw 3.2vw;
    }

    .service01_icon {
        height: 15.38vw;
        width: 15.38vw;
    }

    .service01_heading {
        font-size: 4.62vw;
    }

    /* スタッフ詳細ページ */

    .single_staff .intro_sec_container {
        flex-direction: column;
        padding-block: 6.15vw 9.74vw;
    }

    .single_staff .intro_sec_position {
        border-bottom: 1px solid #000;
        border-right: 0;
        font-size: 4.62vw;
        padding: 0 0 6.41vw;
        width: 100%;
    }

    .single_staff .intro_sec_name {
        border-left: none;
        font-size: 9.49vw;
        padding-left: 0;
        padding-top: 8.97vw;
        width: 100%;
    }

    .single_staff .career_sec .list:nth-of-type(odd) {
        padding-right: 0;
    }

    .single_staff .career_sec .list:nth-of-type(even) {
        padding-left: 0;
    }

    .single_staff .career_sec .list {
        width: 100%;
    }

    .single_staff .career_sec .list:first-of-type::before {
        display: none;
    }

    .single_lower_mv {
        margin-top: 20.51vw;
    }

    .single_lower_mv_container {
        display: flex;
        flex-direction: column;
        height: 176.41vw;
        padding: 7.69vw 5.13vw 0vw;
        width: 100%;
    }

    .single_lower_mv_img {
        order: 3;
    }

    .single_lower_mv_headline {
        border-width: 4px;
        margin-inline: auto;
        margin-top: 4.62vw;
        order: 2;
        position: static;
        width: min(100%, 51.28vw);
    }

    .single_lower_mv_position {
        font-size: 3.08vw;
        letter-spacing: 0;
        line-height: 1.25;
        padding: 2.05vw 5.13vw 3.33vw;
    }

    .single_lower_mv_name {
        border-top: 3px solid #FFFFFF;
        font-size: 3.59vw;
        line-height: 1.43;
        padding: 1.54vw 4.87vw 2.31vw;
    }

    .single_lower_mv_catch {
        flex-shrink: 0;
        font-size: 4.62vw;
        height: -moz-fit-content;
        height: fit-content;
        line-height: 2.06;
        margin-left: auto;
        margin-right: auto;
        order: 1;
        position: static;
        width: -moz-fit-content;
        width: fit-content;
    }

    .list_title {
        font-size: 5.13vw;
        padding: 2.31vw 3.85vw;
        width: min(100%, 35.38vw);
    }

    .staff01_list {
        gap: 15.38vw;
        grid-template-columns: repeat(1, 1fr);
    }


    /* トップページ */

    .top_case {
        padding-bottom: 1.28vw;
        padding-top: 4.62vw;
    }

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

    .top_case_head {
        display: contents;
    }

    .top_case_textwrap {
        order: 1;
    }

    .top_case_text {
        font-size: 3.33vw;
        line-height: 1.69;
        margin-top: 2.05vw;
        text-align: center;
    }

    .top_case_btnwrap {
        display: flex;
        justify-content: center;
        margin-top: 10.26vw;
        order: 3;
        width: 100%;
    }

    .top_case_slider_wrapper {
        margin-top: 2.31vw;
        order: 2;
    }

    .top_case_slider .swiper-pagination-bullet {
        height: 2.56vw;
        width: 2.56vw;
    }

    .top_column {
        padding-top: 22.31vw;
    }

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

    .top_column_head {
        display: contents;
    }

    .top_column_textwrap {
        order: 1;
    }

    .top_column_text {
        font-size: 3.33vw;
        line-height: 1.69;
        margin-top: 2.56vw;
        text-align: center;
    }

    .top_column_btnwrap {
        display: flex;
        justify-content: center;
        margin-top: 10.26vw;
        order: 3;
        width: 100%;
    }

    .top_column_list {
        margin-top: 7.18vw;
        order: 2;
    }

    .top_column_tabs {
        gap: 2.56vw;
    }

    .top_column_tab_content {
        grid-row-gap: 4.36vw;
        display: flex;
        flex-direction: column;
        margin-top: 2.82vw;
    }

    .top_column_tab_item:nth-of-type(4) {
        display: none;
    }

    .top_column_tab_item01 {
        grid-area: auto;
        padding-right: 0;
    }

    .top_column_tab_item01::after {
        background-image: linear-gradient(to right, #BEBEBE 3px, transparent 3px);
        background-repeat: repeat-x;
        background-size: 6px 3px;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: auto;
        width: 100%;
    }

    .top_cta01 {
        padding-block: 8.46vw 9.23vw;
    }

    .top_cta01::before {
        background: url(./image/top_p_sp05.png) center center/cover no-repeat;
        height: 233.33vw;
    }

    .top_cta02::before {
        background: url(./image/top_p_sp04.png) center center/contain no-repeat;
        height: 448.72vw;
    }

    .top_cta02 {
        padding-block: 21.28vw 7.44vw;
    }

    .top_cta03 {
        padding-top: 10.26vw;
    }

    .top_cta03::before {
        aspect-ratio: 390/1350;
        background: url(./image/top_p_sp03.png) center center/cover no-repeat;
        height: auto;
    }

    .top_faq {
        padding-block: 21.28vw 14.62vw;
    }

    .top_faq_container {
        margin-top: 6.92vw;
    }

    .top_faq_list {
        gap: 3.08vw;
        grid-template-columns: repeat(1, 1fr);
    }

    .top_message {
        padding-block: 23.08vw 20.26vw;
    }

    .top_message_media {
        flex-direction: column-reverse;
    }

    .top_message_media_img {
        border-radius: 4.62vw;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .top_message_media_img img {
        aspect-ratio: 350/210;
    }

    .top_message_media_body {
        margin-top: 3.85vw;
        padding-top: 0;
        width: 100%;
    }

    .top_message_media_headline_black {
        font-size: 3.85vw;
        line-height: 2.2;
    }

    .top_message_media_headline_green {
        font-size: 5.64vw;
        line-height: 1.4;
    }

    .top_message_media_txtwrap {
        margin-top: 3.08vw;
    }

    .top_message_media_txt {
        font-size: 3.33vw;
        line-height: 1.62;
    }

    .top_message_media_txt+.top_message_media_txt {
        margin-top: 5.13vw;
    }

    .top_mv {
        padding-block: 43.08vw 10.26vw;
        position: relative;
    }

    .top_mv_inner {
        padding-inline: 5.13vw;
        width: 100%;
        position: static;
    }

    .top_mv_scroll {
        display: none;
    }

    .top_mv_container {
        flex-direction: column;
        gap: 0;
        justify-content: start;
        padding-left: 0;
    }

    .top_mv_texts {
        display: contents;
    }

    .top_mv_balloon01 {
        left: 2.56vw;
        top: 22.56vw;
        width: min(100%, 35.9vw);
    }

    .top_mv_balloon02 {
        left: 27.95vw;
        top: 4.1vw;
        width: min(100%, 43.59vw);
    }

    .top_mv_balloon03 {
        left: auto;
        right: 2.56vw;
        top: 22.56vw;
        width: min(100%, 38.46vw);
    }

    .top_mv_headline {
        order: 1;
        padding-left: 4.62vw;
    }

    .top_mv_catch {
        font-size: 5.64vw;
        line-height: 1.36;
    }

    .top_mv_title {
        font-size: 7.69vw;
        line-height: 1.33;
        white-space: nowrap;
    }

    .top_mv_title_small {
        font-size: 7.18vw;
        line-height: 1.43;
    }

    .top_mv_title_highlight {
        font-size: 11.79vw;
        white-space: nowrap;
    }

    .top_mv_title_middle {
        margin-left: -1vw;
    }

    .top_mv_cta {
        margin-top: 10.51vw;
        order: 3;
        padding-right: 0;
    }

    .top_mv_decotext {
        border-radius: 8.97vw;
        font-size: 3.59vw;
        letter-spacing: 0.11em;
        line-height: 1.36;
        padding: 1.54vw 2.56vw 2.05vw 3.33vw;
        text-align: center;
        width: 100%;
    }

    .top_mv_decotext::before {
        bottom: -2.56vw;
        height: 2.56vw;
        width: 6.41vw;
    }

    .top_mv_decotext::after {
        bottom: -2.05vw;
        height: 5.13vw;
        width: 12.82vw;
    }

    .top_mv_btnwrap {
        margin-top: 3.46vw;
    }

    .top_mv_img {
        border-radius: 7.69vw 0 0 7.69vw;
        height: 57vw;
        margin-left: 2.56vw;
        margin-right: calc(50% - 50vw);
        margin-top: 8.72vw;
        order: 2;
        width: 92.31vw;
    }

    .top_mv_img img {
        border-radius: 7.69vw 0 0 7.69vw;
    }

    .top_mv_img::before {
        aspect-ratio: 370/220;
        border-radius: 7.69vw 0 0 7.69vw;
        left: -2.56vw;
        top: -2.56vw;
        width: calc(100% + 2.56vw);
    }

    .top_news {
        padding-top: 20.51vw;
    }

    .top_news_container {
        flex-direction: column;
    }

    .top_news_textwrap {
        display: contents;
        padding-top: 0;
        width: 100%;
    }

    .top_news_headline {
        order: 1;
    }

    .top_news_btnwrap {
        display: flex;
        justify-content: center;
        margin-top: 10.26vw;
        order: 4;
    }

    .top_news_list {
        margin-top: 1.03vw;
        order: 3;
        width: 100%;
    }

    .top_news_link {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.79vw;
        padding: 3.85vw 0;
    }

    .top_news_date {
        color: #4D4D4D;
        font-size: 3.33vw;
        line-height: 1.15;
    }

    .top_news_head {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        font-size: 3.33vw;
        line-height: 1.69;
        overflow: hidden;
        width: min(100%, 76.92vw);
    }

    .top_news_icon {
        bottom: 5.38vw;
        height: 7.69vw;
        right: 0;
        top: auto;
        transform: translateY(0);
        width: 7.69vw;
    }

    .top_property {
        padding-top: 14.36vw;
    }

    .top_property_text {
        font-size: 3.33vw;
        line-height: 1.69;
        margin-top: 2.82vw;
    }

    .top_property_slider {
        clip-path: inset(0);
        margin-top: 6.67vw;
        padding-bottom: 14.62vw;
    }

    .top_property_slider .swiper {
        padding-bottom: 15.38vw;
    }

    .swiper-pagination-bullet {
        display: none;
        height: 2.56vw;
        width: 2.56vw;
    }

    .top_property_slider .swiper-pagination-bullet:nth-of-type(1),
    .top_property_slider .swiper-pagination-bullet:nth-of-type(2),
    .top_property_slider .swiper-pagination-bullet:nth-of-type(3) {
        display: inline-block;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin-inline: 2.31vw;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 2.05vw;
    }

    .top_property_slider_btnwrap {
        aspect-ratio: 188/30;
        bottom: 1.03vw;
        top: auto;
        width: 44.62vw;
    }

    .top_property_slider_btn {
        height: 7.69vw;
        width: 7.69vw;
    }

    .top_property_slider_btn svg {
        height: 3.59vw;
        width: 1.79vw;
    }

    .button_prev {
        transform: translate(0, -50%);
    }

    .button_next {
        transform: translate(0, -50%);
    }

    .top_service {
        padding-top: 13.08vw;
    }

    .top_service_container {
        margin-top: 7.69vw;
    }

    .top_service_list {
        gap: 3.59vw;
        grid-template-columns: repeat(1, 1fr);
    }

    .top_service_list_item:nth-of-type(even) .common_card05_headingwrap {
        background: #6BBE6B;
    }

    .top_staff {
        padding-top: 20.51vw;
    }

    .top_staff_container {
        margin-left: 0;
    }

    .top_staff_wrap {
        flex-direction: column;
        gap: 0;
    }

    .top_staff_imgwrap_main {
        border-radius: 0vw 7.69vw 7.69vw 0vw;
        margin-left: -5.13vw;
        margin-top: 5.9vw;
        order: 3;
        padding: 5.13vw 5.13vw 15.38vw 5.13vw;
        width: 94.87vw;
    }

    .top_staff_slider01 .swiper {
        clip-path: inset(0 -5.13vw -11.54vw -5.13vw);
    }

    .top_staff_btn {
        height: 9.74vw;
        top: 50%;
        width: 9.74vw;
    }

    .top_staff_btn svg {
        height: 4.82vw;
        width: 2.67vw;
    }

    .top_staff_btn_prev {
        transform: translate(-30%, -50%);
    }

    .top_staff_btn_next {
        transform: translate(30%, -50%);
    }

    .top_staff_textwrap {
        display: contents;
        padding-top: 0;
        text-align: center;
        width: 100%;
    }

    .top_staff_headline {
        order: 1;
    }

    .top_staff_text {
        font-size: 3.33vw;
        line-height: 1.69;
        margin-top: 2.82vw;
        order: 2;
    }

    .top_staff_btnwrap {
        margin-top: 9.49vw;
        order: 5;
    }

    .top_staff_slider02 {
        margin-top: 6.41vw;
        order: 4;
        width: 100%;
    }

    .top_staff_slider02 .swiper {
        padding-top: 1.28vw;
    }

    .top_strengths {
        padding-top: 22.82vw;
    }

    .top_strengths_text {
        font-size: 3.33vw;
        line-height: 1.69;
        margin-top: 2.82vw;
    }

    .top_strengths_container {
        margin-top: 4.62vw;
    }

    .top_strengths_list {
        gap: 2.05vw;
        grid-template-columns: repeat(1, 1fr);
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }


    .single_page {
        padding-top: 100px;
    }
}


/* ホバーアクション */

@media (any-hover: hover) {
    .common_btn01:hover {
        opacity: 0.8;
    }

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

    .common_btn01:hover::after {
        opacity: 0.8;
    }

    .common_btn03:hover::after {
        border: 2px solid #00B271;
    }

    .common_btn03:hover::before {
        background: #F0FFFA;
    }

    .common_btn03:hover .common_btn03_icon01 {
        background: #00B271;
    }

    .common_btn03:hover .common_btn03_icon01 svg path {
        fill: #FFFFFF;
    }

    .common_btn03:hover .common_btn03_text {
        color: #00B271;
    }

    .common_btn03:hover .common_btn03_icon02 svg path {
        stroke: #00B271;
    }

    .common_btn04:hover {
        background: #37AF83;
    }

    .common_btn04:hover .common_btn04_text {
        color: #FFFFFF;
    }

    .common_btn04:hover .common_btn04_icon svg path {
        stroke: #FFFFFF;
    }

    .common_btn05:hover::before {
        background: #EAF7F2;
    }

    .common_btn05:hover::after {
        border: 2px solid #37AF83;
    }

    .common_btn05:hover .common_btn05_text {
        color: #37AF83;
    }

    .common_btn05:hover .common_btn05_icon svg path {
        stroke: #37AF83;
    }

    .common_btn06:hover {
        background: #EFFAF6;
        border: 1px solid #EFFAF6;
    }

    .common_btn07:hover::before {
        background: #F0FFFA;
    }

    .common_btn07:hover::after {
        border: 2px solid #00B271;
    }

    .common_btn07:hover .common_btn07_icon01 {
        background: #00B271;
    }

    .common_btn07:hover .common_btn07_icon01 svg path {
        fill: #FFFFFF;
    }

    .common_btn07:hover .common_btn07_text {
        color: #00B271;
    }

    .common_btn07:hover .common_btn07_icon02 svg path {
        fill: #00B271;
    }

    .common_card01:hover>a>figure>img {
        transform: scale(1.2);
        transition: transform 0.8s;
    }

    .common_card02:hover>a>figure>img {
        transform: scale(1.2);
        transition: transform 0.8s;
    }

    .common_card03_link:hover .common_card03_img img {
        scale: 1.1;
    }

    .common_card07_link:hover .common_card07_btn {
        background: #FFFFFF;
    }

    .common_card07_link:hover .common_card07_btn_text {
        color: #37AF83;
    }

    .common_card07_link:hover .common_card07_btn_icon {
        background: #37AF83;
    }

    .common_card07_link:hover .common_card07_btn_icon svg path {
        stroke: #FFFFFF;
    }

    .common_item03_link:hover {
        opacity: 0.8;
    }

    .common_media01_link:hover .common_media01_head {
        color: #37AF83;
    }

    .common_media01_link:hover .common_media01_date {
        color: #37AF83;
    }

    .common_media01_link:hover .common_media01_img img {
        scale: 1.1;
    }

    .common_media02_link:hover .common_media02_head {
        color: #37AF83;
    }

    .common_media02_link:hover .common_media02_date {
        color: #37AF83;
    }

    .common_media02_link:hover .common_media02_img img {
        scale: 1.1;
    }

    .common_media03_link:hover .common_media03_img img {
        scale: 1.1;
    }

    .common_media03_link:hover .common_media03_head {
        color: #37AF83;
    }

    .common_tag03:hover {
        background: #FFFFFF;
        border-color: #37AF83;
    }

    .about_btn_link:hover {
        background: #FFFFFF;
    }

    .about_btn_link:hover .about_btn_link_text {
        color: #37AF83;
    }

    .about_btn_link:hover .about_btn_link_icon svg path {
        stroke: #37AF83;
    }

    .gotop a:hover {
        opacity: 0.6;
    }

    .about04_item_link:hover::before {
        background-color: rgba(55, 175, 131, 0.3);
    }

    .company01_link:hover::before {
        background-color: rgba(55, 175, 131, 0.3);
    }

    .footer_nav_sublink:hover {
        color: #37AF83;
    }

    .footer_nav_link:hover {
        color: #37AF83;
    }

    .footer_logo_link:hover {
        opacity: 0.8;
    }

    a.header_link:hover {
        color: #37AF83;
    }

    .header_contact_link:hover {
        background: #F0FFFA;
    }

    .header_contact_link:hover .header_contact_icon svg path {
        fill: #37AF83;
    }

    .header_contact_link:hover .header_contact_text {
        color: #37AF83;
    }

    .header_sublink:hover {
        color: #37AF83;
    }

    .header_logo_link:hover {
        opacity: 0.8;
    }

    .service01_link:hover {
        background: #FFFFFF;
    }

    .service01_link:hover .service01_heading {
        color: #37AF83;
    }

    .top_news_link:hover .top_news_date {
        color: #37AF83;
    }

    .top_news_link:hover .top_news_head {
        color: #37AF83;
    }

    .top_news_link:hover .top_news_icon {
        background: #FFFFFF;
    }

    .top_news_link:hover .top_news_icon svg path {
        stroke: #37AF83;
    }

    .top_property_slider_btn:hover {
        background: #FFFFFF;
    }

    .top_property_slider_btn:hover svg path {
        stroke: #37AF83;
    }
}