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

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

@font-face {
    font-family: 'DIN2014';
    src: url('/wp-content/themes/child/fonts/DIN2014_Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

.font_bebas {
    font-family: 'BEBAS', sans-serif;
}

.font_din {
    font-family: 'DIN2014', sans-serif;
    font-weight: bold;
}


html,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
    color: #333333;
    font-size: 15px;
    line-height: 1.7;
    min-width: 1340px;
}

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

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    padding-top: 150px;
    padding-bottom: 50px;
    margin-bottom: 10px;
    background: url(./image/texture.webp) no-repeat;
    background-size: cover;
}

.common_page_wrap {
    padding: 100px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* サンクスページ */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* TOP CSS（PC） */

header#pc_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    padding: 22px 0;
    overflow: scroll;
}

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

header#pc_header .header_nav {
    gap: 40px;
    align-items: center;
}

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

header#pc_header .header_nav ul li a {
    color: #333;
    font-weight: 600;
    letter-spacing: .1em;
    transition: .3s;
}

header#pc_header .header_nav .tel {
    font-size: 32px;
    margin-left: 60px;
    margin-right: 30px;
}

header#pc_header .header_nav .tel small {
    font-size: 20px;
    margin-right: .3em;
}

header#pc_header .header_nav .button a {
    display: block;
    width: 180px;
    line-height: 56px;
    background: #4E6AFF;
    border-radius: 28px;
    color: #fff;
    padding-left: 50px;
    background-image: url(./image/icon_mail.svg);
    background-repeat: no-repeat;
    background-position: 20px;
    letter-spacing: .1em;
    transition: .3s;
}

.section_main_visual {
    position: relative;
    height: 720px;
}

.section_main_visual .in_wrap {
    padding-top: 327px;
    overflow: hidden;
    height: 100%;
}

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

.section_main_visual .slider_box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(360deg,rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.4) 9%, rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

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

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

.section_main_visual .box {
    position: relative;
    z-index: 3;
    text-align: center;
}

.section_main_visual .box .shadow {
    position: absolute;
    left: 50%;
    top: -227.4px;
    transform: translateX(-50%);
    z-index: -1;
    width: 1386px;
}

.section_main_visual .box .logo {
    margin-bottom: 24px;
}

.section_main_visual .box .logo img {
    width: 652px;
}

.section_main_visual .box .text_box .catch {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .23em;
	margin-top: 60px
}

.section_main_visual .scroll_box {
    position: absolute;
    left: 50%;
    top: 575px;
    z-index: 3;
    transform: translateX(-50%);
}

.section_main_visual .scroll_box .en {
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
    letter-spacing: .1em;
    font-size: 12px;
}

.section_main_visual .scroll_box .bar {
    width: 3px;
    height: 140px;
    background: #333;
    margin: 0 auto;
    position: relative;
}

.section_main_visual .scroll_box .bar:before {
    content: "";
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.section_main_visual .scroll_box .bar .circle {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    animation: scrollDown 2s ease-in-out infinite;
}

/* アニメーション */
@keyframes scrollDown {
    0% {
        top: 0;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    70% {
        top: 90px;
        opacity: 1;
    }
    100% {
        top: 90px;
        opacity: 0;
    }
}

.common_title_box {
    color: #1A1A1A;
}

.common_title_box .en {
    font-size: 80px;
    letter-spacing: .1em;
}

.common_title_box .en:first-letter {
    color: #293E8B;
}

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

.section_service {
    padding-top: 252px;
    position: relative;
    margin-bottom: 250px;
}

.section_service .common_title_box {
    margin-bottom: 35px;
}

.section_service .cont {
    position: relative;
}

.section_service .texture {
    position: absolute;
    left: 0;
    top: 324px;
    z-index: -1;
    width: calc( (100vw  - 1140px) / 2 + 922px );
    height: 801px;
}

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

.section_service .box .text_box {
    width: 570px;
}

.section_service .box#anchor_support .text_box {
    width: 590px;
}

.section_service .box .text_box .catch {
    font-size: 28px;
    border-left: 6px solid #31458D;
    padding-left: 20px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 20px;
    line-height: 1.45;
}

.section_service .box .text_box .text {
    letter-spacing: .09em;
    line-height: 1.6;
}

.section_service .box .text_box .text + .text {
    margin-top: 1.5em;
}

.section_service .box .picture_box {
    width: 440px;
    position: relative;
}

.section_service .box#anchor_business .picture_box {
    transform: translateY(-265px);
}

