@charset "UTF-8";

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

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

a {
    transition: .3s;
}

@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/child/fonts/Avenir-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/child/fonts/Avenir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/child/fonts/Avenir-Heavy.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('/wp-content/themes/child/fonts/Avenir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.font_en {
    font-family: 'Avenir';
    font-weight: 500;
}

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

body {
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    overflow: hidden;
    min-width: 1340px;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: url(/wp-content/themes/child/image/footer_mask.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-block: 140px;
    margin-block: 0 1em;
}

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

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
    color: #3C9A5C;
    font-size: 32px;
}

.common_page_wrap {
    padding: 100px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* サンクスページ */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#pc_header {
    padding: 31px 0 42px;
}

#pc_header .flex_box {
    align-items: center;
}

#pc_header .logo a {
    color: #3C9A5C;
    font-weight: 700;
}

#pc_header {
    position: relative;
}

#pc_header .header_navi ul {
    gap: 50px;
    margin-right: 150px;
}

#pc_header .header_navi ul li a {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    position: relative;
}

#pc_header .header_navi ul li a:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #3C9A5C;
    bottom: -44px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
}

#pc_header .contact_button a {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 100%;
    background: url(/wp-content/themes/child/image/icon_reserved.svg) no-repeat, #A7CE3D;
    color: #333333;
    text-align: center;
    background-position: center 6.7px;
    padding-top: 51px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.section_main_visual {
    position: relative;
    padding: 200px 0 260px;
}

.section_main_visual:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1F3624;
    opacity: .3;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

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

.section_main_visual .text_box .main_lead {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .04em;
}

.section_main_visual .text_box .main_lead small {
    font-size: 25px;
    margin-right: -.3em;
    margin-left: -.1em;
}

.section_main_visual .text_box .main_lead .consultation {
    margin-right: -.2em;
}

.section_main_visual .text_box .main_lead .medium {
    font-size: 34px;
}

.section_main_visual .text_box .main_lead .circle {
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    margin-right: -.2em;
}

.section_main_visual .text_box .main_lead .circle:before {
    content: "";
    width: 97px;
    height: 97px;
    background: url(/wp-content/themes/child/image/fv_circle.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -15px;
    top: -20px;
}

.section_main_visual .text_box .main_lead .label {
    padding: 0 .3em;
    display: inline-block;
    font-size: 34px;
}

.section_main_visual .text_box .main_lead .color_1 {
    background: #94C720;
}

.section_main_visual .text_box .main_lead .color_2 {
    background: #2EC12E;
}

.section_main_visual .text_box .main_lead .color_3 {
    background: #1EC16F;
}

.section_main_visual .text_box .main_lead .main {
    letter-spacing: .12em;
}

.section_main_visual .slider_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section_main_visual .js_fv_slider {
    height: 100%;
}

.section_main_visual .slick-list,
.section_main_visual .slick-track {
    height: 100%;
}

.section_main_visual .js_fv_slider .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add-animation {
    animation: zoom-fade 10s both;
}

@keyframes zoom-fade {

    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }

}

.fixed_contact_button a {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 320px;
    height: 70px;
    background: #A7CE3D;
    font-weight: 700;
    align-items: center;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 13px;
}

.fixed_contact_button a .label {
    position: absolute;
    left: 0;
    top: -16px;
    width: 200px;
    line-height: 32px;
    background: #fff;
    color: #638E13;
    text-align: center;
    border-radius: 16px;
    border: 2px solid #A7CE3D;
    font-size: 14px;
}

.fixed_contact_button a .text {
    margin-left: 8.7px;
    margin-right: 16px;
    color: #333333;
    font-size: 15px;
}

.fixed_contact_button a .icon img {
    vertical-align: middle;
    width: 37px;
}

.fixed_contact_button a .arrow {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
    position: relative;
}

