@charset "UTF-8";

body {
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.05rem;
    background-color: #fff;
    color: #333;
    padding: 0;
    font-size: 20px;
    line-height: 1.8;
}
img {
    width: 100%;
    vertical-align: bottom;
}
a {
    text-decoration: none;
}
/*=============================

共通パーツ

=============================*/
/* 枠 */
.cont-outer {
    padding: 100px 0;
    position: relative;
}
.cont-inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
    position: relative;
}
/*アンカーリンク*/
.anc-cta {
    margin: 70px auto 0;
    text-align: center;
}
.anc-cta a {
    width: 90%;
    max-width: 620px;
    margin: 0 auto;
    /* background:#ddd; */
    padding: 30px 0;
    font-size: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    border-radius: 100px;
    background: #FA9928;
    /* background: linear-gradient(180deg, rgba(255, 186, 55, 1) 0%, rgba(255, 143, 8, 1) 100%); */
    border: 3px solid #FA9928;
    box-sizing: border-box;
}
.anc-cta a:hover {
    background: #fff;
    border: 3px solid #FA9928;
    color: #FA9928;
}
/*----------------------------

scroll出現

----------------------------*/
.scroll_up {
    transition: 1.5s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}
.scroll_left {
    transition: 0.5s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
}
.scroll_left.on {
    transform: translateX(0px);
    opacity: 1.0;
}
.scroll_right {
    transition: 0.5s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
}
.scroll_right.on {
    transform: translateX(0px);
    opacity: 1.0;
}
/*見出し*/
.cont-outer h2 {
    font-size: 34px;
    text-align: center;
    color: #333;
    margin: 0 auto 60px;
    letter-spacing: 0.1em;
    line-height: 150%;
}
.cont-outer h2 small {
    /* display:block; */
    font-size: 18px;
}
/*フロート*/
.float-cta {
    position: fixed;
    right: -175px;
    bottom: 30px;
    z-index: 1;
    transition: .3s;
}
.float-cta a {
    background: #EB6400;
    color: #FFF;
    font-size: 16px;
    display: flex;
    /* width: 175px; */
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 5px 0 0 5px;
}
.float-cta a img {
    margin: 0 10px 0 0;
    width: 25px;
}
.float-cta a:hover svg {
    fill: #FA9928;
}
.float-cta a:hover {
    transition: .3s;
    filter: brightness(1.2);
}
.float-cta.fixed {
    right: 0;
    bottom: 30px;
    transition: .3s;
}
/*============================================

コンテンツ

============================================*/
/*メインビジュアル*/
section#sect-mv {
    padding: 0;
    position: relative;
}
section#sect-mv .img-wrap {
    display: none;
}
section#sect-mv .img-wrap.slick-slider {
    display: block;
}
section#sect-mv .img-wrap div {}
section#sect-mv .txt-wrap {
    background: #0000006b;
    text-align: center;
    position: absolute;
    bottom: 11vh;
    width: 100%;
    padding: 30px 0;
}
section#sect-mv .txt-wrap h2 {
    color: #FFF;
    font-size: 48px;
    letter-spacing: 0.12em;
    margin: 0 0 10px;
    font-weight: 600;
}
section#sect-mv .txt-wrap p {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
}
/*スライダー*/
.slider {
    width: 100%;
    margin: 0 auto;
}
.slider img {
    width: 100%;
}
.slider .slick-slide {
    height: auto !important;
}
/*バッジ*/
section#sect-badge {
    padding: 80px 0 100px;
}
section#sect-badge h2 {
    font-size: 32px;
    text-align: center;
    margin: 0 0 60px;
    line-height: 170%;
    letter-spacing: 0.08em;
}
section#sect-badge .mv-inner {
    max-width: 1000px;
    margin: 0 auto;
}
section#sect-badge .mv-inner ul.badge {
    display: flex;
    justify-content: space-between;
}
section#sect-badge .mv-inner ul.badge li {
    max-width: 200px;
}
/*ショップサーブの特徴*/
section#sect-feature {
    background: #F4F5F8;
    position: relative;
}
section#sect-feature:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    border-width: 40px 100px 0 100px;
}
section#sect-feature:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #F4F5F8 transparent transparent transparent;
    border-width: 40px 100px 0 100px;
}
section#sect-feature h2 {
    margin: 0 auto 80px;
    font-size: 24px;
    line-height: 220%;
}
section#sect-feature h2 span {
    font-size: 38px;
    letter-spacing: 0.08em;
}
section#sect-feature .feature-box {
    display: flex;
    justify-content: space-between;
}
section#sect-feature .feature-box .feature-box-inner {
    width: 315px;
    background: #FFF;
    padding: 30px 30px 35px 30px;
    position: relative;
    box-shadow: 1px 2px 5px 1px #CCC;
    border-radius: 5px;
}
section#sect-feature .feature-box .feature-box-inner img {
    max-height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}
