@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: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "BIZ UDGothic", 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: #303438;
}
a:hover {
	color: #303438;
}
a:active {
	color: #303438;
}
.sp {
	display: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #303438;
	font-size: 1.8rem;
	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;
	position: relative;
}
a[href^="tel:"] {
	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 {
	padding: 1.6rem 3.2rem 1rem;
	height: 9rem;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	box-sizing: border-box;
	background: #fff;
}
#gHeader .hBox {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gHeader .logo {
	margin-right: 7.3rem;
	width: 20.9rem;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.2rem 2rem;
		height: 7rem;
	}
	#gHeader .logo {
		margin-right: 0rem;
		width: 15.2rem;
	}
}
#gNavi {
	margin-left: auto;
	flex: 1;
	display: flex;
	justify-content: flex-end;
	font-size: 1.5rem;
	align-items: center;
	transition: 0.3s;
}
#gNavi.none {
	opacity: 0;
}
#gNavi .naviList {
	display: flex;
}
#gNavi .naviList li {
	position: relative;
}
#gNavi .naviList > li {
	padding: 0.5rem 0;
}
#gNavi .naviList > li > a {
	padding: 0 1.4rem;
}
#gNavi .naviList > li::before {
	content: "";
	position: absolute;
	width: 1px;
	top: 0.1rem;
	height: 3rem;
	left: 0;
	background: #303438;
}
#gNavi .naviBox {
	top: 100%;
	left: 0;
	position: absolute;
	transition: 0.3s;
}
#gNavi .naviList .liStyle.on .naviBox {
	display: block;
}
#gNavi .naviList .naviBox {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	width: 27rem;
	z-index: 100;
	transform: translateY(0.5rem);
	transition: 0.25s ease-out;
	opacity: 0;
	visibility: hidden;
}
#gNavi .sub {
	margin: 0 auto;
	padding: 0.5rem 2rem 2rem 2rem;
	width: 27rem;
	box-sizing: border-box;
	box-shadow: 0 0 0.6rem #6E7174;
	background-color: #fff;
}
#gNavi .subUl a {
	padding: 1rem 1rem;
	display: block;
	border-bottom: 1px solid #6E7174;
	font-size: 1.3rem;
}
#gNavi .naviBox.on {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: .3s ease-out;
}
.gBtnList a {
	width: 2.8rem;
	display: block;
}
.gBtnList {
	align-items: center;
	gap: 2rem;
	width: 13rem;
}
.menu {
	width: 3.2rem;
	height: 2.4rem;
	position: relative;
	cursor: pointer;
	z-index: 999;
}
.menu span {
	display: block;
	transition: all 0.4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 3.2rem;
	height: 0.2rem;
	background-color: #303438;
}
.menu span:nth-of-type(1) {
	top: 0;
}
.menu span:nth-of-type(2) {
	top: 1.1rem;
}
.menu span:nth-of-type(3) {
	top: 2.2rem;
}
.menu.on span:nth-of-type(1) {
	transform: translateY(1rem) rotate(-45deg);
}
.menu.on span:nth-of-type(2) {
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	transform: translateY(-1.2rem) rotate(45deg);
}
.menuBox {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
	height: auto;
	overflow-y: scroll;
	box-sizing: border-box;
}
.menuBox .naviList {
	padding: 10rem 2rem;
	gap: 6.4rem;
}
.menuBox .naviList > li {
	width: fit-content;
}
.menuBox .naviList .subUl li {
	margin: 1rem 0 0 0;
	text-align: left;
}
.menuBox .naviList .subUl a {
	font-size: 1.4rem;
}
@media all and (min-width: 1193px) {
	#gHeader {
		min-width: 120rem;
	}
	.menuBox .naviList {
		width: auto;
		max-width: 120rem;
	}
}
@media (min-width: 897px) and (max-width: 1192px) {
	#gHeader {
		padding: 1.6rem 1.6vw 1rem;
	}
	#gHeader .logo  {
		margin-right: 4vw;
	}
	.menuBox .naviList {
		margin: 0 2rem;
		width: auto;
		gap: 5.711vw;
	}
	#gNavi .naviList > li > a,
	.menuBox .naviList a {
		font-size: 1.258vw;
	}
	#gNavi .naviList > li > a {
		padding: 0 1.3vw;
	}
	.menuBox .naviList .subUl a {
		font-size: 1.174vw;
	}
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		opacity: 0.7;
	}
	.gBtnList a:hover {
		opacity: 0.7;
	}
	.menuBox a:hover,
	.menu:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.menuBox {
		height: 100%;
	}
	.menuBox .naviList {
		margin: 0;
		display: block;
	}
	.menuBox .naviList li {
		width: auto;
	}
	.menuBox .naviList > li + li {
		margin-top: 1.5rem;
	}
	.menuBox .naviList .liStyle .ico {
		display: block;
		width: 4.5rem;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
	}
	.menuBox .naviList .liStyle .ico::before,
	.menuBox .naviList .liStyle .ico::after {
		content: "";
		position: absolute;
		width: 1.6rem;
		height: 1px;
		left: 50%;
		transform: translate(-50%,-50%);
		top: 50%;
		background: #303438;
		transition: 0.3s;
	}
	.menuBox .naviList .liStyle .ico::after {
		transform: translate(-50%,-50%) rotate(90deg);
	}
	.menuBox .naviList .liStyle a.on .ico::after {
		transform: translate(-50%,-50%) rotate(180deg);
	}
	.menuBox .naviList > li > a {
		padding: 1rem 2rem;
		border-bottom: 1px solid #a1a1a1;
	}
	.menuBox .naviList .subUl li {
		margin-left: 3.6rem;
		text-align: left;
	}
	.menuBox .naviList a {
		display: block;
		font-size: 1.6rem;
		font-weight: 700;
		position: relative;
	}
	.menuBox .naviList .naviBox {
		display: none;
	}
	.menuBox .naviList .subUl li a {
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .innerBox {
	margin: 0 auto;
	width: 102.8rem;
}
#gFooter .fBox {
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	gap: 3.6rem
}
#gFooter .logo {
	width: 11.8rem;
}
#gFooter .fNav {
	flex: 1;
	display: flex;
}
#gFooter .fNav li {
	position: relative;
}
#gFooter .fNav li:last-child::after,
#gFooter .fNav li::before {
	content: "";
	position: absolute;
	width: 1px;
	top: -0.1rem;
	height: 3rem;
	left: 0;
	background: #303438;
}
#gFooter .fNav li:last-child::after {
	left: auto;
	right: 0;
}
#gFooter .fNav a {
	padding: 0 1.7rem 0 1.8rem;
	font-size: 1.5rem;
	letter-spacing: 0;
}
#gFooter .bg {
	padding: 2.2rem 2rem 1.9rem;
	background: #F9F2DB;
}
#gFooter .txt01 {
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
#gFooter .txt02 {
	margin: -2.7rem 0 3.1rem;
	font-weight: 700;
	font-size: 2.6rem;
	letter-spacing: 0.2em;
	text-align: center;
}
#gFooter address {
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	 font-family: "Noto Sans JP", sans-serif;
}
@media all and (min-width: 897px) {
	#gFooter .fNav li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter .innerBox {
		width: auto;
		text-align: center;
	}
	#gFooter .txt01 {
		font-size: 1.4rem;
	}
	#gFooter .txt02 {
		font-size: 2rem;
		margin: 0.5rem auto 1rem;
	}
	#gFooter .logo {
		margin: 0 auto;
	}
	#gFooter .fBox {
		display: block;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-jyj */
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.logo a {
	display: block;
}
.logo img {
	width: 100%;
}
.content {
	margin: 0 auto;
	width: 120rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		width: auto;
	}
}
.comBtn {
	margin: 0 auto;
	width: fit-content;
}
.comBtn a {
	width: 40rem;
	padding: 1.2rem 2rem;
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	background-color: #EA5532;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #EA5532;
}
.comBtn a::after,
.comBtn a::before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	width: 2rem;
	height: 2rem;
	mix-blend-mode: multiply;
	background: #EA5532;
}
.comBtn a::before {
	background: url(../image/arrow_icon01.png) no-repeat center center / 1.4rem;
	z-index: 1;
	mix-blend-mode: normal;
}
ul.comBtn {
	margin: 0 auto 7rem;
	display: flex;
	gap: 3.5rem;
	flex-wrap: wrap;
}
ul.comBtn a {
	padding: 1.9rem 2rem;
	font-size: 2rem;
}
.comBtn .bg01 {
	color: #6F604B;
	background: #fff;
	border: 1px solid #6F604B;
}
.comBtn .bg01::after {
	background: #6F604B;
}
.comBtn .bg02 {
	color: #fff;
	background: #00A95F;
	border-color:  #00A95F;
}
.comBtn .bg02::after {
	background: #00A95F;
}
.comBtn .bg03 {
	color: #fff;
	background: #00A0E9;
	border-color:  #00A0E9;
}
.comBtn .bg03::after {
	background: #00A0E9;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		margin: 0;
		width: 100%;
	}
	.comBtn a {
		padding: 1.2rem 3rem;
		width: 100%;
		font-size: 1.8rem;
	}
	ul.comBtn {
		display: block;
	}
	ul.comBtn a {
		padding: 1rem 3rem;
		font-size: 1.6rem;
	}
	ul.comBtn li + li {
		margin-top: 1.6rem;
	}
}
.headLine01 {
	margin: 0 auto 3.9rem;
	min-width: 65.4rem;
	width: fit-content;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
}
.headLine01 .col {
	margin-top: 1.8rem;
	padding: 1.6rem 1rem;
	font-size: 3.4rem;
	letter-spacing: 0.025em;
	display: block;
	color: #EA5532;
	border-top: 1px solid #6E7174;
	border-bottom: 1px solid #6E7174;
	position: relative;
}
.headLine01 .col .posIco {
	width: 5.7rem;
	position: absolute;
	left: 3.8rem;
	top: -7rem;
}
.headLine01 .col .posIco img {
	width: 100%;
}
@media all and (max-width: 896px) {
	.headLine01 {
		min-width: 30rem;
		font-size: 1.8rem;
	}
	.headLine01 .col {
		padding: 0.8rem 3rem;
		font-size: 2.4rem;
	}
	.headLine01 .col .posIco {
		width: 4.7rem;
		left: -2.2rem;
		top: -1rem;
	}
}
.headLine02 {
	margin-bottom: 1.8rem;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}