.section_service .box#anchor_business .picture_box .picture.large {
    width: 100%;
    height: 500px;
}

.section_service .box#anchor_business .picture_box .picture.small {
    width: 200px;
    height: 240px;
    position: absolute;
    bottom: -106px;
    left: -43px;
}

.section_service .box#anchor_business .picture_box .picture.small:before {
    content: "";
    width: 110px;
    height: 120px;
    border: 2px solid #697EC7;
    position: absolute;
    left: 180px;
    bottom: -80px;
    z-index: -1;
}

.section_service .box .picture_box .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_service .box#anchor_support .picture_box {
    width: 500px;
}

.section_service .box#anchor_support .picture_box .picture.large {
    width: 100%;
    height: 340px;
}

.section_service .box#anchor_support .picture_box .picture.small {
    width: 280px;
    height: 170px;
    position: absolute;
    bottom: -84px;
    left: -50px;
}

.section_service .box#anchor_support .picture_box .picture.small:before {
    content: "";
    width: 173px;
    height: 105px;
    border: 2px solid #697EC7;
    position: absolute;
    left: 149px;
    bottom: -32px;
    z-index: -1;
}

.section_company {
    margin-bottom: 140px;
}

.section_company .common_title_box {
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.section_company .common_title_box .en {
    font-size: 70px;
}

.section_company .common_title_box .title {
    font-size: 20px;
    transform: translateY(10px);
}

.section_company .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 80px;
}

.section_company .cont table tr {
    border-bottom: 1px solid #DEDEDE;
}

.section_company .cont table th {
    color: #1A1A1A;
    font-size: 16px;
    width: 120px;
    position: relative;
    padding: 28px 0;
    letter-spacing: .1em;
}

.section_company .cont table th:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #31458D;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.section_company .cont table td {
    font-size: 14px;
    color: #6C6C6C;
    padding: 30px 0 28px;
    font-weight: 600;
    padding-left: 20px;
}

.section_company .cont table td.group {
    padding-bottom: 23px;
    line-height: 2.3;
}

.section_company .map_box {
    border: 1px solid #D0D0D0;
    height: 300px;
}

.section_company .map_box iframe {
    width: 100%;
    height: 100%;
}

.common_section_contact {
    background-image: url(./image/contact_back.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 0 60px;
}

.common_section_contact:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .74;
}

.common_section_contact .wrap {
    position: relative;
}

.common_section_contact .title_box {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.common_section_contact .title_box .en {
    font-size: 60px;
    letter-spacing: .2em;
    line-height: 1.45
}

.common_section_contact .title_box .title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
}

.common_section_contact ul {
    justify-content: center;
    gap: 20px;
}

.common_section_contact ul li a {
    display: block;
    width: 320px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
}

.common_section_contact ul li.tel a {
    background: #fff;
    text-align: center;
    color: #333333;
    font-size: 32px;
    pointer-events: none;
}

.common_section_contact ul li.tel a small {
    font-size: 20px;
}

.common_section_contact ul li.mail a {
    background: #4E6AFF;
    color: #fff;
    font-size: 16px;
    padding-left: 64px;
    background-image:url(./image/icon_mail.svg), url(./image/arrow.svg);
    background-repeat: no-repeat;
    background-position: 30px, center right 30px;
    letter-spacing: .1em;
    transition: .3s;
}

footer#main_footer {
    background: #F2F2F2;
    padding-top: 85px;
    text-align: center;
}

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

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

footer#main_footer .footer_nav {
    margin-bottom: 60px;
}

footer#main_footer .footer_nav ul {
    justify-content: center;
    gap: 48px;
}

