@charset "utf-8";

* {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

html::-webkit-scrollbar {
    overflow: hidden;
    width: 5px;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

html::-webkit-scrollbar:horizontal {
    height: 5px;
}

html::-webkit-scrollbar-button {
    display: none;
}

html::-webkit-scrollbar-piece {
    background: #eee;
}

html::-webkit-scrollbar-piece:start {
    background: #eee;
}

html::-webkit-scrollbar-thumb {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

html::-webkit-scrollbar-corner {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

body {
    background: #FFFFFF;
    font-size: 1.7rem;
    line-height: 1.7;
    font-weight: 400;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #22252a;
    letter-spacing: 0px;
}

a {
    color: #333333;
    text-decoration: underline;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

a:hover {
    font-weight: 400;
}

a.anchor {
    display: block;
    padding: 100px 0px 0px;
    margin: -100px 0px 0px;
}

b,
strong {
    font-weight: bold;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    line-height: 1.0;
}

.clear {
    clear: both;
}

.txt-right {
    text-align: right;
}

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

img.alignright {
    display: block;
    margin: 0 20px 20px auto;
}

/* �z�u�ʒu �E */
img.alignleft {
    display: block;
    margin: 0 auto 20px 0;
}

/* �z�u�ʒu �� */
img.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

/* �z�u�ʒu ���� */
img.float-left {
    float: left;
}

/* ��荞�� �� */
img.float-right {
    float: right;
}

/* ��荞�� �E */
#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -26px;
    margin-left: -25.5px;
}

#loading img {
    width: 52px;
    height: 51px;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    z-index: 10000;
}

.inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    /*overflow: hidden;*/
}

.btnBox ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.btnBox ul li {
    width: 100%;
    max-width: 240px;
    text-align: center;
    list-style: none !important;
    padding: 0 !important;
}

.btnBox ul li:before {
    display: none !important;
}

.btnBox a {
    letter-spacing: 2px;
    display: block;
    position: relative;
    padding: 15px;
    border: 0.5px solid #333333;
    background: #333333;
    color: #FFFFFF;
    text-decoration: none;
}

.btnBox a:before {
    position: absolute;
    content: url("../images/common/btn-arrow-wht.svg");
    width: 30px;
    height: 30px;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}

.btnBox a:hover {
    background: #FFFFFF;
    color: #333333;
}

.btnBox a:hover:before {
    content: url("../images/common/btn-arrow-blk.svg");
}

.btnBox a i,
.btnBox a svg {
    margin: 0 10px 0 0;
}

/*---------------------------------------------------------------*/
/* Wrapper
 /*---------------------------------------------------------------*/
#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*---------------------------------------------------------------*/
/* Header
 /*---------------------------------------------------------------*/
#header {
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*background: rgba(255, 255, 255, 0.8);*/
}

#header h1 {
    padding: 11px 20px;
}

#header h1 img {
    height: 80px;
    width: auto;
}

/*---------------------------------------------------------------*/
/* Mainvisual
/*---------------------------------------------------------------*/
#Mainvisual {
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 100%),
        url(../images/mainvisual/mainvisual.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    /*padding: 100px 0;*/
    padding: 10.582010582011vh 0;
    height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

#Mainvisual::before {
    position: absolute;
    content: "";
    background: url(../images/mainvisual/main.webp)no-repeat center center;
    /*width: 600px;
    height: 600px;*/
    width: 63.492063492063vh;
    padding-top: 63.492063492063vh;
    background-size: contain;
    height: auto;
    bottom: 0px;
    right: 0;
}

#Mainvisual .detail dl.catch {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    text-align: center;
    /*margin: 0 0 50px;*/
    font-weight: 700;
    text-shadow: 0 0 20px #fff, 0 0 20px #fff;
}

#Mainvisual .detail dl.catch dt {
    /*font-size: 5.0rem;*/
    font-size: 5.2910052910053vh;
}

#Mainvisual .detail dl.catch dd {
    /*font-size: 3.0rem;*/
    font-size: 3.1746031746032vh;
}

#Mainvisual .point-list ul {
    display: flex;
    list-style: none;
    /*padding: 60px 0;*/
    padding: 6.3492063492063vh 0;
    /*gap: 40px;*/
    gap: 2.083333333333333vw;
    justify-content: center;
}

#Mainvisual .point-list ul li img {
    max-width: 13.020833333333334vw;
    height: auto;
    display: block;
}

#Mainvisual .sp-only {
    display: none;
}

/*---------------------------------------------------------------*/
/* G_Nav
/*---------------------------------------------------------------*/
#g_nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#g_nav ul li {
    text-align: center;
}

#g_nav ul li a {
    display: block;
    text-decoration: none;
    padding: 20px 10px;
}

#g_nav ul li a:hover {
    font-weight: 300 !important;
}


/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 0;
    right: 0;
    cursor: pointer;
    width: 95px;
    height: 95px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
    background-color: #FFFFFF;
    /*border: 0.5px solid #004098;*/
}

.openbtn1.active {
    background-color: #ffa13b;
}

/*×に変化*/
.openbtn1 .btnInner {
    width: 57px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    /*position: absolute;
    left: 14px;*/
    height: 2px;
    border-radius: 100vmax;
    background-color: #ffa13b;
    width: 100%;
    margin: 0 0 7.5px;
}

.openbtn1 span:nth-of-type(3) {
    margin: 0;
}

.openbtn1.active span {
    background-color: #FFFFFF;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(4.25px) rotate(-45deg);
    width: 100%;
    margin: 0;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-4.25px) rotate(45deg);
    width: 100%;
    margin: 0;
}

.openbtn1.fixed {
    width: 75px;
    height: 75px;
}


/*========= ナビゲーションのためのCSS ===============*/
#g_nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    right: 0;
    width: 100%;
    max-width: 520px;
    /*ナビの高さ*/
    background-color: #ffa13b;
    /*動き*/
    transition: all 0.3s ease;
    transform: translateX(100%);
    color: #FFFFFF
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g_nav.panelactive {
    opacity: 1;
    height: 100svh;
    z-index: 999;
    transition: all 0.3s ease;
    transform: translateX(0);
    /* 位置を戻して表示 */
}

/*ナビゲーションの縦スクロール*/
#g_nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g_nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    /*top: 50%;*/
    top: 95px;
    left: 50%;
    transform: translate(-50%, 0%);
    font-weight: 300;
}

#g_nav.panelactive ul {
    display: block;
    width: 100%;
    padding: 0 25px;
}


#g_nav.panelactive ul li {
    position: relative;
    transition: none;
    font-size: 2.125svh;
    text-align: left;
}

#g_nav.panelactive ul li:after {
    content: '';
    position: absolute;
    right: 17.5px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transform: rotate(45deg);
    margin-top: -4px;
}

#g_nav.panelactive ul li a {
    padding: 15px 40px 15px 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none;
    letter-spacing: 0;
    color: #FFFFFF;
}

#g_nav.panelactive ul li a:hover {
    opacity: 0.65;
    transform: inherit;
}

#g_nav.panelactive ul li span {
    letter-spacing: 0;
    font-size: 60%;
    color: #ffa13b;
}

/*---------------------------------------------------------------*/
/* Contents
 /*---------------------------------------------------------------*/
#contents {
    /*padding: 120px 0 80px;*/
    padding: 0px;
}

.page #contents,
.archive #contents,
.single #contents,
.error404 #contents {
    /*padding: 120px 0;*/
    padding: 0;
}

#contents h2 {
    line-height: 1;
    margin: 0 0 60px;
    text-align: center;
    /*padding: 20px 15px;*/
    font-size: 4.0rem;
    font-weight: 800;
    color: #ffa13b;
    font-family: "poppins", "hiragino-kaku-gothic-pron", "Hiragino Sans", sans-serif;
}

#contents h2 span.ja {
    display: block;
    color: #22252a;
    font-size: 2rem;
    font-weight: 400;
    margin: 15px 0 0;
}

.page #contents .article-area .article-head h3,
.archive #contents .article-area .article-head h3,
.single #contents .article-area .article-head h3,
.error404 #contents .article-area .article-head h3 {
    font-size: 3.5rem;
}

.page #contents .article-area .article-box .box-head h4,
.archive #contents .article-area .article-box .box-head h4,
.single #contents .article-area .article-box .box-head h4,
.error404 #contents .article-area .article-box .box-head h4 {
    font-size: 3rem;
}

.page #contents .article-box .box h5,
.archive #contents .article-box .box h5,
.single #contents .article-box .box h5,
.error404 #contents .article-box .box h5 {
    font-size: 2.5rem;
}

#contents ul li {
    position: relative;
    /*padding: 0 0 0 30px;*/
}

/*#contents ul li:before {
    position: absolute;
    line-height: 1;
    color: #333333;
    top: 5px;
    left: 10px;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f105";
    font-weight: 900;
}
*/

#contents .section-area {
    /*margin: 0 0 100px;*/
    padding: 100px 0;
}

#contents .section-area .article-area {
    margin: 0 0 80px;
}

#contents .article-area .article-box {
    margin: 0 0 60px;
}

#contents .article-area .article-box:first-of-type {
    padding: 60px 0 0;
}

#contents .article-box .box {
    margin: 0 0 40px;
}

#contents .section-area:last-child,
#contents .section-area .article-area:last-child,
#contents .article-area .article-box:last-child,
#contents .article-box .box:last-child {
    margin: 0;
}