.fixed_contact_button a .arrow svg {
    position: absolute;
    left: 0;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section_about {
    padding: 0 0 290px;
    position: relative;
}

.section_about .wrap {
    position: relative;
    padding-top: 200px;
}

.section_about .accent_main {
    position: absolute;
    left: -65px;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.section_about .accent_main img {
    max-width: unset;
}

.section_about .text_box {
    text-align: center;
    position: relative;
    z-index: 2;
}

.section_about .text_box .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 43px;
    letter-spacing: .1em;
}

.section_about .text_box .title .accent {
    color: #3C9A5C;
    font-size: 32px;
}

.section_about .text_box .text {
    line-height: 2.4;
    color: #555;
    letter-spacing: .1em;
    margin-bottom: 74px;
}

.section_about .image.left_top {
    width: 148px;
    height: 148px;
    left: -100px;
    top: 115px;
}

.section_about .image.left_bottom {
    width: 220px;
    height: 220px;
    top: 356px;
    left: -50px;
}

.section_about .image.right_top {
    width: 270px;
    height: 270px;
    top: 74px;
    right: -100px;
}

.section_about .image.right_bottom {
    width: 180px;
    height: 180px;
    top: 546px;
    right: 88px;
}

.section_about .image {
    position: absolute;
}

.section_about .image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_about .accent_circle {
    position: absolute;
    filter: blur(50px);
    border-radius: 100%;
}

.section_about .circle_1 {
    width: 153px;
    height: 153px;
    background: #DCF0DE;
    left: -50px;
    top: 163px;
}

.section_about .circle_2 {
    width: 153px;
    height: 153px;
    background: #EBF0DC;
    left: -126px;
    top: 490px;
}

.section_about .circle_3 {
    width: 190px;
    height: 190px;
    background: #EBF0DC;
    right: 60px;
    top: 248px;
}

.section_about .circle_4 {
    width: 153px;
    height: 153px;
    background: #DCF0DE;
    right: 18px;
    top: 636px;
}

.section_service {
    position: relative;
    z-index: 1;
}

.section_service .image_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 10px;
    overflow: hidden;
    gap: 3px;
}

.section_service .image_box ul li {
    height: 482px;
}

.section_service .image_box ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_service .text_box {
    margin-top: -145px;
}

.section_service .text_box .cont {
    background: #fff;
    position: relative;
    padding: 64px 0 54px 88px;
    border-radius: 10px 10px 0 0;
}

.common_title_box .title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .1em;
}

.common_title_box .lead {
    color: #555555;
    letter-spacing: .07em;
}

.common_title_box .lead .accent {
    color: #3C9A5C;
    font-weight: 700;
}

.common_button a {
    width: 300px;
    line-height: 70px;
    background: #3C9A5C;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    position: relative;
    letter-spacing: .07em;
}

.common_button a:before {
    content: "";
    width: 306px;
    height: 76px;
    border: 1px solid #3C9A5C;
    border-radius: 8px;
    position: absolute;
    left: -3px;
    top: -3px;
    transition: .3s;
}

.common_button.lr a {
    width: 320px;
}

.common_button.lr a:before {
    width: 326px;
}

.common_button a .arrow {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    position: relative;
}