section#sect-feature .feature-box .feature-box-inner h3 {
    font-size: 18px;
    text-align: center;
    margin: 25px 0 20px;
    letter-spacing: 0.1em;
    line-height: 180%;
    font-weight: 600;
}
section#sect-feature .feature-box .feature-box-inner h3 span {
    font-size: 24px;
    font-weight: 600;
    background: linear-gradient(transparent 65%, #ffd0ad 65%);
}
section#sect-feature .feature-box .feature-box-inner p {
    font-size: 16px;
    line-height: 190%;
    letter-spacing: 0.08em;
}
section#sect-feature .feature-box .feature-box-inner {
    transform: translate(0, 20%);
    opacity: 0;
    transition: 1s;
}
section#sect-feature .feature-box .feature-box-inner.on {
    transform: translate(0, 0);
    opacity: 1;
}
section#sect-feature .feature-box .feature-box-inner:nth-of-type(n+2) {
    transition-delay: 0.1s;
}
section#sect-feature .feature-box .feature-box-inner:nth-of-type(n+3) {
    transition-delay: 0.2s;
}
/*事例*/
section#sect-jirei {
    background: #F4F5F8;
    padding: 120px 0 60px;
}
section#sect-jirei:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    border-width: 40px 100px 0 100px;
}
section#sect-jirei:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #F4F5F8 transparent transparent transparent;
    border-width: 40px 100px 0 100px;
}
section#sect-jirei .jirei-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section#sect-jirei .jirei-box .jirei-box-inner {
    width: 310px;
    background: #FFF;
    padding: 0;
    position: relative;
    box-shadow: 1px 2px 5px 1px #CCC;
    border-radius: 5px 5px 0 0;
    margin: 0 0 40px;
    transition: .2s;
}
section#sect-jirei .jirei-box .jirei-box-inner:hover {
    opacity: 0.8 !important;
    transition: .2s;
    transition-delay: unset !important;
    cursor: pointer;
}
section#sect-jirei .jirei-box .jirei-box-inner h3 {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000005e;
    color: #FFF;
    border-radius: 5px 5px 0 0;
    letter-spacing: 0.05em;
}
section#sect-jirei .jirei-box .jirei-box-inner img {
    box-shadow: 1px 1px 5px 1px #6c6c6c;
    background: none;
    border-radius: 100%;
    width: 60px;
    position: absolute;
    right: 15px;
    top: 88px;
    z-index: 1;
}
section#sect-jirei .jirei-box .jirei-box-inner.ptn01 {
    background: url(../img/bg_jirei_01.jpg) no-repeat;
    background-size: contain;
}
section#sect-jirei .jirei-box .jirei-box-inner.ptn02 {
    background: url(../img/bg_jirei_02.jpg) no-repeat;
    background-size: contain;
}
section#sect-jirei .jirei-box .jirei-box-inner.ptn03 {
    background: url(../img/bg_jirei_03.jpg) no-repeat;
    background-size: contain;
}
section#sect-jirei .jirei-box .jirei-box-inner.ptn04 {
    background: url(../img/bg_jirei_04.jpg) no-repeat;
    background-size: contain;
}
section#sect-jirei .jirei-box .jirei-box-inner.ptn05 {
    background: url(../img/bg_jirei_05.jpg) no-repeat;
    background-size: contain;
}
section#sect-jirei .jirei-box .jirei-box-inner.ptn06 {
    background: url(../img/bg_jirei_06.jpg) no-repeat;
    background-size: contain;
}
section#sect-jirei .jirei-box .jirei-box-inner {
    transform: translate(0, 20%);
    opacity: 0;
    transition: 1s;
}
section#sect-jirei .jirei-box .jirei-box-inner.on {
    transform: translate(0, 0);
    opacity: 1;
}
section#sect-jirei .jirei-box .jirei-box-inner:nth-of-type(n+2) {
    transition-delay: 0.1s;
}
section#sect-jirei .jirei-box .jirei-box-inner:nth-of-type(n+3) {
    transition-delay: 0.2s;
}
section#sect-jirei .jirei-box .jirei-box-inner:nth-of-type(n+4) {
    transition-delay: 0.3s;
}
section#sect-jirei .jirei-box .jirei-box-inner:nth-of-type(n+5) {
    transition-delay: 0.4s;
}
section#sect-jirei .jirei-box .jirei-box-inner:nth-of-type(n+6) {
    transition-delay: 0.5s;
}
section#sect-jirei .jirei-box .jirei-box-inner .jirei-txt {
    height: 100px;
    display: flex;
    align-items: center;
    position: relative;
    background: #FFF;
}
section#sect-jirei .jirei-box .jirei-box-inner .jirei-txt p {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    line-height: 150%;
    letter-spacing: 0.08em;
}
section#sect-jirei .jirei-box .jirei-box-inner .jirei-txt:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icn_arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 70%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
    opacity: 1;
    visibility: visible;
}
/*モーダル枠の指定*/
.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 600px;
    width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #FFF;
    cursor: pointer;
    background: #6d778e;
    border-radius: 100px;
    font-weight: 600;
}
/*モーダル内のコンテンツの指定*/
.modal-content {
    background: #fff;
    text-align: left;
    padding: 35px 0 55px;
    border-radius: 5px;
}
.modal-content h3 {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 30px;
    font-weight: 600;
}
.modal-content p {
    margin: 0;
    font-size: 16px;
    width: 85%;
    margin: -50px auto 0;
    line-height: 200%;
    letter-spacing: 0.07em;
}
.modal-open:hover .round_btn::before {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: .2s ease-in-out;
}
.modal-open:hover .round_btn::after {
    transform: translate(-50%, -50%) rotate(180deg);
    transition: .2s ease-in-out;
}
.modal-open:hover {
    transition: .3s ease-in-out;
    transform: scale(1.2);
}
.modal-content img.modal_human {
    box-shadow: 1px 1px 5px 1px #6c6c6c;
    background: none;
    border-radius: 100%;
    width: 100px;
    display: block;
    margin: auto;
    position: relative;
    top: -70px;
}
/*クライアントロゴ*/
.client-logo-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0;
    background-color: #fff;
    border-radius: 3%;
}
.client-logo-images__img {
    position: relative;
    width: 11%;
}
.client-logo-images__img:before {
    display: block;
    position: relative;
    /* width: 100%; */
    padding-top: 50%;
    content: ""
}
.client-logo-images__img img {
    position: absolute;
    top: 0;
    left: 0;
    transition-delay: 0s;
    transition-duration: .8s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.client-logo-images__img img:first-child {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.client-logo-images__img img:last-child {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}
.client-logo-images__img.is-active img:first-child {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
}
.client-logo-images__img.is-active img:last-child {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1
}
.client-logo-images__img:nth-child(2n) img {
    transition-delay: .2s
}
section.client-logo {
    max-width: 96%;
    margin: 120px auto 100px;
}
section.client-logo h2 {
    text-align: center;
    margin: 0 0 60px;
    font-size: 30px;
    letter-spacing: 0.08em;
}
section.client-logo h2 span {
    background: linear-gradient(transparent 65%, #ffd0ad 65%);
    font-weight: 600;
    margin: 0 3px;
    padding: 0 3px;
}
section.client-logo h2 span span {
    font-size: 150%;
    background: none;
    padding: 0;
    margin: 0 5px 0 0;
    font-weight: 700;
    letter-spacing: 0;
}
/*店舗さんの想い*/
section#sect-thought {
    background-image: url(../img/bg_region_02.jpg);
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    font-family: "Noto Serif", serif;
    color: #FFF;
    height: 1030px;
    padding: 200px 0;
}
section#sect-thought h2 {
    color: #FFF;
    font-size: 40px;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin: 0 auto 100px;
}
section#sect-thought h2 span {
    font-size: 60px;
    padding: 30px 40px;
    background: url(../img/icn_frame.png) no-repeat;
    background-position: 50% 40%;
}
section#sect-thought ul li {
    text-align: center;
    font-size: 20px;
    line-height: 450%;
    letter-spacing: 0.2em;
    font-weight: 600;
}
section#sect-thought p.last-txt {
    text-align: center;
    font-weight: 600;
    padding: 80px 0 0;
    letter-spacing: 0.2em;
}
section#sect-thought p.last-txt span {
    font-size: 170%;
    margin: 0 2px;
}
section#sect-thought:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 100px;
    margin: auto;
    background-color: #FFF;
}
section#sect-thought:after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 1px;
    height: 100px;
    margin: auto;
    background-color: #666;
}
/*こだわりの銘品を全国へ*/
section#sect-later {
    padding: 120px 0 100px;
}
section#sect-later p {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 240%;
    font-size: 18px;
}
section#sect-later h2 {
    margin: 0 auto 40px;
}
section#sect-later .btn {
    text-align: center;
    margin: 50px 0 0px;
}
section#sect-later .btn a {
    color: #FFF;
    background: #eb6400;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    width: 300px;
    display: block;
    margin: auto;
    padding: 15px 0;
    position: relative;
    letter-spacing: 0.08em;
    transition: .2s;
}
section#sect-later .btn a:hover {
    opacity: 0.8;
    transition: .2s;
}
/*フッタ*/
footer {
    background: #314062;
    /* padding: 0 0 50px; */
}
footer>.flex {
    justify-content: center;
    margin: 0 auto 70px;
    align-items: center;
}
footer>.flex .left {
    margin: 0 100px 0 0;
}
footer>.flex a {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 30px;
}
footer>.flex .left a span {
    display: block;
    font-size: 16px;
}
.corp-add {
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.corp-add img {
    max-width: 155px;
    margin: 0 auto 20px;
}
.f-link {
    display: flex;
    margin: 0 auto 30px;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    padding: 50px 0;
    /* width: fit-content; */
    max-width: 700px;
}
.f-link li {
    margin: 0 10px 0 0;
    display: block;
    width: 45%;
    max-width: 230px;
}
.f-link li:last-child {
    margin-right: 0;
}
.f-link li a {
    display: block;
    width: 100%;
    background: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    color: #314062;
    font-weight: bold;
    border-radius: 5px;
}
.f-link li a:hover {
    background: #fa9928;
    color: #fff;
}
/*=============================

お悩みコンテンツ

=============================*/
#sect-nayami.cont-outer h2 {
    font-size: 40px;
}
#sect-nayami.cont-outer h2 span {
    color: #3089A3;
    font-size: 130%;
    margin: 0 10px;
    background-image: radial-gradient(circle at center, #3089A3 14%, transparent 0%);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 1em 0.5em;
    padding-top: 0.3em;
}
ul.sps-nayami {
    width: 1000px;
    margin: 0 auto 50px;
    border: solid 8px #CCCCCC;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px 170px;
    background: url(../img/bg_check.png);
    background-size: 15px;
}
ul.sps-nayami li {
    font-size: 26px;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 45px;
    margin: 20px 0;
    letter-spacing: 0.1em;
}
ul.sps-nayami li:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 37px;
    background-image: url(../img/icn_check.png);
    background-repeat: no-repeat;
    background-size: 40px;
    position: absolute;
    left: 0;
    top: 2px;
}
#sect-nayami.cont-outer p {
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 230%;
    font-size: 20px;
    font-weight: 500;
}
#sect-nayami.cont-outer p.important {
    margin: 30px 0 0;
}
#sect-nayami.cont-outer img {
    max-width: 290px;
    position: absolute;
    right: 0;
    bottom: 0;
}
#sect-nayami.cont-outer {
    padding: 150px 0 0 0;
}
#sect-nayami .cont-inner {
    padding: 0 0 100px 0;
}
#sect-nayami.cont-outer p.important span {
    background: linear-gradient(transparent 60%, #C6E9ED 60%);
    font-weight: 600;
    font-size: 130%;
    margin: 0 0 0 3px;
    padding: 0 3px;
}