footer#main_footer .footer_nav ul li {
    position: relative;
}

footer#main_footer .footer_nav ul li:before {
    content: "";
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
}

footer#main_footer .footer_nav ul li:last-child::after {
    content: "";
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
}

footer#main_footer .footer_nav ul li a {
    color: #333333;
    font-weight: 700;
    letter-spacing: .1em;
    transition: .3s;
}

footer#main_footer .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .9em;
    letter-spacing: .1em;
}

footer#main_footer .address {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 56px;
    letter-spacing: .1em;
}

footer#main_footer .other_link {
    margin-bottom: 24px;
}

footer#main_footer .other_link ul {
    justify-content: center;
    gap: 30px;
}

footer#main_footer .other_link ul li {
    position: relative;
}

footer#main_footer .other_link ul li a {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    transition: .3s;
}

footer#main_footer .other_link ul li:before {
    content: "";
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

footer#main_footer .other_link ul li:first-child::before {
    display: none;
}

footer#main_footer .copyright {
    background: #1A1A1A;
    color: #fff;
    padding: 25px 0 27.5px;
}

footer#main_footer .copyright small {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
}

/* ホバーエフェクト */
@media (min-width: 750px) {

    header#pc_header .header_nav ul li a:hover {
        opacity: .7;
    }
    
    header#pc_header .header_nav .button a:hover {
        opacity: .7;
    }
    
    .common_section_contact ul li.mail a:hover {
        opacity: .7;
    }
    
    footer#main_footer .footer_nav ul li a:hover,
    footer#main_footer .other_link ul li a:hover {
        opacity: .7;
    }

}

