@charset "UTF-8";

:root {
    --main-color: #0068B7;
    --sub-color: #ea6060;
}

/* サイト内のメインフォントはここに追加 */

@font-face {
    font-family: "GenShinGothic";
    src: url("./font/GenShinGothic-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "GenShinGothic";
    src: url("./font/GenShinGothic-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "GenShinGothic";
    src: url("./font/GenShinGothic-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "GenShinGothic";
    src: url("./font/GenShinGothic-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "GenShinGothic";
    src: url("./font/GenShinGothic-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "GenShinGothic";
    src: url("./font/GenShinGothic-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "DINPro";
    src: url("./font/dinpro-bold.otf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: "DINAlternate";
    src: url("./font/DIN Alternate Bold.ttf") format("truetype");
    font-weight: 700;
}

.en {
    font-family: "DINPro", sans-serif;
}

html,
button,
input,
select,
textarea {
    font-family: "GenShinGothic", sans-serif;
    font-weight: 400;
}

body {
    color: #040000;
    font-size: 16px;
    line-height: 1.5;
    min-width: 1200px;
}

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: 1000px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background: #F5F5F5;
    padding-block: 140px;
    margin-block: 0 1em;
}

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

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 400;
    line-height: 1.5;
}

.common_page_wrap {
    padding: 100px 0;
}

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

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

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

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



/* ここから下部にCSSを追加してください */

header#pc_header {
    background: #ececeb;
    height: 90px;
    display: flex;
    align-items: center;
}

header#pc_header .flex_box {
    width: 100%;
    padding-left: 150px;
    padding-right: 130px;
    align-items: center;
}

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

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

.fixed_contact {
    position: fixed;
    right: 0;
    top: 123px;
    z-index: 10;
}

.fixed_contact ul li + li {
    margin-top: 19px;
}

.fixed_contact ul li a {
    display: block;
    width: 70px;
    height: 210px;
    display: flex;
    text-align: center;
    writing-mode: vertical-rl;
    align-items: center;
    font-weight: 500;
    color: #fff;
    border-radius: 35px 0 0 35px;
    background-repeat: no-repeat;
    background-color: #64d2c8;
    text-orientation: upright;
    font-size: 20px;
}

.fixed_contact ul li.tel a {
    padding-top: 83px;
    background-image: url(./image/icon_tel.svg);
    background-position: center 44px;
}

.fixed_contact ul li.mail a {
    padding-top: 63px;
    background-image: url(./image/icon_mail.svg);
    background-position: center 34px;
}

.fixed_contact ul li.worries a {
    padding-top: 73px;
    background-image: url(./image/icon_voice.svg);
    background-position: center 34px;
}

section.section_fv {
    height: 860px;
    background: #7fa1ff;
}

section.section_fv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section_about_ex {
    padding: 210px 0;
}

section.section_about_ex .flex_box {
    justify-content: center;
    gap: 26px;
}

section.section_about_ex .left .lead {
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 19px;
}

section.section_about_ex .left .logo_wrap {
    align-items: flex-end;
    gap: 3px;
}

section.section_about_ex .left .logo_wrap .text {
    font-size: 31.8px;
    font-weight: 500;
}

section.section_about_ex .left .common_more_button {
    margin-top: 50px;
}

section.section_about_ex .right .head {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 33px;
    transform:skewX(-8deg);
    margin-left: 25px;
}

section.section_about_ex .right .bottom {
    font-size: 28px;
    font-weight: 300;
    color: #226baf;
    transform:skewX(-8deg);
    letter-spacing: .1em;
}

section.section_about_ex .right .bottom span {
    background:linear-gradient(transparent 60%, #e1ffff 60%);
    padding: 0 5px 0 10px;
}

.common_more_button a {
    display: block;
    width: 250px;
    line-height: 65px;
    background: #1065a5;
    color: #fff;
    text-align: center;
    background-image: url(./image/arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 27px;
}

section.section_reform {
    background: url(./image/polygon.png) no-repeat;
    padding: 200px 0 120px;
    background-position: center;
    background-size: cover;
}

section.section_reform .flex_box {
    justify-content: center;
    gap: 74px;
}

section.section_reform .text_box {
    width: 505px;
}

section.section_reform .text_box .catch {
    color: #1065a5;
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 30px;
}

section.section_reform .text_box .description {
    margin-left: auto;
    width: fit-content;
    font-weight: 300;
    line-height: 1.88;
}

section.section_reform .image {
    width: 450px;
}

section.section_reform .image .slide {
    height: 440px;
}

section.section_reform .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section_reform .slick-dots {
    bottom: -40px;
}

section.section_reform .slick-dots li {
    background: #ccc;
    width: 13px;
    height: 13px;
}

section.section_reform .slick-dots li.slick-active {
    background: #1065a5;
}

section.section_reform .slick-dots li button {
    display: none;
}

section.section_reform .common_more_button a {
    margin: 70px auto 0;
}

section.section_news {
    position: relative;
    padding: 135px 0 155px;
}

section.section_news .triangle {
    position: absolute;
}

section.section_news .triangle.left {
    left: 0;
    top: 0;
}

section.section_news .triangle.right {
    right: 0;
    bottom: 0;
}

section.section_news .common_more_button a {
    margin: 65px auto 0;
}

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

.common_title_box .en {
    color: #1065a5;
    font-size: 32px;
}

.common_title_box .title {
    font-size: 14px;
    font-weight: 300;
}

section.section_news .contents_title  {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 50px;
}

.common_article_list ul li + li {
    margin-top: 32px;
}

.common_article_list ul li a {
    border-bottom: 1px solid #838383;
    padding-bottom: 34px;
    padding-left: 205px;
    padding-right: 205px;
}

.common_article_list ul li a .data {
    color: #a0a0a0;
    font-weight: 300;
    width: 66px;
}

.common_article_list ul li a .title {
    font-size: 16px;
    width: calc( 100% - 66px );
    padding-left: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #040000;
}

section.section_cta {
    background: #a0dce6;
    padding: 70px 0 75px;
}

.page-template-page-ex_space section.section_cta {
    background: #b5d55d;
    padding: 50px 0;
}

section.section_cta .head_box {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

section.section_cta .head_box .label {
    font-size: 18.5px;
    color: #226baf;
    background: #fff;
    border-radius: 20px;
    line-height: 31px;
    padding: 0 .8em;
    font-weight: 500;
    margin-right: 3.5px;
}

.page-template-page-ex_space section.section_cta .head_box .label {
    color: #8dd5dc;
}

section.section_cta .head_box .text_box {
    align-items: center;
}

section.section_cta .head_box .defo {
    font-size: 19px;
}

section.section_cta .head_box .accent {
    font-weight: 700;
    color: #226baf;
    font-size: 25.5px;
    position: relative;
    padding: 0 .25em;
    letter-spacing: .1em;
}

.page-template-page-ex_space section.section_cta .head_box .accent {
    color: #ffd933;
}

section.section_cta .head_box .accent:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
}

section.section_cta .catch {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: .03em;
    margin-bottom: 20px;
}

section.section_cta .button_box {
    margin-bottom: 27px;
}

section.section_cta .button_box .flex_box {
    justify-content: center;
    align-items: center;
}

section.section_cta .button_box .button a {
    display: block;
    width: 260px;
    line-height: 65px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background-repeat: no-repeat;
}

section.section_cta .button_box .button.mail a {
    padding-left: 78px;
    background-image: url(./image/icon_mail.svg);
    background-position: 32px;
    background-size: 32px;
    background-color: #4eacff;
}

.page-template-page-ex_space section.section_cta .button_box .button.mail a {
    background-color: #8dd5dc;
}

section.section_cta .button_box .button.worries a {
    padding-left: 88px;
    background-image: url(./image/icon_voice.svg);
    background-position: 40px;
    background-size: 35px;
    background-color: #00a9a2;
}

.page-template-page-ex_space section.section_cta .button_box .button.worries a {
    background-color: #ffbb90;
}

section.section_cta .button_box .tel {
    font-size: 36px;
    color: #226baf;
    margin: 0 60px;
    padding-left: 44px;
    background: url(./image/icon_tel.svg) no-repeat;
    background-position: 0;
    background-size: 31px;
    font-family: "DINAlternate";
}

.page-template-page-ex_space section.section_cta .button_box .tel {
    color: #231815;
}

section.section_cta .button_box .tel span {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

section.section_cta .more_button a {
    display: block;
    width: 240px;
    line-height: 60px;
    background: #38e1c2;
    color: #fff;
    text-align: center;
    background-image: url(./image/arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 30px;
    margin: 0 auto;
    border-radius: 50px;
}

.page-template-page-ex_space section.section_cta .more_button a {
    background-color: #ffd933;
    color: #231815;
    background-image: url(./image/arrow_black.svg);
}

section.section_area {
    background: #f0f0f0;
    padding: 130px 0 150px;
}

section.section_area .title_box {
    text-align: center;
    margin-bottom: 31px;
}

section.section_area .title_box .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 11px;
}

section.section_area .title_box .lead {
    font-size: 18px;
    color: #3e72b8;
}

section.section_area .map {
    margin-bottom: 28px;
}

section.section_area .text_box dl + dl {
    margin-top: 30px;
}

section.section_area .text_box dl dt {
    background: #cfe3f5;
    width: 110px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #003792;
    margin-bottom: 12px;
}

section.section_area .text_box dl dd {
    font-weight: 300;
    font-size: 17px;
}

footer#main_footer {
    padding: 80px 0 60px;
}

footer#main_footer .flex_box {
    justify-content: center;
    gap: 208px;
    margin-bottom: 95px;
}

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

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

footer#main_footer .information .address {
    line-height: 1.7;
    margin-bottom: 23px;
}

footer#main_footer .information .sns_box {
    gap: 30px;
    margin-bottom: 25px;
}

footer#main_footer .information .sns_box ul {
    gap: 20px;
}

footer#main_footer .information .privacy a {
    font-weight: 300;
    color: #040000;
}

