@charset "UTF-8";

/* 共通 style
*******************/
html {
	font-size: 62.5%;
	/*  font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','HiraMinProN-W3','Hiragino Mincho ProN','ヒラギノ明朝 ProN W3','YuMincho','游明朝体', 'Noto Serif JP', serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	color: #434444;
}

p,
a,
li,
dd,
dt,
th,
td {
	font-size: 1.6rem;
	box-sizing: border-box;
}

.gothic {
	font-family: source-han-sans-japanese, 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
}

div {
	box-sizing: border-box;
}

.sp {
	display: none !important;
}

img {
	max-width: 100%;
}

.block {
	display: block;
}

.pc_block {
	display: block;
}

.lwrap {
	max-width: 960px;
	margin: auto;
}

a {
	transition: .3s;
}

a:hover {
	opacity: .7;
}

/* float
*******************/
.fl-l {
	float: left;
}

.fl-r {
	float: right;
}

/* clear
*******************/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* txt 揃え
*******************/
.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

/* flex
*******************/
.flex {
	display: flex;
}

.flex.col-2 {
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.col-2 .item {
	width: 48%;
}

.flex.col-3 {
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.col-3 .item {
	width: 32%;
}

.flex.col-4 {
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.col-4 .item {
	width: 23.5%;
}

.flex.col-5 {
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.col-5 .item {
	width: 18.4%;
}

/* font-size
*******************/
.fs-10 {
	font-size: 1rem;
}

.fs-11 {
	font-size: 1.1rem;
}

.fs-12 {
	font-size: 1.2rem;
}

.fs-13 {
	font-size: 1.3rem;
}

.fs-14 {
	font-size: 1.4rem;
}

.fs-15 {
	font-size: 1.5rem;
}

.fs-16 {
	font-size: 1.6rem;
}

.fs-17 {
	font-size: 1.7rem;
}

.fs-18 {
	font-size: 1.8rem;
}

.fs-19 {
	font-size: 1.9rem;
}

.fs-20 {
	font-size: 2rem;
}

/* カラー
*******************/
.c-white {
	color: #ffffff;
}

.c-black {
	color: #333333;
}

.c-blue {
	color: #084292;
}

.c-light-blue {
	color: #cedef3;
}

.c-yellow {
	color: #fff200;
}

.c-red {
	color: #d94646;
}

.c-light-red {
	color: #df6161;
}

.c-green {
	color: #00b900;
}

.c-orange {
	color: #f18e00;
}

.c-gray {
	color: #7e7e7e;
}

.c-pink {
	color: #f8c0c0;
}

.c-light-pink {
	color: #f8e8e8;
}

/* bgカラー
*******************/
.bg-white {
	background-color: #ffffff;
}

.bg-black {
	background-color: #333333;
}

.bg-blue {
	background-color: #084292;
}

.bg-light-blue {
	background-color: #cedef3;
}

.bg-yellow {
	background-color: #fff200;
}

.bg-red {
	background-color: #d94646;
}

.bg-light-red {
	background-color: #df6161;
}

.bg-green {
	background-color: #00b900;
}

.bg-orange {
	background-color: #f18e00;
}

.bg-gray {
	background-color: #7e7e7e;
}

.bg-pink {
	background-color: #f8c0c0;
}

.bg-light-pink {
	background-color: #f8e8e8;
}

/* 角丸
*******************/
.round-15 {
	border-radius: 1.5rem;
}

.round-20 {
	border-radius: 2rem;
}

.round-30 {
	border-radius: 3rem;
}

.round-60 {
	border-radius: 6rem;
}

.round-90 {
	border-radius: 9rem;
}

.round-100 {
	border-radius: 100%;
}

/* border
*******************/
.border-dashed {
	border: 0.2rem dashed #333333;
}

.border-dotted {
	border: 0.6rem dotted #333333;
}

/* border color
*******************/
.bc-red {
	border-color: #d94646;
}

.bc-blue {
	border-color: #084292;
}

/* box shadow
*******************/
.b-shadow {
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.38);
}

.b-shadow-small {
	box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.38);
}

/* text shadow
*******************/
.t-shadow {
	text-shadow: 0 0 0.5rem #ffffff, 0 0 0.5rem #ffffff, 0 0 0.5rem #ffffff, 0 0 0.5rem #ffffff, 0 0 0.5rem #ffffff, 0 0 0.5rem #ffffff, 0 0 0.5rem #ffffff, 0 0 0.5rem #ffffff, 0 0 0.5rem #ffffff, 0 0 0.5rem #ffffff, 0 0 0.5rem #ffffff, 0 0 0.5rem #ffffff, 0 0 0.5rem #ffffff, 0 0 0.5rem #ffffff, 0 0 0.5rem #ffffff, 0 0 0.5rem #ffffff;
}

/* marker
*******************/
.marker-yellow {
	position: relative;
	z-index: 2;
	padding: 0 .5rem .6rem;
}

.marker-yellow::after {
	content: "";
	display: block;
	width: 100%;
	height: 2rem;
	background-color: rgba(244, 236, 32, 0.7);
	border-radius: 1rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

/* .ttl-shape
*******************/
.ttl-shape-yellow {
	display: inline-block;
	padding: 0 4rem;
	position: relative;
}

.ttl-shape-yellow::before,
.ttl-shape-yellow::after {
	content: "";
	display: block;
	width: 2rem;
	height: 3rem;
	position: absolute;
	top: .1rem;
}

.ttl-shape-yellow::before {
	left: 0;
	background: url("../img/ico-shape-02-left.png") no-repeat center;
	background-size: cover;
}

.ttl-shape-yellow::after {
	right: 0;
	background: url("../img/ico-shape-02-right.png") no-repeat center;
	background-size: cover;
}

.ttl-shape-red {
	padding: 0 7rem;
	display: inline-block;
	position: relative;
}

.ttl-shape-red::before,
.ttl-shape-red::after {
	content: "";
	display: block;
	width: 4.1rem;
	height: 7.7rem;
	position: absolute;
	bottom: .3rem;
}

.ttl-shape-red::before {
	left: 0;
	background: url("../img/ico-shape-01-left.png") no-repeat center;
	background-size: cover;
}

.ttl-shape-red::after {
	right: 0;
	background: url("../img/ico-shape-01-right.png") no-repeat center;
	background-size: cover;
}

/* ttlWrap
*******************/
.ttlWrap {
	position: relative;
	padding: 5rem 0 0;
}

.ttlWrap .absolute {
	position: absolute;
	right: 0;
	top: 0;
}

/* ttl
*******************/
.ttl01 {
	font-size: 3.3rem;
	text-align: center;
	line-height: 1.3;
}

.ttl01 i {
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	position: relative;
	top: -1rem;
}

.ttl01 .large {
	font-size: 4.5rem;
}

.ttl01 .large2 {
	font-size: 5.3rem;
}

.ttl01 .exclamation {
	font-size: 7rem;
	transform: rotate(15deg);
	display: inline-block;
	margin-left: -1rem;
}

/* btn
*******************/
.btn-line a {
	width: 34.6rem;
	font-family: source-han-sans-japanese, 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
	display: flex;
	align-items: center;
	text-decoration: none;
	background: #00b900;
	border-radius: 1.5rem;
	box-shadow: 6px 6px 0px 0px #129d4b;
	transition: .3s;
}

.btn-line a:hover {
	transform: translateY(6px) translatex(6px);
	box-shadow: 0px 0px 0px 0px #129d4b;
	opacity: 1;
}

.btn-line-logo {
	margin: 0 1rem 0 0;
	line-height: 0;
}

.btn-line .txt {
	position: relative;
	color: #ffffff;
	text-align: center;
}

.btn-line .txt .absolute {
	position: absolute;
	width: 4rem;
	top: -1.5rem;
	left: -1rem;
}

.btn-line .txt .border {
	font-size: 2.8rem;
	font-weight: bold;
	border-bottom: 0.1rem solid #ffffff;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
}

.btn-line .txt .small {
	font-size: 1.6rem;
}

.header {
	padding: 3rem 0;
}

.header .lwrap {
	max-width: 1150px;
	justify-content: space-between;
	align-items: center;
}

.header-tel {
	margin: 0 3rem 0 0;
}

.header-tel a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

.header-tel a .round-100 {
	margin: 0 1rem 0 0;
}

.header-tel a .round-100 p {
	line-height: 1.1;
	padding: 1rem 1.1rem;
}

.header-tel a .number p {
	font-size: 3.5rem;
	line-height: 1.15;
}

.header-tel a .number .small {
	font-size: 1.3rem;
}

.header .btn-line a {
	padding: .3rem .7rem 0 .7rem;
	width: 25.6rem;
}

.header .btn-line-logo {
	width: 6.7rem;
	margin: 0 .5rem 0 0;
}

.header .btn-line .txt .absolute {
	width: 2.9rem;
	top: -1.2rem;
	left: -1.5rem;
}

.header .btn-line .txt .border {
	font-size: 2.1rem;
}

.header .btn-line .txt .small {
	font-size: 1.2rem;
}

.header-right {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1180px) {
	.header .lwrap {
		margin: 0 1.5rem;
	}

	.header-logo {
		width: 38vw;
	}

	.header-tel {
		margin-right: 1rem;
	}

	.header-tel a .number p {
		font-size: 3.2vw;
	}

	.header-tel a .number .small {
		font-size: 1.2vw;
	}

	.header-tel a .round-100 p {
		font-size: 1.3vw;
	}

	.header .btn-line a {
		width: 21vw;
	}

	.header .btn-line-logo {
		width: 5.6vw;
		margin: 0 .4vw 0 0;
	}

	.header .btn-line .txt .border {
		font-size: 1.6vw;
	}

	.header .btn-line .txt .small {
		font-size: 1vw;
	}
}

@media screen and (max-width: 990px) {
	.header .btn-line .txt .absolute {
		width: 2.9vw;
	}
}

/*******************
スマホ
******************/
@media screen and (max-width: 750px) {
	.header {
		padding: 2rem 0;
	}

	.header-logo {
		width: 30rem;
	}

	.header-right {
		width: calc(100% - 44rem);
		flex-wrap: wrap;
	}

	.header-tel {
		margin: 0 0 2rem 0;
		width: 100%;
	}

	.header-tel a .round-100 p {
		font-size: 1.6rem;
		padding: 1.2rem 1.172rem;
	}

	.header-tel a .number p {
		font-size: 2.8rem;
	}

	.header-tel a .number .small {
		font-size: 1rem;
	}

	.header .btn-line {
		width: 100%;
	}

	.header .btn-line-logo {
		width: 6rem;
		margin: 0 1rem 0 0;
	}

	.header .btn-line a {
		width: 100%;
		justify-content: center;
		padding: 1.2rem 0 .6rem 0;
	}

	.header .btn-line .txt .absolute {
		width: 4rem;
		top: -2.2rem;
		left: -1.8rem;
	}

	.header .btn-line .txt .border {
		font-size: 2.4rem;
		border-bottom: 0.2rem solid #ffffff;
		padding-bottom: .8rem;
		margin-bottom: .8rem;
	}

	.header .btn-line .txt .small {
		font-size: 1.4rem;
	}
}

.footer {
	background-color: #d94646;
	padding: 1.5rem 0;
	text-align: center;
}

.footer small {
	font-size: 1.2rem;
	display: block;
	color: #ffffff;
}

/*******************
スマホ
******************/
@media screen and (max-width: 750px) {
	.footer small {
		font-size: 1.8rem;
	}
}

/* induction
*******************/
.induction {
	background: url("../img/bg-induction-bg.jpg") repeat-x center top;
	background-size: auto;
}

.induction-bg {
	padding: 4rem 0;
}

.induction .lineQR {
	width: 18rem;
}

.induction .lineQR a {
	display: block;
	margin-bottom: .6rem;
}

.induction .lineQR p {
	font-size: 1.6rem;
	color: #ffffff;
	text-align: center;
}

.induction .lwrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1030px;
}

.induction .lwrap .inner {
	width: 81rem;
}

.induction .lwrap .inner > .c-yellow {
	font-size: 2.9rem;
	text-align: center;
}

.induction .lwrap .inner > .flex {
	justify-content: center;
	margin-bottom: 3.5rem;
}

.induction h3 {
	font-size: 4rem;
	margin: 3rem 0;
}

.induction-tel {
	margin: 0 3rem 0 0;
}

.induction-tel a {
	width: 34.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: #f18e00;
	border-radius: 1.5rem;
	padding: 1.55rem 0;
	box-shadow: 6px 6px 0px 0px #e6b877;
	color: #ffffff;
	transition: .3s;
}

.induction-tel a:hover {
	transform: translateY(6px) translatex(6px);
	box-shadow: 0px 0px 0px 0px #e6b877;
	opacity: 1;
}

.induction-tel a .icon {
	line-height: 0;
	margin: 0 1.5rem 0 0;
}

.induction-tel a .number {
	text-align: center;
}

.induction-tel a .number p {
	font-family: source-han-sans-japanese, 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
	font-size: 3.1rem;
	font-weight: bold;
}

.induction-tel a .number p.small {
	font-size: 1.3rem;
	font-weight: normal;
	border-top: 1px solid #e6b877;
	padding-top: .5rem;
	margin-top: .5rem;
}

.induction-tel a .number p.small .small2 {
	font-size: 1rem;
}

.induction .bottom {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
}

/* mainvisual
*******************/
.mainvisual {
	background: url("../img/mainvisual.jpg") no-repeat center top;
	background-size: cover;
	padding: 2rem 0 0;
}

.mainvisual .tb {
	display: none;
}

.mainvisual .lwrap {
	max-width: 1200px;
}

.mainvisual .lwrap > .flex {
	align-items: center;
	flex-wrap: wrap;
}

.mainvisual .frameWrap {
	margin: 0 3rem 0 0;
}

.mainvisual .frameWrap .item {
	width: 21rem;
	height: 6rem;
	position: relative;
	margin-right: 1rem;
}

.mainvisual .frameWrap .item::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateY(0%) translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.8rem 1rem 0 1rem;
	border-color: #084292 transparent transparent transparent;
}

.mainvisual .frameWrap .item:last-child {
	margin-right: 0;
}

.mainvisual .frameWrap p {
	color: #ffffff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	white-space: nowrap;
}

.mainvisual .frameWrap p.small {
	font-size: 2.1rem;
}

.mainvisual .iconWrap {
	margin: 0 0 2rem;
}

.mainvisual .iconWrap .item {
	background: url("../img/ico-ohkan.png") no-repeat center top;
	background-size: 100%;
	width: 13.5rem;
	height: 13.7rem;
	text-align: center;
	position: relative;
	margin-right: 1.5rem;
}

.mainvisual .iconWrap .item:last-child {
	margin-right: 0;
}

.mainvisual .iconWrap .item:last-child p {
	font-size: 2.4rem;
}

.mainvisual .iconWrap .item p {
	color: #73411c;
	font-size: 2.8rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	white-space: nowrap;
	line-height: 1.12;
}

.mainvisual h1 {
	font-size: 4.8rem;
	margin: 0 0 4rem;
	text-align: center;
}

.mainvisual h1 .small {
	font-size: 2.7rem;
}

.mainvisual h1 .letter {
	letter-spacing: -.3em;
	margin-left: -.3em;
}

.mainvisual h1 .letter2 {
	letter-spacing: -.4em;
	margin-left: -.1em;
}

.mainvisual h1 .large {
	font-size: 6.4rem;
}

.mainvisual .bottomWrap {
	position: relative;
	padding-bottom: 1.5rem;
}

.mainvisual .bottomWrap::before {
	content: "";
	display: block;
	background: url("../img/img01.png") no-repeat center;
	background-size: cover;
	width: 46.8rem;
	height: 42.3rem;
	position: absolute;
	left: 0;
	bottom: 0;
}

.mainvisual .bottomWrap .fl-r {
	width: 78rem;
}

.mainvisual .bottomWrap h3 {
	font-size: 3.5rem;
	color: #ffffff;
	border: 0.5rem solid #ffffff;
	padding: 1.2rem 0 1.2rem 5rem;
	position: relative;
	margin: 0 0 2rem;
}

.mainvisual .bottomWrap h3::after {
	content: "";
	display: block;
	background: url("../img/ico-01.png") no-repeat center;
	background-size: cover;
	width: 10.3rem;
	height: 10.7rem;
	position: absolute;
	right: -2rem;
	bottom: -1rem;
}

.mainvisual .bottomWrap .img {
	text-align: center;
}

/* covid
*******************/
.covid {
	padding: 5rem 0 6rem;
	background: url("../img/bg-01.jpg") no-repeat center top;
	background-size: cover;
}

.covid > .lwrap {
	padding: 2.5rem 5rem;
}

.covid > .lwrap > p {
	font-size: 2rem;
	font-weight: bold;
}

.covid h3 {
	border: 0.4rem solid #ffffff;
	font-size: 2rem;
	padding: .6rem 0 .4rem;
	margin: 0 0 1.5rem;
}

.covid h3 i {
	display: inline-block;
	line-height: 0;
	vertical-align: middle;
	margin: 0 1rem 0 0;
	position: relative;
	top: -.2rem;
}

.covid .flex {
	margin: 1.6rem 0 0;
}

.covid .flex .ico {
	margin: 0 0 1rem;
}

.covid .flex p {
	line-height: 1.25;
}

/* caseWrap
*******************/
.caseWrap-ttl {
	background-color: #084292;
	border-radius: 1.5rem 1.5rem 0 0;
}

.caseWrap-ttl h3 {
	display: flex;
	align-items: center;
	font-size: 2.6rem;
	padding: 1.2rem 1rem 1rem 5rem;
	position: relative;
}

.caseWrap-ttl h3 .number {
	text-align: center;
	line-height: 0;
	margin: 0 2rem 0 0;
}

.caseWrap-ttl h3 .no {
	font-size: 3.8rem;
	display: block;
	line-height: 1;
}

.caseWrap-ttl h3 .small {
	font-size: 1.2rem;
	display: block;
	line-height: 1;
}

.caseWrap-ttl h3::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2rem 1.9rem 0 1.9rem;
	border-color: #084292 transparent transparent transparent;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateY(0%) translateX(-50%);
}

.caseWrap-txt {
	border: 0.3rem solid #084292;
	background-color: #ffffff;
	padding: 4rem 3rem 2rem;
}

.caseWrap .leftWrap .item p {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.caseWrap .leftWrap .item .frame {
	border: 0.1rem solid #084292;
	padding: .5rem 0;
	margin: 0 0 1rem;
}

.caseWrap .leftWrap .item .img {
	line-height: 0;
	margin: 1rem 0 0;
	position: relative;
}

.caseWrap .leftWrap .item .img * {
	line-height: normal;
}

.caseWrap .leftWrap .item .absolute {
	font-size: 1.4rem;
	background-color: rgba(51, 51, 51, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 12rem;
	padding: .45rem 0;
}

.caseWrap .leftWrap .item .absolute.bg-blue {
	background-color: rgba(13, 72, 152, 0.8);
}

.caseWrap .leftWrap .item .absolute.bg-red {
	background-color: rgba(223, 97, 97, 0.8);
}

.caseWrap .leftWrap .item:nth-child(1) {
	position: relative;
}

.caseWrap .leftWrap .item:nth-child(1)::after {
	content: "";
	display: block;
	width: 5.4rem;
	height: 4.8rem;
	background: url("../img/ico-arrow-right_blue.png") no-repeat center;
	background-size: cover;
	position: absolute;
	right: -3.7rem;
	top: 54%;
	z-index: 1;
}

.caseWrap .rightWrap .flex {
	align-items: center;
}

.caseWrap .rightWrap .flex .icon {
	width: 3rem;
	height: .7rem;
	background-color: #333333;
	margin: 0 1rem;
}

.caseWrap .rightWrap .arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.1rem 3.4rem 0 3.4rem;
	border-color: #d94646 transparent transparent transparent;
	margin: 2rem auto;
}

.caseWrap .pointWrap {
	margin: 2rem 0 0;
}

.caseWrap.red {
	position: relative;
}

.caseWrap.red .topIcon {
	font-size: 3rem;
	width: 8.6rem;
	height: 8.6rem;
	border-radius: 100%;
	border: 0.2rem solid #ffffff;
	position: absolute;
	left: -4.3rem;
	top: -4.3rem;
	text-align: center;
}

.caseWrap.red .topIcon > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.caseWrap.red .topIcon .small {
	font-size: 1.8rem;
	display: block;
	margin-bottom: .3rem;
}

.caseWrap.red .caseWrap-txt {
	border-color: #d94646;
}

.caseWrap.red .leftWrap .item .frame {
	border-color: #d94646;
}

.caseWrap.red .rightWrap .arrow {
	border-color: #f18e00 transparent transparent transparent;
}

/* priceBox
*******************/
.priceBox {
	border: 0.1rem solid #7e7e7e;
	text-align: center;
}

.priceBox p {
	font-size: 2.4rem;
	font-weight: bold;
	padding: .6rem 0;
}

.priceBox p.price {
	font-size: 5.1rem;
	padding: 1rem 0;
}

.priceBox p.price .small {
	font-size: 2.1rem;
	position: relative;
	top: -.4rem;
}

.priceBox.small p {
	font-size: 2rem;
}

.priceBox.small p.price {
	font-size: 2.5rem;
}

.priceBox.small p.price .small {
	font-size: 1.4rem;
	top: -.2rem;
}

/* pointWrap
*******************/
.pointWrap {
	padding: 1.8rem 3rem 1.5rem;
	position: relative;
}

.pointWrap .absolute {
	position: absolute;
	left: -2rem;
	top: -1rem;
}

.pointWrap p {
	line-height: 1.5;
	font-size: 1.4rem;
	font-weight: bold;
}

/* list
*******************/
.list-check {
	list-style: none;
}

.list-check li {
	font-size: 2.2rem;
	background: url("../img/ico-check.png") no-repeat left top;
	background-size: 4.6rem;
	padding: 1rem 0 1rem 6rem;
	margin: 0 0 1.5rem;
}

.list-check li:last-child {
	margin-bottom: 0;
}

/* cont02
*******************/
.cont02 {
	padding: 5rem 0 0;
	background-color: #f6f5f5;
}

.cont02 .ttlWrap {
	margin: 0 0 3rem;
}

.cont02 .caseWrap {
	margin: 0 0 5rem;
}

.cont02 .middleTtl {
	text-align: center;
	font-size: 5.3rem;
	margin: 0 0 5rem;
}

.cont02 .listWrap {
	background: url("../img/bg-02.jpg") no-repeat center top;
	background-size: 100% 100%;
	padding: 2.5rem 6rem;
	margin: 0 0 3rem;
}

.cont02 .bottomTtl .fl-r {
	width: 71rem;
}

.cont02 .bottomTtl h3 {
	text-align: center;
	font-size: 6.2rem;
	margin: 0 0 4.5rem;
}

.cont02 .bottomTtl h3 .ttl-shape-red::before,
.cont02 .bottomTtl h3 .ttl-shape-red::after {
	bottom: -0.5rem;
}

.cont02 .lwrap2 {
	max-width: 1200px;
	padding: 0 2%;
	margin: auto;
	background: url("../img/img05.png") no-repeat left 5% bottom;
	background-size: 30rem;
	padding: 3rem 0 7.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
}

.cont02 .lwrap2 .lwrap {
	margin: 0;
}

/* cont03
*******************/
.cont03 {
	background: url("../img/bg-03.jpg") no-repeat center top;
	background-size: cover;
	padding: 12rem 0 16rem;
}

.cont03 .ttl01 {
	margin: 0 0 4.5rem;
}

.cont03 .lwrap > .flex.col-3 .reasonWrap {
	padding: 3rem 2rem;
	border-width: .4rem;
	margin-bottom: 0;
}

.cont03 .lwrap > .flex.col-3 .reasonWrap .cont .img {
	margin: 0 0 2rem;
}

.cont03 .lwrap > .flex.col-3 .reasonWrap .cont p {
	font-size: 1.4rem;
	line-height: 1.35;
}

.cont03 .lwrap > .flex.col-3 .reasonWrap:nth-child(2) .reason-ttl .c-red {
	font-size: 1.8rem;
}

.cont03 .lwrap > .flex.col-3 .reason-icon {
	margin: 0 1rem 0 0;
}

.cont03 .lwrap > .flex.col-3 .reason-icon p.c-orange {
	font-size: 4.3rem;
	margin: 0;
}

.cont03 .lwrap > .flex.col-3 .reason-ttl {
	font-size: 100%;
}

.cont03 .lwrap > .flex.col-3 .reason-ttl .small {
	font-size: 1.2rem;
	padding: 0;
}

.cont03 .lwrap > .flex.col-3 .reason-ttl .c-red {
	font-size: 2.2rem;
	padding: 0;
	background: none;
}

.cont03 .lwrap > .flex.col-3 .reasonTtlWrap {
	min-height: 4.6rem;
}

/* reasonWrap
*******************/
.reasonWrap {
	padding: 6rem;
	margin-bottom: 5rem;
}

.reasonWrap.last {
	margin-bottom: 0;
}

.reasonWrap > .bg-blue.round-60.c-white {
	font-size: 2.2rem;
	text-align: center;
	padding: 2rem 0;
}

.reasonWrap .reasonPrice {
	width: 100%;
	margin: 3rem 0 0;
	justify-content: space-between;
	align-items: baseline;
}

.reasonWrap .reasonPrice .item {
	width: 21%;
	margin-right: 1%;
}

.reasonWrap .reasonPrice .item p {
	font-weight: bold;
	text-align: center;
	position: relative;
	height: 7rem;
	background-color: #d6d6d6;
	color: #4a4949;
}

.reasonWrap .reasonPrice .item p:nth-child(2n) {
	background-color: #f3f3f3;
}

.reasonWrap .reasonPrice .item p.top {
	height: 4.6rem;
	border-radius: 2rem 2rem 0 0;
	background-color: #4a4949;
	color: #ffffff;
}

.reasonWrap .reasonPrice .item p > span {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

/*
.reasonWrap .reasonPrice .item:last-child {
	width: calc(100% - 66%);
	margin-right: 0;
}

.reasonWrap .reasonPrice .item:last-child p {
	border-bottom: 0.4rem solid #d94646;
	border-left: 0.4rem solid #d94646;
	border-right: 0.4rem solid #d94646;
	color: #d94646;
	font-size: 4rem;
	background-color: transparent;
}

.reasonWrap .reasonPrice .item:last-child p.top {
	font-size: 2.3rem;
	height: 7.6rem;
	background-color: #d94646;
	color: #ffffff;
}

.reasonWrap .reasonPrice .item:last-child p:last-child {
	height: 13.6rem;
	font-size: 3.8rem;
	line-height: 1.3;
}
*/

.reasonWrap .reasonPrice .item:nth-child(1) p {
	background-color: #9cb7db;
	color: #ffffff;
}

.reasonWrap .reasonPrice .item:nth-child(1) p:nth-child(2n) {
	background-color: #648dc4;
}

.reasonWrap .bgline {
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	margin: 0 0 4rem;
	position: relative;
}

.reasonWrap .bgline::after {
	content: "";
	display: block;
	width: 100%;
	height: .2rem;
	background-color: #333333;
	position: absolute;
	top: 50%;
	z-index: 0;
	transform: translateY(-50%) translateX(0%);
}

.reasonWrap .bgline span {
	display: inline-block;
	display: inline-block;
	background: #ffffff;
	position: relative;
	z-index: 2;
	padding: 0 6rem;
}

.reasonWrap .iconWrap .item {
	text-align: center;
	width: 24.5%;
	margin: 0 0 3rem;
}

.reasonWrap .iconWrap .item:nth-child(n +5) {
	margin-bottom: 0;
}

.reasonWrap .iconWrap .item .img {
	margin-bottom: 1rem;
}

.reasonWrap .iconWrap .item p {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.35;
}

.reasonWrap .no3 {
	margin-top: 5rem;
}

.reasonWrap .no3 .item {
	width: 32.5%;
}

.reasonWrap .no3 .item .img {
	line-height: 0;
	margin: 0 0 1.5rem;
}

.reasonWrap .no3 .item .img img {
	width: 100%;
}

.reasonWrap .no3 .item .txt h4 {
	font-size: 1.8rem;
	line-height: 1.35;
	text-align: center;
	margin: 0 0 1.5rem;
}

.reasonWrap .no3 .item .txt p {
	font-size: 1.2rem;
	line-height: 1.35;
}

.reasonTtlWrap {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 0 2rem;
}

.reasonTtlWrap .absolute {
	position: absolute;
	right: 0;
	top: -3rem;
}

.reasonTtlWrap-bottom {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: normal;
	margin: 0 1.5rem 3rem;
}

.reason-icon p {
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
}

.reason-icon p.c-orange {
	font-size: 8.2rem;
	letter-spacing: -.08em;
	margin: 1rem 0 0;
}

.reason-icon p.bg-orange {
	position: relative;
	padding: .5rem 1rem;
}

.reason-icon p.bg-orange::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .8rem 1rem 0 1rem;
	border-color: #f18e00 transparent transparent transparent;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateY(0%) translateX(-50%);
}

.reason-ttl {
	font-size: 4.2rem;
	line-height: 1.3;
}

.reason-ttl .small {
	font-size: 2.2rem;
	padding-left: 2rem;
}

.reason-ttl .large {
	font-size: 5.6rem;
}

.reason-ttl .bgimg {
	background: url("../img/ico-marker.png") no-repeat bottom left;
	background-size: 100%;
	padding: 0 1rem .3rem;
}

/* table01
*******************/
.table01 {
	width: 100%;
	table-layout: fixed;
	margin: 0 0 1.5rem;
}

.table01 th {
	font-size: 2.2rem;
	border: 2px solid #084292;
	padding: 1rem 0;
	background-color: #c4d7f1;
	color: #084292;
}

.table01 th:nth-child(2) {
	border-right: 2px solid #d94646;
}

.table01 th:last-child {
	border: 2px solid #d94646;
	background-color: #f8c0c0;
	color: #d94646;
}

.table01 td {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	padding: 1rem 0;
	border: 2px solid #084292;
	color: #084292;
}

.table01 td:nth-child(2) {
	border-right: 2px solid #d94646;
}

.table01 td:last-child {
	border: 2px solid #d94646;
	border-top: none;
	color: #d94646;
}

/* cont04
*******************/
.cont04 {
	background: url("../img/bg-04.jpg") no-repeat center top;
	background-size: cover;
	padding: 7rem 0;
}

.cont04 .topTxt {
	width: 72rem;
}

.cont04 .topTxt .bg-blue.round-60 {
	font-size: 2.3rem;
	padding: 1rem 0;
}

.cont04 .topTxt .flex {
	align-items: center;
	justify-content: center;
	margin: 2rem 0 0;
}

.cont04 .topTxt .flex p {
	line-height: normal;
	font-size: 1.7rem;
	text-align: center;
	border-width: .1rem;
	width: 9.25rem;
	border-radius: .3rem;
}

.cont04 .topTxt .flex .ico {
	width: 2rem;
	margin: 0 1rem;
	line-height: 0;
}

.cont04 .ttl01 {
	font-size: 3.4rem;
	margin-bottom: 3rem;
}

.cont04 .ttl01 i {
	margin-left: -4rem;
}

.cont04 .ttl01 .large {
	font-size: 4.5rem;
}

.cont04 .ttl01 .large2 {
	font-size: 6.2rem;
}

.cont04 .tableWrap {
	padding: 1rem;
	margin: 3.5rem 0 0;
}

.cont04 .tableWrapInner {
	padding: 5rem 6rem;
}

.cont04 .tableWrap h3 {
	font-size: 2.8rem;
	text-align: center;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	position: relative;
}

.cont04 .tableWrap h3::after {
	content: "";
	display: block;
	width: 7.2rem;
	height: 1rem;
	background-color: #d94646;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateY(0%) translateX(-50%);
}

.cont04 .bottomTxt p {
	font-size: 1.2rem;
	line-height: 1.3;
}

/* cont05
*******************/
.cont05 {
	padding: 9rem 0 6rem;
	background: #fbf5f5 url("../img/img21.png") no-repeat right 10% bottom;
}

.cont05 .ttl01 {
	font-size: 2.8rem;
	text-align: left;
	margin-bottom: 6rem;
}

.cont05 .ttl01 .border-dashed {
	display: inline-block;
	margin: 1rem 1.5rem 0 2rem;
	padding: 0 1.5rem;
}

.cont05 .ttl01 .large {
	font-size: 3.8rem;
}

.cont05 .ttl01 .large2 {
	font-size: 6.2rem;
}

.cont05 .slide {
	width: 75rem;
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
	border-radius: 2rem;
}

.cont05 .slide .item {
	padding: 3.5rem 0 3.5rem 5rem;
}

.cont05 .slide .item .flex {
	align-items: center;
}

.cont05 .slide .item .img {
	width: 39%;
	position: relative;
}

.cont05 .slide .item .img img {
	width: 100%;
}

.cont05 .slide .item .img .absolute {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 50%, transparent);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 50%, transparent);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 50%, transparent);
	position: absolute;
	left: 0;
	bottom: 1.5rem;
	padding: 1rem 5rem 1rem 1rem;
}