.description {
    font-size: 1.85rem;
    margin: 0 0 60px;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/*-----------------------------------------*/
/* about
/*-----------------------------------------*/
#contents .section-area.about {
    padding: 0 0 100px;
}

#contents .section-area.about .section-head {
    position: relative;
}

#contents .section-area.about .section-head::before {
    position: absolute;
    content: "";
    background-image: url(../images/about/about.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    left: 0;
    top: 50%;
    padding-top: 56.25%;
    margin-top: -28.125%;
    z-index: -1;
}

#contents .section-area.about .section-head h2,
#contents .section-area.about .description {
    text-align: left;
    margin: 0 0 25px;
}

#contents .section-area.about .description {
    font-size: 2rem;
    font-weight: 500;
}

#contents .section-area.about .section-head .section-headInner {
    background-color: #FFFFFF;
    width: 50%;
    margin: 0 0 0 auto;
}

#contents .section-area.about .section-head .section-headBox {
    max-width: 640px;
    padding: 60px 40px 60px 60px;
}

#contents .section-area.about .section-body {
    /*margin: 50px 0 0;*/
    padding: 60px 0 0;
    background-color: #FFFFFF;
}

#contents .section-area.about .article-head h3 {
    text-align: center;
    margin-bottom: 40px;
    color: #f29300;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

#contents .section-area.about .article-head h3 span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-size: 3.0rem;
    font-weight: 600;
}

#contents .section-area.about .article-head h3 span::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: #f29300;
    transform: translateY(-50%) rotate(45deg);
}

#contents .section-area.about .article-head h3 span::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: #f29300;
    transform: translateY(-50%) rotate(-45deg);
}

#contents .section-area.about .point-list ul li {
    border-bottom: solid 1px #000;
    max-width: 500px;
    padding: 0 0 15px 50px;
    margin: 0 0 15px;
    font-size: 2rem;
    font-weight: 400;
    position: relative;
}

#contents .section-area.about .point-list ul li:last-child {
    border-bottom: none;
    padding: 0 0 0 50px;
    margin: 0;
}

#contents .section-area.about .point-list ul li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/about/check.svg);
    left: 15px;
    top: 7.5px;
}

/* --- リスト全体の配置（横一列 & レスポンシブ） --- */
#contents .section-area.about .worry-list {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    /* ボックス同士の間の余白 */
    flex-wrap: wrap;
    /* 画面が狭くなったら折り返す設定 */
}

/* 各悩みボックス（4列均等配置） */
#contents .section-area.about .worry-list .box {
    flex: 1;
    min-width: 200px;
    text-align: center;
    box-sizing: border-box;
}

#contents .section-area.about .worry-list .box .imgBox {
    width: 240px;
    height: 240px;
    margin: 0 auto 15px;
    overflow: hidden;
    border-radius: 50%;
}

#contents .section-area.about .worry-list .box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#contents .section-area.about .worry-list .box .txtBox p {
    font-weight: 600;
    font-size: 2rem;
    font-weight: 400;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}


/*-----------------------------------------*/
/* Service (一部、Flowの箇所あり
/*-----------------------------------------*/
#contents .section-area.service,
#contents .section-area.flow {
    background: #ffa13b;
}

#contents .section-area.service,
#contents .section-area.service .section-body .description {
    position: relative;
}

#contents .section-area.service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 70px 100px 0 100px;
    border-color: #fff transparent transparent transparent;
    z-index: 10;
}

#contents .section-area.service h2 {
    padding: 50px 0 0;
}

#contents .section-area.service h2,
#contents .section-area.flow h2,
#contents .section-area.flow h2 span.ja,
#contents .section-area.service .description p {
    color: #FFFFFF;
}

#contents .section-area.service .description p {
    font-size: 4.0rem;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}

#contents .section-area.service .section-body .description {
    padding: 100px 0 0;
}

#contents .section-area.service .section-body .description::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 40%;
    transform: translateX(-50%);
    display: block;
    width: 1024px;
    height: 100px;
    background: url(../images/service/bubble.svg) no-repeat center center;
    background-size: contain;
    z-index: 1;
}

#contents .section-area.service .section-box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    /*padding: 60px 0;*/
    box-sizing: border-box;
    margin: 0 0 100px;
    padding: 0 0 40px;
}

#contents .section-area.service .section-box:nth-of-type(odd) {
    flex-direction: row-reverse;
    align-items: flex-start;
}

/* --- 左側：画像ボックス（少し上へ配置） --- */
#contents .section-area.service .section-box .imageBox {
    /*width: 50%;*/
    width: 100%;
    max-width: 640px;
    /* 重なりを作るため、少し横幅を広げます（例: 50%） */
    flex-shrink: 0;
    /*transform: translateY(-30px);*/
    /* 少し上に持ち上げる */
    position: relative;
    z-index: 1;
    margin: 0 0 40px;
}

#contents .section-area.service .section-box:nth-of-type(odd) .imageBox {
    /*transform: translateY(30px);*/
    padding: 60px 0 0;
    margin: 0;
}

#contents .section-area.service .section-box .imageBox img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 5px;
}

#contents .section-area.service .section-box .detailBox {
    flex: 1;
    width: 100%;
    position: relative;
    /*transform: translateY(50px);*/
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    box-sizing: border-box;
}

#contents .section-area.service .section-box:nth-of-type(odd) .detailBox {
    margin-left: 0;
    /*transform: translateY(-80px);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

#contents .section-area.service .section-box .detailBox::after {
    position: absolute;
    content: "";
    width: 234px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 1;
    top: -100px;
}

#contents .section-area.service .section-box:nth-child(2) .detailBox::after {
    background-image: url(../images/service/icon01.svg);
    right: 0;
}

#contents .section-area.service .section-box:nth-child(3) .detailBox::after {
    background-image: url(../images/service/icon02.svg);
    left: 0;
}

#contents .section-area.service .section-box:nth-child(4) .detailBox::after {
    background-image: url(../images/service/icon03.svg);
    right: 25px;
}

#contents .section-area.service .section-box:nth-child(5) .detailBox::after {
    background-image: url(../images/service/icon04.svg);
    left: 0;
}

#contents .section-area.service .section-box .detailBox .detailBoxInner {
    position: relative;
    background-color: #ffffff;
    padding: 60px 40px 60px 180px;
    min-height: 325px;
    border-radius: 5px;
    margin-left: -140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#contents .section-area.service .section-box:nth-of-type(odd) .detailBox .detailBoxInner {
    margin-right: -140px;
    margin-left: 0;
    padding: 60px 180px 60px 40px;
}

#contents .section-area.service .section-box .detailBox .BoxInner dl {
    margin: 0;
    padding: 0;
}

#contents .section-area.service .section-box .detailBox .BoxInner dt {
    font-size: 4.0rem;
    font-weight: bold;
    margin-bottom: 25px;
    display: flex;
    /*justify-content: space-between;*/
    align-items: flex-end;
    position: relative;
    padding-left: 45px;
    flex-wrap: wrap;
    line-height: 1.4;
}

#contents .section-area.service .section-box .detailBox .BoxInner dt::before {
    content: "▶";
    position: absolute;
    left: 0;
    top: 27.5px;
    transform: translateY(-50%);
    color: #f29300;
    font-size: 0.9em;
    line-height: 1;
    /*width: 20px;
    height: 20px;*/
}

#contents .section-area.service .section-box .detailBox .BoxInner dd {
    font-size: 1.8rem;
}

#contents .section-area.service .section-box .detailBox .BoxInner .cost {
    color: #f29300;
    font-size: 4.0rem;
    font-weight: bold;
    margin: 0 0 0 25px;
}

#contents .section-area.service .section-box .detailBox .BoxInner .cost .min-txt {
    font-size: 75%;
}

#contents .section-area.service .section-foot .contactBox ul {
    padding: 0 0 50px;
}

#contents .section-area.service .section-foot .contactBox .description p {
    font-size: 3.0rem;
}

#contents .section-area.service .section-foot .contactBox .description p br {
    display: none;
}

/*-----------------------------------------*/
/* Info
/*-----------------------------------------*/
#contents .section-area.info .tablecell dl {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    max-width: 850px;
    margin: 0 auto 10px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

#contents .section-area.info .tablecell dl:last-child {
    margin: 0 auto;
}

#contents .section-area.info .tablecell dt {
    flex: 0 0 250px;
    background-color: #ffa13b;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#contents .section-area.info .tablecell dd {
    flex: 1;
    margin-left: 0;
    background-color: #fff;
    border: 1px solid #ffa13b;
    border-left: none;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*-----------------------------------------*/
/* Flow
/*-----------------------------------------*/
#contents .section-area.flow .flow-list {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    /* ボックス同士の間の余白 */
    flex-wrap: wrap;
    /* 画面サイズに合わせて自動折り返し */

    /* スマホ用に縦方向の整列を中央にしておく */
    align-items: flex-start;
}

/* 各ステップのボックス（3列均等配置） */
#contents .section-area.flow .flow-list .box {
    flex: 1;
    min-width: 250px;
    /* スマホなどで潰れすぎないための最小幅 */
    text-align: center;
    box-sizing: border-box;

    /* 矢印（擬似要素）の基準位置にするため追加 */
    position: relative;
}

#contents .section-area.flow .flow-list .box .imgBox {
    margin: 0 auto 20px;
    max-width: 260px;
}