footer#main_footer .footer_nav .grid_box {
    gap: 100px;
}

footer#main_footer .footer_nav ul {
    border-left: 1px solid #b4b4b4;
    padding-left: 20px;
}

footer#main_footer .footer_nav ul li.parent {
    margin-top: 22px;
}

footer#main_footer .footer_nav ul li.parent:first-child {
    margin-top: 0;
}

footer#main_footer .footer_nav ul li.parent a {
    color: #1065a5;
    font-weight: 500;
}

footer#main_footer .footer_nav ul li.child {
    margin-left: 11px;
    margin-top: 16px;
}

footer#main_footer .footer_nav ul li.child a {
    font-weight: 300;
    color: #040000;
}

footer#main_footer .copyright {
    text-align: center;
}

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

.section_common_fv {
    height: 500px;
    background: #7fa1ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_common_fv.short {
    height: 200px;
}

.section_common_fv.lead_pattern {
    gap: 168px;
}

.section_common_fv .title {
    font-size: 31px;
    font-weight: 500;
}

.page-template-page-worries .section_common_fv .title {
    position: relative;
    padding-left: 73px;
}

.page-template-page-worries .section_common_fv .title:before {
    content: "";
    width: 50px;
    height: 45px;
    background-image: url(./image/icon_voice.svg);
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.section_common_fv .lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.85;
}

/* 会社案内（PC） */

.page_company {
    padding-top: 145px;
}

.page_company .bar_title {
    position: relative;
    z-index: 2;
}

.page_company .bar_title:before {
    content: "";
    width: 100%;
    height: 5px;
    background: #2171bc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.page_company .bar_title .title {
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    display: inline-block;
    padding-right: 30px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.page_company section.section_message .wrap {
    width: 896px;
}

.page_company section.section_message .bar_title {
    margin-bottom: 50px;
}

.page_company section.section_message .text_box {
    width: 790px;
    margin: 0 auto;
}

.page_company section.section_message .text_box .message {
    font-size: 17px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: .04em;
}

.page_company section.section_message .text_box .message + .message {
    margin-top: 1em;
}

.page_company section.section_message .text_box .name {
    margin-top: 57px;
    text-align: right;
}

.page_company section.section_message .text_box .name {
    font-size: 32px;
    font-family: "Noto Serif JP", serif;
}

.page_company section.section_message .text_box .name small {
    font-size: 20px;
    margin-right: 25px;
}

.page_company section.section_message .button_area {
    background: #f0f0f0;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 193px;
}

.page_company section.section_overview {
    padding: 150px 0 210px;
}

.page_company section.section_overview .bar_title {
    margin-bottom: 70px;
}

.page_company section.section_overview table {
    width: 100%;
}

.page_company section.section_overview table tr {
    border-bottom: 1px solid #bebebe;
}

.page_company section.section_overview table th,
.page_company section.section_overview table td {
    padding: 31px;
    font-size: 19px;
    font-family: "Noto Sans JP", sans-serif;
}

.page_company section.section_overview table th {
    width: 215px;
    position: relative;
    padding-left: 56px;
    color: #2171bc;
}

.page_company section.section_overview table th:before {
    content: "";
    width: 4.5px;
    height: 23px;
    background: #1aa5b4;
    position: absolute;
    left: 28px;
    top: 33px;
}

.page_company section.section_overview table td {
    color: #323232;
}

.page_company section.section_access {
    background: #f0f0f0;
    padding: 200px 0 235px;
}

.page_company section.section_access .wrap {
    width: 900px;
}

.page_company section.section_access .bar_title {
    margin-bottom: 80px;
}

.page_company section.section_access .bar_title .title {
    background: #f0f0f0;
}

.page_company section.section_access .map iframe {
    width: 100%;
    height: 450px;
}

.page_company section.section_ex_link {
    background: #106ab1;
    color: #fff;
    padding: 80px 0 105px;
}

.page_company section.section_ex_link .lead {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 14px;
}

.page_company section.section_ex_link .button a {
    display: block;
    width: 450px;
    height: 140px;
    background: #c8ebf5;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-top: 26px;
}

.page_company section.section_ex_link .button a img {
    width: 311px;
    transform: translateY(-3px);
}

.page_company section.section_ex_link .button a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #fff;
    border-right: 0;
    position: absolute;
    right: 23px;
    top: 64px;
}

/* ご依頼の流れ（PC） */

.page_flow {
    padding-top: 111px;
}

.page_flow section.section_introduction {
    padding-bottom: 64px;
    position: relative;
}

.page_flow section.section_introduction:before {
    content: "";
    width: 100%;
    height: 200px;
    background: #c8ebf5;
    position: absolute;
    left: 0;
    bottom: 0;
}

.page_flow section.section_introduction nav {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.page_flow section.section_introduction nav:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 7.5px;
    top: 7.5px;
    border-radius: 30px;
}

.page_flow section.section_introduction nav ul {
    display: flex;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
}

.page_flow section.section_introduction nav ul li a {
    display: block;
    color: #fff;
    width: 112px;
    text-align: center;
    padding-top: 35px;
    height: 347px;
    clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
}

.page_flow section.section_introduction nav ul li:last-child a {
    clip-path: none;
}

.page_flow section.section_introduction nav ul li {
    position: relative;
}

.page_flow section.section_introduction nav ul li:nth-child(1) {
    z-index: 9;
}

.page_flow section.section_introduction nav ul li:nth-child(2) {
    z-index: 8;
}

.page_flow section.section_introduction nav ul li:nth-child(3) {
    z-index: 7;
}

.page_flow section.section_introduction nav ul li:nth-child(4) {
    z-index: 6;
}

.page_flow section.section_introduction nav ul li:nth-child(5) {
    z-index: 5;
}

.page_flow section.section_introduction nav ul li:nth-child(6) {
    z-index: 4;
}

.page_flow section.section_introduction nav ul li:nth-child(7) {
    z-index: 3;
}

.page_flow section.section_introduction nav ul li:nth-child(8) {
    z-index: 2;
}

.page_flow section.section_introduction nav ul li:nth-child(9) {
    z-index: 1;
}

.page_flow section.section_introduction nav ul li + li {
    margin-left: -25px;
}

.page_flow section.section_introduction nav ul li:nth-child(1) a {
    background: #8bdef9;
}

.page_flow section.section_introduction nav ul li:nth-child(2) a {
    background: #7ec7f9;
}

.page_flow section.section_introduction nav ul li:nth-child(3) a {
    background: #6fbbe6;
}

.page_flow section.section_introduction nav ul li:nth-child(4) a {
    background: #5dace6;
}

.page_flow section.section_introduction nav ul li:nth-child(5) a {
    background: #3aa2e6;
}

.page_flow section.section_introduction nav ul li:nth-child(6) a {
    background: #2b88e6;
}

.page_flow section.section_introduction nav ul li:nth-child(7) a {
    background: #2b74e6;
}

.page_flow section.section_introduction nav ul li:nth-child(8) a {
    background: #3f72d4;
}

.page_flow section.section_introduction nav ul li:nth-child(9) a {
    background: #2d62ae;
}

.page_flow section.section_introduction nav ul li:first-child a,
.page_flow section.section_introduction nav ul li:last-child a {
    width: 123px;
}

.page_flow section.section_introduction nav ul li a .en {
    line-height: 1;
    border-bottom: 1px solid;
    width: fit-content;
    margin: 0 auto 22px;
    padding-bottom: 12px;
}

.page_flow section.section_introduction nav ul li a .en .small {
    font-size: 13px;
}

.page_flow section.section_introduction nav ul li a .en .num {
    font-size: 30px;
}