.common_button a .arrow svg {
    position: absolute;
    left: 0;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.common_button a .arrow path {
    transition: .3s;
}

.section_service .text_box .cont .common_button a {
    position: absolute;
    right: 91px;
    top: 58px;
}

.section_service .text_box .cont .common_title_box .lead {
    margin-top: 55px;
    line-height: 2;
    letter-spacing: .1em;
}

.section_service .text_box .cont .accent_circle {
    width: 210px;
    height: 210px;
    background: #E5F5E7;
    border-radius: 100%;
    filter: blur(50px);
    position: absolute;
    left: -150px;
    top: 0;
    z-index: -1;
}

.section_seminar {
    padding: 160px 0 130px;
    position: relative;
    z-index: 2;
}

.section_seminar .wrap {
    position: relative;
}

.section_seminar .common_title_box {
    text-align: center;
    margin-bottom: 33px;
}

.section_seminar .common_title_box .lead {
    margin-top: 29px;
}

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

.common_seminar_list li a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.common_seminar_list li a .image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.common_seminar_list li a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.common_seminar_list li a .text_box {
    padding: 20px 10px 40px 10px;
    border-bottom: 4px solid #3C9A5C;
    background: #fff;
}

.common_seminar_list li a .text_box .data_box {
    align-items: center;
    gap: 25px;
    margin-bottom: 15px;
}

.common_seminar_list li a .text_box .data_box .data {
    color: #B7B7B7;
}

.common_seminar_list li a .text_box .data_box .label {
    color: #3C9A5C;
    font-size: 13px;
    border: 1px solid;
    border-radius: 13px;
    padding: 0 1em;
}

.common_seminar_list li a .text_box .title {
    color: #333333;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: .3s;
}

.section_seminar .common_button {
    margin-top: 64px;
}

.section_seminar .accent_circle {
    border-radius: 100%;
    filter: blur(50px);
    position: absolute;
    z-index: -1;
}

.section_seminar .circle_1 {
    width: 210px;
    height: 210px;
    background: #E5F5E7;
    left: 642px;
    top: -100px;
}

.section_seminar .circle_2 {
    width: 210px;
    height: 210px;
    background: #E5F5E7;
    left: 642px;
    top: -100px;
}

.section_seminar .circle_3 {
    width: 210px;
    height: 210px;
    background: #E5F5E7;
    right: -50px;
    bottom: -200px;
    z-index: -1;
}

.section_books {
    padding-bottom: 270px;
    position: relative;
    z-index: 2;
}

.section_books .wrap {
    position: relative;
}

.section_books .title_area {
    width: 308px;
    padding-top: 85px;
}

.section_books .title_area .common_title_box {
    margin-bottom: 50px;
}

.section_books .title_area .common_title_box .lead {
    margin-top: 40px;
}

.section_books .books_information {
    width: 758px;
    box-shadow: 0 1px 2px rgba(83, 118, 95, .15);
    border-radius: 10px;
    overflow: hidden;
}

.section_books .books_information .image {
    width: 376px;
    background: #F8F8F4;
    padding: 53px 77px;
}

.section_books .books_information .text_box {
    width: calc(100% - 376px);
    padding: 80px 33px 80px 39px;
    background: #fff;
}

.section_books .books_information .text_box .text {
    font-size: 14px;
    margin-bottom: 36px;
    letter-spacing: .07em;
}

.section_books .books_information .text_box .title_box {
    position: relative;
    margin-bottom: 14px;
}

.section_books .books_information .text_box .title_box:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    position: absolute;
    left: 0;
    top: 50%;
}

.section_books .books_information .text_box .title_box .title {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #555555;
    letter-spacing: .1em;
    background: #fff;
    position: relative;
    padding-right: 11.5px;
}

.section_books .books_information .text_box .books_title {
    font-size: 20px;
    font-weight: 700;
    color: #3C9A5C;
    text-decoration: underline;
    text-underline-offset: 7px;
    letter-spacing: .1em;
    margin-bottom: 20px;
}

.section_books .books_information .text_box .price .en {
    font-size: 26px;
    font-weight: 700;
}

.section_books .books_information .text_box .price small {
    font-size: 17px;
    color: #555555;
    font-weight: 700;
    margin-left: .3em;
    letter-spacing: .1em;
}

.section_books .accent_circle {
    border-radius: 100%;
    filter: blur(50px);
    position: absolute;
    z-index: -1;
}

.section_books .circle_1 {
    width: 222px;
    height: 222px;
    background: #E5F5E7;
    left: -150px;
    top: 305px;
}

.section_books .circle_2 {
    width: 270px;
    height: 270px;
    background: #EBF0DC;
    right: -100px;
    top: 460px;
}

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

