@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.comContactBox {
	margin-top: 0;
}
/* mainVisual */
.mainVisual {
	margin-bottom: 14rem;
}
.mainVisual .imgBox {
	padding-bottom: 12rem;
	position: relative;
}
.mainVisual .photoBox {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 53.1%;
}
.mainVisual .photoBox img {
	width: 100%;
}
.mainVisual .textBox {
	padding-top: 1px;
	width: 62.5%;
	height: 86rem;
}
.mainVisual .textBox .sub {
	margin-top: 10rem;
	padding-bottom: 7.5rem;
	height: inherit;
	display: flex;
	align-items: center;
	background: url(../img/index/main_bg.png) no-repeat left -12rem top / 100% auto;
}
.mainVisual .textBox .imgtext {
	margin: 0 auto 0 calc(50% - 44.2rem);
	max-width: 64.4rem;
	width: 54%;
}
.mainVisual .image {
	width: 35.5rem;
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media all and (min-width: 1921px) {
	.mainVisual .textBox {
		height: 46vw;
	}
}
@media all and (min-width: 897px) and (max-width: 1730px) {
	.mainVisual .imgBox {
		padding-bottom: 2rem;
	}
	.mainVisual .textBox .sub {
		padding-bottom: 18rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1600px) {
	.mainVisual .textBox .imgtext {
		margin: -5vw auto 0 12%;
		width: 48%;
	}
}
@media all and (min-width: 897px) and (max-width: 1350px) {
	.mainVisual .textBox .imgtext {
		margin-top: -15rem;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 5rem;
		padding-top: 9rem;
	}
	.mainVisual .imgBox {
		padding-bottom: 0;
	}
	.mainVisual .photoBox {
		margin: 0 auto;
		position: static;
		width: auto;
	}
	.mainVisual .photoBox img {
		width: 100%;
	}
	.mainVisual .textBox {
		margin-bottom: 2rem;
		padding-top: 0;
		width: auto;
		height: 28rem;
	}
	.mainVisual .textBox .sub {
		margin-top: 0;
		padding-bottom: 0;
		background-position: center top;
		background-size: 37.5rem auto;
	}
	.mainVisual .textBox .imgtext {
		margin: 0 auto;
		max-width: 100%;
		width: 29rem;
	}
}
/* topBox */
#main .topBox {
	padding-bottom: 9.2rem;
	background: url(../img/index/bg01.png) no-repeat right 14rem top / 20rem;
}
#main .topBox .title {
	margin-bottom: 3rem;
	text-align: center;
	font-weight: 900;
	font-size: 4rem;
	line-height: 1.75;
}
#main .topBox .title span {
	color: #EE813B;
}
#main .topBox .text {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
}
@media all and (max-width: 896px) {
	#main .topBox {
		padding-bottom: 5rem;
		background-position: right 2rem top;
		background-size: 8rem;
	}
	#main .topBox .title {
		margin-bottom: 3rem;
		font-size: 1.9rem;
	}
	#main .topBox .text {
		font-size: 1.6rem;
	}
}
/* reason */
#main .reason {
	padding: 12rem 0 33.9rem;
	position: relative;
	background: url(../img/index/reason_bg01.png) no-repeat left -45rem top 23.5rem / 78.3rem,url(../img/index/reason_bg02.png) no-repeat right bottom 69rem / 44rem;
}
#main .reason::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 54rem;
	background: url(../img/index/reason_bg03.png) no-repeat left bottom / 100% 100%;
	pointer-events: none;
}
#main .reason .bgImage {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	width: 20rem;
}
#main .reason .lCircle {
	bottom: 71rem;
	left: 6rem;
}
#main .reason .rCircle {
	top: 81rem;
	right: 14rem;
}
#main .reason .text {
	margin-bottom: 7.1rem;
	text-align: center;
	line-height: 2.22;
	font-size: 1.8rem;
}
#main .reason .comBtn {
	margin-bottom: 11.5rem;
}
#main .reason .innerBox {
	margin-bottom: 11.2rem;
	position: relative;
	z-index: 2;
}
#main .reason .innerBox h3 {
	margin: 0 auto 5rem;
	width: fit-content;
	position: relative;
	text-align: center;
}
#main .reason .innerBox h3 img {
	position: absolute;
	top: -9.5rem;
	left: 3.8rem;
	width: 17.6rem;
	z-index: 1;
}
#main .reason .innerBox h3 .jp {
	display: block;
	font-weight: 700;
	font-size: 2.4rem;
	color: #EE813B;
	letter-spacing: 0.1em;
}
#main .reason .innerBox h3 .en {
	padding: 0 1.7rem 1rem;
	margin: 0 auto 3.5rem;
	display: block;
	width: fit-content;
	color: #EE813B;
	font-size: 12rem;
	line-height: 0.81;
	border-bottom: 0.6rem dotted #FEE01A;
}
#main .reason .innerBox h3 .info {
	font-weight: 900;
	font-size: 4rem;
}
#main .reason .innerBox .reasonUl {
	margin-bottom: 3rem;
}
#main .reason .innerBox .reasonUl li {
	width: 48.3%;
	background-color: #EEEEEE;
	border-radius: 2rem;
	overflow: hidden;
}
#main .reason .innerBox .reasonUl .title {
	padding: 1.3rem 1rem 1.7rem;
	text-align: center;
	color: #fff;
	background-color: #959595;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.66;
}
#main .reason .innerBox .reasonUl .sub {
	padding: 2rem 3rem 2.5rem;
}
#main .reason .innerBox .reasonUl .image {
	margin-bottom: 2rem;
}
#main .reason .innerBox .reasonUl .subText {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
}
#main .reason .innerBox .reasonUl .subText span {
	color: #EE813B;
}
#main .reason .innerBox .reasonUl .li01 {
	background-color: #FEF2EB;
}
#main .reason .innerBox .reasonUl .li01 .title {
	background-color: #EE813B;
}
#main .reason .innerBox .reasonUl .li01 .image {
	margin-bottom: 1.7rem;
}
#main .reason .innerBox .reasonUl .li01 .subText {
	font-size: 2.4rem;
}
#main .reason .innerBox .text {
	margin-bottom: 0;
	text-align: left;
	font-size: 1.6rem;
	line-height: 2.25;
}
#main .reason .innerBox .photo {
	margin-bottom: 5rem;
}
@media all and (min-width: 897px) and (max-width: 1500px) {
	#main .reason {
		background-size: 71.3rem ,29rem;
		background-position: left -45rem top 14.5rem,right bottom 95rem;
	}
}
@media all and (max-width: 896px) {
	#main .reason {
		padding: 5rem 0 10rem;
		background-size: 30rem auto,15rem auto;
		background-position: left -10rem top 20rem,right bottom 52rem;
	}
	#main .reason::after {
		height: 10rem;
	}
	#main .reason .bgImage {
		width: 8rem;
	}
	#main .reason .lCircle {
		bottom: 20rem;
		left: 0;
	}
	#main .reason .rCircle {
		top: 15rem;
		right: 0;
	}
	#main .reason .text {
		margin-bottom: 4rem;
		text-align: justify;
		line-height: 1.75;
		font-size: 1.4rem;
	}
	#main .reason .comBtn {
		margin-bottom: 5rem;
	}
	#main .reason .innerBox {
		margin-bottom: 5rem;
	}
	#main .reason .innerBox h3 img {
		top: 0;
		left: 0;
		width: 7rem;
	}
	#main .reason .innerBox h3 .jp {
		font-size: 1.6rem;
	}
	#main .reason .innerBox h3 .en {
		font-size: 5.5rem;
		border-bottom-width: 0.4rem;
	}
	#main .reason .innerBox h3 .info {
		font-size: 2rem;
	}
	#main .reason .innerBox .reasonUl {
		margin-bottom: 3rem;
		display: block;
	}
	#main .reason .innerBox .reasonUl li {
		margin-bottom: 2rem;
		width: auto;
	}
	#main .reason .innerBox .reasonUl li:last-child {
		margin-bottom: 0;
	}
	#main .reason .innerBox .reasonUl .title {
		font-size: 1.8rem;
	}
	#main .reason .innerBox .reasonUl .sub {
		padding: 2rem 1.5rem 2.5rem;
	}
	#main .reason .innerBox .reasonUl .image {
		margin: 0 auto 2rem;
		max-width: 30rem;
	}
	#main .reason .innerBox .reasonUl .subText {
		font-size: 1.6rem !important;
	}
	#main .reason .innerBox .text {
		text-align: justify;
		font-size: 1.4rem;
		line-height: 1.75;
	}
	#main .reason .innerBox .photo {
		margin: 0 -1.5rem 3rem;
	}
	#main .reason .innerBox .photo img {
		width: 100%;
	}
}
/* compare */
#main .compare {
	padding: 1px 0 12rem;
	position: relative;
	background-color: #FEF2EB;
}
#main .compare .lCircle,
#main .compare .rCircle {
	position: absolute;
	width: 20rem;
	z-index: 2;
}
#main .compare .lCircle {
	left: 4rem;
	bottom: 17rem;
}
#main .compare .rCircle {
	top: 9rem;
	right: 12rem;
}
#main .compare .content {
	margin-top: -10rem;
	position: relative;
	z-index: 2;
}
#main .compare .image {
	position: absolute;
	top: -19.2rem;
	right: 0.3rem;
	width: 30.7rem;
	z-index: 1;
}
#main .compare .circle {
	width: 20rem;
	position: absolute;
	top: -24rem;
	left: 10rem;
	z-index: 1;
}
#main .compare .text {
	margin-bottom: 5.2rem;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.22;
}
#main .compare .tableBox {
	margin-bottom: 8rem;
}
#main .compare table {
	position: relative;
	width: 100%;
	border-collapse: collapse;
}
#main .compare table::after {
	width: 29.6rem;
	position: absolute;
	top: -2px;
	bottom: -2px;
	content: "";
	z-index: 2;
	left: 29.7rem;
	border: 0.4rem solid #EE813B;
	pointer-events: none;
}
#main .compare table th,
#main .compare table td {
	padding: 2.5rem 2.9rem;
	width: 25%;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	border: 1px solid #C8C8C8;
	vertical-align: middle;
	word-break: break-all;
}
#main .compare table thead th {
	border: 0;
}
#main .compare table thead td {
	color: #fff;
	font-size: 2rem;
	background-color: #959595;
}
#main .compare table tbody th,
#main .compare table tbody td {
	padding: 2.6rem 2.9rem;
	background-color: #fff;
}
#main .compare table tbody tr:nth-child(2n) th,
#main .compare table tbody tr:nth-child(2n) td {
	background-color: #F5F5F5;
}
#main .compare table tbody th {
	text-align: left;
}
#main .compare table tbody td {
	text-align: right;
}
#main .compare table thead td:first-of-type {
	background-color: #EE813B;
}
#main .compare table thead td img {
	width: 17.7rem;
}
#main .compare table tbody td:first-of-type {
	color: #EE813B;
}
#main .compare table .tr01 td {
	font-size: 2.8rem;
}
#main .compare table .tr01 th,
#main .compare table .tr01 td {
	padding: 1.8rem 2.9rem;
}
@media all and (max-width: 896px) {
	#main .compare {
		padding-bottom: 8rem;
	}
	#main .compare .lCircle,
	#main .compare .rCircle {
		width: 8rem;
	}
	#main .compare .lCircle {
		left: 0;
		bottom: 17rem;
	}
	#main .compare .rCircle {
		top: 9rem;
		right: 0;
	}
	#main .compare .content {
		margin-top: 0;
	}
	#main .compare .image {
		top: -9rem;
		width: 12rem;
	}
	#main .compare .circle {
		width: 6rem;
		top: -6rem;
		left: 0;
	}
	#main .compare .text {
		margin-bottom: 5.2rem;
		font-size: 1.6rem;
	}
	#main .compare .sub {
		padding-right: 2rem;
		margin: 0 -2rem 5rem 0;
		overflow: auto;
	}
	#main .compare .tableBox {
		margin: 0 auto 1rem;
		width: 70rem;
	}
	#main .compare table::after {
		width: 17rem;
		top: -2px;
		bottom: -2px;
		left: 17.3rem;
	}
	#main .compare table th,
	#main .compare table td {
		padding: 1.4rem !important;
		font-size: 1.4rem;
	}
	#main .compare table thead th {
		border: 0;
	}
	#main .compare table thead td {
		font-size: 1.6rem;
	}
	#main .compare table thead td img {
		width: 14rem;
		vertical-align: -0.3rem;
	}
	#main .compare table .tr01 td {
		font-size: 2.4rem;
	}
}
/* cheap */
#main .cheap {
	padding: 10rem 0 12rem;
	background: url(../img/index/cheap_bg.jpg) no-repeat left bottom / cover;
}
#main .cheap .hTitle {
	margin-bottom: 3.5rem;
	text-align: center;
	color: #fff;
	font-size: 4.8rem;
	font-weight: 900;
	line-height: 1.75;
}
#main .cheap .hTitle img {
	margin-right: 1rem;
	display: inline-block;
	width: 30rem;
	vertical-align: -0.5rem;
}
#main .cheap .text {
	margin-bottom: 5.1rem;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	line-height: 2.22;
}
#main .cheap .cheapUl {
	margin-top: -2rem;
}
#main .cheap .cheapUl li {
	padding: 0 3rem 3.3rem;
	margin: 2rem 2.45% 0 0;
	width: 31.7%;
	background-color: #fff;
	border-radius: 2rem;
	overflow: hidden;
}
#main .cheap .cheapUl li:nth-child(3n) {
	margin-right: 0;
}
#main .cheap .cheapUl h3 {
	padding-bottom: 0.4rem;
	margin: 0 auto 2rem;
	width: 20rem;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	background-color: #0A9FE6;
	border-radius: 0 0 1rem 1rem;
}
#main .cheap .cheapUl .title {
	margin-bottom: 2.5rem;
	text-align: center;
	color: #0A9FE6;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.75;
}
#main .cheap .cheapUl .photo {
	margin: 0 auto 2rem;
	width: 24rem;
	border-radius: 50%;
	overflow: hidden;
}
#main .cheap .cheapUl .info {
	line-height: 2;
}
@media all and (max-width: 896px) {
	#main .cheap {
		padding: 5rem 0;
	}
	#main .cheap .hTitle {
		margin-bottom: 3.5rem;
		font-size: 2.5rem;
	}
	#main .cheap .hTitle img {
		margin-right: 0;
		width: 17rem;
		vertical-align: 0;
	}
	#main .cheap .text {
		text-align: justify;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#main .cheap .cheapUl {
		margin-top: 0;
		display: block;
	}
	#main .cheap .cheapUl li {
		padding: 0 3rem 3.3rem;
		margin: 0 0 2rem;
		width: auto;
	}
	#main .cheap .cheapUl li:last-child {
		margin-bottom: 0;
	}
	#main .cheap .cheapUl h3 {
		width: 20rem;
		font-size: 2rem;
	}
	#main .cheap .cheapUl .title {
		font-size: 2rem;
	}
}