.cont05 .slide .item .txt {
	width: 61%;
	padding: 0 3rem;
}

.cont05 .slide .item .txt h4 {
	font-size: 1.9rem;
	border-bottom: 1px solid #333333;
	padding-bottom: 2rem;
	margin-bottom: 1.5rem;
	line-height: 1.35;
}

.cont05 .slide .item .txt p {
	font-size: 1.2rem;
	margin: 0 1rem;
	line-height: 1.35;
}

.cont05 .slide .slick-prev {
	background: url("../img/slide-arrow_left.jpg") no-repeat center;
	background-size: 100%;
	width: 3.2rem;
	height: 10.4rem;
	z-index: 1;
	left: -1.56rem;
}

.cont05 .slide .slick-prev::before {
	content: none;
}

.cont05 .slide .slick-next {
	background: url("../img/slide-arrow_right.jpg") no-repeat center;
	background-size: 100%;
	width: 3.2rem;
	height: 10.4rem;
	z-index: 1;
	right: -1.56rem;
}

.cont05 .slide .slick-next::before {
	content: none;
}

.cont05 .slide .slick-dots li {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 .3rem;
}

.cont05 .slide .slick-dots li button {
	width: 1.2rem;
	height: 1.2rem;
	padding: 0;
}

.cont05 .slide .slick-dots li button:before {
	width: 1.2rem;
	height: 1.2rem;
	font-size: 1.2rem;
	color: #e8e8e8;
	opacity: 1;
}

