/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2025 | 06:29:58 */
@charset "utf-8";
figure {
	position: relative;
}
/* views */
.spView,
.tbView {
	display: none !important;
}
@media only screen and (max-width:1024px) {
	.tbView {
		display: block !important;
	}
}
@media only screen and (max-width:768px) {
	.spView {
		display: block !important;
	}
	.pcView {
		display: none !important;
	}
}
/*--------------------------------------
フォント指定
--------------------------------------*/
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #151515;
}
/*--------------------------------------
共通
--------------------------------------*/
.inner {
	max-width: 1920px;
	margin-inline: auto;
	padding-inline: 20px;
}
.img-caps {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
	line-height: 1;
	padding: 5px 5px 6px 6px;
	color: #fff;
	letter-spacing: -0.02em;
	z-index: 5;
	text-align: right;
}
.img-caps.shadow {
	text-shadow:
		0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3);
}
/* header
===================================== */
.header {
	position: fixed;
	padding-top: 30px;
	padding-bottom: 30px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.header_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(180deg, #151515 0%, rgba(0, 0, 0, 0) 100%); */
/* 	background-color: rgba(21, 21, 21, .4); */
	transition: transform 0.5s ease-out, background 0.5s ease-out;
	z-index: -1;
}

.header_bg.hide {
	transform: translateY(-150%);
}
.header .inner {
	max-width: 1840px;
	width: calc(100% - 120px);
}
.header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
	transition: all .5s ease-out;
}
.header_nav_wrap {
	width: 80%;
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	transition: transform 0.5s ease-out;
}
.header_nav_wrap.hide {
	transform: translateY(-290%);
}
.header_logo {
	width: 100%;
	max-width: 240px;
	flex-shrink: 0;
}
.header_nav {
	color: #fff;
	width: 70%;
	display: flex;
	column-gap: 40px;
	column-gap: clamp(0.75rem, -10.763rem + 14.737vw, 2.5rem);
	align-items: center;
}
.header_nav_item {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-size: clamp(0.813rem, 0.349rem + 0.723vw, 1rem);
	font-weight: 500;
	color: #333 !important;
	padding-bottom: 10px;
	transition: all .5s ease-out;
}
.header_nav_item:hover {
	text-decoration: none;
}
.header_nav_item.personal {
	cursor: default;
}
.header_nav_item::before {
	content: '';
	position: absolute;
	background-color: #05A19D;
	width: 0;
	height: 3px;
	bottom: 0;
	transition: all .5s ease-out;
}
.header_nav_item:hover::before {
	width: 100%;
}
.header_info_wrap {
	position: fixed;
	top: 15px;
	right: 20px;
	display: flex;
	align-items: center;
	column-gap: 20px;
	z-index: 1000;
	transition: opacity 0.5s ease-in-out; /* フェードイン・アウトのトランジション */
}

.header_info_wrap.hidden {
	opacity: 0; /* フェードアウト状態 */
	pointer-events: none; /* 要素をクリックできないようにする（必要に応じて） */
}
.header_info_wrap.visible {
	opacity: 1; /* フェードイン状態 */
	pointer-events: auto; /* クリックできるようにする（必要に応じて） */
}