#contents .section-area.flow .flow-list .box .imgBox img {
    width: 100%;
    height: auto;
    display: block;
}

#contents .section-area.flow .flow-list .box .txtBox dl {
    padding: 0 50px;
    color: #ffffff;
}

#contents .section-area.flow .flow-list .box .txtBox dt {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 15px;
}

#contents .section-area.flow .flow-list .box .txtBox dd {
    text-align: left;
}

#contents .section-area.flow .flow-list .box .txtBox {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/*------------------------------------------------------------*/
/* GoogleMap
 /*------------------------------------------------------------*/
.ggmap {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------------------*/
/* Contact
/*------------------------------------------------------------*/
.contactBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    max-width: 835px;
    margin: auto;
}

.contactBox ul li {
    box-sizing: border-box;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.contactBox ul li a {
    display: flex;
    align-items: center;
    /* 上下中央揃え */
    justify-content: center;
    /* 左右中央揃え */
    width: 100%;
    height: 100%;
    min-height: 60px;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    /* 丸みのあるボタン */
    transition: background-color 0.3s, opacity 0.3s;
}

/* マウスホバー時のエフェクト */
.contactBox ul li a:hover {
    opacity: 0.85;
}

.contactBox ul li a::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contactBox ul li.phone {
    width: 100%;
}

.contactBox ul li.phone a {
    flex-direction: row;
    background-color: #fff;
    color: #f29300;
    border: solid 4px #f29300;
}

.contactBox ul li.phone a::before {
    background-image: url(../images/contact/tel.svg);
    width: 40px;
    height: 40px;
}

.contactBox ul li.phone dl {
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 1.2;
}

.contactBox ul li.phone dt {
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.contactBox ul li.phone dd {
    margin: 0;
    text-align: right;
}

/* 2. メールとLINEボタン（li.mail, li.line）：下段に2列横並び */
.contactBox ul li.mail,
.contactBox ul li.line {
    /* 全体幅100%から、gap分の15pxを引いた分の半分（50%）を計算 */
    width: calc(50% - 7.5px);
}

.contactBox ul li.mail a {
    flex-direction: row;
    color: #322b29;
    border: solid 3px #322b29;
    background: #fff;
    font-size: 2.0rem;
}

.contactBox ul li.mail a::before {
    background-image: url(../images/contact/mail.svg);
    width: 25px;
    height: 25px;
}

.contactBox ul li.line a {
    flex-direction: row;
    background-color: #06c755;
    color: #ffffff;
    font-size: 2.0rem;
}

.contactBox ul li.line a::before {
    background-image: url(../images/contact/line.svg);
    width: 40px;
    height: 40px;
}

.contactBox ul li.insta a {
    flex-direction: row;
    background-color: #FF0069;
    color: #FFFFFF;
    border: solid 4px #FF0069;
}

.contactBox ul li.insta a::before {
    background-image: url(../images/mainvisual/insta-icon.svg);
    width: 30px;
    height: 30px;
}

/*--------------- MainVisual ---------------*/
#Mainvisual .contactBox ul li.phone,
#Mainvisual .contactBox ul li.insta {
    /* 全体幅100%から、gap分の15pxを引いた分の半分（50%）を計算 */
    width: calc(50% - 7.5px);
}

#Mainvisual .contactBox ul li.phone a::before {
    width: 30px;
    height: 30px;
}

#Mainvisual .contactBox ul li.phone dt {
    font-size: 2.25rem;
}


/*---------------------------------------------------------------*/
/* お問い合わせ
/*---------------------------------------------------------------*/
.page-contact #contents .section-area {
    /* margin: 0 0 100px; */
    padding: 0 0 100px !important;
}

.page-contact #contents .section-area .section-head {
    background-color: #FFFFFF;
    padding: 100px 0;
}

.page-contact #contents .section-area .section-head h2 {
    color: #ffa13b;
    margin: 0 !important;
}

.page-contact .article-head h3 {
    background-color: #fff3e7;
    color: #333333;
    text-align: center;
    font-size: 3rem;
    margin: 0 auto 40px;
    border-radius: 100vmax;
}

.page-contact .article-body .description {
    margin: 0 auto 40px;
}

.page-contact .article-body .description.error_head {
    color: #ff0000;
}

.page-contact #contents table {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 60px;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.page-contact #contents table:last-child {
    margin: 0 auto;

}

.page-contact #contents table tbody tr {
    clear: both;
}

.page-contact #contents table tbody th {
    padding: 20px 15px;
    background: #ffa13b;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ffa13b;
    color: #FFFFFF;
    font-weight: normal;
}

.page-contact #contents table tbody th .title {
    float: left;
}

.page-contact #contents table tbody th .req {
    display: inline-block;
    font-size: 75%;
    float: right;
    background: #ff0000;
    color: #ffffff;
    padding: 2px 10px;
    text-align: center;
    border-radius: 100vmax;
    margin: 0 0 0 auto;
    font-weight: normal;
}

.page-contact #contents table tbody td {
    padding: 15px 15px;
    background: #FFFFFF;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ffa13b;
    vertical-align: middle;
}

.page-contact #contents table tbody td .error_mes {
    color: #ff0000;
    margin: 5px 0 0;
    font-size: 80%;
    font-style: italic;
}

.page-contact #contents table td textarea {
    width: 100%;
    height: 150px;
}

.page-contact #contents input[type="text"],
.page-contact #contents input[type="date"],
.page-contact #contents input[type="email"],
.page-contact #contents select,
.page-contact #contents textarea {
    padding: 10px 15px;
    vertical-align: bottom;
    width: 100%;
    border: 1px solid #999999;
    border-radius: 5px;
}

.page-contact #contents input:focus,
.page-contact #contents table td textarea:focus {
    background-color: #fff3e6;
}

/*
.page-contact #contents input[type="text"].small {
    width: 100px;
}

.page-contact #contents input[type="text"].middle {
    width: 350px;
}*/

.page-contact #contents input[type="text"].post1 {
    width: 80px;
}

.page-contact #contents input[type="text"].post2 {
    width: 100px;
}

.page-contact #contents dl.address {
    display: table;
}

.page-contact #contents dl.address dt,
.page-contact #contents dl.address dd {
    display: table-cell;
}

.page-contact #contents dl.address dt {
    vertical-align: top;
    padding: 5px 10px;
    width: 130px;
    text-align: right;
}

.page-contact #contents dl.address dd {
    vertical-align: top;
}


.page-contact #contents select {
    padding: 10px 15px;
}

.page-contact #contents .btnBox ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 640px;
    width: 100%;
}

.page-contact #contents .btnBox ul li {
    margin: 0 4% 0 0;
    width: 48%;
    max-width: inherit;
}

.page-contact #contents .btnBox ul li:last-child {
    margin: 0;
}

.page-contact #contents .btnBox input[type="submit"],
.page-contact #contents .btnBox input[type="reset"] {
    position: relative;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    font-size: 2rem;
    text-align: center;
    border-radius: 100vmax;
    display: block;
    border-width: 1px !important;

}

.page-contact #contents .btnBox input[type="reset"],
.page-contact #contents .btnBox ul li.back input[type="submit"] {
    box-shadow: 0 5px 0 #999999;
    border-left-color: #999999 !important;
    border-right-color: #999999 !important;
    border-top-color: #999999 !important;
    border-bottom-color: #999999 !important;
    background-color: #f0f0f0;
    color: #333333;
}

.page-contact #contents .btnBox input[type="reset"]:active,
.page-contact #contents .btnBox ul li.back input[type="submit"]:active {
    top: 5px;
    box-shadow: none !important;
    border-left-color: #999999 !important;
    border-right-color: #999999 !important;
    border-top-color: #999999 !important;
    border-bottom-color: #999999 !important;
    background-color: #666666;
    color: #FFFFFF;
}

.page-contact #contents .btnBox input[type="submit"] {
    box-shadow: 0 5px 0 #256428;
    background-color: #2e7d32;
    border-left-color: #2e7d32 !important;
    border-right-color: #2e7d32 !important;
    border-top-color: #2e7d32 !important;
    border-bottom-color: #2e7d32 !important;
    color: #FFFFFF;
}

.page-contact #contents .btnBox input[type="submit"]:active {
    top: 5px;
    box-shadow: none !important;
    background-color: #1b5e20;
    border-left-color: #1b5e20 !important;
    border-right-color: #1b5e20 !important;
    border-top-color: #1b5e20 !important;
    border-bottom-color: #1b5e20 !important;
    color: #FFFFFF;
}


.page-contact .article-foot {
    padding: 60px 0 0;
}

.page-contact .article-foot.btnBox a {
    letter-spacing: 1px;
    padding: 10px 15px;
    border: 0.5px solid #ffa13b;
    background: #ffa13b;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 100vmax;
    letter-spacing: 0;
}

.page-contact .article-foot.btnBox a:hover {
    background: #d88832;
}