.cont05 .slide .slick-dots li button:hover:before,
.cont05 .slide .slick-dots li button:focus:before {
	opacity: 1;
}

.cont05 .slide .slick-dots li.slick-active button:before {
	color: #084292;
	opacity: 1;
}

/* stepWrap
*******************/
.stepWrap {
	position: relative;
}

.stepWrap .absolute {
	position: absolute;
	right: -18px;
	top: 2rem;
	background: url("../img/bg-ribon-ttl.png") no-repeat center top;
	background-size: 100%;
	display: flex;
	align-items: center;
	font-size: 2.8rem;
	width: 65.3rem;
	padding: 1.2rem 0 2em 5rem;
	box-sizing: border-box;
}

.stepWrap .absolute .icon {
	font-size: 5rem;
	display: block;
	margin-right: 4rem;
}

.stepWrap .absolute .icon .small {
	display: block;
	font-size: 2.2rem;
}

.stepWrap .img {
	width: 45.5%;
	line-height: 0;
}

.stepWrap .txt {
	padding: 15rem 3rem 3rem;
	width: 54.5%;
	box-sizing: border-box;
}

.stepWrap .txt-ttl {
	font-size: 2rem;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 3rem;
}

.stepWrap .txt-cont {
	font-size: 1.4rem;
	line-height: 1.35;
}