.page_flow section.section_introduction nav ul li a .text {
    writing-mode: vertical-rl;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.page_flow section.section_flow {
    padding-top: 100px;
    padding-bottom: 260px;
}

.page_flow section.section_flow ol li {
    background: #faf9f5;
    width: 805px;
    margin: 0 auto;
    position: relative;
    padding: 15px 15px 22px 42px;
}

.page_flow section.section_flow ol li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 22px solid #8bdef9;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}

.page_flow section.section_flow ol li:last-child::after {
    display: none;
}

.page_flow section.section_flow ol li + li {
    margin-top: 30px;
}

.page_flow section.section_flow ol li .num {
    position: absolute;
    left: -40px;
    top: -6px;
}

.page_flow section.section_flow ol li .text_box {
    width: calc( 100% - 170px );
}

.page_flow section.section_flow ol li .text_box .title {
    color: #2d62ae;
    font-size: 21.5px;
    font-weight: 500;
    margin-bottom: 12.5px;
}

.page_flow section.section_flow ol li .text_box .description {
    font-size: 14.3px;
    font-weight: 300;
}

.page_flow section.section_flow ol li .picture {
    width: 170px;
    height: 110px;
}

.page_flow section.section_flow ol li .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 事業内容（PC） */

.page_business .section_business {
    padding: 167px 0;
}

.page_business .section_business .wrap {
    width: 1110px;
}

.page_business .business_item {
    margin-top: 121px;
    border-bottom: .75px solid #687474;
    padding-bottom: 116px;
}

.page_business .business_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.page_business .business_image {
    width: 500px;
    float: left;
    margin-right: 35px;
}

.page_business .business_item:nth-child(even) .business_image {
    float: right;
    margin-right: 0;
    margin-left: 35px;
}

.page_business .business_image img {
    width: 100%;
    height: auto;
    display: block;
}

.page_business .business_title {
    font-size: 34px;
    font-weight: 500;
    color: #3b6fa8;
    line-height: 1;
    margin-bottom: 25px;
}

.page_business .business_text {
    font-size: 17px;
    font-weight: 300;
    line-height: 2.3;
    text-align: justify;
}

/* お問い合わせ（PC） */

.page_contact {
    padding: 85px 0 185px;
}

.contact_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-top: 1px solid #ddd;
}

.contact_table tr {
    border-bottom: 1px solid #ddd;
}

.contact_table th,
.contact_table td {
    padding: 30px;
    vertical-align: top;
}

.contact_table th {
    width: 260px;
    background: #f7f7f7;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333;
}

.contact_table td {
    background: #fff;
}

.contact_table .required {
    color: #d90000;
    font-size: 14px;
    font-weight: 700;
}

.contact_table input[type="text"],
.contact_table input[type="tel"],
.contact_table input[type="email"],
.contact_table select,
.contact_table textarea {
    width: 100%;
    padding: 15px 18px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 4px;
    box-sizing: border-box;
    transition: .3s;
}

.contact_table input[type="text"]:focus,
.contact_table input[type="tel"]:focus,
.contact_table input[type="email"]:focus,
.contact_table select:focus,
.contact_table textarea:focus {
    outline: none;
    border-color: #0078d7;
}

.contact_table textarea {
    height: 220px;
    resize: vertical;
}

.contact_table .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact_table .wpcf7-list-item {
    margin: 0;
}

.contact_table .wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
}

.contact_table .address_row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.contact_table .address_row .in_box {
    width: calc( 100% - 160px );
}

.contact_table .address_row:last-child {
    margin-bottom: 0;
}

.contact_table .address_row .label {
    width: 160px;
    flex-shrink: 0;
    font-weight: 700;
    color: #333;
}

.contact_table .address_row input,
.contact_table .address_row select {
    flex: 1;
}

.contact_table .in_box .in_flex {
    align-items: center;
    gap: 8px;
}

.contact_table .in_box .address_input {
    width: 210px;
}

.contact_table .zip_search {
    height: 50px;
    background: #ebebeb;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #dfdfdf;
    width: 104px;
    text-align: center;
}

.contact_table .zip_search:hover {
    opacity: .8;
}

.contact_table .wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 14px;
}

.contact_table ::placeholder {
    color: #999;
}

.page_contact .contact_form_disc {
    margin-bottom: 60px;
    line-height: 2;
}

.page_contact .contact_form_disc .text {
    font-size: 19px;
    font-weight: 300;
}

.page_contact .contact_form_disc .caution {
    font-size: 17px;
    font-weight: 300;
}

.page_contact .contact_form_disc .caution .accent {
    color: #e63c06;
    font-weight: 500;
}

.page_contact .submit {
    position: relative;
    width: fit-content;
    margin: 73px auto 0 auto;
}

.page_contact .submit input {
    display: block;
    width: 250px;
    height: 60px;
    background: #3dc7ca;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.page_contact .submit::after {
  content: '';
  position: absolute;
  top: 26px;
  left: 35px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.page_contact .contents .box + .box {
    margin-top: 60px;
}

.page_contact .contents .box .catch {
    text-align: center;
    color: #2171bc;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 40px;
}

.page_contact .contents .box .lead {
    text-align: center;
    font-size: 19px;
    font-weight: 300;
    line-height: 2;
}

.page_contact .contents .box .lead .accent {
    color: #e63c06;
    font-weight: 500;
}

.page_contact .contents .box:nth-child(1) .lead {
    margin-bottom: 80px;
}

.page_contact .contents .box:nth-child(2) .lead {
    margin-bottom: 46px;
}

#info_side {
    width: 270px;
}

#info_side .item+.item {
	margin-block: 3.7em 0;
}

#info_side .item .sec_title {
	font-size: 18px;
	letter-spacing: .08em;
	font-weight: 700;
	border-bottom: 1px solid #707070;
	padding-block: 0 0.3em;
	margin-block: 0 1em;
}

#info_side .item .sec_title.en {
	font-size: 20px;
}

#info_side .item .cat_list ul {
	list-style: disc;
	padding-inline: 1em 0;
}

#info_side .item .cat_list li+li {
	margin-block: 1.1em 0;
}

#info_side .item .cat_list li a {
	color: #3E3E3E;
	font-size: 16px;
	letter-spacing: .05em;
	font-weight: 700;
	text-transform: uppercase;
}

#info_side .item .article_list ul {
	display: grid;
	gap: 0.7em;
}

#info_side .item .article_list li a {
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
	gap: 1em;
}

#info_side .item .article_list li a .img img {
	width: 100%;
	aspect-ratio: 5/4;
	object-fit: cover;
}

#info_side .item .article_list li a .text_box .cat {
	background: #aaa;
	font-size: 10px;
	letter-spacing: .05em;
	font-weight: 600;
	text-transform: uppercase;
    color: #fff;
    width: fit-content;
    padding: .2em 1em;
    margin-bottom: .4em;    
}

#info_side .item .article_list li a .text_box .cat.case_study {
	background: #26e8cf;
}

#info_side .item .article_list li a .text_box .cat.works {
	background: #2cb2f5;
}

#info_side .item .article_list li a .text_box .cat.column {
	background: #007ddf;
}

#info_side .item .article_list li a .text_box .cat.information {
	background: #406f94;
}

#info_side .item .article_list li a .text_box .title {
	color: #3E3E3E;
	font-size: 13px;
	letter-spacing: .06em;
	font-weight: 500;
	line-height: 1.5;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* EX-SPACEとは（PC） */

.page_ex_space {
    background: #f9f7f5;
    overflow: hidden;
}

.page-template-page-ex_space .fixed_contact ul li.tel a {
    background-color: #95b95c;
}

.page-template-page-ex_space .fixed_contact ul li.mail a {
    background-color: #f2b832;
}

.page-template-page-ex_space .fixed_contact ul li.worries a {
    background-color: #e27e7c;
}

.page_ex_space section.section_ex_fv {
    margin-bottom: 67px;
    position: relative;
    overflow: hidden;
}