.page-contact .article-body .addressBox {
    padding: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.page-contact .article-body .addressBox .box {
    width: 48%;
    margin: 0 4% 0 0;
    text-align: center;
}

.page-contact .article-body .addressBox .box dl dt {
    color: #ffa13b;
    font-weight: 500;
    font-size: 2rem;
    margin: 0 auto 15px;
    overflow: hidden;
}

.page-contact .article-body .addressBox .box dl dt span.line {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.page-contact .article-body .addressBox .box dl dt span.line:before,
.page-contact .article-body .addressBox .box dl dt span.line:after {
    border-top: 1px solid #333333;
    content: "";
    position: absolute;
    top: 50%;
    width: 25px;
}

.page-contact .article-body .addressBox .box dl dt span.line:before {
    right: 100%;
}

.page-contact .article-body .addressBox .box dl dt span.line:after {
    left: 100%;
}

.page-contact .article-body .addressBox .box dl dd {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
}

.page-contact .article-body .addressBox .box dl dd img {
    width: auto;
    height: 20px;
}

.page-contact .article-body .addressBox .box:last-child {
    margin: 0;
}

/*--------------- エラー画面 ---------------*/
/*.page-contact .error .article-area {
    max-width: 750px;
    width: 100%;
    margin: 0 auto !important;
}*/

.page-contact .error .article-head {
    margin: 0 auto 60px;
}

.page-contact .error .article-head h3 {
    color: #ff0000;
    background-color: #FFFFFF !important;
    border-radius: inherit !important;
}





/*---------------------------------------------------------------*/
/* Footer
 /*---------------------------------------------------------------*/
#footer {
    padding: 100px 0 0;
    /* background: #555555; */
    /* color: #FFFFFF; */
}

#footer .flex {
    justify-content: space-between;
}

#footer .title {
    max-width: 320px;
}

#footer .description dl dt {
    font-size: 3.0rem;
    font-weight: 600;
}

#footer .contactBox ul {
    max-width: 640px;
}

#footer .address {
    max-width: 640px;
}

#footer .address .number dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 20px 0 0;
}

#footer .address .number dl dt {
    width: 35px;
}

#footer .address .number dl dd {
    width: 100%;
    margin: 0 0 0 -35px;
    padding: 0 0 0 40px;
}

#footer .addressBox {
    text-align: center;
    margin: 100px 0 0;
}

#footer .addressBoxInner a img {
    width: 40px;
    height: auto;
}

#footer .addressBoxInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    margin: 30px 0 0;
}

#footer .addressBoxInner p {
    text-align: left;
    margin-right: 30px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

#footer .copyright {
    padding: 100px 0 40px;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 1.5rem;
}

/*---------- WordPress CSS ----------*/
@import url("css/wp-css/editor-style.css");
/*@import url("css/wp-css/ie.css");
@import url("css/wp-css/ie7.css");*/
@media screen and (max-width: 1600px) {
    #Mainvisual .point-list ul li img {
        max-width: 15.625vw;
    }
}

@media screen and (max-width: 1440px) {

    #Mainvisual::before {
        /*width: 400px;
    height: 400px;*/
        width: 27.77777777777778vw;
        padding-top: 27.77777777777778vw;
    }

    #Mainvisual .point-list ul li img {
        max-width: 17.36111111111111vw;
    }

    /*-----------------------------------------*/
    /* about
    /*-----------------------------------------*/
    #contents .section-area.about .section-head::before {
        background-size: 720px;
    }
}

@media screen and (max-width: 1366px) {

    #Mainvisual .point-list ul li img {
        max-width: 16.471449487554903vw;
    }
}

@media screen and (max-width: 1280px) {
    a.anchor {
        padding: 80px 0px 0px;
        margin: -80px 0px 0px;
    }

    .inner {
        max-width: 1024px;
    }

    /*-----------------------------------------*/
    /* MainVisual
    /*-----------------------------------------*/
    #Mainvisual {
        /* padding: 80px 0; */
        padding: 8.8888888888889vh 0;
    }

    #Mainvisual .detail dl.catch dt {
        /* font-size: 4.0rem; */
        font-size: 3.125vw;
    }

    #Mainvisual .detail dl.catch dd {
        /* font-size: 2.5rem; */
        font-size: 1.953125vw;
    }

    #Mainvisual .point-list ul {
        /* padding:50px 0; */
        padding: 3.90625vw 0;
        /* gap: 40px; */
        gap: 2.083333333333333vw;
    }

    #Mainvisual .point-list ul li img {
        max-width: 17.578125vw;
    }

    #contents .section-area {
        padding: 80px 0;
    }

    /*-----------------------------------------*/
    /* about
    /*-----------------------------------------*/
    #contents .section-area.about {
        padding: 0 0 80px;
    }

    #contents .section-area.about .section-head::before {
        background-size: 640px;
    }

    #contents .section-area.about .description,
    #contents .section-area.about .point-list ul li {
        font-size: 1.85rem;
    }

    #contents .section-area.about .section-head .section-headBox {
        max-width: 512px;
        padding: 50px 40px;
    }

    #contents .section-area.about .section-body {
        padding: 50px 0 0;
    }

    #contents .section-area.about .worry-list {
        gap: 25px;
    }

    #contents .section-area.about .worry-list .box {
        min-width: inherit;
    }

    #contents .section-area.about .worry-list .box .imgBox {
        width: 200px;
        height: 200px;
    }

    #contents .section-area.about .worry-list .box .txtBox p {
        font-size: 1.85rem;
    }

    /*-----------------------------------------*/
    /* Service
    /*-----------------------------------------*/
    #contents .section-area.service::before {
        border-width: 70px 100px 0 100px;
    }

    #contents .section-area.service h2 {
        padding: 40px 0 0;
    }

    #contents .section-area.service .description p {
        font-size: 3.5rem;
    }

    #contents .section-area.service .section-body .description {
        padding: 80px 0 0;
    }

    #contents .section-area.service .section-body .description::before {
        width: 100%;
        max-width: 1024px;
        height: 80px;
    }

    #contents .section-area.service .section-box {
        margin: 0 0 80px;
        padding: 0 0 40px;
    }

    /* --- 左側：画像ボックス（少し上へ配置） --- */
    #contents .section-area.service .section-box .imageBox {
        max-width: 480px;
        margin: 0 0 40px;
    }

    #contents .section-area.service .section-box:nth-of-type(odd) .imageBox {
        padding: 50px 0 0;
    }

    #contents .section-area.service .section-box .detailBox::after {
        width: 218px;
        height: 140px;
        top: -80px;
    }

    #contents .section-area.service .section-box .detailBox .detailBoxInner {
        padding: 50px 40px 50px 180px;
        min-height: 280px;
        margin-left: -140px;
    }

    #contents .section-area.service .section-box:nth-of-type(odd) .detailBox .detailBoxInner {
        margin-right: -140px;
        padding: 50px 180px 50px 40px;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dt {
        font-size: 3.5rem;
        margin-bottom: 25px;
        padding-left: 45px;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dt::before {
        top: 27.5px;
        font-size: 0.9em;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dd {
        font-size: 1.7rem;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner .cost {
        font-size: 3.5rem;
        margin: 0 0 0 25px;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner .cost .min-txt {
        font-size: 75%;
    }

    #contents .section-area.service .section-foot .contactBox ul {
        padding: 0 0 40px;
    }

    #contents .section-area.service .section-foot .contactBox .description p {
        font-size: 2.75rem;
    }


    /*-----------------------------------------*/
    /* Flow
    /*-----------------------------------------*/
    #contents .section-area.flow .flow-list {
        gap: 25px;
    }

    /* 各ステップのボックス（3列均等配置） */
    #contents .section-area.flow .flow-list .box {
        min-width: 240px;
    }

    #contents .section-area.flow .flow-list .box .imgBox {
        max-width: 240px;
    }

    #contents .section-area.flow .flow-list .box .txtBox dl {
        padding: 0 15px;
    }

    #contents .section-area.flow .flow-list .box .txtBox dt {
        font-size: 2rem;
    }

    /*------------------------------------------------------------*/
    /* Contact
    /*------------------------------------------------------------*/
    .contactBox ul {
        max-width: 58.59375vw;
    }

    .contactBox ul li a {
        min-height: inherit;
        border-radius: 100vmax;
    }

    .contactBox ul li.phone dt {
        font-size: 2.75rem;
        letter-spacing: 0.05em;
        margin-bottom: 2px;
    }

    .contactBox ul li.mail a {
        font-size: 1.85rem;
    }

    .contactBox ul li.line a {
        font-size: 1.85rem;
    }

    /*--------------- MainVisual ---------------*/
    #Mainvisual .contactBox ul li.phone dt {
        font-size: 2.125rem;
    }



    /*---------------------------------------------------------------*/
    /* お問い合わせ
    /*---------------------------------------------------------------*/
    .page-contact #contents .section-area {
        padding: 0 0 80px !important;
    }

    .page-contact #contents .section-area .section-head {
        padding: 80px;
    }

    .page-contact #contents table {
        max-width: 835px;
    }

    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer {
        padding: 80px 0 0;
    }

    #footer .copyright {
        padding: 80px 0 40px;
    }

    #footer .addressBox {
        margin: 80px 0 0;
    }
}

@media screen and (max-width: 1136px) {

    /*---------------------------------------------------------------*/
    /* MainVisual
    /*---------------------------------------------------------------*/
    #Mainvisual {
        /* padding: 80px 0; */
        padding: 7.042253521126761vw 0;
    }

    #Mainvisual::before {
        width: 26.408450704225352vw;
        padding-top: 26.408450704225352vw;
    }

    #Mainvisual .detail dl.catch dt {
        /* font-size: 4.0rem; */
        font-size: 3.5211267605633805vw;
    }

    #Mainvisual .detail dl.catch dd {
        /* font-size: 2.5rem; */
        font-size: 2.2007042253521125vw;
    }

    #Mainvisual .point-list ul {
        /* padding:50px 0; */
        padding: 4.401408450704225vw 0;
        /* gap: 40px; */
        gap: 3.5211267605633805vw;
    }

    #Mainvisual .point-list ul li img {
        max-width: 19.806338028169016vw;
    }

    /*---------------------------------------------------------------*/
    /* ContactBox
    /*---------------------------------------------------------------*/
    .contactBox ul {
        max-width: 66.02112676056338vw;
    }
}

