@charset "UTF-8";
@import url("grid.css");

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #1f303c;
    --link-color: #666;
    --linkhover-color: #999;
    --back-color: #f7f7f7;
    --border-color: #ccc;
    --white-color: #fff;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
    display: block;
}
a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;
}
a:hover { 
    color: var(--linkhover-color);
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: column;
    padding: 2rem 0 0 0;
    margin-bottom: 10px;
}
.header-box {
	display: none !important;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#navi {
    display: none;
}
nav ul {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: var(--back-color);   
}
nav a {
    padding: 0.5rem;
}

@media screen and (min-width: 768px){
.header {
    flex-direction: row;
    margin-bottom: 0;
}
.header-box {
    display: block !important;
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid var(--base-color);
}
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}
#navi {
    display: block !important;
}
nav ul {
	flex-direction: row;
}
}


    
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
.section-wrap{
    padding: 14.49vw 0;
}
.gray-back {
	background-color: var(--back-color);
}

@media screen and (min-width: 768px){
    .section-wrap{
        padding: 100px 0;
    }
}

@media screen and (min-width: 1080px){
    .section-wrap{
        padding: 120px 0;
    }
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid var(--base-color);
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f5f3f2;
    padding: 3rem 0;
}
footer h4 {
    border-bottom: 3px solid var(--border-color);
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid var(--border-color);
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}

@media screen and (min-width: 768px){
    .table th {
        width: 250px;
        display: table-cell;
    }
    .table td {
        display: table-cell;
    }
}

/*コピーライト
-------------------------------------*/
.copyright {
    color: #000;
    text-align: center;
    padding: 1rem 0;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    line-height: 1.1;
    z-index: 20;
}
#pagetop a {
    width: 60px;
    height: 60px;
    display: block;
    background-color: #333;
    border-radius: 50%;
    opacity: 0.9;
    transition: 0.3s;
}
#pagetop a:hover,
#pagetop a:active,
#pagetop a:focus{
    opacity: 0.6;
}
#pagetop a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    text-align: center;
}





/*
# =================================================================
# カスタマイズ
# =================================================================
*/

body{
    color: #000;
}

.sp{
    display: block!important;
}

.pc{
    display: none!important;
}

.flex-box {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
    
.flex-box.align-fs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-box.align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-box.align-fe {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

.flex-box.row-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}

picture{
    display: block;
    line-height: 1;
}

.b{
    font-weight: 700;
}

.red{
    color: #d80c18;
}

.color01{
    color: #fff462;
}

header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 19.32vw;
    background: rgba(255,255,255,0.95);
    z-index: 20;
}

header .container{
    position: relative;
    padding: 2.42vw 3.62vw;
}

.logo{
    width: 32.61vw;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.logo img{
    width: 100%;
}

.title{
    font-size: 2rem;
    font-weight: 600;
}

/* header固定のため余白をつける。メニューのCSSには関係ない */
main{  
    margin-top: 19.32vw;
}

@media only screen and (max-width: 767px) {
.nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 19.32vw;
    background: rgba(83,185,0,0.85);
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

.hamburger {
    position: absolute;
    right: 3.62vw;
    top: 4.83vw;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
}

.nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav_item {
    text-align: center;
    padding: 0 14px;
}

.nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #fff;
}

.nav_item a:hover {
    background-color: #4ba02d;
}

.hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
}

.hamburger_border_top {
    top: 14px;
}

.hamburger_border_center {
    top: 20px;
}

.hamburger_border_bottom {
    top: 26px;
}

.black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .nav {
    right: 0;
}

.nav-open .black_bg {
    opacity: .8;
    visibility: visible;
}

.nav-open .hamburger_border_top {
    background-color: #fff;
    transform: rotate(45deg);
    top: 20px;
}

.nav-open .hamburger_border_center {
    background-color: #fff;
    width: 0;
    left: 50%;
}

.nav-open .hamburger_border_bottom {
    background-color: #fff;
    transform: rotate(-45deg);
    top: 20px;
}

}

html {
  scroll-padding-top: 19.32vw;
}

.section-wrap.fv-sec,
.section-wrap.fv-sec .container{
    padding: 0;
}

.fv-sec .slider{
    list-style: none;
    margin: 0;
}

.fv-sec .slider.tab{
    display: none !important;
}

.section-wrap.section01{
    background-color: #f9f8f8;
    background-image: url(../images/textured-stripes.png);
    background-position: center top;
    background-repeat: repeat;
    background-size: 256px 256px;
    position: relative;
}

.section-wrap.section01::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/sec01_left_top.webp), url(../images/sec01_right_top.webp);
    background-position: left top, right top;
    background-repeat: no-repeat;
    background-size: 28.99vw 28.99vw;
    margin: auto;
}

h2.sec-title{
    line-height: 1;
    margin: 0 auto 9.66vw;
}

.section01 h2.sec-title{
    width: 80.68vw;
}

.section01 .flex-box:nth-of-type(n+2){
    margin-top: 9.66vw;
}

.section01 .point-img{
    width: 100vw;
    margin: 0 -3.62vw -7.25vw;
}

.section01 .point-text{
    margin: 0 auto;
    line-height: 1;
    filter: drop-shadow(0.24vw 0.24vw 1.44vw rgba(0,0,0,0.4));
}

.section-wrap.section02{
    background-color: #f4e8d1;
    background-image: url(../images/tileable-wood-colored.png);
    background-position: center top;
    background-repeat: repeat;
    background-size: 400px 317px;
    position: relative;
    z-index: 0;
}

