@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);
    }
    .tbl01,
    #contact table {
        font-size: 14px;
    }
    .tbl01 th,
    .tbl01 td,
    #contact th,
    #contact td {
        display: block;
        padding: 15px !important;
        width: 100% !important;
        font-size: 13px;
        border: 0;
    }
	.tbl01 th,
    #contact th {
        padding: 8px 15px !important;
	}

    /* ラジオボタン
    -----------------------------------------------------*/
    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;
		min-height:unset;
	}
	header h1 {
		/* padding: 1.6vw 0 2vw 0; */
		flex: 0 0 54vw;
	}
	header h1 img {
	height: 7.5vw;
	}
	header .info {
		flex: 0 0 auto;
	}
	header .info .button {
		order: 1;
	}
	header .info .tel {
		order: 2;
	}
	header .info .tel img,
	header .info .button img {
		height: 11.6vw;
	}
	header .info p:nth-of-type(n+2){
		margin-left:0;
	}
	header .tel a{
		pointer-events: initial;
		cursor: pointer;
	}
	header .tel a .tel_num{
	    display: none;
	}
	
    /*-----------------------------------------------------
        content
    -----------------------------------------------------*/
    #mainvisual,
    .sec,
    .cv {
        background: none !important;
    }
    #mainvisual {
        min-height: 125vw;
    }
    .sec,
    .cv {
        min-height: 33vw;
    }
    .ttlbox {
    }
	
	#mainvisual .ntbox {
        padding: 1vw 0;
        font-size: 3.2vw;
        max-width: 67vw;
	}
	#mainvisual .ntbox .nt_dt .num {
        font-size: 3.2vw;
	}

	/* section セクション
	-----------------------------------------------------*/
	.ttlbox h2{
		font-size: 7vw;
		left: 0;
		right: 0;
		top: 0;
	}
	.cntbox h3{
		font-size: 5vw;
	}

    /* .cv コンバージョンエリア
    -----------------------------------------------------*/
	.cp{
		padding:0;
	}
	.cv .tel,
	.cv .button {
		max-width: inherit;
	}
	.cv a{
		pointer-events: initial;
		cursor: pointer;
	}
	.cv a > *{
		grid-row:1;
		grid-column:1;
		z-index: 2;
	}
	.cv .tel_num{
		font-size: 7.7vw;
		position: absolute;
		margin: 10.2% 0 0 32%;
		z-index: 3;
		background: linear-gradient(90deg, #F83700 0%, #FACB23 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-shadow: unset;
		bottom: 22%;
	}
	.cv .ntbox {
		font-size: 3.6vw;
		grid-row: 2;
		max-width: unset;
		justify-content: center;
		padding-top: 0.5em;
	}
    .cv01 .tel {
        left: 2.8%;
        right: 2.8%;
        top: 26.3%;
    }
	.cv02 .tel {
        left: 2.8%;
        right: 2.8%;
        top: 46.1%;
    }
	.cv.cv02 .tel_num {
		font-size: 8vw;
	}
	.cv.cv02 .ntbox{
		left:8%;
		top: 58.5%;
	}
		
	#sec03{
		margin-bottom: -8vw;
	}



	/* #reason 選ばれる理由
	-----------------------------------------------------*/
	#reason {
		background-image: url('../img/sp/reason_bg.jpg') !important;
	}
	#reason .ttlbox .inner {
		padding: 6.3vw 5% 10vw;
		margin: 0;
	}
	#reason .ttlbox .inner h2 img {
		width: 85vw;
	}
	#reason .cntbox .inner {
		padding: 3.5vw 5% 9vw;
	}
	#reason .exp {
		margin-bottom: 10vw;
	}
	#reason .rsnbox .rsn {
		flex-direction: column;
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 53vw;
	}
	#reason .rsnbox .rsn:nth-of-type(n+2) {
		margin-top: 10vw;
	}
	#reason .rsnbox .rsn .txtbox {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title {
		order: 1 !important;
		margin: 0;
		width: auto;
		padding: 0 1vw;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title img {
		height: 15vw;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title dt {
		flex: 0 0 auto;
		top: 5vw;
		left: -5vw;
	}
	#reason .rsnbox .rsn .txtbox .title dd {
		font-size: 3.8vw;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title dd span{
		font-size: 7.9vw;
		margin-top: 2.1vw;
		line-height: 1.2;
	}
	#reason .rsnbox .rsn .txtbox .txt {
	    font-size: 3.8vw;
	    order: 3 !important;
	    margin: 4vw 1vw;
	    line-height: 1.6;
	}

	/* タイプ別スタイル */
	#reason .rsnbox.type-b .rsn{
	    margin-left: 0;
	    margin-right: 0;
	    padding: 0;
	    gap: 6.8vw;
	}
	#reason .rsnbox.type-b .rsn:nth-of-type(n+2) {
		margin-top: 5vw;
	}
	#reason .rsnbox.type-b .rsn .pic {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 5vw;
	}
	#reason .rsnbox.type-b .rsn .pic .txtbox {
		flex: 0 0 100%;
		max-width: 100%;
	    padding: 0;
	}
	#reason .rsnbox.type-b .rsn .pic .title {
		margin-bottom: 3vw;
	}
	#reason .rsnbox.type-b .rsn .pic .title dt {
		margin-right: 0;
	}
	#reason .rsnbox.type-b .rsn .pic .title dt img {
		max-height:3.5em;
	}
	#reason .rsnbox.type-b.altn .rsn:nth-of-type(2n) .txtbox {
		order: 1;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#reason .rsnbox.type-b.altn .rsn:nth-of-type(2n) .pic {
		order: 2;
		/* flex: 0 0 590px; */
		/* max-width: 590px; */
		padding: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#reason .rsnbox.type-b.rep-sp .rsn .txtbox {
		order: 2 !important;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#reason .rsnbox.type-b.rep-sp .rsn .pic {
		order: 2 !important;
		margin: 0;
		padding: 0;
	}
	#reason .rsnbox.type-b.rep-sp .rsn .pic img{
		width: 110%;
	}
	#reason .rsnbox.type-b.rep-sp .rsn .pic p {
	}

	/* #caution 悪徳業者に注意
	-----------------------------------------------------*/
	#caution .ttlbox .inner {
		padding: 10vw 4% 5vw;
	}
	#caution .cntbox .inner {
		padding: 0 4% 10vw;
	}
	#caution .exp {
		margin-bottom: 10vw;
	}

	/* タイプ別スタイル */
	#caution.type-b {
		margin: 0 4% 10vw;
	}

    /* #service サービス紹介
    -----------------------------------------------------*/
    #service .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}
	#service .cntbox .inner {
		padding: 0 0 6vw;
		}
    #service .srv {
		flex: 0 0 49%;
		max-width: 49%;
        border-width: 2px;
        padding: 25px 1.5% 20px;
    }
    #service .srv:nth-child(n+3) {
        margin-top: 6vw;
    }
    #service .srv .picbox {
        text-align: center;
    }
    #service .srv .picbox .txt {
        position: static;
        margin-bottom: 2vw;
    }
    #service .srv .picbox .ini {
        position: absolute;
        top: -36px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 1px 5px 2px;
        width: 110px;
        font-size: 13px;
        border-radius: 11px;
    }
    #service .srv .picbox .title {
        font-size: 5vw;
    }
    #service .srv .picbox .title.spmin {
        padding: 0.533333333vw 0;
        font-size: 4vw;
    }
    #service .srv:nth-child(4) .picbox .title {
        font-size: 4.5vw;
    }
    #service .srv .inn {
        padding: 3vw 0 0;
    }
    #service .srv ul {
        padding-bottom: 4.3vw;
    }
    #service .srv ul li {
        font-size: 3vw;
        padding-left: 10%;
        background-size: 7% auto;
        background-position: left top 1vw;
    }

	/* #maker 取り扱いメーカー
	-----------------------------------------------------*/
	#maker .ttlbox .inner {
		padding: 0;
	}
	#maker .cntbox .inner {
		padding: 5vw 0% 10vw;
	}
	#maker ul{
		padding: 0 2vw;
	}
	#maker ul li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	#maker p{
		font-size:4.5vw;
	}

	/* #voice お客様の声
	-----------------------------------------------------*/
	#voice .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}
	#voice .ttlbox .inner h2 img {
		height: auto;
	}
	#voice .ttlbox .inner {
		padding: 0;
	}
	#voice .cntbox .inner {
		padding: 7.5vw 3.5% 15vw;
	}
	#voice .exp {
		margin-bottom: 10vw;
	}
	#voice .psn {
        padding: 0;
    }
    #voice .psn:nth-of-type(n+2) {
        margin-top: 10vw !important;
    }
    #voice .psn .blc {
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #voice .psn .txtbox {
        flex: 0 0 60%;
    }
	#voice .psn .txtbox .title_wrapper{
		flex: 0 0 59%;
		max-width: 59%;
		padding: 0;
	}
	#voice .psn .prf{
	   margin-bottom: 0;
	   font-size: 2.6vw;
	   margin-top: 0vw;
	}
    #voice .psn .title {
        font-size: 4.5vw;
        margin-bottom: 0.5vw;
        line-height: 1.35;
    }
    #voice .psn .pic {
        flex: 0 0 35%;
        max-width: 35%;
        order: 2;
    }
    #voice .psn .txt {
        font-size: 3.6vw;
        line-height: 1.5;
        order:3;
        margin-top: 5.5vw;
        padding: 0;
        line-height: 1.69;
    }

	/* タイプ別スタイル */
	#voice .psnbox.type-col {
		display: block;
	}
	#voice .psnbox.type-col .psn {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#voice .psnbox.frmbox .psn {
		padding: 6.5vw 7vw 8.8vw;
		margin: 0;
		border-width: 2px;
		border-radius: 2vw;
		overflow: hidden;
	}
	#voice .psnbox.frmbox .psn:nth-of-type(n+2) {
		margin-top: 4.4vw !important;
	}
    #voice .altn-sp .psn:nth-of-type(2n) .txtbox {
        flex-direction: row-reverse;
    }
	#voice .altn-sp .psn:nth-of-type(2n) .pic {
    }

	/* #flow ～の流れ
	-----------------------------------------------------*/
	#flow .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}
	#flow .cntbox .inner {
		padding: 10vw 4% 10vw;
	}
	#flow .exp {
		margin-bottom: 10vw;
	}
	#flow ol li:nth-child(n+2) {
		margin-top: 5vw;
	}
	#flow ol li:after {
		top: 50px;
		left: 22px;
		width: 2px;
	}
	#flow ol li .ini {
		padding: 3px 10px;
		width: 50px;
	    font-size: 13px;
	}
	#flow ol li .ini .min {
		font-size: 11px;
	}
	#flow ol li .flex {
	    padding: 5vw 3%;
	}
	#flow ol li .flex .txtbox {
		flex: 0 0 60%;
		max-width: 60%;
	}
	#flow ol li .flex .txtbox .title {
		margin-bottom: 2vw;
		font-size: 4.2vw;
    }
	#flow ol li .flex .txtbox .txt {
		font-size: 2.8vw;
	}
	#flow ol li .flex .pic {
		flex: 0 0 36%;
		max-width: 36%;
	}

	/* タイプ別スタイル */
	#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: 16.4vw 0 0;
	}
	#area .ttlbox .inner h2{
		font-size: 8.3vw;
	}
	#area .cntbox .inner {
		padding: 6vw 4% 15vw;
	}
	/* type-a */
	#area .pref:nth-of-type(n+2){
		margin-top: 4vw;
	}
	#area .pref .cap {
		font-size: 5.2vw;
		padding: 9px;
	}
	#area .pref ul {
		padding: 4vw 4vw 4vw 4vw;
	}
	#area .pref ul li {
		font-size: 3.45vw;
	}
	#area .pref dl dd {
		font-size: 2.8vw !important;
		padding: 4vw 4.5vw;
		line-height: 1.525;
	}
	#area .type-row{
		padding: 0 3vw;
	}
	#area .type-row .pref{
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	#area .type-row .pref + .pref{
		margin-top: 7vw;
	}
	/* #faq よくある質問
	-----------------------------------------------------*/
	#faq .ttlbox .inner {
		padding: 0;
	}
	#faq .ttlbox .inner h2 img{
	}
	#faq .cntbox .inner {
		padding: 8.3vw 4% 2vw;
	}
	#faq .exp {
		margin-bottom: 10vw;
	}
	#faq ul li:nth-child(n+2) {
		margin-top: 10px;
	}
	#faq ul li .que {
		padding: 5.6vw 3.6vw;
		font-size: 3.9vw;
	}
	#faq ul li .ans {
		padding: 20px 12px 10px;
		line-height: 1.5;
		font-weight: 500;
	}
	#faq ul li .que .ini, #faq ul li .ans .ini {
		margin-right: 3%;
		flex: 0 0 8%;
	}
	#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;
    }

	/*-----------------------------------------------------
		company 会社概要
	-----------------------------------------------------*/
	#company .cntbox .inner {
		padding: 10vw 4% 10vw;
	}

	/*-----------------------------------------------------
		privacy プライバシーポリシー
	-----------------------------------------------------*/
	#privacy .ttlbox .inner {
		padding: 0;
	}
	#privacy .cntbox .inner {
		padding: 10vw 4% 10vw;
	}

    /*-----------------------------------------------------
        footer
    -----------------------------------------------------*/
	footer .sitemap {
		font-size: 13px;
		flex-wrap: wrap;
	}
	footer .sitemap .inner {
		padding: 2vw 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;
	}
}