.page_ex_space section.section_ex_fv .accent {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

.page_ex_space section.section_ex_fv .text_wrap {
    padding-top: 114px;
    padding-left: 150px;
    position: relative;
    z-index: 3;
    width:fit-content;
}

.page_ex_space section.section_ex_fv .text_wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f8f8f3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.page_ex_space section.section_ex_fv .text_wrap:after {
    content: "";
    width: 100%;
    height: 116%;
    background: #f8f8f3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    box-shadow: 100px -60px 50px #f8f8f3;
}

.page_ex_space section.section_ex_fv .text_wrap .logo {
    margin-bottom: 33px;
}

.page_ex_space section.section_ex_fv .text_wrap .logo img {
    width: 427px;
}

.page_ex_space section.section_ex_fv .text_wrap .title_label {
    width: 427px;
    background: #fa7e7c;
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
}

.page_ex_space section.section_ex_fv .text_wrap .catch {
    margin-bottom: 21px;
}

.page_ex_space section.section_ex_fv .text_wrap .description {
    font-size: 16px;
    letter-spacing: .1em;
    margin-bottom: 20px;
}

.page_ex_space section.section_ex_fv .text_wrap .description .green {
    color: #94b85d;
}

.page_ex_space section.section_ex_fv .text_wrap .description .pink {
    color: #fa7e7c;
}

.page_ex_space section.section_ex_fv .text_wrap .illust_box ul {
    display: flex;
    gap: 20px;
}

.page_ex_space section.section_ex_fv .text_wrap .illust_box ul li {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    padding-top: 80px;
    line-height: 1.4;
    font-weight: 500;
    font-size: 15px;
    background-repeat: no-repeat;
}

.page_ex_space section.section_ex_fv .text_wrap .illust_box ul li.area {
    background-color: #95bc5b;
    background-image: url(./image/icon_map_white.svg);
    background-size: 60px;
    background-position: center 15px;
}

.page_ex_space section.section_ex_fv .text_wrap .illust_box ul li.free {
    background-color: #e67a7c;
    background-image: url(./image/icon_house_white.svg);
    background-size: 55px;
    background-position: center 15px;
}

.page_ex_space section.section_ex_fv .text_wrap .illust_box ul li.quality {
    background-color: #f9ba29;
    background-image: url(./image/icon_human_white.svg);
    background-size: 40px;
    background-position: center 15px;
}

.page_ex_space section.section_ex_fv .picture_box {
    position: absolute;
    top: 0;
    left: 650px;
    width: calc( 100% - 650px );
}

.page_ex_space section.section_ex_fv .picture_box .catch {
    position: absolute;
    left: 0;
    top: 30px;
    z-index:4;
    border-top: 3px dotted #94c367;
    border-bottom: 3px dotted #94c367;
    padding: .7em;
    text-align: center;
}

.page_ex_space section.section_ex_fv .picture_box .catch .illust {
    position: absolute;
    left: -40px;
    bottom: 20px;
    width: 30px;
}

.page_ex_space section.section_ex_fv .picture_box .circle {
    position: absolute;
    z-index: 3;
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 100%;
    left: 50%;
    top: 160px;
    transform: translateX(-50%);
    padding-top: 30px;
    box-shadow: 0 0 10px #fff;
}

.page_ex_space section.section_ex_fv .picture_box .circle .title {
    text-align: center;
    font-weight: 500;
}

.page_ex_space section.section_ex_fv .picture_box .circle .title small {
    font-size: 20px;
}

.page_ex_space section.section_ex_fv .picture_box .circle .logo {
    margin-top: 10px;
    margin-bottom: 20px;
}

.page_ex_space section.section_ex_fv .picture_box .circle .logo img {
    width: 200px;
}

.page_ex_space section.section_ex_fv .picture_box .circle .ribbon {
    text-align: center;
}

.page_ex_space section.section_ex_fv .picture_box .circle .ribbon span + span {
    margin-top: 10px;
}

.page_ex_space section.section_ex_fv .picture_box .circle .ribbon span {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 24px;
  font-size: 17px;
  background: #72a534;
  color: #FFF;
  box-sizing: border-box;
}

.page_ex_space section.section_ex_fv .picture_box .circle .ribbon span:before,
.page_ex_space section.section_ex_fv .picture_box .circle .ribbon span:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.page_ex_space section.section_ex_fv .picture_box .circle .ribbon span:before {
  top: 0;
  left: 0;
  border-width: 15px 0px 15px 7.5px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.page_ex_space section.section_ex_fv .picture_box .circle .ribbon span:after {
  top: 0;
  right: 0;
  border-width: 15px 7.5px 15px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.page_ex_space section.section_ex_fv .picture_box ul li {
    height: 330px;
    position: absolute;
}

.page_ex_space section.section_ex_fv .picture_box ul li:nth-child(1) {
    width: 55.5%;
    left: 0;
    top: 0;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}

.page_ex_space section.section_ex_fv .picture_box ul li:nth-child(2) {
    width: 50%;
    right: 0;
    top: 0;
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
}

.page_ex_space section.section_ex_fv .picture_box ul li:nth-child(3) {
    width: 49%;
    left: 0;
    top: 340px;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
}

.page_ex_space section.section_ex_fv .picture_box ul li:nth-child(4) {
    width: 57.5%;
    right: 0;
    top: 340px;
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
}

.page_ex_space section.section_ex_fv .picture_box ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_ex_space section.section_ex_fv .feature_box {
    position: relative;
    z-index: 3;
}

.page_ex_space section.section_ex_fv .feature_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    gap: 20px;
    padding-bottom: 50px;
}

.page_ex_space section.section_ex_fv .feature_box ul li {
    display: flex;
    align-items: center;
    border-right: 2px solid #dfdfda;
    padding-right: 20px;
}

.page_ex_space section.section_ex_fv .feature_box ul li:last-child {
    border-right: none;
    padding-right: 0;
}

.page_ex_space section.section_ex_fv .feature_box ul li .icon {
    width: 60px;
}

.page_ex_space section.section_ex_fv .feature_box ul li:nth-child(3) .icon img {
    width: 50px;
}

.page_ex_space section.section_ex_fv .feature_box ul li .text_box {
    width: calc( 100% - 60px );
    padding-left: 20px;
}

.page_ex_space section.section_ex_fv .feature_box ul li .text_box .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: .3em;
}

.page_ex_space section.section_ex_fv .feature_box ul li:nth-child(1) .text_box .title,
.page_ex_space section.section_ex_fv .feature_box ul li:nth-child(4) .text_box .title {
    color: #8db45b;
}

.page_ex_space section.section_ex_fv .feature_box ul li:nth-child(2) .text_box .title {
    color: #e96f73;
}

.page_ex_space section.section_ex_fv .feature_box ul li:nth-child(3) .text_box .title {
    color: #fdb825;
}

.page_ex_space section.section_ex_fv .feature_box ul li .text_box .lead {
    line-height: 1.3;
    font-size: 14px;
}

.page_ex_space section.section_feature {
    background: #fff;
    padding-bottom: 118px;
    padding-top: 50px;
}

.page_ex_space section.section_feature .wrap {
    position: relative;
    width: 950px;
}

.page_ex_space section.section_feature .greeting_circle a {
    display: block;
    width: 212px;
    height: 212px;
    background: url(./image/paint_circle.svg) no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5ea56c;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    left: -70px;
    top: -170px;
}

.page_ex_space section.section_feature .feature_head {
    text-align: center;
    margin-bottom: 40px;
}

.page_ex_space section.section_feature .feature_head .section_title {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: .1em;
}

.page_ex_space section.section_feature .feature_head .section_title .en {
    font-size: 55px;
    font-family: "GenShinGothic";
    letter-spacing: 0;
}

.page_ex_space section.section_feature ul.feature_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 55px;
}

.page_ex_space section.section_feature ul.feature_list li {
    background: url(./image/back_file.svg) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    height: 208px;
    padding-top: 25px;
}

.page_ex_space section.section_feature ul.feature_list li .feature_title {
    font-size: 25.5px;
    margin-bottom: 15px;
    font-weight: 500;
}

.page_ex_space section.section_feature ul.feature_list li .feature_text {
    font-size: 15.2px;
    margin-bottom: 15px;
    font-weight: 300;
}

.page_ex_space section.section_feature .feature_message {
    text-align: center;
}

.page_ex_space section.section_feature .feature_message .feature_message_text {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: .02em;
    margin-bottom: 20px;
}