.section-wrap.section02::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sec02_back_sp.webp) center top no-repeat;
    background-size: contain;
    margin: auto;
    z-index: 0;
}

.section02 .container{
    position: relative;
    z-index: 5;
}

.section02 h2.sec-title{
    width: 83.57vw;
}

.section02 .popular-box{
    background: #fff;
    border-radius: 1.44vw;
    box-shadow: 0.24vw 0.24vw 1.44vw rgba(0,0,0,0.3);
}

.section02 .popular-box:nth-of-type(n+2){
    margin-top: 9.66vw;
}

.section02 .popular-box h3{
    background: #53b900;
    border-radius: 1.44vw 1.44vw 0 0;
    padding: 4.83vw 3.62vw 4.35vw;
    text-align: center;
    line-height: 1;
    margin: 0;
}

.section02 .popular-box h3 img{
    margin: 0 auto;
}

.section02 .popular-item01 h3 img{
    width: 66.91vw;
}

.section02 .popular-item02 h3 img{
    width: 66.91vw;
}

.section02 .popular-item03 h3 img{
    width: 52.66vw;
}

.section02 .popular-item04 h3 img{
    width: 45.65vw;
}

.section02 .popular-item05 h3 img{
    width: 64.01vw;
}

.section02 .popular-item06 h3 img{
    width: 72.71vw;
}

.section02 .popular-box .box-in{
    padding: 4.83vw 3.62vw 6.04vw;
}

.section02 .popular-box .item-img{
    margin: 0 auto 4.83vw;
}

.section02 .popular-item01 .item-img{
    width: 67.39vw;
}

.section02 .popular-item02 .item-img{
    width: 74.64vw;
}

.section02 .popular-item03 .item-img{
    width: 78.99vw;
}

.section02 .popular-item04 .item-img{
    width: 71.01vw;
}

.section02 .popular-item05 .item-img{
    width: 31.88vw;
}

.section02 .popular-item06 .item-img{
    width: 30.19vw;
}

.section02 .popular-box h4{
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    background: #53b900;
    padding: 1.21vw 6.04vw 0.72vw;
    border-radius: 6.04vw;
    width: fit-content;
    margin: 0 auto 3.38vw;
}

.section02 .popular-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    width: fit-content;
}

.section02 .popular-box ul li{
    font-size: 3.86vw;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    padding: 0.72vw 1.68vw 0.72vw 4.35vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    position: relative;
}

.section02 .popular-box ul li::before{
    position: absolute;
    content: "";
    top: 2.16vw;
    left: 0.96vw;
    background: #53b900;
    width: 2.42vw;
    height: 2.42vw;
    border-radius: 50%;
    margin: auto;
}

.section02 .popular-box .price{
    margin: 7.25vw 0 0;
    line-height: 1;
}

.section02 .popular-item05 .price,
.section02 .popular-item06 .price{
    margin-top: 0;
}

.section02 .popular-box .reference-box{
    background: #e2eec5;
    border-radius: 1.44vw;
    margin: 8.45vw 0 0;
    position: relative;
}

.section02 .popular-box .reference-box::after{
    position: absolute;
    content: url(../images/icon/sec02_icon.svg);
    top: -2.42vw;
    left: -2.42vw;
    width: 13.04vw;
    line-height: 1;
    margin: auto;
}

.section02 .popular-box .reference-box h4{
    background: #5b3a00;
    padding: 2.42vw 3.62vw;
    border-radius: 1.44vw 1.44vw 0 0;
    line-height: 1;
    width: 100%;
    margin: 0;
}

.section02 .popular-box .reference-box h4 img{
    width: 49.76vw;
    margin: 0 auto;
}

.section02 .popular-box .reference-box .box-in{
    padding: 3.62vw;
}

.section02 .popular-box .reference-box .box-in p{
    line-height: 1;
    margin: 0;
}

.section02 .popular-item01 .reference-box .box-in p{
    width: 75.85vw;
}

.section02 .popular-item02 .reference-box .box-in p{
    width: 75.85vw;
}

.section02 .popular-item03 .reference-box .box-in p{
    width: 76.57vw;
}

.section02 .popular-item04 .reference-box .box-in p{
    width: 74.88vw;
}

.section02 .popular-item05 .reference-box .box-in p{
    width: 77.78vw;
}

.section02 .popular-item06 .reference-box .box-in p{
    width: 77.78vw;
}

