@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* clearfix */
.cf:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf,
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .cf,
* html .clearfix {
	height: 1%;
}

.cf,
.clearfix {
	display: block;
}

/* End hide from IE-mac */


/* CSS Document */



/*--------------------------------------------------------------------------
 reset
---------------------------------------------------------------------------*/
* {
	box-sizing: border-box;
	/* padding, borderを含めたサイズに */
}

html,
body {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
	margin: 0;
	font-size: 100%;
	letter-spacing: 0.1rem;
}

ul {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

img {
	vertical-align: top;
	-webkit-backface-visibility: hidden;
}

li {
	list-style-type: none;
	vertical-align: baseline;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

/* html {
	font-size: clamp(12px, 0.833vw, 16px);
} */

/* フォントの初期設定 */
body {
	font-family: "Noto Sans JP", "Roboto", sans-serif;
	padding-top: 100px;
	/* ヘッダーの高さ分、コンテンツを下げる */
}

/* 英数字をRobotoにする場合 */
.english {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
}

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

.pc {
	display: block;
}

.sp {
	display: none !important;
	;
}

.sp_flex {
	display: none !important;
	;
}


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

	body {
		line-height: 1.8em;
		min-width: inherit;
		width: 100%;
		padding: 0;
	}

	#contents {
		overflow: hidden;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.sp_flex {
		display: flex !important;
		;
	}

	img {
		max-width: 100%;
	}

	p {
		font-size: 14px;
		font-size: 1.4rem;
		margin: 0 0 10px 0;
	}

	a {
		color: #1b1401;
		text-decoration: none;
		-webkit-tap-highlight-color: transparent;
		/* 強調をなくす */
	}
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	/* 背景色を指定 */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	/* 影をつける */
	z-index: 1000;
	/* 他の要素より前に表示 */
}


.header_flex {
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	height: 100px;
}

.header_flex .header_inner {
	width: calc(100% - 200px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_flex .logo {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.header_flex .logo img {
	height: 5.0rem;
	width: auto;
	align-items: center;
}

.header_flex .logo h1 {
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0 0 0 3rem;
}

.header_flex .header_btn {
	background: linear-gradient(to bottom, #ff3300, #e81b00);
	width: 35rem;
	height: 7.0rem;
	color: #fff;
	font-size: 2.1rem;
	position: relative;
	border-radius: 50px;
	padding: 0.8rem 0 1.5rem 8rem;
	font-weight: 600;
}

.header_flex .header_btn .yellow {
	font-size: 1.4rem;
	color: #ffda00;
	letter-spacing: 0;
	margin: 0 0 -0.3rem;
	font-weight: 400;
}

.header_flex .header_btn .small {
	font-size: 1.8rem;
}

.header_flex .header_btn::before {
	content: "";
	position: absolute;
	background-image: url(../image/header_btn_before2.png);
	background-size: 100%;
	height: 6.0rem;
	width: 6.0rem;
	top: 0.5rem;
	left: 0.5rem;
	background-repeat: no-repeat;
}

.header_flex .header_btn::after {
	content: "";
	position: absolute;
	background-image: url(../image/header_btn_arr.png);
	background-size: 8px 10px;
	height: 10px;
	width: 8px;
	top: 3rem;
	right: 2rem;
	background-repeat: no-repeat;

}


.frist {
	/* height: 100vh; */
	margin: -3rem 0 0 0
}

.fv {
	width: 100%;
	/* max-height: 74rem; */
	height: 70rem;
	background-image: url(../image/fv.jpg);
	background-size: cover;
	position: relative;
	background-position: center;
	padding: 10.0rem 0 0;
}

.fv::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 100%;
	height: 200px;
	/* 右側の高さ */
	background: white;
	clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
	z-index: 2;
	/* 背景より前に配置 */
}

.fv .white_title {
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
	height: 34rem;
	position: relative;
	margin-bottom: 4rem;
}

.title_inner {
	width: 60%;
	margin: 0 auto;
	position: relative;
	float: left;
	padding: 0 2rem 0 0;
}

.fv .title_inner .before_huki {
	width: 100%;
	height: 5.0rem;
	background-color: #115398;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: -2.5rem;
}

.fv .title_inner .before_huki img {
	width: 45rem;
}

.fv .title_inner .before_huki::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 35%;
	width: 0;
	height: 0;
	border-left: 45px solid transparent;
	border-top: 15px solid #115398;
}


.fv .title_inner h2 {
	font-size: 7.4rem;
	color: #333;
	text-align: center;
	position: relative;
	top: -2rem;
	line-height: 1.1;
}

.fv .title_inner h2 .small {
	font-size: 5.0rem;
}

.fv .title_inner h2 .orange {
	font-style: italic;
	font-size: 10rem;
	color: #ff4800;
}

.fv .title_inner h2 .per {
	font-size: 6.3rem;
	color: #ff4800;
}

.fv .title_inner .orange_line {
	font-size: 5rem;
	color: #115398;
	/* border-top: #ff7f00 2px solid; */
	/* border-bottom: #ff7f00 2px solid; */
	text-align: center;
	width: 100%;
	/* padding: 10px 0; */
	margin: 0px 0 0 0;
	font-weight: 600;
	text-shadow: -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, -2px 2px 0 #fff, 0 2px 0 #fff, 2px 2px 0 #fff;
	letter-spacing: 0.4rem;
}

.fv .title_flex {
	display: flex;
	margin: 1rem auto 0;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.fv .title_flex img {
	width: 30%;
}

.fv_after .strong {
	background: none;
	font-size: 3.0rem;
	position: relative;
	color: #000;
	text-align: center;
	margin: 6.0rem auto 0;
	width: fit-content;
	font-weight: 400;
	letter-spacing: 0.3em;
}

.fv_after .strong span {
	font-size: 4.0rem;
	margin: 0 1rem 0 0;
	letter-spacing: 0.1em;
	background: linear-gradient(transparent 50%, #FFDA00 50%);
	/* background-size: cover; */
	font-weight: 400;

}


.fv_after .fv_after_btn {
	font-weight: 600;
	color: #fff;
	font-size: 3.8rem;
	display: flex;
	position: relative;
	background: linear-gradient(to bottom, #ff3300, #e81b00);
	width: 78rem;
	height: 10rem;
	border-radius: 50px;
	margin: 4rem auto 0;
	justify-content: center;
	align-items: baseline;
	padding: 1.7rem 0 0 9rem;
	cursor: pointer;
	box-shadow: 0 5px 0 #890d00;
	transition: all 0.2sease-in-out;
	letter-spacing: 0.6rem;
}



#btn_animation {
	animation: btn_animation 1.5s infinite;
}

@keyframes btn_animation {
	0% {
		transform: scale(1.1)
	}

	5% {
		transform: scale(1)
	}

	95% {
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.1)
	}
}

.fv_after .fv_after_btn::before {
	content: "";
	position: absolute;
	background-image: url(../image/main_btn_before2.png);
	background-size: 12rem 12.5rem;
	height: 14rem;
	width: 14rem;
	top: -1rem;
	left: 7rem;
	background-repeat: no-repeat;
}

.fv_after .fv_after_btn::after {
	content: "";
	position: absolute;
	background-image: url(../image/main_btn_arr.png);
	background-size: 100%;
	height: 6rem;
	width: 1.0rem;
	top: 4.0rem;
	right: 5.5rem;
	background-repeat: no-repeat;
}


.fv_after .fv_after_btn:active {
	transform: translateY(3px);
	/* クリック時に押し込む */
	box-shadow: 0 2px 0 #0d2665;
	/* 影を浅くする */
}

.fv_after .fv_after_btn .small {
	font-size: 3.0rem;
}

.start {
	margin: 13rem auto;
}

.start .content_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.start .left {
	display: block;
	width: 50%;
	padding: 0 2rem 0 0;
}

.start .left h2 {
	font-size: 5.0rem;
	line-height: 1.75;
	font-weight: 500;
	letter-spacing: .5rem;
}

.start .left h2 .yellow_line {
	background: linear-gradient(transparent 10%, #FFDA00 10%);
	letter-spacing: .5rem;
}

.start .left p {
	font-size: 2.0rem;
	line-height: 2.0;
	letter-spacing: .25rem;
	margin: 9rem 0 0 0;
	padding-right: 4rem
}

.start .left p .yellow_line {
	background: linear-gradient(transparent 90%, #FFDA00 90%);
	letter-spacing: .5rem;
}

.start .right {
	width: 50%;
	display: block;
}

.start .right .content {
	width: 100%;
	height: 15rem;
	border-radius: 1rem;
	border: 1rem solid #115398;
	display: flex;
	position: relative;
	margin: 0 0 4rem auto;
	padding: 0;
	line-height: 0;
}

.start .right .content .title {
	position: relative;
	width: 17rem;
	height: 17rem;
	display: flex;
	border-radius: 50%;
	font-size: 3.4rem;
	background-color: #115398;
	z-index: 3;
	top: -2rem;
	left: -5rem;
	display: block;
	text-align: center;
	font-weight: 500;
	padding: 3.6rem 0 0;
	line-height: 1.3;
	color: #fff;

}

.start .right .start01::before {
	content: "";
	background-image: url(../image/start01.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}


.start .right .start02::before {
	content: "";
	background-image: url(../image/start02.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}

.start .right .start03::before {
	content: "";
	background-image: url(../image/start03.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
}

.start .right .content .title .yellow_line {
	background: linear-gradient(transparent 90%, #FFDA00 90%);
}

.start .right .content .title .small {
	font-size: 2.8rem;
}

.start .right .content .orange {
	padding: 3.5rem 0;
	display: flex;
	align-items: flex-end;
	margin: 0 -2.5rem;
}


.start .right .content .text01::after {
	content: "※2024/8/26-2024/9/25静岡店実績";
	font-size: 1.0rem;
	position: absolute;
	bottom: 1.5rem;
	right: 5.5rem;
	z-index: 4;
}

.start .right .content .text02::after {
	content: "※2024年12月松戸店実績";
	font-size: 1.0rem;
	position: absolute;
	bottom: 1.5rem;
	right: 3.5rem;
	z-index: 4;
}

.start .right .content .orange .small {
	font-size: 2.8rem;
	font-weight: 700;
	display: block;
	line-height: 1.1;
}

.start .right .content .orange .big {
	font-size: 4.4rem;
	display: block;
	padding: 0 0 2.5rem;
	font-weight: 700;
}

.start .right .content .orange .number {
	font-size: 9rem;
	color: #ffda00;
	font-weight: 600;
	font-style: italic;
	display: block;
	padding: 0 0 3rem;
}

.start .right .content .orange .per {
	font-size: 3.6rem;
	font-weight: 400;
	display: block;
	padding: 0 0 1rem;
}



.hot {
	padding: 13rem 0;
	background-color: #eeeeee;
}

.inner {
	max-width: 1200px;
	width: 84.5%;
	margin: 0 auto;
	position: relative;
}

.hot h2 {
	font-size: 5.0rem;
	line-height: 1.75;
	font-weight: 500;
	letter-spacing: .5rem;
	text-align: center;
	position: relative;
	width: fit-content;
	margin: 0 auto;
}

.hot h2 .yellow_line {
	background: linear-gradient(transparent 10%, #FFDA00 10%);
	letter-spacing: .5rem;
}

.hot h2::after {
	content: "";
	background-image: url(../image/back_hatena.png);
	background-size: 100%;
	width: 100px;
	height: 225px;
	bottom: -40px;
	right: -100px;
	display: flex;
	position: absolute;
}

.hot .content_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10rem auto;
	row-gap: 10rem;
}

.hot .content_flex .left {
	width: 45%;

}

.hot .content_flex .left h3 {
	font-size: 4.0rem;
	font-weight: 600;
	padding-left: 5rem;
	position: relative;
	line-height: 1.5;
}

.hot .content_flex .left p {
	font-size: 2.0rem;
	line-height: 2.2;
	margin: 8.5rem 0 0 0;
}

.hot .content_flex .left h3::before {
	content: "";
	background-image: url(../image/back_bikkuri.png);
	width: 50px;
	height: 168px;
	background-size: 100%;
	position: absolute;
	top: -30px;
	left: 0px;
}

.hot .content_flex .right {
	width: 50%;
	height: 40rem;
	padding: 2rem;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hot .content_flex .right img {
	width: 100%;
	/* height: 90%; */
}

.worry {
	background-image: url(../image/background_worry.png);
	background-size: cover;
	background-position: center;
	padding: 13rem 0;
}

.worry h2 {
	color: #fff;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
	width: fit-content;
	margin: 0 auto;
}

.worry h2 .small {
	font-size: 3.0rem;
	font-weight: 400;
	display: block;
}

.worry h2 .yellow_line {
	background: linear-gradient(transparent 10%, #FFDA00 10%);
	letter-spacing: .5rem;
	color: #000;
}

.worry h2::after {
	content: "";
	background-image: url(../image/back_hatena.png);
	background-size: 100%;
	width: 100px;
	height: 225px;
	bottom: -40px;
	right: -100px;
	display: flex;
	position: absolute;
}

.worry .content_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 7rem;
	margin: 10rem auto 0;
}

.worry .content_flex .content {
	background-color: #fff;
	border-radius: 12px;
	width: 46%;
	color: #000;
	font-size: 3.0rem;
	font-weight: 600;
	line-height: 1.75;
	text-align: center;
	padding: 4.0rem 0;
}

.worry .content_flex .content .yellow_line {
	background: linear-gradient(transparent 90%, #FFDA00 90%);

}

.solution {
	background-image: url(../image/background_yellow.jpg);
	background-size: cover;
	background-position: center;
	padding: 13rem 0;
	position: relative;
}

.solution::before {
	content: "";
	background-image: url(../image/worry_huki.png);
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 40px;
	background-size: 100%;
}

.solution h2 {
	color: #000;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
}


.solution h2 .orange_line {
	background: linear-gradient(transparent 10%, #115398 10%);
	letter-spacing: .5rem;
	color: #fff;
}

.solution .content_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10rem auto 0;
}

.solution .content_flex .content {
	background-color: #fff;
	width: 32%;
	color: #000;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 2.2;
	padding: 5.0rem 4.0rem;
}

.solution .content_flex .content img {
	width: 80%;
	margin: 0 auto 2rem;
	/* margin: 0; */
	display: block;
}

.reason {
	padding: 13rem 0;
	position: relative;
	background-color: #fff;
}

.reason h2 {
	color: #000;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
}

.reason h2 .yellow_line {
	background: linear-gradient(transparent 10%, #FFDA00 10%);
	letter-spacing: .5rem;
}

.reason .content_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10rem auto 0;
	row-gap: 10rem;
}

.reason .content_flex .left {
	width: 45%;
}

.reason .content_flex .left img {
	width: 10rem;
}

.reason .content_flex .left h3 {
	font-size: 4.0rem;
	font-weight: 600;
	position: relative;
}

.reason .content_flex .left p {
	font-size: 2.0rem;
	line-height: 2.2;
	margin: 8.5rem 0 0 0;
	padding: 0 2rem 0 0;
}

.reason .content_flex .right {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.reason .content_flex .graph_yellow {
	background-color: #87b5d8;
	padding: 3rem 4rem;

}

.reason .content_flex .right img {
	width: 100%;
}

.suport {
	padding: 13rem 0;
	position: relative;
	background-color: #eeeeee;
}

.suport h2 {
	color: #000;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
}

.suport h2 .yellow_line {
	background: linear-gradient(transparent 10%, #FFDA00 10%);
	letter-spacing: .5rem;
}

.suport .strong {
	font-size: 2.4rem;
	position: relative;
	color: #000;
	text-align: center;
	background: linear-gradient(transparent 50%, #FFDA00 50%);
	margin: 10rem auto 0;
	width: fit-content;
	font-weight: 600;
	letter-spacing: 0.3em;
}

.suport .content_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10rem auto 0;
	gap: 1rem;
	row-gap: 5rem;
}

.suport .content_flex .content {
	width: 24%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	background-color: #fff;
	display: block;
	padding: 5rem 2rem 2rem 2rem;
	font-size: 2rem;
	text-align: center;
	position: relative;
}

.suport .content_flex .icon_box {
	width: 10rem;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.suport .content_flex .icon_box img {
	max-width: 100%;
	max-height: 100%;
}

.suport .content_flex .icon_box .h100 {
	height: 10rem;
}

.suport .content_flex .content p {
	height: 3rem;
	margin-top: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}


.model {
	background-image: url(../image/background_yellow.jpg);
	background-size: cover;
	background-position: center;
	padding: 13rem 0;
	position: relative;
}


.model h2 {
	color: #000;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
}


.model h2 .orange_line {
	background: linear-gradient(transparent 10%, #115398 10%);
	letter-spacing: .5rem;
	color: #fff;
}

.model .content_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10rem auto 0;
}

.model .content_flex .content {
	background-color: #fff;
	width: 48%;
	height: 65rem;
	color: #000;
	padding: 5.0rem 4.0rem;
	border-radius: 10px;
}

.model .content_flex .content h3 {
	font-size: 4.0rem;
	font-weight: 600;
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 2rem;
}

.model .content_flex .content:nth-child(1) h3 img {
	width: 30%;
	height: 30%;
}

.model .content_flex .content:nth-child(2) h3 img {
	width: 20%;
	height: 20%;
}

.model .content_flex .content .main {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.model .content_flex .content .btn_box {
	background-image: url(../image/more_image.jpg);
	background-color: #eee;
	width: 100%;
	background-size: 90%;
	padding: 10px;
	text-align: center;
	height: 29rem;
	position: relative;
}

.model .content_flex .content .btn_box::before {
	content: "内訳";
	color: #ff7f00;
	font-size: 2.0rem;
	top: 2rem;
	left: 2rem;
	display: block;
	position: absolute;
	font-weight: 600;
}

.model .content_flex .content .btn_box p {
	display: block;
	margin: 8rem auto 2rem;
	font-size: 2rem;
	line-height: 1.5;
	color: #ff4800;
	font-weight: 600;
	position: relative;
}

.model .content_flex .content .btn_box a {
	background: #ff4800;
	width: 90%;
	height: 8rem;
	text-align: center;
	padding: 1.8rem 0 0 0;
	color: #fff;
	font-size: 2.6rem;
	border-radius: 50px;
	display: block;
	margin: 0 auto;
	position: relative;
	font-weight: 600;
	letter-spacing: 0.2rem;
}

.model .content_flex .content .btn_box a .small {
	font-size: 2.0rem;
}

.model .content_flex .content .btn_box a::after {
	content: "";
	display: block;
	background-image: url(../image/main_btn_arr_yellow.png);
	width: 12px;
	background-size: 70%;
	position: absolute;
	top: 42%;
	right: 20px;
	height: 12px;
}

.model .kome {
	text-align: right;
	font-size: 1.4rem;
	margin: 2.0rem 0 0 0;
}

.owner {
	padding: 13rem 0;
	position: relative;
	background-color: #fff;
}

.owner h2 {
	color: #000;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
}

.owner h2 .yellow_line {
	background: linear-gradient(transparent 10%, #FFDA00 10%);
	letter-spacing: .5rem;
}

.owner .content_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10rem auto 0;
	row-gap: 10rem;
}

.owner .content_flex .left {
	width: 50%;
	position: relative;
}

.owner .content_flex .left img {
	width: 100%;
	position: relative;
}

.owner .content_flex .left .yellowbox {
	background-color: #87b5d8;
	position: relative;
	height: 16rem;
	display: flex;
	align-items: center;
	/* justify-content: flex-end; */
	color: #333;
	font-size: 2.0rem;
	padding: 0 5% 0 40%;
}

.owner .content_flex .left .yellowbox img {
	position: absolute;
	width: 30%;
	height: auto;
	top: -20%;
	left: 5%;
}

.owner .content_flex .right {
	width: 45%;
}


.owner .content_flex .right img {
	width: 10rem;
}

.owner .content_flex .right h3 {
	font-size: 4.0rem;
	font-weight: 600;
	position: relative;
	line-height: 1.75;
}

.owner .content_flex .right p {
	font-size: 2.0rem;
	line-height: 2.2;
	margin: 8.5rem 0 0 0;
}

.flow {
	background-image: url(../image/follow_back.jpg);
	background-size: cover;
	background-position: center;
	padding: 13rem 0;
}

.flow h2 {
	color: #000;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
}

.flow h2 .orange_line {
	background: linear-gradient(transparent 10%, #115398 10%);
	letter-spacing: .5rem;
	color: #fff;
}

.flow .content_flex {
	display: flex;
	justify-content: space-between;
	margin: 10rem auto;
	align-items: end;
}

.flow .content_flex .content_white {
	width: 17%;
	height: 21rem;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #333;
	font-size: 2.0rem;
	font-weight: 600;
	background-color: #fff;
	text-align: center;

}

.flow .content_flex .content_white::after {
	content: "";
	background-image: url(../image/follow_arr.png);
	top: 50%;
	transform: translateY(-50%);
	right: -4rem;
	width: 6.5rem;
	height: 6.5rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
}

.flow .content_flex .content_white:nth-child(1)::before {
	content: "";
	background-image: url(../image/follow_01.png);
	top: 1rem;
	left: 1rem;
	width: 4.5rem;
	height: 4.5rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

.flow .content_flex .content_white:nth-child(2)::before {
	content: "";
	background-image: url(../image/follow_02.png);
	top: 1rem;
	left: 1rem;
	width: 4.5rem;
	height: 4.5rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

.flow .content_flex .content_white:nth-child(3)::before {
	content: "";
	background-image: url(../image/follow_03.png);
	top: 1rem;
	left: 1rem;
	width: 4.5rem;
	height: 4.5rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

.flow .content_flex .content_white:nth-child(4)::before {
	content: "";
	background-image: url(../image/follow_04.png);
	top: 1rem;
	left: 1rem;
	width: 4.5rem;
	height: 4.5rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

.flow .content_flex .content_orange {
	width: 26rem;
	height: 26rem;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 600;
	background-color: #115398;
	text-align: center;
}

.flow .content_flex .content_orange .number {
	font-size: 4.0rem;
	font-style: italic;
}

.flow .content_flex .content_orange::before {
	content: "";
	background-image: url(../image/follow_05.png);
	top: 1rem;
	left: 1rem;
	width: 4.5rem;
	height: 4.5rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
}

.faq {
	padding: 13rem 0;
	position: relative;
	background-color: #eeeeee;
}

.faq h2 {
	color: #000;
	font-size: 5.0rem;
	text-align: center;
	position: relative;
	line-height: 1.6;
	margin-bottom: 10rem;
}

.faq h2 .yellow_line {
	background: linear-gradient(transparent 10%, #FFDA00 10%);
	letter-spacing: .5rem;
}

.faq .content_white_flex {
	display: flex;
	padding: 4.5rem 7rem;
	background-color: #fff;
	margin-bottom: 5rem;
}

.faq .content_white_flex:nth-of-type(4) {
	margin-bottom: 0rem;
}

.faq .content_white_flex .left {
	width: 20%;
}

.faq .content_white_flex .left .quetion {
	width: 6rem;
}

.faq .content_white_flex .right {
	width: auto;
}

.faq .content_white_flex .right h3 {
	font-size: 2.6rem;
	background: linear-gradient(transparent 95%, #FFDA00 95%);
	font-weight: 600;
	margin-bottom: 5rem;
	width: fit-content;
}

.faq .content_white_flex .right p {
	font-size: 2.0rem;
	line-height: 2.2;
}

.form {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.form .form_wrap {
	border: 7px solid #FFDA00;
	border-radius: 10px;
	padding: 2rem 3rem;
	width: 40%;
	float: right;
	background: #fff;
	margin: -6rem 0 0 0;
}

.form .form_wrap .innner_wrap {
	/* width: 68.5rem; */
	margin: 0 auto;
}

.form .form_wrap .innner_wrap .title_flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.form .form_wrap .innner_wrap .title_flex .free {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background-color: #ffda00;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff7f00;
	font-size: 1.8rem;
	font-weight: 600;
	margin-right: 2rem;
}

.form .form_wrap .innner_wrap h3 {
	text-align: center;
	font-size: 1.8rem;
	color: #333;
	letter-spacing: 0.6;
	text-align: left;
}

.form .form_wrap .innner_wrap h3 .orange {
	font-size: 5.0rem;
	color: #ff7f00;
	font-style: italic;
	margin-right: 0.8rem;
}

.form .form_wrap .innner_wrap h3 .small {
	font-size: 1.4rem;
}

footer {
	padding: 10rem 0;
	background-color: #115398;
	color: #fff;
}

footer .footer_flex {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

footer .footer_flex img {
	width: 25rem;
}

footer .footer_flex a {
	text-decoration: none;
	font-size: 1.4rem;
	color: #fff;
}

.sp_only_footer {
	display: none;
}

.recaptcha-note {
	display: none;
}

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

	.sp {
		display: block;
	}

	header {
		position: absolute;
	}

	.sp_flex {
		display: flex !important;
		;
	}


	.header_flex {
		width: 100%;
		background-color: #fff;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		height: 60px;
	}

	.header_flex .header_inner {
		width: 86.6%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header_flex .logo {
		display: block;
	}

	.header_flex .logo img {
		height: 3.0rem;
		width: auto;
		align-items: center;
	}

	.header_flex h1 {
		font-size: 1.0rem;
		font-weight: 400;
		margin: 0 auto -3rem;
		width: 86.6%;
	}


	.header_flex .header_btn {
		background: #075e99;
		width: auto;
		height: 3.0rem;
		color: #fff;
		font-size: 1.2rem;
		position: relative;
		border-radius: 50px;
		padding: 0.5rem 3.0rem 0rem 2.0rem;
		font-weight: 600;
		letter-spacing: 0.1em;
	}

	.header_flex .header_btn .small {
		font-size: 1.3rem;
	}

	.header_flex .header_btn::before {
		display: none;
	}

	.header_flex .header_btn::after {
		content: "";
		position: absolute;
		background-image: url(../image/last_btn_arr.png);
		background-size: 100%;
		height: 20px;
		width: 20px;
		top: 0.4rem;
		right: 0.5rem;
		background-repeat: no-repeat;

	}


	.frist {
		height: auto;
		margin: 1rem 0 0;
	}

	.fv {
		width: 100%;
		max-height: auto;
		height: 380px;
		background-image: url(../image/fv.jpg);
		background-size: cover;
		position: relative;
		background-position: center;
		padding: 8.0rem 0 0;
	}

	.fv::after {
		content: "";
		position: absolute;
		right: 0;
		bottom: -1px;
		width: 100%;
		height: 100px;
		/* 右側の高さ */
		background: white;
		clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
		z-index: 2;
		/* 背景より前に配置 */
	}

	.fv .white_title {
		background-color: rgba(255, 255, 255, 0.6);
		width: 100%;
		height: 20rem;
		position: relative;
		margin-bottom: 0rem;

	}

	.title_inner {
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 0;
	}

	.fv .title_inner .before_huki {
		width: 100%;
		height: 3rem;
		/* background-color: #ff7f00; */
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		top: -1.5rem;
		margin: 0 auto;
	}

	.fv .title_inner .before_huki img {
		width: 70%;
		position: relative;
	}

	.fv .title_inner .before_huki::after {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 35%;
		width: 0;
		height: 0;
		border-left: 45px solid transparent;
		border-top: 15px solid #115398;
	}


	.fv .title_inner h2 {
		font-size: 3.9rem;
		color: #333;
		text-align: center;
		position: relative;
		top: -1rem;
		line-height: 1.1;
		letter-spacing: 0;
	}

	.fv .title_inner h2 .small {
		font-size: 2.3rem;
	}

	.fv .title_inner h2 .orange {
		font-style: italic;
		font-size: 6.3rem;
		color: #ff4800;
	}

	.fv .title_inner h2 .per {
		font-size: 3.2rem;
		color: #ff4800;
	}

	.fv .title_inner .orange_line {
		font-size: 2.3rem;
		/* color: #ff7f00; */
		/* border-top: #ff7f00 2px solid; */
		/* border-bottom: #ff7f00 2px solid; */
		text-align: center;
		width: 100%;
		padding: 5px 0;
		font-weight: 600;
		margin: 5px auto;
	}

	.fv .title_flex {
		display: flex;
		margin: 1rem auto 0;
		justify-content: space-between;
		position: relative;
		z-index: 3;
	}

	.fv .title_flex img {
		width: 30%;
	}

	.fv_after .strong {
		font-size: 1.2rem;
		display: block;
		margin: 3rem auto 0;
		width: fit-content;
		font-weight: 600;
		letter-spacing: 0em;
		line-height: 1.8;
	}

	.fv_after .strong span {
		font-size: 1.6rem;
		background: linear-gradient(transparent 50%, #FFDA00 50%);
		/* background-size: cover; */
		margin: 0 0.5rem 0 0;
		font-weight: 600;
	}

	.fv_after .fv_after_btn {
		font-weight: 600;
		color: #fff;
		font-size: 2.0rem;
		display: flex;
		position: relative;
		/* background-color: #ff4800; */
		width: 86.6%;
		height: 7rem;
		border-radius: 50px;
		margin: 2rem auto 0;
		justify-content: center;
		align-items: baseline;
		padding: 2.5rem 0 0 3rem;
		cursor: pointer;
		/* box-shadow: 0 5px 0 #c1350a; */
		transition: all 0.2sease -in-out;
		letter-spacing: 0.1rem;
	}

	.fv_after .fv_after_btn span {
		font-size: 1.4rem;
	}

	.fv_after .fv_after_btn::before {
		content: "";
		position: absolute;
		background-image: url(../image/main_btn_before2.png);
		background-size: 100%;
		height: 6rem;
		width: 6rem;
		top: 0.5rem;
		left: 0.5rem;
		background-repeat: no-repeat;
	}

	.fv_after .fv_after_btn::after {
		content: "";
		position: absolute;
		background-image: url(../image/main_btn_arr.png);
		background-size: 100%;
		height: 6rem;
		width: 1.0rem;
		top: 2.75rem;
		right: 2.5rem;
		background-repeat: no-repeat;
	}

	.fv_after .fv_after_btn:active {
		transform: translateY(3px);
		/* クリック時に押し込む */
		box-shadow: 0 2px 0 #0d2665;
		/* 影を浅くする */
	}

	.fv_after .fv_after_btn .small {
		font-size: 1.5rem;
	}

	.start {
		margin: 5rem auto;
	}

	.start .content_flex {
		display: block;
	}

	.start .left {
		display: block;
		width: 100%;
		padding: 0;
	}

	.start .left h2 {
		font-size: 3.0rem;
		line-height: 1.75;
		font-weight: 500;
		letter-spacing: 0.1rem;
	}

	.start .left h2 .yellow_line {
		background: linear-gradient(transparent 10%, #FFDA00 10%);
		letter-spacing: 0.1rem;
	}

	.start .left p {
		font-size: 1.58rem;
		line-height: 2.0;
		letter-spacing: 0rem;
		margin: 3.5rem 0 4rem;
		padding-right: 0rem;
	}

	.start .left p .yellow_line {
		background: linear-gradient(transparent 90%, #FFDA00 90%);
		letter-spacing: 0rem;
	}

	.start .right {
		width: 100%;
		display: block;
	}

	.start .right .content {
		width: 100%;
		height: 8rem;
		border-radius: 1rem;
		border: 0.5rem solid #115398;
		display: flex;
		position: relative;
		margin: 0 0 2rem auto;
		padding: 0 0 2rem 4rem;
		align-items: flex-end;
		line-height: 0;
	}

	.start .right .content .title {
		width: 9rem;
		height: 9rem;
		border-radius: 50%;
		font-size: 2rem;
		/* background-color: #ff7f00; */
		z-index: 3;
		top: 3rem;
		left: -6rem;
		display: block;
		text-align: center;
		font-weight: 500;
		padding: 1.8rem 0 0;
		line-height: 1.3;
	}

	.start .right .content .orange {
		display: flex;
		align-items: flex-end;
		margin: 0 -3rem 0;
	}

	.start .right .start01::before {
		content: "";
		background-image: url(../image/start01.png);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 4;
		background-size: 100% 100%;
		width: 30px;
		height: 30px;
	}


	.start .right .start02::before {
		content: "";
		background-image: url(../image/start02.png);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 4;
		background-size: 100% 100%;
		width: 30px;
		height: 30px;
	}

	.start .right .start03::before {
		content: "";
		background-image: url(../image/start03.png);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 4;
		background-size: 100% 100%;
		width: 30px;
		height: 30px;
	}

	.start .right .content .title .yellow_line {
		background: linear-gradient(transparent 90%, #FFDA00 90%);
	}

	.start .right .content .title .small {
		font-size: 1.4rem;
		letter-spacing: 0;
		margin: 0 0 0 5px;
	}

	.start .right .content .orange {
		display: flex;
		align-items: flex-end;
		margin: 0px -4rem 0;
		padding: 0;
	}


	.start .right .content .text01::after {
		content: "※2024/8/26-2024/9/25静岡店実績";
		font-size: 1.0rem;
		position: absolute;
		bottom: 1.25rem;
		right: 4.5rem;
		z-index: 4;
	}

	.start .right .content .text02::after {
		content: "※2024年12月松戸店実績";
		font-size: 0.9rem;
		position: absolute;
		bottom: 1.25rem;
		right: 2.5rem;
		z-index: 4;
	}

	.start .right .content .orange .small {
		font-size: 1.4rem;
		letter-spacing: 0;
		margin: 0 0 0 5px;
	}

	.start .right .content .orange .big {
		font-size: 2.5rem;
		letter-spacing: 0;
		padding: 0 0 1.5rem;
	}

	.start .right .content .orange .number {
		font-size: 4.5rem;
		color: #ffda00;
		font-weight: 700;
		font-style: italic;
		letter-spacing: 0;
		padding: 0 0 1.5rem;
	}

	.start .right .content .orange .per {
		font-size: 1.8rem;
		font-weight: 700;
		font-style: italic;
		margin: 0 0 0 5px;
	}



	.hot {
		padding: 5rem 0;
		background-color: #eeeeee;
	}

	.inner {
		max-width: 1200px;
		width: 84.5%;
		margin: 0 auto;
	}

	.hot h2 {
		font-size: 2.5rem;
		line-height: 1.75;
		font-weight: 500;
		letter-spacing: .5rem;
		text-align: center;
		position: relative;
	}

	.hot h2 .yellow_line {
		background: linear-gradient(transparent 10%, #FFDA00 10%);
		letter-spacing: .5rem;
	}

	.hot h2::after {
		content: "";
		background-image: url(../image/back_hatena.png);
		background-size: 100%;
		width: 40px;
		height: 80px;
		bottom: -20px;
		right: 50px;
		display: flex;
		position: absolute;
	}

	.hot .content_flex {
		display: block;
		margin: 5rem auto 0;

	}

	.hot .content_flex .left {
		width: 100%;

	}

	.hot .content_flex .left h3 {
		font-size: 2.0rem;
		font-weight: 600;
		padding-left: 2rem;
		position: relative;
	}

	.hot .content_flex .left p {
		font-size: 1.4rem;
		line-height: 2.2;
		margin: 4rem 0 3rem;
	}

	.hot .content_flex .left h3::before {
		content: "";
		background-image: url(../image/back_bikkuri.png);
		width: 25px;
		height: 80px;
		background-size: 100%;
		position: absolute;
		top: -30px;
		left: 0px;
	}

	.hot .content_flex .right {
		width: 100%;
		height: auto;
		padding: 2.5rem;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 5rem;
	}

	.hot .content_flex .right:nth-of-type(4) {
		margin-bottom: 5rem;
	}

	.hot .content_flex .right img {
		width: auto;
		height: 90%;
	}

	.worry {
		background-image: url(../image/background_worry.png);
		background-size: cover;
		background-position: center;
		padding: 5rem 0;
	}

	.worry h2 {
		color: #fff;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.6;
	}

	.worry h2 .small {
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 1.8;
		display: block;
	}

	.worry h2 .yellow_line {
		background: linear-gradient(transparent 10%, #FFDA00 10%);
		letter-spacing: .5rem;
		color: #000;
	}

	.worry h2::after {
		content: "";
		background-image: url(../image/back_hatena.png);
		background-size: 100%;
		width: 50px;
		height: 135px;
		bottom: -40px;
		right: -25%;
		display: flex;
		position: absolute;
	}


	.worry .content_flex {
		display: block;
		margin: 5rem auto 0;
	}

	.worry .content_flex .content {
		background-color: #fff;
		border-radius: 12px;
		width: 100%;
		color: #000;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
		padding: 2.0rem 0;
		margin-bottom: 2.0rem;
	}

	.worry .content_flex .content .yellow_line {
		background: linear-gradient(transparent 90%, #FFDA00 90%);

	}

	.solution {
		background-image: url(../image/background_yellow.jpg);
		background-size: cover;
		background-position: center;
		padding: 5rem 0;
		position: relative;
	}

	.solution::before {
		content: "";
		background-image: url(../image/worry_huki.png);
		position: absolute;
		top: -1px;
		left: 50%;
		transform: translateX(-50%);
		width: 30px;
		height: 20px;
		background-size: 100%;
	}

	.solution h2 {
		color: #000;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.5;
	}


	.solution h2 .orange_line {
		/* background: linear-gradient(transparent 10%, #ff7f00 10%); */
		letter-spacing: .5rem;
		color: #fff;
	}

	.solution .content_flex {
		display: block;
		margin: 5rem auto 0;
	}

	.solution .content_flex .content {
		background-color: #fff;
		width: 86.6%;
		color: #000;
		font-size: 2.0rem;
		font-weight: 400;
		line-height: 2.2;
		padding: 2.5rem 3rem 1.5rem;
		margin: 0 auto 2.0rem;
	}

	.solution .content_flex .content img {
		width: 60%;
		margin: 0 auto 2rem;
		/* margin: 0; */
		display: block;
	}

	.reason {
		padding: 5rem 0;
		position: relative;
		background-color: #fff;
	}

	.reason h2 {
		color: #000;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.6;
	}

	.reason h2 .yellow_line {
		background: linear-gradient(transparent 10%, #FFDA00 10%);
		letter-spacing: .5rem;
	}

	.reason .content_flex {
		display: block;
		margin: 5rem auto 0;
	}

	.reason .content_flex .left {
		width: 100%;
	}

	.reason .content_flex .left img {
		width: 20%;
	}

	.reason .content_flex .left h3 {
		font-size: 2.0rem;
		font-weight: 600;
		position: relative;
		line-height: 1.75;
	}

	.reason .content_flex .left p {
		font-size: 1.4rem;
		line-height: 2.2;
		margin: 3.5rem 0 0 0;
		padding: 0;
	}

	.reason .content_flex .right {
		width: 86.6%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 4rem auto;

	}

	.reason .content_flex .graph_yellow {
		/* background-color: #FFDA00; */
		padding: 3rem 2rem;
		margin: 4rem auto;

	}

	.reason .content_flex .right img {
		width: 100%;
	}

	.suport {
		padding: 5rem 0;
		position: relative;
		background-color: #eeeeee;
	}

	.suport h2 {
		color: #000;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.6;
	}

	.suport h2 .yellow_line {
		background: linear-gradient(transparent 10%, #FFDA00 10%);
		letter-spacing: .5rem;
	}

	.suport .strong {
		font-size: 1.5rem;
		position: relative;
		color: #000;
		text-align: center;
		background: linear-gradient(transparent 50%, #FFDA00 50%);
		margin: 5rem auto 0;
		width: fit-content;
		font-weight: 600;
		letter-spacing: 0.3em;
	}

	.suport .content_flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 2.5rem auto 0;
		row-gap: 1.25rem;
	}

	.suport .content_flex .content {
		width: 31%;
		aspect-ratio: 1 / 1;
		border-radius: 10px;
		background-color: #fff;
		display: block;
		font-size: 1rem;
		text-align: center;
		position: relative;
		padding: 0.5rem 0 0 0;
		height: auto;
	}

	.suport .content_flex .icon_box {
		width: 60%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		aspect-ratio: 1 / 1;
		padding-top: 0.4rem;
	}

	.suport .content_flex .icon_box img {
		max-width: 90%;
		max-height: 70%;
		height: 100%;
		height: 100%;
		/* 追加 */
		object-fit: contain;
		/* 画像が潰れないように */
		-webkit-max-height: 70%;
		/* 追加 */
		margin: 0 0 10px 0;
	}

	.suport .content_flex .icon_box .h100 {
		height: 10rem;
	}

	.suport .content_flex .content p {
		height: auto;
		margin-top: 0rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1rem;
		margin: 0;
		line-height: 1.4;
	}


	.model {
		background-image: url(../image/background_yellow.jpg);
		background-size: cover;
		background-position: center;
		padding: 5rem 0;
		position: relative;
	}


	.model h2 {
		color: #000;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.6;
	}


	.model h2 .orange_line {
		background: linear-gradient(transparent 10%, #115398 10%);
		letter-spacing: .5rem;
		color: #fff;
	}

	.model .content_flex {
		display: block;
		margin: 4rem auto 0;
	}

	.model .content_flex .content {
		background-color: #fff;
		width: 100%;
		height: auto;
		color: #000;
		padding: 2.5rem 2.0rem;
		border-radius: 10px;
		margin: 0 0 2.5rem;
	}

	.model .content_flex .content:nth-of-type(2) {
		margin-bottom: 0;
	}

	.model .content_flex .content h3 {
		font-size: 2.0rem;
		font-weight: 600;
		display: flex;
		gap: 10px;
		align-items: center;
		margin: 0 0 1rem;
	}

	.model .content_flex .content:nth-child(1) h3 img {
		width: 30%;
		height: 30%;
	}

	.model .content_flex .content:nth-child(2) h3 img {
		width: 20%;
		height: 20%;
	}

	.model .content_flex .content .main {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		display: block;
	}

	.model .content_flex .content .btn_box {
		background-image: url(../image/more_image.jpg);
		background-color: #eee;
		width: 100%;
		background-size: 90%;
		padding: 10px;
		text-align: center;
		height: 17.5rem;
		position: relative;
	}

	.model .content_flex .content .btn_box::before {
		content: "内訳";
		color: #ff7f00;
		font-size: 1.2rem;
		top: 2rem;
		left: 2rem;
		display: block;
		position: absolute;
		font-weight: 600;
	}

	.model .content_flex .content .btn_box p {
		display: block;
		margin: 4rem auto 2rem;
		font-size: 1.2rem;
		line-height: 1.5;
		color: #ff4800;
		font-weight: 600;
		position: relative;
	}

	.model .content_flex .content .btn_box a {
		/* background: #075e99; */
		width: 90%;
		height: 4.6rem;
		text-align: center;
		padding: 1.3rem 0 0 0;
		color: #fff;
		font-size: 1.8rem;
		border-radius: 50px;
		display: block;
		margin: 0 auto;
		position: relative;
		font-weight: 600;
		letter-spacing: 0.1rem;
	}

	.model .content_flex .content .btn_box a .small {
		font-size: 1.0rem;
	}

	.model .content_flex .content .btn_box a::after {
		content: "";
		display: block;
		background-image: url(../image/main_btn_arr_yellow.png);
		width: 10px;
		background-size: 70%;
		position: absolute;
		top: 40%;
		right: 10px;
		height: 12px;
	}

	.model .kome {
		text-align: left;
		font-size: 1.0rem;
		margin: 1rem 0 0;
	}

	.owner {
		padding: 5rem 0;
		position: relative;
		background-color: #fff;
	}

	.owner h2 {
		color: #000;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.6;
	}

	.owner h2 .yellow_line {
		background: linear-gradient(transparent 10%, #FFDA00 10%);
		letter-spacing: .5rem;
	}

	.owner .content_flex {
		display: block;
		margin: 5rem auto 0;
	}

	.owner .content_flex .left {
		width: 86.6%;
		position: relative;
		margin: 0 auto;
	}

	.owner .content_flex .left img {
		width: 100%;
		position: relative;
	}

	.owner .content_flex .left .yellowbox {
		/* background-color: #FFDA00; */
		position: relative;
		height: auto;
		display: flex;
		align-items: center;
		/* justify-content: flex-end; */
		color: #333;
		font-size: 1.2rem;
		padding: 1rem 5% 1rem 40%;
	}

	.owner .content_flex .left .yellowbox p {
		font-size: 1.2rem;

	}

	.owner .content_flex .left .yellowbox img {
		position: absolute;
		width: 30%;
		height: auto;
		top: -20%;
		left: 5%;
	}

	.owner .content_flex .right {
		width: 100%;
		margin-top: 2.5rem;
	}


	.owner .content_flex .right img {
		width: 10rem;
	}

	.owner .content_flex .right h3 {
		font-size: 2.0rem;
		font-weight: 600;
		position: relative;
		line-height: 1.75;
	}

	.owner .content_flex .right p {
		font-size: 1.4rem;
		line-height: 2.2;
		margin: 3.5rem 0 0 0;
	}

	.flow {
		background-image: url(../image/follow_back.jpg);
		background-size: cover;
		background-position: center;
		padding: 5rem 0;
	}

	.flow h2 {
		color: #000;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.6;
	}

	.flow h2 .orange_line {
		background: linear-gradient(transparent 10%, #115398 10%);
		letter-spacing: .5rem;
		color: #fff;
	}

	.flow .content_flex {
		display: block;

		margin: 5rem auto;

	}

	.flow .content_flex .content_white {
		width: 86.6%;
		height: 5rem;
		border-radius: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		color: #333;
		font-size: 1.3rem;
		font-weight: 600;
		background-color: #fff;
		text-align: center;
		margin: 0 auto 1.0rem;
	}

	.flow .content_flex .content_white::after {
		content: "";
		background-image: url(../image/follow_arr.png);
		top: 4.25rem;
		left: calc(50% - 1rem);
		width: 2.5rem;
		height: 2.5rem;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 3;
		transform: rotate(90deg);
	}

	.flow .content_flex .content_white:nth-child(1)::before {
		content: "";
		background-image: url(../image/follow_01.png);
		top: 1.5rem;
		left: 1rem;
		width: 2.5rem;
		height: 2.5rem;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 2;
	}

	.flow .content_flex .content_white:nth-child(2)::before {
		content: "";
		background-image: url(../image/follow_02.png);
		top: 1.5rem;
		left: 1rem;
		width: 2.5rem;
		height: 2.5rem;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 2;
	}

	.flow .content_flex .content_white:nth-child(3)::before {
		content: "";
		background-image: url(../image/follow_03.png);
		top: 1.5rem;
		left: 1rem;
		width: 2.5rem;
		height: 2.5rem;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 2;
	}

	.flow .content_flex .content_white:nth-child(4)::before {
		content: "";
		background-image: url(../image/follow_04.png);
		top: 1.5rem;
		left: 1rem;
		width: 2.5rem;
		height: 2.5rem;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 2;
	}

	.flow .content_flex .content_orange {
		width: 86.6%;
		height: 5rem;
		border-radius: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		color: #fff;
		font-size: 1.3rem;
		font-weight: 600;
		/* background-color: #ff7f00; */
		text-align: center;
		margin: 0 auto;
	}

	.flow .content_flex .content_orange .number {
		font-size: 1.8rem;
		font-style: italic;
	}

	.flow .content_flex .content_orange p {
		margin: 0;
	}

	.flow .content_flex .content_orange::before {
		content: "";
		background-image: url(../image/follow_05.png);
		top: 1.5rem;
		left: 1rem;
		width: 2.5rem;
		height: 2.5rem;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		z-index: 2;
	}

	.faq {
		padding: 5rem 0;
		position: relative;
		background-color: #eeeeee;
	}

	.faq h2 {
		color: #000;
		font-size: 2.5rem;
		text-align: center;
		position: relative;
		line-height: 1.6;
		margin-bottom: 5rem;
	}

	.faq h2 .yellow_line {
		background: linear-gradient(transparent 10%, #FFDA00 10%);
		letter-spacing: .5rem;
	}

	.faq .content_white_flex {
		display: flex;
		padding: 2.5rem 3rem 2.5rem 0;
		background-color: #fff;
		margin-bottom: 3.5rem;
	}

	.faq .content_white_flex:nth-of-type(4) {
		margin-bottom: 0rem;
	}

	.faq .content_white_flex .left {
		width: 30%;
		margin: 0 1.5rem;
	}

	.faq .content_white_flex .left .quetion {
		width: 6rem;
		position: relative;
		top: 0.5rem;
	}

	.faq .content_white_flex .right {
		width: auto;
	}

	.faq .content_white_flex .right h3 {
		font-size: 1.6rem;
		background: linear-gradient(transparent 90%, #FFDA00 90%);
		font-weight: 600;
		margin-bottom: 2rem;
		line-height: 1.8;
		/* width: fit-content; */
		display: inline;
	}

	.faq .content_white_flex .right p {
		font-size: 1.4rem;
		line-height: 2.2;
	}

	.form {
		padding: 0rem 0;
		position: relative;
	}

	.form .form_wrap {
		border: 3.5px solid #FFDA00;
		border-radius: 10px;
		padding: 2.5rem 1.5rem;
		width: 100%;
		margin: 2.5rem 0;
	}

	.form .form_wrap .innner_wrap {
		width: 100%;
		margin: 0 auto;
	}

	.form .form_wrap .innner_wrap .title_flex {
		display: flex;
		align-items: center;

	}

	.form .form_wrap .innner_wrap .title_flex .free {
		width: 6rem;
		height: 6rem;
		border-radius: 50%;
		background-color: #ffda00;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #ff7f00;
		font-size: 1.8rem;
		font-weight: 600;
		margin-right: 1rem;
	}

	.form .form_wrap .innner_wrap h3 {
		text-align: center;
		font-size: 1.8rem;
		color: #333;
		letter-spacing: 0.6;
	}

	.form .form_wrap .innner_wrap h3 .orange {
		font-size: 2.5rem;
		color: #ff7f00;
		font-style: italic;
		margin-right: 0.8rem;
	}

	.form .form_wrap .innner_wrap h3 .small {
		font-size: 1.2rem;
	}

	footer {
		padding: 5rem 0;
		/* background-color: #ff7f00; */
		color: #fff;
	}

	footer .footer_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: end;
		row-gap: 10px;
		margin-top: 2.5rem;
	}

	footer img {
		width: 12.5rem;
		margin: 0 auto;

	}

	footer .footer_flex a {
		text-decoration: none;
		font-size: 1.4rem;
		color: #fff;
		width: 50%;
	}


	.sp_only_footer {
		display: block;
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		background-color: rgba(0, 0, 0, 0.25);
		padding: 0% 0 6%;
		z-index: 5;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.4s ease, visibility 0.4s ease;
	}

	.sp_only_footer .fv_after .fv_after_btn {
		width: 90%;
	}

	.sp_only_footer.visible {
		opacity: 1;
		visibility: visible;
	}

	.grecaptcha-badge {
		visibility: hidden;
	}

	.recaptcha-note {
		display: block;
		margin: 2rem 0;
		color: #fff;
		font-size: 1.0rem;
	}

	.recaptcha-note a {
		color: #fff;
	}

}

.form .innner_wrap .form_flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 4rem auto 0;
	row-gap: 2.5rem;
}


.form .innner_wrap .form_flex dd {
	font-size: 1.4rem;
	width: 25%;
}

.form .innner_wrap .form_flex dt {
	font-size: 1.4rem;
	width: 65%;
	position: relative;
	display: inline-block;
}

.form .innner_wrap .form_flex dt input {
	border: #333 1px solid;
	border-radius: 5px;
	width: 100%;
	padding: 1rem;
}

.form .innner_wrap .form_flex dt select {
	border: #333 1px solid;
	border-radius: 5px;
	width: 100%;
	padding: 1rem;
	appearance: none;
	/* デフォルトのスタイルを無効化 */
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

/* 矢印をつける */
.form .innner_wrap .form_flex .select::after {
	content: "▼";
	/* 矢印 */
	font-size: 14px;
	color: #999;
	/* 矢印の色 */
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	/* クリックを邪魔しない */
}

/* IE対応用 */
select::-ms-expand {
	display: none;
}

.form .innner_wrap p {
	font-size: 2.0rem;
	/* text-align: center; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2.0rem 0;
}

.form .innner_wrap p a {
	color: #ff7f00;
	text-decoration-line: underline;
}

.form .lastbtn {
	font-weight: 600;
	color: #fff;
	font-size: 1.8rem;
	display: flex;
	position: relative;
	background: linear-gradient(to bottom, #ff3300, #e81b00);
	width: 70%;
	height: 5rem;
	border-radius: 50px;
	margin: 2rem auto 0;
	justify-content: center;
	align-items: baseline;
	cursor: pointer;
	box-shadow: none;
	padding: 0 2rem 0.5rem 0;
	letter-spacing: 0.1rem;
}

.form .btn_wrap {
	position: relative;
}

.form .btn_wrap::after {
	content: "";
	position: absolute;
	background-image: url(../image/last_btn_arr.png);
	background-size: 60%;
	height: 6.5rem;
	width: 6.5rem;
	top: 0.5rem;
	right: 10%;
	background-repeat: no-repeat;
	z-index: 3;
}

.form .innner_wrap .check_wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	/* チェックボックスとテキストの間隔 */
	font-size: 16px;
	cursor: pointer;
	/* ラベルクリックでチェック可能に */
	margin: 2rem auto;
	justify-content: center;
}

/* チェックボックスのデフォルトスタイル */
.form .innner_wrap .check_wrap input[type="checkbox"] {
	width: 18px;
	height: 18px;
	cursor: pointer;
	border: 1px solid #333;
}

/* チェックボックスのスタイル */
.check_wrap input.check[type="checkbox"] {
	width: 18px;
	height: 18px;
	cursor: pointer;
	border: 2px solid #999;
	border-radius: 3px;
	position: relative;
	appearance: none;
	/* デフォルトのスタイルを無効化 */
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
}

/* チェックボックスが選択されたときの背景色変更 */
.check_wrap input.check[type="checkbox"]:checked {
	background-color: #ff7f00;
	/* チェック時の背景色 */
	border-color: #ff7f00;
}

/* チェックマークを追加 */
.check_wrap input.check[type="checkbox"]:checked::after {
	content: "✔";
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* チェックボックスのラベル */
.check_wrap label {
	display: flex;
	align-items: center;
	gap: 8px;
	/* チェックボックスとテキストの間隔 */
	font-size: 16px;
	cursor: pointer;
}

/* リンクのスタイル */
.check_wrap .wpcf7-list-item-label a {
	color: #ff7f00;
	text-decoration: underline;
}

.check_wrap .wpcf7-list-item-label a:hover {
	text-decoration: none;
}

/* チェックボックスがチェックされたときのテキストの色変更 */
.check_wrap input.check[type="checkbox"]:checked {
	color: #0073aa;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.form .innner_wrap .form_flex {
		display: block;
		margin: 2rem auto 0;
	}

	.form .innner_wrap .form_flex dd {
		font-size: 1.4rem;
		width: auto;
		margin: 1.5rem 0 0.5rem;
	}

	.form .innner_wrap .form_flex dt {
		font-size: 1.4rem;
		width: 100%;
		position: relative;
		display: inline-block;
	}

	.form .innner_wrap .check_wrap {
		font-size: 1.4rem;
	}

	span.wpcf7-list-item {
		margin: 0 !important;
	}

	.form .lastbtn {
		font-weight: 600;
		color: #fff;
		font-size: 1.8rem;
		display: flex;
		position: relative;
		/* background-color: #ff4800; */
		width: 100%;
		height: 5rem;
		border-radius: 50px;
		margin: 2rem auto 0;
		justify-content: center;
		align-items: baseline;
		cursor: pointer;
		box-shadow: none;
		padding-right: 2rem;
	}

	.form .btn_wrap::after {
		content: "";
		position: absolute;
		background-image: url(../image/last_btn_arr.png);
		background-size: 60%;
		height: 7rem;
		width: 7rem;
		top: 0.4rem;
		right: -2.2rem;
		background-repeat: no-repeat;
		z-index: 3;
	}
}

.thanks {
	text-align: center;
	margin: 3rem auto;
	width: 86%;
}

.thanks h3 {
	font-size: 4.0rem;
	font-weight: 600;
	position: relative;
}

.thanks p {
	font-size: 2.0rem;
	line-height: 2.2;
	margin: 8.5rem 0 0 0;
	padding: 0 2rem 0 0;
}

.thanks a {
	font-weight: 600;
	color: #fff;
	font-size: 1.8rem;
	display: flex;
	position: relative;
	background: linear-gradient(to bottom, #3793d1, #075e99);
	width: 40%;
	/* height: 10rem; */
	border-radius: 50px;
	margin: 4rem auto 0;
	justify-content: center;
	align-items: baseline;
	padding: 2rem 0;
	cursor: pointer;
	box-shadow: 0 5px 0 #0d2665;
}


@media screen and (max-width: 768px) {
	.thanks {
		text-align: center;
		margin: auto;
		width: 86%;
	}

	.thanks h3 {
		font-size: 2.0rem;
		font-weight: 600;
		position: relative;
	}

	.thanks p {
		font-size: 1.4rem;
		line-height: 1.8;
		margin: 4rem 0 0 0;
		padding: 0;
	}

	.thanks a {
		font-weight: 600;
		color: #fff;
		font-size: 1.4rem;
		display: flex;
		position: relative;
		/* background-color: #ff4800; */
		width: 80%;
		/* height: 10rem; */
		border-radius: 50px;
		margin: 4rem auto 0;
		justify-content: center;
		align-items: baseline;
		padding: 1rem 0;
		cursor: pointer;
		/* box-shadow: 0 5px 0 #c1350a; */
	}
}