@charset "UTF-8";

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

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

html,
button,
input,
select,
textarea {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

body {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    padding-top: 90px;
    min-width: 1340px;
    overflow: scroll;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F5F5F5;
    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;
}

.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: 272px 1fr;
    align-items: center;
    gap: 60px;
}

.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: 33px;
    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: 5px;
    padding: 0.35em .95em;
    font-size: 14px;
}

.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 dd::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #DDDDDD;
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
}

.common_contact_form .form_box dl dd {
    position: relative;
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    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;
}

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

.mw_wp_form_honey {
    display: none !important;
}

/* ラジオボタン デザイン */
.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: #CB0224;
    -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;
}

/* TOP CSS（PC） */

header#pc_header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: #fff;
    width: 100vw;
    padding: 12.5px 0;
    min-width: 1340px;
}

header#pc_header .flex_box {
    align-items: center;
    margin-left: 50px;
}

header#pc_header .search_box {
    align-items: center;
    gap: 35px;
}

header#pc_header .search_box .search_form {
    overflow: hidden;
}

header#pc_header .search_box .search_form .text_box a {
    width: 580px;
    padding: 11px;
    padding-left: 46px;
    border: 1px solid #DDDDDD;
    border-radius: 6px 0px 0px 6px;
}

header#pc_header .search_box .search_form .text_box a {
    display: block;
    color: #1A1311;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 20px;
}

header#pc_header .search_box .search_form .icon {
    width: 58px;
    height: 58px;
    background-color: #1A1311;
    background-image: url(./image/icon_search.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 6px 6px 0;
}

.fixed_slider {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
    min-width: 1340px;
}

.fixed_slider:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .35;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.fixed_slider .flex_box {
    flex-wrap: nowrap;
}

.fixed_slider .flex_box .slider {
    width: 19.5vw;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    /* animation: scrollUp 20s linear infinite; */
}

.fixed_slider .flex_box .slider.down {
    /* animation: scrollDown 20s linear infinite; */
}

.fixed_slider .flex_box .slider .slide + .slide {
    margin-top: 7px;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0);
    }
}

section.section_fv {
    padding-top: 25px;
}

section.section_fv .catch_box {
    position: relative;
}

section.section_fv .catch_box .human {
    width: 388px;
    margin: 0 auto;
}

section.section_fv .catch_box .catch {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px #000000;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 330px;
    transform: translateX(-50%);
    white-space: nowrap;
}

section.section_fv .catch_box .catch .accent {
    font-size: 105px;
    font-weight: 900;
    letter-spacing: .13em;
}

section.section_fv .about_box {
    background: url(./image/about_back.webp) no-repeat;
    background-size: contain;
    margin-top: -90px;
    position: relative;
    padding: 72px 106px 0 106px;
}

section.section_fv .about_box .catch {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #0D0D0D;
    margin-bottom: 60px;
}

section.section_fv .about_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 25px;
}