.headLine02 .jp {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0;
}
.headLine02 span {
	display: block;
}
@media all and (max-width: 896px) {}
.fixBtn {
	position: fixed;
	right: 0;
	bottom: 20.5rem;
	z-index: 888;
}
.fixBtn a {
	width: 9.5rem;
	height: 9.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #6F604B;
	box-sizing: border-box;
	background: #fff;
}
.fixBtn .top a {
	background: #6F604B;
}
.fixBtn a img {
	width: 4.2rem;
}
@media all and (min-width: 897px) {
	.fixBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.fixBtn {
		display: none;
		bottom: 3rem;
	}
	.fixBtn a img {
		width: 3.2rem;
	}
	.fixBtn a {
		width: 7rem;
		height: 7rem;
	}
}

.inview.fadeup {
	opacity: 0;
	transition-duration: .5s;
	transform: translateY(10px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
.inview.fadeleft {
	opacity: 0;
	transition-duration: .5s;
	transform: translateX(-20px);
}
.inview.fadeleft.active {
	opacity: 1;
	transform: translateX(0px);
}
.inview.faderight {
	opacity: 0;
	transition-duration: .5s;
	transform: translateX(20px);
}
.inview.faderight.active {
	opacity: 1;
	transform: translateX(0px);
}
.delay01 {
	transition-delay: .3s;
}
.delay02 {
	transition-delay: .6s;
}
.delay03 {
	transition-delay: .9s;
}
.delay04 {
	transition-delay: 1.2s;
}
.delay05 {
	transition-delay: 1.5s;
}
.delay06 {
	transition-delay: 1.8s;
}
.delay07 {
	transition-delay: 2.1s;
}
.delay08 {
	transition-delay: 2.4s;
}
.delay09 {
	transition-delay: 2.7s;
}
.delay10 {
	transition-delay: 3s;
}
.delay11 {
	transition-delay: 3.3s;
}
.delay12 {
	transition-delay: 3.6s;
}
.delay13 {
	transition-delay: 3.9s;
}
.delay14 {
	transition-delay: 4.2s;
}
.delay15 {
	transition-delay: 4.5s;
}