@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: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.font_en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

body {
    color: #2b2f30;
    font-size: 16px;
    line-height: 1.7;
    background: #fdf9ea;
    min-width: 1280px;
}

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

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

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

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */

.common_page_main {
    padding: 160px 0 50px;
}

.common_page_main .text_box {
    width: 40%;
}

.common_page_main .text_box .title {
    font-size: 50px;
    color: #F6AD3C;
    font-weight: 700;
    letter-spacing: .1em;
    margin-top: 100px;
}

.common_page_main .picture_box {
    width: 50%;
    position: relative;
}

.common_page_main .picture_box .mask {
    opacity: .2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.common_page_wrap {
    padding: 150px 0 200px;
    position: relative;
    background: #fff;
    margin-bottom: 100px;
}

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

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

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

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

/* 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: #f6ad3c;
    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;
    margin-bottom: 50px;
}

.page_contact #btn_wrap button {
    background-color: #f6ad3c;
    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;
}

/* TOP CSS（PC） */

header#pc_header {
    position: fixed;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
    min-width: 1280px;
    z-index: 10;
}

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

header#pc_header .header_nav {
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.16);
    border-radius: 40px;
    width: 1030px;
    align-items: center;
    justify-content: space-between;
    padding-right: 55px;
    padding-left: 15px;
    height: 70px;
}

header#pc_header .header_nav .logo {
    width: 180px;
}

header#pc_header .header_nav ul {
    gap: 55px;
}

header#pc_header .header_nav ul li a {
    color: #161616;
    letter-spacing: .05em;
    transition: .3s;
}

header#pc_header .header_nav ul li a:hover {
    color: #F6AD3C;
}

header#pc_header .button a {
    display: block;
    width: 210px;
    line-height: 60px;
    background: #F6AD3C;
    background: linear-gradient(100deg,rgba(246, 173, 60, 1) 0%, rgba(255, 198, 46, 1) 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    padding-left: 60px;
    position: relative;
    transition: .3s;
}

header#pc_header .button a:hover {
    opacity: .7;
}

