@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.quick {
	font-weight: 700;
	font-family: "Quicksand", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 120rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: 100%;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 16.3rem;
	padding-top: 13rem;
	position: relative;
	z-index: 1;
}
.pageTitle .textBox {
	position: absolute;
	z-index: 1;
	height: 60rem;
	top: 12rem;
	left: -4rem;
	width: calc(50%);
	display: flex;
	align-items: center;
	background: url(../img/common/page_img01.png) no-repeat left top / 100% auto;
}
.pageTitle .headLine01 {
	margin: 0 0 12.5rem auto;
	width: calc(50% + 24rem);
}
.pageTitle .photoBox {
	margin-left: auto;
	position: relative;
	z-index: 2;
	width: calc(50% + 18rem);
	border-radius: 25rem 0 0 25rem;
	overflow: hidden;
}
.pageTitle .photoBox img {
	width: 100%;
}
@media all and (min-width: 897px) and (max-width: 1580px) {
	.pageTitle .headLine01 {
		margin-bottom: 20rem;
	}
}
@media all and (min-width: 1900px) {
	.pageTitle .textBox {
		height: 32vw;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 5rem;
		padding-top: 10rem;
	}
	.pageTitle .textBox {
		margin: 0 2rem 2rem;
		position: static;
		height: auto;
		width: auto;
		display: block;
		background: none;
	}
	.pageTitle .headLine01 {
		margin: 0;
		width: auto;
	}
	.pageTitle .photoBox {
		width: auto;
		border-radius: 0;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 .jp {
	margin-bottom: 1.1rem;
	display: block;
	font-size: 4.8rem;
	font-weight: 900;
	line-height: 1.75;
}
.headLine01 .en {
	font-size: 2.4rem;
	color: #EE813B;
}
@media all and (max-width: 896px) {
	.headLine01 .jp {
		margin-bottom: 0;
		font-size: 3.5rem;
	}
	.headLine01 .en {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 5.8rem;
	padding-bottom: 1.9rem;
	position: relative;
	text-align: center;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.75;
}
.headLine02::after {
	position: absolute;
	bottom: 0;
	width: 10rem;
	height: 0.4rem;
	content: "";
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 0.4rem dotted #EE813B;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 4rem;
		padding-bottom: 1rem;
		font-size: 2.8rem;
	}
	.headLine02::after {
		border-bottom-width: 0.2rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 5rem;
	padding-left: 3rem;
	position: relative;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.43;
}
.headLine03::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1rem;
	height: 6rem;
	background-color: #EE813B;
	border-radius: 0.5rem;
	content: "";
	z-index: 1;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 3rem;
		padding-left: 2rem;
		font-size: 2rem;
	}
	.headLine03::after {
		width: 0.5rem;
		height: 4rem;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 3.6rem;
	text-align: center;
	font-size: 4.8rem;
	font-weight: 900;
}
.headLine04 .tag {
	padding: 0.4rem 3.1rem 0.6rem;
	margin: 0 auto 2rem;
	position: relative;
	display: block;
	width: fit-content;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1.75;
	background-color: #EE813B;
	border-radius: 3.8rem;
}
.headLine04 .tag::after {
	width: 2rem;
	height: 1.7rem;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	z-index: 1;
	background: url(../img/common/icon10.png) no-repeat left top / 100%;
}
.headLine04 .color {
	color: #EE813B;
}
@media all and (max-width: 896px) {
	.headLine04 {
		font-size: 2.5rem;
	}
	.headLine04 .tag {
		padding: 0.2rem 2rem;
		font-size: 1.4rem;
	}
	.headLine04 .tag::after {
		width: 1rem;
		height: 1.2rem;
	}
}
/*------------------------------------------------------------
	fixedBox
------------------------------------------------------------*/
.fixedBox {
	padding: 2rem 2rem 1.9rem;
	width: 100%;
	position: fixed;
	z-index: 10;
	background-color: #2F4858;
	bottom: 0;
	left: 0;
}
.fixedBox .content {
	align-items: center;
}
.fixedBox .lBox {
	color: #fff;
}
.fixedBox .lBox p {
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.fixedBox .lBox img {
	width: 8rem;
}
.fixedBox .lBox .text {
	margin: 0 2.8rem 0 2rem;
	display: inline-block;
}
.fixedBox .lBox a {
	padding-left: 3.3rem;
	color: #fff;
	font-size: 3.8rem;
	background: url(../img/common/icon05.png)no-repeat left top calc(50% + 0.2rem) / 2.6rem;
}
.fixedBox .linkUl {
	flex: 1;
	justify-content: right;
}
.fixedBox .linkUl li {
	margin-left: 2rem;
	width: 25rem;
}
.fixedBox .linkUl a {
	padding: 1.2rem 0.5rem;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	display: block;
	background-color: #33B458;
	border-radius: 3rem;
}
.fixedBox .linkUl span {
	padding: 0.5rem 0 0.5rem 4rem;
	display: inline-block;
	background: url(../img/common/icon06.png) no-repeat left center / 3.2rem;
}
.fixedBox .linkUl .li01 a {
	background-color: #0A9FE6;
}
.fixedBox .linkUl .li01 span {
	padding-left: 3.7rem;
	background-image: url(../img/common/icon07.png);
	background-size: 2.8rem auto;
}
.fixedBox .linkUl a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1220px) {
	.fixedBox .lBox img {
		width: 5vw;
	}
	.fixedBox .lBox p {
		font-size: 1.2vw;
	}
	.fixedBox .lBox a {
		font-size: 2.5rem;
	}
	.fixedBox .linkUl li {
		width: 19rem;
	}
	.fixedBox .linkUl a {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 896px) {
	.fixedBox {
		padding: 2.25rem 0 2rem;
	}
	.fixedBox .content {
		display: block;
	}
	.fixedBox .lBox {
		margin-bottom: 2rem;
	}
	.fixedBox .lBox p {
		font-size: 1.4rem;
		display: block;
		position: relative;
		text-align: center;
	}
	.fixedBox .lBox img {
		width: 4rem;
		position: absolute;
		z-index: 1;
		top: -1rem;
		left: calc(50% - 14rem);
	}
	.fixedBox .lBox .text {
		margin: 0;
		display: block;
	}
	.fixedBox .lBox a {
		font-size: 2.5rem;
	}
	.fixedBox .linkUl {
		gap: 1rem;
		justify-content: center;
	}
	.fixedBox .linkUl li {
		margin: 0;
		width: 15rem;
	}
	.fixedBox .linkUl a {
		padding: 0.5rem;
		font-size: 1.2rem;
		border-radius: 3rem;
	}
	.fixedBox .linkUl span {
		padding-left: 2.5rem;
		background-size: 2rem auto;
	}
	.fixedBox .linkUl .li01 a {
		background-color: #0A9FE6;
	}
	.fixedBox .linkUl .li01 span {
		padding-left: 2.5rem;
		background-size: 2rem auto;
	}
}
/*------------------------------------------------------------
	cocomContactBoxmmon
------------------------------------------------------------*/
.comContactBox {
	margin-top: 12rem;
	padding: 8.7rem 0 12rem;
	background-color: #EE813B;
}
.comContactBox .content {
	position: relative;
}
.comContactBox .lImage,
.comContactBox .rImage {
	position: absolute;
	top: 5rem;
	left: -1rem;
	z-index: 1;
	width: 25rem;
	pointer-events: none;
}
.comContactBox .rImage {
	top: -0.5rem;
	left: auto;
	right: -6rem;
}
.comContactBox h3 {
	margin-bottom: 5.3rem;
	position: relative;
	text-align: center;
}
.comContactBox h3::after {
	width: 12.1rem;
	height: 12.1rem;
	position: absolute;
	top: 1.2rem;
	left: 14rem;
	content: "";
	z-index: 1;
	background: url(../img/common/contact_imgtext01.png) no-repeat left top / 100%;
}
.comContactBox h3 .en {
	display: block;
	font-size: 12rem;
	color: rgba(255, 255, 255, 0.2);
	line-height: 1;
}
.comContactBox h3 .jp {
	margin-top: -4.8rem;
	display: block;
	color: #fff;
	font-weight: 900;
	font-size: 3.6rem;
}
.comContactBox .text {
	margin-bottom: 3.1rem;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
}
.comContactBox .telBox {
	position: relative;
}
.comContactBox .telBox .image {
	position: absolute;
	z-index: 1;
	content: "";
	width: 21.4rem;
	bottom: -8rem;
	right: 10.5rem;
}
.comContactBox .tel {
	margin: 0 auto;
	width: fit-content;
	line-height: 1.4;
}
.comContactBox .tel a {
	padding-left: 5.7rem;
	color: #fff;
	font-size: 7.2rem;
	background: url(../img/common/icon04.png) no-repeat left top calc(50% + 0.3rem) / 4.7rem;
}
.comContactBox .time {
	text-align: center;
	color: #fff;
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	.comContactBox .rImage {
		right: 0;
	}
}
@media all and (max-width: 896px) {
	.comContactBox {
		margin-top: 5rem;
		padding: 7rem 0;
	}
	.comContactBox .lImage,
	.comContactBox .rImage {
		top: -2rem;
		left: 0;
		width: 10rem;
	}
	.comContactBox .rImage {
		top: 6rem;
		left: auto;
		right: 0;
	}
	.comContactBox h3 {
		margin-bottom: 3rem;
	}
	.comContactBox h3::after {
		width: 5rem;
		height: 5rem;
		top: -4rem;
		left: calc(50% - 17rem);
	}
	.comContactBox h3 .en {
		font-size: 6rem;
	}
	.comContactBox h3 .jp {
		margin-top: -2rem;
		font-size: 2rem;
	}
	.comContactBox .text {
		font-size: 1.4rem;
	}
	.comContactBox .telBox .image {
		width: 10rem;
		bottom: -8rem;
		right: auto;
		left: calc(50% + 8.5rem);
	}
	.comContactBox .tel a {
		padding-left: 5rem;
		font-size: 4rem;
		background-size: 4rem auto;
	}
}
/*------------------------------------------------------------
	comReduce
------------------------------------------------------------*/
.comReduce {
	padding: 12rem 0;
	position: relative;
	background-color: #0A9FE6;
}
.comReduce::after {
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 5.5rem;
	content: "";
	z-index: 1;
	background: url(../img/common/com_reduce_bg.png) repeat-x left top / auto 5.5rem;
	pointer-events: none;
}
.comReduce .content {
	position: relative;
}
.comReduce .lImage,
.comReduce .rImage {
	width: 30.8rem;
	z-index: 1;
	position: absolute;
	pointer-events: none;
	top: -5rem;
	left: -8rem;
}
.comReduce .rImage {
	left: auto;
	right: 1rem;
	top: 2rem;
}
.comReduce .title {
	margin-bottom: 6rem;
	text-align: center;
	font-size: 4rem;
	font-weight: 900;
	color: #fff;
}
.comReduce .title span {
	font-size: 6rem;
	color: #FEE01A;
}
.comReduce .title .num {
	margin: 0 1rem;
	color: #fff;
	display: inline-block;
}
.comReduce .brandUl {
	margin-bottom: 6.2rem;
	padding: 3rem 0;
	gap: 5rem;
	background-color: #fff;
	border-radius: 5.5rem;
}
.comReduce .brandUl img {
	height: 5rem;
}
.comReduce .text {
	margin-bottom: 3.7rem;
	text-align: center;
	color: #fff;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.75;
}
.comReduce .searchBox {
	margin: 0 auto;
	max-width: 100rem;
	position: relative;
	border-radius: 3.5rem;
	overflow: hidden;
}
.comReduce .searchBox input[type="text"],
.comReduce .searchBox input[type="button"] {
	font-size: 2rem;
	font-weight: 700;
	border: 0;
	box-sizing: border-box;
	box-shadow: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.comReduce .searchBox input[type="text"] {
	padding: 2rem 30rem 2.1rem 4rem;
	width: 100%;
	background-color: #fff;
}
.comReduce .searchBox input[type="button"] {
	padding: 1.9rem 0 2.2rem 3.8rem;
	position: absolute;
	top: 0;
	right: 0;
	width: 28rem;
	color: #fff;
	z-index: 1;
	letter-spacing: 0.1em;
	background: #EE813B url(../img/common/com_reduce_ico.png) no-repeat left 3.5rem center / 2.5rem;
	border-radius: 3.5rem;
	transition: .3s;
	cursor: pointer;
}
.comReduce .searchBox input::placeholder,
.comReduce .searchBox textarea::placeholder {
	color: #C8C8C8;
	opacity: 1;
}
.comReduce .searchBox input::-webkit-input-placeholder,
.comReduce .searchBox textarea::-webkit-input-placeholder { 
	color: #C8C8C8;
	opacity: 1;
}
.comReduce .searchBox input:-moz-placeholder,
.comReduce .searchBox textarea:-moz-placeholder {
	color: #C8C8C8;
	opacity: 1;
}
.comReduce .searchBox input::-moz-placeholder,
.comReduce .searchBox textarea::-moz-placeholder {
	color: #C8C8C8;
	opacity: 1;
}
.comReduce .searchBox input:-ms-input-placeholder,
.comReduce .searchBox textarea:-ms-input-placeholder {
	color: #C8C8C8;
	opacity: 1;
}
@media all and (min-width: 897px) {
	.comReduce .searchBox input[type="button"]:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comReduce {
		padding: 7rem 0 4rem;
	}
	.comReduce::after {
		top: 0;
		height: 1.5rem;
		background-size: auto 1.5rem;
	}
	.comReduce .lImage,
	.comReduce .rImage {
		width: 10rem;
		top: 0;
		left: 0;
	}
	.comReduce .rImage {
		left: auto;
		right: 0;
		top: 10rem;
	}
	.comReduce .title {
		margin-bottom: 3rem;
		font-size: 2.5rem;
	}
	.comReduce .title span {
		font-size: 3.5rem;
	}
	.comReduce .brandUl {
		margin-bottom: 4rem;
		padding: 1rem 2rem 3rem;
		border-radius: 2rem;
		text-align: center;
		gap: 0;
	}
	.comReduce .brandUl li {
		margin-top: 2rem;
		width: 50%;
	}
	.comReduce .brandUl img {
		height: 3.5rem;
	}
	.comReduce .text {
		margin-bottom: 3.7rem;
		font-size: 2rem;
	}
	.comReduce .searchBox {
		max-width: 100%;
		border-radius: 0;
	}
	.comReduce .searchBox input[type="text"],
	.comReduce .searchBox input[type="button"] {
		font-size: 1.4rem;
		height: 4rem;
	}
	.comReduce .searchBox input[type="text"] {
		padding: 1rem 1.5rem;
		border-radius: 3.5rem;
		overflow: hidden;
	}
	.comReduce .searchBox input[type="button"] {
		position: static;
		padding: 1.25rem 0.5rem 1.25rem 2.5rem;
		margin: 2rem auto 0;
		display: block;
		width: 13rem;
		font-size: 1rem;
		background-position: left 1rem center;
		background-size: 1.5rem auto;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 50rem;
}
.comBtn a {
	padding: 2rem 1rem 2.2rem;
	background-color: #fff;
	color: #EE813B;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.4rem solid #EE813B;
	border-radius: 4rem;
}
.comBtn span {
	padding-right: 5.2rem;
	font-size: 2rem;
	font-weight: 700;
	background: url(../img/common/icon11.png) no-repeat right top calc(50% + 0.2rem) / 3rem;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn {
		margin: 0 auto;
		width: 30rem;
	}
	.comBtn a {
		padding: 1rem 1rem;
		border-width: 0.2rem;
	}
	.comBtn span {
		padding-right: 3.5rem;
		font-size: 1.4rem;
		background-size: 2rem auto;
		background-position: right center;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}