@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 JP", 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;
}
.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;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 3.6rem;
		font-size: 1.5rem;
	}
	.headLine01 img {
		margin-bottom: 0;
		width: 6.5rem;
	}
}


/* 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;
	}
}
@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .bgBox {
	padding: 8.9rem 0 3.75rem;
	background-color: #F7931E;
}
#main .bgBox.pb0 {
	padding-bottom: 0;
}
#main .mainImg {
	position: relative;
	z-index: 10;
}
#main .mainImg img {
	width: 100%;
}
#main .mainImg .title {
	margin: -1rem 0 0 0.7rem;
	width: 44.94%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition-delay: 0.5s;
}
.animate__heartBeat {
	animation-delay: 1s;
}
@media all and (min-width: 897px) {
	#main .mainImg {
		height: calc(100svh - 9.4rem - 7.4rem);
		overflow: hidden;
		background-color: #fcd23f;
	}
	#main .mainImg .title {
		height: 62%;
	}
	#main .mainImg .title img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	#main .mainImg .image {
		height: 100%;
	}
	#main .mainImg .image img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}
@media all and (max-width: 896px) {
	#main .mainImg .title {
		margin: 0.4rem 0 0 0.7rem;
		width: 74%;
	}
	#main .bgBox {
		padding: 3.6rem 0 3rem;
	}
}


/* sec01 */
#main .sec01 {
	margin-bottom: 6.8rem;
}
#main .sec01 .title {
	margin: -0.2rem 0 6.8rem 2.3rem;
	text-align: center;
}
#main .sec01 .title img {
	width: 90.5rem;
	height: auto;
}
#main .sec01 .textBox {
	max-width: 88rem;
	padding: 0 6.2rem;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#main .sec01 .textBox h3 {
	line-height: 2.3;
	font-weight: 700;
}
#main .sec01 .textBox .starImg {
	width: 6.1rem;
	position: absolute;
	top: -5rem;
	left: 0.5rem;
}
#main .sec01 .textBox .starImg02 {
	width: 5.5rem;
	bottom: -4.6rem;
	right: -0.8rem;
	left: auto;
	top: auto;
}
#main .sec01 .logoImg {
	margin-top: 4.9rem;
	text-align: center;
}
#main .sec01 .logoImg img {
	width: 26rem;
}
@media all and (max-width: 896px) {
	#main .sec01 .title {
		margin: 0 -1rem 4.3rem;
	}
	#main .sec01 .title img {
		max-width: 40rem;
		width: auto;
	}
	#main .sec01 .textBox {
		max-width: inherit;
		padding: 0 1.5rem;
	}
	#main .sec01 .textBox h3 {
		line-height: 2;
	}
	#main .sec01 .logoImg {
		margin-top: 4.2rem;
	}
	#main .sec01 .logoImg img {
		width: 21.6rem;
	}
	#main .sec01 {
		margin-bottom: 4.9rem;
	}
}

/* sec02 */
#main .sec02 {
	padding: 7rem 0 16.7rem;
	background-color: #FDD23E;
}
@media all and (max-width: 896px) {
	#main .sec02 {
		padding: 3rem 0 4rem;
	}
	
}


/* sec03 */
#main .sec03 {
	padding: 8.1rem 0 10.4rem;
}
#main .sec03 .headLine01 {
	margin-bottom: 5.9rem;
}
#main .sec03 .headLine01 img {
	margin-bottom: 1.4rem;
	width: 9.8rem;
}
#main .sec03 .listUl {
	margin: -5.4rem auto 0;
	max-width: 70.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec03 .listUl li {
	margin-top: 5.4rem;
	width: calc(50% - 2.7rem);
}
#main .sec03 .listUl a {
	padding-top: 3.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32.4rem;
	border: 0.4rem solid #FDD23E;
	text-align: center;
	line-height: 1.45;
	font-weight: 700;
	letter-spacing: 0.1em;
	transition-duration: .4s;
}
#main .sec03 .listUl .logo {
	margin: 0 auto 2rem;
	height: 10.8rem;
	width: 16.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .sec03 .listUl .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media all and (min-width: 897px) {
	#main .sec03 .listUl a:hover {
		transform: scale(1.1);
	}
}
@media all and (max-width: 896px) {
	#main .sec03 {
		padding: 6.7rem 0 6.2rem;
	}
	#main .sec03 .headLine01 img {
		margin-bottom: 0.5rem;
		width: 4.7rem;
	}
	#main .sec03 .headLine01 {
		margin-bottom: 3.2rem;
	}
	#main .sec03 .content {
		margin: 0 2.1rem;
	}
	#main .sec03 .listUl {
		margin-top: -0.8rem;
		max-width: inherit;
	}
	#main .sec03 .listUl li {
		margin-top: 0.8rem;
		width: calc(50% - 0.6rem);
	}
	#main .sec03 .listUl a {
		padding-top: 1rem;
		height: 17.4rem;
		border-width: 0.2rem;
		font-size: 1.1rem;
		line-height: 1.45;
		letter-spacing: 0.1em;
	}
	#main .sec03 .listUl .logo {
		height: 5.8rem;
		width: 8.7rem;
		margin-bottom: 1.6rem;
	}
}


#main .sec03 .listUl .txt {
	position: relative;
}
#main .sec03 .listUl .txt .soon {
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 50%;
	font-size: 1.2rem;
	white-space:nowrap;
	letter-spacing: 0;
	transform: translateX(-50%);
	font-weight: 400;
}
@media all and (max-width: 896px) {
	#main .sec03 .listUl .txt .soon {
		font-size: 0.8rem;
	}
}

#main .contactBox {
	padding: 6.2rem 0 5.4rem;
	color: #323232;
	font-size: 1.6rem;
	background-color: #FFF9E4;
	text-align: center;
}
#main .contactBox .title {
	margin-bottom: 0.8rem;
	font-weight: 700;
	font-size: 2rem;
	color: #F7931E;
}
#main .contactBox h3 {
    font-weight: 400;
	letter-spacing: 0.05em;
}
#main .contactBox a {
	color: #323232;
}
@media all and (min-width: 897px) {
	#main .contactBox a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .contactBox {
		padding: 4.1rem 0 3.1rem;
	}
	#main .contactBox .title {
		font-size: 1.6rem;
		margin-bottom: 1rem;
	}
	#main .contactBox {
		font-size: 1.2rem;
	}
	#main .contactBox h3 {
		line-height: 1.55;
	}
}


#main .contactBox .logo {
	margin-bottom: 5.6rem;
	position: relative;
	mix-blend-mode: multiply;
}
#main .contactBox .logo::after {
	width: 1.4rem;
	height: 0.3rem;
	position: absolute;
	bottom: -3.7rem;
	left: 50%;
	transform: translateX(-50%);
	background-color: #323232;
	content: "";
}
#main .contactBox .logo img {
	width: 21.4rem;
}
@media all and (max-width: 896px) {
	#main .contactBox .logo img {
		width: 18.4rem;
	}
}