header#pc_header .button a:before {
    content: "";
    width: 35px;
    height: 35px;
    background: url(./image/icon_mail_white.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

section.section_fv {
    position: relative;
    height: 622px;
    z-index: 2;
}

section.section_fv .wrap {
    position: relative;
}

section.section_fv .paint {
    position: absolute;
}

section.section_fv .paint_1 {
    top: 188px;
    left: -170px;
}

section.section_fv .paint_2 {
    top: 30px;
    left: 377px;
}

section.section_fv .paint_3 {
    top: -18px;
    left: 800px;
}

section.section_fv .illust {
    position: absolute;
}

section.section_fv .illust_1 {
    left: -250px;
    top: 100px;
}

section.section_fv .illust_2 {
    left: 130px;
    top: 200px;
}

section.section_fv .illust_3 {
    left: 380px;
    top: 180px;
}

section.section_fv .illust_4 {
    left: 725px;
    top: 200px;
}

section.section_fv .illust_5 {
    left: -45px;
    top: 550px;
}

section.section_fv .illust_6 {
    right: 175px;
    top: 590px;
    z-index: 2;
}

section.section_fv .picture {
    width: 780px;
    position: absolute;
    top: 210px;
    left: 35px;
}

section.section_fv .text_box {
    background: rgba(255,255,255,0.6);
    writing-mode: vertical-rl;
    position: absolute;
    right: 0;
    top: 165px;
    width: 320px;
    height: 460px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .2em;
}

section.section_fv .text_box .catch {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
    border-left: 4px dotted;
    margin-left: .5em;
    padding-left: .4em;
}

.about_wave img {
    width: 100%;
}

section.section_about {
    background: #F6AD3C;
    background: linear-gradient(100deg,rgba(246, 173, 60, 1) 0%, rgba(255, 198, 46, 1) 100%);
    position: relative;
    padding: 220px 0 200px;
    margin-top: 50px;
}

.common_head {
    text-align: center;
    letter-spacing: .2em;
    margin-bottom: 50px;
}

.common_head .title {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 30px;
    background: url(./image/border_title.png) no-repeat;
    background-position: center bottom;
    color: #f6ad3c;
}

.common_head .lead {
    font-size: 16px;
    margin-top: 40px;
    line-height: 2;
}

section.section_about .logo {
    text-align: center;
    margin-bottom: 30px;
}

section.section_about .common_head {
    margin-bottom: 80px;
}

section.section_about .common_head .title {
    color: #fff;
}

section.section_about .common_head .lead {
    color: #fff;
    font-size: 22px;
}

section.section_about ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

section.section_about ol li {
    background: #fff;
    position: relative;
    border-radius: 40px;
    padding: 30px 45px;
}

section.section_about ol li .num {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 60px;
    color: #f6ad3c;
    -webkit-text-stroke: 5px #fff;
    text-stroke: 5px #fff;
    paint-order: stroke;
    position: absolute;
    left: 20px;
    top: -50px;
}

section.section_about ol li .illust {
    text-align: center;
    margin-bottom: 28px;
}

section.section_about ol li .text_box .title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .15em;
    border-bottom: 4px dotted #666666;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

section.section_about ol li .text_box .description {
    font-size: 14px;
    letter-spacing: .05em;
}

.common_more_button a {
    display: block;
    width: 300px;
    line-height: 60px;
    background: #F6AD3C;
    background: linear-gradient(100deg,rgba(246, 173, 60, 1) 0%, rgba(255, 198, 46, 1) 100%);
    border-radius: 40px;
    color: #fff;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 60px auto 0 auto;
    transition: .3s;
}

.common_more_button a:hover {
    transform: translateY(-5px);
}

.common_more_button a:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(./image/arrow_white.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.common_more_button.white a {
    background: #fff;
    color: #f6ad3c;
}

.common_more_button.white a:before {
    background-image: url(./image/arrow_orange.svg);
}

section.section_about_hokan {
    padding: 180px 0;
}

section.section_about_hokan .wrap {
    position: relative;
}

section.section_about_hokan .paint {
    position: absolute;
    z-index: -1;
}

section.section_about_hokan .paint_1 {
    left: -100px;
    top: 130px;
}

section.section_about_hokan .paint_2 {
    left: 420px;
    top: -100px;
}

section.section_about_hokan .paint_2 img {
    width: 310px;
}

section.section_about_hokan .illust {
    position: absolute;
    right: 70px;
    top: -20px;
}

section.section_about_hokan .grid_box {
    align-items: center;
}

section.section_about_hokan .picture {
    width: 577px;
}

section.section_about_hokan .text_box {
    width: 500px;
}

section.section_about_hokan .text_box .common_head {
    text-align: left;
}

section.section_about_hokan .text_box .common_head .title {
    background-position: left bottom;
}

section.section_about_hokan .text_box .text {
    letter-spacing: .07em;
    line-height: 2;
}

section.section_service {
    padding-bottom: 150px;
}

section.section_service .wrap {
    position: relative;
}

section.section_service .head_illust {
    position: absolute;
    right: 130px;
    top: 60px;
}

section.section_service .wrap {
    position: relative;
}

section.section_service .paint {
    position: absolute;
    z-index: -1;
}

section.section_service .paint_1 {
    left: -170px;
    top: 600px;
}

section.section_service .paint_2 {
    right: 0;
    top: 70px;
}

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

section.section_service ol li {
    background: #fff;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
}

section.section_service ol li:before {
    content: "";
    width: 105px;
    height: 105px;
    background: #F6AD3C;
    background: linear-gradient(100deg,rgba(246, 173, 60, 1) 0%, rgba(255, 198, 46, 1) 100%);
    border-radius: 100%;
    position: absolute;
    left: -50px;
    top: -50px;
}

section.section_service ol li .num {
    color: #fff;
    position: absolute;
    left: 15px;
    top: 10px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 20px;
}

section.section_service ol li .illust {
    text-align: center;
    margin-bottom: 20px;
}

section.section_service ol li .title {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .1em;
}

section.section_area {
    background: #fff;
    margin-top: -150px;
    position: relative;
}

section.section_area .wrap {
    position: relative;
}

section.section_area .paint {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 360px;
}

section.section_area .flex_box {
    gap: 55px;
}

section.section_area .map {
    width: 400px;
    transform: translateY(-80px);
}

section.section_area .text_box {
    width: 610px;
    position: relative;
    padding-top: 80px;
}

section.section_area .text_box .illust {
    text-align: right;
    margin-top: 20px;
}

section.section_area .text_box .description {
    letter-spacing: .06em;
    line-height: 2;
}

section.section_area .text_box .description .accent {
    color: #f6ad3c;
    font-size: 18px;
    font-weight: 700;
}

.recruit_banner {
    width: 900px;
    margin: -100px auto 130px auto;
    position: relative;
}

.recruit_banner a {
    display: flex;
    align-items: center;
    background: #86AEB4;
    justify-content: space-between;
    padding: 30px 50px;
    color: #fff;
    border-radius:80px 40px 80px 40px;
}

.recruit_banner a .picture {
    width: 45%;
}

.recruit_banner a .text_box {
    width: 50%;
}

.recruit_banner a .text_box .title {
    font-size: 32px;
    border-bottom: 4px dotted;
    padding-bottom: .4em;
    margin-bottom: .4em;
    font-weight: 700;
    letter-spacing: .2em;
    background: url(./image/arrow_white.svg) no-repeat;
    background-position: 95%;
}

.recruit_banner a .text_box .lead {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 2;
}

.wave_top,
.wave_bottom {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
}

.wave_top {
    top: -2px;
}

.wave_bottom {
    bottom: -2px;
}

.wave_top svg,
.wave_bottom svg {
    display: block;
    width: 100%;
    height: 120px;
}

section.section_news {
    background: #F6AD3C;
    background: linear-gradient(100deg,rgba(246, 173, 60, 1) 0%, rgba(255, 198, 46, 1) 100%);
    position: relative;
    padding: 120px 0 200px;
}

section.section_news .common_head .title {
    color: #fff;
}

.common_news_box {
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    border-radius: 60px;
    padding: 50px;
    padding-top: 30px;
}

body.archive .common_news_box {
    padding: 0;
}

.common_news_box ul li a {
    border-bottom: 4px dotted #9b9b9b;
    padding: 20px 60px 20px 20px;
    background: url(./image/arrow_orange.svg) no-repeat;
    background-position: center right 20px;
    transition: .3s;
}

.common_news_box ul li a:hover {
    background-position: 99%;
    opacity: .7;
}

.common_news_box ul li a .data {
    color: #f6ad3c;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    width: 120px;
    font-size: 20px;
    line-height: 1.9;
}

.common_news_box ul li a .title {
    width: calc( 100% - 120px );
    color: #f6ad3c;
    font-size: 20px;
    letter-spacing: .1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.common_news_box ul li a .lead {
    color: #2b2f30;
    letter-spacing: .1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

section.section_contact {
    padding-top: 150px;
    padding-bottom: 150px;
}

.common_contact_box {
    width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 66px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
}

.common_contact_box:before {
    content: "";
    width: 4px;
    height: 190px;   
    border-right: 3px dotted #2b2f30;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.common_contact_box .grid_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.common_contact_box .grid_box .item {
    text-align: center;
}

.common_contact_box .grid_box .item .icon {
    margin-bottom: 22px;
}

.common_contact_box .grid_box .item .title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
}

.common_contact_box .grid_box .item .tel {
    color: #f6ad3c;
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}

.common_contact_box .grid_box .item .tel small {
    font-size: 20px;
}

.common_contact_box .grid_box .item .time {
    font-size: 15px;
}

.common_contact_box .grid_box .item .common_more_button a {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: left;
}

footer#main_footer .illust img {
    width: 100%;
}

footer#main_footer .contents {
    background: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}

footer#main_footer .contents:before {
    content: "";
    width: 100vw;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -2px;
    min-width: 1280px;
}