.section02 .popular-box .size-text{
    font-size: 3.86vw;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    border: 0.72vw solid #53b900;
    padding: 1.92vw 6.04vw 1.44vw;
    width: fit-content;
    margin: 2.42vw auto 0;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.section02 .popular-box .moreover{
    font-size: 5.31vw;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 4.83vw 0 7.25vw;
    position: relative;
}

.section02 .popular-box .moreover::before,
.section02 .popular-box .moreover::after{
    position: absolute;
    top: 48%;
    width: 32%;
    border-top: 2px dashed #53b900;
    content: '';
}

.section02 .popular-box .moreover::before {
    left: 0;
}

.section02 .popular-box .moreover::after {
    right: 0;
}

.section02 .popular-box .choice-box{
    border: 0.50vw solid #00ada9;
    border-radius: 1.21vw;
    padding: 6.04vw 1.92vw 2.42vw;
    position: relative;
}

.section02 .popular-box .choice-box h5{
    position: absolute;
    top: -4.35vw;
    left: 0;
    right: 0;
    width: fit-content;
    font-size: 3.86vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    background: #00ada9;
    padding: 1.21vw 3.62vw 0.72vw;
    border-radius: 6.04vw;
    margin: auto;
}

.section02 .popular-box .choice-box h5 span{
    font-size: 4.83vw;
}

.section02 .popular-box .choice-box ul li{
    font-size: 3.38vw;
    padding: 0.48vw 1.21vw 0.48vw 3.86vw;
    position: relative;
}

.section02 .popular-box .choice-box ul li::before{
    position: absolute;
    content: "";
    top: 1.68vw;
    left: 1.21vw;
    background: #00ada9;
    width: 1.92vw;
    height: 1.92vw;
    border-radius: 50%;
    margin: auto;
}

.section-wrap.section03{
    background-color: #e1efd8;
    background-image: url(../images/textured-stripes.png);
    background-position: center top;
    background-repeat: repeat;
    background-size: 256px 256px;
    padding-top: 0; 
}

.section03 .container{
    padding: 0;
}

.section03 h2{
    background: #53b900;
    line-height: 1;
    text-align: center;
    margin: 0;
    position: relative;
}

.section03 h2::after{
    position: absolute;
    content: url(../images/icon/arrow.svg);
    bottom: -6.28vw;
    left: 0;
    right: 0;
    width: 19.32vw;
    height: 6.52vw;
    margin: auto;
}

.section-in{
    padding: 12.08vw 3.62vw 0;
}

.section03 h3{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5.80vw;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 2.42vw;
}

.section03 h3::before,
.section03 h3::after{
    content: "";
    flex-grow: 1;
    height: 0.48vw;
    background-color: #53b900;
}

.section03 h3::before{
    margin-right: 2.42vw;
}

.section03 h3::after{
    margin-left: 2.42vw;
}

.section03 h3:nth-of-type(n+2){
    margin-top: 12.08vw;
}

.section03 .flex01 > .flex-col{
    width: 31.9%;
}

.section03 .flex02 > .flex-col{
    width: 49.0%;
}

.section03 .attention-conts{
    width: 100%;
    margin: 0;
}

.section03 .attention-conts .attention-title{
    font-size: 3.86vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    background: #53b900;
    padding: 2.42vw 7.25vw 1.92vw;
    position: relative;
    cursor: pointer;
}

.section03 .attention-conts .attention-title::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 1.44vw solid transparent;
    border-left: 1.44vw solid transparent;
    border-bottom: 2.42vw solid #fff;
    border-top: 0;
    position: absolute;
    top: 50%;
    right: 3.62vw;
    transform: translateY(-50%) rotate(-180deg);
}

.section03 .attention-conts .attention-text{
    margin-top: 3.62vw;
}

.section03 .flex03 > .flex-col,
.section03 .flex04 > .flex-col{
    width: 23.4%;
}

.section03 .flex03 > .flex-col:nth-child(n+5),
.section03 .flex04 > .flex-col:nth-child(n+5){
    margin-top: 2.1%;
}

.section03 .flex04 > .flex-col:last-child{
    margin-right: 51.2%;
}

.section03 .flex-col a{
    transition: 0.3s;
}

.section03 .flex-col a:hover,
.section03 .flex-col a:active,
.section03 .flex-col a:focus{
    opacity: 0.8;
}

.cta-sec h2.sec-title{
    width: 92.27vw;
}

.cta-sec h3{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5.80vw;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 1.21vw;
}

.cta-sec h3::before,
.cta-sec h3::after{
    content: "";
    width: 8.45vw;
    height: 0.48vw;
}

.lp01 .cta-sec h3.line-title{
    margin-top: 9.66vw;
}

.cta-sec h3.line-title::before,
.cta-sec h3.line-title::after{
    background-color: #009a3e;
}

.cta-sec h3::before{
    margin-right: 2.42vw;
}

.cta-sec h3::after{
    margin-left: 2.42vw;
}

.cta-sec .line-box{
    background: #009a3e;
    padding: 4.83vw 3.62vw 6.04vw;
    border-radius: 1.92vw;
}

.cta-sec .line-box ul{
    list-style: none;
    margin: 0 auto 6.04vw;
    width: fit-content;
}

.cta-sec .line-box ul li{
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    margin: 0;
    padding: 2.42vw 0 1.44vw 8.45vw;
    border-bottom: 0.24vw dashed #fff;
    background: url(../images/icon/check.svg) left 1.68vw no-repeat;
    background-size: 7.25vw 7.25vw;
}

.cta-sec .line-box .line-btn{
    filter: drop-shadow(0.72vw 0.72vw 0 rgba(0,0,0,0.2));
}

.lp01 .cta-sec .line-box .line-list{
    margin: 0 auto 6.04vw;
}