.section_common_contact .cont {
    background: url(/wp-content/themes/child/image/contact_back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 52px 0;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.section_common_contact .cont .title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .15em;
    margin-bottom: 32px;
    line-height: 2;
}

.common_reserved_button .label {
    height: 60px;
    background: url(/wp-content/themes/child/image/semicircle.svg) no-repeat;
    background-size: contain;
    background-position: center;
    color: #3C9A5C;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top: 22px;
}

.common_reserved_button a {
    width: 440px;
    line-height: 100px;
    margin: 0 auto;
    align-items: center;
    padding: 0 30px;
    background: #fff;
    border-radius: 8px;
    position: relative;
}

.common_reserved_button a:before {
    content: "";
    width: 446px;
    height: 106px;
    border: 1px solid #fff;
    border-radius: 8px;
    position: absolute;
    left: -3px;
    top: -3px;
}

.common_reserved_button .icon img {
    width: 53px;
    vertical-align: middle;
}

.common_reserved_button .more_text {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .03em;
    margin-left: 13px;
    margin-right: 26px;
}

.common_reserved_button .arrow {
    width: 40px;
    height: 40px;
    background: #A7CE3D;
    border-radius: 100%;
    position: relative;
}

.common_reserved_button .arrow svg {
    position: absolute;
    left: 0;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#main_footer {
    padding-top: 90px;
    background: url(/wp-content/themes/child/image/footer_mask.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
}

#main_footer .wrap {
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
}

#main_footer .accent {
    position: absolute;
    right: -40px;
    bottom: 0;
    pointer-events: none;
}

#main_footer .logo {
    text-align: center;
    margin-bottom: 58px;
}

#main_footer .logo a {
    color: #3C9A5C;
    font-size: 22px;
    font-weight: 700;
}

#main_footer .footer_navi {
    margin-bottom: 110px;
}

#main_footer .footer_navi ul {
    gap: 89px;
    justify-content: center;
}

#main_footer .footer_navi ul li {
    position: relative;
}

#main_footer .footer_navi ul li:before {
    content: "";
    width: 1px;
    height: 22px;
    background: #AECBB2;
    position: absolute;
    right: -44.5px;
    top: 50%;
    transform: translateY(-50%);
}

#main_footer .footer_navi ul li:last-child::before {
    display: none;
}

#main_footer .footer_navi ul li a {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
}

.common_foot_contents .other_link {
    margin-bottom: 20px;
}

.common_foot_contents .other_link ul {
    justify-content: center;
    gap: 41px;
}

.common_foot_contents .other_link ul li a {
    color: #555555;
    font-weight: 700;
    font-size: 13px;
}

.common_foot_contents .other_link ul li {
    position: relative;
}

.common_foot_contents .other_link ul li:before {
    content: "";
    width: 1px;
    height: 22px;
    background: #AECBB2;
    position: absolute;
    right: -20.5px;
    top: 50%;
    transform: translateY(-50%);
}

.common_foot_contents .other_link ul li:last-child::before {
    display: none;
}

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

.common_foot_contents .copyright small {
    font-size: 12px;
}

/* 内部ページの共通 */
.page_title {
    background-color: rgba(148, 199, 32, .3);
    padding: .3em 1em;
    font-size: 22px;
    letter-spacing: .08em;
    font-weight: 700;
    color: #3C9A5C;
    margin-bottom: 1em;
}

.page_common_sec .lead {
    border-bottom: 1px solid;
    padding-block: 0 1em;
    font-size: 16px;
    letter-spacing: .08em;
}

.page_common_sec .cont {
    margin-top: 40px;
}

.page_common_sec .cont dl dt {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 700;
    padding-left: 1em;
    position: relative;
    color: #3C9A5C;
}

.page_common_sec .cont dl dt::before {
    content: '';
    position: absolute;
    width: 15px;
    aspect-ratio: 1;
    min-width: 0;
    background-color: #3C9A5C;
    border-radius: 100%;
    top: 50%;
    left: 0;
    translate: 0% -50%;
}

.page_common_sec .cont dl dd {
    margin-top: 1em;
}

.page_common_sec .cont dl+dl {
    margin-top: 2em;
}

