@charset "UTF-8";
/*
* break point:
* sp = ~768px
* pc = 769px~
*/


/*font*/
@font-face {
	font-family: 'jostsemi';
	src: url(../font/Jost-600-Semi.ttf);
}

@font-face {
	font-family: 'jostmedium';
	src: url(../font/Jost-500-Medium.ttf);
}


/*改行位置*/
@media screen and (max-width:768px) {
	.sp_br {
		display: none;
	}
}

@media screen and (min-width:769px) {
	.pc_br {
		display: none;
	}
}

/*コンテンツ切り替え*/
@media screen and (max-width: 768px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}

	.pc {
		display: block !important;
	}
}

/*最後のCTA 電話番号出しわけ*/
.pc_show {
	display: block !important;
}

.sp_show {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.pc_show {
		display: none !important;
	}

	.sp_show {
		display: block !important;
	}
}


/*web fonts*/
.wf-jost-bold {
	font-family: "Jost", sans-serif;
}

.wf-noto-black {
	font-family: 'Noto Sans JP', sans-serif;
}

.req {
	color: #fb0000;
}


p {
	line-height: 1.6;
	margin: 0;
}

a {
	color: #000;
	line-height: 1.6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}


/*layout*/
body {
	background: #fff;
}

.allwrap {
	overflow: hidden;
	position: relative;
}

.wrap {
	box-sizing: border-box;
	padding: 0 10px;
}


.ctr {
	margin: 0 auto;
	text-align: center;
	width: 1020px;
}