/* ナビ ドロップダウンメニュー
=============================================== */
.drop-menu {
	position: relative;
}
.drop-menu-list {
	background-color: #F2F2F2; 
	left: -20px;
	opacity: 0; 
	position: absolute;
	top: 56px;
	transition: opacity .3s, visibility .3s; 
	visibility: hidden; 
	width:216px;
	border-radius: 10px;
	padding: 30px 30px;
}
.drop-menu_wide .drop-menu-list {
	width: 320px;
}
.drop-menu_btn .drop-menu-list {
	top: 68px;
	left: 4px;
}
.drop-menu:hover .drop-menu-list {
	opacity: 1; 
	transition: opacity .3s, visibility .3s; 
	visibility: visible; 
}
.drop-menu-item {
	position: relative;
	transition: all .5s ease-out;
}
.drop-menu-item + .drop-menu-item {
	margin-top: 12px;
}
.drop-menu-item::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url( 'data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14.476" height="14.476" viewBox="0 0 14.476 14.476"><g id="Icon_feather-arrow-right" data-name="Icon feather-arrow-right" transform="translate(1 1)"><path id="パス_3" data-name="パス 3" d="M19.976,19H7.5a1,1,0,0,1,0-2H19.976a1,1,0,0,1,0,2Z" transform="translate(-7.5 -11.762)" fill="%23bfbfbf"/><path id="パス_4" data-name="パス 4" d="M18,20.976a1,1,0,0,1-.707-1.707l5.531-5.531L17.293,8.207a1,1,0,0,1,1.414-1.414l6.238,6.238a1,1,0,0,1,0,1.414l-6.238,6.238A1,1,0,0,1,18,20.976Z" transform="translate(-11.762 -7.5)" fill="%23bfbfbf"/></g></svg>' ) no-repeat center center / cover;
	width: 12px;
	height: 12px;
	transition: all .5s ease-out;
}
.drop-menu-item:hover {
	opacity: .7;
}
.drop-menu-item:hover::before {
	right: -5px;
}
.drop-menu-item a {
	color: #151515;
	font-size: 15px;
	font-weight: 500;
}


.header_info_btn {
	position: relative;
	z-index: 9999;
	width: 220px;
	background: rgb(5, 161, 157);
	background: linear-gradient(90deg, rgba(5, 161, 157, 1) 0%, rgba(0, 190, 152, 1) 100%);
	display: block;
	text-align: center;
	border-radius: 30px;
	padding-block: 14px;
	transition: all .5s ease-out;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	pointer-events: none;
}
.header_info_btn span {
	position: relative;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}
.header_info_btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	background: url( 'data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16.5" height="13.5" viewBox="0 0 16.5 13.5"><g id="Icon_feather-mail" data-name="Icon feather-mail" transform="translate(0.75 0.75)"><path id="パス_1" data-name="パス 1" d="M4.5,5.25h12A2.253,2.253,0,0,1,18.75,7.5v9a2.253,2.253,0,0,1-2.25,2.25H4.5A2.253,2.253,0,0,1,2.25,16.5v-9A2.253,2.253,0,0,1,4.5,5.25Zm12,12a.751.751,0,0,0,.75-.75v-9a.751.751,0,0,0-.75-.75H4.5a.751.751,0,0,0-.75.75v9a.751.751,0,0,0,.75.75Z" transform="translate(-3 -6)" fill="%23fff"/><path id="パス_2" data-name="パス 2" d="M10.5,15a.749.749,0,0,1-.43-.136l-7.5-5.25a.75.75,0,1,1,.86-1.229l7.07,4.949,7.07-4.949a.75.75,0,1,1,.86,1.229l-7.5,5.25A.749.749,0,0,1,10.5,15Z" transform="translate(-3 -7.5)" fill="%23fff"/></g></svg>' ) no-repeat center center / contain;
	width: 18px;
	height: 14px;
}
.header_info_btn:hover {
	opacity: .7;
	color: #fff;
	text-decoration: none;
}
.drop-menu_btn .header_info_btn:hover {
	opacity: 1;
}
.openbtn {
	position: relative;
	z-index: 9999;
	border: 1px solid #fff;
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 100%;
}
.openbtn span {
	display: inline-block;
	transition: all .2s ease-out;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #fff;
}
.openbtn.active {
	border: 1px solid #fff;
}
.openbtn.active span {
	background: #fff;
}
.openbtn span:nth-of-type(1) {
	left: calc(50% - 15px);
}
.openbtn span:nth-of-type(2) {
	left: calc(50% - 2px);
}
.openbtn span:nth-of-type(3) {
	right: calc(50% - 15px);
}
.openbtn.active span:nth-of-type(1) {
	border-radius: 2px;
	top: 21px;
	left: 14px;
	transform: translateY(6px) rotate(-45deg);
	width: 30px;
	height: 2px;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
	border-radius: 2px;
	top: 33px;
	left: 14px;
	transform: translateY(-6px) rotate(45deg);
	width: 30px;
	height: 2px;
}

@media only screen and (max-width:1250px) {
	.header_nav {
		display: none;
	}
}

@media only screen and (max-width:1440px) {
	.header .inner {
		width: calc(100% - 40px);
	}
}