@media screen and (max-width: 1024px) {

    /*---------------------------------------------------------------*/
    /* MainVisual
    /*---------------------------------------------------------------*/
    #Mainvisual {
        /* padding: 60px 0; */
        padding: 5.859375vw 0;
    }

    #Mainvisual::before {
        width: 26.408450704225352vw;
        padding-top: 26.408450704225352vw;
    }

    #Mainvisual .detail dl.catch dt {
        /* font-size: 3.5rem; */
        font-size: 3.41796875vw;
    }

    #Mainvisual .detail dl.catch dd {
        /* font-size: 2.25rem; */
        font-size: 2.197265625vw;
    }

    #Mainvisual .point-list ul {
        /* padding:40px 0; */
        padding: 3.90625vw 0;
        /* gap: 30px; */
        gap: 2.9296875vw;
    }

    #Mainvisual .point-list ul li img {
        max-width: 19.53125vw;
    }

    #contents .section-area {
        /*margin: 0 0 80px;*/
    }

    /*-----------------------------------------*/
    /* about
    /*-----------------------------------------*/
    #contents .section-area.about .section-head::before {
        background-size: 640px;
    }

    #contents .section-area.about .description,
    #contents .section-area.about .point-list ul li {
        font-size: 1.8rem;
    }

    #contents .section-area.about .section-head .section-headBox {
        max-width: 512px;
    }

    #contents .section-area.about .point-list ul li {
        padding: 0 0 15px 40px;
    }


    #contents .section-area.about .point-list ul li:last-child {
        padding: 0 0 0 40px;
    }


    #contents .section-area.about .point-list ul li::before {
        left: 10px;
        top: 7px;
    }

    #contents .section-area.about .worry-list {
        gap: 25px;
    }

    #contents .section-area.about .worry-list .box .imgBox {
        width: 200px;
        height: 200px;
    }

    #contents .section-area.about .worry-list .box .txtBox p {
        font-size: 1.8rem;
    }

    /*-----------------------------------------*/
    /* Service
    /*-----------------------------------------*/
    #contents .section-area.service::before {
        border-width: 60px 80px 0 80px;
    }

    #contents .section-area.service h2 {
        padding: 40px 0 0;
    }

    #contents .section-area.service .description p {
        font-size: 3rem;
    }

    #contents .section-area.service .section-body .description {
        padding: 60px 0 0;
    }

    #contents .section-area.service .section-body .description::before {
        height: 60px;
    }

    #contents .section-area.service .section-box {
        margin: 0 0 80px;
        padding: 0 0 40px;
    }

    /* --- 左側：画像ボックス（少し上へ配置） --- */
    #contents .section-area.service .section-box .imageBox {
        /*max-width: 440px;*/
        max-width: 42.96875vw;
        margin: 0 0 60px;
    }

    #contents .section-area.service .section-box:nth-of-type(odd) .imageBox {
        padding: 60px 0 0;
    }

    #contents .section-area.service .section-box .detailBox::after {
        width: 187px;
        height: 120px;
        top: -80px;
    }

    #contents .section-area.service .section-box .detailBox .detailBoxInner {
        padding: 40px 30px 40px 160px;
        min-height: 240px;
        margin-left: -120px;
    }

    #contents .section-area.service .section-box:nth-of-type(odd) .detailBox .detailBoxInner {
        margin-right: -130px;
        padding: 40px 160px 40px 30px;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dt {
        font-size: 3rem;
        margin-bottom: 20px;
        padding-left: 40px;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dt::before {
        top: 22.5px;
        font-size: 2.5rem;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dd {
        font-size: 1.65rem;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner .cost {
        font-size: 3rem;
        margin: 0 0 0 25px;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner .cost .min-txt {
        font-size: 75%;
    }

    #contents .section-area.service .section-foot .contactBox ul {
        padding: 0 0 30px;
    }

    #contents .section-area.service .section-foot .contactBox .description p {
        font-size: 2.5rem;
    }


    /*-----------------------------------------*/
    /* Flow
    /*-----------------------------------------*/
    /* 各ステップのボックス（3列均等配置） */
    #contents .section-area.flow .flow-list .box {
        min-width: 200px;
    }

    #contents .section-area.flow .flow-list .box .imgBox {
        max-width: 200px;
    }

    #contents .section-area.flow .flow-list .box .txtBox dl {
        padding: 0;
    }

    /*---------------------------------------------------------------*/
    /* ContactBox
    /*---------------------------------------------------------------*/
    .contactBox ul {
        max-width: 62.5vw;
    }

    .contactBox ul li.phone dt {
        font-size: 2.5rem;
    }

    .contactBox ul li.mail a {
        font-size: 1.8rem;
    }

    .contactBox ul li.line a {
        font-size: 1.8rem;
    }

    /*--------------- MainVisual ---------------*/
    #Mainvisual .contactBox ul li.phone dt {
        font-size: 2rem;
    }

    /*---------------------------------------------------------------*/
    /* お問い合わせ
    /*---------------------------------------------------------------*/

    .page-contact .article-body .description {
        margin: 0 auto 30px;
        font-size: 1.8rem;
    }

    .page-contact .article-head h3 {
        font-size: 2.75rem;
    }

    .page-contact .article-body .addressBox {
        padding: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-contact .article-body .addressBox .box {
        width: 48%;
        margin: 0 4% 0 0;
        text-align: center;
    }

    .page-contact .article-body .addressBox .box dl dt {
        font-size: 1.85rem;
    }

    .page-contact .article-body .addressBox .box dl dt span.line {
        padding: 0 17.5px;
    }

    .page-contact .article-body .addressBox .box dl dd {
        font-size: 2.25rem;
    }

    .page-contact .article-body .addressBox .box dl dd img {
        width: auto;
        height: 20px;
    }

    .page-contact .article-foot {
        padding: 50px 0 0;
    }

    .page-contact .article-foot.btnBox a {
        letter-spacing: 0px;
    }

    /*--------------- エラー画面 ---------------*/
    .page-contact .error .article-head {
        margin: 0 auto 50px;
    }




}

@media screen and (max-width: 960px) {


    /*-----------------------------------------*/
    /* about
    /*-----------------------------------------*/
    #contents .section-area.about .section-head::before {
        background-size: 700px;
    }

    #contents .section-area.about .description,
    #contents .section-area.about .point-list ul li {
        font-size: 1.75rem;
    }

    #contents .section-area.about .point-list ul li::before {
        left: 10px;
        top: 6.5px;
    }

    #contents .section-area.about .worry-list {
        gap: 25px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 640px;
        margin: 0 auto;
    }

    #contents .section-area.about .worry-list .box .imgBox {
        width: 225px;
        height: 225px;
    }

    #contents .section-area.about .worry-list .box .txtBox p {
        font-size: 1.75rem;
    }

    /*---------------------------------------------------------------*/
    /* お問い合わせ
    /*---------------------------------------------------------------*/

    .page-contact .article-body .addressBox {
        flex-direction: column;
    }

    .page-contact .article-body .addressBox .box {
        margin: 0 auto 25px;
        width: 100%;
    }

    .page-contact .article-body .addressBox .box:last-child {
        margin: 0 auto;
    }

    /*--------------- エラー画面 ---------------*/
    .page-contact .error .article-body .description br {
        display: none;
    }


}