footer#main_footer .contents .logo {
    margin-bottom: 20px;
}

footer#main_footer .contents .address {
    margin-bottom: 100px;
}

footer#main_footer .contents .address .map {
    margin-left: 10px;
}

footer#main_footer .contents .address .map img {
    vertical-align: middle;
}

footer#main_footer .contents nav.footer_nav {
    border-top: 5px dotted #9b9b9b;
    padding: 20px 50px 0 50px;
    width: fit-content;
    margin: 0 auto 30px;
}

footer#main_footer .contents nav.footer_nav ul {
    justify-content: center;
}

footer#main_footer .contents nav.footer_nav .main_link {
    margin-bottom: 40px;
}

footer#main_footer .contents nav.footer_nav .main_link ul {
    gap: 55px;
}

footer#main_footer .contents nav.footer_nav .main_link ul li a {
    color: #161616;
    transition: .3s;
}

footer#main_footer .contents nav.footer_nav .main_link ul li a:hover {
    color: #F6AD3C;
}

footer#main_footer .contents nav.footer_nav .sub_link ul li:after {
    content: "/";
    color: #7a7a7a;
    margin: 0 1em;
}

footer#main_footer .contents nav.footer_nav .sub_link ul li:last-child::after {
    display: none;
}

footer#main_footer .contents nav.footer_nav .sub_link ul li a {
    color: #7a7a7a;
    font-size: 14px;
    transition: .3s;
}

footer#main_footer .contents nav.footer_nav .sub_link ul li a:hover {
    color: #F6AD3C;
    
}

footer#main_footer .contents .sns_icon {
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

footer#main_footer .contents .sns_icon .icon {
    width: 28px;
    transition: .3s;
}

footer#main_footer .contents .sns_icon .icon:hover {
    opacity: .6;
}

footer#main_footer .contents .copyright small {
    font-size: 12px;
}

.page_about section.section_philosophy {
    margin-bottom: 100px;
}

.page_about section.section_philosophy .text {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    letter-spacing: .1em;
}

.page_about section.section_about_page {
    position: relative;
}

.page_about section.section_about_page .logo {
    text-align: center;
}

.page_about section.section_about_page .logo img {
    width: 160px;
}

.page_about section.section_about_page .common_head {
    margin-bottom: 80px;
}

.page_about section.section_about_page .common_head .title {
    font-size: 25px;
}

.page_about section.section_about_page ol {
    background: #F6AD3C;
    padding: 40px;
    border-radius: 20px;
}

.page_about section.section_about_page ol li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
}

.page_about section.section_about_page ol li + li {
    margin-top: 40px;
}

.page_about section.section_about_page ol li .illust {
    width: 180px;
}

.page_about section.section_about_page ol li .text_box {
    width: calc( 100% - 180px );
    padding-left: 30px;
}

