@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	background: url("../img/top/bg-title.jpg") no-repeat top left/cover;
}
#top_ttl img {
	width: 1250px;
	max-width: 100%;
}
.img_top img {
	width: 870px;
}
#solution .solution_box::before {
	background: #efeee8;
	top: 40px;
	height: calc(100% - 40px);
}
#solution h3.fukidashi .line {
	position: relative;
	top: -5px;
}
#solution h3.fukidashi .line::before {
	content: "";
	background: #fff;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 0;
}
#solution h3.fukidashi .fm {
	font-size : 34px;
}
#solution .box {
	position: relative;
}
#solution .box .img_box {
	width: 46%;
}
	@media only screen and (max-width: 1150px) {
		#solution .box .img_box {
			left: -30px;
			width: 500px;
		}
	}
#solution .box .img_box img {
	width: 100%;
	max-height: 270px;
	object-fit: cover;
	object-position: top;
	border-radius: 30px;
}
#solution .box .txt_box {
	width: 50%;
	margin-left: auto
}
#solution .box .txt_box .icon_box {
	margin-bottom: 15px;
	padding-top: 0px;
}
#solution .box .txt_box .icon_box .in_box {
	width: 48%;
}
#solution .box .txt_box .icon_box .waku {
	font-weight : bold;
	font-size : 24px;
	color : #fff;
	border-radius: 15px;
	background: #f08c1e;
	line-height: 1.7em;
	padding: 3px 70px 5px;
	box-sizing: border-box;
	position: relative;
}
#solution .box .txt_box .icon_box .waku::before {
	content: "";
	background: #fff;
	width: 95px;
	height: 95px;
	clip-path: circle(50% at 50% 50%);
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
#solution .box .txt_box .icon_box .waku::after {
	content: "";
	background: url("../img/top/ico01.png") no-repeat top center/100%;
	width: 55px;
	height: 58px;
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
}
#solution .box .txt_box .icon_box .waku.zenkoku::after {
	background: url("../img/top/ico02.png") no-repeat top center/100%;
	width: 65px;
	height: 68px;
	top: -55px;
}
#solution .box .txt_box .icon_box .in_box .icon span {
	position: relative;
}
#solution .box .txt_box .icon_box .in_box .icon span::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	z-index: 2;
}
#solution .box .txt_box .b_txt {
	font-weight : 800;
	font-size : 34px;
	line-height : 40px;
	text-shadow: 3px 3px 0 #fff;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
}
#solution .box .txt_box .b_txt .big {
	font-size: 46px;
}
#solution .box .txt_box .b_txt .fs {
	font-size: 18px;
	vertical-align: middle;
}
#solution .box .txt_box .b_txt .fm {
	font-size: 36px;
}
#solution .box .txt_box .f20 {
	font-size: 18px;
	line-height: 1.6;
}
#solution .box02 .white_box {
	background: #fff;
	width: 900px;
	box-sizing: border-box;
	padding: 10px 20px;
	position: relative;
}
#solution .box02 .white_box::before {
	content: "";
	background: url("../img/top/bg02.png") no-repeat center right/100%;
	width: 200px;
	height: 155px;
	position: absolute;
	bottom: 0;
	right: -100px;
}
#solution .box02 .white_box li {
	position: relative;
	font-size : 22px;
	color : #2A402F;
	font-weight: 600;
	padding-left: 40px;
}
#solution .box02 .white_box li::before {
	content: "";
	background: url("../img/chk.png") no-repeat top left/100%;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 8px;
	left: 0;
}
#solution .box02 .white_box li .fs {
	font-size: 63%;
	vertical-align: middle;
}
#solution .box03 {
	margin-top: 15px;
	align-items: center;
}
#solution .box03 .txt {
	font-size : 20px;
	line-height : 40px;
	width: 625px;
	line-height: 1.6;
}
#solution .box03 .txt .fm {
	font-size: 26px;
}
#service .service_basic.bg_wide::before {
	background: url("../img/top/bg03.png") no-repeat top center/100%;
}
#service h4.sub {
	margin-bottom: 30px;
}
#service .service_contents {
	row-gap: 25px;
}
#service .service_contents .box {
	width: 49%;
	max-width: 525px;
	border: 5px solid #efeee8;
	padding: 20px;
	background: #fff;
}
#service .service_contents .box .img {
	width: 28%;
	aspect-ratio: 1 / 1;
	margin-bottom: 0;
}
#service .service_contents .box .cont {
	width: calc(72% - 20px);
}
#service .service_contents .box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
#service .service_contents .box .ttl {
	font-weight : bold;
	font-size : 24px;
	line-height : 38px;
	color : #5AAB7A;
	margin-bottom: 3px;
}
#service .service_contents .box .txt {
	font-weight : bold;
	font-size : 16px;
	color : #2A402F;
}
#service .service_plan::before {
	background: #efeee8;
	height: calc(100% - 45px);
	top: auto;
	bottom: 0;
}
#service .service_plan h3.fukidashi {
	width: 360px;
	margin: 0 auto 20px;
	font-size: 28px;
	padding: 0 15px 5px 15px;
}
#service .service_plan .mini_fukidashi {
	text-align: center;
	padding-bottom: 15px;
}
#service .service_plan .mini_fukidashi span {
	display: inline-block;
	font-size : 22px;
	color : #2A402F;
	padding: 0 20px;
	position: relative;
}
#service .service_plan .mini_fukidashi span::before {
	content: "";
	background: #2a402f;
	width: 1px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 0;
	transform: rotate(-15deg);
}
#service .service_plan .mini_fukidashi span::after {
	content: "";
	background: #2a402f;
	width: 1px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 0;
	transform: rotate(15deg);
}
#service .service_plan .wrap {
	width: 49%;
}
#service .service_plan .box {
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
#service .service_plan .box .orange_waku {
	font-weight : bold;
	font-size : 26px;
	line-height : 60px;
	color : #fff;
	background: #f08c1e;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#service .service_plan .box .txt_box {
	padding: 20px;
	position: relative;
	min-height: 275px;
}
#service .service_plan .box .txt_box::before {
	content: "";
	background: url("../img/top/plan-bg01.png") no-repeat bottom right/100%;
	width: 180px;
	height: 170px;
	position: absolute;
	bottom: 0px;
	right: 10px;
}
#service .service_plan .wrap:nth-of-type(2) .box .txt_box::before {
	content: "";
	background: url("../img/top/plan-bg02.png") no-repeat bottom right/100%;
	width: 122px;
	height: 206px;
	position: absolute;
	bottom: 0;
	right: 40px;
}
#service .service_plan .box .txt_box li {
	font-weight : bold;
	font-size : 19px;
	line-height : 30px;
	color : #2A402F;
	padding-left: 32px;
	position: relative;
	margin-bottom: 10px;
}
#service .service_plan .box .txt_box li:last-of-type {
	margin-bottom: 0;
}
#service .service_plan .box .txt_box li::before {
	content: "";
	background: url("../img/chk.png") no-repeat top left/75%;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 0;
}
#service .service_plan .service_addition {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 15px 0;
	column-gap: 50px;
	justify-content: flex-start;
	align-items: center;
}
#service .service_plan .service_addition .txt_g {
	font-weight : bold;
	font-size : 25px;
	line-height : 46px;
	color : #5AAB7A;
}
#service .service_plan .service_addition li {
	font-weight : bold;
	font-size : 17px;
	line-height : 28px;
	color : #2A402F;
	padding-left: 20px;
	position: relative;
}
#service .service_plan .service_addition li::before {
	content: "";
	background: #f08c1e;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: 0;
}
#price h4.sub {
	margin-bottom: 10px;
}
#price .price_box {
	padding-bottom: 15px;
}
#price .price_box table {
	width: 100%;
}
#price .price_box th,#price .price_box td {
	border: none;
}
#price .price_box th:nth-of-type(2),#price .price_box td:nth-of-type(2) {
	border-left: 2px solid #aeb9ba;
	border-right: 2px solid #aeb9ba;
}
#price .price_box th {
	padding: 0;
	background: #fff;
}
#price .price_box th span {
	background: #5aab7a;
	font-weight : bold;
	font-size : 22px;
	line-height : 48px;
	color : #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 48px;
}
#price .price_box th.gray span {
	background: #aeb9ba;
	margin-right: 15px;
}
#price .price_box th:nth-of-type(2) span {
	margin-right: 15px;
	margin-left: 15px;
}
#price .price_box th:nth-of-type(3) span {
	margin-left: 15px;
}
#price .price_box td {
	background: #fff;
	text-align: center;
	padding: 3px 25px;
	font-weight : bold;
	font-size : 14px;
	color : #2A402F;
}
#price .price_box .col td {
	background: #efeee8;
}
#price .price_box td:first-of-type {
}
#price .price_box td .orange {
	font-size: 22px;
	font-family: var(--font-oswald);
}
#price .price_box td .top {
	position: relative;
	top: -5px;
}
#price .price_waku {
	line-height : 1.5;
}
#price .price_waku li {
	position: relative;
	padding-left: 1.5em;
}
#price .price_waku li::before {
	content: "※";
	position: absolute;
	top: 1px;
	left: 0
}
#chart .chart_box.bg_wide::before {
	background: url("../img/top/bg04.png") no-repeat top center/cover;
}
#chart .chart_box,
#chart .chart_chk {
	max-width: 850px;
	margin: auto;
}
#chart .chart_box .rei_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
}
#chart .chart_box .rei_txt .txt {
	font-size : 26px;
	font-weight: 600;
	position: relative;
}
#chart .chart_box .rei_txt .txt .rei {
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	top: -20px;
	left: -40px;
	transform: rotate(-10deg);
}
#chart .chart_box .rei_txt .txt b {
	font-size : 30px;
	font-weight: 800;
	position: relative;
	bottom: -2px;
}
#chart .chart_box .chart_flex .box {
	width: 48%;
	max-width: 525px;
	line-height: 1.5;
}
#chart .chart_box .chart_flex .box .box_in {
	border: 5px solid #aeb9ba;
	background: #fff;
	border-radius: 30px;
	position: relative;
	margin-bottom: 10px;
}
#chart .chart_box .chart_flex .box.green .box_in {
	border: 5px solid #5aab7a;
}
#chart .chart_box .chart_flex .box .box_in::before {
	content: "";
	background: #aeb9ba;
	width: 86px;
	height: 24px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	bottom: -24px;
	left: calc(50% - 53px);
}
#chart .chart_box .chart_flex .box.green .box_in::before {
	background: #5aab7a;
}
#chart .chart_box .chart_flex .box .box_in .ttl {
	font-weight : bold;
	font-size : 26px;
	color : #fff;
	background: #aeb9ba;
	border-radius: 15px 15px 0 0;
	text-align: center;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#chart .chart_box .chart_flex .box.green .box_in .ttl {
	background: #5aab7a;
}
#chart .chart_box .chart_flex .box .box_in .txt_box {
	padding: 5px;
}
#chart .chart_box .chart_flex .box .box_in .txt_box dl:not(:last-of-type) {
	border-bottom: 2px solid #efeee8;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#chart .chart_box .chart_flex .box.green .box_in .txt_box dl:not(:last-of-type) {
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#chart .chart_box .chart_flex .box .box_in .txt_box dt {
	font-weight : bold;
	font-size : 16px;
	color : #2A402F;
	text-align: center;
}
#chart .chart_box .chart_flex .box .box_in .txt_box dd {
	font-weight : bold;
	font-size : 28px;
	color : #5AAB7A;
	font-family: var(--font-oswald);
	text-align: center;
}
#chart .chart_box .chart_flex .box.green .box_in .txt_box dd {
	font-size : 34px;
	color : #F08C1E;
	line-height: 1.2em;
}
#chart .chart_box .chart_flex .box.green .box_in .txt_box dd .fs {
	font-size : 16px;
	color : #2a402f;
}
#chart .chart_box .chart_flex .box .yen {
	font-weight : bold;
	font-size : 36px;
	color : #5AAB7A;
	font-family: var(--font-oswald);
	text-align: center;
}
#chart .chart_box .chart_flex .box.green .yen {
	font-size : 40px;
	color : #F08C1E;
}
#chart .chart_box .chart_flex .box.green .otoku_txt {
	font-weight : bold;
	font-size : 18px;
	color : #2A402F;
	text-align: center;
}
#chart .chart_box .chart_flex .box.green .otoku_txt .line {
	font-size : 24px;
	border-bottom: 2px solid #5aab7a;
}
#chart .chart_chk {
	margin: 10px auto;
}
#chart .chart_chk li {
	background: #f08c1e;
	border-radius: 20px;
	padding: 15px 30px 15px 65px;
	box-sizing: border-box;
	font-size : 20px;
	line-height : 27px;
	color : #fff;
	margin-bottom: 10px;
	font-weight: bold;
	min-height: 55px;
	position: relative;
}
#chart .chart_chk li .fm {
	font-weight: 700;
	position: relative;
	bottom: -3px;
}
#chart .chart_chk li::before {
	content: "";
	background: url("../img/chk02.png") no-repeat center/70%;
	width: 42px;
	height: 45px;
	position: absolute;
	top: 7px;
	left: 20px;
}
#chart .chart_img img {
	width: 450px;
}
#section h3.sub {
	min-height: 110px;
	font-size : 30px;
}
#section h3.sub .fs {
	font-size : 26px;
}
#section h3.sub .oswald {
	position: relative;
	top: 3px;
}
#section .section_box::before {
	background: #efeee8;
}
#section .section_box .section_contents {
	justify-content: space-between;
	margin: 35px 0 20px;
}
#section .section_box .section_contents .box {
	background: #fff;
	width: 34%;
	max-width: 327px;
	position: relative;
	padding: 35px 20px 20px;
	display: flex;
	align-items: stretch;
	flex-direction: column;
}
#section .section_box .section_contents .box::before {
	content: "";
	background: url("../img/top/ico03.png") no-repeat center/100%;
	width: 56px;
	height: 64px;
	position: absolute;
	top: -32px;
	left: 50%;
	transform: translateX(-50%);
}
#section .section_box .section_contents .box:nth-of-type(2)::before {
	background: url("../img/top/ico04.png") no-repeat center/100%;
	width: 70px;
	height: 62px;
	top: -35px;
}
#section .section_box .section_contents .box:nth-of-type(3)::before {
	background: url("../img/top/ico05.png") no-repeat center/100%;
	width: 70px;
	height: 44px;
	top: -22px;
}
#section .section_box .section_contents .box .ttl {
	font-weight : 800;
	font-size : 28px;
	line-height : 35px;
	margin-bottom: 5px;
	flex-grow: 1;
}
#section .section_box .section_contents .box .txt {
	font-weight : bold;
	font-size : 16px;
	color : #2A402F;
	flex-grow: 1;
	line-height: 1.6;
}
#section .section_box .dakara_txt {
	background: linear-gradient(180deg,rgba(90, 171, 122, 0) 0%, rgba(90, 171, 122, 1) 70%);
	width: 160px;
	height: 55px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	text-align: center;
	margin: 0 auto 5px;
}
#section .section_box .dakara_txt span {
	font-weight : bold;
	font-size : 18px;
	color: #fff;
	position: relative;
	top: 8px;
}
#section .section_box .big_txt {
	font-size : 26px;
	line-height : 54px;
	font-weight: 800;
}
#section .section_box .big_txt .fs {
	font-size : 18px;
	font-weight: bold;
	position: relative;
	top: -5px;
}
#reason .reason_box {
	margin: auto;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 315px);
	gap: 50px 0;
}
#reason .reason_box .box {
	background: #efeee8;
	position: relative;
}
#reason .reason_box .box .num {
	font-weight : bold;
	font-size : 50px;
	color : #F08C1E;
	font-family: var(--font-oswald);
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
#reason .reason_box .box .img {
	width: 100%;
	aspect-ratio: 3 / 1.3;
}
#reason .reason_box .box .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
#reason .reason_box .box .txt {
	padding: 8px 20px 12px;
	font-weight : bold;
	font-size : 22px;
	line-height : 32px;
	color : #5AAB7A;
}
#flow .flow_box::before {
	background: rgba(90,171,122,0.1);
}
#flow .flow_box .step_box {
	max-width: 700px;
	margin: auto;
}
#flow .flow_box .step_box dl {
	position: relative;
	margin-bottom: 20px;
}
#flow .flow_box .step_box dt {
	background: #5aab7a;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	font-weight : bold;
	font-size : 15px;
	line-height : 1.5em;
	color : #fff;
	font-family: var(--font-oswald);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: -5px;
	left: 0;
}
#flow .flow_box .step_box dl:not(:last-of-type) dt::before {
	content: "";
	background: #5aab7a;
	width: 5px;
	height: 100%;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
