@charset "utf-8";
/* CSS Document */

/*----------------------------------------
共通
----------------------------------------*/
:root {
  --online-color: #ff826e;
	--call-color: #3ccdaa;
	--chat-color: #19c8e6;
}

*, ::before, ::after {
  box-sizing: border-box;
}
body{
	font-family: "小塚ゴシック Pro","Kozuka Gothic Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 100%;
}
h2{
	background: none;
}
img{
	width: auto;
	max-width: 100%;
}

/*----------------------------------------
mv-area
----------------------------------------*/
.mv-area{
	background: url("../img/webconsult_main_bg_pc.png")  repeat-x top left / contain;
}
.mv-area_in{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

/*----------------------------------------
各section
----------------------------------------*/
.sec{
	padding: 50px 0;
}
.sec.bg-o{
	background: #ffe8d9;
}
.sec-title{
	font-size: 48px;
	font-weight: 800;
}
.sec_in{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}
.sec-head__lead{
	color: #6e6e6e;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	position: relative;
	display: inline-block;
	padding: 0 20px;
}
.sec-head__lead::before,
.sec-head__lead::after{
	position: absolute;
	top: -10%;
	content: "";
	width: 2px;
	height: 120%;
	background: #6e6e6e;
	border-radius: 3px;
}
.sec-head__lead::before{
	left: 0;
	transform: rotate(-25deg);
}
.sec-head__lead::after{
	right: 0;
	transform: rotate(25deg);
}
.sec-head__title{
	color: #ff6400;
	font-size: 46px;
	font-weight: bold;
}
.sec-head__title .p_down{
	font-size: .8em;
}

@media only screen and ( max-width : 1024px ) {
	.sec{
		padding: 50px 30px;
	}
	.sec_in{
		width: 100%;
	}
}

.cont-head{
	display: flex;
	align-content: baseline;
	align-items: flex-start;
	justify-content: center;
	margin: 4rem 0;
}
.cont-head__lead{
	width: 48%;
	display: flex;
	align-items: center;
}
.cont-head__lead-icon{
	width: 100%;
	max-width: 90px;
	margin-right: 1rem;
}
.cont-head__lead p{
	font-size: 28px;
	font-weight: 600;
	text-align: left;
	line-height: 1.4;
}
.cont-head__btn{
	display: flex;
	flex-flow: column;
	align-items: center;
}
.cont-head__btn a img{
	transition: opacity .15s ease , transform .15s ease;
}
.cont-head__btn a:hover img{
	opacity: .8;
	transform: translateY(2px);
}
.cont-head__btn.btn_call img.com_pc{
	width: 100%;
	max-width: 395px;
}
.cont-head__btn p{
	font-size: 18px;
	font-weight: 500;
	color: #505050;
}
.cont-body__lead{
	font-size: 31px;
	font-weight: 600;
	line-height: 1.4;
}
.cont-body__text{
	font-size: 21px;
	font-weight: 400;
	margin-top: 1rem;
}

@media only screen and ( max-width : 1024px ) {
	.cont-head{
		justify-content: space-between;
	}
	.cont-head__lead,.cont-head__btn{
		width: 48%;
	}
}

.cap_area{
	font-size: 16px;
	text-align: left;
	margin-top: 1.6rem;
}
.cap_area p,
.cap_area ul li{
	text-indent: -1em;
	margin-left: 1em;
}

.guid-txt{
	display: flex;
	align-items: baseline;
	justify-content: center;
	color: #ff6400;
	font-size: 22px;
	margin-top: 70px;
}
.guid-txt__lead{
	font-weight: 600;
	white-space: nowrap;
	padding: 0 15px;
	margin-right: 15px;
	border: 1px solid #ff6400;
}
.guid-txt__text{
	text-align: left;
	font-weight: 500;
}
.kasai-box{
	display: flex;
	margin-top: 1.6rem;
}
.kasai-box__head{
	width: 35%;
	color: #00783c;
	font-size: 30px;
	font-weight: 800;
	white-space: nowrap;
	background: #d7e7af;
	padding: 2.5rem 3rem;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.kasai-box__body{
	width: 65%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4ffd0;
	padding: 2.5rem 3rem;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.kasai-box__btn{
	margin-right: 4.5rem;
}
.kasai-box__btn a img{
	transition: opacity .15s ease , transform .15s ease;
}
.kasai-box__btn a:hover img{
	opacity: .8;
	transform: translateY(2px);
}
.kasai-box__body .com_pc img{
	width: 100%;
	max-width: 210px;
}
.kasai-box__tel .business_hours{
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
	margin-top: 1.2rem;
}

@media only screen and ( max-width : 1024px ) {
	.kasai-box{
		display: block;
	}
	.kasai-box__head{
		width: 100%;
		border-top-right-radius: 25px;
		border-bottom-left-radius: 0;
	}
	.kasai-box__body{
		width: 100%;
		border-top-right-radius: 0;
		border-bottom-left-radius: 25px;
	}
}

.eg-list + .eg-list{
	margin-top: 3rem;
}
.eg-list .eg-list__head,
.flow-list .flow-list__head{
	background: #ff6400;
}
.eg-list .eg-list__head a,
.flow-list .flow-list__head a,
.flow-list .flow-list__head p{
	display: block;
	position: relative;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	padding: 1rem 2rem;
	text-decoration: none;
}
#Consullp #Mainbox .eg-list .eg-list__head a:hover,
#Consullp #Mainbox .flow-list .flow-list__head a:hover{
	text-decoration: none !important;
}
.eg-list .eg-list__head a::before, .eg-list .eg-list__head a::after,
.flow-list .flow-list__head a::before,.flow-list .flow-list__head a::after{
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.eg-list .eg-list__head a::after,
.flow-list .flow-list__head a::after{
  background: #fff;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.eg-list .eg-list__head.active a::after,
.flow-list .flow-list__head.active a::after{
  transform: rotate(0);
  transition: 0.5s;
}
.eg-list .eg-list__body,
.flow-list .flow-list__body{
	padding: 0;
	border: none;
}
.eg-list .eg-list__body li{
	display: flex;
	align-items: center;
	padding: 1rem 3rem;
	font-size: 21px;
	font-weight: 500;
	border: none;
}
.eg-list .eg-list__body li:not(:last-of-type){
	margin-bottom: .5rem;
}
.eg-list .eg-list__body .list_icon{
	width: 65px;
	display: flex;
	justify-content: center;
	margin-right: 3rem;
}
.eg-list .eg-list__body .list_icon img{
	max-height: 45px;
}
.eg-list .eg-list__body li p{
	width: calc(100% - (65px + 3rem));
}

.sec-outline .sec-head{
	margin-bottom: 3.5rem;
}
.sec-outline .sec-head__lead{
	padding: 0 40px;
}
.sec-outline .sec-head__lead::before,
.sec-outline .sec-head__lead::after{
	top: 0;
	height: 100%;
}
.sec-outline .sec-head__lead::before{
	transform: rotate(-30deg);
}
.sec-outline .sec-head__lead::after{
	transform: rotate(30deg);
}
.sec-outline .sec-head__lead h2{
	color: #ff6400;
	font-size: 48px;
}
.sec-outline .sec-head__lead h2 .p_down{
	font-size: .8em;
}
.sec-outline .cap_area{
	margin-top: 3.5rem;
	counter-reset: number 0;
}
.sec-outline .cap_area ol{
	display: table;
}
.sec-outline .cap_area li{
	display: table-row;
}
.sec-outline .cap_area li::before{
	display: table-cell;
	white-space: nowrap;
	counter-increment: number;
  content: "※"counter(number)"：";
}

.sec-online,.sec-call,.sec-chat{
	padding-top: 0;
}
.sec-online .sec-title{
	background: var(--online-color);
}
.sec-online .sec-mv-area{
	background: url("../img/online_img_bg_pc.png") repeat-x top left / contain;
}
.sec-mv-area__img.com_pc{
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
}
.sec-online .cont-body__lead{
	color: var(--online-color);
	font-weight: 800;
}
.sec-online .flow-list .flow-list__body{
	background: #fff5be;
}
.sec-online .flow-list .flow-list__body > .com_pc img{
	width: 100%;
	max-width: 825px;
	display: block;
	margin: 0 auto;
}
.sec-online .flow-list .flow-list__body .btn_area{
	text-align: center;
	margin-top: 2.5rem;
}
.sec-online .flow-list .flow-list__body .btn_area a{
	display: inline-block;
	transition: opacity .15s ease , transform .15s ease;
}
.sec-online .flow-list .flow-list__body .btn_area a:hover img{
	opacity: .8;
	transform: translateY(2px);
}
.private-box.mod-box-scroll{
	width: 85%;
	margin: 4rem auto 0;
}
.private-box.mod-box-scroll a{
	color: #333;
}

.sec-call .sec-title{
	background: var(--call-color);
}
.sec-call .sec-mv-area{
	background: url("../img/call_img_bg_pc.png") repeat-x top left / contain;
}
.sec-call .cont-body__lead{
	color: var(--call-color);
}

.sec-chat .sec-title{
	background: var(--chat-color);
}
.sec-chat .sec-mv-area{
	background: url("../img/chat_img_bg_pc.png") repeat-x top left / contain;
}
.sec-chat .cont-body__lead{
	color: var(--chat-color);
}

.flow-list{
	margin-top: 2.5rem;
	position: relative;
}
.flow-list + .flow-list{
	margin-top: 5rem;
}
.sec-flow .flow-list:not(:last-of-type)::after{
	content: "";
	position: absolute;
	bottom: -4rem;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/arrow_d.svg")no-repeat center center / contain;
}
.flow-list .flow-list__head p,
.flow-list .flow-list__head a{
	text-align: left;
	padding: 1rem 3rem;
}
.flow-list .flow-list__body{
	background: #fff;
	text-align: left;
	padding: 2rem 3rem;
	font-size: 19px;
}
.flow-list__body-faq{
	display: flex;
	font-weight: 500;
	margin-top: 1rem;
}
.flow-list__body-faq h3{
	font-size: 24px;
	font-weight: 500;
	margin-right: 2rem;
}
.flow-list__body-faq li{
	font-size: 22px;
	padding: 0;
	border: none;
}
.flow-list .flow-list__body .cap_area p{
	font-size: 16px;
}
.flow-list__body-link{
	text-align: center;
	margin-top: 1rem;
}
.flow-list__body-link a{
	color: #ff6400;
	font-size: 20px;
	font-weight: 500;
}
.flow-list__body-link a:hover{
	opacity: .8;
}
.outlineImg_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
}
.outlineImg_in {
    position: relative;
    max-width: 300px;
    width: calc((100% - 60px) / 3);
}
.outlineImg_in img {
    width: 100%;
    height: auto;
}
.outlineImg_txt {
    position: absolute;
    top: 20px;
    left: 41%;
    font-weight: bold;
}
.outlineImg_txt-top {
    color: #1e0078;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.outlineImg_txt-bot {
    display: inline-block;
    position: relative;
    color: #ff6400;
    font-size: 40px;
    line-height: 1;
}
.outlineImg_in.is-ver1 .outlineImg_txt-bot {
    margin-top: 5px;
    font-size: 30px;
}
.outlineImg_in.is-ver2 .outlineImg_txt-bot {
    font-size: 55px;
    margin-top: -7px;
}
.outlineImg_in.is-ver3 .outlineImg_txt-bot {
    letter-spacing: .05em;
}
.outlineImg_in.is-ver1 .outlineImg_txt-bot .is-fzs {
    font-size: 20px;
}
.outlineImg_in.is-ver1 .outlineImg_txt-bot .is-fzl {
    font-size: 66px;
    letter-spacing: -.05em;
}
.outlineImg_txt-bot .is-sup {
    position: absolute;
    bottom: 0;
    right: -25px;
    color: #333;
    font-size: 14px;
}
.outlineImg_txt-bot .is-sup.is-top {
    top: 10px;
    right: 0;
}
.webconsultImg_wrap img {
    height: auto;
}
.flow-list_img {
    text-align: center;
}
@media only screen and ( max-width : 1024px ) {
    .outlineImg_txt-top {
        font-size: 20px;
    }
    .outlineImg_txt-bot {
        font-size: 38px;
    }
    .outlineImg_in.is-ver1 .outlineImg_txt-bot .is-fzl {
        font-size: 60px;
    }
    .outlineImg_in.is-ver2 .outlineImg_txt-bot {
        font-size: 50px;
    }
}

/*----------------------------------------
臨時休業告知(旧 index.html <style>出し分け)
----------------------------------------*/
.nyinfo_wrap {
	border: solid 2px #ff0000;
	padding: 20px;
	margin-bottom: 50px;
}
.nyinfo-ttl {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #ff0000;
}
.nyinfo-txt {
	font-size: 15px;
	text-align: left;
	color: #ff0000;
}
/*----------------------------------------
SP (旧 page_webconsult_sp.css)
----------------------------------------*/
@media (max-width: 960px) {
	.nyinfo_wrap {
		padding: 15px;
		margin-bottom: 40px;
	}
	.nyinfo-ttl {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.nyinfo-txt {
		font-size: 14px;
	}

	body{
		font-family: "小塚ゴシック Pro","Kozuka Gothic Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.4;
	}

	/*----------------------------------------
	mv-area
	----------------------------------------*/
	.mv-area{
		background: none;
	}
	.mv-area_in{
		width: 100%;
	}

	/*----------------------------------------
	各section
	----------------------------------------*/
	.sec{
		padding: 40px 30px;
	}
	.sec-title{
		font-size: calc(100vw * 52 / 780);
		padding: 1rem 0;
		margin: 0 -30px;
	}
	.sec_in{
		width: 100%;
	}
	.sec-head{
		margin-bottom: 1.5rem;
	}
	.sec-head__lead{
		font-size: calc(100vw * 30 / 780);
		margin-bottom: .5rem;
	}
	.sec-head__title{
		font-size: calc(100vw * 46 / 780);
		line-height: 1.8;
		padding: 0;
	}

	.cont-head{
		flex-flow: column;
		margin: 2rem 0;
	}
	.cont-head__lead,.cont-head__btn{
		width: 100%;
	}
	.cont-head__lead{
		margin-bottom: 1rem;
	}
	.cont-head__lead-icon{
		max-width: calc(100vw * 95 / 780);
	}
	.cont-head__lead p{
		font-size: calc(100vw * 28 / 780);
	}
	.cont-body__lead{
		font-size: calc(100vw * 28 / 780);
		text-align: left;
	}
	.cont-body__text{
		font-size: calc(100vw * 24 / 780);
		text-align: left;
	}

	.cap_area{
		font-size: calc(100vw * 20 / 780);
	}

	.method-sec{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.method-sec > div{
		width: 48%;
	}
	.method-sec > div.method-sec__online{
		width: 100%;
		margin-bottom: 4%;
	}
	.guid-txt{
		margin-top: 12%;
	}
	.guid-txt__lead{
		font-size: calc(100vw * 24 / 780);
		padding: 5px 10px;
	}
	.guid-txt__text{
		font-size: calc(100vw * 26 / 780);
	}
	.kasai-box__head{
		font-size: calc(100vw * 40 / 780);
		padding: 1.5rem 2rem;
	}
	.kasai-box__body{
		padding: 1.5rem 2rem;
	}
	.kasai-box__btn{
		margin-right: 0;
	}
	.kasai-box__body p.com_sp{
		font-size: calc(100vw * 17.5 / 780);
		text-align: left;
		font-weight: 500;
	}
	.kasai-box__tel .business_hours{
		font-size: calc(100vw * 17.5 / 780);
	}

	.eg-list .eg-list__head a,
	.flow-list .flow-list__head a,
	.flow-list .flow-list__head p{
		font-size: calc(100vw * 30 / 780);
	}
	.eg-list .eg-list__head a::before, .eg-list .eg-list__head a::after,
	.flow-list .flow-list__head a::before, .flow-list .flow-list__head a::after{
		width: 18px;
		height: 2px;
		right: 15px;
	}
	.eg-list .eg-list__body li{
		font-size: calc(100vw * 24 / 780);
		padding: 1rem 1.5rem;
	}
	.eg-list .eg-list__body .list_icon{
		width: 50px;
		margin-right: 1.5rem;
	}
	.eg-list .eg-list__body .list_icon img{
		max-height: 30px;
	}
	.eg-list .eg-list__body li p{
		width: calc(100% - (60px + 1.5rem));
		line-height: 1.4;
	}

	.sec-outline .sec-head{
		margin-bottom: 1.5rem;
	}
	.sec-outline .sec-head__lead{
		padding: 0 2.5rem;
	}
	.sec-outline .sec-head__lead h2{
		font-size: calc(100vw * 46 / 780);
		padding: 0;
	}
	.sec-outline .cap_area{
		margin-top: 1.5rem;
	}

	.sec-online,.sec-call,.sec-chat{
		padding-top: 0;
	}
	.sec-online .flow-list{
		margin-top: 1rem;
	}
	.private-box.mod-box-scroll{
		width: 100%;
	}
	.private-box.mod-box-scroll a{
		color: #333;
	}

	.flow-list{
		margin-top: 0;
	}
	.flow-list .flow-list__head p,
	.flow-list .flow-list__head a{
		text-align: left;
		padding: 1rem 2rem;
	}
	.flow-list .flow-list__head a{
		padding: 1rem 4.5rem 1rem 2rem;
	}
	.flow-list .flow-list__body{
		font-size: calc(100vw * 22 / 780);
		padding: 1rem 2rem;
	}
	.flow-list__body-faq{
		display: flex;
		flex-flow: column;
		width: 90%;
		margin: 1rem auto 0;
	}
	.flow-list__body-faq h3{
		font-size: calc(100vw * 26 / 780);
		margin-right: 0;
	}
	.flow-list__body-faq li{
		font-size: calc(100vw * 22 / 780);
		font-weight: 400;
		padding: 0;
		border: none;
	}
	.flow-list .flow-list__body .cap_area p{
		font-size: calc(100vw * 20 / 780);
	}
	.flow-list__body-link a{
		font-size: calc(100vw * 20 / 780);
	}
	.outlineImg_wrap {
	    gap: 0 10px;
	}
	.outlineImg_in {
	    width: calc((100% - 20px) / 3);
	}
	.outlineImg_txt {
	    top: 54%;
	    left: 0;
	    width: 100%;
	}
	.outlineImg_in.is-ver1 .outlineImg_txt {
	    top: 58%;
	}
	.outlineImg_txt-top {
	    font-size: calc(100vw * 24 / 780);
	    line-height: 1.2;
	}
	.outlineImg_in.is-ver1 .outlineImg_txt-bot .is-fzs {
	    font-size: calc(100vw * 24 / 780);
	}
	.outlineImg_txt-bot {
	    font-size: calc(100vw * 46 / 780);
	}
	.outlineImg_in.is-ver1 .outlineImg_txt-bot {
	    margin: 0;
	    font-size: calc(100vw * 36 / 780);
	}
	.outlineImg_in.is-ver1 .outlineImg_txt-bot .is-fzl {
	    font-size: calc(100vw * 70 / 780);
	}
	.outlineImg_in.is-ver2 .outlineImg_txt-bot {
	    font-size: calc(100vw * 60 / 780);
	    margin-top: 0;
	}
	.outlineImg_in.is-ver3 .outlineImg_txt-bot {
	    margin-top: 1vw;
	}
	.outlineImg_txt-bot .is-sup {
	    right: -19%;
	    font-size: calc(100vw * 16 / 780);
	}
	.outlineImg_txt-bot .is-sup.is-top {
	    top: 5px;
	}
    .flow-list_img img {
        width: 100%;
        max-width: 575px;
        height: auto;
    }
}