@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.3vw;
        min-width: unset;
    }

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

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

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

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-top: 100px;
        padding-bottom: 10vw;
        margin-bottom: 10px;
    }

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

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .privacy_check_list {
        margin-bottom: 6vw;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    body #sitemap_list {
        padding: 0;
    }

    /* TOP CSS（SP） */

    .section_main_visual {
        height: 140vw;
    }

    .section_main_visual .in_wrap {
        padding-top: 65vw;
    }
    
    .section_main_visual .box .shadow {
        top: -23vw;
        width: 150%;
    }
    
    .section_main_visual .box .logo {
        margin-bottom: 4vw;
    }
    
    .section_main_visual .box .logo img {
        width: 75vw;
    }
    
    .section_main_visual .box .text_box .catch {
        font-size: 3.4vw;
    }
    
    .section_main_visual .scroll_box {
        top: auto;
        bottom: -10vw;
    }
    
    .section_main_visual .scroll_box .en {
        margin-bottom: 5vw;
        font-size: 3vw;
    }
    
    .section_main_visual .scroll_box .bar {
        height: 25vw;
    }
    
    .section_main_visual .scroll_box .bar:before {
        height: 15vw;
    }
    
    .section_main_visual .scroll_box .bar .circle {
        width: 3vw;
        height: 3vw;
    }
    
    .common_title_box .en {
        font-size: 12vw;
    }
    
    .common_title_box .title {
        font-size: 3.6vw;
    }
    
    .section_service {
        padding-top: 24vw;
        margin-bottom: 22vw;
    }
    
    .section_service .common_title_box {
        margin-bottom: 7vw;
    }
    
    .section_service .texture {
        top: 41.5vw;
        width: 85vw;
        height: 84.3%;
    }
    
    .section_service .box + .box {
        margin-top: 12vw;
    }
    
    .section_service .box .text_box {
        width: 100%;
        order: 2;
    }
    
    .section_service .box#anchor_support .text_box {
        width: 100%;
    }
    
    .section_service .box .text_box .catch {
        font-size: 4.5vw;
        border-left: 4px solid #31458D;
        padding-left: 4vw;
        margin-bottom: 4vw;
    }
    
    .section_service .box .text_box .text {
        letter-spacing: .1em;
    }
    
    .section_service .box .picture_box {
        width: 100%;
        margin-bottom: 21vw;
    }
    
    .section_service .box#anchor_business .picture_box {
        transform: unset;
    }
    
    .section_service .box#anchor_business .picture_box .picture.large {
        width: 85%;
        height: 50vw;
        margin-left: auto;
    }
    
    .section_service .box#anchor_business .picture_box .picture.small {
        width: 30vw;
        height: 20vw;
        bottom: -10vw;
        left: 0;
    }
    
    .section_service .box#anchor_business .picture_box .picture.small:before {
        width: 18vw;
        height: 13vw;
        border: 1px solid #697EC7;
        left: 20vw;
        bottom: -5vw;
    }
    
    .section_service .box#anchor_support .picture_box {
        width: 100%;
    }
    
    .section_service .box#anchor_support .picture_box .picture.large {
        width: 85%;
        height: 50vw;
    }
    
    .section_service .box#anchor_support .picture_box .picture.small {
        width: 30vw;
        height: 20vw;
        bottom: -10vw;
        left: auto;
        right: 0;
    }
    
    .section_service .box#anchor_support .picture_box .picture.small:before {
        width: 18vw;
        height: 13vw;
        border: 1px solid #697EC7;
        left: auto;
        right: 20vw;
        bottom: -5vw;
    }
    
    .section_company {
        margin-bottom: 20vw;
    }
    
    .section_company .common_title_box {
        display: block;
        margin-bottom: 7vw;
    }
    
    .section_company .common_title_box .en {
        font-size: 12vw;
    }
    
    .section_company .common_title_box .title {
        font-size: 3.6vw;
        transform: unset;
    }
    
    .section_company .cont {
        display: block;
        margin-bottom: 10vw;
    }
    
    .section_company .cont table th {
        font-size: 3.7vw;
        width: 20vw;
        padding: 5vw 0;
    }
    
    .section_company .cont table td {
        font-size: 3.2vw;
        padding: 5vw 0;
        padding-left: 2vw;
    }

    .section_company .cont table td a {
        color: #6C6C6C;
    }
    
    .section_company .cont table td.group {
        padding-bottom: 5vw;
    }
    
    .section_company .map_box {
        height: 60vw;
    }
    
    .common_section_contact {
        padding: 11vw 0 14vw;
    }
    
    .common_section_contact .title_box {
        margin-bottom: 10vw;
    }
    
    .common_section_contact .title_box .en {
        font-size: 12vw;
    }
    
    .common_section_contact .title_box .title {
        font-size: 3.6vw;
    }
    
    .common_section_contact ul {
        display: block;
    }

    .common_section_contact ul li + li {
        margin-top: 5vw;
    }
    
    .common_section_contact ul li a {
        width: 80vw;
        height: 18vw;
        line-height: 18vw;
        margin: 0 auto;
        border-radius: 12vw;
    }
    
    .common_section_contact ul li.tel a {
        font-size: 7.6vw;
        pointer-events: initial;
    }
    
    .common_section_contact ul li.tel a small {
        font-size: 5vw;
    }
    
    .common_section_contact ul li.mail a {
        font-size: 4vw;
        padding-left: 19vw;
        background-position: 9vw, center right 6vw;
        background-size: 5.2vw , 3.6vw;
    }
    
    footer#main_footer {
        padding-top: 20vw;
    }
    
    footer#main_footer .logo {
        margin-bottom: 10vw;
    }
    
    footer#main_footer .logo img {
        width: 64vw;
    }
    
    footer#main_footer .name {
        font-size: 4vw;
    }
    
    footer#main_footer .address {
        font-size: 3.2vw;
        margin-bottom: 12vw;
    }
    
    footer#main_footer .other_link {
        margin-bottom: 10vw;
    }
    
    footer#main_footer .other_link ul {
        gap: 4vw;
    }
    
    footer#main_footer .other_link ul li a {
        font-size: 3vw;
    }
    
    footer#main_footer .other_link ul li:before {
        height: 3vw;
        left: -2vw;
    }
    
    footer#main_footer .copyright {
        padding: 5vw 0 6vw;
    }
    
    footer#main_footer .copyright small {
        font-size: 3vw;
    }


}