.lp01 .cta-sec .line-box{
    background: linear-gradient(0deg, #fff200 0%, #fff67f 100%);
    padding: 6.04vw 3.62vw;
}

.cta-sec .flex-box > .flex-col{
    width: 100%;
}

.cta-sec .flex-box h3{
    margin-top: 9.66vw;
}

.lp01 .cta-sec .flex-box > .flex-col:first-of-type h3{
    margin-top: 0;
}

.cta-sec .form-cta h3::before,
.cta-sec .form-cta h3::after{
    background-color: #0075c2;
}

.cta-sec .tel-cta h3::before,
.cta-sec .tel-cta h3::after{
    background-color: #e95377;
}

.cta-sec .line-box .line-btn a,
.cta-sec .flex-box .btn a{
    transition: 0.3s;
}

.cta-sec .line-box .line-btn a:hover,
.cta-sec .line-box .line-btn a:active,
.cta-sec .line-box .line-btn a:focus,
.cta-sec .flex-box .btn a:hover,
.cta-sec .flex-box .btn a:active,
.cta-sec .flex-box .btn a:focus{
    filter: brightness(1.1);
}

.section-wrap.section04{
    position: relative;
    width: 100vw;
    height: 356.52vw;
}

.bg-fix-sec .container{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
}

.bg-fix-sec .sec-bg{
    position: relative;
    left: 0;
    clip-path: inset(0 0 0 0);
    height: 100%;
}

.bg-fix-sec .sec-bg img{
    position: fixed;
    width: 100%;
    height: auto;
    min-height: 100vh;
    left: 0;
    top: 0;
    pointer-events: none;
}

.bg-fix-sec .sec-conts{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-fix-sec .sec-conts .sec-conts-in{
    padding: 14.49vw 3.62vw;
}

.section04 h2.sec-title{
    width: 51.21vw;
}

.section04 .flex-box > .flex-col{
    background: #fff;
    padding: 4.83vw 4.83vw 3.62vw;
    box-shadow: 0.24vw 0.24vw 1.92vw rgba(0,0,0,0.4);
}

.section04 .flex-box > .flex-col:nth-child(n+2){
    margin-top: 7.25vw;
}

.section04 .flex-box > .flex-col p{
    font-size: 3.86vw;
    line-height: 1.6;
    margin: 0;
}

.section04 .flex-box > .flex-col .voice-name{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 0 2.90vw;
}

.section04 .flex-box > .flex-col .voice-name .voice-img{
    width: 26.2%;
    margin: 0 4.4% 0 0;
}

.section04 .flex-box > .flex-col .voice-name .voice-img img{
    border-radius: 50%;
}

.section04 .flex-box > .flex-col .voice-name p{
    width: 100%;
    flex: 1;
    font-size: 4.35vw;
    font-weight: 700;
    line-height: 1.3;
    color: #53b900;
}

.section04 .flex-box > .flex-col .voice-name p span{
    font-size: 7.25vw;
}

.section-wrap.section05{
    background-color: #f3f0ef;
}

.section05 h2.sec-title{
    width: 49.52vw;
}
  
.section05 .qa-list .qa-category{
    cursor: pointer;
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    background: #53b900;
    border-radius: 1.44vw;
    padding: 2.90vw 9.66vw 2.42vw 3.62vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    position: relative;
}

.section05 .qa-list .qa-category::after{
    position: absolute;
    display: block;
    content: '';
    top: 40%;
    right: 3.62vw;
    width: 1.92vw;
    height: 1.92vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
    margin: auto;
}
  
.section05 .qa-list .qa-category.open::after {
    transform: rotate(-45deg);
    top: 50%;
}

.section05 .qa-list .qa-category:nth-of-type(n+2){
    margin-top: 4.83vw;
}
  
.section05 .qa-list .qa-conts{
    display: none;
}

.section05 .qa-list .qa-conts .question-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 4.35vw;
    font-weight: 700;
    line-height: 1.4;
    color: #5b3a00;
    padding: 3.62vw 0 3.62vw 12.08vw;
    min-height: 17.87vw;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    position: relative;
}

.section05 .qa-list .qa-conts .question-title::before{
    position: absolute;
    display: block;
    content: url(../images/icon/question.svg);
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    width: 9.66vw;
    height: 9.66vw;
    margin: auto;
}

.section05 .qa-list .qa-conts .answer-text{
    font-size: 3.86vw;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 3.62vw 12.08vw;
    border-bottom: 0.24vw dashed #000;
    min-height: 11.59vw;
    position: relative;
}
  

.section05 .qa-list .qa-conts .answer-text::before{
    position: absolute;
    display: block;
    content: url(../images/icon/answer.svg);
    top: -1.92vw;
    left: 0;
    width: 9.66vw;
    height: 9.66vw;
    margin: auto;
}

.section05 .qa-list .qa-conts dl .answer-text:last-of-type{
    border-bottom: none;

}

.section-wrap.section06{
    background-color: #e1efd8;
    background-image: url(../images/textured-stripes.png);
    background-position: center top;
    background-repeat: repeat;
    background-size: 256px 256px;
}

.section06 h2.sec-title{
    width: 45.17vw;
    margin-bottom: 6.04vw;
}

.section06 .contact-text{
    font-size: 3.86vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 8.45vw;
}

.section-wrap.section07{
    padding: 4.83vw 0;
}

.section07 dl{
    margin: 0;
}

.section07 dl .tyuui-list{
    display: flex;
}

.section07 dl dt{
    font-size: 3.38vw;
    line-height: 1.5;
    padding: 1.21vw 1.21vw 1.21vw 0;
    margin: 0;
}

.section07 dl dd{
    flex: 1;
    font-size: 3.38vw;
    line-height: 1.5;
    padding: 1.21vw 0 1.21vw 1.21vw;
    margin: 0;
}

.section-wrap.section08{
    background: #f3f0ef;
}

.section08 h2.sec-title{
    width: 51.93vw;
    margin-bottom: 3.62vw;
}

.section08 .tyuui{
    font-size: 3.38vw;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 8.45vw;
}

.section08 .map-img{
    width: 48.31vw;
    margin: 0 auto 6.04vw;
}

.section08 .area-conts{
    width: 100%;
    margin: 0;
}

.section08 .area-conts .area-title{
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    background: #5b3a00;
    padding: 2.42vw 7.25vw 1.92vw;
    border-radius: 0.96vw 0.96vw 0 0;
    position: relative;
    cursor: pointer;
}

.section08 .area-conts .area-title:nth-of-type(n+2){
    margin-top: 4.83vw;
}

.section08 .area-conts .area-title::after{
    content: "\25B2";
    position: absolute;
    top: 53%;
    right: 3.62vw;
    transform: translateY(-50%);
    font-size: 2.90vw;
}

.section08 .area-conts .area-title.open{
    border-radius: 0.96vw;
}

.section08 .area-conts .area-title.open::after{
    content: "\25BC";
}

.section08 .area-conts .area-text{
    background: #fff;
    border: 0.48vw solid #5b3a00;
    padding: 3.62vw;
    border-radius: 0 0 0.96vw 0.96vw;
    margin: 0;
}


footer {
    padding: 7.25vw 0 2.42vw;
}

footer .logo{
    width: 100%;
    max-width: 48.31vw;
    margin: 0 auto 6.04vw;
}

footer .logo img{
    width: 100%;
}

footer .company-info{
    width: 100%;
}

footer .company-info p{
    font-size: 3.86vw;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

footer .company-info .company-name{
    font-size: 4.35vw;
    margin-bottom: 1.21vw;
}

.copyright{
    padding: 4.83vw 0 0;
}

.copyright small{
    font-size: 3.38vw;
}



/* モーダルウィンドウ */

.set2-value, .set2-s,
.set3-value, .set3-s{
    max-width: 145px;
}

.set2-m, .set2-l,
.set3-m, .set3-l{
    max-width: 173px;
}

.set4-value, .set4-s{
    max-width: 174px;
}

.set4-m{
    max-width: 183px;
}

.set4-l{
    max-width: 200px;
}

.refrigerator-ss{
    max-width: 75px;
}

.refrigerator-s{
    max-width: 72px;
}

.refrigerator-m{
    max-width: 83px;
}

.refrigerator-l{
    max-width: 88px;
}

.refrigerator-ll{
    max-width: 98px;
}

.washing-s{
    max-width: 78px;
}

.washing-m{
    max-width: 92px;
}

.washing-l{
    max-width: 95px;
}

.washing-ll{
    max-width: 94px;
}

.washing-drum-m{
    max-width: 102px;
}

.washing-drum-l{
    max-width: 106px;
}



/* フォーム確認画面 */

.confirm .l-warpper{
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 100%;
    min-height: 100vh;
}

.confirm .confirm-sec .c-form_btnBox_btn {
    margin-bottom: 25px;
}

.confirm .confirm-sec h2.confirm-title{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 30px;
}



/* サンクスページ */

.thanks .l-warpper{
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 100%;
    min-height: 100vh;
}

.thanks .thanks-sec h2.thanks-title{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 40px;
}






@media (min-width : 768px){

    .sp{
		display: none!important;
	}

	.pc{
		display: block!important;
	}

    header{
        height: 96px;
    }

    header .container{
        width: 100%;
        padding: 15px 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
    }
    
    .logo{
        width: 150px;
    }
    
    .nav_list{
        text-align: right;
    }
    
    .nav_list li{
        display: inline-block;
        text-align: right;
        padding-left: 20px;
    }
    
    .nav_list li a{
        color: #000;
        font-weight: 600;
    }

    html {
        scroll-padding-top: 96px;
    }

    main{
        margin-top: 96px;
    }

    .section-wrap.fv-sec{
        padding: 0;
    }
    
    .section-wrap.fv-sec .container{
        padding: 0;
        max-width: none;
    }

    .fv-sec .slider.tab{
        display: block !important;
    }

    .fv-sec .slider.pc{
        display: none !important;
    }
    
    .section-wrap.section01::after{
        background-size: 31.25vw 31.25vw;
    }
    
    h2.sec-title{
        margin: 0 auto 65px;
    }
    
    .section01 h2.sec-title{
        width: 59.9%;
        max-width: 556px;
        margin-bottom: 80px;
    }
    
    .section01 .flex-box:nth-of-type(n+2){
        margin-top: 80px;
    }
    
    .section01 .point-img{
        width: 100%;
        max-width: 650px;
        margin: 0 auto -50px;
    }
    
    .section01 .point-text{
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        filter: drop-shadow(1px 1px 8px rgba(0,0,0,0.4));
    }
    
    .section-wrap.section02::after{
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/sec02_back_pc.webp) center top no-repeat;
        background-size: contain;
        margin: auto;
        z-index: 0;
    }
    
    .section02 h2.sec-title{
        width: 63.6%;
        max-width: 590px;
    }
    
    .section02 .popular-box{
        border-radius: 10px;
        box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    }
    
    .section02 .popular-box:nth-of-type(n+2){
        margin-top: 65px;
    }
    
    .section02 .popular-box h3{
        border-radius: 10px 10px 0 0;
        padding: 25px;
    }
    
    .section02 .popular-item01 h3 img{
        width: 52.4%;
        max-width: 462px;
    }
    
    .section02 .popular-item02 h3 img{
        width: 91.8%;
        max-width: 809px;
    }
    
    .section02 .popular-item03 h3 img{
        width: 76.7%;
        max-width: 676px;
    }
    
    .section02 .popular-item04 h3 img{
        width: 66.0%;
        max-width: 582px;
    }
    
    .section02 .popular-item05 h3 img{
        width: 50.0%;
        max-width: 441px;
    }
    
    .section02 .popular-item06 h3 img{
        width: 56.8%;
        max-width: 501px;
    }
    
    .section02 .popular-box .box-in{
        padding: 30px 40px 50px;
    }
    
    .section02 .popular-box .item-img{
        margin: 0 auto 30px;
    }
    
    .section02 .popular-item01 .item-img{
        width: 66.3%;
        max-width: 566px;
    }
    
    .section02 .popular-item02 .item-img{
        width: 73.3%;
        max-width: 626px;
    }
    
    .section02 .popular-item03 .item-img{
        width: 99.0%;
        max-width: 845px;
    }
    
    .section02 .popular-item04 .item-img{
        width: 95.6%;
        max-width: 816px;
    }

    .section02 .popular-item05 .flex-box{
        width: 88.7%;
        max-width: 757px;
        margin: 0 auto;
    }
    
    .section02 .popular-item05 .item-img{
        width: 30.9%;
        max-width: 234px;
        margin: 0 !important;
    }

    .section02 .popular-item06 .flex-box{
        width: 87.0%;
        max-width: 743px;
        margin: 0 auto;
    }
    
    .section02 .popular-item06 .item-img{
        width: 27.5%;
        max-width: 204px;
        margin: 0 !important;
    }
    
    .section02 .popular-box h4{
        font-size: 2.6rem;
        padding: 6px 30px 4px;
        border-radius: 30px;
        margin: 0 auto 15px;
    }
    
    .section02 .popular-box ul li{
        font-size: 2.2rem;
        padding: 6px 10px 6px 30px;
    }
    
    .section02 .popular-box ul li::before{
        top: 12px;
        left: 10px;
        width: 16px;
        height: 16px;
    }
    
    .section02 .popular-box .price{
        width: 70.3%;
        max-width: 600px;
        margin: 40px auto 0;
    }

    .section02 .popular-item05 .price{
        width: 59.4%;
        max-width: 450px;
        margin: 0 !important;
    }

    .section02 .popular-item06 .price{
        width: 60.6%;
        max-width: 450px;
        margin: 0 !important;
    }
    
    .section02 .popular-box .reference-box{
        border-radius: 8px;
        margin: 50px 0 0;
    }
    
    .section02 .popular-box .reference-box::after{
        top: -15px;
        left: -15px;
        width: 80px;
    }
    
    .section02 .popular-box .reference-box h4{
        padding: 15px 40px;
        border-radius: 8px 8px 0 0;
    }
    
    .section02 .popular-box .reference-box h4 img{
        width: 39.6%;
        max-width: 309px;
    }
    
    .section02 .popular-box .reference-box .box-in{
        padding: 30px;
    }

    .section02 .popular-box .reference-box .box-in p{
        margin: 0 auto;
    }
    
    .section02 .popular-item01 .reference-box .box-in p{
        width: 85.6%;
        max-width: 683px;
    }
    
    .section02 .popular-item02 .reference-box .box-in p{
        width: 83.5%;
        max-width: 666px;
    }
    
    .section02 .popular-item03 .reference-box .box-in p{
        width: 84.6%;
        max-width: 675px;
    }
    
    .section02 .popular-item04 .reference-box .box-in p{
        width: 93.9%;
        max-width: 749px;
    }
    
    .section02 .popular-item05 .reference-box .box-in p{
        width: 88.4%;
        max-width: 705px;
    }
    
    .section02 .popular-item06 .reference-box .box-in p{
        width: 88.4%;
        max-width: 705px;
    }
    
    .section02 .popular-box .size-text{
        font-size: 2.2rem;
        border: 3px solid #53b900;
        padding: 8px 30px 5px;
        margin: 10px auto 0;
    }
    
    .section02 .popular-box .moreover{
        font-size: 2.8rem;
        max-width: 680px;
        margin: 25px auto 35px;
    }
    
    .section02 .popular-box .moreover::before,
    .section02 .popular-box .moreover::after{
        width: 38%;
        content: '';
    }
    
    .section02 .popular-box .choice-box{
        border: 3px solid #00ada9;
        border-radius: 8px;
        padding: 40px 15px 20px;
        max-width: 680px;
        margin: 0 auto;
    }
    
    .section02 .popular-box .choice-box h5{
        top: -22px;
        font-size: 2.0rem;
        padding: 6px 25px 4px;
        border-radius: 25px;
    }
    
    .section02 .popular-box .choice-box h5 span{
        font-size: 2.6rem;
    }
    
    .section02 .popular-box .choice-box ul li{
        font-size: 2.0rem;
        padding: 5px 8px 5px 25px;
    }
    
    .section02 .popular-box .choice-box ul li::before{
        top: 12px;
        left: 8px;
        width: 14px;
        height: 14px;
    }

    .section-wrap.section03{
        padding-top: 0;
    }
    
    .section03 .container{
        max-width: none;
    }
    
    .section03 h2{
        margin: 0;
        position: relative;
    }

    .section03 h2 img{
        width: 90%;
        max-width: 835px;
        margin: 0 auto;
    }
    
    .section03 h2::after{
        bottom: -39px;
        width: 120px;
        height: 40px;
    }
    
    .section-in{
        padding: 80px 40px 0;
        max-width: 1080px;
        margin: 0 auto;
    }
    
    .section03 h3{
        font-size: 3.2rem;
        margin: 0 0 15px;
    }
    
    .section03 h3::before,
    .section03 h3::after{
        height: 2px;
    }
    
    .section03 h3::before{
        margin-right: 15px;
    }
    
    .section03 h3::after{
        margin-left: 15px;
    }
    
    .section03 h3:nth-of-type(n+2){
        margin-top: 80px;
    }
    
    .section03 .flex01 > .flex-col{
        width: 32%;
    }
    
    .section03 .attention-conts .attention-title{
        font-size: 2.4rem;
        background: #53b900;
        padding: 14px 50px 12px;
    }
    
    .section03 .attention-conts .attention-title::after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 14px solid #fff;
        border-top: 0;
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%) rotate(-180deg);
    }
    
    .section03 .attention-conts .attention-text{
        margin-top: 25px;
    }
    
    .section03 .flex03 > .flex-col{
        width: 23.5%;
    }

    .section03 .flex04 > .flex-col{
        width: 15.5%;
    }
    
    .section03 .flex03 > .flex-col:nth-child(n+5){
        margin-top: 2%;
    }

    .section03 .flex04 > .flex-col:nth-child(n+5){
        margin-top: 0;
    }

    .section03 .flex04 > .flex-col:nth-child(n+7){
        margin-top: 1.4%;
    }
    
    .section03 .flex04 > .flex-col:last-child{
        margin-right: 33.8%;
    }
    
    .cta-sec h2.sec-title{
        width: 70.0%;
        max-width: 649px;
    }
    
    .cta-sec h3{
        font-size: 2.8rem;
        margin: 0 0 10px;
    }
    
    .cta-sec h3::before,
    .cta-sec h3::after{
        content: "";
        width: 40px;
        height: 3px;
    }
    
    .cta-sec h3::before{
        margin-right: 15px;
    }
    
    .cta-sec h3::after{
        margin-left: 15px;
    }
    
    .cta-sec .line-box{
        padding: 30px;
        border-radius: 10px;
        max-width: 700px;
        margin: 0 auto;
    }
    
    .cta-sec .line-box ul{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        margin: 0 auto 30px;
    }
    
    .cta-sec .line-box ul li{
        width: 46.5%;
        font-size: 2.4rem;
        padding: 12px 0 8px 40px;
        border-bottom: 1px dashed #fff;
        background-position: left 9px;
        background-size: 36px 36px;
    }
    
    .cta-sec .line-box .line-btn{
        max-width: 496px;
        margin: 0 auto;
        filter: drop-shadow(4px 4px 0 rgba(0,0,0,0.2));
    }

    .lp01 .cta-sec h3.line-title{
        margin-top: 50px;
    }
    
    .lp01 .cta-sec .line-box{
        padding: 40px 45px;
        max-width: 845px;
    }

    .lp01 .cta-sec .line-box .line-list{
        margin: 0 auto 40px;
    }

    .cta-sec .flex-box > .flex-col{
        width: 47.5%;
    }
    
    .cta-sec .flex-box h3{
        margin-top: 50px;
    }

    .lp01 .cta-sec .flex-box h3{
        margin-top: 0 !important;
    }

    .section-wrap.section04{
        padding: 80px 0;
        background: url(../images/sec04_back_pc.webp) center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: auto;
        width: 100%;
    }
    
    .bg-fix-sec .container{
        position: static;
        left: auto;
        top: auto;
        height: auto;
        padding: 0;
        clip: auto;
    }
    
    .bg-fix-sec .sec-conts{
        position: static;
        top: auto;
        left: auto;
        height: auto;
        padding: 0;
    }
    
    .bg-fix-sec .sec-conts .sec-conts-in{
        max-width: 1080px;
        margin: 0 auto;
        padding: 0 40px;
    }
    
    .section04 h2.sec-title{
        width: 38.0%;
        max-width: 353px;
    }
    
    .section04 .flex-box > .flex-col{
        width: 48%;
        padding: 25px 25px 20px;
        box-shadow: 1px 1px 8px rgba(0,0,0,0.4);
        margin: 0 !important;
    }
    
    .section04 .flex-box > .flex-col:nth-child(n+3){
        margin-top: 4% !important;
    }
    
    .section04 .flex-box > .flex-col p{
        font-size: 1.6rem;
        line-height: 1.8;
    }
    
    .section04 .flex-box > .flex-col .voice-name{
        margin: 0 0 15px;
    }
    
    .section04 .flex-box > .flex-col .voice-name .voice-img{
        width: 100px;
        margin: 0 20px 0 0;
    }
    
    .section04 .flex-box > .flex-col .voice-name p{
        font-size: 2.0rem;
    }
    
    .section04 .flex-box > .flex-col .voice-name p span{
        font-size: 3.2rem;
    }
    
    .section05 h2.sec-title{
        width: 37.2%;
        max-width: 345px;
    }
      
    .section05 .qa-list .qa-category{
        font-size: 2.2rem;
        border-radius: 6px;
        padding: 12px 50px 10px 25px;
    }
    
    .section05 .qa-list .qa-category::after{
        position: absolute;
        display: block;
        content: '';
        top: 40%;
        right: 25px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(135deg);
        transition: all .3s ease-in-out;
        margin: auto;
    }
    
    .section05 .qa-list .qa-category:nth-of-type(n+2){
        margin-top: 25px;
    }
    
    .section05 .qa-list .qa-conts .question-title{
        font-size: 2.2rem;
        padding: 35px 0 35px 65px;
        min-height: 92px;
    }
    
    .section05 .qa-list .qa-conts .question-title::before{
        width: 50px;
        height: 50px;
    }
    
    .section05 .qa-list .qa-conts .answer-text{
        font-size: 1.8rem;
        line-height: 1.8;
        padding: 0 0 25px 65px;
        border-bottom: 1px dashed #000;
        min-height: 65px;
    }
      
    .section05 .qa-list .qa-conts .answer-text::before{
        top: -10px;
        width: 50px;
        height: 50px;
    }
    
    .section06 h2.sec-title{
        width: 34.0%;
        max-width: 315px;
        margin-bottom: 30px;
    }
    
    .section06 .contact-text{
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
    
    .section-wrap.section07{
        padding: 30px 0;
    }

    .section07 dl{
        max-width: 810px;
        margin: 0 auto;
    }
    
    .section07 dl dt{
        font-size: 1.4rem;
        padding: 8px 8px 8px 0;
    }
    
    .section07 dl dd{
        font-size: 1.4rem;
        padding: 8px 0 8px 8px;
    }

    .section08 h2.sec-title{
        width: 39.1%;
        max-width: 362px;
        margin-bottom: 20px;
    }
    
    .section08 .tyuui{
        font-size: 1.6rem;
        margin: 0 0 50px;
    }
    
    .section08 .map-img{
        width: 32.4%;
        max-width: 300px;
        margin: 0 auto 40px;
    }
    
    .section08 .area-conts .area-title{
        font-size: 2.4rem;
        padding: 10px 40px 6px;
        border-radius: 6px 6px 0 0;
    }
    
    .section08 .area-conts .area-title:nth-of-type(n+2){
        margin-top: 30px;
    }
    
    .section08 .area-conts .area-title::after{
        right: 25px;
        font-size: 1.4rem;
    }
    
    .section08 .area-conts .area-title.open{
        border-radius: 6px;
    }
    
    .section08 .area-conts .area-text{
        border: 2px solid #5b3a00;
        padding: 20px 25px;
        border-radius: 0 0 6px 6px;
    }
    
    
    footer {
        padding: 50px 0 15px;
    }

    footer .flex-box{
        max-width: 580px;
        margin: 0 auto;
    }
    
    footer .logo{
        width: 43.1%;
        max-width: 250px;
        margin: 0;
    }
    
    footer .company-info{
        width: 50%;
    }
    
    footer .company-info p{
        font-size: 1.6rem;
        text-align: left;
    }
    
    footer .company-info .company-name{
        font-size: 2.0rem;
        margin-bottom: 5px;
    }
    
    .copyright{
        padding: 40px 0 0;
    }
    
    .copyright small{
        font-size: 1.6rem;
    }


    /* フォーム確認画面 */

    .confirm .confirm-sec h2.confirm-title{
        font-size: 3.2rem;
        margin: 0 0 40px;
    }


    /* サンクスページ */

    .thanks .thanks-sec h2.thanks-title{
        font-size: 3.2rem;
        margin: 0 0 60px;
    }

    
    



}