#flow .flow_box .step_box dt .num {
	font-size : 26px;
}
#flow .flow_box .step_box dd {
	background: #fff;
	width: 670px;
	margin-left: auto;
	min-height: 45px;
	padding: 3px 25px 5px 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 20px;
}
#flow .flow_box .step_box dd a {
	text-decoration: underline;
}
#flow .flow_box .step_box dd .ttl {
	font-weight : 800;
	font-size : 24px;
	line-height : 54px;
}
#flow .flow_box .step_box dd .txt {
	font-weight : bold;
	font-size : 16px;
	padding-left: 2em;
}
/*お知らせ*/
#news h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 30px;
}
#news dl {
	display: flex;
	border-top: 2px solid rgba(90, 171, 122, 0.3);
	padding: 20px 10px;
}
#news dl:last-of-type {
	border-bottom: 2px solid rgba(90, 171, 122, 0.3);
}
#news dl dt {
	width: 100px;
	color: #5aab7a;
	font-weight: 500;
}
#news dl dd {
	width: calc(100% - 100px);
	text-decoration: underline #aeb9ba;
}
#news p {
	text-align: right;
	margin-top: 15px;
}
#news p a {
	color: #5aab7a;
}
/*お問合せ*/
#contact::before {
	background: rgba(240,140,30,0.1);
}
#contact h3.sub::before {
	background: #f08c1e;
}