/* cont06
*******************/
.cont06 {
	background-color: #f6f5f5;
	padding: 11rem 0;
}

.cont06 h2 {
	font-size: 2.8rem;
	text-align: center;
	margin: 0 0 9rem;
}

.cont06 h2 .icon {
	display: inline-block;
	border: 0.1rem solid #084292;
	width: 52.5rem;
	padding: 3rem 0;
	position: relative;
}

.cont06 h2 .icon::after,
.cont06 h2 .icon::before {
	content: "";
	display: block;
	width: 3rem;
	height: 2.8rem;
	position: absolute;
}

.cont06 h2 .icon::before {
	background: url("../img/ico-btn-frame-left.png") no-repeat center;
	background-size: 100%;
	left: 0;
	top: 0;
}

.cont06 h2 .icon::after {
	background: url("../img/ico-btn-frame-right.png") no-repeat center;
	background-size: 100%;
	right: 0;
	bottom: 0;
}

.cont06 .arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.9rem 2.2rem 0 2.2rem;
	border-color: #084292 transparent transparent transparent;
	margin: 3rem auto;
}

/* cont07
*******************/
.cont07 {
	margin-bottom: 6rem;
	padding: 7rem 0 0;
}

.cont07 .ttl01 {
	font-size: 3.1rem;
	margin-bottom: 5rem;
}

.cont07 .ttl01 .large {
	font-size: 4.5rem;
}

.cont07 .ttl01 .large2 {
	font-size: 4.8rem;
}

.cont07 .ttl01 i.addico {
	margin-left: 1rem;
	vertical-align: bottom;
}

.cont07 .ttl01 .ttl-shape-red {
	padding: 0 5rem;
}

.cont07 .topTxt {
	font-size: 3.2rem;
	font-weight: bold;
	padding: 2.6rem 0;
	text-align: center;
	border-radius: 2rem 2rem 0 0;
	margin-bottom: 7.5rem;
	position: relative;
}

.cont07 .topTxt::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.2rem 2.2rem 0 2.2rem;
	border-color: #d94646 transparent transparent transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateY(0%) translateX(-50%);
}

.cont07 .caseWrap {
	margin-bottom: 7rem;
}

.cont07 .table-bottom-txt {
	margin: 1.5rem 0 0;
	font-size: 1.4rem;
	line-height: 1.35;
}

/* cont08
*******************/
.cont08 .ttl01 {
	font-size: 3.3rem;
	line-height: 1.6;
}

.cont08 .ttl01 .large {
	font-size: 4.6rem;
}

.cont08 .ttl01 .large2 {
	font-size: 5.2rem;
}

.cont08 .ttl01.bottom {
	margin: 6rem 0;
}

.cont08 .arrowWrap {
	text-align: center;
	margin: 5rem 0 6rem;
	position: relative;
}

.cont08 .arrowWrap .arrow {
	line-height: 0;
}

.cont08 .arrowWrap .txt {
	font-size: 4rem;
	font-weight: bold;
	position: absolute;
	right: 9rem;
	top: 50%;
	transform: translateY(-50%) translateX(0%);
}

.cont08 .flex .item {
	padding: 3rem 2rem;
	position: relative;
	min-height: 36.6rem;
	margin-bottom: 2%;
}

.cont08 .flex .item:nth-child(n+4) {
	margin-bottom: 0;
}

.cont08 .flex .item .number {
	position: absolute;
	left: .5rem;
	top: .5rem;
}

.cont08 .flex .item .img {
	line-height: 0;
	height: 9.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5rem;
}

.cont08 .flex .item .txt {
	color: #ffffff;
	text-align: center;
}

.cont08 .flex .item .txt h3 {
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
}

.cont08 .flex .item .txt p {
	font-size: 1.4rem;
	line-height: 1.42;
}

@media screen and (max-width: 1400px) {
	.cont05 {
		background-position: right 3rem bottom;
	}
}

@media screen and (max-width: 1260px) {
	.mainvisual h1 {
		font-size: 4.2rem;
	}

	.mainvisual h1 .small {
		font-size: 2.2rem;
	}

	.mainvisual h1 .large {
		font-size: 5.8rem;
	}

	.mainvisual .lwrap {
		margin: 0 1.5rem;
	}

	.mainvisual .lwrap > .flex {
		justify-content: center;
	}

	.mainvisual .frameWrap .item {
		width: 19rem;
	}

	.mainvisual .bottomWrap .fl-r {
		width: 62vw;
	}

	.mainvisual .bottomWrap h3 {
		margin-right: 3rem;
		font-size: 2.8vw;
		padding: 1.2rem 0 1.2rem 4vw;
	}

	.mainvisual .bottomWrap .img img {
		width: 52vw;
	}

	.mainvisual .bottomWrap::before {
		width: 37.5vw;
		height: 33.5vw;
	}

	.cont05 {
		background-position: right bottom;
	}
}