@media screen and (max-width: 768px) {
	.ctr {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
}

.inner {
	margin: 0 auto;
	width: 850px;
}

@media screen and (max-width: 768px) {
	.inner {
		width: 100%;
		max-width: 100%;
	}
}

.main {
	padding-top: 85px;
}

main .main_title_box {
	height: 500px;
	display: flex;
	justify-content: space-between;
}

.main_title_box img {
	width: 40%;
	height: 46rem;
	margin-top: auto;
}

@media screen and (max-width: 768px) {
	.main {
		padding-top: 0;
	}
}


/*title*/
/*section main title*/
.main-titl {
	color: transparent;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}


/*contents title*/
.title {
	color: transparent;
}

.sub-title {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.sub-title {
		font-size: 4.8vw;
	}
}


/*CTAご相談はこちらボタンブロック*/
.consultation {
	background: #fff;
	padding: 37px 10px 30px;
}

.consultation--top {
	padding: 71px 0 41px;
}

.consultation__ctr {
	margin: 0 auto;
	width: 715px;
}

.consultation__ctr figure {
	padding: 0 0 10px;
}

.consultation__check {
	margin: 10px 12px 0;
	text-align: center;
}

.consultation__check ul {
	background: #fff;
	display: inline-block;
	margin: 0 auto;
}

.consultation__check ul li {
	background: url(../img/check.png) no-repeat;
	background-size: 20px 20px;
	background-position: 5px center;
	border-bottom: 1px dashed #d7d7d7;
	color: #111;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 5px 5px 35px;
}

.consultation__title {
	color: #fff100;
	text-align: center;
}

.consultation__btn {
	border: none;
	border-radius: 25px;
	box-shadow: 0 10px 0 #011f1e;
	background: linear-gradient(0deg, #ec4300 70%, #f4ad02 100%) top center/100% auto;
	color: #fff;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1.8;
	overflow: hidden;
	padding: 30px 180px;
	position: relative;
	top: 0;
	text-align: right;
	transition: 0.3s cubic-bezier(0.78, 0.76, 0.28, 0.98);
	transform: scale(1);
	width: 100%;
}

.consultation__btn-box {
	border-top: none;
	margin: 0 auto;
	position: relative;
	width: 100%;
	text-align: center;
}

.consultation__btn:after {
	border: transparent;
	border-right: 7px solid #fff;
	border-bottom: 7px solid #fff;
	content: '';
	display: inline-block;
	height: 25px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 70px;
	left: auto;
	transform: rotate(-45deg);
	width: 25px;
}

.consultation__btn:hover {
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	top: 3px;
	text-decoration: none;
	transform: scale(0.98);
}

.cta__btn img {
	margin: 0 auto;
	padding: 20px 10px 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.consultation {
		padding-top: 22px;
		padding-bottom: 20px;
	}

	.consultation__ctr {
		width: 100%;
	}

	.consultation__title {
		color: #fff100;
		font-size: 4vw;
		line-height: 1.7;
		margin-bottom: 3.73vw;
		padding: 0 10px;
	}

	.consultation__check ul li {
		font-size: 16px;
	}

	.consultation__btn {
		border-radius: 10px;
		font-size: 5vw;
		padding: 6vw 0 6vw 7vw;
		text-align: center;
		width: 90%;
	}

	.ikkatsusatei_button .consultation__btn {
		box-shadow: 0 5px 0px #b9bae3;
	}

	.consultation__btn:after {
		border-right: 3px solid #fff;
		border-bottom: 3px solid #fff;
		height: 2.66vw;
		right: 5vw;
		left: auto;
		width: 2.66vw;
	}
}

@media screen and (max-width: 375px) {
	.consultation__check ul li {
		font-size: 15px;
	}
}

/*CTAご相談はこちらボタンブロック 1つ目*/
.consultation-first {
	background: #1c8583;
}

.consultation-first .consultation__ctr figure {
	padding: 0;
}


/*header*/
.header {
	background: #fff;
	border-bottom: 2px solid #d1cfcf;
	padding: 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

div.header_in {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_in .logo {
	width: 230px;
	height: auto;
}

.header_in .header_but {
	width: 250px;
	height: auto;
}

@media screen and (max-width:768px) {
	.header {
		position: static;
		height: auto;
	}

	.header_in .logo {
		width: 40%;
	}

	.header_in .header_but {
		width: 45%;
	}
}


/*first view*/
.fv__bg {
	background: url(../img/fv_back.png) center top no-repeat;
	background-color: #31aaa9;
	background-size: 650px;
	padding: 30px;
}

.fv__ribon img {
	margin: 0 auto 360px;
	width: 500px;
}

.fv__catch img {
	margin: 0 auto 5px;
	width: 580px;
}

.fv__list {
	margin: 0 0 20px;
}

.fv__list img {
	width: 600px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.fv__bg {
		background: url("../img/fv_back.png") no-repeat;
		background-size: 100% auto;
		background-color: #31aaa9;
		padding: 0 0 20px;
	}

	.fv__ribon {
		padding: 5vw 0;
	}

	.fv__ribon img {
		width: auto;
		margin: 0 auto;
	}

	.fv__catch {
		padding: 64vw 10px 0;
	}

	.fv__list {
		margin: 0 10px 20px;
	}
}

@media screen and (max-width: 375px) {
	.fv__ribon {
		padding: 20px 0;
	}

	.fv__catch {
		padding: 240px 10px 0;
	}
}


div.twopic {
	margin: 0 auto;
	width: 100%;
	max-width: 1020px;
}

div.twopic div {
	width: 70%;
	margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
	div.twopic {
		margin: 0;
		width: 100%;
		display: block;
	}

	div.twopic div {
		width: 100%;
	}
}


/*section2:
リースバックですべて解決*/
.solution__title {
	background: url(../img/kaiketsu_title.png) center/contain no-repeat;
	height: 126px;
	width: 676px;
}

.solution__title-box {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 0 25px;
}

.solution__cont-box {
	border-bottom: 5px solid #1c8583;
	border-left: 5px solid #1c8583;
	border-right: 5px solid #1c8583;
	margin: 0 0 100px;
}

.solution__cont-title {
	background: #1c8583 url(../img/kaiketsu_title_leaseback.png) center/380px auto no-repeat;
	margin: 0 auto;
	height: 150px;
	width: 100%;
}

.solution__desc {
	padding: 50px;
}

.solution__desc-txt {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}

.solution__model img {
	margin: 0 auto;
}

.solution__model--bad {
	margin-bottom: 30px;
}

.solution__model--good {
	margin-bottom: 53px;
}

@media screen and (max-width: 768px) {
	.solution__title-box {
		margin: 0;
		padding: 0;
	}

	.solution__title {
		margin-top: 6vw;
		background: url(../img/kaiketsu_title.png) center/contain no-repeat;
		height: 57vw;
		width: 100%
	}

	.solution__title-img {
		display: none;
	}

	.solution__cont-box {
		border-bottom: 5px solid #1c8583;
		border-left: 5px solid #1c8583;
		border-right: 5px solid #1c8583;
		margin: 0 0 40px;
	}

	.solution__cont-title {
		background: #1c8583 url(../img/kaiketsu_title_leaseback.png) center/contain no-repeat;
		margin: 0 auto;
		height: 23.333333333333332vw;
	}

	.solution__desc {
		padding: 6.66vw 2.66vw;
	}

	.solution__desc-txt {
		font-size: 4.8vw;
		font-weight: bold;
		line-height: 2;
		text-align: left;
	}

	.solution__model img {
		margin: 0 auto;
		width: 100%;
	}

	.solution__model--bad {
		margin-bottom: 30px;
		padding: 0 10px;
	}

	.solution__model--good {
		margin-bottom: 8vw;
		padding: 0 10px;
	}
}


/*div.flow*/
div.flow {
	background: #fff;
	padding: 0 10px 23vw;
	background: #f4f4f6 url(../img/merit_bg.png) center bottom/contain no-repeat;
}

.flow_title {
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
}

div.flow_in {
	margin: 2vw auto 0;
	width: 100%;
	max-width: 750px;
}

@media screen and (max-width: 768px) {
	div.flow {
		background: #f4f4f6 url(../img/merit_bg.png) center bottom/contain no-repeat;
		height: auto;
		padding: 0;
	}

	div.flow_in {
		padding: 4vw 10px 40vw;
	}
}


/*section4:
あなたの不動産にぴったりの業者をご紹介します！*/
.shokai__title-box {
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding: 60px 0 0;
	width: 940px;
}

.shokai__title {
	width: 650px;
	z-index: 5;
}

.shokai__title-talent img {
	margin: -300px 0 0 630px;
	width: 340px;
}

.shokai__cont-box {
	border-bottom: 5px solid #1c8583;
	border-left: 5px solid #1c8583;
	border-right: 5px solid #1c8583;
	margin: 0 0 56px;
}

.shokai__cont-box .solution__model--bad {
	margin-bottom: 0;
}

.shokai_content .shokai_text_area {
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 97px;
	text-align: center;
}

.text_clR {
	color: #f00;
}

.shokai__cont-box p {
	font-size: 18px;
	margin-bottom: 40px;
	text-align: center;
}

.shokai__cont-title {
	margin: 0 auto;
	width: 100%;
	height: 180px;
}

.shokai__cont-title {
	background: #1c8583 url(../img/shokai_title_leaseback.png) center/100% auto no-repeat;
}

@media screen and (max-width: 768px) {
	.shokai_container_area {
		background: #fff;
	}

	.shokai__title-box {
		padding: 6vw 0 0;
		width: 100%;
	}

	.shokai__cont-box {
		border: none;
		margin-bottom: 30px;
	}

	.shokai__title {
		height: auto;
		width: 100%;
		margin: 0;
	}

	.shokai__cont-box .solution__model--bad {
		padding: 0;
	}

	.shokai__cont-title {
		background: #1c8583 url(../img/shokai_title_leaseback.png) center/100% auto no-repeat;
		height: 23.333333333333332vw;
	}

	.shokai_content .shokai_text_area {
		margin-bottom: 16vw;
		font-weight: bold;
		text-align: left;
		line-height: 1.8;
	}
}


/*section4:
あなたの不動産にぴったりの業者をご紹介します！*/
.concierge_container {
	background: #f2f7fb;
	padding-top: 81px;
}

.concierge__title-box {
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.concierge__title {
	background: url(../img/concierge.png) center/contain no-repeat;
	height: 269px;
	width: 1000px;
}

.concierge__figure {
	padding: 0 0 56px;
}

.concierge__figure figure {
	text-align: center;
}

.concierge__figure figure img {
	display: inline-block;
}

.concierge__cont-box {
	margin: 0 auto 73px;
}

.concierge__cont-box .solution__model--bad {
	width: 100%;
	margin-bottom: 0;
}

.concierge_content .shokai_text_area {
	font-weight: bold;
	line-height: 36px;
	padding: 0 0 94px;
	text-align: center;
}

.concierge__cont-box p {
	font-size: 18px;
	margin-bottom: 40px;
	text-align: center;
}

.concierge__cont-title {
	margin: 0 auto;
	width: 990px;
	height: 180px;
}

.concierge__cont-title {
	background: #1c8583 url(../img/shokai_title_leaseback.png) center/100% auto no-repeat;
}

.concierge_text_area {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.concierge {
		padding: 12vw 10px 12vw;
		background: #f2f7fb;
	}

	.concierge_container {
		padding: 40px 10px 0;
	}

	.concierge__title {
		width: 100%;
		height: 42.8vw;
		background: url(../img/concierge_title_leaseback.png) center/contain no-repeat;
		margin-bottom: 5vw;
	}

	.concierge_content .shokai_text_area {
		padding: 0 0 16vw;
		text-align: left;
		line-height: 1.8;
	}

	.concierge__cont-box {
		margin: 0 auto 20px;
	}

	.concierge__cont-box .wrap {
		padding: 0;
	}

	.concierge__cont-title,
	.iemamoruno__cont-title {
		margin: 0 auto 20px;
		height: 23.333333333333332vw;
	}

	.concierge__cont-title {
		background: #aaa url(../img/concierge_leaseback.png) center/contain no-repeat;
		margin-bottom: 0;
	}

	.iemamoruno__cont-title {
		margin-bottom: 0;
		background: #1c8583 url(../img/iemamoruno_leaseback.png) center/contain no-repeat;
	}

	.concierge__desc {
		padding: 6.66vw 2.66vw;
	}

	.concierge__desc-txt {
		font-size: 4.8vw;
		font-weight: bold;
		line-height: 2;
	}

	.concierge__model--bad {
		margin-bottom: 20px;
	}

	.diffrence_text {
		padding: 20px 0;
		font-weight: bold;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}


/*sectio7:
弊社サービスの強み*/
.strength {
	padding: 105px 0 90px;
}

.strength__title {
	background: url(../img/strength_title.png) center top/100% no-repeat;
	margin: 0 0 60px;
	padding: 22px 0px;
	height: 180px;
}

.strength__list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 50px;
}

.strength__txt {
	color: #131712;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.95;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.strength {
		padding: 15vw 0;
	}

	.strength__title {
		background: url(../img/strength_title.png) center top/contain no-repeat;
		height: 22.4375vw;
		margin: 0 0 9vw;
	}

	.strength__list {
		margin-bottom: 15vw;
		align-items: end;
		justify-content: space-between;
	}

	.strength__item:not(:first-child) {
		margin-top: 8vw;
	}

	.strength__item {
		padding-right: 10px;
	}

	.strength__img {
		margin: 0 auto;
	}

	.strength__txt {
		color: #03113f;
		font-weight: bold;
		font-size: 5.3125vw;
		line-height: 1.95;
		padding: 4vw 3vw 0;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.strength__ctr {
		padding: 0 10vw;
	}

	.strength__list {
		margin-bottom: 15vw;
		display: initial;
	}
}

/*div.flow*/
div.flow-2 {
	background: #1c8682;
	padding: 0;
}

div.flow_in-2 {
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
}



/*section.letter 感謝の手紙*/
.letter {
	background: #e7f1f8 url(../img/letter_bg.jpg) center bottom/auto no-repeat;
	margin: 0 auto;
	padding: 130px 0 155px;
	width: 100%;
}

.letter .ctr {
	width: 900px;
}

.letter__title {
	background: url(../img/letter_title.png) center/contain no-repeat;
	display: block;
	margin: 0 auto 55px;
	height: 121px;
	width: 489px;
}

.letter__list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

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

	/*感謝の手紙*/
	.letter {
		background: #e7f1f8 url(../img/letter_bg.jpg) center bottom/contain no-repeat;
		padding: 21.333333333333332vw 0 22vw;
		width: 100%;
	}

	.letter__title {
		margin: 0 auto 9.333333333333334vw;
		height: 16.133333333333333vw;
		width: auto;
	}

	.letter__item:not(:first-child) {
		margin-left: 5.333333333333333vw;
	}
}


/*section10:
よくある質問*/
.qa {
	background: #fff;
	padding: 100px 0 110px;
}

.qa__title {
	background: url(../img/qa_title.png) center/contain no-repeat;
	display: block;
	margin: 0 auto 115px;
	height: 58px;
	width: 349px;
}

.qa__ctr {
	margin: 0 auto;
	width: 975px;
}

.qa__list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.qa__item {
	width: 475px;
}

.qa__item:nth-child(n+3) {
	margin-top: 80px;
}

.qa__q {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin-bottom: 10px;
	position: relative;
}

.qa__q-txt {
	color: #1c8583;
	font-size: 24px;
	font-weight: bold;
}

.qa__q-icon,
.qa__a-icon {
	background-image: url(../img/sprite.png);
	background-position: 0px -75px;
	display: inline-block;
	margin-right: 25px;
	width: 50px;
	height: 50px;
	vertical-align: middle;
}

.qa__a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.qa__a-txt {
	display: inline-block;
	font-size: 17px;
	line-height: 1.7;
	width: calc(100% - 75px);
}

.qa__a-icon {
	background-image: url(../img/sprite.png);
	background-position: -75px 0px;
	width: 50px;
	height: 50px;
}

@media screen and (max-width: 768px) {
	.qa {
		padding: 16vw 0 13.33vw;
	}

	.qa .ctr {
		padding: 0 20px;
	}

	.qa__title {
		margin: 0 auto 10.66vw;
		height: 18.125vw;
		width: 46.53vw;
	}

	.qa__ctr {
		width: auto;
	}

	.qa__item {
		width: auto;
	}

	.qa__item:nth-child(n+2) {
		margin-top: 11.33vw;
	}

	.qa__q {
		align-items: center;
	}

	.qa__q--fs {
		align-items: flex-start;
	}

	.qa__q-txt {
		font-size: 5.33vw;
	}

	.qa__q-icon,
	.qa__a-icon {
		background-image: url(../img/sprite_ver12.png);
		background-position: -37.5px -57.5px;
		width: 35px;
		height: 35px;
		background-size: 117.5px 92.5px;
		margin: 1.7vw 4vw 0 0;
	}

	.qa__a {
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.qa__a--c {
		align-items: center;
	}

	.qa__a-txt {
		font-size: 4.26vw;
		width: calc(100% - 35px - 4vw);
	}

	.qa__a-icon {
		background-image: url(../img/sprite_ver12.png);
		background-position: 0 -57.5px;
		width: 35px;
		height: 35px;
		background-size: 117.5px 92.5px;
	}
}


/*section11:
まずは1度リースバックコンシェルジュに
ご相談ください*/
.prompt {
	background: url(../img/prompt_bg.jpg) center/cover no-repeat;
	padding: 125px 0 93px;
}

.prompt__title {
	background: url(../img/prompt_title.png) center/contain no-repeat;
	display: block;
	margin: 0 auto 35px;
	height: 113px;
	width: 859px;
}

.prompt__txt {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 2;
	padding: 0 80px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.prompt {
		background: url(../img/prompt_bg.jpg) center/cover no-repeat;
		padding: 16vw 0;
	}

	.prompt__title {
		background: url(../img/prompt_title.png) center/contain no-repeat;
		display: block;
		margin: 0 auto 10vw;
		height: 31.2vw;
		width: auto;
	}

	.prompt__txt {
		color: #fff;
		font-weight: bold;
		font-size: 4.8vw;
		line-height: 2;
		padding: 0 6vw;
		text-align: left;
	}
}


/*contact*/
.contact {
	background: #1c8583;
	padding: 140px 0 10px;
}

.contact__title {
	background: url(../img/form_title.png) center no-repeat;
	line-height: 300%;
	margin-bottom: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

.contact__title-box {
	background: #fff;
	border: 4px solid #32c860;
	margin-top: 20px;
	margin-bottom: 60px;
	padding: 40px;
}

.contact__message-box {
	background: url("../img/cta_back.png")no-repeat right top;
	background-size: 340px;
	background-position: 340px 0;
	padding: 60px 0 10px;
}

.sub-title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

.sub-title span {
	background-color: #000;
	color: #fff;
	line-height: 2;
	padding: 6px;
}

.sub-text {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	margin-top: 20px;
	padding-bottom: 40px;
}

.contact__subtitle {
	background: #000;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1rem;
	margin: 0 auto;
	padding: 10px 0;
	width: 680px;
	text-align: center;
}

.contact__txt {
	font-weight: 600;
	padding: 24px 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.contact {
		padding: 18.66vw 0 0.1vw;
	}

	.contact__wrap {
		padding: 0 15px;
	}

	.contact__title {
		background: url(../img/form_title.png) center/contain no-repeat;
		height: 7.466vw;
		margin-bottom: 10.4vw;
	}

	.contact__title-box {
		background: initial;
		margin: 15px 0 11.73vw;
		padding: 0;
		margin-bottom: 10px;
		border: none;
	}

	.contact__message-box {
		padding: 0 10px;
		background: initial;
	}

	.sub-title {
		color: #fff;
		font-size: 4.8vw;
		font-weight: bold;
	}

	.sub-title span {
		background: initial;
		line-height: initial;
		padding: 0;
	}

	.sub-text {
		color: #fff;
	}

	.contact__subtitle {
		background: #fff;
		color: #1c8583;
		font-size: 5.33vw;
		line-height: 1.4;
		letter-spacing: 0rem;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.contact__txt {
		padding: 20px 0;
	}

	.contact__title-box .consultation__btn {
		width: 100%;
	}

	/*タレント挿入の場合のみ適用*/
	.contact__title-box .consultation__talent img {
		width: 400px;
		text-align: right;
		margin: -40px 10px 0 auto;
	}

	.contact__title-box .consultation__title {
		color: #1c8583;
		font-size: 4vw;
		line-height: 2;
		margin-top: -45vw;
		text-align: left;
		padding: 10px;
	}

	.contact__title-box .consultation__title span {
		padding: 6px;
		background-color: #fff;
	}

	.contact__title-box .consultation__btn-box {
		margin-top: 17vw;
	}
}

@media screen and (max-width: 375px) {
	.contact__message-box {
		padding: 0;
		background: initial;
	}

	/*タレント挿入の場合のみ適用*/
	.contact__title-box .consultation__talent img {
		width: 600px;
		text-align: center;
		margin: -40px 10px 0 auto;
	}

	.contact__title-box .consultation__title {
		color: #1c8583;
		font-size: 4vw;
		line-height: 2.4;
		margin-top: -45vw;
		text-align: left;
		padding: 10px 10px 10px 0;
	}

	.contact__title-box .consultation__title span {
		padding: 6px;
		background-color: #fff;
	}

	.contact__title-box .consultation__btn-box {
		margin-top: 40px;
	}
}


/*footer*/
.f-nav {
	margin-bottom: 25px;
	text-align: center;
}

.f-nav__list {
	display: inline-flex;
	justify-content: center;
}

.f-nav__item+.f-nav__item:before {
	content: '|';
	color: #fff;
	margin: 0 10px;
}

.f-copy {
	background: #000;
	color: #90b48c;
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
}

.f-nav a {
	color: #000;
}

.f-nav a:hover {
	color: #000;
}

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

	.f-nav {
		margin-bottom: 4vw;
	}

	.f-nav__item a {
		font-size: 3.2vw;
	}

	.f-copy {
		color: #8c98b4;
		font-size: 3.2vw;
		padding: 3.2vw 0;
	}
}


.registration {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	background: #ffffff;
}

.consultation__phone {
	margin: 40px auto 45px;
}

a {
	line-height: 1.6;
	text-decoration: none;
	color: #fff;
}

.consultation__list {
	align-items: stretch;
	display: flex;
	justify-content: space-between;
}

.consultation__wrapper .consultation__list {
	background: #fff;
	border-radius: 20px;
	padding: 30px 0;
	border: 2px solid #1C8682;
}

.consultation__item:first-child {
	align-items: center;
	display: inline-flex;
	padding: 0px 25px 0 45px;
	position: relative;
}

p {
	line-height: 1.6;
	margin: 0;
}

.consultation__item * {
	color: #fff;
}

.consultation__info {
	font-weight: bold;
	font-size: 20px;
}

.consultation__wrapper .consultation__info {
	border-radius: 20px;
	background: #1c8583;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px 13px;
}

.consultation__item:last-child {
	padding: 0px 35px 0 0;
}

.consultation__wrapper .consultation__item:last-child {
	padding: 0px 50px 0 0;
}

.wf-jost-bold {
	font-family: "Jost", sans-serif;
}

.consultation__item * {
	color: #fff;
}

.consultation__num {
	font-weight: 600;
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.consultation__wrapper .consultation__num {
	color: #1c8583;
	font-size: 50px;
	position: relative;
	text-align: right;
}

.consultation__opentime-txt {
	margin-left: 3px;
	font-size: 19px;
	font-weight: bold;
	line-height: 2;
}

.consultation__wrapper .consultation__opentime-txt {
	color: #1c8583;
	font-size: 16.5px;
}

.consultation__opentime-num {
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.1rem;
	margin: 0 10px;
}

.consultation__wrapper .consultation__opentime-num {
	color: #1c8583;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

@media screen and (max-width:640px) {
	.consultation__phone {
		margin: 20px auto 45px;
	}

	.consultation__wrapper .consultation__list {
		width: 90%;
		margin: 0 auto;
		box-shadow: 0 10px 0px #011f1e;
		padding: 15px 0 10px;
		border-radius: 10px;
        display: block;
	}

	.consultation__item:first-child {
		width: 100%;
		margin: 0 auto;
		padding: 0px 10px;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.consultation__wrapper .consultation__info {
		font-size: 3.5vw;
	}

	.consultation__wrapper .consultation__item:last-child {
		padding: 0;
        text-align: center;
	}

	.consultation__wrapper .consultation__num {
		align-items: center;
		border-bottom: 2px solid #1c8583;
		display: inline-flex;
		font-size: 8vw;
		justify-content: center;
		margin: 0 0 5px;
		padding: 0;
		text-align: center;
		white-space: nowrap;
		letter-spacing: -0.01em;
	}

	.consultation__num:before {
		content: '';
		display: block;
		margin-right: 1.6vw;
		background-image: url(../img/sprite_s.png);
		background-position: -52px -87px;
		width: 35px;
		height: 35px;
		background-size: 130.5px 122.5px;
	}

	.consultation__wrapper .consultation__opentime-txt {
		font-size: 3.7vw;
		text-align: center;
		letter-spacing: -0.05em;
	}

	.consultation__opentime-num {
		font-weight: 700;
	}

}