@media screen and (max-width: 835px) {
    a.anchor {
        padding: 60px 0px 0px;
        margin: -60px 0px 0px;
    }

    /*---------------------------------------------------------------*/
    /* MainVisual
    /*---------------------------------------------------------------*/
    #Mainvisual {
        /* padding: 60px 0; */
        padding: 7.18562874251497vw 0;
    }

    #Mainvisual::before {
        width: 26.408450704225352vw;
        padding-top: 26.408450704225352vw;
    }

    #Mainvisual .detail dl.catch dt {
        /* font-size: 3rem; */
        font-size: 3.592814371257485vw;
    }

    #Mainvisual .detail dl.catch dd {
        /* font-size: 2rem; */
        font-size: 2.3952095808383236vw;
    }

    #Mainvisual .point-list ul {
        /* padding:30px 0; */
        padding: 3.592814371257485vw 0;
        /* gap: 30px; */
        gap: 3.592814371257485vw;
    }

    #Mainvisual .point-list ul li img {
        max-width: 19.16167664670659vw;
    }

    /*-----------------------------------------*/
    /* Header
    /*-----------------------------------------*/
    #header h1 img {
        height: 60px;
    }


    /*-----------------------------------------*/
    /* Contents
    /*-----------------------------------------*/
    #contents .section-area {
        padding: 60px 0;
    }

    #contents h2 {
        margin: 0 0 50px;
        font-size: 3.5rem;
    }

    #contents h2 span.ja {
        font-size: 1.8rem;
    }

    /*-----------------------------------------*/
    /* about
    /*-----------------------------------------*/
    #contents .section-area.about {
        padding: 0 0 60px;
    }

    #contents .section-area.about .section-head {
        padding-bottom: 56.287425149700596%;
    }

    #contents .section-area.about .section-head::before {
        background-size: 100%;
        width: 100%;
        max-width: inherit;
        left: 0;
        top: inherit;
        bottom: 0;
        margin-top: 0;

    }

    #contents .section-area.about .section-head .section-headInner {
        width: 100%;
        margin: 0;
    }

    #contents .section-area.about .section-head .section-headBox {
        max-width: inherit;
        width: auto;
        margin: 0 auto;
        display: table;
        padding: 60px 40px;
    }


    #contents .section-area.about .description br {
        display: none;
    }

    #contents .section-area.about .point-list ul {

        margin: 0 auto;
        display: table;
    }

    #contents .section-area.about .point-list ul li {
        padding: 0 15px 15px 40px;
    }

    #contents .section-area.about .point-list ul li:last-child {
        padding: 0 15px 0 40px;
    }

    #contents .section-area.about .worry-list {
        gap: 25px;
    }

    #contents .section-area.about .worry-list .box .imgBox {
        width: 225px;
        height: 225px;
    }

    /*-----------------------------------------*/
    /* Service
    /*-----------------------------------------*/
    #contents .section-area.service::before {
        border-width: 50px 70px 0 70px;
    }

    #contents .section-area.service h2 {
        padding: 30px 0 0;
    }

    #contents .section-area.service .description p {
        font-size: 2.75rem;
    }

    #contents .section-area.service .section-body .description {
        padding: 50px 0 0;
    }

    #contents .section-area.service .section-body .description::before {
        height: 50px;
    }

    #contents .section-area.service .section-box {
        margin: 0 0 60px;
        padding: 0 0 30px;
    }

    /* --- 左側：画像ボックス（少し上へ配置） --- */
    #contents .section-area.service .section-box .imageBox {
        /*max-width:310px;*/
        max-width: 37.12574850299401vw;
        margin: 0 0 60px;
    }

    #contents .section-area.service .section-box:nth-of-type(odd) .imageBox {
        padding: 60px 0 0;
    }

    #contents .section-area.service .section-box .detailBox::after {
        width: 156px;
        height: 100px;
        top: -60px;
    }

    #contents .section-area.service .section-box .detailBox .detailBoxInner {
        padding: 30px 25px 30px 140px;
        min-height: 200px;
        margin-left: -115px;
    }

    #contents .section-area.service .section-box:nth-of-type(odd) .detailBox .detailBoxInner {
        margin-right: -115px;
        padding: 30px 140px 30px 25px;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dt {
        font-size: 2.5rem;
        margin-bottom: 20px;
        padding-left: 30px;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dt::before {
        top: 20px;
        font-size: 2.25rem;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dd {
        font-size: 1.6rem;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner .cost {
        font-size: 2.5rem;
        margin: 0 0 0 25px;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner .cost .min-txt {
        font-size: 75%;
    }

    #contents .section-area.service .section-foot .contactBox ul {
        padding: 0 0 25px;
    }

    #contents .section-area.service .section-foot .contactBox .description p {
        font-size: 2.25rem;
    }

    /*-----------------------------------------*/
    /* Flow
    /*-----------------------------------------*/
    #contents .section-area.flow .flow-list .box .imgBox {
        max-width: 240px;
    }

    #contents .section-area.flow .flow-list {
        flex-direction: column;
        /* 縦並びにする */
        gap: 35px;
        /* 矢印画像を挟むために、少し広めの余白を確保 */
    }

    #contents .section-area.flow .flow-list .box {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        padding: 30px 0;
        text-align: center;
    }

    #contents .section-area.flow .flow-list .box .txtBox dl {
        padding: 0;
        text-align: center;
        /* スマホ用に左右の余白を狭めて読みやすく */
    }

    #contents .section-area.flow .flow-list .box .txtBox dt {
        font-size: 2.4rem;
    }

    #contents .section-area.flow .flow-list .box .txtBox dd {
        text-align: center;
    }

    #contents .section-area.flow .flow-list .box:not(:last-child)::after {
        content: "";
        position: absolute;
        bottom: -35px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url(../images/flow/arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 35px;
        height: 35px;
        z-index: 10;
    }

    /*---------------------------------------------------------------*/
    /* ContactBox
    /*---------------------------------------------------------------*/
    .contactBox ul {
        max-width: 65.86826347305389vw;
    }

    .contactBox ul li {
        letter-spacing: 0 !important;
    }

    .contactBox ul li a::before {
        margin-right: 10px;
    }

    .contactBox ul li.phone dt {
        font-size: 2.25rem;
    }

    .contactBox ul li.mail a {
        font-size: 1.7rem;
    }

    .contactBox ul li.line a {
        font-size: 1.7rem;
    }

    /*--------------- MainVisual ---------------*/

    #Mainvisual .contactBox ul li.phone dt {
        font-size: 1.85rem;
    }

    /*---------------------------------------------------------------*/
    /* お問い合わせ
    /*---------------------------------------------------------------*/
    .page-contact #contents .section-area {
        padding: 0 0 60px !important;
    }

    .page-contact #contents .section-area .section-head {
        padding: 160px 25px 60px;
    }

    .page-contact .article-head h3 {
        font-size: 2.5rem;
    }

    .page-contact .article-body .description {
        margin: 0 auto 25px;
        font-size: 1.75rem;
    }

    .page-contact .article-body .addressBox {
        padding: 17.5px;
    }

    .page-contact .article-body .addressBox .box dl dt {
        font-size: 1.8rem;
    }

    .page-contact .article-body .addressBox .box dl dt span.line {
        padding: 0 15px;
    }

    .page-contact .article-body .addressBox .box dl dd {
        font-size: 2rem;
    }

    .page-contact #contents table {
        margin: 0 auto 50px;
    }

    .page-contact #contents table tbody th {
        display: block;
        padding: 5px 15px;
        border-radius: 5px 5px 0 0;
        width: 100%;
        overflow: hidden;
    }

    .page-contact #contents table tbody td {
        display: block;
        padding: 10px 15px;
        width: 100%;
        border-radius: 0 0 5px 5px;
    }

    .page-contact #contents input[type="text"].post1 {
        width: 60px;
    }

    .page-contact #contents input[type="text"].post2 {
        width: 80px;
    }

    .page-contact #contents dl.address dt {
        padding: 5px 10px 5px 0;
        width: 120px;
    }

    .page-contact #contents .btnBox input[type="submit"],
    .page-contact #contents .btnBox input[type="reset"] {
        font-size: 1.8rem;
    }

    .page-contact .article-foot {
        padding: 40px 0 0;
    }


    /*--------------- エラー画面 ---------------*/
    .page-contact .error .article-head {
        margin: 0 auto 40px;
    }


    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer {
        padding: 60px 0 0;
    }

    #footer .copyright {
        padding: 60px 0 40px;
    }

    #footer .addressBox {
        margin: 60px 0 0;
    }
}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