/*=============================

CTAボタン

=============================*/

.cta-area {
    width: 100%;
    background: #FFF;
    padding: 50px;
    position: relative;
    box-shadow: 1px 2px 5px 1px #CCC;
    border-radius: 5px 5px 0 0;
    margin: 60px 0 40px;
    display: flex;
    justify-content: space-between;
}

.contact-area-tel {
    width: 45%;
}

.contact-area-tel a {
    background: #F2F2F2;
    display: block;
    border-radius: 8px;
    color: #222;
    padding: 45px 0 40px 0;
}

.contact-area-btn {
    width: 50%;
}

.contact-area-btn div {
    /* background: #EC6400; */
    /* border-radius: 8px; */
}

.contact-area-btn div.btn2 {
    margin: 40px 0 0;
    position: relative;
}

.contact-area-btn div a {
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    background: #EC6400;
    border-radius: 8px;
}

.contact-area-btn div a img {
    margin: 2px 15px 0 0;
    width: 40px;
}

.contact-area-btn div a span {
    font-size: 65%;
    margin: 5px 0 0 5px;
}

.contact-area-tel a img {
    width: 43px;
    margin: 3px 10px 0 0;
}

section#sect-later .contact-area-tel a p {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 150%;
}

section#sect-later .contact-area-tel a p.tel {
    display: flex;
    justify-content: center;
    font-size: 36px;
    margin: 20px 0 5px;
    font-weight: 800;
}

section#sect-later .contact-area-tel a p span {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.contact-area-btn div a:hover {
    opacity: .8;
}

.contact-area-btn div.btn2 a {
    background: #4EB226;
}

.contact-area-btn .fukidashi  {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 5px 20px;
  width: 80%;
  margin: auto;
  color: #3E9B19;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #4eb226;
  box-sizing: border-box;
  border-radius: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: -26px;
  z-index: 1;
}

.fukidashi :before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.fukidashi :after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #4eb226;
  z-index: 1;
}

section#sect-later .contact-area-btn .fukidashi p {
    font-size: 15px;
    font-weight: 800;
    line-height: 195%;
}