@media only screen and (max-width:768px) {
	.header {
		position: fixed;
		padding-top: 20px;
		padding-bottom: 20px;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.header_info_wrap {
		justify-content: space-between;
		column-gap: 20px;
	}
	.header_nav_wrap.hide {
		transform: translateY(-290%);
	}
	.header_info_btn {
		position: fixed;
		bottom: 80px;
		right: 10px;
		padding-block: 12px;
		width: 160px;
		font-size: 12px;
	}
	.header_info_btn.header_info_btn2 {
		bottom: 110px;
	}
	.header_info_btn::before {
		left: 20px;
		width: 14px;
		height: 18px;
	}
	.openbtn {
		position: fixed;
		width: 40px;
		height: 40px;
		top: 10px;
		right: 20px;
	}
	body.logged-in.admin-bar header.header {
		top: 46px;
	}
	body.logged-in.admin-bar .openbtn {
		top: 56px;
	}
	.openbtn span {
		width: 3px;
		height: 3px;
	}
	.openbtn span:nth-of-type(1) {
		left: calc(50% - 10px);
	}
	.openbtn span:nth-of-type(2) {
		left: calc(50% - 2px);
	}
	.openbtn span:nth-of-type(3) {
		right: calc(50% - 10px);
	}
	.openbtn.active span:nth-of-type(1) {
		top: 12px;
		left: 4px;
		width: 30px;
		height: 2px;
	}
	.openbtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.openbtn.active span:nth-of-type(3) {
		top: 24px;
		left: 5px;
		width: 30px;
		height: 2px;
	}
}


/*========= ハンバーガー内ナビゲーション ===============*/
#g-nav {
	position: fixed;
	z-index: 999;
	top: -200%;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #2C3732;
	transition: all .5s ease-out;
}
#g-nav.panelactive {
	top: 0;
}
#g-nav.panelactive #g-nav-list {
	position: fixed;
	z-index: 998;
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.g-nav_inner {
	width: calc(100% - 120px);
	max-width: 1720px;
	margin-inline: auto;
	padding-top: 16%;
	display: flex;
	column-gap: 5%;
}
.g-nav_slide {
	width: 40%;
	max-width: 660px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.g-nav_slide_wrap figure {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.g-nav_slide_wrap figure.active {
	opacity: 1;
}
.g-nav_wrap {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 40px;
}
.g-nav_items {
	display: flex;
	justify-content: space-between;
	column-gap: 3%;
}
.g-nav_item_main {
	color: #05A19D;
	font-size: 24px;
	font-size: clamp(1.125rem, -0.003rem + 1.253vw, 1.5rem);
	display: block;
	font-weight: bold;
	margin-bottom: 40px;
}
.g-nav_item_main:hover {
	color: #05A19D;
}
.g-nav_item_sub {
	color: #fff;
	font-size: 24px;
	font-size: clamp(1.125rem, -0.003rem + 1.253vw, 1.5rem);
	display: block;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 18px;
}
.g-nav_item_sub:hover {
	color: #fff;
}
.g-nav_bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #fff;
}
.g-nav_bottom_title {
	font-size: 50px;
	font-size: clamp(2.75rem, 1.622rem + 1.253vw, 3.125rem);
	line-height: 1.4;
}
.g-nav_bottom_wrap {
	width: 100%;
	max-width: 360px;
}
.g-nav_bottom_copy {
	margin-top: 40px;
	margin-bottom: 0 !important;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
}

@media only screen and (max-width:1440px) {
	.g-nav_inner {
		width: calc(100% - 40px);
		padding-top: 16%;
		column-gap: 3%;
	}
	.g-nav_wrap {
		row-gap: 20px;
	}
	.g-nav_items {
		column-gap: 2%;
	}
	.g-nav_item_main {
		font-size: 20px;
		font-size: clamp(0.75rem, 0.089rem + 1.29vw, 1.25rem);
		margin-bottom: 30px;
	}
	.g-nav_item_sub {
		font-size: 20px;
		font-size: clamp(0.75rem, 0.089rem + 1.29vw, 1.25rem);
		margin-bottom: 10px;
	}
	.g-nav_bottom_title {
		font-size: 40px;
		font-size: clamp(1.625rem, 0.468rem + 2.258vw, 2.5rem);
	}
	.g-nav_bottom_wrap {
		max-width: 360px;
		max-width: clamp(15rem, 5.081rem + 19.355vw, 22.5rem);
	}
	.g-nav_bottom_copy {
		margin-top: 30px;
		margin-top: clamp(0.625rem, -1.028rem + 3.226vw, 1.875rem);
		font-size: 14px;
		font-size: clamp(0.625rem, 0.294rem + 0.645vw, 0.875rem);
	}
}

@media only screen and (max-width:768px) {
	.g-nav_inner {
		padding-top: 16%;
		flex-direction: column;
	}
	.g-nav_wrap {
		width: 100%;
		padding-bottom: 60px;
	}
	.g-nav_items {
		flex-wrap: wrap;
		column-gap: 2%;
		row-gap: 30px;
	}
	.g-nav_item.g-nav_item_top {
		width: 100%;
	}
	.g-nav_item {
		width: 48%;
	}
	.g-nav_item_main {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.g-nav_item_sub {
		font-size: 16px;
		margin-bottom: 18px;
	}
	.g-nav_bottom {
		margin-top: 100px;
		flex-direction: column;
		align-items: start;
		row-gap: 32px;
	}
	.g-nav_bottom_title {
		font-size: 29px;
		line-height: 1.4;
	}
	.g-nav_bottom_wrap {
		width: 100%;
		max-width: 360px;
	}
	.g-nav_bottom_logo {
		max-width: 220px;
	}
	.g-nav_bottom_copy {
		margin-top: 24px;
		font-size: 12px;
		font-weight: 300;
		text-align: left;
	}
}

/* mv
===================================== */
.mv {
	position: relative;
}
.mv img {
	width: 100%;
}
.mv_title_wrap {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 38px;
}
.mv_title_wrap .inner {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.mv_title_en {
	position: relative;
	color: #00D9D4;
	font-size: 16px;
	padding-left: 20px;
}
.mv_title_en::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #00D9D4;
}
.mv_title {
	position: relative;
	margin-top: 33px;
	margin-top: clamp(1rem, -0.405rem + 2.742vw, 2.063rem);
	margin-bottom: 0 !important;
	font-size: 50px;
	font-size: clamp(2.5rem, 1.673rem + 1.613vw, 3.125rem);
	font-weight: bold !important;
	line-height: 1.3;
}
.mv_link {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 14px;
	column-gap: 10px;
}
.mv_link > a {
	color: #333 !important;
}
.mv_link > p {
	margin-bottom: 0 !important;
	color: #333;
}
.mv_link_home {
	text-decoration: underline;
}
.mv_link_mark {
	color: #05A19D;
	font-size: 20px;
	line-height: 1;
}

@media only screen and (max-width:768px) {
	.mv_title_wrap .inner {
		flex-direction: column;
		align-items: start;
		row-gap: 12px;
	}
	.mv_link {
		font-size: 13px;
		margin-left: auto;
	}
	.mv_link > a {
		color: #fff !important;
	}
	.mv_title_en {
		padding-left: 20px;
		font-size: 14px;
	}
	.mv_title {
		color: #fff;
		margin-top: 10px;
		font-size: 30px;
	}
	.mv_link {
		font-size: 13px;
		column-gap: 6px;
	}
	.mv_link_mark {
		font-size: 18px;
	}
	
	.mv_link > p {
		color: #fff;
	}
}


/* cap_area
===================================== */
.cap_area {
	padding-top: 120px;
	padding-bottom: 80px;
}
.cap_area p {
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: normal;
}
@media only screen and (max-width:768px) {
	.cap_area {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}
/* footer
===================================== */
.footer {
	padding-top: 150px;
	padding-bottom: 70px;
}
.footer_inner {
	max-width: 1840px;
	width: calc(100% - 120px);
	margin-inline: auto;
}
.footer_top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
	border-bottom: 1px solid rgba(21, 21, 21, .1);
	column-gap: 4%;
}
.footer_top_left {
	max-width: 370px;
	width: 100%;
}
.footer_top_right {
	max-width: 470px;
	width: 100%;
}
.footer_address {
	margin-top: 40px;
	font-size: 16px;
	line-height: 2;
}
.footer_g_map {
	display: block;
	margin-top: 30px;
	font-size: 16px;
	color: #333;
	text-decoration: underline;
}
.footer_nav {
	display: flex;
	row-gap: 40px;
	flex-wrap: wrap;
}
.footer_nav_item {
	width: calc(100% / 3);
	display: inline-block;
	font-size: 18px;
	font-size: clamp(0.875rem, 0.544rem + 0.645vw, 1.125rem);
	font-weight: bold;
	color: #333 !important;
	transition: all .5s ease-out;
}
.footer_nav_item:hover {
	text-decoration: none;
	opacity: 0.7;
}
.footer_info_btn {
	max-width: 470px;
	margin-top: 60px;
	background: rgb(5, 161, 157);
	background: linear-gradient(90deg, rgba(5, 161, 157, 1) 0%, rgba(0, 190, 152, 1) 100%);
	display: block;
	text-align: center;
	border-radius: 30px;
	padding-block: 18px;
	transition: all .5s ease-out;
}
.footer_info_btn:hover {
	text-decoration: none;
}
.footer_info_btn span {
	position: relative;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}
.footer_info_btn span::before {
	content: '';
	position: absolute;
	top: 6px;
	left: -30px;
	background: url( 'data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16.5" height="13.5" viewBox="0 0 16.5 13.5"><g id="Icon_feather-mail" data-name="Icon feather-mail" transform="translate(0.75 0.75)"><path id="パス_1" data-name="パス 1" d="M4.5,5.25h12A2.253,2.253,0,0,1,18.75,7.5v9a2.253,2.253,0,0,1-2.25,2.25H4.5A2.253,2.253,0,0,1,2.25,16.5v-9A2.253,2.253,0,0,1,4.5,5.25Zm12,12a.751.751,0,0,0,.75-.75v-9a.751.751,0,0,0-.75-.75H4.5a.751.751,0,0,0-.75.75v9a.751.751,0,0,0,.75.75Z" transform="translate(-3 -6)" fill="%23fff"/><path id="パス_2" data-name="パス 2" d="M10.5,15a.749.749,0,0,1-.43-.136l-7.5-5.25a.75.75,0,1,1,.86-1.229l7.07,4.949,7.07-4.949a.75.75,0,1,1,.86,1.229l-7.5,5.25A.749.749,0,0,1,10.5,15Z" transform="translate(-3 -7.5)" fill="%23fff"/></g></svg>' ) no-repeat center center / contain;
	width: 18px;
	height: 14px;
}
.footer_info_btn:hover {
	opacity: .7;
}
.footer_bottom {
	padding-top: 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 4%;
}
.footer_copy {
	font-size: 14px;
}
.footer_bottom_right {
	display: flex;
}
.footer_bottom_link {
	font-size: 14px;
	color: #151515 !important;
	line-height: 1;
	transition: all .5s ease-out;
}
.footer_bottom_link:first-child {
	border-right: 1px solid #151515;
	padding-right: 20px;
	margin-right: 20px;
}
.footer_bottom_link:hover {
	text-decoration: none;
	opacity: .7;
}
.slider_footer {
	margin-bottom: 60px;
}
.slider_footer_item {
	margin-inline: 10px;
}
.slider_footer_item a {
	display: block;
	/* 	margin: 0 50px; */
}
.slider_footer_item img {
	transition: all .5s ease-out;
}
.slider_footer_item:hover img {
	opacity: .8;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 15px;
}

@media only screen and (max-width:768px) {
	.footer {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.footer_inner {
		width: calc(100% - 40px);
	}
	.footer_top {
		flex-direction: column;
		row-gap: 40px;
		padding-bottom: 40px;
	}
	.footer_logo {
		max-width: 260px;
	}
	.footer_address {
		margin-top: 40px;
		font-size: 13px;
		line-height: 2;
	}
	.footer_g_map {
		margin-top: 24px;
	}
	.footer_nav {
		row-gap: 24px;
	}
	.footer_nav_item {
		width: calc(100% / 2);
		font-size: 15px;
	}
	.footer_info_btn {
		margin-top: 40px;
	}
	.footer_bottom {
		padding-top: 40px;
		flex-direction: column-reverse;
		align-items: start;
		row-gap: 40px;
	}
	.footer_copy {
		font-size: 12px;
	}
}
/*--------------------------------------
fade animation
--------------------------------------*/
.animated {
	animation-duration: .5s;
	animation-fill-mode: both;
}
@keyframes fadeSlide {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fade_slide1.inview {
	animation-name: fadeSlide;
	animation-fill-mode: both;
	animation-duration: 1s;
	visibility: visible !important;
	opacity: 0;
}
/* fade out */
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	animation-name: fadeOut;
}
/* fade in */
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.inview.fi {
	animation-name: fadeIn;
	animation-fill-mode: both;
	animation-duration: 1s;
	visibility: visible !important;
	opacity: 0;
}
/* fade in up */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.inview.fi_u {
	animation-name: fadeInUp;
	animation-fill-mode: both;
	animation-duration: 1.5s;
	visibility: visible !important;
	opacity: 0;
}
/* fade in down */
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.inview.fi_d {
	animation-name: fadeInDown;
	animation-fill-mode: both;
	animation-duration: 1.5s;
	visibility: visible !important;
	opacity: 0;
}
/* fade in right */
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate(30px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.inview.fi_r {
	animation-name: fadeInRight;
	animation-fill-mode: both;
	animation-duration: 1.5s;
	visibility: visible !important;
	opacity: 0;
}
/* fade in left */
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate(-30px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.inview.fi_l {
	animation-name: fadeInLeft;
	animation-fill-mode: both;
	animation-duration: 1.5s;
	visibility: visible !important;
	opacity: 0;
}
/* spCommonModal
------------------------------*/
@media only screen and (min-width:769px) {
	#spCommonModalArea {
		display: none !important;
	}
}
@media only screen and (max-width:768px) {
	.commonSpModalImage {
		position: relative;
		cursor: pointer;
	}
	.commonSpModalImage:after {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		content: '';
		width: 30px;
		height: 30px;
		background: url(../images/ico_sp_modal.svg) no-repeat center center / contain;
		z-index: 3;
	}
	#spCommonModalArea {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.7);
		-webkit-overflow-scrolling: touch;
		z-index: 9999999;
	}
	#spCommonModalTable {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		display: table;
		width: 100%;
		height: 100%;
		padding: 60px 0;
	}
	#spCommonModalCell {
		display: table-cell;
		vertical-align: middle;
	}
	#spCommonModalInner {
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
		text-align: center;
	}
	#spCommonModalInner img {
		max-width: 100%;
		height: auto;
	}
	#spCommonModalContents {
		position: relative;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	#spCommonModalContents:before {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		content: '';
		width: 70px;
		height: 70px;
		background: url(../images/swipe_icon.svg) no-repeat center center / contain;
		transform: translateY(-50%);
		transition: opacity 0.3s;
		animation: return 3s 0s infinite ease;
		z-index: 2;
	}
	@keyframes return {
		50% {
			margin-left: -70px;
		}
		100% {
			margin-left: 0;
		}
	}
	#spCommonModalContents.icoOff:before {
		opacity: 0;
	}
	#spCommonModalContents figure {
		box-sizing: border-box;
		width: 200%;
		padding: 0 20px;
	}
	#spCommonModalContents figure img {
		width: 100%;
	}
	#spCommonModalClose {
		position: absolute;
		top: -60px;
		right: 0;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}
	#spCommonModalClose:before, #spCommonModalClose:after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		content: '';
		width: 40px;
		height: 2px;
		margin-left: -20px;
		background-color: #fff;
	}
	#spCommonModalClose:before {
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}
	#spCommonModalClose:after {
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
	}
}
/* commonSpModalImage */
.commonSection .commonSpModalImage + .commonSpModalImage {
	margin-top: 40px;
}
.commonSection .commonBigTitle01.min {
	font-size: 24px;
}
@media only screen and (max-width:768px) {
	.commonSection .commonBigTitle01.min {
		font-size: 18px;
	}
}