@media screen and (max-width: 750px) {
    a.anchor {
        padding: 50px 0px 0px;
        margin: -50px 0px 0px;
    }

    .inner {
        padding: 0 25px;
        /* overflow: hidden; */
    }

    #header h1 {
        padding: 15px 25px;
    }

    #contents .section-area.service .section-box,
    #footer .description dl dd span,
    #contents .section-area.about .about-list {
        display: block;
    }


    #contents h2 {
        font-size: 3.5rem;
        margin: 0 0 40px;
    }

    #contents h2 span.ja {
        font-size: 1.7rem;
    }



    .contactBox ul li.mail a,
    .contactBox ul li.line a {
        font-size: 1.8rem;
    }


    #contents .section-area.service .section-box {
        margin: 0;
    }

    /*---------------------------------------------------------------*/
    /* MainVisual
    /*---------------------------------------------------------------*/
    #Mainvisual {
        /* padding: 60px 0; */
        padding: 105px 0 50px;
    }

    #Mainvisual .inner {
        height: 100%;
    }

    #Mainvisual::before {
        background: url(../images/mainvisual/main_sp.webp) no-repeat center center;
        width: 50vw;
        padding-top: 35.86666666666667vw;
        bottom: 200px;
        right: -40px;
        background-size: contain;
    }

    #Mainvisual .detail {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    #Mainvisual .detail dl.catch dt {
        /* font-size: 4rem; */
        font-size: 5.333333333333334vw;
    }

    #Mainvisual .detail dl.catch dd {
        /* font-size: 2.5rem; */
        font-size: 3.3333333333333335vw;
    }

    #Mainvisual .point-list ul {
        /* padding:25px 0; */
        padding: 3.3333333333333335vw 0 0;
        /* gap: 25px; */
        gap: 3.3333333333333335vw;
    }

    #Mainvisual .point-list ul li img {
        max-width: 24vw;
    }


    /*#Mainvisual .sp-only {
        display: inline;
    }

    #Mainvisual .detail dl.catch dt {
        line-height: 1.5;
    }
    #Mainvisual .detail dl.catch {
        order: 1;
    }

    #Mainvisual .point-list {
        order: 2;
    }

    #Mainvisual .contactBox {
        order: 3;
        width: 100%;
        margin: 200px 0 0 !important;
    }*/

    /*---------------------------------------------------------------*/
    /* ContactBox
    /*---------------------------------------------------------------*/
    .contactBox ul {
        max-width: 85.33333333333334%;
        gap: 10px;
    }

    .contactBox ul li.phone,
    .contactBox ul li.insta {
        width: 100%;
    }

    .contactBox ul li.mail,
    .contactBox ul li.line {
        /*width: 100%;*/
        margin: 10px 0 0;
    }


    #contents .section-area {
        padding: 50px 0;
    }

    /*-----------------------------------------*/
    /* about
    /*-----------------------------------------*/
    #contents .section-area.about {
        padding: 0 0 50px;
    }

    #contents .section-area.about .section-head .section-headBox {
        padding: 50px 25px;
        display: block;
    }

    #contents .section-area.about .description,
    #contents .section-area.about .point-list ul li {
        font-size: 1.7rem;
    }

    #contents .section-area.about .section-body {
        padding: 40px 0 0;
    }

    #contents .section-area.about .worry-list .box .txtBox p {
        font-size: 1.7rem;
    }

    #contents .section-area.about .article-head h3 {
        margin-bottom: 25px;
    }

    /*-----------------------------------------*/
    /* Service
    /*-----------------------------------------*/
    #contents .section-area.service::before {
        border-width: 50px 70px 0 70px;
    }

    #contents .section-area.service h2 {
        padding: 25px 0 0;
    }

    #contents .section-area.service .section-body .description {
        margin: 0 0 25px;
        padding: 9.333333333333334vw 0 0;
    }

    #contents .section-area.service .section-body .description::before {
        /*height: 70px;*/
        height: 9.333333333333334vw;
        left: 25%;
    }

    #contents .section-area.service .description p {
        /*font-size:4.5rem;*/
        font-size: 6vw;
    }

    #contents .section-area.service .section-box {
        margin: 0 0 40px;
        padding: 0;
    }

    /* --- 左側：画像ボックス（少し上へ配置） --- */
    #contents .section-area.service .section-box .imageBox {
        /*max-width:310px;*/
        max-width: 100%;
        margin: 0;
    }

    #contents .section-area.service .section-box:nth-of-type(odd) .imageBox {
        padding: 0;
    }

    #contents .section-area.service .section-box .detailBox {
        width: 100%;
        max-width: 76.66666666666667vw;
        margin: -40px 0 0 auto;
    }

    #contents .section-area.service .section-box .detailBox::after {
        /*width: 250px;
        height: 160px;*/
        width: 33.33333333333333vw;
        height: auto;
        padding-top: 21.333333333333336vw;
    }

    #contents .section-area.service .section-box:nth-child(2) .detailBox::after,
    #contents .section-area.service .section-box:nth-child(4) .detailBox::after {
        top: 80px;
        left: -13.333333333333334vw;
    }

    #contents .section-area.service .section-box:nth-child(3) .detailBox::after,
    #contents .section-area.service .section-box:nth-child(5) .detailBox::after {
        top: 80px;
        left: inherit;
        right: -13.333333333333334vw;
    }


    #contents .section-area.service .section-box .detailBox .detailBoxInner {
        padding: 80px 25px 40px 24vw;
        min-height: inherit;
        margin-left: 0;
        margin-right: -25px;
        border-radius: 5px 0 0 5px;
    }

    #contents .section-area.service .section-box:nth-of-type(odd) .detailBox .detailBoxInner {
        margin-left: -25px;
        margin-right: 0;
        padding: 80px 24vw 40px 25px;
        border-radius: 0 5px 5px 0;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dt {
        font-size: 2.25rem;
        margin-bottom: 20px;
        padding-left: 30px;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dt br {
        display: none;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dt::before {
        top: 20px;
        font-size: 2.25rem;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dd {
        font-size: 1.6rem;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner .cost {
        font-size: 2.5rem;
        margin: 0 0 0 15px;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner .cost .min-txt {
        font-size: 75%;
    }

    #contents .section-area.service .section-foot .contactBox ul {
        padding: 0 0 25px;
    }

    #contents .section-area.service .section-foot .contactBox .description {
        margin: 0 0 25px;
    }

    #contents .section-area.service .section-foot .contactBox .description p {
        font-size: 2.25rem;
    }

    /*---------------------------------------------------------------*/
    /* お問い合わせ
    /*---------------------------------------------------------------*/
    .page-contact #contents .section-area {
        padding: 0 0 50px !important;
    }

    .page-contact #contents .section-area .section-head {
        padding: 130px 25px 50px;
    }

    .page-contact .article-head h3 {
        font-size: 2.25rem;
        margin: 0 auto 25px;
    }

    .page-contact .article-body .description {
        margin: 0 auto 20px;
        font-size: 1.7rem;
    }

    .page-contact .article-body .description br.sp-br {
        display: none;
    }

    .page-contact .article-body .addressBox {
        padding: 15px 0;
    }

    .page-contact .article-body .addressBox .box dl dt {
        font-size: 1.7rem;
    }

    .page-contact .article-body .addressBox .box dl dd {
        font-size: 1.8rem;
    }

    .page-contact .article-body .addressBox .box dl dd img {
        width: auto;
        height: 18px;
    }

    .page-contact #contents table {
        margin: 0 auto 40px;
    }

    .page-contact #contents .btnBox input[type="submit"],
    .page-contact #contents .btnBox input[type="reset"] {
        font-size: 1.6rem;
    }

    .page-contact .article-foot {
        padding: 25px 0 0;
    }

    .page-contact .article-foot.btnBox a {
        padding: 5px 10px;
    }

    /*--------------- エラー画面 ---------------*/
    .page-contact .error .article-head {
        margin: 0 auto 25px;
    }




    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer {
        padding: 50px 0 0;
    }

    #footer .description {
        margin: 0 0 40px;
    }

    #footer .addressBox {
        margin: 50px 0 0;
    }

    #footer .addressBox h1 a img {
        width: 200px;
        height: auto;
    }

    #footer .addressBoxInner {
        margin: 20px 0 0;
    }

    #footer .addressBoxInner p {
        margin-right: 20px;
    }

    #footer .copyright {
        padding: 50px 0 25px;
        font-size: 1.3rem;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 640px) {


    /*---------------------------------------------------------------*/
    /* MainVisual
    /*---------------------------------------------------------------*/
    #Mainvisual {
        /* padding: 60px 0; */
        padding: 105px 0 40px;
    }

    #Mainvisual::before {
        width: 62.5vw;
        padding-top: 44.6875vw;
        bottom: 180px;
    }

    #Mainvisual .detail dl.catch dt {
        /* font-size: 3.5rem; */
        font-size: 5.46875vw;
    }

    #Mainvisual .detail dl.catch dd {
        /* font-size: 2.0rem; */
        font-size: 3.125vw;
    }

    #Mainvisual .point-list ul li img {
        max-width: 28.125vw;
    }

    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    #contents .section-area {
        /*margin: 0 0 60px;*/
    }

    #contents h2 span.ja {
        font-size: 1.6rem;
    }

    /*-----------------------------------------*/
    /* about
    /*-----------------------------------------*/
    #contents .section-area.about .worry-list .box .imgBox {
        width: 100%;
        height: inherit;
        max-width: 225px;
        aspect-ratio: 1 / 1;
        margin: 0 auto 15px;
        overflow: hidden;
        border-radius: 50%;
    }

    #contents .section-area.about .worry-list .box .imgBox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #contents .section-area.about .article-head h3 span {
        font-size: 2rem;
    }

    #contents .section-area.service .section-box:nth-child(2) .detailBox::after,
    #contents .section-area.service .section-box:nth-child(4) .detailBox::after {
        top: 200px;
        left: -90px;
    }

    #contents .section-area.service .section-box:nth-child(3) .detailBox::after,
    #contents .section-area.service .section-box:nth-child(5) .detailBox::after {
        left: 400px;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner .cost,
    #contents .section-area.service .section-box .detailBox .BoxInner dt {
        font-size: 2.3rem;
    }

    /*#contents .section-area.flow .flow-list,
    .contactBox ul {
        display: block;
    }*/

    /*-----------------------------------------*/
    /* Service
    /*-----------------------------------------*/
    #contents .section-area.service::before {
        border-width: 40px 50px 0 50px;
    }

    #contents .section-area.service .section-body .description {
        padding: 10.9375vw 0 0;
    }

    #contents .section-area.service .section-body .description::before {
        /*height: 70px;*/
        height: 10.9375vw;
    }

    #contents .section-area.service .description p {
        /*font-size:4.5rem;*/
        font-size: 6.25vw;
    }

    #contents .section-area.service .section-box .detailBox {
        max-width: 78.125vw;
    }

    #contents .section-area.service .section-box .detailBox::after {
        /*width: 200px;
        height: 128px;*/
        width: 31.25vw;
        padding-top: 20vw;
    }

    #contents .section-area.service .section-box:nth-child(2) .detailBox::after,
    #contents .section-area.service .section-box:nth-child(4) .detailBox::after {
        left: -12.5vw;
        top: 60px;
    }

    #contents .section-area.service .section-box:nth-child(3) .detailBox::after,
    #contents .section-area.service .section-box:nth-child(5) .detailBox::after {
        right: -12.5vw;
        left: inherit;
        top: 60px;
    }


    #contents .section-area.service .section-box .detailBox .detailBoxInner {
        padding: 60px 25px 25px 24vw;
        min-height: inherit;
        margin-left: 0;
        margin-right: -25px;
        border-radius: 5px 0 0 5px;
    }

    #contents .section-area.service .section-box:nth-of-type(odd) .detailBox .detailBoxInner {
        margin-left: -25px;
        margin-right: 0;
        padding: 60px 24vw 40px 25px;
        border-radius: 0 5px 5px 0;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dt {
        font-size: 2rem;
        margin-bottom: 20px;
        padding-left: 30px;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dt br {
        display: none;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dt::before {
        top: 15px;
        font-size: 2rem;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner dd {
        font-size: 1.5rem;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner .cost {
        font-size: 2rem;
        margin: 0 0 0 10px;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner .cost .min-txt {
        font-size: 75%;
    }

    #contents .section-area.service .section-foot .contactBox ul {
        padding: 0 0 25px;
    }

    #contents .section-area.service .section-foot .contactBox .description {
        margin: 0 0 25px;
    }

    #contents .section-area.service .section-foot .contactBox .description p {
        font-size: 2.25rem;
    }

    #contents .section-area.service .section-foot .contactBox .description p br {
        display: block;
    }

    /*-----------------------------------------*/
    /* Flow
    /*-----------------------------------------*/
    #contents .section-area.flow .flow-list .box .imgBox {
        max-width: 200px;
    }

    #contents .section-area.flow .flow-list {
        flex-direction: column;
        /* 縦並びにする */
        gap: 25px;
        /* 矢印画像を挟むために、少し広めの余白を確保 */
    }

    #contents .section-area.flow .flow-list .box {
        padding: 12.5px 0;
    }

    #contents .section-area.flow .flow-list .box .txtBox dt {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    #contents .section-area.flow .flow-list .box .txtBox dd {
        text-align: left;
    }

    #contents .section-area.flow .flow-list .box:not(:last-child)::after {
        bottom: -25px;
        width: 25px;
        height: 25px;
    }

    /*-----------------------------------------*/
    /* Info
    /*-----------------------------------------*/
    #contents .section-area.info .tablecell dl {
        display: block;
    }

    #contents .section-area.info .tablecell dt {
        padding: 2.5px 15px;
    }

    #contents .section-area.info .tablecell dd {
        border-left: 1px solid #ffa13b;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        text-align: left;
        padding: 10px 15px;
    }


    /*---------------------------------------------------------------*/
    /* ContactBox
    /*---------------------------------------------------------------*/
    .contactBox ul {
        max-width: 100%;
        gap: 2.5px;
    }

    .contactBox ul li a {
        padding: 10px 1px;
        letter-spacing: 0;
    }

    .contactBox ul li.phone dt {
        font-size: 2.25rem;
    }

    .contactBox ul li.phone dd {
        font-size: 1.2rem;
    }

    .contactBox ul li.phone a::before {
        width: 35px;
        height: 35px;
    }

    .contactBox ul li.mail,
    .contactBox ul li.line {
        width: calc(50% - 5px);
    }

    .contactBox ul li.insta a,
    .contactBox ul li.mail a,
    .contactBox ul li.line a {
        font-size: 1.6rem;
        min-height: 45px;
    }

    .contactBox ul li a::before {
        margin-right: 7.5px;
    }

    .contactBox ul li.mail a::before {
        width: 20px;
        height: 20px;
    }

    .contactBox ul li.line a::before {
        width: 30px;
        height: 30px;
    }

    /*--------------- MainVisual ---------------*/
    #Mainvisual .contactBox ul li.phone,
    #Mainvisual .contactBox ul li.insta {
        width: calc(50% - 5px);
    }

    #Mainvisual .contactBox ul li a {
        padding: 5px 1px;
    }

    #Mainvisual .contactBox ul li.phone a::before,
    #Mainvisual .contactBox ul li.mail a::before,
    #Mainvisual .contactBox ul li.line a::before,
    #Mainvisual .contactBox ul li.insta a::before {
        width: 25px;
        height: 25px;
    }

    /*---------------------------------------------------------------*/
    /* お問い合わせ
    /*---------------------------------------------------------------*/
    .page-contact #contents h2 {
        font-size: 3rem;
    }

    .page-contact .article-body .description {
        font-size: 1.65rem;
    }


    .page-contact .article-body .addressBox .box dl dt {
        font-size: 1.65rem;
    }

    .page-contact .article-body .addressBox .box dl dd {
        font-size: 1.7rem;
    }

    .page-contact .article-body .addressBox .box dl dd img {
        height: 17px;
    }

    .page-contact .article-foot.btnBox a {
        padding: 5px 10px;
    }

    .page-contact .article-foot.btnBox ul li {
        font-size: 2.65625vw;
    }

    /*--------------- エラー画面 ---------------*/
    .page-contact .error .article-head h3 {
        font-size: 2rem;
    }


}