@media screen and (max-width:1200px) {
    body {
        font-family: "Noto Sans JP", sans-serif;
        font-feature-settings: "palt";
        letter-spacing: 0.05rem;
        background-color: #fff;
        color: #333;
        padding: 0;
        font-size: 16px;
    }
    img {
        width: 100%;
        vertical-align: bottom;
    }
    /*=============================

	共通パーツ

	=============================*/
    /* 枠 */
    .cont-outer {
        padding: 100px 0;
    }
    .cont-inner {
        max-width: 1200px;
        margin: 0 auto;
        width: 90%;
    }
    /*アンカーリンク*/
    .anc-cta {
        margin: 50px auto 0;
        text-align: center;
    }
    .anc-cta a {
        width: 90%;
        max-width: 500px;
        margin: 0 auto;
        /* background:#ddd; */
        padding: 20px 0;
        font-size: 35px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        display: block;
        border-radius: 100px;
        /* background: rgb(255,186,55); */
        /* background: linear-gradient(180deg, rgba(255,186,55,1) 0%, rgba(255,143,8,1) 100%); */
    }
    /*見出し*/
    .cont-outer h2 {
        font-size: 40px;
        text-align: center;
        margin: 0 0 80px;
    }
    .cont-outer h2 small {
        /* display:block; */
        font-size: 18px;
    }
    /*============================================

	コンテンツ

	============================================*/
    /*メインビジュアル*/
    #sect-mv {
        position: relative;
        height: auto;
        overflow: hidden;
    }
    #sect-mv .mv-inner {
        max-width: 1600px;
        width: 90%;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        height: 100%;
    }
    #sect-mv .mv-txt-area {
        position: absolute;
        bottom: 3vw;
        max-width: 100%;
    }
    .mv-txt-area h1 {
        font-size: 50px;
        color: #fff;
        margin: 0 0 40px;
        line-height: 1.3;
    }
    .mv-logo {
        display: flex;
        align-items: flex-end;
    }
    .mv-logo .left {
        max-width: 220px;
        margin: 0 3% 0 0;
    }
    .mv-logo .left p {
        width: fit-content;
        background: #fff;
        font-size: 15px;
        border-radius: 5px;
        font-weight: bold;
        padding: 5px 15px;
        margin: 0 0 10px;
    }
    .mv-logo .left img {
        width: 100%;
    }
    .mv-logo .right .badge {
        display: flex;
    }
    .mv-logo .right .badge li {
        margin: 0 3% 0 0;
    }
    .mv-logo .right .badge li:last-child {
        margin-right: 0;
    }
    #sect-mv>img {
        position: absolute;
        width: 205%;
        max-inline-size: unset;
        top: -60px;
        left: -18%;
        z-index: 0;
    }
    /*ショップサーブとは*/
    #sect-sps .cont-inner {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #sect-sps .left {
        width: 45%;
    }
    #sect-sps .left h2 {
        width: fit-content;
        font-size: 34px;
        color: #fff;
        display: block;
        padding: 5px 15px 10px;
        text-align: center;
        box-sizing: border-box;
        margin: 0 0 30px;
        background: #314062;
    }
    #sect-sps .left p {
        color: #314062;
        font-weight: bold;
        line-height: 1.8;
    }
    #sect-sps picture {
        width: 53%;
        position: relative;
    }
    #sect-sps picture img {}
    /*フッタ*/
    footer {
        background: #314062;
        /* padding: 0 0 50px; */
    }
    footer>.flex {
        justify-content: center;
        margin: 0 auto 70px;
        align-items: center;
    }
    footer>.flex .left {
        margin: 0 100px 0 0;
    }
    footer>.flex a {
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: center;
        font-size: 30px;
    }
    footer>.flex .left a span {
        display: block;
        font-size: 16px;
    }
    .corp-add {
        text-align: center;
        font-size: 15px;
        color: #fff;
    }
    .corp-add img {
        max-width: 155px;
        margin: 0 auto 20px;
    }
    /*=============================

CTAボタン

=============================*/

.cta-area {
    width: 100%;
    background: #FFF;
    padding: 50px;
    position: relative;
    box-shadow: 1px 2px 5px 1px #CCC;
    border-radius: 5px 5px 0 0;
    margin: 60px 0 40px;
    display: flex;
    justify-content: space-between;
}

.contact-area-tel {
    width: 45%;
}

.contact-area-tel a {
    background: #F2F2F2;
    display: block;
    border-radius: 8px;
    color: #222;
    padding: 36px 0;
}

.contact-area-btn {
    width: 50%;
}

.contact-area-btn div {
    /* background: #EC6400; */
    /* border-radius: 8px; */
}

.contact-area-btn div.btn2 {
    margin: 40px 0 0;
    position: relative;
}

.contact-area-btn div a {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px 0;
    background: #EC6400;
    border-radius: 8px;
}

.contact-area-btn div a img {
    margin: 2px 15px 0 0;
    width: 32px;
}

.contact-area-btn div a span {
    font-size: 65%;
    margin: 5px 0 0 5px;
}

.contact-area-tel a img {
    width: 33px;
    margin: 3px 10px 0 0;
}

section#sect-later .contact-area-tel a p {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 150%;
}

section#sect-later .contact-area-tel a p.tel {
    display: flex;
    justify-content: center;
    font-size: 32px;
    margin: 20px 0 10px;
    font-weight: 800;
}

section#sect-later .contact-area-tel a p span {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.contact-area-btn div a:hover {
    opacity: .8;
}

.contact-area-btn div.btn2 a {
    background: #4EB226;
}

.contact-area-btn .fukidashi  {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 5px 20px;
  width: 90%;
  margin: auto;
  color: #3E9B19;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #4eb226;
  box-sizing: border-box;
  border-radius: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: -26px;
  z-index: 1;
}

.fukidashi :before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.fukidashi :after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #4eb226;
  z-index: 1;
}