@media screen and (max-width: 1100px) {
	.mainvisual h1 {
		font-size: 3.8vw;
	}

	.mainvisual h1 .small {
		font-size: 2vw;
	}

	.mainvisual h1 .large {
		font-size: 5.2vw;
	}

	.mainvisual .lwrap {
		margin: 0 1.5rem;
	}

	.mainvisual .lwrap > .flex {
		justify-content: center;
	}

	.mainvisual .iconWrap .item {
		width: 11vw;
		height: 11vw;
		margin-right: 1.5vw;
	}

	.mainvisual .iconWrap .item p {
		font-size: 2.2vw;
	}

	.mainvisual .iconWrap .item:last-child p {
		font-size: 1.8vw;
	}

	.mainvisual .bottomWrap .fl-r {
		width: 62vw;
	}

	.mainvisual .bottomWrap h3 {
		margin-right: 3rem;
		font-size: 2.8vw;
		padding: 1.2rem 0 1.2rem 4vw;
	}

	.mainvisual .bottomWrap .img img {
		width: 52vw;
	}

	.mainvisual .bottomWrap::before {
		width: 37.5vw;
		height: 33.5vw;
	}

	.mainvisual .frameWrap {
		margin: 0 3vw 0 0;
	}

	.mainvisual .frameWrap .item {
		width: 16vw;
		height: 6vw;
		margin-right: 1vw;
	}

	.mainvisual .frameWrap p {
		font-size: 2vw;
	}

	.mainvisual .frameWrap p.small {
		font-size: 1.7vw;
	}

	.cont02 .lwrap2 {
		background-size: 31vw;
		padding: 4% 0 6%;
	}

	.cont02 .bottomTtl .fl-r {
		width: 64.2vw;
	}

	.cont02 .bottomTtl h3 {
		font-size: 5.6vw;
	}

	.cont02 .bottomTtl h3 .ttl-shape-red {
		padding: 0 5rem;
	}

	.cont02 .bottomTtl .ttl01 {
		font-size: 3vw;
	}

	.cont02 .bottomTtl .ttl01 i {
		width: 7vw;
	}

	.cont02 .bottomTtl .ttl01 .large {
		font-size: 3.8vw;
	}

	.cont02 .bottomTtl .ttl01 .large2 {
		font-size: 4.8vw;
	}

	.cont05 {
		background-position: right -1vw bottom;
		background-size: 33vw;
	}

	.cont05 .slide {
		width: 68vw;
	}

	.cont05 .slide .item {
		padding: 3vw 0 3vw 3vw;
	}

	.cont05 .slide .item .img .absolute {
		padding: 1rem 5vw 1rem 1rem;
		font-size: 1.5vw;
	}

	.cont05 .slide .item .txt {
		padding: 0 3%;
	}

	.cont05 .slide .item .txt h4 {
		font-size: 1.6rem;
	}

	.cont05 .ttl01 {
		font-size: 2.4rem;
	}

	.cont05 .ttl01 i {
		width: 8vw;
	}

	.cont05 .ttl01 .large {
		font-size: 3.9vw;
	}

	.cont05 .ttl01 .large2 {
		font-size: 5.7vw;
	}

	.cont05 .ttl01 .border-dashed {
		margin: 1vw 1.5vw 0 2vw;
		padding: 0 1.5vw;
	}

	.stepWrap {
		margin: 0 2rem;
	}

	.cont07 .topTxt {
		margin: 0 3rem 7.5rem;
	}

	.cont07 .caseWrap {
		margin: 0 3rem 7rem;
	}

	.cont07 .table01 {
		width: calc(100% - 6rem);
		margin: auto;
	}

	.cont07 .table-bottom-txt {
		margin: 1.5rem 3rem 0;
	}
}

@media screen and (max-width: 1060px) {
	.induction h3 {
		font-size: 3.6vw;
		margin: 3vw 0;
	}

	.induction .lwrap {
		margin: 0 1.5rem;
	}

	.induction .lwrap .inner {
		width: 78%;
	}

	.induction .lwrap .lineQR {
		width: 20%;
	}

	.induction .lwrap .lineQR p {
		font-size: 1.4vw;
	}

	.induction .lwrap .inner > .c-yellow {
		font-size: 2.9vw;
	}

	.induction-tel {
		margin: 0 3vw 0 0;
	}

	.induction-tel a {
		width: 34.6vw;
		box-shadow: .6vw .6vw 0px 0px #e6b877;
		padding: 1.55vw 0;
	}

	.induction-tel a .icon {
		width: 6vw;
		margin: 0 1.5vw 0 0;
	}

	.induction-tel a .number p {
		font-size: 3.1vw;
	}

	.induction-tel a .number p.small {
		font-size: 1.2vw;
	}

	.induction .bottom {
		font-size: 3vw;
	}
}

@media screen and (max-width: 990px) {
	.lwrap {
		margin: 0 1.5rem;
	}

	.btn-line a {
		width: 34.6vw;
		border-radius: 1.5vw;
		box-shadow: .6vw .6vw 0 0 #129d4b;
	}

	.btn-line-logo {
		width: 9.1vw;
	}

	.btn-line .txt .absolute {
		width: 4vw;
		top: -1.5vw;
		left: -1vw;
	}

	.btn-line .txt .border {
		font-size: 2.8vw;
	}

	.btn-line .txt .small {
		font-size: 1.6vw;
	}

	.covid .flex p {
		font-size: 1.4rem;
	}

	.ttl-shape-red {
		padding: 0 5rem;
	}

	.ttl-shape-red::before,
	.ttl-shape-red::after {
		width: 3.1rem;
		height: 6.7rem;
	}

	.ttl01 {
		font-size: 2.8rem;
	}

	.ttl01 i {
		width: 12vw;
	}

	.ttl01 .large {
		font-size: 3.8rem;
	}

	.ttl01 .large2 {
		font-size: 4.2rem;
	}

	.ttlWrap .absolute {
		width: 11vw;
	}

	.caseWrap-ttl h3 {
		line-height: 1.3;
		padding: 1.2rem 2rem 1rem 2rem;
	}

	.caseWrap .leftWrap .item:nth-child(1)::after {
		width: 5.4vw;
		height: 4.3vw;
	}

	.priceBox p.price {
		font-size: 4.6rem;
	}

	.priceBox.small p.price {
		font-size: 2.2rem;
	}

	.reasonTtlWrap .absolute {
		width: 9.2vw;
	}

	.reason-icon p {
		font-size: 1.9vw;
	}

	.reason-icon p.c-orange {
		font-size: 8.1vw;
	}

	.reason-ttl {
		font-size: 4.1vw;
	}

	.reason-ttl .large {
		font-size: 5.5vw;
	}

	.reason-ttl .small {
		font-size: 2.1vw;
	}

	.reasonWrap {
		padding: 6rem 3rem;
	}

/*
	.reasonWrap .reasonPrice .item:last-child p {
		font-size: 3rem;
	}

	.reasonWrap .reasonPrice .item:last-child p.top {
		font-size: 1.8rem;
	}

	.reasonWrap .reasonPrice .item:last-child p:last-child {
		font-size: 3rem;
	}
*/

	.reasonWrap .iconWrap .item {
		width: 24%;
	}

	.reasonWrap .iconWrap .item p {
		font-size: 1.6rem;
	}

	.reasonWrap .no3 .item .txt h4 {
		font-size: 1.6rem;
	}

	.cont03 .lwrap > .flex.col-3 .reasonWrap {
		padding: 3rem 1.5rem;
	}

	.cont03 .lwrap > .flex.col-3 .reasonWrap:nth-child(2) .reason-ttl .c-red {
		font-size: 1.4rem;
	}

	.cont03 .lwrap > .flex.col-3 .reason-icon p.c-orange {
		font-size: 3.8rem;
	}

	.cont03 .lwrap > .flex.col-3 .reason-ttl .c-red {
		font-size: 1.6rem;
	}

	.cont04 .ttl01 i {
		margin-left: -1rem;
	}

	.cont04 .tableWrapInner {
		padding: 5rem 3rem;
	}

	.stepWrap .absolute {
		font-size: 2.8vw;
		width: 65%;
		right: -1.8%;
		padding: 1vw 0 4.2vw 5vw;
	}

	.stepWrap .absolute .icon {
		font-size: 4.8vw;
		margin-right: 4vw;
	}

	.stepWrap .absolute .icon .small {
		font-size: 2.1vw;
	}

	.stepWrap .txt {
		padding: 15vw 3vw 3vw;
	}

	.stepWrap .txt-ttl {
		line-height: 1.35;
		font-size: 1.8rem;
	}

	.cont07 .ttl01 {
		font-size: 3.1vw;
	}

	.cont07 .ttl01 .ttl-shape-red {
		padding: 0 5vw;
	}

	.cont07 .ttl01 i {
		width: 8vw;
	}

	.cont07 .ttl01 i.addico {
		width: 13vw;
		margin-left: 1vw;
	}

	.cont07 .ttl01 .large {
		font-size: 4.2vw;
	}

	.cont07 .ttl01 .large2 {
		font-size: 4.8vw;
	}

	.cont08 .ttl01 {
		font-size: 3.3vw;
	}

	.cont08 .ttl01 .ttl-shape-red {
		padding: 0 5vw;
	}

	.cont08 .ttl01 .large {
		font-size: 4.3vw;
	}

	.cont08 .ttl01 .large2 {
		font-size: 5.1vw;
	}

	.cont08 .arrowWrap .arrow img {
		width: 19.6vw;
	}

	.cont08 .arrowWrap .txt {
		font-size: 4vw;
		right: 9vw;
	}

	.cont08 .flex .item .txt h3 {
		font-size: 2.2vw;
	}
}