section.section_fv .about_box ul li {
    background: #fff;
    border-radius: 12px;
    position: relative;height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

section.section_fv .about_box ul li .title {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    background: #CB0224;
    border-radius: 20px;
    width: 208px;
    color: #fff;
    line-height: 42px;
    font-size: 22px;
    font-weight: 900;
}

section.section_fv .about_box ul li:nth-child(2) .title {
    background: #8CB806;
}

section.section_fv .about_box ul li .lead {
    font-size: 25px;
    font-weight: 600;
}

section.section_fv .about_box .scroll_box {
    position: relative;
}

section.section_fv .about_box .scroll_box .illust {
    position: absolute;
    right: -55px;
    top: -70px;
}

section.section_fv .about_box .scroll_box .text {
    position: absolute;
    left: 0;
    top: 23px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding-right: 80px;
}

section.section_fv .about_box .scroll_box .back {
    margin-left: 25px;
}

section.section_form {
    background: url(./image/form_back.webp) no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 110px 0 80px;
    margin-top: 90px;
}

section.section_form .section_title {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

section.section_form .section_title:before {
    content: "";
    width: 340px;
    height: 4px;
    background: #BABABA;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 5px;
}

section.section_form .section_title:after {
    content: "";
    width: 290px;
    height: 4px;
    background: #FF0000;
    position: absolute;
    left: 47.8%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 5px;
}

section.section_form .section_title .title {
    font-size: 38px;
    font-weight: 700;
}

section.section_form .head_box {
    text-align: center;
    margin-bottom: 50px;
}

section.section_form .head_box .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

section.section_form .head_box ul {
    width: 775px;
    margin: 0 auto;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16);
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: 18.5px 0 20.5px;
    position: relative;
}

section.section_form .head_box ul:before {
    content: "";
    width: 1px;
    height: 100px;
    background: #DDDDDD;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

section.section_form .head_box ul li {
    width: 50%;
}

section.section_form .head_box ul li .head {
    font-weight: 700;
}

section.section_form .head_box ul li .tel {
    color: #CB0224;
    font-size: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    padding-left: 46px;
    background: url(./image/icon_tel.svg) no-repeat;
    width: fit-content;
    margin: 0 auto;
    background-position: 0;
    line-height: 1.3;
}

section.section_form .head_box ul li .time {
    font-size: 13px;
    font-weight: 600;
}

section.section_form .head_box ul li .line_button {
    display: block;
    background-color: #06C755;
    border-radius: 5px;
    width: 277px;
    color: #fff;
    line-height: 50px;
    margin: 5px auto 0 auto;
    background-image: url(./image/icon_line.svg);
    background-repeat: no-repeat;
    background-position: 5px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

section.section_form .head_box ul li .line_button::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}

section.section_form .form_wrap {
    background: #fff;
    position: relative;
    margin: 0 auto;
    padding: 62px 60px 65px 50px;
    border-radius: 10px;
}

section.section_form .form_wrap .accent {
    position: absolute;
    right: -100px;
    top: 520px;
    z-index: 2;
}

section.section_form .radio_btns {
    gap: 30px 0;
    position: relative;
}

section.section_form  .other_box {
    position: absolute;
    left: 100px;
    bottom: 0;
}

section.section_form .common_contact_form input[type="text"]::placeholder,
section.section_form .common_contact_form input[type="email"]::placeholder {
    opacity: 0;
}

section.section_form .mw_wp_form_preview .other_box {
    position: static;
}

section.section_form  .other_box input {
    background: none;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 0;
}

section.section_form .other_box input::placeholder {
    opacity: 0;
}

section.section_form .radio_btns .mwform-radio-field {
    width: 240px;
    white-space: nowrap;
}

section.section_form .radio_btns .mwform-radio-field:nth-child(1),
section.section_form .radio_btns .mwform-radio-field:nth-child(4),
section.section_form .radio_btns .mwform-radio-field:nth-child(7) {
    width: 205px;
}

section.section_form .form_wrap .privacy_box dl + dl {
    margin-top: 30px;
}

section.section_form .form_wrap .privacy_box dl dt {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}

section.section_form .form_wrap .privacy_box dl dd {
    font-size: 13px;
}

section.section_form .form_wrap .privacy_box .attention {
    color: #CB0224;
    font-size: 13px;
    margin: 30px 0 60px;
}

section.section_form .form_wrap #btn_wrap button {
    width: 335px;
    margin: 0 auto;
    display: block;
    background: #CB0224;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 60px;
    font-size: 21px;
    font-weight: 900;
}

section.section_form .form_wrap #btn_wrap [name="submitBack"] {
    background: #333;
    margin-top: 1rem;
}

section.section_service {
    color: #fff;
    padding: 126px 0 75px;
}

section.section_service ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 20px;
    margin-bottom: 40px;
}

section.section_service ul li {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 58px;
    padding-bottom: 70px;
    padding-right: 25px;
    padding-left: 25px;
    height: 280px;
}

section.section_service ul li:before {
    content: "";
    width: 100%;
    height: 98%;
    position: absolute;
    left: 0;
    top: 1%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(30px) brightness(0.93);
    -webkit-backdrop-filter: blur(30px) brightness(0.93);
}

section.section_service ul li:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(./image/flame.svg) no-repeat;
    background-position: center;
}

section.section_service ul li .title {
    font-size: 22px;
    font-weight: 700;
    background: #FFFFFF;
    color: #1A1A1A;
    line-height: 50px;
    width: 150px;
    margin: 0 auto 33px auto;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    z-index: 2;
}

section.section_service ul li .catch {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

section.section_service ul li .lead {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
}

section.section_service .button {
    text-align: center;
}

section.section_service .button img {
    width: 600px;
}

footer#main_footer {
    background: #fff;
    padding-top: 67px;
}

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

footer#main_footer .logo img {
    width: 307px;
}

footer#main_footer .search_form {
    overflow: hidden;
    width: fit-content;
    margin: 0 auto 97.3px;
}

footer#main_footer .search_form .text_box a {
    width: 375px;
    height: 50px;
    padding: 11px;
    padding-left: 80px;
    border: 1px solid #DDDDDD;
    border-radius: 6px 0px 0px 6px;
    background: url(./image/icon_youtube.svg) no-repeat;
    background-position: 19.5px;
    display: block;
    color: #1A1311;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
}

footer#main_footer .search_form .icon {
    width: 50px;
    height: 50px;
    background-color: #1A1311;
    background-image: url(./image/icon_search.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 6px 6px 0;
}

footer#main_footer .copyright {
    background: #1A1311;
    text-align: center;
    color: #fff;
}