section#sect-later .contact-area-btn .fukidashi p {
    font-size: 13px;
    font-weight: 800;
    line-height: 195%;
}
}
@media screen and (min-width:769px) and (max-width:1200px) {
    section#sect-mv .txt-wrap h2 {
        font-size: 30px;
        margin: 0 0 5px;
    }
    section#sect-badge h2 {
        font-size: 26px;
    }
    section#sect-mv .txt-wrap p {
        font-size: 16px;
    }
    section#sect-mv .txt-wrap {
        bottom: 6vh;
        padding: 20px 0;
    }
    section#sect-badge .mv-inner {
        max-width: 85%;
    }
    section#sect-badge .mv-inner ul.badge li {
        width: 20%;
    }
    section#sect-feature .feature-box .feature-box-inner {
        width: 32%;
    }
    section#sect-feature .feature-box .feature-box-inner h3 span {
        font-size: 22px;
    }
    section#sect-jirei .jirei-box .jirei-box-inner {
        width: 32%;
        background-size: 120% !important;
        !i;
        !;
    }
    section#sect-jirei .jirei-box .jirei-box-inner h3 {
        height: 130px;
    }
    section.client-logo h2 {
        font-size: 26px;
    }
    section#sect-feature h2 span {
        font-size: 32px;
    }
}
@media screen and (max-width:768px) {
    body {
        font-family: "Noto Sans JP", sans-serif;
        font-feature-settings: "palt";
        letter-spacing: 0.05rem;
        background-color: #fff;
        color: #333;
        padding: 0;
        font-size: 16px;
    }
    img {
        width: 100%;
        vertical-align: bottom;
    }
    /*=============================

	共通パーツ

	=============================*/
    /* 枠 */
    .cont-outer {
        padding: 100px 0;
    }
    .cont-inner {
        max-width: 1200px;
        margin: 0 auto;
        width: 90%;
    }
    /*アンカーリンク*/
    .anc-cta {
        margin: 30px auto 0;
        text-align: center;
    }
    .anc-cta a {
        width: 90%;
        max-width: 500px;
        margin: 0 auto;
        /* background:#ddd; */
        padding: 20px 0;
        font-size: 35px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        display: block;
        border-radius: 100px;
        /* background: #FA9928; */
        /* background: linear-gradient(180deg, rgba(255,186,55,1) 0%, rgba(255,143,8,1) 100%); */
    }
    .anc-cta a:hover {
        background: #FA9928;
        border: 3px solid #FA9928;
        color: #fff;
    }
    /*============================================

	コンテンツ

	============================================*/
    /*メインビジュアル*/
    #sect-mv {
        position: relative;
        height: 100vw;
        overflow: hidden;
    }
    #sect-mv .mv-inner {
        max-width: 1600px;
        width: 90%;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        height: 100%;
    }
    #sect-mv .mv-txt-area {
        position: absolute;
        bottom: 1vw;
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .mv-txt-area h1 {
        font-size: 45px;
        color: #fff;
        margin: 0 0 5%;
        line-height: 1.3;
        text-align: center;
    }
    .mv-logo {
        display: block;
        align-items: flex-end;
    }
    .mv-logo .left {
        max-width: 580px;
        margin: 0 auto 3%;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .mv-logo .left p {
        width: 40%;
        background: #fff;
        font-size: 14px;
        border-radius: 5px;
        font-weight: bold;
        padding: 5px;
        margin: 0 5% 0 0;
        text-align: center;
        max-width: 200px;
    }
    .mv-logo .left img {
        width: 100%;
        max-width: 150px;
    }
    .mv-logo .right {
        width: 90%;
        margin: 0 auto;
    }
    .mv-logo .right .badge {
        display: flex;
        max-width: 500px;
        margin: 0 auto;
    }
    .mv-logo .right .badge li {
        margin: 0 3% 0 0;
    }
    .mv-logo .right .badge li:last-child {
        margin-right: 0;
    }
    .badge-note {
        margin: 7vw 0 0;
        color: #fff;
        font-size: 11px;
        text-align: right
    }
    #sect-mv>img {
        position: absolute;
        width: 205%;
        max-inline-size: unset;
        top: -60px;
        left: -18%;
        z-index: 0;
    }
    /*ショップサーブとは*/
    #sect-sps .cont-inner {
        display: block;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #sect-sps .left {
        width: 100%;
    }
    #sect-sps .left h2 {
        width: fit-content;
        font-size: 34px;
        color: #fff;
        display: block;
        padding: 5px 15px 10px;
        text-align: center;
        box-sizing: border-box;
        margin: 0 auto 30px;
        background: #314062;
    }
    #sect-sps .left p {
        color: #314062;
        font-weight: bold;
        line-height: 1.8;
    }
    #sect-sps picture {
        width: 100%;
        position: relative;
        max-width: 470px;
        display: block;
        margin: 40px auto 0;
    }
    #sect-sps picture img {}
    /*フッタ*/
    footer {
        background: #314062;
        /* padding: 0 0 50px; */
    }
    footer>.flex {
        justify-content: center;
        margin: 0 auto 80px;
        align-items: center;
        display: block;
    }
    footer>.flex .left {
        margin: 0px 0 20px;
    }
    footer>.flex a {
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: center;
        font-size: 30px;
    }
    footer>.flex .left a span {
        display: block;
        font-size: 16px;
    }
    .corp-add {
        text-align: center;
        font-size: 15px;
        color: #fff;
    }
    .corp-add img {
        max-width: 155px;
        margin: 0 auto 20px;
    }
    body {
        font-family: "Noto Sans JP", sans-serif;
        font-feature-settings: "palt";
        letter-spacing: 0.05rem;
        background-color: #fff;
        color: #333;
        padding: 0;
        font-size: 16px;
    }
    img {
        width: 100%;
        vertical-align: bottom;
    }
    /*=============================

	共通パーツ

	=============================*/
    /* 枠 */
    .cont-outer {
        padding: 80px 0 60px;
    }
    .cont-inner {
        max-width: 1200px;
        margin: 0 auto;
        width: 90%;
    }
    section#sect-review {
        padding: 50px 0 0;
    }
    /*アンカーリンク*/
    .anc-cta {
        margin: 30px auto 0;
        text-align: center;
    }
    .anc-cta a {
        width: 90%;
        max-width: 500px;
        margin: 0 auto;
        /* background:#ddd; */
        padding: 10px 0;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        display: block;
        border-radius: 100px;
        /* background: #FA9928; */
        /* background: linear-gradient(180deg, rgba(255,186,55,1) 0%, rgba(255,143,8,1) 100%); */
    }
    /*見出し*/
    .cont-outer h2 {
        font-size: 20px;
        text-align: center;
        margin: 0 0 30px;
        letter-spacing: 0.05em;
    }
    .cont-outer h2 small {
        /* display:block; */
        font-size: 18px;
    }
    /*フロート*/
    .float-cta {
        position: fixed;
        right: -160px;
        bottom: 20px;
        z-index: 1;
        width: 160px;
    }
    .float-cta a {
        display: flex;
        /* width: 160px; */
        font-size: 14px;
    }
    .float-cta a svg {
        fill: #fff;
        display: block;
        margin: 0 auto 5px;
        width: 25px;
    }
    .float-cta a:hover svg {
        fill: #fff;
    }
    .float-cta a img {
        width: 20px;
    }
    /*============================================

	コンテンツ

	============================================*/
    main {
        overflow: hidden;
    }
    /*メインビジュアル*/
    #sect-mv {
        position: relative;
        height: 89vw;
        overflow: hidden;
    }
    #sect-mv .mv-inner {
        max-width: 1600px;
        width: 90%;
        position: relative;
        z-index: 1;
        margin: 0 auto;
        height: 100%;
    }
    #sect-mv .mv-txt-area {
        position: absolute;
        bottom: 1vw;
        max-width: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        top: 26vw;
    }
    .mv-txt-area h1 {
        font-size: 28px;
        color: #fff;
        margin: 0 0 10%;
        line-height: 1.3;
        text-align: center;
        letter-spacing: 0.08em;
    }
    .mv-logo {
        display: block;
        align-items: flex-end;
    }
    .mv-logo .left {
        max-width: 580px;
        margin: 0 auto 4%;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .mv-logo .left p {
        width: 49%;
        background: #fff;
        font-size: 12px;
        border-radius: 5px;
        font-weight: bold;
        padding: 3px 5px;
        margin: 0 5% 0 0;
        text-align: center;
        max-width: 180px;
    }
    .mv-logo .left img {
        width: 100%;
        max-width: 110px;
    }
    .mv-logo .right .badge {
        display: flex;
        max-width: 80%;
        margin: 0 auto;
    }
    .mv-logo .right .badge li {
        margin: 0 3% 0 0;
    }
    .mv-logo .right .badge li:last-child {
        margin-right: 0;
    }
    #sect-mv>img {
        position: absolute;
        width: 205%;
        max-inline-size: unset;
        top: -5px;
        left: -18%;
        z-index: 0;
    }
    /*ショップサーブとは*/
    #sect-sps .cont-inner {
        display: block;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #sect-sps .left {
        width: 100%;
    }
    #sect-sps .left h2 {
        width: fit-content;
        font-size: 20px;
        color: #fff;
        display: block;
        padding: 5px 15px;
        text-align: center;
        box-sizing: border-box;
        margin: 0 auto 30px;
        background: #314062;
    }
    #sect-sps .left p {
        color: #314062;
        font-weight: bold;
        line-height: 1.8;
    }
    #sect-sps picture {
        width: 80%;
        position: relative;
        max-width: 470px;
        display: block;
        margin: 30px auto 0;
    }
    #sect-sps picture img {}
    /*フッタ*/
    footer {
        background: #314062;
        /* padding: 0 0 150px; */
    }
    footer>.flex {
        justify-content: center;
        margin: 0 auto 80px;
        align-items: center;
        display: block;
    }
    footer>.flex .left {
        margin: 0px 0 20px;
    }
    footer>.flex a {
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: center;
        font-size: 25px;
    }
    footer>.flex .left a span {
        display: block;
        font-size: 14px;
    }
    .corp-add {
        text-align: center;
        font-size: 13px;
        color: #fff;
    }
    .corp-add img {
        max-width: 120px;
        margin: 0 auto 20px;
    }
    .f-link {
        display: flex;
        margin: 0 auto 30px;
        justify-content: center;
        border-bottom: 1px solid #ddd;
        padding: 50px 0;
        width: 90%;
        max-width: 700px;
    }
    .f-link li {
        /* margin: 0 10px; */
    }
    .f-link li a {
        display: block;
        width: 100%;
        background: #fff;
        text-align: center;
        text-decoration: none;
        padding: 10px 0;
        font-size: 13px;
        color: #314062;
        font-weight: bold;
        border-radius: 5px;
    }
    .f-link li a:hover {
        background: #fa9928;
        color: #fff;
    }
    #sect-mv .img-wrap img {
        max-inline-size: inherit;
    }
    #sect-mv .img-wrap img {
        /* width: 150%; */
        /* top: 56px; */
        /* left: -22%; */
        /* right: 0; */
        /* margin: auto; */
        /* position: absolute; */
    }
    .mv-txt-area h1 span {
        font-size: 20px;
        margin: 20px 0 0;
        line-height: 160%;
        letter-spacing: 0.1em;
    }
    #nav-toggle span {
        background: #314062 !important;
        !i;
        !;
    }
    #sect-nayami.cont-outer h2 {
        font-size: 20px;
    }
    #sect-nayami.cont-outer h2 span {
        margin: 0 3px;
    }
    ul.sps-nayami {
        width: 100%;
        padding: 10px 8%;
        border: solid 3px #CCCCCC;
        border-radius: 4px;
        https: //shopserve.estore.jp/lp/lp_2411.html;
    }
    ul.sps-nayami li {
        font-size: 14px;
        padding: 0 0 0 25px;
        margin: 10px 0;
        opacity: 1;
        transform: translateX(0px);
    }
    #sect-nayami.cont-outer img {
        max-width: 80px;
    }
    ul.sps-nayami li:before {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    #sect-nayami.cont-outer {
        padding: 50px 0 0;
    }
    #sect-nayami .cont-inner {
        padding: 0 0 1px;
    }
    section#sect-omakase.cont-outer h2 {
        font-size: 22px;
        margin: 0 auto 30px;
    }
    section#sect-omakase p {
        font-size: 14px;
        margin: 0 auto 10px;
        width: 90%;
        line-height: 220%;
    }
    section#sect-omakase.cont-outer h2 span {
        font-size: 16px;
        letter-spacing: 0.03em;
    }
    section#sect-omakase.cont-outer h2 span span.circle {
        font-size: 16px;
        padding: 40px 10px 100px;
        background-repeat: no-repeat;
        background-position: 50% 20%;
        background-size: 100%;
    }
    section#sect-omakase ul.sps-omakase {
        margin: 50px auto 0;
        display: block;
    }
    section#sect-omakase ul.sps-omakase li {
        width: 100%;
        margin: 0 0 30px;
        padding: 30px 20px 20px;
    }
    section#sect-omakase ul.sps-omakase li h3 {
        font-size: 18px;
        margin: 0 0 20px;
    }
    section#sect-omakase ul.sps-omakase li img {
        max-height: 100px;
    }
    section#sect-omakase ul.sps-omakase li p {
        width: 100%;
        line-height: 180%;
        font-size: 14px;
    }
    section#sect-omakase ul.sps-omakase li:nth-child(3) img {
        max-height: 130px;
    }
    section#sect-sps h2 span {
        margin: 0 3px;
    }
    section#sect-sps h1.logo {
        max-width: 40%;
        margin: 30px auto;
    }
    section#sect-sps p {
        font-size: 14px;
        width: 85%;
        margin: auto;
        line-height: 220%;
    }
    ul.sps-function {
        margin: 30px 0 20px;
    }
    ul.sps-function li {
        margin: 0 0 5px;
    }
    section#sect-sps {
        padding: 50px 0 10px;
    }
    ul.sps-function li {
        width: 49%;
    }
    section#sect-consultation h2 {
        font-size: 20px;
        color: #222;
    }
    section#sect-consultation h2 span {
        margin: 0 1px 0 0;
    }
    section#sect-consultation {
        padding: 50px 0;
    }
    ul.sps-consultation {
        width: 100%;
        padding: 25px 8%;
        margin: 0 auto 30px;
    }
    ul.sps-consultation li {
        font-size: 13px;
        padding: 0 0 0 25px;
        margin: 0 0 20px;
        line-height: 180%;
    }
    ul.sps-consultation li br {
        display: none;
    }
    ul.sps-consultation li:before {
        width: 20px;
        height: 20px;
        background-size: 20px;
        top: 0;
    }
    section#sect-consultation .consultation-txt {
        line-height: 220%;
        font-size: 14px;
        width: 95%;
        margin: 0 auto 40px;
        /* text-align: left; */
    }
    section#sect-consultation .consultation-txt br {
        /* display: none; */
    }
    .btn-consultation p {
        font-size: 15px !important;
    }
    .btn-consultation p::before, .btn-consultation p::after {
        height: 2px;
        width: 20px;
    }
    .btn-consultation p::before {
        margin-right: 5px;
    }
    .btn-consultation p::after {
        margin-left: 5px;
    }
    .btn-consultation .btn-inner img {
        top: -108px;
        width: 200px;
    }
    .btn-consultation .btn-inner {
        margin: 120px 0 0;
    }
    .btn-consultation .btn-inner a {
        width: 100%;
        font-size: 16px;
    }
    .btn-consultation .btn-inner a img {
        width: 19px;
        height: auto;
        margin: 0 10px 0 0;
    }
    .btn-consultation {
        margin: 30px 0 0;
    }
    #nav-toggle span {}
    section#sect-review .cont-inner:before {
        width: 100px;
        height: 75px;
        background-repeat: no-repeat;
        background-size: 100px;
        left: 0;
        top: -30px;
    }
    section#sect-review .cont-inner {
        padding: 50px 0;
    }
    section#sect-review h2 {
        font-size: 18px;
        width: 80%;
        margin: 0 auto;
    }
    .review-box p {
        font-size: 13px;
        padding: 10px 15px;
        margin: 0 0 10px;
        overflow-wrap: unset;
        width: 100%;
        border-radius: 7px;
    }
    .review-box-inner {
        width: 90%;
        margin: 30px auto 0;
        padding: 0;
    }
    .review-box .review-comment {
        font-size: 13px;
    }
    .review-box .review-comment img {
        width: 20px;
        margin: 0 5px 0 0;
    }
    section.client-logo h2 {
        font-size: 20px;
        width: 83%;
        margin: 0 auto 30px;
        line-height: 170%;
        letter-spacing: 0.05em;
    }
    section.client-logo {
        margin: 70px auto 60px;
    }
    .client-logo-images__img {
        width: 22%;
    }
    .client-logo-images {
        width: 90%;
        margin: 0 auto;
    }
    section#sect-thought {
        padding: 70px 0 0;
        height: 600px;
        background: url(../img/bg_region_02.jpg);
        background-size: cover;
        background-position: 73% 50%;
    }
    section#sect-thought h2 {
        font-size: 20px;
        margin: 0 auto 50px;
    }
    section#sect-thought h2 span {
        font-size: 30px;
        padding: 30px 25px;
        background-size: 70px;
        background-position: 50% 50%;
    }
    section#sect-thought ul li {
        font-size: 14px;
        line-height: 200%;
        margin: 0 auto 20px;
        width: 90%;
    }
    section#sect-thought p.last-txt {
        padding: 30px 0 0;
        font-size: 14px;
    }
    section#sect-thought:after {
        height: 30px;
        bottom: -30px;
    }
    section#sect-thought:before {
        height: 30px;
    }
    section#sect-after h2 {
        font-size: 20px;
        margin: 0 auto 30px;
        width: 80%;
    }
    section#sect-after p {
        font-size: 14px;
        line-height: 240%;
    }
    section#sect-plan h2 {
        font-size: 20px;
        margin: 0 0 30px;
    }
    section#sect-plan {
        padding: 50px 0;
    }
    ul.plan-list {
        display: block;
    }
    ul.plan-list li {
        width: 100%;
        border: solid 2px #00345b;
        margin: 0 0 20px;
        border-radius: 5px;
        padding: 30px 30px;
    }
    ul.plan-list li h3 {
        font-size: 18px;
        height: auto;
    }
    ul.plan-list li h3 img {
        max-width: 20px;
    }
    ul.plan-list li p {
        font-size: 14px;
        line-height: 200%;
    }
    .basic-plan p span {
        font-size: 18px;
    }
    .basic-plan p {
        font-size: 14px;
        margin: 0 10px;
    }
    .basic-plan {
        display: block;
        text-align: center;
        margin: 20px 0 30px;
        border-radius: 5px;
    }
    section#sect-plan p.txt {
        font-size: 14px;
        line-height: 190%;
    }
    section#sect-plan p.txt br {
        display: none;
    }
    section#sect-plan .btn-inner a {
        width: 100%;
        font-size: 16px;
    }
    section#sect-plan .btn-inner a img {
        width: 19px;
        height: auto;
        margin: 0 10px 0 0;
    }
    section#sect-plan .btn-inner {
        margin: 30px 0 0;
    }
    .float-cta.fixed {
        right: 0;
        bottom: 20px;
    }
    .review-box.ptn02 {
        float: none;
    }
    .review-box {
        width: 100%;
    }
    .review-box.ptn01 .review-comment {
        justify-content: flex-end;
        padding: 0 10px 0 0;
    }
    .review-box.ptn02 .review-comment {
        padding: 0 10px 0 0;
    }
    .review-box {
        margin: 0 0 20px;
    }
    section#sect-review .cont-inner:after {
        right: 10px;
        bottom: 20px;
        background-size: 80px;
    }
    section#sect-jirei .jirei-box .jirei-box-inner {
        width: 48%;
    }
    section#sect-jirei .jirei-box .jirei-box-inner.ptn01 {}
    section#sect-jirei .jirei-box .jirei-box-inner h3 {
        font-size: 4vw;
        height: 65px;
    }
    section#sect-jirei:before {
        border-width: 30px 50px 0 50px;
    }
    section#sect-jirei {
        padding: 70px 0 40px;
    }
    section#sect-jirei .jirei-box .jirei-box-inner .jirei-txt p {
        width: 85%;
        font-size: 3vw;
        line-height: 160%;
    }
    section#sect-jirei .jirei-box .jirei-box-inner .jirei-txt {
        height: auto;
        padding: 28px 0 20px;
    }
    section#sect-jirei .jirei-box .jirei-box-inner img {
        width: 35px;
        top: 49px;
        left: 0;
        right: 0;
        margin: auto;
    }
    section#sect-jirei .jirei-box .jirei-box-inner {
        margin: 0 0 20px;
    }
    section#sect-later p {
        font-size: 14px;
        width: 85%;
        margin: 0 auto;
        line-height: 200%;
        font-weight: 400;
    }
    section#sect-later p br {
        display: none;
    }
    section#sect-later {
        padding: 80px 0 20px;
    }
    section#sect-jirei:after {
        border-width: 30px 50px 0 50px;
        bottom: -30px;
    }
    section#sect-later h2 {
        margin: 0 auto 20px;
    }
    section#sect-later .btn a {
        font-size: 15px;
    }
    section#sect-later .btn {
        margin: 20px 0 0;
    }
    section#sect-jirei .jirei-box .jirei-box-inner .jirei-txt:after {
        width: 12px;
        height: 12px;
        background-size: 12px;
    }
    #top-head .logo img {
        width: 80px;
    }
    section#sect-feature:before {
        border-width: 30px 50px 0 50px;
    }
    section#sect-feature:after {
        border-width: 30px 50px 0 50px;
        bottom: -30px;
    }
    section#sect-feature .feature-box .feature-box-inner {
        width: 100%;
        margin: 0 0 40px;
        padding: 25px;
    }
    section#sect-feature .feature-box {
        display: block;
    }
    section#sect-feature .feature-box .feature-box-inner p {
        font-size: 13px;
    }
    section#sect-feature .feature-box .feature-box-inner h3 {
        font-size: 16px;
        margin: 10px 0 15px;
    }
    section#sect-feature .feature-box .feature-box-inner h3 span {
        font-size: 20px;
    }
    section#sect-feature .feature-box .feature-box-inner h3 br {
        display: none;
    }
    section#sect-feature .feature-box .feature-box-inner img {
        max-height: 40px;
        top: -20px;
    }
    section#sect-feature h2 span {
        font-size: 24px;
    }
    section#sect-feature h2 {
        font-size: 16px;
        margin: 0 auto 40px;
    }
    section#sect-feature {
        padding: 80px 0 30px;
    }
    section#sect-badge .mv-inner ul.badge {
        flex-wrap: wrap;
        width: 75%;
        margin: auto;
    }
    section#sect-badge .mv-inner ul.badge li {
        width: 45%;
        margin: 15px 0;
    }
    section#sect-badge {
        padding: 30px 0 50px;
    }
    section#sect-badge h2 {
        width: 85%;
        font-size: 20px;
        margin: 20px auto;
    }
    section#sect-badge h2 br {
        display: none;
    }
    section#sect-mv .txt-wrap h2 {
        font-size: 20px;
        margin: 0;
    }
    section#sect-mv .txt-wrap p {
        font-size: 14px;
    }
    section#sect-mv .txt-wrap {
        padding: 10px 0;
        bottom: 7vh;
    }
    .modal-content h3 {
        font-size: 18px;
        margin: 0 auto 20px;
    }
    .modal-content p {
        font-size: 13px;
        margin: -20px auto 0;
    }
    .modal-content img.modal_human {
        width: 70px;
        top: -40px;
    }
    .modal-content {
        padding: 25px 0 30px;
    }

    /*=============================

CTAボタン

=============================*/