/*******************
スマホ
******************/
@media screen and (max-width: 750px) {
	html {
		font-size: 1.33333vw;
	}

	p,
	a,
	li,
	dd,
	dt,
	th,
	td {
		font-size: 2.8rem;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.lwrap {
		margin: 0 3rem;
	}

	.ttl-shape-yellow::before,
	.ttl-shape-yellow::after {
		top: -.1rem;
	}

	.ttl-shape-red {
		padding: 0 3rem;
	}

	.ttl-shape-red::before,
	.ttl-shape-red::after {
		bottom: 1rem;
	}

	.btn-line a {
		padding: 2rem 0 1.5rem;
		width: 45rem;
		border-radius: 1.5rem;
		box-shadow: 0.6rem 0.6rem 0 0 #129d4b;
	}

	.btn-line-logo {
		width: 8.5rem;
		margin: 0 1rem;
	}

	.btn-line .txt .absolute {
		width: 5rem;
		top: -2rem;
		left: -2rem;
	}

	.btn-line .txt .border {
		font-size: 3.8rem;
		border-bottom: 0.2rem solid #ffffff;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}

	.btn-line .txt .small {
		font-size: 2.2rem;
	}

	.mainvisual {
		padding: 3rem 0 0;
	}

	.mainvisual .lwrap > .flex {
		flex-wrap: wrap;
	}

	.mainvisual .frameWrap {
		width: 100%;
		margin: 0 0 2rem 0;
		justify-content: center;
	}

	.mainvisual .frameWrap p {
		font-size: 2.8rem;
	}

	.mainvisual .frameWrap p.small {
		font-size: 2.4rem;
	}

	.mainvisual .frameWrap .item {
		width: 22rem;
		height: 6rem;
		margin-right: 1.5rem;
	}

	.mainvisual .frameWrap .item::after {
		content: none;
	}

	.mainvisual .iconWrap {
		width: 100%;
		justify-content: center;
		margin: 0 0 3rem;
	}

	.mainvisual .iconWrap .item {
		width: 14rem;
		height: 14rem;
		margin-right: 1.5rem;
	}

	.mainvisual .iconWrap .item p {
		font-size: 2.8rem;
	}

	.mainvisual .iconWrap .item:last-child p {
		font-size: 2.4rem;
	}

	.mainvisual h1 {
		font-size: 4.8rem;
		line-height: 1.5;
	}

	.mainvisual h1 .large {
		font-size: 5.2rem;
	}

	.mainvisual h1 .small {
		font-size: 2.8rem;
	}

	.mainvisual .bottomWrap {
		padding-bottom: 3rem;
	}

	.mainvisual .bottomWrap::before {
		width: 31rem;
		height: 28rem;
	}

	.mainvisual .bottomWrap h3 {
		font-size: 2.1rem;
		padding: 1.2rem 0 1.2rem 1.5rem;
	}

	.mainvisual .bottomWrap h3::after {
		right: -4rem;
	}

	.mainvisual .bottomWrap .fl-r {
		width: 48rem;
	}
	
	.mainvisual .bottomWrap .img {
		text-align: right;
	}

	.mainvisual .bottomWrap .img img {
		width: 39rem;
	}

	.induction {
		background-size: 100% 100%;
	}

	.induction.fixed {
		display: none;
		position: fixed;
		bottom: .6rem;
		left: 0;
		width: 100%;
		z-index: 9;
		background: none;
		transition: .3s;
	}

	.induction.fixed.hide {
		opacity: 0;
		pointer-events: none;
	}

	.induction.fixed .flex {
		justify-content: center;
	}

	.induction.fixed .induction-tel {
		width: 50%;
		margin: 0;
	}

	.induction.fixed .induction-tel a {
		width: 35rem;
		padding: 1.8rem 0;
	}

	.induction.fixed .induction-tel a .icon {
		width: 5rem;
	}

	.induction.fixed .induction-tel a .number p {
		font-size: 3.6rem;
	}

	.induction.fixed .induction-tel a .number p.small {
		font-size: 1.4rem;
	}

	.induction.fixed .induction-tel a .number p.small .small2 {
		font-size: 1.4rem;
	}

	.induction.fixed .btn-line {
		width: 50%;
	}

	.induction.fixed .btn-line a {
		width: 35rem;
		padding: 2.2rem 0 2rem;
	}

	.induction.fixed .btn-line-logo {
		width: 6.5rem;
	}

	.induction.fixed .btn-line .txt .absolute {
		width: 4.5rem;
		top: -2.5rem;
	}

	.induction.fixed .btn-line .txt .border {
		font-size: 2.8rem;
	}

	.induction.fixed .btn-line .txt .small {
		font-size: 1.6rem;
	}

	.induction-bg {
		background-position: right -9rem bottom;
	}

	.induction h3 {
		font-size: 3.2rem;
		margin: 3rem 0;
	}

	.induction-tel {
		margin: 0 0 3rem 0;
		width: 100%;
	}

	.induction-tel a {
		max-width: 45rem;
		width: 100%;
		box-shadow: 0.6rem 0.6rem 0px 0px #e6b877;
		padding: 1.6rem 0;
		margin: auto;
	}

	.induction-tel a .icon {
		width: 6rem;
		margin: 0 1rem 0 0;
	}

	.induction-tel a .number p {
		font-size: 4.6rem;
	}

	.induction-tel a .number p.small {
		font-size: 2rem;
		border-top: .2rem solid #e6b877;
		padding-top: 1rem;
		margin-top: 1rem;
	}

	.induction-tel a .number p.small .small2 {
		font-size: 1.8rem;
	}

	.induction .lwrap {
		margin: 0 3rem;
	}

	.induction .lwrap .lineQR {
		display: none;
	}

	.induction .lwrap .inner {
		width: 100%;
	}

	.induction .lwrap .inner > .c-yellow {
		font-size: 3rem;
	}

	.induction .lwrap .inner > .flex {
		flex-wrap: wrap;
	}

	.induction .bottom {
		font-size: 2.8rem;
	}

	.covid {
		padding: 9rem 0;
	}

	.covid > .lwrap {
		padding: 3rem;
	}

	.covid > .lwrap > p {
		font-size: 2.6rem;
		line-height: 1.5;
	}

	.covid h3 {
		font-size: 3rem;
		line-height: 1.35;
		padding: 1.2rem 1.5rem .8rem;
		margin: 0 0 3rem;
	}

	.covid h3 i {
		width: 3.8rem;
	}

	.covid .flex {
		margin: 3rem 0 0;
		justify-content: center;
	}

	.covid .flex .item {
		width: 32%;
		margin-bottom: 2rem;
	}

	.covid .flex .item:nth-child(n+4) {
		margin-bottom: 0;
	}

	.covid .flex .item p {
		font-size: 2.2rem;
	}

	.covid .flex .ico {
		width: 12rem;
		margin: 0 auto 1rem;
	}

	.ttlWrap .absolute {
		width: 11rem;
		top: -4rem;
	}

	.ttlWrap .absolute img {
		width: 100%;
	}

	.ttl01 {
		font-size: 3.2rem;
	}

	.ttl01 i {
		width: 8rem;
		margin-right: 1rem;
	}

	.ttl01 .large {
		font-size: 3.8rem;
	}

	.ttl01 .large2 {
		font-size: 4.8rem;
	}

	.caseWrap-ttl h3 {
		font-size: 3rem;
		padding: 1.7rem 3rem 1.5rem 3rem;
	}

	.caseWrap-ttl h3 .number {
		margin: 0 3rem 0 0;
	}

	.caseWrap-ttl h3 .small {
		font-size: 2rem;
		padding: .3rem .5rem;
	}

	.caseWrap-ttl h3 .no {
		font-size: 4.6rem;
	}

	.caseWrap-ttl h3::after {
		border-width: 2.5rem 2.4rem 0 2.4rem;
	}

	.caseWrap-txt {
		padding: 6rem 3rem 3rem;
		border: 0.5rem solid #084292;
	}

	.caseWrap-txt > .flex.col-2 {
		flex-wrap: wrap;
	}

	.caseWrap-txt > .flex.col-2 > .item {
		width: 100%;
	}

	.caseWrap-txt > .flex.col-2 > .item:nth-child(1) {
		margin-bottom: 6rem;
	}

	.caseWrap .leftWrap .item {
		width: 46%;
	}

	.caseWrap .leftWrap .item:nth-child(1)::after {
		width: 7.4rem;
		height: 6.3rem;
		right: -6.5rem;
		top: 55%;
	}

	.caseWrap .leftWrap .item .absolute {
		font-size: 2.2rem;
		width: 18rem;
	}

	.caseWrap .leftWrap .item p {
		font-size: 2.8rem;
	}

	.caseWrap .leftWrap .item .frame {
		border: 0.2rem solid #084292;
		padding: 1rem 0;
		margin: 0 0 2rem;
	}

	.caseWrap .leftWrap .item .img img {
		width: 100%;
	}

	.caseWrap .rightWrap .arrow {
		margin: 3rem auto;
	}

	.caseWrap .pointWrap {
		margin: 6rem 0 0;
	}

	.pointWrap {
		padding: 3rem;
	}

	.pointWrap .absolute {
		width: 10rem;
		top: -2rem;
	}

	.pointWrap .absolute img {
		width: 100%;
	}

	.pointWrap p {
		font-size: 2.6rem;
	}

	.priceBox p {
		padding: 1.5rem 0;
		font-size: 2.8rem;
	}

	.priceBox p.price .small {
		font-size: 2.2rem;
	}

	.priceBox.small p {
		font-size: 2.8rem;
	}

	.priceBox.small p.price {
		font-size: 3.6rem;
	}

	.priceBox.small p.price .small {
		font-size: 2rem;
	}

	.cont02 {
		padding: 6rem 0 0;
	}

	.cont02 .lwrap2 {
		background-size: 24rem;
		padding: 4rem 0 6rem;
	}

	.cont02 .listWrap {
		padding: 3rem;
		margin: 0 0 6rem;
	}

	.cont02 .bottomTtl .fl-r {
		width: 48rem;
	}

	.cont02 .bottomTtl h3 {
		font-size: 4rem;
		margin: 0 0 4rem;
	}

	.cont02 .bottomTtl h3 .ttl-shape-red::before,
	.cont02 .bottomTtl h3 .ttl-shape-red::after {
		width: 2.5rem;
		height: 4.7rem;
		bottom: 0;
	}

	.cont02 .bottomTtl .ttl01 {
		font-size: 2.4rem;
	}

	.cont02 .bottomTtl .ttl01 i {
		width: 4.5rem;
		top: -.4rem;
	}

	.cont02 .bottomTtl .ttl01 .large {
		font-size: 2.8rem;
	}

	.cont02 .bottomTtl .ttl01 .large2 {
		font-size: 3.8rem;
	}

	.list-check li {
		font-size: 2.8rem;
		line-height: 1.5;
		background-size: 4.6rem;
		padding: 0rem 0 1rem 6rem;
		margin: 0 0 2rem;
	}

	.cont03 {
		padding: 9rem 0;
	}

	.cont03 .ttl01 {
		font-size: 3rem;
		margin: 0 0 6rem;
	}

	.cont03 .ttl01 .ttl-shape-red::before {
		left: -1rem;
	}

	.cont03 .ttl01 .ttl-shape-red::after {
		right: -1rem;
	}

	.cont03 .ttl01 .exclamation {
		font-size: 6rem;
	}

	.cont03 .ttl01 .large {
		font-size: 4rem;
	}

	.cont03 .ttl01 .large2 {
		font-size: 4.6rem;
	}

	.cont03 .lwrap > .flex.col-3 {
		flex-wrap: wrap;
	}

	.cont03 .lwrap > .flex.col-3 .reasonWrap {
		border: 0.6rem dotted #084292;
		width: 100%;
		padding: 3rem;
		margin-bottom: 5rem;
	}

	.cont03 .lwrap > .flex.col-3 .reasonWrap .cont .img img {
		width: 100%;
	}

	.cont03 .lwrap > .flex.col-3 .reasonWrap .cont p {
		font-size: 2.6rem;
	}

	.cont03 .lwrap > .flex.col-3 .reasonWrap:nth-child(2) .reason-ttl .c-red {
		font-size: 4rem;
	}

	.cont03 .lwrap > .flex.col-3 .reasonWrap:last-child {
		margin-bottom: 0;
	}

	.cont03 .lwrap > .flex.col-3 .reason-ttl {
		font-size: 3.2rem;
	}

	.cont03 .lwrap > .flex.col-3 .reason-ttl .small {
		font-size: 2.4rem;
	}

	.cont03 .lwrap > .flex.col-3 .reason-ttl .c-red {
		font-size: 4rem;
	}

	.cont03 .lwrap > .flex.col-3 .reason-icon p.c-orange {
		font-size: 6rem;
	}

	.reasonWrap > .bg-blue.round-60.c-white {
		font-size: 2.8rem;
	}

	.reasonWrap .reasonPrice {
		margin: 6rem 0 0;
		width: 86rem;
	}

	.reasonWrap .reasonPriceWrap-sp {
		overflow: scroll;
	}

	.reasonWrap .reasonPrice > .item:nth-child(1) {
		order: 1;
	}

	.reasonWrap .reasonPrice > .item:nth-child(2) {
		order: 3;
	}

	.reasonWrap .reasonPrice > .item:nth-child(3) {
		order: 4;
		margin-right: 0;
	}

	.reasonWrap .reasonPrice > .item:nth-child(4) {
		order: 2;
		margin-right: 1%;
	}

	.reasonWrap .reasonPrice .item p {
		font-size: 2.6rem;
	}

/*
	.reasonWrap .reasonPrice .item:last-child p {
		line-height: 1.35;
	}

	.reasonWrap .reasonPrice .item:last-child p.top {
		font-size: 2.6rem;
	}
*/

	.reasonWrap .iconWrap .item {
		width: 48%;
	}

	.reasonWrap .iconWrap .item:nth-child(n +5) {
		margin-bottom: 3rem;
	}

	.reasonWrap .iconWrap .item:nth-child(n +7) {
		margin-bottom: 0;
	}

	.reasonWrap .iconWrap .item p {
		font-size: 2.8rem;
	}

	.reasonWrap .iconWrap .item .img img {
		width: 20rem;
	}

	.reasonWrap .no3 .item {
		width: 48%;
		margin-bottom: 4%;
	}

	.reasonWrap .no3 .item:nth-child(n+3) {
		margin-bottom: 0;
	}

	.reasonWrap .no3 .item .img img {
		width: 100%;
	}

	.reasonWrap .no3 .item .txt h4 {
		font-size: 2.8rem;
	}

	.reasonWrap .no3 .item .txt p {
		font-size: 2.4rem;
	}

	.reason-icon {
		width: 12rem;
	}

	.reason-icon p {
		font-size: 1.6rem;
	}

	.reason-icon p.c-orange {
		font-size: 6rem;
		letter-spacing: -.02em;
	}

	.reasonTtlWrap {
		margin: 0 0 3rem;
	}

	.reasonTtlWrap .absolute {
		width: 8rem;
	}

	.reasonTtlWrap-bottom {
		font-size: 2.4rem;
	}

	.reason-ttl {
		font-size: 3.2rem;
		width: calc(100% - 12rem);
	}

	.reason-ttl .small {
		font-size: 2.4rem;
		display: block;
		padding: 0 9rem 0 2rem;
	}

	.reason-ttl .large {
		font-size: 4rem;
	}

	.cont04 {
		padding: 9rem 0;
	}

	.cont04 .topTxt {
		width: auto;
	}

	.cont04 .topTxt .bg-blue.round-60 {
		font-size: 2.8rem;
		padding: 1.5rem 0;
	}

	.cont04 .topTxt .flex {
		margin: 3rem 0 0;
	}

	.cont04 .topTxt .flex .ico {
		margin: 0 .5rem;
	}

	.cont04 .topTxt .flex p {
		width: 11rem;
		font-size: 2.4rem;
	}

	.cont04 .ttl01 {
		font-size: 3.2rem;
	}

	.cont04 .ttl01 i {
		width: 7rem;
		top: -.6rem;
	}

	.cont04 .ttl01 .large {
		font-size: 4.2rem;
	}

	.cont04 .ttl01 .large2 {
		font-size: 4.8rem;
	}

	.cont04 .tableWrap h3 {
		font-size: 3.2rem;
	}

	.cont04 .bottomTxt p {
		font-size: 2.2rem;
	}

	.cont05 {
		background: none;
		padding: 9rem 0;
	}

	.cont05 .ttl01 {
		font-size: 3.2rem;
	}

	.cont05 .ttl01 re i {
		width: 7rem;
	}

	.cont05 .ttl01 .large {
		font-size: 4.2rem;
	}

	.cont05 .ttl01 .large2 {
		font-size: 4.8rem;
	}

	.cont05 .ttl01 .border-dashed {
		margin: 1rem 1.5rem 0 1rem;
		padding: 0 1.5rem;
	}

	.cont05 .slide {
		width: 100%;
		margin-bottom: 3rem;
	}

	.cont05 .slide .item {
		padding: 3rem;
	}

	.cont05 .slide .item .flex {
		flex-wrap: wrap;
	}

	.cont05 .slide .item .img {
		width: 100%;
		margin-bottom: 3rem;
	}

	.cont05 .slide .item .img img {
		width: 100%;
	}

	.cont05 .slide .item .img .absolute {
		padding: 2rem 10rem 2rem 2rem;
		font-size: 2.6rem;
		bottom: 6rem;
	}

	.cont05 .slide .item .txt {
		width: 100%;
		padding: 0 3rem;
	}

	.cont05 .slide .item .txt h4 {
		font-size: 2.6rem;
	}

	.cont05 .slide .item .txt p {
		font-size: 2.4rem;
	}

	.cont05 .slide .slick-dots {
		bottom: -3rem;
	}

	.cont05 .slide .slick-dots li {
		width: 2rem;
		height: 2rem;
		margin: 0 .8rem;
	}

	.cont05 .slide .slick-dots li button {
		width: 2rem;
		height: 2rem;
	}

	.cont05 .slide .slick-dots li button:before {
		width: 2rem;
		height: 2rem;
		font-size: 2rem;
	}

	.cont05 .slide .slick-prev {
		width: 4.2rem;
		height: 13.7rem;
		left: -2.1rem;
	}

	.cont05 .slide .slick-next {
		width: 4.2rem;
		height: 13.7rem;
		right: -2.1rem;
	}

	.cont06 {
		padding: 9rem 0;
	}

	.cont06 h2 {
		font-size: 3.6rem;
	}

	.cont06 .spflex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.cont06 .spflex .stepWrap {
		width: 100%;
		margin-bottom: 6rem;
	}

	.cont06 .spflex .stepWrap:nth-child(n+8) {
		margin-bottom: 0;
	}

	.cont06 .spflex .arrow {
		display: none;
	}

	.stepWrap {
		flex-wrap: wrap;
		margin: 0;
	}

	.stepWrap .absolute {
		top: 3rem;
		width: 90%;
		font-size: 3.6rem;
		padding: 1.5rem 0 1.5rem 3rem;
		background: rgba(8, 66, 146, 0.7);
	}

	.stepWrap .absolute .icon {
		font-size: 3.8rem;
		margin-right: 2rem;
		text-align: center;
	}

	.stepWrap .absolute .icon .small {
		font-size: 2rem;
	}

	.stepWrap .absolute .ttl {
		line-height: 1.35;
	}

	.stepWrap .img {
		width: 100%;
	}

	.stepWrap .img img {
		width: 100%;
	}

	.stepWrap .txt {
		width: 100%;
		padding: 3rem;
	}

	.stepWrap .txt-ttl {
		font-size: 3.2rem;
	}

	.stepWrap .txt-cont {
		font-size: 2.8rem;
	}

	.table01 th {
		font-size: 2.6rem;
		padding: 1.5rem 0;
	}

	.table01 td {
		font-size: 2.6rem;
		padding: 1.5rem 0;
	}

	.cont07 .ttl01 {
		font-size: 2.8rem;
	}

	.cont07 .ttl01 i {
		width: 7rem;
		margin-right: .5rem;
	}

	.cont07 .ttl01 i.addico {
		width: 10rem;
		margin: 0;
	}

	.cont07 .ttl01 .large {
		font-size: 3.6rem;
	}

	.cont07 .ttl01 .large2 {
		font-size: 4.8rem;
	}

	.cont07 .ttl01 .ttl-shape-red {
		padding: 0;
	}

	.cont07 .table-bottom-txt {
		font-size: 2.4rem;
	}

	.cont08 .ttl01 {
		font-size: 3rem;
	}

	.cont08 .ttl01 .ttl-shape-red {
		padding: 0 5rem;
		margin-bottom: 1rem;
	}

	.cont08 .ttl01 .ttl-shape-red::before,
	.cont08 .ttl01 .ttl-shape-red::after {
		top: -.6rem;
	}

	.cont08 .ttl01 .large {
		font-size: 4rem;
	}

	.cont08 .ttl01 .large2 {
		font-size: 4.6rem;
	}

	.cont08 .arrowWrap {
		margin: 9rem 0;
	}

	.cont08 .arrowWrap .arrow img {
		width: 15rem;
	}

	.cont08 .arrowWrap .txt {
		font-size: 3.6rem;
		right: 0;
	}

	.cont08 .flex .item {
		width: 48%;
		margin-bottom: 4%;
		min-height: inherit;
	}

	.cont08 .flex .item:nth-child(n+4) {
		margin-bottom: 4%;
	}

	.cont08 .flex .item .number {
		width: 7rem;
	}

	.cont08 .flex .item .img {
		margin-bottom: 2rem;
	}

	.cont08 .flex .item .txt h3 {
		font-size: 2.6rem;
		margin-bottom: 2rem;
	}

	.cont08 .flex .item .txt p {
		font-size: 2.4rem;
		text-align: left;
	}

	.cont08 .flex .item:nth-child(1) .img img {
		width: 10.8rem;
	}

	.cont08 .flex .item:nth-child(2) .img img {
		width: 7.4rem;
	}

	.cont08 .flex .item:nth-child(3) .img img {
		width: 10.8rem;
	}

	.cont08 .flex .item:nth-child(4) .img img {
		width: 7.9rem;
	}

	.cont08 .flex .item:nth-child(5) .img img {
		width: 5.7rem;
	}

	.cont08 .flex .item:nth-child(6) .img img {
		width: 9.3rem;
	}
}

/*# sourceMappingURL=style.css.map */


/* 追記2204 */
/* メインビジュアル */
/* -------------------------------------------------- */
.header {
  padding: 2rem 0;
}

.header-tel .icon {
	padding: 15px;
	margin-right: 10px;
	background: #f18e00;
	color: #FFF;
	border-radius: 100%;
	text-align: center;
}

.header-tel .number {
	color: #f18e00;
}

.mainvisual .bottomWrap::before {
	content: "";
	background: url("../img/img01.png") no-repeat center;
	background-size: contain;
	height: 42.3rem;
}

.mainvisual h2 {
	font-size: 4.8rem;
	margin: 0 0 4rem;
	text-align: center;
}

.mainvisual h2 .small {
	font-size: 2.7rem;
}

.mainvisual h2 .letter {
	letter-spacing: -.3em;
	margin-left: -.3em;
}

.mainvisual h2 .letter2 {
	letter-spacing: -.4em;
	margin-left: -.1em;
}

.mainvisual h2 .large {
	font-size: 6.4rem;
}

.mainvisual .bottomWrap h3 {
	font-size: 2.7rem;
}

.mainvisual .iconWrap .item:last-child p {
	font-size: 1.8rem;
}

/* コンバージョン */
/* -------------------------------------------------- */
.header-right{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-tel {
	margin-right: 20px;
}

.header .btn-line a {
	width: auto;
	padding: 10px 20px;
}

.btn-line a {
	height: 80px;
	width: auto;
	padding: 10px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.btn-line-logo img {
	height: 60px;
	width: auto;
	max-width: none;
}

.btn-line .txt .border {
	font-size: 2rem;
}

.btn-contact a {
	margin-right: 20px;
}

.btn-contact a {
	height: 80px;
	padding: 10px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background: #10a0f3;
	border-radius: 1.5rem;
	box-shadow: 6px 6px 0px 0px #0d88d0;
	transition: .3s;
	color: #FFF;
}

.btn-contact a:hover {
	transform: translateY(6px) translatex(6px);
	box-shadow: 0px 0px 0px 0px #0d88d0;
	opacity: 1;
}

.btn-contact .txt {
	text-align: center;
}

.sub-txt {
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 5px;
	font-size: 1.4rem;
	background: #FFF;
	color: #10a0f3;
	text-align: center;
	border-radius: 50px;
}

.main-txt {
	font-size: 2rem;
	font-weight: bold;
}

.btn-contact-logo {
	margin-right: 10px;
}

.btn-contact-logo img {
	height: 30px;
	width: auto;
	max-width: none;
}

.induction .lwrap .inner {
	width: 100%;
}

.induction-tel a {
	height: 80px;
	width: auto;
	padding: 10px 20px;
}

.header-tel .freedial::before {
	content: "";
	width: 46px;
	height: 30px;
	margin-right: 10px;
	background: url(../img/ico-tel-color.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.header-tel .freedial span{
	display: inline-block;
	vertical-align: middle;
}

.induction-tel .icon img {
	height: 30px;
	width: auto;
	max-width: none;
}

/* 選ばれる理由 */
/* -------------------------------------------------- */
.cont03 {
	padding-top: 30px;
}

.reasonTtlWrap {
	display: flex;
	align-items: flex-end;
}

.reasonWrap .reasonPrice .item {
	width: 32%!important;
}

.reason-ttl {
	width: calc(100% - 140px);
}

.reason-icon {
	padding-right: 10px;
}

.reason-icon p {
	font-size: 1.8rem;
}

.reason-icon p.c-orange {
	letter-spacing: 0;
}

.reason-ttl .small-tit {
	font-size: 3.2rem;
}

.sub-tit {
	padding: 10px 0 10px;
	font-size: 2.4rem;
	color: #084292;
}

.reasonTtlWrap-bottom {
	margin: 0 0 3rem;
}

#staff-voice {
	margin-top: 30px;
	padding: 30px;
	border: 2px #CCC solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#staff-img {
	width: 20%;
	margin-right: 20px;
}

#staff-img img{
	width: 100%;
	height: auto;
}

#staff-txt {
	width: 80%;
}

#staff-voice h4 {
	padding-bottom: 10px;
	font-size: 2rem;
	color: #084292;
}

#staff-voice p {
	line-height: 1.4;
}
#staff-voice .staffname {
	display: block;
	padding-top: 20px;
	text-align: right;
}