#mailform .tbl {
	margin: 2em 0;
}
#mailform .tbl th {
	vertical-align: top;
}
#mailform .tbl th .need {
	float: right;
	padding: 1px 10px;
	background: var(--color-secondary);
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 13px;
}
#mailform .btn {
	margin-top: 1.5em;
	/* フレックス */
	display: flex;
	justify-content: center;
}
#mailform .btn li+li {
	margin-left: 15px;
}
#mailform .btn input {
	width: 200px;
	height: 50px;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-radius: 30px;
	box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
}
#mailform .btn input:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#mailform .btn input[type="reset"] {
	background: #F4F4F4;
	border-color: #DDD;
	color: #666;
}
#mailform .tbl input[type="text"],
#mailform .tbl textarea {
	width: 100%;
	box-sizing: border-box;
}
#mailform .tbl textarea {
	display: block;
}
#mailform .tbl input.wno {
	width: 100px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#chart .chart_box.bg_wide::before {
		background: url("../img/top/bg04.png") no-repeat bottom center/cover;
	}
	#chart .chart_box .chart_flex .box.green .otoku_txt {
		line-height: 1;
	}
	#reason h4.sub {
		margin-bottom: 50px;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */

}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.img_top img {
		width: 80%;
	}
	#solution h3.fukidashi .fm {
		font-size: 33px;
	}
	#solution .box {
		display: flex;
		flex-direction: column;
		margin-top: 50px;
	}
	#solution .box .img_box {
		text-align: center;
		margin: auto;
		width: 100%;
		order: 2;
	}
	#solution .box .img_box img {
		max-height: 250px;
	}
	#solution .box .txt_box {
		width: 80%;
		margin: 0 auto 20px;
	}
	#solution .box .txt_box .icon_box .waku {
		width: 48%;
		font-size: 28px;
		text-align: center;
		padding: 5px 20px;
	}
	#solution .box .txt_box .icon_box .waku::before {
		width: 80px;
	height: 80px;
	}
	#solution .box .txt_box .icon_box .waku::after {
		width: 44px;
		height: 45px;
		top: -35px;
	}
	#solution .box .txt_box .icon_box .waku.zenkoku::after {
		width: 70px;
		height: 80px;
		top: -50px;
	}
	#solution .box .txt_box .b_txt {
		font-size: 35px;
		line-height: 1.5em;
		text-shadow: 2px 2px 0 #fff;
	}
	#solution .box .txt_box .b_txt .big {
		font-size: 40px;
	}
	#solution .box .txt_box .b_txt .fm {
		font-size: 45px;
	}
	#solution .box .txt_box .f20 {
		font-size: 125%;
	}
	#solution .box02 .white_box {
		width: 80%;
	}
	#solution .box02 .white_box::before {
		width: 150px;
		height: 122px;
		right: -130px;
	}
	#solution .box02 .white_box li {
		font-size: 135%;
		padding-left: 25px;
	}
	#solution .box02 .white_box li::before {
		width: 20px;
		height: 20px;
		top: 7px;
	}
	#solution .box02 .white_box li .fs {
		font-size: 80%;
	}
	#solution .box03 .txt {
		font-size: 135%;
		line-height: 1.8em;
		width: 100%;
	}
	#solution .box03 .txt .fm {
		font-size: 25px;
	}
	#solution .box03 .btn01{
		margin: 0 auto;
	}
	#service .service_contents {
		row-gap: 30px;
	}
	#service .service_contents .box {
		padding: 15px;
		width: 80%;
		margin: 0 auto;
	}
	#service .service_contents .box .ttl {
		font-size: 20px;
		line-height: 1.5em;
	}
	#service .service_contents .box .txt {
		font-size: 110%;
	}
	#service .service_plan::before {
		height: calc(100% - 35px);
	}
	#service .service_plan h3.fukidashi {
		width: 70%;
		padding: 15px;
		margin-bottom: 40px;
		font-size: 30px;
	}
	#service .service_plan h3.fukidashi::after {
		height: 20px;
		bottom: -19px;
	}
	#service .service_plan .mini_fukidashi span::before,#service .service_plan .mini_fukidashi span::after {
		height: 25px;
		top: 5px;
	}
	#service .service_plan .mini_fukidashi span {
		font-size: 18px;
	}
	#service .service_plan .box {
		margin-bottom: 40px;
	}
	#service .service_plan .box .orange_waku {
		font-size: 25px;
		line-height: 1.8em;
		min-height: 70px;
	}
	#service .service_plan .wrap {
		width: 100%;
	}
	#service .service_plan .box .txt_box {
		padding: 15px;
		min-height: auto;
	}
	#service .service_plan .box .txt_box::before {
		display: none;
	}
	#service .service_plan .box .txt_box li {
		font-size: 125%;
		line-height: 1.8em;
		margin-bottom: 10px;
	}
	#service .service_plan .box .txt_box li::before {
		width: 25px;
		height: 25px;
	}
	#service .service_plan .service_addition {
		padding: 15px 0;
		justify-content: center;
	}
	#service .service_plan .service_addition .txt_g {
		line-height: 1.8em;
		font-size: 25px;
		text-align: center;
		width: 100%;
	}
	#service .service_plan .service_addition li {
		font-size: 110%;
		line-height: 1.8em;
	}
	#service .service_plan .service_addition li::before {
		top: 10px;
	}
	#price h4.sub {
		margin-bottom: 20px;
	}
	#price .price_box {
		padding-bottom: 30px;
	}
	#price .price_box th span {
		font-size: 20px;
		line-height: 1.8em;
		height: 60px;
	}
	#price .price_box th.gray span {
		margin-right: 5px;
	}
	#price .price_box th:nth-of-type(2) span {
		margin-right: 5px;
		margin-left: 5px;
	}
	#price .price_box th:nth-of-type(3) span {
		margin-left: 5px;
	}
	#price .price_box td {
		font-size: 100%;
		padding: 5px 10px;
	}
	#price .price_box td .orange {
		font-size: 25px;
	}
	#price .price_waku {
		font-size: 90%;
		line-height: 1.5em;
	}
	#chart .chart_box .rei_txt .txt b {
		font-size: 30px;
	}
	#chart .chart_box .chart_flex .box .box_in .ttl {
		font-size: 25px;
		min-height: 70px;
	}
	#chart .chart_box .rei_txt .txt {
		font-size: 20px;
	}
	#chart .chart_box .rei_txt .txt b {
		font-size: 25px;
	}
	#chart .chart_box .rei_txt .txt .rei {
		font-size: 95%;
	}
	#chart .chart_box .chart_flex .box .box_in::before {
		height: 25px;
		bottom: -25px;
	}
	#chart .chart_box .chart_flex .box .box_in .txt_box {
		padding: 15px;
	}
	#chart .chart_box .chart_flex .box .box_in .txt_box dt {
		font-size: 125%;
	}
	#chart .chart_box .chart_flex .box .box_in .txt_box dd {
		font-size: 5vw;
		line-height: 1.5em;
	}
	#chart .chart_box .chart_flex .box.green .box_in .txt_box dd {
		font-size: 6vw;
		line-height: .5em;
		padding-top: 24px;
	}
	#chart .chart_box .chart_flex .box.green .box_in .txt_box dd .fs {
		font-size: 40%;
	}
	#chart .chart_box .chart_flex .box .box_in .txt_box dl:not(:last-of-type) {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#chart .chart_box .chart_flex .box .yen {
		font-size: 7vw;
	}
	#chart .chart_box .chart_flex .box.green .yen {
		font-size: 10vw;
		margin-top: -20px;
	}
	#chart .chart_box .chart_flex .box.green .otoku_txt {
		font-size: 110%;
	}
	#chart .chart_box .chart_flex .box.green .otoku_txt .line {
		font-size: 22px;
	}
	#chart .chart_chk li {
		font-size: 125%;
		line-height: 1.8em;
		padding: 15px 15px 20px 45px;
		min-height: auto;
	}
	#chart .chart_chk li::before {
		width: 25px;
		height: 30px;
		top: 23px;
		left: 15px;
	}
	#chart .chart_chk li .fm {
		font-size: 25px;
	}
	#chart .chart_img img {
		width: 80%;
	}
	#section h3.sub {
		min-height: 180px;
		font-size: 5.8vw;
	}
	#section h3.sub .fs {
		font-size: 4vw;
	}
	#section .section_box .section_contents .box {
		width: 32%;
		padding: 40px 15px 15px;
	}
	#section .section_box .section_contents .box::before {
		width: 22%;
	}
	#section .section_box .section_contents .box:nth-of-type(2)::before {
		width: 21%;
	}
	#section .section_box .section_contents .box:nth-of-type(3)::before {
		width: 28%
	}
	#section .section_box .section_contents .box .ttl {
		font-size: 3.5vw;
		line-height: 1.3em;
	}
	#section .section_box .section_contents .box .txt {
		font-size: 98%;
	}
	#section .section_box .big_txt {
		font-size: 28px;
		line-height: 1.5em;
	}
	#section .section_box .big_txt .fs {
		font-size: 50%;
	}
	#reason .reason_box {
		grid-template-columns: repeat(3, 32%);
	}
	#reason .reason_box .box .num {
		font-size: 30px;
		top: -30px;
	}
	#reason .reason_box .box .txt {
		padding: 15px;
		font-size: 110%;
		line-height: 1.8em;
	}
	#flow .flow_box .step_box dl {
		margin-bottom: 20px;
	}
	#flow .flow_box .step_box dt {
		width: 90px;
		height: 90px;
		font-size: 135%;
		line-height: 1.5em;
		top: 10px;
	}
	#flow .flow_box .step_box dt .num {
		font-size: 30px;
	}
	#flow .flow_box .step_box dd {
		width: calc(100% - 50px);
		min-height: 90px;
		padding: 15px 15px 20px 50px;
		flex-direction: column;
		align-items: flex-start;
	}
	#flow .flow_box .step_box dd .ttl {
		font-size: 25px;
		line-height: 1.8em;
	}
	#flow .flow_box .step_box dd .txt {
		font-size: 110%;
		padding-left: 0;
	}
	#news h3 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	#mailform .tbl th {
		width: 30%;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl {
		padding: 0;
	}
	.img_top img {
		width: 100%;
	}
	#solution h3.fukidashi .fm {
		font-size: 6.5vw;
	}
	#solution h3.fukidashi::after {
		width: 70px;
		height: 20px;
		bottom: -20px;
		left: calc(50% - 35px);
	}
	#solution .box .txt_box {
		width: 100%;
	}
	#solution .box .txt_box .icon_box .waku {
		font-size: 22px;
		border-radius: 15px;
	}
	#solution .box .txt_box .icon_box .waku::before {
		width: 70px;
		height: 70px;
	}
	#solution .box .txt_box .icon_box .waku::after {
		width: 38px;
	}
	#solution .box .txt_box .icon_box .waku.zenkoku::after {
		width: 58px;
	}
	#solution .box .txt_box .b_txt {
		font-size: 20px;
	}
	#solution .box .txt_box .b_txt .big {
		font-size: 25px;
	}
	#solution .box .txt_box .b_txt .fm {
		font-size: 28px;
	}
	#solution .box .txt_box .f20 {
		font-size: 98%;
	}
	#solution .box .img_box img {
		max-height: 200px;
	}
	#solution .box02 .white_box {
		width: 100%;
		padding: 10px;
	}
	#solution .box02 .white_box::before {
		display: none;
	}
	#solution .box02 .white_box li {
		font-size: 120%;
		line-height: 1.3em;
		letter-spacing: -0.3px;
	}
	#solution .box02 .white_box li:not(:last-of-type) {
		margin-bottom: 15px;
	}
	#solution .box02 .white_box li::before {
		top: 2px;
	}
	#solution .box03 .txt {
		font-size: 110%;
	}
	#solution .box03 .txt .fm {
		font-size: 20px;
	}
	#service .service_contents {
		row-gap: 15px;
	}
	#service .service_contents .box {
		width: 100%;
	}
	#service .service_contents .box .ttl {
		font-size: 125%;
	}
	#service .service_plan h3.fukidashi {
		width: 85%;
		font-size: 23px;
	}
	#service .service_plan .mini_fukidashi span {
		font-size: 110%;
		padding: 0 20px;
	}
	#service .service_plan .box .orange_waku {
		font-size: 20px;
		min-height: 50px;
	}
	#service .service_plan .box .txt_box li {
		font-size: 110%;
		padding-left: 25px;
	}
	#service .service_plan .box .txt_box li::before {
		width: 20px;
		height: 20px;
	}
	#service .service_plan .service_addition {
		justify-content: flex-start;
	}
	#service .service_plan .service_addition li {
		padding-left: 15px;
	}
	#price .price_box th span {
		font-size: 3.3vw;
	}
	#price .price_box td {
		font-size: 98%;
		padding: 5px;
	}
	#price .price_box td .top {
		font-size: 80%;
	}
	#price .price_box td:first-of-type {
		width: 30%;
		font-size: 90%;
	}
	#chart h3.sub {
		min-height: 100px;
	}
	#chart .chart_box .rei_txt .txt {
		font-size: 100%;
	}
	#chart .chart_box .rei_txt .txt b {
		font-size: 125%;
	}
	#chart .chart_box .rei_txt .txt .rei {
		top: -14px;
		left: -20px;
	}
	#chart .chart_box .chart_flex .box .box_in {
		border: 3px solid #aeb9ba;
		border-radius: 15px;
	}
	#chart .chart_box .chart_flex .box.green .box_in {
		border: 3px solid #5aab7a;
	}
	#chart .chart_box .chart_flex .box .box_in::before {
		width: 60px;
		left: calc(50% - 30px);
		height: 15px;
		bottom: -15px;
	}
	#chart .chart_box .chart_flex .box .box_in .ttl {
		font-size: 4vw;
		min-height: 50px;
		border-radius: 5px 5px 0 0;
	}
	#chart .chart_box .chart_flex .box .box_in .txt_box {
		padding: 5px;
	}
	#chart .chart_box .chart_flex .box .box_in .txt_box dt {
		font-size: 100%;
	}
	#chart .chart_box .chart_flex .box.green .box_in .txt_box dd {
		padding-top: 15px;
	}
	#chart .chart_box .chart_flex .box.green .box_in .txt_box dl:last-of-type dd {
		margin-bottom: 5px;
	}
	#chart .chart_box .chart_flex .box.green .otoku_txt {
		font-size: 98%;
	}
	#chart .chart_box .chart_flex .box.green .otoku_txt .line {
		font-size: 125%;
	}
	#chart .chart_chk li {
		font-size: 110%;
		padding: 15px 15px 15px 40px;
	}
	#chart .chart_chk li .fm {
		font-size: 125%;
		bottom: -1px;
	}
	#chart .chart_chk li::before {
		width: 20px;
		height: 25px;
		top: 18px;
	}
	#chart .chart_img img {
		width: 100%;
	}
	#section h3.sub {
		font-size: 5.5vw;
		min-height: 135px;
	}
	#section h3.sub .fs {
		font-size: 4vw;
	}
	#section h3.sub .oswald {
		top: 1px;
	}
	#section .section_box .section_contents {
		gap: 30px 5px;
		justify-content: center;
	}
	#section .section_box .section_contents .box {
		width: 48%;
		padding: 40px 10px 10px;
	}
	#section .section_box .section_contents .box .ttl {
		font-size: 4.8vw;
	}
	#section .section_box .section_contents .box .txt {
		font-size: 80%;
	}
	#section .section_box .big_txt {
		font-size: 130%;
	}
	#section .section_box .big_txt .fs {
		font-size: 72%;
		top: -2px;
	}
	#section .section_box .dakara_txt span {
		font-size: 110%;
		top: 12px;
	}
	#reason .reason_box {
		grid-template-columns: repeat(2, 48%);
		gap: 30px 0;
	}
	#reason .reason_box .box .txt {
		padding: 10px;
		font-size: 3.6vw;
	}
	#flow .flow_box .step_box dt {
		width: 70px;
		height: 70px;
		font-size: 98%;
		top: 5px;
	}
	#flow .flow_box .step_box dt .num {
		font-size: 25px;
	}
	#flow .flow_box .step_box dd {
		padding: 5px 15px 10px 30px;
		min-height: 70px;
	}
	#flow .flow_box .step_box dd .ttl {
		font-size: 22px;
	}
	#flow .flow_box .step_box dd .txt {
		font-size: 98%;
	}
	#news h3 {
		font-size: 22px;
		margin-bottom: 22px;
	}
	#news dl {
		display: block;
		padding: 15px 0px;
	}
	#news dl dt {
		width: 100%;
	}
	#news dl dd {
		width: 100%;
	}
	#mailform .tbl th {
		width: 100%;
	}
	
}
	@media only screen and (max-width: 320px) {
		#solution .box .txt_box .b_txt {
			font-size: 110%;
		}
		#solution .box .txt_box .b_txt .fm {
			font-size: 23px;
		}
		#solution .box02 .white_box li {
			font-size: 110%;
		}
		#service .service_plan h3.fukidashi {
			width: 95%;
			font-size: 20px;
		}
		#service .service_plan .box .txt_box li {
			font-size: 100%;
		}
		#service .service_plan .service_addition li {
			font-size: 90%;
		}
		#service .service_plan .service_addition li::before {
			top: 7px;
		}
		#price .price_box td .orange {
			font-size: 20px;
		}
		#price .price_box td:first-of-type {
			font-size: 85%;
		}
		#chart .chart_box .chart_flex .box.green .otoku_txt .line {
			font-size: 120%;
		}
		#section h3.sub {
			font-size: 5vw;
			min-height: 100px;
		}
		#section .section_box .section_contents .box {
			padding: 30px 10px 10px;
		}
		#section .section_box .section_contents .box .txt {
			font-size: 78%;
		}
		#section .section_box .big_txt {
			font-size: 110%;
		}
		#reason .reason_box .box .txt {
			padding: 5px;
		}
		#flow .flow_box .step_box dl:not(:last-of-type) dt::before {
			bottom: -60px;
		}
	}