.cta-area {
    width: 100%;
    background: #FFF;
    padding: 25px 20px;
    position: relative;
    box-shadow: 1px 2px 5px 1px #CCC;
    border-radius: 5px 5px 0 0;
    margin: 40px 0 0;
    display: block;
    justify-content: space-between;
}

.contact-area-tel {
    width: 100%;
    margin: 0 0 20px;
}

.contact-area-tel a {
    background: #F2F2F2;
    display: block;
    border-radius: 8px;
    color: #222;
    padding: 25px 0 20px;
}

.contact-area-btn {
    width: 100%;
}

.contact-area-btn div {
    /* background: #EC6400; */
    /* border-radius: 8px; */
}

.contact-area-btn div.btn2 {
    margin: 30px 0 0;
    position: relative;
}

.contact-area-btn div a {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    background: #EC6400;
    border-radius: 8px;
}

.contact-area-btn div a img {
    margin: 2px 10px 0 0;
    width: 25px;
}

.contact-area-btn div a span {
    font-size: 70%;
    margin: 0 0 0 3px;
}

.contact-area-tel a img {
    width: 25px;
    margin: 3px 10px 0 0;
}

section#sect-later .contact-area-tel a p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 150%;
    text-align: center;
}

section#sect-later .contact-area-tel a p.tel {
    display: flex;
    justify-content: center;
    font-size: 30px;
    margin: 5px auto 0;
    font-weight: 800;
    text-align: center;
}

