@charset "utf-8";

@media only screen and (max-width: 767px) {
    /*-----------------------------------------------------
        common
    -----------------------------------------------------*/
    body {
        font-size: 14px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    img.sp,
    span.sp {
        display: inline-block;
    }
    .inner {
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
	.flex_sp {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
	}
    .btn_efc a:hover img {
        transform: translateY(1vw);
    }
    #contact table {
        font-size: 14px;
    }
    #contact th,
    #contact td {
        display: block;
        padding: 15px !important;
        width: 100% !important;
        font-size: 13px;
        border: 0;
    }
    #contact th {
        padding: 8px 15px !important;
	}
	header a,
    .cv a,
    .floatbox a {
        display: block;
	}

    /* ラジオボタン
    -----------------------------------------------------*/
    input[type="radio"] + label::before {
        top: 1px;
    }
    input[type="radio"]:checked + label::after {
        top: 4px;
        left: 3px;
        width: 8px;
        height: 8px;
    }

    /* チェックボックス
    -----------------------------------------------------*/
    input[type="checkbox"]:checked + label:after {
        top: 3px;
    }

	/*-----------------------------------------------------
		header
	-----------------------------------------------------*/
	header:not(.fixed):not(.fixed_sp) {
		position: relative;
	}
	header:not(.fixed):not(.fixed_sp):not(.ws) {
		position: absolute;
	}
	header.fixed,
	header.fixed_sp {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		right: 0;
	}
	header .inner {
		height: auto;
	}
	header h1 {
		padding: 3.3vw 0 3vw 3.4%;
		position: relative;
		z-index: 5;
	}
	header h1 img {
		height: 6.5vw;
	}
	header .info .tel {
		order: 2;
	}
	header .info .button {
		order: 1;
	}
	header .info .tel img,
	header .info .button img {
		height: 13vw;
	}

    /*-----------------------------------------------------
        content
    -----------------------------------------------------*/
    #mainvisual,
    .sec,
    .cv {
        background: none !important;
    }
    #mainvisual {
        min-height: 125vw;
    }
    .sec,
    .cv {
        min-height: 33vw;
    }
    .ttlbox {
        background: none !important;
    }

	/* section セクション
	-----------------------------------------------------*/
	.ttlbox h2{
		font-size: 7vw;
	}
	.cntbox h3{
		font-size: 5vw;
	}

    /* .cv コンバージョンエリア
    -----------------------------------------------------*/
	.cv .tel,
	.cv .button {
		max-width: inherit;
	}
    .cv .button00 {
        left: 5%;
        right: 5%;
        bottom: 31%;
        margin: 0 auto;
    }
    .cv .button01 {
		left:5%;
        right: unset;
        bottom: 11%;
		max-width:44%;
    }
    .cv .button02 {
        right: 5%;
        bottom: 11%;
		max-width:43%;
    }

	/* #reason 選ばれる理由
	-----------------------------------------------------*/
	#reason .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}
	#reason .cntbox .inner {
		padding: 10vw 4% 10vw;
	}
	
#reason .cntbox .rsn .btn{
    bottom: 15vw;
}


/* #sec02
-----------------------------------------------------*/
#sec02 {
	background: url("../img/sec02_btm.webp") center bottom no-repeat ,linear-gradient(180deg, #F7F7F7 calc(100% - 12vw), #FFF0 calc(100% - 12vw));
	padding-bottom: 15vw;
	background-size: 200% auto;
	margin-bottom: -15vw;
}
#sec03 {
	padding-top:15vw;
}