.reasonWrap .reasonPrice .item:nth-child(2) {
	width: calc(100% - 66%);
	margin-right: 0;
}

.reasonWrap .reasonPrice .item:nth-child(2) p {
	border-bottom: 0.4rem solid #d94646;
	border-left: 0.4rem solid #d94646;
	border-right: 0.4rem solid #d94646;
	color: #d94646;
	font-size: 4rem;
	background-color: transparent;
}

.reasonWrap .reasonPrice .item:nth-child(2) p.top {
	font-size: 2.3rem;
	height: 7.6rem;
	background-color: #d94646;
	color: #ffffff;
}

.reasonWrap .reasonPrice .item:nth-child(2) p:last-child {
	height: 13.6rem;
	font-size: 3.8rem;
	line-height: 1.3;
}


.reasonWrap .reasonPrice .item:nth-child(2)  p.top {
	font-size: 1.6rem;
	height: 4.6rem;
}

.reasonWrap .reasonPrice .item:nth-child(2)  p {
	font-size: 1.6rem;
}

.reasonWrap .reasonPrice .item:nth-child(2)  p:last-child {
	height: 7rem;
	font-size: 1.6rem;
}	
/* ケース */
/* -------------------------------------------------- */
.ttl01 .large {
	font-size: 4rem;
}