section#sect-later .contact-area-tel a p span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.contact-area-btn div a:hover {
    opacity: .8;
}

.contact-area-btn div.btn2 a {
    background: #4EB226;
}

.contact-area-btn .fukidashi  {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 5px 0px;
  width: 85%;
  margin: auto;
  color: #3E9B19;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #4eb226;
  box-sizing: border-box;
  border-radius: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  z-index: 1;
}

.fukidashi :before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.fukidashi :after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #4eb226;
  z-index: 1;
}

section#sect-later .contact-area-btn .fukidashi p {
    font-size: 11px;
    font-weight: 800;
    line-height: 195%;
}

    
}


/*============================================

微調整

============================================*/
/*フレックスボックス設定*/
.flex {
    display: flex;
}
/*リンク画像ホバー時　フェード

=====================================*/
a,
a svg {
    transition: all 0.3s ease-out;
}
@media screen and (max-width: 780px) {
    a,
    a svg {
        transition: none;
    }
}
/*横幅表示切り替え

============================================*/
@media screen and (min-width: 769px) {
    .pc-n {
        display: none !important;
    }
}
@media screen and (min-width:581px) and (max-width:768px) {
    .tab-n {
        display: none !important;
    }
}
@media screen and (max-width: 580px) {
    .sp-n {
        display: none !important;
    }
}



/*=============================
2505 追加
=============================*/
section#sect-form {
    max-width: 940px;
    margin: 60px auto 50px;
    padding: 30px 0 0;
    border: solid 1px #dadada;
    border-radius: 5px;
    /* position: relative; */
}
section#sect-form h2 {
    font-size: 28px;
    text-align: center;
    margin: auto;
    z-index: 100;
    /* position: absolute; */
    /* left: 0;
    right: 0;
    top: 60px; */
    margin: 40px auto 20px;
}
#sect-form iframe {
    width: 100%;
    height: 1280px;
    border: none;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    section#sect-form {
        width: 100%;
        padding: 30px 20px 20px 20px;
        margin: 50px auto 50px;
    }
    section#sect-form h2 {
        font-size: 20px;
        margin: 20px auto 40px;
        /* top: 40px; */
    }
	#sect-form iframe {
        height: 190vw;
        min-height: 1350px;
    }
    #sect-form .cont-inner {
        width: 100%;
    }
}