.page_about section.section_about_page ol li .text_box .title_box {
    gap: 15px;
    align-items: center;
    border-bottom: 4px dotted #666666;
    margin-bottom: 20px;
}

.page_about section.section_about_page ol li .text_box .num {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 35px;
    color: #f6ad3c;
    line-height: 1.5;
}

.page_about section.section_about_page ol li .text_box .title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .1em;
}

.page_about section.section_about_page ol li .text_box .description {
    line-height: 2;
    letter-spacing: .022em;
    text-align: justify;
}

.page_about section.section_about_page .last {
    margin-top: 60px;
    text-align: center;
    font-size: 20px;
    line-height: 2;
    letter-spacing: .1em;
}

.page_greeting section.section_contents .common_head {
    margin-bottom: 120px;
}

.page_greeting section.section_contents .box {
    position: relative;
    padding: 30px 40px;
    padding-top: 0;
    background: #fff;
    z-index: 2;
}

.page_greeting section.section_contents .box:before {
    content: "";
    width: 100%;
    height: calc( 100% - 14px );
    border: 2px solid #f6ad3c;
    position: absolute;
    left: 50%;
    top: 14px;
    transform: translateX(-50%);
    border-radius: 10px;
}

.page_greeting section.section_contents .box:after {
    content: "";
    width: 4px;
    height: 100px;
    border-right: 5px dotted #f6ad3c;
    position: absolute;
    left: 50%;
    top: 103%;
    transform: translateX(-50%);
    opacity: .2;
    z-index: -1;
}

.page_greeting section.section_contents .box:last-child::after {
    display: none;
}

.page_greeting section.section_contents .box + .box {
    margin-top: 140px;
}

.page_greeting section.section_contents .box .catch {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.page_greeting section.section_contents .box .catch .en {
    background: #f6ad3c;
    color: #fff;
    display: block;
    width: fit-content;
    margin: 0 auto 40px auto;
    border-radius: 30px;
    font-size: 14px;
    padding: .2em 1em;
}

.page_greeting section.section_contents .box .flex_box {
    align-items: center;
}

.page_greeting section.section_contents .box .text_box {
    width: 65%;
}

.page_greeting section.section_contents .box:nth-child(even) .text_box {
    /* order: -1; */
}

.page_greeting section.section_contents .box .text_box .lead {
    letter-spacing: .03em;
    line-height: 2;
    font-size: 15px;
}

.page_greeting section.section_contents .box .text_box .name {
    text-align: right;
    margin-top: 1em;
    font-size: 18px;
}

.page_greeting section.section_contents .box .image {
    width: 30%;
    position: relative;
    z-index: 2;
}

.page_greeting section.section_contents .box .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fdf9ea;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: -1;
    border-radius: 10px;
}

.page_greeting section.section_contents .box .image img {
    border-radius: 10px;
}

.page_service section.section_service_page {
    position: relative;
    margin-bottom: 150px;
}

.page_service section.section_service_page .cont .item + .item {
    margin-top: 60px;
}

.page_service section.section_service_page .cont .item .head_box {
    align-items: center;
    gap: 20px;
    border-bottom: 4px dotted #9b9b9b;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.page_service section.section_service_page .cont .item .head_box .illust {
    width: 100px;
}

.page_service section.section_service_page .cont .item .head_box .title_box {
    align-items: center;
    gap: 20px;
}

.page_service section.section_service_page .cont .item .head_box .title_box .num {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 40px;
    color: #f6ad3c;
}

.page_service section.section_service_page .cont .item .head_box .title_box .title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #f6ad3c;
}

.page_service section.section_service_page .cont .item .list_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.page_service section.section_service_page .cont .item .list_box ul li {
    background: #fdf9ea;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    text-align: center;
    font-weight: 600;
    border-radius: 10px;
}

.page_service section.section_example .cont {
    background: #fdf9ea;
    padding: 40px;
    border-radius: 20px;
}

.page_service section.section_example .cont ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.page_service section.section_example .cont ul li {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-left: 5px solid #f6ad3c;
}

.page_service section.section_example .cont ul li .title {
    font-size: 18px;
    font-weight: 600;
    color: #f6ad3c;
    margin-bottom: .5em;
    line-height: 1.2;
}

.page_service section.section_example .cont ul li .text {
    font-size: 14px;
}

.page_recruit section.section_overview {
    margin-bottom: 150px;
}

.page_recruit section.section_overview .content {
    display: none;
}

.page_recruit section.section_overview .content.show {
    display: block;
}

.page_recruit section.section_overview .tab-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.page_recruit section.section_overview .tab-container .tab {
    background: #fdf9ea;
    width: 300px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1em;
    cursor: pointer;
}

.page_recruit section.section_overview .tab-container .tab.active {
    background: #f6ad3c;
    color: #fff;
}

.page_recruit section.section_overview .content-container {
    background: #f6ad3c;
    padding: 40px;
    border-radius: 20px;
}