/* #sec05 ～の流れ
-----------------------------------------------------*/
#sec05 {
	background: url('../img/sec05_bg.webp') center repeat;
}
#sec05 .ttlbox .inner {
    padding: 9.8vw 7vw 0;
}
#sec05 .cntbox .inner {
	padding-top: 6vw;
	padding-bottom: 15vw;
}
#sec05 .exp{
	font-size:3.1vw;
	line-height:1.8;
	padding-bottom: 10vw;
}
#sec05 .data_conf{
	padding: 0 7vw 9.3vw;
}
#sec05 .tab_wrapper {
	margin:0 3.8vw;
}
#sec05 .tab_wrapper .tab_index{
	display:flex;
	justify-content:flex-start;
}

#sec05 .tab_wrapper .tab_content dl{
	padding: 9vw 3vw 10vw;
	position: relative;
	margin-bottom: 24vw;
}
#sec05 .tab_wrapper .tab_content dl:after{
	width:5vw;
	height:11vw;
	top: calc(100% + 7vw);
}
#sec05 .tab_wrapper .tab_content dl dt{
	gap: 6vw;
	padding-bottom: 1vw;
	flex-direction: column;
	align-items: flex-start;
}
#sec05 .tab_wrapper .tab_content dl dt .no img{
	height: 3.7em;
}
#sec05 .tab_wrapper .tab_content dl dt .no + div{
	text-align:left;
}
#sec05 .tab_wrapper .tab_content dl dt h3{
	font-size: 4.8vw;
	flex:1 1 auto;
	width:100%;
}
#sec05 .tab_wrapper .tab_content dl dt .no + div h3{
	line-height: 1;
	margin-bottom: 1em;
}
#sec05 .tab_wrapper .tab_content dl dt .no + div p{
	line-height: 1.7;
	font-size: 3.3vw;
}
#sec05 .tab_wrapper .tab_content dl dt .no + div p + p{
	padding-top:0.6em;
}
#sec05 .tab_wrapper .tab_content dl dt .no + div p b{
	line-height: 1.5;
}
#sec05 .tab_wrapper .tab_content dl dd{
	margin-top: 9vw;
	padding: 4.5vw calc(5.2%) 4vw;
	border-radius: 2vw;
}
#sec05 .tab_wrapper .tab_content dl dd + dd{
	margin-top: 4vw;
}
#sec05 .tab_wrapper .tab_content dl dd h4{
	font-size: 4.3vw;
	margin-bottom: 0.6em;
}
#sec05 .tab_wrapper .tab_content dl dd p{
	font-size: 3.2vw;
	text-align: left;
}
#sec05 .tab_wrapper .tab_content dl dd p + p{
	margin-top: 4vw;
}
#sec05 .tab_wrapper .tab_content dl dd .slider{
	margin-top: 3.8vw;
}
#sec05 .tab_wrapper .tab_content dl dd .slick-arrow{
	width: 9vw;
	height: 9vw;
}
#sec05 .tab_wrapper .tab_content dl dd .slider li{
	padding: 4vw 4.9%;
	border-radius: 2vw;
}
#sec05 .tab_wrapper .tab_content dl dd .slider li h4{
	display:flex;
	color:#333;
	font-weight:normal;
	align-items:center;
	gap: 2vw;
	margin-bottom: 3vw;
}
#sec05 .tab_wrapper .tab_content dl dd .slider li h4 i{
	font-size: 3.2vw;
	line-height:1.4em;
	width: 2.2em;
	border-radius:50%;
}
	#sec05 .result{
		margin: 0 5vw;
	}
	
		
	/* #sec06 
	-----------------------------------------------------*/
	#sec06 .ttlbox .inner {
	    padding: 9.8vw 7vw 0;
	}
	#sec06 ul li .btn{
		bottom: 14vw;
		left: 5vw;
		right: 5vw;
	}

	/* #flow ～の流れ
	-----------------------------------------------------*/
	#flow .ttlbox .inner {
		padding: 10vw 25% 0;
	}
	#flow .cntbox .inner {
		padding: 8vw 4% 10vw;
	}
	#flow .exp {
		margin-bottom: 10vw;
	}
	#flow ol li:nth-child(n+2) {
		margin-top: 9vw;
	}
	#flow ol li:after {
		top: 50px;
		left: 22px;
		width: 2px;
	}
	#flow ol li .ini {
		padding: 0;
		font-size: 3.4vw;
		margin-bottom: 0.2em;
	}
	#flow ol li .ini .min {
		font-size: 11px;
	}
	#flow ol li .flex {
	    padding: 0;
	}
	#flow ol li:nth-last-of-type( n + 2) .flex:before {
		height:100%;
		width:1vw;
		top: 10vw;
		left: 12.5%;
		background: url("../img/flow_parts01.webp") left top no-repeat;
		background-size: auto 170%;
	}
	#flow ol li .flex .txtbox {
		flex: 0 0 69%;
	}
	#flow ol li .flex .txtbox .title {
		margin: 0 0 2vw;
		font-size: 4.2vw;
		}
	#flow ol li .flex .txtbox .txt {
		font-size: 3.3vw;
	}
	#flow ol li .flex .pic {
		flex: 0 0 25%;
	}

	/* タイプ別スタイル */
	#flow ol.type-b li,
	#flow ol.type-d li {
		padding: 45px 0 0 50px;
	}
	#flow ol.type-b li .ini,
	#flow ol.type-c li .ini,
	#flow ol.type-d li .ini,
	#flow ol.type-e li .ini {
		width: 46px;
		height: 46px;
	}
	#flow ol.type-b li,
	#flow ol.type-d li {
		padding: 23px 0 0 23px;
	}
	#flow ol.type-c li,
	#flow ol.type-e li {
		padding: 0 0 0 23px;
	}
	#flow ol.type-b li .flex,
	#flow ol.type-d li .flex {
		padding: 7vw 5%;
	}
	#flow ol.type-c li .flex,
	#flow ol.type-e li .flex {
		padding: 30px 3% 30px 10%;
	}

	/* #area 対応エリア
	-----------------------------------------------------*/
	#area .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}
	#area .cntbox .inner {
		padding: 10vw 4% 10vw;
	}
	#area .exp {
		margin-bottom: 10vw;
	}

	/* type-a */
	#area .pref .cap {
		font-size: 6vw;
		margin-bottom: 3vw;
	}
	#area .pref dl {
		margin-top: 3.2vw;
	}
	#area .pref dl:first-child {
		margin-top: 0;
	}
	#area .pref dl dt {
		font-size: 3.8vw;
		padding: 3vw 4.5vw;
	}
	#area .pref dl dd {
		font-size: 2.8vw !important;
		padding: 4vw 4.5vw;
		line-height: 1.525;
	}

	/* #faq よくある質問
	-----------------------------------------------------*/
	#faq .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}
	#faq .cntbox .inner {
		padding: 10vw 4% 10vw;
	}
	#faq .exp {
		margin-bottom: 10vw;
	}
	#faq ul li:nth-child(n+2) {
		margin-top: 10px;
	}
	#faq ul li .que {
		padding: 15px 35px 15px 15px;
	}
	#faq ul li .ans {
		padding: 15px;
		line-height: 1.6;
		font-weight: 500;
	}
	#faq ul li .que .ini, #faq ul li .ans .ini {
		margin-right: 3%;
		flex: 0 0 6%;
	}
	#faq ul.pdown li .que:before, #faq ul.pdown li .que:after {
		right: 3%;
		width: 20px;
		height: 20px;
		background-size: 100% auto;
	}

    /* #contact フォーム
    -----------------------------------------------------*/
    #contact .cntbox .inner {
        padding: 10vw 4%;
        min-height: 400px;
    }
    #contact .title {
		font-size: 24px;
	}
	#contact .exp {
        margin-bottom: 10vw;
    }
    #contact table {
        margin-bottom: 30px;
    }
    #contact tr {
        margin-bottom: 20px;
        padding: 0;
    }
    #contact tr:last-child {
        margin-bottom: 0;
    }
    #contact tr {
        display: block;
        margin: 0;
    }
    #contact th,
    #contact td {
        display: block;
        width: 100%;
    }
    #contact td input,
    #contact td input.lng,
    #contact td textarea {
        width: 100%;
    }
    #contact td select {
        width: 110px;
    }
	#contact td input[name="address_address"] {
		width: 100%;
	}
    #contact button[type="submit"],
    #contact button[type="button"] {
        width: auto !important;
    }

    #contact td .note {
        font-size: 13px;
    }

	/* #review 口コミ一覧
	-----------------------------------------------------*/
	#review .ttlbox .inner {
		padding-top: 14vw;
	}
	#review .cntbox .inner  {
		padding-top: 10vw;
		padding-bottom: 14vw;
	}
	#review .review_list li {
		margin-left: 5vw;
		margin-right: 5vw;
	}
	/* #ancher_section アンカーリンク付きコンテンツ
	-----------------------------------------------------*/
	#ancher_section .ttlbox .inner {
		padding-top: 14vw;
	}
	#ancher_section .cntbox .inner {
		padding-top: 10vw;
		padding-bottom: 8vw;
	}
	#ancher_section .cntbox .inner .ancher {
		padding-bottom: 10vw;
	}
	#ancher_section .cntbox .inner .ancher a {
		padding: 5vw;
	}

	/* #store 店舗紹介
	-----------------------------------------------------*/
	#store .ttlbox .inner {
		padding-top: 14vw;
	}
	#store .cntbox .inner  {
		padding-top: 10vw;
		padding-bottom: 14vw;
	}
	/* #representative 代表者
	-----------------------------------------------------*/
	#representative .cntbox .inner .person p{
		font-size: 8vw;
	}
	#representative .cntbox .inner .history ul{
		column-count: 1;
		margin: 10vw auto 0;
		width: fit-content;
	}

	/* #info 運営会社情報 / #law 特定商取引法に基づく表示
	-----------------------------------------------------*/
	#info .ttlbox .inner {
		padding: 10vw 6% 6vw;
	}
	#info .cntbox .inner {
		padding: 4.7vw 3.8% 15vw;
	}
	#law .ttlbox .inner {
		padding: 6vw 4% 8vw;
	}
	#law .cntbox .inner {
		padding: 0 4% 10vw;
	}
	.infobox .table_wrapper{
	    border-radius: 2vw;
	}
	.infobox table {
		font-size:3.6vw;
	}
	.infobox table th {
		display: table-cell;
		width: 7em;
		padding: 0.55em 0.6em;
	}
	.infobox table td {
		display:table-cell;
		width:auto;
		padding: 0.55em 0.6em;
	}

	/*-----------------------------------------------------
		company 会社概要
	-----------------------------------------------------*/
	#company .cntbox .inner {
		padding: 10vw 4% 10vw;
	}

	/*-----------------------------------------------------
		privacy プライバシーポリシー
	-----------------------------------------------------*/
	#privacy .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}
	#privacy .cntbox .inner {
		padding: 10vw 4% 10vw;
	}

    /*-----------------------------------------------------
        footer
    -----------------------------------------------------*/
	footer .sitemap {
		font-size: 14px;
		flex-wrap: wrap;
	}
	footer .sitemap .inner {
		padding: 3vw 4%;
	}
	footer .sitemap ul li {
		margin: 0.5em 0;
	}
    footer .sitemap ul li:before,
    footer .sitemap ul li:last-child:after {
        content: none;
    }
    footer .copyright {
        font-size: 10px;
    }
    footer .copyright .inner {
		padding: 3vw 4%;
	}
    #page-top {
        bottom: 18vw;
        width: 50px;
    }
    .floatbox:not(.fixed):not(.fixed_sp) {
        position: static;
    }
    .floatbox.fixed,
    .floatbox.fixed_sp {
        position: fixed;
        z-index: 9999;
        bottom: 0;
        left: 0;
        right: 0;
    }

	/* タイプ別スタイル */
	footer .inner.type-col {
		flex-direction: column;
	}

    /*-----------------------------------------------------
        confirm 内容確認 / thanks 送信完了
    -----------------------------------------------------*/
    .thanks header h1 {
	    padding: 1vw 0;
	}
	.confirm #contact .exp,
    .thanks #contact .exp {
        text-align: left;
    }
    .confirm #contact .btnbox {
        display: block;
    }
    .confirm #contact button[type="submit"] {
        order: 1;
        margin-left: auto;
        margin-right: auto;
    }
    .confirm #contact button[type="button"] {
        order: 2;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

	/*-----------------------------------------------------
		modal
	-----------------------------------------------------*/
	#modalForm {
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		width: auto !important;
		height: auto !important;
		padding: 8vw 3.5vw 12vw;
	}
	/*スクロールバー全体*/
	#modalForm::-webkit-scrollbar {
		width: 2.5vw;
	}
	#modalCloseArea span.modalClose {
		top: 0;
		right: 0;
		width: 12vw;
		max-width: 45px;
	}
	/* メニュー */
	.fixedmenu {
		position: fixed;
		top: 0;
		width: 13vw;
		height: 13vw;
	}
	.fixedmenu ul {
		display: none;
	}
	.fixedmenu p.btn {
		width: 10vw;
		height: 10vw;
		background: #26B671;
		margin-left: auto;
		position: relative;
		margin: 1.5vw 1.5vw 1.3vw auto;
		border-radius: 50%;
		overflow: hidden;
		cursor: pointer;
		z-index: 4;
	}
	.fixedmenu p.btn span {
		position: absolute;
		width: 46%;
		height: 2px;
		background-color: #fff;
		border-radius: 3px;
		transform-origin: 50% 50%;
		transition: 0.5s;
		left: 29%;
	}
	.fixedmenu p.btn span:nth-of-type(1) {
		top: 42%;
	}
	.fixedmenu p.btn span:nth-of-type(2) {
		top: 60%;
		width: 35%;
	}
	.fixedmenu p.btn.open span:nth-child(1) {
		top: 49%;
		transform: rotate(-135deg);
		left: 26%;
	}
	.fixedmenu p.btn.open span:nth-child(2) {
		top: 49%;
		transform: rotate(135deg);
		width: 46%;
		left: 26%;
	}
	.fixedmenu ul {
		background: #25AD6D;
		width: 100%;
		padding: 17vw 5% 2em;
		font-size: 4.4vw;
		width: 100vw;
		position: relative;
		left: -87vw;
		top: -13vw;
		height: 100vh;
	}
	.fixedmenu ul li {
		padding: 0.7vw 5% 0;
		left: 0;
	}
	.fixedmenu ul li + li {
	}
	.fixedmenu ul li a {
		text-align:left;
		width: 100%;
		background:none;
		padding: 0.3em 1.7em;
		transform: translateX(0);
	}
	.fixedmenu ul li a:before{
		left:0;
		color:#FFF;
		font-size:0.8em;
		text-shadow:none;
		font-weight:bold;
		top: 20%;
	}
	.fixedmenu ul li a:after {
		content: unset;
	}
	.fixedmenu ul li a:hover,
	.fixedmenu ul li a.dispnow {
	    text-decoration: none;
	    transform: translateX(0);
	    transition: 0s;
	}
	.fixedmenu ul li a:hover:before ,
	.fixedmenu ul li a.dispnow:before {
	    opacity: 1;
	}
	.fixedmenu li.cta{
		display:flex;
		gap: 5%;
		padding: 0.5em 5vw;
	}
	.fixedmenu li.cta a{
		padding: 0;
	}
	.fixedmenu ul li.cta a:before,
	.fixedmenu ul li.cta a:before{
		content: unset;
	}
}