@media screen and (max-width: 480px) {

    /*---------------------------------------------------------------*/
    /* MainVisual
    /*---------------------------------------------------------------*/
    #Mainvisual {
        height: 100svh;
        padding: 105px 0 25px;
    }

    #Mainvisual::before {
        width: 62.5vw;
        padding-top: 44.6875vw;
        bottom: 240px;
    }

    #Mainvisual .detail dl.catch dt {
        /* font-size: 2.75rem; */
        font-size: 5.729166666666666vw;
    }

    #Mainvisual .detail dl.catch dd {
        /* font-size: 1.8rem; */
        font-size: 3.75vw;
    }

    #Mainvisual .point-list ul li img {
        max-width:
            27.083333333333332vw;
    }

    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    #contents h2 span.ja {
        font-size: 1.5rem;
    }

    /*-----------------------------------------*/
    /* about
    /*-----------------------------------------*/
    #contents .section-area.about .description,
    #contents .section-area.about .point-list ul li,
    #contents .section-area.about .worry-list .box .txtBox p {
        font-size: 1.65rem;
    }

    #contents .section-area.about .worry-list .box .txtBox p br {
        display: none;
    }

    /*-----------------------------------------*/
    /* Service
    /*-----------------------------------------*/
    #contents .section-area.service .section-box .detailBox .BoxInner dt {
        display: block;
    }

    #contents .section-area.service .section-box .detailBox .BoxInner .cost {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }

    #contents .section-area.service .section-box:nth-child(2) .detailBox .detailBoxInner {
        padding: 60px 25px 25px 18.75vw;
    }

    #contents .section-area.service .section-box:nth-child(3) .detailBox .detailBoxInner,
    #contents .section-area.service .section-box:nth-child(5) .detailBox .detailBoxInner {
        padding: 60px 14.583333333333334vw 40px 25px;
    }

    #contents .section-area.service .section-foot .contactBox .description p {
        font-size: 2rem;
        letter-spacing: 0;
    }


    /*-----------------------------------------*/
    /* Contact Box
    /*-----------------------------------------*/
    .contactBox ul {
        gap: 10px;
    }

    .contactBox ul li.phone a::before {
        width: 30px;
        height: 30px;
    }

    .contactBox ul li.mail,
    .contactBox ul li.line {
        width: 100%;
        margin: 0;
    }

    .contactBox ul li.phone dt {
        font-size: 2.0rem;
    }

    #Mainvisual .contactBox ul li.phone,
    #Mainvisual .contactBox ul li.insta {
        width: 100%;
    }

    #Mainvisual .contactBox ul li.phone a::before,
    #Mainvisual .contactBox ul li.mail a::before,
    #Mainvisual .contactBox ul li.line a::before,
    #Mainvisual .contactBox ul li.insta a::before {
        width: 20px;
        height: 20px;
    }

    /*---------------------------------------------------------------*/
    /* お問い合わせ
    /*---------------------------------------------------------------*/
    .page-contact #contents h2 {
        font-size: 2.5rem;
    }

    .page-contact .article-body .description {
        font-size: 1.6rem;
        text-align: left !important;
    }

    .page-contact .article-head h3 {
        font-size: 1.8rem;
    }

    .page-contact .article-body .addressBox .box dl dt {
        font-size: 1.6rem;
    }

    .page-contact .article-body .addressBox .box dl dd {
        font-size: 1.7rem;
    }

    .page-contact .article-body .addressBox .box dl dd img {
        height: auto;
        width: 100%;
    }

    .page-contact #contents .btnBox input[type="submit"],
    .page-contact #contents .btnBox input[type="reset"] {
        font-size: 1.5rem;
    }

    .page-contact .article-foot.btnBox ul li {
        font-size: 3.3333333333333335vw;
        margin: 0 2% 0 0 !important;
        width: 49% !important;
    }

    .page-contact .article-foot.btnBox ul li:last-child {
        margin: 0 !important;

    }

    .page-contact .article-foot.btnBox a {
        padding: 5px 2.5px;
    }

    /*--------------- エラー画面 ---------------*/



    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer .addressBoxInner p {
        font-size: 1.5rem;
    }

    #footer .addressBoxInner a img {
        width: 30px;
    }

    #footer .description dl dt {
        font-size: 2.0rem;
    }

    #footer .copyright {
        font-size: 1.3rem;
    }

    #contents {
        /*padding: 120px 0 40px;*/
    }

}

@media screen and (max-width: 350px) {}


/* ============================================================
   Animations
   ============================================================ */

/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 下から */
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(75px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 上から */
.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-75px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 左から */
.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-75px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 右から */
.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(75px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*==================================================
ボンッ
===================================*/
/* 拡大 */
.zoomIn {
    animation-name: zoomInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
    from {
        transform: scale(0.6);
    }

    to {
        transform: scale(1);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定 */
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
    opacity: 0;
}

@keyframes rotateLeft {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
        /* 負の値で左回り */
    }
}