@media (min-width : 769px){

    /* モーダルウィンドウ */

    .refrigerator-ss{
        max-width: 50px;
    }
    
    .refrigerator-s{
        max-width: 48px;
    }
    
    .refrigerator-m{
        max-width: 55px;
    }
    
    .refrigerator-l{
        max-width: 59px;
    }
    
    .refrigerator-ll{
        max-width: 65px;
    }

}



@media (min-width : 1080px){

    header{
        height: 120px;
    }

    .logo{
        width: 202px;
    }

    .nav_list li a{
        font-size: 1.8rem;
    }

    html {
        scroll-padding-top: 120px;
    }

    main{
        margin-top: 120px;
    }

    .fv-sec .slider.tab{
        display: none !important;
    }

    .fv-sec .slider.pc{
        display: block !important;
    }

    h2.sec-title{
        margin: 0 auto 80px;
    }

    .section01 .container{
        max-width: 1480px;
    }

    .section01 .point-img{
        width: 58.6%;
        max-width: 820px;
        margin: 0 -4.3% 0 0;
    }

    .section01 .flex-box:nth-of-type(even) .point-img{
        margin: 0 0 0 -4.3%;
    }
    
    .section01 .point-text{
        width: 45.7%;
        max-width: 640px;
        margin: 0;
    }

    .section02 .popular-box:nth-of-type(n+2){
        margin-top: 80px;
    }

    .section02 .popular-box h3{
        padding: 30px;
    }
    
    .section02 .popular-box .box-in{
        padding: 40px 50px 60px;
    }

    .section02 .popular-box .item-img{
        margin: 0 auto 40px;
    }

    .section02 .popular-box .price{
        margin: 50px auto 0;
    }

    .section02 .popular-box .reference-box{
        margin: 60px 0 0;
    }

    .section-in{
        padding: 100px 40px 0;
    }

    .section03 h3{
        font-size: 4.0rem;
        margin: 0 0 20px;
    }

    .section03 h3:nth-of-type(n+2){
        margin-top: 100px;
    }

    .section03 .attention-conts .attention-text{
        margin-top: 30px;
    }

    .cta-sec h3{
        font-size: 3.4rem;
        margin: 0 0 15px;
    }

    .cta-sec h3::before,
    .cta-sec h3::after{
        width: 50px;
    }

    .cta-sec .line-box{
        padding: 40px;
    }

    .cta-sec .line-box ul{
        margin: 0 auto 40px;
    }

    .cta-sec .line-box .line-btn{
        max-width: 620px;
    }

    .lp01 .cta-sec h3.line-title{
        margin-top: 60px;
    }

    .cta-sec .flex-box h3{
        margin-top: 60px;
    }

    .section-wrap.section04{
        padding: 100px 0;
    }

    .section05 .qa-list .qa-category{
        font-size: 2.6rem;
    }

    .section06 h2.sec-title{
        margin-bottom: 40px;
    }

    .section06 .contact-text{
        margin-bottom: 50px;
    }

    .section08 .tyuui{
        margin: 0 0 60px;
    }
    
    .section08 .map-img{
        margin: 0 auto 50px;
    }


    /* フォーム確認画面 */

    .confirm .confirm-sec h2.confirm-title{
        font-size: 3.8rem;
        margin: 0 0 50px;
    }


    /* サンクスページ */

    .thanks .thanks-sec h2.thanks-title{
        font-size: 3.8rem;
        margin: 0 0 80px;
    }


    
}