.cont02 {
	padding-bottom: 100px;
}

.cont02 .bottomTtl .fl-r {
	width: 80rem;
}

.cont08 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2%;
}

/* 料金*/
/* -------------------------------------------------- */
.topTxt {
	margin: 0 auto;
}

/* エリア */
/* -------------------------------------------------- */
.cont06 .lwrap {
	padding-bottom: 100px;
}

#area {
	padding-bottom: 100px;
}

#areaWrap {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px;
	border: 1px #CCC solid;
}

.serviceAreaPrefecture {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.7rem;
	font-weight: bolder;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #333;
}

.serviceAreaItem {
	display: inline-block;
	letter-spacing: 0;
	padding: 0 30px 10px 0;
}

#area-tit {
	font-size: 2.8rem;
	text-align: center;
	margin: 0 0 30px;
	color: #084292;
}

.areaOtherTxt {
	padding-top: 10px;
	font-size: 1.2rem;
	color: #666;
}

#company-tit{
	font-size: 2.8rem;
	text-align: center;
	margin: 0 0 30px;
	color: #084292;
}

/* 運営者情報 */
/* -------------------------------------------------- */
#companyTable {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
}

.companyTopic {
	text-align: right;
	vertical-align: middle;
	padding: 15px 0;
	border-bottom: 1px #CCC solid;
}

.companyDetail {
	vertical-align: middle;
	padding: 15px 0 15px 30px;
	border-bottom: 1px #CCC solid;
}

.tab {
	display: none;
}

@media screen and (max-width: 1180px){
	.header-logo {
	  width: auto;
	}
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.tab {
  		display: block !important;
	}
	
	.header-logo {
		width: 20%!important;
	}
	
	.header-logo img {
		width: 100%;
		height: auto;
	}
	
	.main-txt {
		font-size: 1.6rem;
	}
	
	.induction .btn-line a {
		height: 130px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	.induction .btn-line-logo {
		margin: 0;
	}
	
	.induction .btn-contact a {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		height: 130px;
	}
	
	.induction .btn-contact-logo {
		margin: 0 0 10px 0;
	}
	
	.induction .induction-tel a {
		height: 130px;
	}
}

@media screen and (max-width: 750px) {
	.header-right {
		display: none;
	}
	
	.header-logo {
		width: 20%!important;
	}
	
	.header-logo img {
		width: 100%;
		height: auto;
	}
	
	.mainvisual .bottomWrap::before {
	  content: "";
	  background: url("../img/img01.png") no-repeat center;
		background-size: auto;
	  background-size: contain;
	  height: 35.7rem;
	}
	
	.mainvisual .bottomWrap h3 {
		padding: 1.2rem 50px 1.2rem 1.5rem;
	}
	
	.induction .lwrap .inner > .flex {
	  flex-wrap: wrap;
		flex-direction: column;
	}
	
	.btn-contact {
		  margin: 0 0 3rem 0;
	}
	
	.induction-tel a {
		height: 90px;
	}
	
	.induction-tel a .number p {
	  font-size: 4rem;
	}
	
	.induction-tel a .number p.small {
		font-size: 1.6rem;
	}
	
	.induction a {
		width: 100%!important;
		max-width: 100%;
	}
	
	.btn-contact a {
		height: 90px;
	}
	
	.btn-line a{
		height: 90px;
	}
	
	.main-txt {
		font-size: 3.4rem;
	}
	
	.btn-line .txt .border {
		font-size: 3.4rem;
	}
	
	.cont03 .ttl01 .large {
		font-size: 2.8rem;
	}
	
	#staff-voice {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	#staff-txt h4 {
		font-size: 3rem;
	}
	
	#staff-txt p {
		font-size: 2rem;
	}
	
	#staff-img {
		width: 50%;
		margin: 0 0 20px 0;
	}
	
	#staff-txt {
		width: 100%;
	}
	
	.cont02 .bottomTtl .fl-r {
	  width: 52rem;
	}
	
	#area-tit {
		font-size: 4rem;
	}
	
	.serviceAreaPrefecture {
		font-size: 3rem;
	}
	
	.serviceAreaItem {
		font-size: 2rem;
	}
	
	#company-tit {
		font-size: 4rem;
	}
	
	.companyTopic {
		font-size: 2rem;
	}
	
	.companyDetail {
		font-size: 2rem;
	}
	
	.induction-tel a .icon {
		width: auto;
	}
	
	.btn-line-logo {
		width: auto;
	}
	
	.reasonWrap .reasonPrice .item:nth-child(2) p {
		font-size: 2.4rem;
	}
	
	.reason-ttl {
		width: auto;
	}
}