footer#main_footer .copyright small {
    font-size: 14px;
    font-family: "times-new-roman", sans-serif;
    font-weight: 400;
    line-height: 50px;
}

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

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

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

    body {
        font-size: 13px;
        padding-top: 55px;
        min-width: unset;
    }

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

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

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

    #sp_header .human {
        position: absolute;
        right: 10px;
        top: 9px;
    }

    #sp_header .human img {
        width: 40px;
    }
    
    /* 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 dd::before {
        content: none;
    }

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

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

    .common_contact_form textarea {
        height: 49vw;
        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;
    }

    /* TOP CSS（SP） */
    
    .fixed_slider {
        min-width: unset;
    }
    
    .fixed_slider:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: .35;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }
    
    .fixed_slider .flex_box {
        flex-wrap: nowrap;
    }
    
    .fixed_slider .flex_box .slider {
        width: 49.5%;
        min-width: unset;
        /* animation: scrollUp 50s linear infinite; */
    }
    
    .fixed_slider .flex_box .slider.down {
        /* animation: scrollDown 50s linear infinite; */
    }
    
    .fixed_slider .flex_box .slider .slide + .slide {
        margin-top: 0.8vw;
    }
    
    section.section_fv {
        padding-top: 7.7vw;
    }
    
    section.section_fv .wrap {
        max-width: 95%;
    }
    
    section.section_fv .catch_box .human {
        width: 50.5vw;
    }
    
    section.section_fv .catch_box .catch {
        font-size: 4.9vw;
        top: 57.9vw;
    }
    
    section.section_fv .catch_box .catch .accent {
        font-size: 11.5vw;
    }
    
    section.section_fv .about_box {
        background: url(./image/about_back_sp.webp) no-repeat;
        background-size: cover;
        margin-top: 0;
        padding: 9.3vw 4.4vw 15.4vw 4.4vw;
        border-radius: 2.6vw;
    }
    
    section.section_fv .about_box .catch {
        font-size: 5.6vw;
        margin-bottom: 11.3vw;
    }
    
    section.section_fv .about_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 7.7vw;
        margin-bottom: 2.8vw;
    }
    
    section.section_fv .about_box ul li {
        border-radius: 2.6vw;
        height: 28.8vw;
    }
    
    section.section_fv .about_box ul li .title {
        top: -4.5vw;
        border-radius: 5.1vw;
        width: 53.3vw;
        line-height: 9.0vw;
        font-size: 4.4vw;
    }
    
    section.section_fv .about_box ul li .lead {
        font-size: 5.1vw;
        margin-top: 3.1vw;
    }

    section.section_fv .about_box .scroll_box {
        padding-bottom: 28.6vw;
    }
    
    section.section_fv .about_box .scroll_box .illust {
        position: static;
        width: 43.5vw;
        margin: 0 auto;
    }
    
    section.section_fv .about_box .scroll_box .text {
        top: auto;
        width: 100%;
        font-size: 3.8vw;
        padding-right: 0;
        bottom: 7.7vw;
    }
    
    section.section_fv .about_box .scroll_box .text .accent {
        font-size: 4.9vw;
    }
    
    section.section_fv .about_box .scroll_box .back {
        margin-left: 0;
        position: absolute;
        left: -7.5%;
        bottom: 0;
        width: 115%;
    }

    section.section_fv .about_box .scroll_box .back img {
        width: 100%;
    }
    
    section.section_form {
        background: url(./image/form_back_sp.webp) no-repeat;
        background-size: cover;
        background-position: center top;
        padding: 14.1vw 0 12.3vw;
        margin-top: 7.7vw;
    }

    section.section_form .wrap {
        max-width: 95%;
    }
    
    section.section_form .section_title {
        padding-bottom: 3.8vw;
        margin-bottom: 5.1vw;
    }
    
    section.section_form .section_title:before {
        width: 38.5vw;
    }
    
    section.section_form .section_title:after {
        width: 32.8vw;
        left: 46.6%;
    }
    
    section.section_form .section_title .title {
        font-size: 6.2vw;
    }
    
    section.section_form .head_box {
        margin-bottom: 3.6vw;
    }
    
    section.section_form .head_box .title {
        font-size: 3.8vw;
        margin-bottom: 5.1vw;
    }
    
    section.section_form .head_box ul {
        width: 90vw;
        display: block;
        padding: 5.3vw 7.6vw 7.7vw;
    }
    
    section.section_form .head_box ul:before {
        display: none;
    }
    
    section.section_form .head_box ul li {
        width: 100%;
    }

    section.section_form .head_box ul li .head {
        font-size: 4.1vw;
    }

    section.section_form .head_box ul li:first-child {
        padding-bottom: 4.9vw;
        margin-bottom: 4.9vw;
        position: relative;
    }

    section.section_form .head_box ul li:first-child::before {
        content: "";
        width: 58.7vw;
        height: 1px;
        background: #DDDDDD;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    
    section.section_form .head_box ul li .tel {
        font-size: 7.7vw;
        padding-left: 11.8vw;
        background-size: 8.5vw;
    }

    section.section_form .head_box ul li .tel a {
        color: #CB0224;
    }
    
    section.section_form .head_box ul li .time {
        font-size: 3.3vw;
    }
    
    section.section_form .head_box ul li .line_button {
        width: 71.0vw;
        line-height: 12.8vw;
        margin: 1.3vw auto 0 auto;
        font-size: 4.6vw;
        background-size: 10.3vw;
    }
    
    section.section_form .head_box ul li .line_button::after {
        right: 4.1vw;
        width: 2.3vw;
        height: 2.3vw;
    }
    
    section.section_form .form_wrap {
        padding: 10.3vw 7.7vw;
        border-radius: 1.5vw;
    }
    
    section.section_form .form_wrap .accent {
        right: 2.3vw;
        top: 220vw;
        width: 23.1vw;
        pointer-events: none;
        display: none;
    }

    section.section_form .form_wrap .mw_wp_form_input .accent {
        display: block;
    }
    
    section.section_form  .other_box {
        position: static;
    }
    
    section.section_form .mw_wp_form_preview .other_box {
        position: static;
    }
    
    section.section_form .other_box input::placeholder {
        opacity: 1;
    }
    
    .common_contact_form .form_box dl dt .label.ninni {
        background: #8B8B8B;
        color: #fff;
    }

    .common_contact_form .form_box dl dt .label.hissu {
        background: #FF0000;
    }

    section.section_form .common_contact_form input[type="text"]::placeholder,
    section.section_form .common_contact_form input[type="email"]::placeholder {
        opacity: 1;
    }
    
    section.section_form .form_wrap .privacy_box dl + dl {
        margin-top: 7.7vw;
    }

    section.section_form .form_wrap .privacy_box dl:first-child {
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 7.7vw;
    }
    
    section.section_form .form_wrap .privacy_box dl dt {
        font-size: 3.8vw;
        margin-bottom: 3.1vw;
    }
    
    section.section_form .form_wrap .privacy_box dl dd {
        font-size: 3.1vw;
    }
    
    section.section_form .form_wrap .privacy_box .attention {
        font-size: 3.1vw;
        margin: 5.1vw 0 10.3vw;
    }
    
    section.section_form .form_wrap #btn_wrap button {
        width: 53.8vw;
        border-radius: 1.3vw;
        line-height: 13.8vw;
        font-size: 4.1vw;
        background: #FF0000;
    }
    
    section.section_service {
        padding: 12.8vw 0 14.6vw;
    }

    section.section_service .wrap {
        max-width: 95%;
    }
    
    section.section_service ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 7.7vw;
        margin-bottom: 6.3vw;
    }
    
    section.section_service ul li {
        padding-top: 7.7vw;
        padding-bottom: 12.3vw;
        padding-left: 4.6vw;
        padding-right: 4.6vw;
        height: 56.4vw;
        width: 89.7vw;
        margin: 0 auto;
    }
    
    section.section_service ul li:before {
        height: 98%;
        top: 1%;
    }
    
    section.section_service ul li:after {
        background: url(./image/flame_sp.svg) no-repeat;
        background-position: center top;
        background-size: contain;
    }
    
    section.section_service ul li .title {
        font-size: 4.1vw;
        line-height: 10.3vw;
        width: 28.2vw;
        top: -5.1vw;
    }
    
    section.section_service ul li .catch {
        font-size: 5.6vw;
        font-weight: 700;
        margin-bottom: 2.6vw;
    }
    
    section.section_service ul li .lead {
        font-size: 3.3vw;
        text-align: left;
    }
    
    footer#main_footer {
        padding-top: 17.2vw;
    }
    
    footer#main_footer .logo {
        margin-bottom: 5.9vw;
    }
    
    footer#main_footer .logo img {
        width: 61.5vw;
    }
    
    footer#main_footer .search_form {
        margin: 0 auto 20.8vw;
    }
    
    footer#main_footer .search_form .text_box a {
        width: 75.6vw;
        height: 12.8vw;
        padding: 2.8vw;
        padding-left: 13.6vw;
        background-position: 2.6vw;
        background-size: 8.2vw;
        font-size: 3.6vw;
    }
    
    footer#main_footer .search_form .icon {
        width: 12.8vw;
        height: 12.8vw;
        background-size: 6.4vw;
    }
    
    footer#main_footer .copyright small {
        font-size: 3.6vw;
        line-height: 12.8vw;
    }
}