.page_common_sec .cont dl dd .text {
    font-size: 15px;
    letter-spacing: .08em;
    line-height: 1.8;
}

.page_common_sec .cont dl dd .text+.text {
    margin-top: 1em;
}

.sub_title_box {
    display: flex;
    align-items: first baseline;
    gap: 0 .8em;
    margin-bottom: 1.2em;
}

.sub_title_box .num {
    flex-shrink: 0;
    color: #fff;
    background-color: #3C9A5C;
    display: grid;
    place-content: center;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0em;
    width: 50px;
    aspect-ratio: 1;
    min-width: 0;
}

.sub_title_box .sub_title {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .05em;
    font-weight: 700;
}

.page_service .page_common_sec .cont dl dt {
    padding-left: 0;
}

.page_service .page_common_sec .cont dl dt::before {
    display: none;
}

.service_box {
    margin-top: 100px;
}

.service_box .cont {
    display: flex;
    gap: 0 35px;
}

.service_box .cont+.cont {
    margin-top: 80px;
}

.service_box .cont.column {
    flex-direction: column;
    gap: 30px 0;
}

.service_box .cont .img {
    flex-shrink: 0;
    width: 400px;
}

.service_box .cont.column .img {
    width: 100%;
}

.service_box .cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    object-position: 50% 15%;
}

.service_box .cont.column .img img {
    aspect-ratio: 3/1;
}

.service_box .list {
    margin-top: 40px;
}

.service_box .list .item {
    display: flex;
    gap: 0 35px;
    align-items: center;
}

.service_box .list .item+.item {
    margin-top: 30px;
}

.service_box .list .item .icon {
    width: 120px;
    aspect-ratio: 1;
    min-width: 0;
    flex-shrink: 0;
    border-radius: 100%;
    background-color: #F8F8F4;
    display: grid;
    place-content: center;
}

.service_box .list .item .icon img {
    width: 35%;
    margin-inline: auto;
}