.page_recruit section.section_overview .content-container .content {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

.page_recruit section.section_overview .content-container .content table {
    width: 100%;
}

.page_recruit section.section_overview .content-container .content table th,
.page_recruit section.section_overview .content-container .content table td {
    padding: 1em;
    border-bottom: 1px solid #f1f1f1;
    vertical-align: middle;
}

.page_recruit section.section_overview .content-container .content table th {
    width: 200px;
}

.page_important section.section_contents ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.page_important section.section_contents ul li a {
    border: 2px solid #f6ad3c;
    padding: 20px;
    text-decoration: none;
    position: relative;
    border-radius: 10px;
}

.page_important section.section_contents ul li a:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(./image/arrow_orange.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.page_important section.section_contents .lead {
    text-align: center;
    margin-bottom: 4em;
}

/* =========================
サイトマップ
========================= */

.wsp-container {
    max-width: 1000px;
    margin: 0 auto;
}

.wsp-container h2 {
    display: none;
}

.wsp-container h2:not(:first-child) {
    margin-top: 70px;
}

.wsp-pages-list,
.wsp-posts-list,
.wsp-importants-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wsp-pages-list li,
.wsp-posts-list li,
.wsp-importants-list li {
    margin-bottom: 12px;
}

.wsp-pages-list li:last-child,
.wsp-posts-list li:last-child,
.wsp-importants-list li:last-child {
    margin-bottom: 0;
}

.wsp-pages-list a,
.wsp-posts-list a,
.wsp-importants-list a {
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 20px 25px;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    color: #333;
    text-decoration: none;
    transition: .3s;
    font-weight: 700;
}

.wsp-pages-list a:hover,
.wsp-posts-list a:hover,
.wsp-importants-list a:hover {
    border-color: #F6AD3C;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

.wsp-pages-list a::before,
.wsp-posts-list a::before,
.wsp-importants-list a::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 15px;
    border-top: 2px solid #F6AD3C;
    border-right: 2px solid #F6AD3C;
    transform: rotate(45deg);
    flex-shrink: 0;
}

/* カテゴリータイトル */

.wsp-category-title {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.wsp-category-title a {
    display: inline;
    background: none;
    border: none;
    padding: 0;
    min-height: auto;
    color: #F6AD3C;
}

.wsp-category-title a:hover {
    box-shadow: none;
    transform: none;
}

/* 子階層は非表示 */

.wsp-pages-list .children {
    display: none;
}

.wsp-container {
    margin-top: 12px;
}

#loading{
    position: fixed;
    inset: 0;
    background: #F6F1E7;
    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;
}

.loading_logo {
    width: 200px;
    height: 200px;
    opacity: 0;
    transform: translateY(20px);
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
}

.loading_logo.show{
    animation: logoIn 1.2s ease forwards;
}

.loading_logo.hide{
    animation: logoOut 1.4s cubic-bezier(.22,.61,.36,1) forwards;
}

@keyframes logoIn{

    0%{
        opacity:0;
        transform:translateY(20px);
    }

    100%{
        opacity:1;
        transform:translateY(0);
    }

}

@keyframes logoOut{

    0%{
        opacity:1;
        transform:translateY(0) scale(1);
    }

    40%{
        opacity:1;
        transform:translateY(0) scale(1.08);
    }

    100%{
        opacity:0;
        transform:translateY(0) scale(1.15);
    }

}

@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: 3.4vw;
        padding-top: 70px;
        min-width: unset;
        overflow: hidden;
    }

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

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

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

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

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

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

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding: 10vw 0;
    }
    
    .common_page_main .text_box {
        width: 100%;
        margin-bottom: 10vw;
    }
    
    .common_page_main .text_box .title {
        font-size: 7vw;
        margin-top: 5vw;
    }
    
    .common_page_main .picture_box {
        width: 100%;
    }

    .common_page_wrap {
        padding: 20vw 0;
        margin-bottom: 10vw;
    }

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

    /* TOP CSS（SP） */
    
    section.section_fv {
        height: 140vw;
    }
    
    section.section_fv .paint_1 {
        top: 0;
        left: -20vw;
        width: 40vw;
    }
    
    section.section_fv .paint_2 {
        top: -10vw;
        left: auto;
        right: -10vw;
        width: 40vw;
    }
    
    section.section_fv .paint_3 {
        top: 50vw;
        left: auto;
        right: -10vw;
        width: 50vw;
    }
    
    section.section_fv .illust_1 {
        left: -19vw;
        top: -5vw;
        width: 40vw;
    }
    
    section.section_fv .illust_2 {
        display: none;
    }
    
    section.section_fv .illust_3 {
        left: auto;
        top: 6vw;
        right: 0;
        width: 7vw;
    }
    
    section.section_fv .illust_4 {
        left: 20vw;
        top: 5vw;
        width: 7vw;
    }
    
    section.section_fv .illust_5 {
        left: -3.5vw;
        top: 62vw;
        width: 6vw;
    }
    
    section.section_fv .illust_6 {
        right: -2vw;
        top: 78vw;
        width: 20vw;
    }
    
    section.section_fv .picture {
        width: 90vw;
        top: 10vw;
        left: 0;
    }
    
    section.section_fv .text_box {
        right: auto;
        left: 5vw;
        top: 81vw;
        width: auto;
        height: auto;
        writing-mode: initial;
        background: none;
    }
    
    section.section_fv .text_box .catch {
        font-size: 6.2vw;
        border-left: none;
        border-bottom: 4px dotted;
        margin-left: 0;
        padding-left: 0;
        padding-bottom: .4em;
        margin-bottom: .4em;
    }
    
    section.section_about {
        margin-top: 0;
        padding: 20vw 0;
    }
    
    .common_head {
        margin-bottom: 7vw;
    }
    
    .common_head .title {
        font-size: 5vw;
        padding-bottom: 5vw;
        background-size: 25vw;
    }
    
    .common_head .lead {
        font-size: 3.6vw;
        margin-top: 8vw;
    }
    
    section.section_about .logo {
        margin-bottom: 5vw;
    }

    section.section_about .logo img {
        width: 15vw;
    }
    
    section.section_about .common_head {
        margin-bottom: 20vw;
    }
    
    section.section_about .common_head .lead {
        font-size: 3.5vw;
    }
    
    section.section_about ol {
        grid-template-columns: repeat(1, 1fr);
        gap: 11vw;
    }
    
    section.section_about ol li {
        padding: 5vw 7vw;
        position: relative;
    }
    
    section.section_about ol li .num {
        font-size: 13vw;
        left: auto;
        right: 4vw;
        top: -11vw;
        z-index: 2;
    }
    
    section.section_about ol li .illust {
        margin-bottom: 0;
        position: absolute;
        left: 4vw;
        top: 4vw;
        width: 23vw;
    }

    section.section_about ol li .illust img {
        width: 40vw;
    }

    section.section_about ol li .text_box {
        margin-top: 7vw;
    }
    
    section.section_about ol li .text_box .title {
        font-size: 4.5vw;
        margin-left: 24vw;
        text-align: left;
        margin-bottom: 10vw;
        border-bottom: none;
        padding-bottom: 0;
    }
    
    section.section_about ol li .text_box .description {
        font-size: 3.3vw;
        text-align: justify;
        border-top: 4px dotted #666666;
        padding-top: 3vw;
    }
    
    .common_more_button a {
        width: 60vw;
        line-height: 13vw;
        padding-left: 7vw;
        font-size: 3.8vw;
        margin: 10vw auto 0 auto;
    }
    
    .common_more_button a:before {
        width: 6vw;
        height: 6vw;
        right: 5vw;
    }
    
    section.section_about_hokan {
        padding: 20vw 0 35vw;
    }
    
    section.section_about_hokan .paint_1 {
        left: -10vw;
        top: -15vw;
        width: 50vw;
    }
    
    section.section_about_hokan .paint_2 {
        left: auto;
        top: 40vw;
        right: -10vw;
    }
    
    section.section_about_hokan .paint_2 img {
        width: 30vw;
    }
    
    section.section_about_hokan .illust {
        right: 0;
        top: -10vw;
        width: 20vw;
    }
    
    section.section_about_hokan .grid_box {
        align-items: center;
    }
    
    section.section_about_hokan .picture {
        width: 100%;
        margin-bottom: 10vw;
    }
    
    section.section_about_hokan .text_box {
        width: 100%;
    }
    
    section.section_about_hokan .text_box .common_head {
        text-align: center;
    }
    
    section.section_about_hokan .text_box .common_head .title {
        background-position: center bottom;
    }
    
    section.section_about_hokan .text_box .text {
        text-align: justify;
    }
    
    section.section_service {
        padding-bottom: 30vw;
    }
    
    section.section_service .head_illust {
        right: 7vw;
        top: -4vw;
        width: 16vw;
    }
    
    section.section_service .paint_1 {
        left: -20vw;
        top: auto;
        width: 70vw;
        bottom: -10vw;
    }
    
    section.section_service .paint_2 {
        right: -4vw;
        top: 0;
        width: 40vw;
    }
    
    section.section_service ol {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 4vw;
    }
    
    section.section_service ol li {
        padding: 4vw 2vw 4vw 15vw;
        display: flex;
        align-items: center;
        border-radius: 10px;
    }
    
    section.section_service ol li:before {
        width: 20vw;
        height: 40vw;
        left: -10vw;
        top: -8vw;
        border-radius: 0;
    }
    
    section.section_service ol li .num {
        left: 2.2vw;
        top: 9vw;
        font-size: 5vw;
    }
    
    section.section_service ol li .illust {
        text-align: left;
        margin-bottom: 0;
        width: 18vw;
    }
    
    section.section_service ol li .title {
        text-align: left;
        font-size: 3.8vw;
        font-weight: 700;
        letter-spacing: .1em;
        margin-left: 4.5vw;
    }
    
    section.section_area {
        margin-top: 0;
        padding-bottom: 20vw;
    }
    
    section.section_area .paint {
        width: 50vw;
    }
    
    section.section_area .flex_box {
        gap: 0;
    }
    
    section.section_area .map {
        width: 100%;
        transform: translateY(0);
        padding: 0 10vw;
        margin-top: 4vw;
    }
    
    section.section_area .text_box {
        width: 100%;
        padding-top: 10vw;
    }
    
    section.section_area .text_box .illust {
        margin-top: 4vw;
    }

    section.section_area .text_box .illust img {
        width: 30vw;
    }
    
    section.section_area .text_box .description .accent {
        font-size: 3.5vw;
    }
    
    .recruit_banner {
        width: 80vw;
        margin: -10vw auto 20vw auto;
    }

    .recruit_banner a {
        display: block;
        padding: 6vw 5vw 10vw;
    }
    
    .recruit_banner a .picture {
        width: 100%;
        margin-bottom: 5vw;
    }
    
    .recruit_banner a .text_box {
        width: 100%;
    }
    
    .recruit_banner a .text_box .title {
        font-size: 6vw;
        background-size: 5vw;
    }
    
    .recruit_banner a .text_box .lead {
        font-size: 3.3vw;
    }
    
    section.section_news {
        margin-top: 0;
        margin-bottom: 0;
        padding: 20vw 0;
    }
    
    .common_news_box {
        width: 100%;
        border-radius: 10px;
        padding: 4vw;
        padding-top: 0;
    }
    
    .common_news_box ul li a {
        padding: 4vw 7vw 4vw 4vw;
        background-position: center right;
        background-size: 5vw;
    }

    .common_news_box ul li a:hover {
        background-position: 100%;
        opacity: 1;
    }
    
    .common_news_box ul li a .data {
        width: 20vw;
        font-size: 3.5vw;
    }
    
    .common_news_box ul li a .title {
        width: calc( 100% - 20vw );
        font-size: 3.7vw;
    }
    
    section.section_contact {
        padding-top: 20vw;
        padding-bottom: 20vw;
    }
    
    .common_contact_box {
        width: 100%;
        padding: 5vw 8vw;
    }
    
    .common_contact_box:before {
        display: none;
    }
    
    .common_contact_box .grid_box {
        display: block;
    }

    .common_contact_box .grid_box .item:first-child {
        border-bottom: 3px dotted #2b2f30;
        margin-bottom: 5vw;
        padding-bottom: 5vw;
    }
    
    .common_contact_box .grid_box .item .icon {
        margin-bottom: 4vw;
    }
    
    .common_contact_box .grid_box .item .title {
        font-size: 4vw;
    }
    
    .common_contact_box .grid_box .item .tel {
        font-size: 8vw;
    }

    .common_contact_box .grid_box .item .tel a {
        color: #f6ad3c;
    }
    
    .common_contact_box .grid_box .item .tel small {
        font-size: 4vw;
    }
    
    .common_contact_box .grid_box .item .time {
        font-size: 3.3vw;
    }
    
    .common_contact_box .grid_box .item .common_more_button a {
        margin-top: 4vw;
        margin-bottom: 3vw;
        width: 100%;
    }

    footer#main_footer {
        overflow: hidden;
    }
    
    footer#main_footer .illust img {
        width: 200vw;
        max-width: unset;
        position: relative;
        left: -50vw;
    }
    
    footer#main_footer .contents {
        padding-bottom: 8vw;
    }
    
    footer#main_footer .contents .logo {
        margin-bottom: 4vw;
    }

    footer#main_footer .contents .logo img {
        width: 35vw;
    }
    
    footer#main_footer .contents .address {
        margin-bottom: 10vw;
    }
    
    footer#main_footer .contents .address .map {
        margin-left: 3vw;
    }

    footer#main_footer .contents .address .map img {
        width: 5vw;
    }
    
    footer#main_footer .contents .sns_icon {
        gap: 4vw;
        margin-bottom: 10vw;
    }
    
    footer#main_footer .contents .sns_icon .icon {
        width: 7vw;
    }
    
    footer#main_footer .contents .copyright small {
        font-size: 3vw;
    }

    footer#main_footer .contents nav.footer_nav {
        margin: 0 auto 10vw;
        border: none;
        padding: 0;
    }
    
    footer#main_footer .contents nav.footer_nav .sub_link ul li:after {
        margin: 0 .5em;
    }
    
    footer#main_footer .contents nav.footer_nav .sub_link ul li a {
        font-size: 3vw;
    }

    .page_about section.section_philosophy {
        margin-bottom: 20vw;
    }
    
    .page_about section.section_philosophy .text {
        font-size: 4.7vw;
    }

    .page_about section.section_about_page .logo img {
        width: 30vw;
    }
    
    .page_about section.section_about_page .common_head {
        margin-bottom: 15vw;
    }
    
    .page_about section.section_about_page .common_head .title {
        font-size: 4vw;
    }

    .page_about section.section_about_page ol {
        padding: 5vw;
    }
    
    .page_about section.section_about_page ol li {
        padding: 6vw 8vw;
        display: block;
    }
    
    .page_about section.section_about_page ol li + li {
        margin-top: 4vw;
    }
    
    .page_about section.section_about_page ol li .illust {
        width: 100%;
        text-align: center;
        margin-bottom: 4vw;
    }

    .page_about section.section_about_page ol li .illust img {
        width: 40vw;
    }
    
    .page_about section.section_about_page ol li .text_box {
        width: 100%;
        padding-left: 0;
    }
    
    .page_about section.section_about_page ol li .text_box .title_box {
        gap: 4vw;
        margin-bottom: 4vw;
    }
    
    .page_about section.section_about_page ol li .text_box .num {
        font-size: 8vw;
    }
    
    .page_about section.section_about_page ol li .text_box .title {
        font-size: 5vw;
    }
    
    .page_about section.section_about_page .last {
        margin-top: 15vw;
        font-size: 3.8vw;
    }

    .page_greeting section.section_contents .common_head {
        margin-bottom: 10vw;
    }

    .page_greeting section.section_contents .box {
        padding: 5vw;
        padding-top: 0;
    }
    
    .page_greeting section.section_contents .box + .box {
        margin-top: 15vw;
    }

    .page_greeting section.section_contents .box:after {
        top: 100%;
        height: 30vw;
    }
    
    .page_greeting section.section_contents .box .catch {
        font-size: 4.2vw;
        margin-bottom: 6vw;
    }
    
    .page_greeting section.section_contents .box .catch:before {
        font-size: 7vw;
    }
    
    .page_greeting section.section_contents .box .text_box {
        width: 100%;
    }
    
    .page_greeting section.section_contents .box .text_box .lead {
        line-height: 1.8;
        font-size: 3.3vw;
    }
    
    .page_greeting section.section_contents .box .text_box .name {
        font-size: 3.6vw;
    }
    
    .page_greeting section.section_contents .box .image {
        width: 90%;
        margin-bottom: 5vw;
        margin-left: 10px;
    }
    
    .page_service section.section_service_page {
        margin-bottom: 20vw;
    }
    
    .page_service section.section_service_page .cont .item + .item {
        margin-top: 10vw;
    }
    
    .page_service section.section_service_page .cont .item .head_box {
        gap: 4vw;
        padding-bottom: 4vw;
        margin-bottom: 6vw;
    }
    
    .page_service section.section_service_page .cont .item .head_box .illust {
        width: 15vw;
    }
    
    .page_service section.section_service_page .cont .item .head_box .title_box {
        gap: 3vw;
    }
    
    .page_service section.section_service_page .cont .item .head_box .title_box .num {
        font-size: 5vw;
    }
    
    .page_service section.section_service_page .cont .item .head_box .title_box .title {
        font-size: 4.5vw;
    }
    
    .page_service section.section_service_page .cont .item .list_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 2vw;
    }
    
    .page_service section.section_service_page .cont .item .list_box ul li {
        padding: 3vw;
        min-height: unset;
    }
    
    .page_service section.section_example .cont {
        padding: 4vw;
    }
    
    .page_service section.section_example .cont ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 4vw;
    }
    
    .page_service section.section_example .cont ul li {
        padding: 3vw;
    }
    
    .page_service section.section_example .cont ul li .title {
        font-size: 3.6vw;
    }
    
    .page_service section.section_example .cont ul li .text {
        font-size: 3vw;
    }

    .page_recruit section.section_overview {
        margin-bottom: 20vw;
    }
    
    .page_recruit section.section_overview .tab-container {
        gap: 4vw;
        flex-wrap: wrap;
        padding: 0 10vw;
        margin-bottom: 5vw;
    }
    
    .page_recruit section.section_overview .tab-container .tab {
        width: 100%;
        line-height: 14vw;
        border-radius: 50px;
        font-size: 4vw;
    }
    
    .page_recruit section.section_overview .content-container {
        padding: 4vw;
    }
    
    .page_recruit section.section_overview .content-container .content {
        padding: 4vw;
    }

    .page_recruit section.section_overview .content-container .content table th {
        width: 24vw;
    }

    .page_important section.section_contents ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 6vw;
    }
    
    .page_important section.section_contents ul li a {
        padding: 4vw;
        padding-right: 15vw;
    }
    
    .page_important section.section_contents ul li a:after {
        width: 6vw;
        height: 6vw;
        right: 4vw;
    }

    .wsp-container h2:not(:first-child) {
        margin-top: 50px;
    }

    .wsp-pages-list a,
    .wsp-posts-list a,
    .wsp-importants-list a {
        min-height: 60px;
        padding: 16px 18px;
    }
    
    .loading_logo {
        width: 30vw;
        height: 30vw;
        padding: 3vw;
    }

    .wave_top svg,
    .wave_bottom svg {
        height: 10vw;
    }

    
}