.page_ex_space section.section_feature .feature_message .feature_message_text .accent {
	background:linear-gradient(transparent 60%, #cde081 60%);
    display: inline-block;
    padding: 0 .1em 0 .9em;
    padding-bottom: .1em;
}

.page_ex_space section.section_feature .feature_message .feature_note {
    font-size: 17px;
}

.page_ex_space section.section_compare {
    padding: 35px 0 105px;
}

.page_ex_space section.section_compare .wrap {
    width: 950px;
}

.page_ex_space section.section_compare .section_head {
    text-align: center;
    margin-bottom: 35px;
}

.page_ex_space section.section_compare .section_head .section_title {
    font-size: 36px;
    font-weight: 500;
    border-bottom: 8px solid #fff;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 30px;
}

.page_ex_space section.section_compare .section_head .section_text {
    font-size: 17px;
}

.page_ex_space section.section_compare .compare_table table {
    width: 100%;
}

.page_ex_space section.section_compare .compare_table table thead th:nth-child(1) {
    background: #cde081;
    width: 125px;
}

.page_ex_space section.section_compare .compare_table table thead th:nth-child(2) {
    background: #fad9d5;
    font-weight: 700;
}

.page_ex_space section.section_compare .compare_table table thead th {
    width: 205px;
    text-align: center;
    height: 65px;
    vertical-align: middle;
    background: #c3ded3;
    border: 2px solid #fff;
    font-size: 19px;
    font-weight: 400;
}

.page_ex_space section.section_compare .compare_table table tbody th,
.page_ex_space section.section_compare .compare_table table tbody td {
    height: 65px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #fff;
}

.page_ex_space section.section_compare .compare_table table tbody th {
    background: #ffe991;
    font-size: 22px;
    font-weight: 400;
}

.page_ex_space section.section_compare .compare_table table tbody td:nth-child(2) {
    background: #fdeeed;
}

.page_ex_space section.section_compare .compare_table table tbody td {
    background: #ededd5;
    font-weight: 700;
    font-size: 24px;
}

.page_ex_space section.section_concept {
    background: #fff;
    padding: 77px 0 160px;
}

.page_ex_space section.section_concept .wrap {
    position: relative;
    width: 930px;
}

.page_ex_space section.section_concept .section_head {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 55px;
    width: fit-content;
    text-align: center;
    margin-left: 40px;
}

.page_ex_space section.section_concept .section_head .en {
    font-size: 55px;
    font-family: "GenShinGothic";
}

.page_ex_space section.section_concept .text {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: .1em;
}

.page_ex_space section.section_concept .concept_image {
    position: absolute;
    right: 0;
    top: -50px;
}

.page_ex_space section.section_message {
    position: relative;
}

.page_ex_space section.section_message .ribbon {
    position: absolute;
    left: 0;
    top: -5.1vw;
}

.page_ex_space section.section_message .wrap {
    position: relative;
}

.page_ex_space section.section_message .section_head {
    font-size: 36px;
    font-weight: 500;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 30px;
    background: url(./image/crayon_border.svg) no-repeat;
    background-position: center bottom;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.page_ex_space section.section_message .lead {
    text-align: center;
    line-height: 2;
    font-size: 1vw;
}

.page_ex_space section.section_case {
    padding-top: 12vw;
    padding-bottom: 92px;
}

.page_ex_space section.section_case .title_image {
    text-align: center;
    margin-bottom: 88px;
}

.page_ex_space section.section_case ul.case_list li.case_item {
    display: flex;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 3px solid #dfe5e0;
    justify-content: space-between;
}

.page_ex_space section.section_case ul.case_list li.case_item .case_text {
    width: calc( 100% - 360px - 102px );
}

.page_ex_space section.section_case ul.case_list li.case_item:nth-child(1) .case_text {
    width: calc( 100% - 350px - 38px );
    position: relative;
}

.page_ex_space section.section_case ul.case_list li.case_item .case_text .case_head {
    position: relative;
}

.page_ex_space section.section_case ul.case_list li.case_item .case_text .case_head .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.page_ex_space section.section_case ul.case_list li.case_item .case_text .case_head .title .crayon {
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: -1;
}

.page_ex_space section.section_case ul.case_list li.case_item:nth-child(2) .case_text .case_head .title .crayon {
    left: -25px;
}

.page_ex_space section.section_case ul.case_list li.case_item:nth-child(4) .case_text .case_head .title .crayon {
    left: -25px;
}

.page_ex_space section.section_case ul.case_list li.case_item .case_text .case_head .case_no {
    position: absolute;
}

.page_ex_space section.section_case ul.case_list li.case_item:nth-child(1) .case_text .case_head .case_no {
    right: 0;
    top: 0;
}

.page_ex_space section.section_case ul.case_list li.case_item:nth-child(1) .case_text .case_image_in {
    position: absolute;
    right: 0;
    top: 100px;
}

.page_ex_space section.section_case ul.case_list li.case_item:nth-child(2) .case_text .case_head .case_no {
    left: 350px;
    top: -6px;
}

.page_ex_space section.section_case ul.case_list li.case_item:nth-child(3) .case_text .case_head .case_no {
    right: 30px;
    top: 106px;
}

.page_ex_space section.section_case ul.case_list li.case_item:nth-child(4) .case_text .case_head .case_no {
    right: 10px;
    top: 64px;
}

.page_ex_space section.section_case ul.case_list li.case_item:nth-child(5) .case_text .case_head .case_no {
    left: 330px;
    top: -6px;
}

.page_ex_space section.section_case ul.case_list li.case_item .case_text .lead {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 19px;
    letter-spacing: .1em;
}

.page_ex_space section.section_case ul.case_list li.case_item .example .title_box {
    gap: 7.7px;
    margin-bottom: 8px;
    align-items: center;
}

.page_ex_space section.section_case ul.case_list li.case_item .example .title_box .label {
    background: #000;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    padding: .2em 1em;   
}

.page_ex_space section.section_case ul.case_list li.case_item .example .title_box .example_title {
    font-size: 18px;
    font-weight: 500;
}

.page_ex_space section.section_case ul.case_list li.case_item .example .text {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.32;
}

.page_ex_space section.section_case ul.case_list li.case_item .case_image {
    width: 360px;
}

.page_ex_space section.section_case ul.case_list li.case_item:nth-child(1) .case_image {
    width: 350px;
}

.page_ex_space section.section_case ul.case_list li.case_item:nth-child(1) .case_image .example {
    margin-top: 10px;
}

.page_ex_space section.section_case .case_bottom .case_point_list {
    background: #ffffff;
    width: fit-content;
    margin: 0 auto 28px;
    border: 3px solid #b5d5dc;
    border-radius: 50px;
    padding: 30px 41px;
}

.page_ex_space section.section_case .case_bottom .case_point_list li {
    list-style: disc;
    color: #3893ad;
    font-size: 19px;
    font-weight: 500;
    width: fit-content;
    margin: 0 auto;
}

.page_ex_space section.section_case .case_bottom .case_point_list li + li {
    margin-top: .52em;
}

.page_ex_space section.section_case .case_bottom .bottom_text {
    width: fit-content;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
}

.page_ex_space .section_wave.green.bottom {
    background: #f0f0f0;
}

/* ごあいさつ（PC） */

.page_greeting {
    padding: 237px 0 440px;
    background: #fffaf0;
}

.page_greeting .title {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 38px;
    margin-left: 50px;
}

.page_greeting .wrap {
    width: 1200px;
}

.page_greeting .contents {
    background: url(./image/border_green.svg) , url(./image/border_green.svg);
    background-position: center top , center bottom;
    background-repeat: no-repeat;
    padding: 0 50px;
    padding-top: 60px;
    padding-bottom: 35px;
    position: relative;
}

.page_greeting .contents .picture_box {
    position: absolute;
    right: 55px;
    top: 80px;
    width: 220px;
}

.page_greeting .contents .picture_box .picture {
    margin-bottom: 15px;
}

.page_greeting .contents .picture_box .name_box {
    text-align: center;
}

.page_greeting .contents .picture_box .name_box .position {
    padding-bottom: 10px;
    background: url(./image/border_red.svg) no-repeat;
    background-position: center bottom;
    margin-bottom: 9px;
    font-size: 22px;
    font-weight: 500;
}

.page_greeting .contents .picture_box .name_box .name {
    font-size: 22px;
}

.page_greeting .contents .text {
    font-size: 17px;
}

.page_greeting .contents .text .accent {
    color: #e84689;
    font-size: 23px;
}

.page_greeting .contents .logo {
    text-align: right;
}

@media (max-width: 750px) {

    /* 弊社のハンバーガーメニュー */
    header#sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #ececeb;
        z-index: 999;
        height: 55px;
    }

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

    header#sp_header .logo img {
        height: 35px;
    }

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

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

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

    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 99999;
        right: 13px;
        top: 6px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        background: #fff;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #1065a5;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* sideの場合,popup1の場合ここから */
    .hamburger.active span:nth-child(1) {
        top: 20px;
        left: 6px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 20px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    /* sideの場合,popup1の場合ここまで */

    /* sideの場合ここから */
    nav.globalMenuSp {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        text-align: center;
        transform: translateX(100%);
        transition: all 0.6s;
        width: 100%;
        height: 100vh;
        align-items: center;
        background: #1065a5;
        overflow: scroll;
    }

    /* sideの場合ここまで */

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li + li {
        margin-top: 1.3em;
    }

    nav.globalMenuSp ul li a {
        color: #fff;
        font-size: 3.5vw;
    }

    nav.globalMenuSp.active {
        transform: translateX(0%);
    }

    /* ここまで弊社のハンバーガーメニュー */

    .wrap,
    .wrap.lr,
    .wrap.mid {
        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.5vw;
        min-width: unset;
        margin-bottom: 15vw;
        margin-top: 55px;
    }

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

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

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

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


    /* ここから下部にCSSを追加してください */
    
    .fixed_contact {
        top: auto;
        bottom: 0;
        width: 100%;
        padding: 0 5vw;
    }

    .fixed_contact ul {
        display: flex;
        justify-content: space-between;
    }
    
    .fixed_contact ul li + li {
        margin-top: 0;
    }

    .fixed_contact ul li {
        width: 31%;
    }
    
    .fixed_contact ul li a {
        width: 100%;
        height: 16vw;
        display: block;
        writing-mode: initial;
        border-radius: 15px 15px 0 0;
        text-orientation: initial;
        font-size: 3vw;
        padding-top: 10.5vw!important;
    }
    
    .fixed_contact ul li.tel a {
        background-position: center 3vw;
        background-size: 6vw;
    }
    
    .fixed_contact ul li.mail a {
        background-position: center 3vw;
        background-size: 7vw;
    }
    
    .fixed_contact ul li.worries a {
        background-position: center 2vw;
        background-size: 8vw;
    }
    
    section.section_fv {
        height: 150vw;
    }
    
    section.section_about_ex {
        padding: 20vw 0;
    }
    
    section.section_about_ex .flex_box {
        display: block;
        margin-bottom: 10vw;
    }

    section.section_about_ex .left {
        margin-bottom: 10vw;
        text-align: center;
    }
    
    section.section_about_ex .left .lead {
        font-size: 4vw;
        margin-bottom: .6em;
    }
    
    section.section_about_ex .left .logo_wrap {
        gap: 3px;
        justify-content: center;
    }

    section.section_about_ex .left .logo_wrap .logo {
        width: 50vw;
    }
    
    section.section_about_ex .left .logo_wrap .text {
        font-size: 4vw;
    }
    
    section.section_about_ex .common_more_button a {
        margin: 0 auto;
    }
    
    section.section_about_ex .right {
        text-align: center;
    }
    
    section.section_about_ex .right .head {
        font-size: 4vw;
        margin-bottom: 6vw;
        transform:skewX(-8deg);
        margin-left: 0;
    }
    
    section.section_about_ex .right .bottom {
        font-size: 5vw;
    }
    
    section.section_about_ex .right .bottom span {
        padding: 0 1vw 0 2vw;
    }
    
    .common_more_button a {
        width: 60vw;
        line-height: 13vw;
        background-position: center right 4vw;
        background-size: 5vw;
    }
    
    section.section_reform {
        padding: 20vw 0;
    }
    
    section.section_reform .flex_box {
        gap: 10vw;
    }

    section.section_reform .image .slide {
        height: 60vw;
    }
    
    section.section_reform .text_box {
        width: 100%;
        order: 2;
    }
    
    section.section_reform .text_box .catch {
        font-size: 5vw;
        margin-bottom: 1em;
    }
    
    section.section_reform .text_box .description {
        width: auto;
        font-size: 3.3vw;
    }
    
    section.section_reform .image {
        width: 100%;
        margin-bottom: 6vw;
    }
    
    section.section_reform .common_more_button a {
        margin-top: 10vw;
    }
    
    section.section_news {
        padding: 20vw 0;
    }
    
    section.section_news .triangle {
        width: 25vw;
    }
    
    section.section_news .common_more_button a {
        margin-top: 10vw;
    }
    
    .common_title_box {
        margin-bottom: 10vw;
    }
    
    .common_title_box .en {
        font-size: 7vw;
    }
    
    .common_title_box .title {
        font-size: 3.3vw;
    }
    
    section.section_news .contents_title  {
        font-size: 4vw;
        margin-bottom: 2em;
    }
    
    .common_article_list ul li + li {
        margin-top: 6vw;
    }
    
    .common_article_list ul li a {
        padding-bottom: 6vw;
        padding-left: 4vw;
        padding-right: 4vw;
    }
    
    .common_article_list ul li a .data {
        font-size: 3vw;
        width: 18vw;
    }
    
    .common_article_list ul li a .title {
        font-size: 3.3vw;
        width: calc( 100% - 18vw );
        padding-left: 4vw;
    }
    
    section.section_cta {
        padding: 15vw 0;
    }
    
    section.section_cta .head_box {
        margin-bottom: 6vw;
        display: block;
    }

    section.section_cta .head_box .label_box {
        justify-content: center;
        margin-bottom: 3vw;
    }

    section.section_cta .head_box .text_box {
        justify-content: center;
    }
    
    section.section_cta .head_box .label {
        font-size: 3.5vw;
        line-height: 8vw;
        margin-right: 2vw;
    }
    
    section.section_cta .head_box .defo {
        font-size: 4vw;
    }
    
    section.section_cta .head_box .accent {
        font-size: 6vw;
    }
    
    section.section_cta .catch {
        font-size: 5.7vw;
        margin-bottom: 8vw;
    }
    
    section.section_cta .button_box {
        margin-bottom: 10vw;
    }
    
    section.section_cta .button_box .flex_box {
        gap: 4vw;
    }
    
    section.section_cta .button_box .button a {
        width: 60vw;
        line-height: 13vw;
        font-size: 3.5vw;
    }
    
    section.section_cta .button_box .button.mail a {
        padding-left: 17vw;
        background-position: 6vw;
        background-size: 6vw;
    }
    
    section.section_cta .button_box .button.worries a {
        padding-left: 18vw;
        background-position: 7vw;
        background-size: 7vw;
    }
    
    section.section_cta .button_box .tel {
        font-size: 8vw;
        margin: 0;
        padding-left: 10vw;
        background-size: 6vw;
        order: 3;
    }
    
    section.section_cta .more_button a {
        width: 60vw;
        line-height: 13vw;
        background-position: center right 4vw;
        background-size: 5vw;
    }
    
    section.section_area {
        padding: 20vw 0;
    }
    
    section.section_area .title_box {
        margin-bottom: 8vw;
    }
    
    section.section_area .title_box .title {
        font-size: 5vw;
        margin-bottom: 2vw;
    }
    
    section.section_area .title_box .lead {
        font-size: 3.4vw;
    }
    
    section.section_area .map {
        margin-bottom: 9vw;
    }
    
    section.section_area .text_box dl + dl {
        margin-top: 7vw;
    }
    
    section.section_area .text_box dl dt {
        width: 26vw;
        line-height: 11vw;
        font-size: 3.5vw;
        margin-bottom: 2.5vw;
    }

    section.section_area .text_box dl dd {
        font-size: 3.4vw;
    }
    
    footer#main_footer {
        padding: 20vw 0 10vw;
    }
    
    footer#main_footer .flex_box {
        display: block;
        margin-bottom: 10vw;
    }
    
    footer#main_footer .information .logo {
        margin-bottom: 7vw;
        text-align: center;
    }
    
    footer#main_footer .information .logo img {
        width: 70vw;
    }
    
    footer#main_footer .information .address {
        font-size: 3.3vw;
        margin-bottom: 10vw;
        text-align: center;
    }
    
    footer#main_footer .information .sns_box {
        gap: 4vw;
        margin-bottom: 4vw;
        justify-content: center;
    }
    
    footer#main_footer .information .sns_box .title {
        display: none;
    }
    
    footer#main_footer .information .sns_box ul {
        gap: 3vw;
    }

    footer#main_footer .information .privacy {
        text-align: center;
    }
    
    footer#main_footer .information .privacy a {
        font-size: 3.3vw;
    }

    footer#main_footer .footer_nav {
        display: none;
    }
    
    footer#main_footer .copyright small {
        font-size: 2.5vw;
    }

    .section_common_fv {
        height: auto;
        padding: 15vw 0;
    }

    .section_common_fv.short {
        height: 20vw;
    }

    .section_common_fv.lead_pattern {
        gap: 0;
        display: block;
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .section_common_fv .title {
        font-size: 4.5vw;
    }
    
    .page-template-page-worries .section_common_fv .title {
        padding-left: 12vw;
    }
    
    .page-template-page-worries .section_common_fv .title:before {
        width: 8vw;
        height: 7vw;
    }

    .section_common_fv.lead_pattern .title {
        text-align: center;
        margin-bottom: 1em;
    }

    .section_common_fv.lead_pattern .lead {
        font-size: 3.5vw;
    }

    /* 会社案内（SP） */
    
    .page_company {
        padding-top: 20vw;
    }
    
    .page_company .bar_title:before {
        height: 3px;
    }
    
    .page_company .bar_title .title {
        font-size: 4vw;
        padding-right: 1em;
    }
    
    .page_company section.section_message .wrap {
        width: 100%;
    }
    
    .page_company section.section_message .bar_title {
        margin-bottom: 5vw;
    }
    
    .page_company section.section_message .text_box {
        width: 100%;
    }
    
    .page_company section.section_message .text_box .message {
        font-size: 3.5vw;
    }
    
    .page_company section.section_message .text_box .name {
        margin-top: 5vw;
    }
    
    .page_company section.section_message .text_box .name {
        font-size: 5vw;
    }
    
    .page_company section.section_message .text_box .name small {
        font-size: 3.5vw;
        margin-right: 4vw;
    }
    
    .page_company section.section_message .button_area {
        height: 35vw;
        margin-top: 20vw;
    }
    
    .page_company section.section_overview {
        padding: 20vw 0;
    }
    
    .page_company section.section_overview .bar_title {
        margin-bottom: 5vw;
    }
    
    .page_company section.section_overview table th,
    .page_company section.section_overview table td {
        padding: 4vw;
        font-size: 3.6vw;
        display: block;
        width: 100%;
    }
    
    .page_company section.section_overview table th {
        padding-left: 7vw;
        padding-bottom: 0;
    }
    
    .page_company section.section_overview table th:before {
        content: "";
        width: 2px;
        height: 5vw;
        left: 4vw;
        top: 4vw;
        transform: translateY(0);
    }
    
    .page_company section.section_access {
        padding: 20vw 0;
    }
    
    .page_company section.section_access .wrap {
        width: 100%;
    }
    
    .page_company section.section_access .bar_title {
        margin-bottom: 5vw;
    }
    
    .page_company section.section_access .map iframe {
        height: 60vw;
    }
    
    .page_company section.section_ex_link {
        padding: 15vw 0 20vw;
    }
    
    .page_company section.section_ex_link .lead {
        font-size: 5vw;
        margin-bottom: 3vw;
    }
    
    .page_company section.section_ex_link .button a {
        width: 100%;
        height: 30vw;
        padding-top: 26px;
    }
    
    .page_company section.section_ex_link .button a img {
        width: 70%;
    }
    
    .page_company section.section_ex_link .button a:before {
        border-top: 3vw solid transparent;
        border-bottom: 3vw solid transparent;
        border-left: 4vw solid #fff;
        right: 4vw;
        top: 13vw;
    }
    
    /* ご依頼の流れ（SP） */
    
    .page_flow {
        padding-top: 20vw;
    }
    
    .page_flow section.section_introduction {
        padding-bottom: 0;
    }
    
    .page_flow section.section_introduction:before {
        display: none;
    }
    
    .page_flow section.section_introduction nav {
        width: 90%;
        margin-left: 0;
    }
    
    .page_flow section.section_introduction nav:before {
        left: 5vw;
        top: 5vw;
    }
    
    .page_flow section.section_introduction nav ul {
        display: block;
        width: 100%;
    }
    
    .page_flow section.section_introduction nav ul li a {
        width: 100%;
        padding-top: 4vw;
        padding-bottom: 5vw;
        padding-left: 5vw;
        height: auto;
        clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
        display: flex;
        align-items: center;
        gap: 4vw;
    }
    
    .page_flow section.section_introduction nav ul li {
        position: relative;
    }
    
    .page_flow section.section_introduction nav ul li + li {
        margin-left: 0;
        margin-top: -2.8vw;
    }
    
    .page_flow section.section_introduction nav ul li:first-child a,
    .page_flow section.section_introduction nav ul li:last-child a {
        width: 100%;
    }
    
    .page_flow section.section_introduction nav ul li a .en {
        border-bottom: none;
        border-right: 1px solid;
        margin: 0;
        padding-bottom: 0;
        padding-right: 4vw;
    }
    
    .page_flow section.section_introduction nav ul li a .en .small {
        font-size: 3vw;
    }
    
    .page_flow section.section_introduction nav ul li a .en .num {
        font-size: 6vw;
    }
    
    .page_flow section.section_introduction nav ul li a .text {
        writing-mode: initial;
        width: auto;
        display: block;
        font-size: 4vw;
    }
    
    .page_flow section.section_flow {
        padding-top: 20vw;
        padding-bottom: 20vw;
    }
    
    .page_flow section.section_flow ol li {
        width: 100%;
        padding: 4vw;
        padding-top: 8vw;
    }
    
    .page_flow section.section_flow ol li:after {
        border-right: 3vw solid transparent;
        border-left: 3vw solid transparent;
        border-top: 4vw solid #8bdef9;
        bottom: -10vw;
    }
    
    .page_flow section.section_flow ol li + li {
        margin-top: 15vw;
    }
    
    .page_flow section.section_flow ol li .num {
        position: absolute;
        left: 4vw;
        top: -8vw;
    }

    .page_flow section.section_flow ol li .num img {
        width: 14vw;
    }
    
    .page_flow section.section_flow ol li .text_box {
        width: 100%;
    }
    
    .page_flow section.section_flow ol li .text_box .title {
        font-size: 5.5vw;
        margin-bottom: 4vw;
    }
    
    .page_flow section.section_flow ol li .text_box .description {
        font-size: 3.5vw;
    }
    
    .page_flow section.section_flow ol li .picture {
        width: 100%;
        height: 40vw;
        order: -1;
        margin-bottom: 6vw;
    }

    /* 事業内容（SP） */
    
    .page_business .section_business {
        padding: 20vw 0;
    }
    
    .page_business .section_business .wrap {
        width: 100%;
    }
    
    .page_business .business_item {
        margin-top: 20vw;
        padding-bottom: 20vw;
    }
    
    .page_business .business_image {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 6vw;
    }
    
    .page_business .business_item:nth-child(even) .business_image {
        float: none;
        margin-left: 0;
    }
    
    .page_business .business_title {
        font-size: 5vw;
        margin-bottom: .8em;
    }
    
    .page_business .business_text {
        font-size: 3.5vw;
        line-height: 2;
    }
    
    /* お問い合わせ（SP） */
    
    .page_contact {
        padding: 20vw 0;
    }
    
    .contact_table th,
    .contact_table td {
        padding: 4vw;
        display: block;
        width: 100%;
    }
    
    .contact_table th {
        font-size: 3.7vw;
    }
    
    .contact_table .required {
        font-size: 3vw;
    }
    
    .contact_table input[type="text"],
    .contact_table input[type="tel"],
    .contact_table input[type="email"],
    .contact_table select,
    .contact_table textarea {
        padding: 3vw;
        font-size: 3.5vw;
    }
    
    .contact_table textarea {
        height: 50vw;
    }
    
    .contact_table .wpcf7-radio {
        gap: 4vw;
    }
    
    .contact_table .address_row {
        gap: 3vw;
        margin-bottom: 4vw;
    }
    
    .contact_table .address_row .in_box {
        width: calc( 100% - 28vw );
    }
    
    .contact_table .address_row:last-child {
        margin-bottom: 0;
    }
    
    .contact_table .address_row .label {
        width: 28vw;
        font-size: 3vw;
    }
    
    .contact_table .in_box .address_input {
        width: 100%;
    }
    
    .contact_table .zip_search {
        height: 7vw;
        width: 20vw;
        font-size: 3vw;
    }
    
    .contact_table .zip_search:hover {
        opacity: 1;
    }
    
    .contact_table .wpcf7-not-valid-tip {
        margin-top: 2vw;
        font-size: 3vw;
    }
    
    .page_contact .contact_form_disc {
        margin-bottom: 10vw;
    }
    
    .page_contact .contact_form_disc .text {
        font-size: 3.7vw;
    }
    
    .page_contact .contact_form_disc .caution {
        font-size: 3.3vw;
    }
    
    .page_contact .submit {
        margin: 10vw auto 0 auto;
    }
    
    .page_contact .submit input {
        width: 60vw;
        height: 12vw;
        font-size: 3.6vw;
    }
    
    .page_contact .submit::after {
      top: 5vw;
      left: 9vw;
      width: 2vw;
      height: 2vw;
    }
    
    .page_contact .contents .box + .box {
        margin-top: 10vw;
    }
    
    .page_contact .contents .box .catch {
        font-size: 4.8vw;
        margin-bottom: 8vw;
    }
    
    .page_contact .contents .box .lead {
        font-size: 3.6vw;
        text-align: left;
    }
    
    .page_contact .contents .box:nth-child(1) .lead {
        margin-bottom: 12vw;
    }
    
    .page_contact .contents .box:nth-child(2) .lead {
        margin-bottom: 8vw;
    }

    #info_side {
        width: 100%;
        margin-top: 20vw;
    }

    /* EX-SPACEとは（SP） */
    
    .page_ex_space section.section_ex_fv {
        margin-bottom: 10vw;
    }
    
    .page_ex_space section.section_ex_fv .accent {
        width: 40vw;
    }
    
    .page_ex_space section.section_ex_fv .text_wrap {
        padding-top: 0;
        padding-left: 5vw;
        padding-right: 5vw;
        width: 100%;
        text-align: center;
    }
    
    .page_ex_space section.section_ex_fv .text_wrap:after {
        width: 140%;
        height: 100%;
        left: -20vw;
        box-shadow: 0 -20vw 50px #f8f8f3;
    }
    
    .page_ex_space section.section_ex_fv .text_wrap .logo {
        margin-bottom: 5vw;
    }
    
    .page_ex_space section.section_ex_fv .text_wrap .logo img {
        width: 60vw;
    }
    
    .page_ex_space section.section_ex_fv .text_wrap .title_label {
        width: 70vw;
        font-size: 3.6vw;
        border-radius: 10vw;
        line-height: 10vw;
        margin: 0 auto;
        margin-bottom: 4vw;
    }
    
    .page_ex_space section.section_ex_fv .text_wrap .catch {
        margin-bottom: 4vw;
        text-align: center;
    }

    .page_ex_space section.section_ex_fv .text_wrap .catch img {
        width: 100%;
    }
    
    .page_ex_space section.section_ex_fv .text_wrap .description {
        font-size: 3.5vw;
        margin-bottom: 4vw;
    }
    
    .page_ex_space section.section_ex_fv .text_wrap .illust_box ul {
        gap: 0;
        justify-content: space-between;
    }
    
    .page_ex_space section.section_ex_fv .text_wrap .illust_box ul li {
        width: 27vw;
        height: 27vw;
        padding-top: 15vw;
        font-size: 3vw;
    }
    
    .page_ex_space section.section_ex_fv .text_wrap .illust_box ul li.area {
        background-size: 10vw;
        background-position: center 3vw;
    }
    
    .page_ex_space section.section_ex_fv .text_wrap .illust_box ul li.free {
        background-size: 10vw;
        background-position: center 3vw;
    }
    
    .page_ex_space section.section_ex_fv .text_wrap .illust_box ul li.quality {
        background-size: 8vw;
        background-position: center 3vw;
    }
    
    .page_ex_space section.section_ex_fv .picture_box {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 140vw;
    }
    
    .page_ex_space section.section_ex_fv .picture_box .catch {
        left: 50%;
        top: 10vw;
        padding-left: 18vw;
        background-size: 8vw;
        background-position: 6vw;
        transform: translateX(-50%);
        width: 70vw;
        font-size: 3vw;
    }
    
    .page_ex_space section.section_ex_fv .picture_box .circle {
        width: 70vw;
        height: 70vw;
        top: 40vw;
        padding-top: 5vw;
    }
    
    .page_ex_space section.section_ex_fv .picture_box .circle .title small {
        font-size: 4vw;
    }
    
    .page_ex_space section.section_ex_fv .picture_box .circle .logo {
        margin-top: 3vw;
        margin-bottom: 6vw;
    }
    
    .page_ex_space section.section_ex_fv .picture_box .circle .logo img {
        width: 75%;
    }
    
    .page_ex_space section.section_ex_fv .picture_box .circle .ribbon span + span {
        margin-top: 2vw;
    }
    
    .page_ex_space section.section_ex_fv .picture_box .circle .ribbon span {
      height: 8vw;
      line-height: 8vw;
      padding: 0 5vw;
      font-size: 3.9vw;
    }
    
    .page_ex_space section.section_ex_fv .picture_box .circle .ribbon span:before {
      border-width: 4vw 0px 4vw 7.5px;
    }
    
    .page_ex_space section.section_ex_fv .picture_box .circle .ribbon span:after {
      border-width: 4vw 7.5px 4vw 0px;
    }
    
    .page_ex_space section.section_ex_fv .picture_box ul li {
        height: 70vw;
    }
    
    .page_ex_space section.section_ex_fv .picture_box ul li:nth-child(3) {
        top: 72vw;
    }
    
    .page_ex_space section.section_ex_fv .picture_box ul li:nth-child(4) {
        top: 72vw;
    }
    
    .page_ex_space section.section_ex_fv .picture_box ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .page_ex_space section.section_ex_fv .feature_box {
        padding: 0 5vw;
    }
    
    .page_ex_space section.section_ex_fv .feature_box ul {
        justify-content: space-between;
        padding-top: 15vw;
        gap: 5vw;
        padding-bottom: 10vw;
        flex-wrap: wrap;
    }
    
    .page_ex_space section.section_ex_fv .feature_box ul li {
        border-right: none;
        border-bottom: 2px solid #dfdfda;
        padding-right: 0;
        padding-bottom: 5vw;
        width: 100%;
        padding-left: 5vw;
    }
    
    .page_ex_space section.section_ex_fv .feature_box ul li .icon {
        width: 15vw;
    }
    
    .page_ex_space section.section_ex_fv .feature_box ul li .icon img {
        width: 100%;
    }
    
    .page_ex_space section.section_ex_fv .feature_box ul li:nth-child(3) .icon img {
        width: 13vw;
    }
    
    .page_ex_space section.section_ex_fv .feature_box ul li .text_box {
        width: calc( 100% - 15vw );
        padding-left: 8vw;
    }
    
    .page_ex_space section.section_ex_fv .feature_box ul li .text_box .title {
        font-size: 4.4vw;
    }
    
    .page_ex_space section.section_ex_fv .feature_box ul li .text_box .lead {
        font-size: 3.7vw;
    }
    
    .page_ex_space section.section_feature {
        padding-bottom: 20vw;
        padding-top: 10vw;
    }
    
    .page_ex_space section.section_feature .wrap {
        width: 100%;
        padding-top: 20vw;
    }
    
    .page_ex_space section.section_feature .greeting_circle a {
        width: 40vw;
        height: 40vw;
        font-size: 4vw;
        left: 50%;
        top: -25vw;
        transform: translateX(-50%);
    }
    
    .page_ex_space section.section_feature .feature_head {
        margin-bottom: 9vw;
    }
    
    .page_ex_space section.section_feature .feature_head .section_title {
        font-size: 5vw;
    }
    
    .page_ex_space section.section_feature .feature_head .section_title .en {
        font-size: 7vw;
    }
    
    .page_ex_space section.section_feature ul.feature_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 7vw;
        margin-bottom: 10vw;
    }
    
    .page_ex_space section.section_feature ul.feature_list li {
        height: 56vw;
        padding-top: 9vw;
    }
    
    .page_ex_space section.section_feature ul.feature_list li .feature_title {
        font-size: 6vw;
        margin-bottom: 3vw;
    }
    
    .page_ex_space section.section_feature ul.feature_list li .feature_text {
        font-size: 3.8vw;
    }
    
    .page_ex_space section.section_feature .feature_message {
        text-align: center;
    }
    
    .page_ex_space section.section_feature .feature_message .feature_message_text {
        font-size: 3.8vw;
        margin-bottom: 4vw;
        line-height: 2;
    }
    
    .page_ex_space section.section_feature .feature_message .feature_message_text .accent {
        padding: 0;
    }
    
    .page_ex_space section.section_feature .feature_message .feature_note {
        font-size: 3.3vw;
    }
    
    .page_ex_space section.section_compare {
        padding: 10vw 0 20vw;
    }
    
    .page_ex_space section.section_compare .wrap {
        width: 100%;
    }
    
    .page_ex_space section.section_compare .section_head {
        margin-bottom: 10vw;
    }
    
    .page_ex_space section.section_compare .section_head .section_title {
        font-size: 6vw;
        padding-bottom: 2vw;
        padding-left: 3vw;
        padding-right: 3vw;
        margin-bottom: 10vw;
    }
    
    .page_ex_space section.section_compare .section_head .section_text {
        font-size: 3.6vw;
    }

    .page_ex_space section.section_compare .compare_table {
        overflow: scroll;
    }
    
    .page_ex_space section.section_compare .compare_table table {
        width: 750px;
    }
    
    .page_ex_space section.section_compare .compare_table table thead th {
        font-size: 17px;
    }
    
    .page_ex_space section.section_concept {
        padding: 20vw 0;
    }
    
    .page_ex_space section.section_concept .wrap {
        width: 100%;
    }
    
    .page_ex_space section.section_concept .section_head {
        font-size: 6vw;
        margin-bottom: 10vw;
        margin-left: 0;
        padding-bottom: 90vw;
        width: 100%;
    }
    
    .page_ex_space section.section_concept .section_head .en {
        font-size: 10vw;
    }
    
    .page_ex_space section.section_concept .text {
        font-size: 3.6vw;
    }
    
    .page_ex_space section.section_concept .concept_image {
        top: 38vw;
    }
    
    .page_ex_space section.section_message .ribbon {
        top: -13vw;
        left: -25vw;
        width: 290vw;
    }
    
    .page_ex_space section.section_message .section_head {
        font-size: 5vw;
        padding-bottom: 6vw;
        margin-bottom: 4vw;
        padding-left: 2vw;
        padding-right: 2vw;
    }
    
    .page_ex_space section.section_message .lead {
        text-align: center;
        line-height: 2;
        font-size: 3.4vw;
    }
    
    .page_ex_space section.section_case {
        padding-top: 27vw;
        padding-bottom: 92px;
    }
    
    .page_ex_space section.section_case .title_image {
        margin-bottom: 10vw;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 8vw;
        margin-bottom: 8vw;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item .case_text {
        width: 100%;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item:nth-child(1) .case_text {
        width: 100%;
    }

    .page_ex_space section.section_case ul.case_list li.case_item .case_text .case_head .case_no {
        display: none;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item .case_text .case_head .title {
        font-size: 5vw;
        margin-bottom: 5vw;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item .case_text .case_head .title .crayon {
        left: -2vw;
        bottom: -2vw;
    }

    .page_ex_space section.section_case ul.case_list li.case_item:nth-child(1) .case_text .case_head .title .crayon img {
        width: 80vw;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item:nth-child(2) .case_text .case_head .title .crayon {
        left: -2vw;
    }

    .page_ex_space section.section_case ul.case_list li.case_item:nth-child(2) .case_text .case_head .title .crayon img {
        width: 55vw;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item:nth-child(4) .case_text .case_head .title .crayon {
        left: -2vw;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item:nth-child(3) .case_text .case_head .title .crayon img {
        width: 85vw;
    }

    .page_ex_space section.section_case ul.case_list li.case_item:nth-child(4) .case_text .case_head .title .crayon img {
        width: 90vw;
    }

    .page_ex_space section.section_case ul.case_list li.case_item:nth-child(5) .case_text .case_head .title .crayon img {
        width: 55vw;
    }

    .page_ex_space section.section_case ul.case_list li.case_item:nth-child(1) .case_text .case_image_in {
        position: static;
        margin-top: 5vw;
        margin-bottom: 5vw;
        text-align: center;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item .case_text .lead {
        font-size: 3.4vw;
        margin-bottom: 1em;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item .example .title_box {
        gap: 4vw;
        margin-bottom: 3vw;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item .example .title_box .label {
        font-size: 3.3vw;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item .example .title_box .example_title {
        font-size: 3.7vw;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item .example .text {
        font-size: 3.3vw;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item .case_image {
        width: 100%;
        order: -1;
        margin-bottom: 4vw;
        position: relative;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item:nth-child(1) .case_image {
        width: 100%;
    }

    .page_ex_space section.section_case ul.case_list li.case_item .case_image .case_no {
        position: absolute;
        top: 2vw;
        left: 2vw;
        width: 14vw;
    }
    
    .page_ex_space section.section_case ul.case_list li.case_item:nth-child(1) .case_image .example {
        margin-top: 3vw;
    }
    
    .page_ex_space section.section_case .case_bottom .case_point_list {
        margin: 0 auto 5vw;
        padding: 6vw 10vw;
    }
    
    .page_ex_space section.section_case .case_bottom .case_point_list li {
        font-size: 3.4vw;
        width: 100%;
    }
    
    .page_ex_space section.section_case .case_bottom .bottom_text {
        width: 100%;
        font-size: 3.2vw;
    }

    /* ごあいさつ（SP） */
    
    .page_greeting {
        padding: 20vw 0;
    }
    
    .page_greeting .title {
        font-size: 5vw;
        margin-bottom: 5vw;
        margin-left: 0;
    }
    
    .page_greeting .wrap {
        width: 100%;
    }
    
    .page_greeting .contents {
        padding: 0 5vw;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    
    .page_greeting .contents .picture_box {
        position: static;
        width: 100%;
        margin-bottom: 10vw;
    }
    
    .page_greeting .contents .picture_box .picture {
        margin-bottom: 3vw;
        padding: 0 10vw;
    }
    
    .page_greeting .contents .picture_box .name_box .position {
        padding-bottom: 3vw;
        margin-bottom: 4vw;
        font-size: 5.5vw;
    }
    
    .page_greeting .contents .picture_box .name_box .name {
        font-size: 6vw;
    }
    
    .page_greeting .contents .text {
        font-size: 3.5vw;
    }
    
    .page_greeting .contents .text .accent {
        font-size: 4vw;
    }
    
    .page_greeting .contents .logo img {
        width: 30vw;
    }



}