@media (min-width: 750px) {

    #pc_header .header_navi ul li a:hover {
        color: #3C9A5C;
    }

    #pc_header .header_navi ul li a:hover::after {
        transform: scale(1, 1);
    }

    #pc_header .contact_button a:hover {
        background-color: #CDF06F;
    }

    .fixed_contact_button a:hover {
        background-color: #CDF06F;
    }

    .common_button a:hover {
        background: #A7CE3D;
    }

    .common_button a:hover .arrow path {
        stroke: #A7CE3D;
    }

    .common_button a:hover::before {
        transform: scale(0.9, 0.4);
        transition: .3s;
        border-color: #A7CE3D;
    }

    .common_seminar_list li a:hover {
        background: #f1f1f1;
    }

    .common_seminar_list li a:hover .image img {
        transform: scale(1.2, 1.2);
    }

    .common_seminar_list li a:hover .text_box .title {
        color: #3C9A5C;
    }

    .common_reserved_button a:hover {
        background: #E2FF91;
    }

    #main_footer .footer_navi ul li a:hover {
        color: #3C9A5C;
    }

    .common_foot_contents .other_link ul li a:hover {
        color: #a6a6a6;
    }

    .common_seminar_list li a:hover .text_box {
        background: #f1f1f1;
    }


}

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

    .wrap.lr {
        max-width: 95%;
    }

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

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

    body {
        font-size: 3.3vw;
        padding-top: 70px;
        min-width: unset;
    }

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

    #sp_header .logo a {
        color: #3C9A5C;
        font-weight: 700;
        font-size: 12px;
    }

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

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

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .privacy_check_list {
        margin-bottom: 6vw;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    body #sitemap_list {
        padding: 0;
    }

    .section_main_visual {
        padding: 48.7vw 0 61.5vw;
    }

    .section_main_visual .wrap {
        max-width: 95%;
    }

    .section_main_visual .text_box .main_lead {
        font-size: 5.8vw;
    }

    .section_main_visual .text_box .main_lead small {
        font-size: 3.7vw;
        margin-right: -.3em;
        margin-left: -.1em;
    }

    .section_main_visual .text_box .main_lead .consultation {
        margin-right: -.2em;
    }

    .section_main_visual .text_box .main_lead .medium {
        font-size: 5.15vw;
    }

    .section_main_visual .text_box .main_lead .circle {
        margin-bottom: 6vw;
    }

    .section_main_visual .text_box .main_lead .circle:before {
        width: 16vw;
        height: 16vw;
        left: -2vw;
        top: -3.4vw;
    }

    .section_main_visual .text_box .main_lead .label {
        padding: .1em .2em;
        font-size: 5.15vw;
    }

    .section_main_visual .text_box .main_lead .main {
        letter-spacing: .07em;
    }

    .fixed_contact_button a {
        width: 100%;
        height: 70px;
        padding-top: 19.8px;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .fixed_contact_button a .label {
        left: 50%;
        top: -16.5px;
        width: 210px;
        line-height: 33px;
        border-radius: 17px;
        font-size: 15px;
        transform: translateX(-50%);
    }

    .fixed_contact_button a .text {
        font-size: 17px;
        margin: 0;
        letter-spacing: .02em;
        margin-left: 11.1px;
        margin-right: 23px;
        white-space: nowrap;
    }

    .fixed_contact_button a .icon img {
        width: 42.94px;
    }

    .fixed_contact_button a .arrow {
        width: 30px;
        height: 30px;
    }

    .fixed_contact_button a .arrow svg {
        right: 1.6px;
        width: 11px;
        height: auto;
    }

    .section_about {
        padding: 0 0 31vw;
    }

    .section_about .wrap {
        position: relative;
        padding-top: 17.95vw;
    }

    .section_about .text_box .title {
        font-size: 5.6vw;
        margin-bottom: 52vw;
    }

    .section_about .text_box .title .accent {
        font-size: 5.6vw;
    }

    .section_about .text_box .text {
        line-height: 2;
        margin-bottom: 11vw;
        font-size: 3.5vw;
    }

    .section_about .image.left_top {
        width: 44.8vw;
        height: 27vw;
        left: 0;
        top: 42.3vw;
        z-index: 2;
    }

    .section_about .image.right_top {
        width: 58.4vw;
        height: 35.89vw;
        top: 47.6vw;
        right: 0;
    }

    .section_about .circle_1 {
        width: 39vw;
        height: 39vw;
        left: auto;
        right: -5vw;
        top: 9vw;
    }

    .section_about .circle_2 {
        width: 33vw;
        height: 33vw;
        left: 0;
        top: 77vw;
    }

    .section_about .circle_3 {
        width: 26vw;
        height: 26vw;
        right: 45vw;
        top: auto;
        bottom: -50vw;
    }

    .section_about .circle_4 {
        width: 41vw;
        height: 41vw;
        right: -2.5vw;
        top: auto;
        bottom: -50vw;
    }

    .section_about .accent_main {
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
    }

    .section_about .accent_main img {
        max-width: 100%;
    }

    .section_service .image_box ul {
        gap: 5px;
    }

    .section_service .image_box ul li {
        height: 56vw;
    }

    .section_service .text_box {
        margin-top: -12.7vw;
    }

    .section_service .text_box .cont {
        padding: 7.6vw 5.12vw 0 5.12vw;
    }

    .section_service .accent_main {
        position: absolute;
        left: 0;
        top: -40vw;
        z-index: -1;
        pointer-events: none;
    }

    .common_title_box .title {
        font-size: 7.17vw;
        text-align: center;
    }

    .common_title_box .lead {
        font-size: 3.5vw;
    }

    .common_button a {
        width: 75vw;
        line-height: 15.3vw;
        font-size: 4.1vw;
        padding-left: 5.12vw;
        padding-right: 5.12vw;
    }

    .common_button a:before {
        width: 77vw;
        height: 17vw;
        left: -1vw;
        top: -.85vw;
    }

    .common_button.lr a {
        width: 88vw;
    }

    .common_button.lr a:before {
        width: 90vw;
    }

    .common_button a .arrow {
        width: 7.6vw;
        height: 7.6vw;
    }

    .common_button a .arrow svg {
        right: 1vw;
        width: 3.2vw;
        height: auto;
    }

    .section_service .text_box .cont .common_button a {
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        bottom: -5.12vw;
    }

    .section_service .text_box .cont .common_title_box .lead {
        margin-top: 5vw;
        line-height: 1.75;
        letter-spacing: .12em;
    }

    .section_service .text_box .cont .accent_circle {
        width: 40vw;
        height: 40vw;
        left: -5vw;
        top: 60vw;
    }

    .section_seminar {
        padding: 28.2vw 0 21.79vw;
    }

    .section_seminar .common_title_box {
        margin-bottom: 6.2vw;
    }

    .section_seminar .common_title_box .lead {
        margin-top: 4.8vw;
        letter-spacing: .1em;
    }

    .common_seminar_list {
        display: block;
        white-space: nowrap;
        overflow: scroll;
        padding-bottom: 10px;
    }

    .common_seminar_list li {
        display: inline-block;
        vertical-align: top;
        white-space: initial;
        width: 76.92vw;
    }

    .common_seminar_list li+li {
        margin-left: 2.5vw;
    }

    .common_seminar_list li a .image {
        height: 38.4vw;
    }

    .common_seminar_list li a .text_box {
        padding: 5.12vw 2.5vw 9.5vw .5vw;
    }

    .common_seminar_list li a .text_box .data_box {
        gap: 3.7vw;
        margin-bottom: 3.5vw;
    }

    .common_seminar_list li a .text_box .data_box .label {
        font-size: 3.3vw;
        border-radius: 1em;
    }

    .common_seminar_list li a .text_box .title {
        font-size: 3.7vw;
    }

    .section_seminar .common_button {
        margin-top: 11vw;
    }

    .section_seminar .circle_1 {
        width: 53vw;
        height: 53vw;
        background: #EBF0DC;
        left: auto;
        right: 0;
        top: 10vw;
    }

    .section_seminar .circle_2 {
        width: 210px;
        height: 210px;
        background: #E5F5E7;
        left: 642px;
        top: -100px;
    }

    .section_seminar .circle_3 {
        width: 210px;
        height: 210px;
        background: #E5F5E7;
        right: -50px;
        bottom: -200px;
        z-index: -1;
    }

    .section_books {
        padding-bottom: 35vw;
    }

    .section_books .title_area {
        width: 100%;
        padding-top: 0;
        margin-bottom: 6.3vw;
        text-align: center;
    }

    .section_books .title_area .common_title_box {
        margin-bottom: 0;
    }

    .section_books .title_area .common_title_box .lead {
        margin-top: 4.8vw;
    }

    .section_books .books_information {
        width: 100%;
        box-shadow: 0 0 2px rgba(83, 118, 95, .15);
        padding: 2.5vw;
        margin-bottom: 7.6vw;
    }

    .section_books .books_information .image {
        width: 100%;
        padding: 3.3vw 2.5vw;
        border-radius: 10px;
        position: relative;
    }

    .section_books .books_information .image img {
        width: 24vw;
    }

    .section_books .books_information .image .text {
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 30vw);
        height: 100%;
        padding-right: 3.3vw;
        display: flex;
        align-items: center;
        line-height: 1.9;
        letter-spacing: .07em;
    }

    .section_books .books_information .text_box {
        width: 100%;
        padding: 4.6vw 2.5vw 0 2.5vw;
    }

    .section_books .books_information .text_box .title_box {
        margin-bottom: 2.5vw;
    }

    .section_books .books_information .text_box .title_box .title {
        font-size: 3.5vw;
        padding-right: 3.7vw;
    }

    .section_books .books_information .text_box .books_title {
        font-size: 4.3vw;
        margin-bottom: 2.3vw;
        letter-spacing: .08em;
    }

    .section_books .books_information .text_box .price .en {
        font-size: 5.4vw;
    }

    .section_books .books_information .text_box .price small {
        font-size: 3.5vw;
    }

    .section_books .circle_1 {
        width: 39vw;
        height: 39vw;
        left: auto;
        right: 0;
        top: 0;
    }

    .section_books .circle_2 {
        width: 48vw;
        height: 48vw;
        right: 0;
        top: auto;
        bottom: -60vw;
    }

    .section_common_contact .cont {
        background: url(/wp-content/themes/child/image/contact_back_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 11vw 2.5vw;
    }

    .section_common_contact .cont .title {
        font-size: 5.12vw;
        margin-bottom: 9vw;
        line-height: 1.7;
    }

    .common_reserved_button .label {
        height: 12vw;
        font-size: 3.7vw;
        margin-bottom: 1.5vw;
        padding-top: 4.4vw;
        text-align: center;
    }

    .common_reserved_button a {
        width: 87vw;
        line-height: 17.95vw;
        padding: 0 5.12vw;
        justify-content: space-between;
    }

    .common_reserved_button a:before {
        width: 89vw;
        height: 20vw;
        left: -1vw;
        top: -1vw;
        border-radius: 13px;
    }

    .common_reserved_button .icon img {
        width: 10.2vw;
    }

    .common_reserved_button .more_text {
        font-size: 4.6vw;
        margin: 0;
        letter-spacing: .02em;
    }

    .common_reserved_button .arrow {
        width: 7.6vw;
        height: 7.6vw;
    }

    .common_reserved_button .arrow svg {
        right: 1vw;
        width: 3.2vw;
        height: auto;
    }

    #main_footer {
        padding-top: 12.7vw;
    }

    #main_footer .wrap {
        padding-bottom: 28.7vw;
    }

    #main_footer .logo {
        margin-bottom: 17.5vw;
    }

    #main_footer .logo a {
        font-size: 4.6vw;
        line-height: 1.6;
    }

    .common_foot_contents .other_link {
        margin-bottom: 5vw;
    }

    .common_foot_contents .other_link ul {
        gap: 7.6vw;
    }

    .common_foot_contents .other_link ul li a {
        font-size: 3vw;
    }

    .common_foot_contents .other_link ul li:before {
        height: 3.7vw;
        right: -3.8vw;
    }

    .common_foot_contents .copyright small {
        font-size: 3vw;
    }

    /* 内部ページの共通 */
    .page_title {
        font-size: 4.3vw;
    }

    .page_common_sec .lead {
        font-size: 3.6vw;
    }

    .page_common_sec .cont {
        margin-top: 10vw;
    }

    .page_common_sec .cont dl dt {
        font-size: 4vw;
        padding-left: 1.4em;
        line-height: 1.6;
    }

    .page_common_sec .cont dl dt::before {
        width: 3.3vw;
    }

    .page_common_sec .cont dl dd .text {
        font-size: 3.4vw;
    }

    .sub_title_box .num {
        font-size: 4.5vw;
        width: 10vw;
    }

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

    .service_box {
        margin-top: 20vw;
    }

    .service_box .cont {
        flex-direction: column;
        gap: 7vw 0;
    }

    .service_box .cont+.cont {
        margin-top: 15vw;
    }

    .service_box .cont.column {
        gap: 4vw 0;
    }

    .service_box .cont .img {
        width: 100%;
    }

    .service_box .cont .img img {
        aspect-ratio: 2/1;
    }

    .service_box .list {
        margin-top: 8vw;
    }

    .service_box .list .item {
        gap: 5vw 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .service_box .list .item+.item {
        margin-top: 10vw;
    }

    .service_box .list .item dl {
        display: contents;
    }

    .service_box .list .item .sub_title_box {
        order: -1;
        margin-bottom: 0;
    }

    .service_box .list .item .icon {
        width: 25vw;
        margin-inline: auto;
    }


}