@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 399px) {
	html {
		font-size: calc(1000vw / 400);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans TC", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 128rem;
	color: #000;
	font-size: 2rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.noLink {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background-color: #F7931E;
	box-sizing: border-box;
	padding: 0 14.4rem;
}
#gHeader .hBox {
	margin: 0 auto;
	padding-right: 9.5rem;
	min-height: 9.4rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#gHeader .hBox.end {
	justify-content: flex-end;
}
#gHeader .logoBox {
	padding: 0 3.8rem 0.5rem 4.2rem;
	background-color: #fff;
	border-radius: 0 0 4.2rem 3.6rem;
	display: flex;
	align-items: center;
	border: 0.6rem solid #F7931E;
}
#gHeader .logoBox span {
	margin-right: 4.5rem;
    cursor: default;
    pointer-events: none;
}
#gHeader .logoBox span:last-child {
	margin: 0.5rem 0 0 0;
}
#gHeader .logoBox .num02 {
	margin: -0.3rem 2.9rem 0 0;
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#gHeader {
		padding: 0 2rem;
	}
	#gHeader .hBox {
		padding-right: 0;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
	}
	#gHeader .hBox {
		min-height: 4.3rem;
		padding: 0 1rem 0 2.4rem;
	}
	#gHeader .logoBox {
		padding: 0 1.1rem 0 1.3rem;
		border-radius: 0 0 1.5rem 1.5rem;
		border-width: 0.2rem;
	}
	#gHeader .logoBox img {
		width: auto;
		height: 2.4rem;
	}
	#gHeader .logoBox span {
		margin-right: 0.9rem;
	}
	#gHeader .logoBox .num02 img {
		height: 4.4rem;
	}
	#gHeader .logoBox .num02 {
		margin: 0 0.2rem 0 0;
	}
	#gHeader .logoBox span:last-child {
		margin: 0 0 0 0;
	}
	#gHeader .logoBox span:last-child img {
		height: 2.4rem;
	}
}


#gNavi {
	width: 100%;
	padding: 1.7rem 0 1.6rem;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-color: #F7931E;
}
#gNavi ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#gNavi ul li {
	margin: 0 3.2rem;
}
#gNavi ul a {
	padding: 0 2rem;
	color: #F7931E;
	width: 19rem;
	height: 4.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 1.95rem;
	position: relative;
	line-height: 1;
	border-radius: 0.5rem;
	background-color: #fff;
}
#gNavi ul li:nth-child(2) a {
	padding-right: 0;
}
#gNavi ul a::before {
	margin-top: -0.6rem;
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	left: 1.1rem;
	top: 50%;
	content: ""; 
	border: 1px solid;
	border-color: #F7931E #F7931E transparent transparent;
	transform: rotate(45deg);
}
@media all and (min-width: 897px) {
	#gNavi ul a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gNavi ul a {
		padding: 0 1rem;
		width: 11rem;
  		height: 3rem;
		font-size: 1.2rem;
	}
	#gNavi ul a::before {
		display: none;
	}
	#gNavi ul li {
		margin: 0;
		width: 33.33%;
		text-align: center;
	}
	#gNavi {
		padding: 0.8rem 0 1.2rem;
	}
	#gNavi ul {
		margin: 0 auto;
		max-width: 40rem;
		padding: 0 1rem;
	}
	#gNavi ul li:nth-child(2) a {
		padding-right: 1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 2.6rem 0 11.3rem;
	text-align: center;
	background-color: #F7931E;
	letter-spacing: 0.05em;
}
#gFooter h2 {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 1.7rem 0 5.4rem;
	}
	#gFooter h2 {
		font-size: 1rem;
	}
}
@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lxh */
/* 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;}
.kaisei {font-family: "Kaisei Decol", serif;}
.kr {font-family: "Noto Sans KR", sans-serif;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* Language */
.languageBox {
	margin-top: 3.4rem;
	position: relative;
	z-index: 100;
	font-family: "Noto Sans JP", sans-serif;
}
.languageBox .txt {
	padding: 0 3.3rem 1.5rem 3.2rem;
	min-width: 15.8rem;
	color: #fff;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	letter-spacing: 0.005em;
	cursor: pointer;
	transition: 0.3s;
}
.languageBox .txt::before {
	width: 2.5rem;
	height: 2.5rem;
	background: url("../img/common/icon01.webp") no-repeat left top / 100% 100%;
	position: absolute;
	top: -0.1rem;
	left: 0;
	content: "";
}
.languageBox .txt::after {
	margin-top: -0.9rem;
	width: 2rem;
	height: 1.2rem;
	background: url("../img/common/icon02.webp") no-repeat left top / 100% 100%;
	position: absolute;
	top: 50%;
	right: 0.2rem;
	content: "";
}
.languageBox .txt.open::after {
	margin-top: -1.1rem;
	transform: rotate(180deg);
}
.languageBox .list {
	padding: 1.8rem 1.7rem 2.1rem;
	width: 15.8rem;
	position: absolute;
	top: 100%;
	left: 1px;
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
}
.languageBox .list li {
	margin-bottom: 1.6rem;
}
.languageBox .list li:last-child {
	margin-bottom: 0;
}
.languageBox .list a {
	display: block;
	text-align: right;
	font-weight: 700;
	color: #F9AE56;
	font-size: 1.6rem;
}
.languageBox .list span {
	padding-left: 2.2rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.languageBox .list span::before {
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	left: 0;
	top: 0.5rem;
	background: url("../img/common/icon03.webp") no-repeat left top / 100% 100%;
	content: "";
}
.languageBox .list .on a {
	color: #F7931E;
	cursor: default;
	pointer-events: none;
}
.languageBox .list .on span::before {
	background-image: url("../img/common/icon04.webp");
}
@media all and (min-width: 897px) {
	.languageBox .list a:hover {
		color: #F7931E;
	}
	.languageBox .list a:hover span::before {
		background-image: url("../img/common/icon04.webp");
	}
	.languageBox .txt:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.languageBox .txt {
		padding: 0.2rem 0 1.5rem 3.2rem;
		min-width: 0;
		height: 3rem;
		font-size: 1.6rem;
	}
	.languageBox .txt .pc {
		display: block !important;
	}
	.languageBox .txt::after {
		display: none;
	}
	.languageBox .list {
		left: auto;
		right: 0;
		padding: 1rem;
		width: 13rem;
	}
	.languageBox {
		margin-top: 1.6rem; 
	}
	.languageBox .list a {
		font-size: 1.2rem;
	}
	.languageBox .list span::before {
		width: 1.3rem;
		height: 1.3rem;
		left: 0;
		top: 0.4rem;
	}
}






/* headLine01 */
.headLine01 {
	margin-bottom: 4.6rem;
	font-family: "Kaisei Decol", serif;
	text-align: center;
	font-size: 3.8rem;
}
.headLine01 span,
.headLine01 h2 {
	display: block;
}
.headLine01 img {
	margin-bottom: 0.9rem;
	width: 12.6rem;
}
.headLine01 span img,
.headLine01 h2 img {
	margin: 0 !important;
	width: auto !important;
	height: 3.7rem !important;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3.6rem;
		font-size: 1.5rem;
	}
	.headLine01 img {
		margin-bottom: 1rem;
		width: 6.5rem;
	}
	.headLine01 span img,
    .headLine01 h2 img {
		height: 1.7rem !important;
	}
}


/* content */
.content {
	margin: 0 auto;
	max-width: 100rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1rem;
	}
}

/* comList */
.comList {
	margin: -2.5rem 10rem 0;
	display: flex;
	flex-wrap: wrap;
}
.comList li {
	margin-top: 2.5rem;
	width: 33.33%;
	padding: 0 0.5rem;
}
.comList a {
	display: block;
	background-color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.45;
}
.comList .lableTxt {
	margin: -0.5rem -1.5rem 1rem -0.5rem;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
}
.comList .lableTxt span {
	margin: 0.5rem 0.5rem 0 0;
	min-width: 5.4rem;
	color: #fff;
	padding: 0.5rem 0.5rem 0.7rem;
	font-weight: 700;
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background-color: #8CC63F;
	border-radius: 0.4rem;
}
.comList .lableTxt .col01 {
	background-color: #DA624E;
}
.comList .lableTxt .col02 {
	background-color: #29ABE2;
}
.comList .lableTxt .col03 {
	background-color: #A67C52;
}
.comList .subBox {
	padding: 1.4rem 1.5rem 1.2rem;
}
.comList .image {
	position: relative;
	overflow: hidden;
	padding-bottom: 66.5%;
}
.comList .image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
    object-position: left bottom;
}
@media all and (min-width: 897px) {
	.comList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comList {
		margin: -2rem 0 0;
	}
	.comList li {
		margin-top: 2rem;
		width: 50%;
	}
	.comList .image {
		padding-bottom: 76.6%;
	}
	.comList a {
		font-size: 1.2rem;
  		line-height: 1.43;
	}
	.comList .subBox {
		padding: 0.6rem 1.1rem 1.1rem;
	}
	.comList p {
		text-align: justify;
	}
	.comList .lableTxt {
		margin-top: -0.4rem;
		margin-bottom: 1.1rem;
		text-align: left;
		letter-spacing: 0;
	}
	.comList .lableTxt span {
		margin: 0.4rem 0.5rem 0 0;
		min-width: 5.5rem;
		font-size: 1rem;
		padding: 0.2rem 0.5rem 0.2rem;
	}
}

/* fadeIn */
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeIn.on {
	opacity: 1;
}


/* comTxt */
.comTxt {
	margin-bottom: 7rem;
	line-height: 1.8;
	font-weight: 500;
	text-align: center;
}
@media all and (max-width: 896px) {
	.comTxt {
		margin-bottom: 5rem;
		font-size: 1.3rem;
	}
}