@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common

-----------------------------------------*/

body.overflow-hidden {
	overflow: hidden;
}

@media screen and (min-width:768px) {
	a[href *="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

.wrapper {
	position: relative;
}

/*----------------------------------------
	common
-----------------------------------------*/

a.link {
	text-decoration: underline;
	transition: 0.3s;
}

a.link:hover {
	text-decoration: none;
	opacity: 0.7;
}

.ind01 {
	text-indent: -1em;
	padding-left: 1em;
}

.ind015 {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.ind02 {
	padding-left: 2em;
	text-indent: -2em;
}

.indent-clear {
	text-indent: inherit;
	padding-left: 1em;
}

.list-attention {
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (min-width: 768px) {
	.list-attention {
		font-size: 18px;
	}
}

.mw1920 {
	max-width: 1920px;
	margin: 0 auto;
}

.mw1480 {
	max-width: 1480px;
	margin: 0 auto;
}

.mw1400 {
	max-width: 1400px;
	margin: 0 auto;
}

.mw1320 {
	max-width: 1320px;
	margin: 0 auto;
}

.mw1240 {
	max-width: 1240px;
	margin: 0 auto;
}

.mw1140 {
	max-width: 1140px;
	margin: 0 auto;
}

.mw1160 {
	max-width: 1160px;
	margin: 0 auto;
}

.mw1176 {
	max-width: 1176px;
	margin: 0 auto;
}

.mw1096 {
	max-width: 1096px;
	margin: 0 auto;
}

.mw1040 {
	max-width: 1040px;
	margin: 0 auto;
}

.mw1000 {
	max-width: 1000px;
	margin: 0 auto;
}

.mw920 {
	max-width: 920px;
	margin: 0 auto;
}

.mw880 {
	max-width: 880px;
	margin: 0 auto;
}

.mw800 {
	max-width: 800px;
	margin: 0 auto;
}

.mw720 {
	max-width: 720px;
	margin: 0 auto;
}

.mw600 {
	max-width: 600px;
	margin: 0 auto;
}

.mw528 {
	max-width: 528px;
	margin: 0 auto;
}

.bg_white {
	background: #ffffff !important;
}

.bg_lightgray {
	background: #FAFAFA !important;
}

.ttl-bd {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	/*text-align: center;*/
	width: 100%;
}

.ttl-bd::before,
.ttl-bd::after {
	content: '';
	flex: 1;
	/* ← 左右の線を残り幅いっぱいに */
	height: 1px;
	background-color: #333;
}

.ttl-bd::before {
	margin-right: 0.4em;
	/* 文字との間隔 */
}

.ttl-bd::after {
	margin-left: 0.4em;
}

.ttl-bd>span {
	display: inline-block;
	/*text-align: center;*/
	line-height: 1.3;
	/*white-space: normal;
	word-break: keep-all;*/
}

.ttl-bd_icon .ttl-bd_icon__inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.ttl-bd_icon .ttl-bd_icon__inner>span:nth-of-type(1) {}


.ttl-bg {
	background: #323C38;
	color: #ffffff;
	padding: 0.5em;
}

@media screen and (min-width: 768px) {
	.ttl-bd_icon .ttl-bd_icon__inner>span:nth-of-type(1) {}
}



.ttl-lv2 {
	font-size: 22px;
}

.ttl-lv3 {
	font-size: 20px;
}

.ttl-lv4 {
	font-size: 18px;
}

.ttl-lv5 {
	font-size: 16px;
}

.ttl-lv6 {
	font-size: 16px;
}

.arrow_leftdown {
	width: 60px;
	height: 60px;
	margin-bottom: -14%;
}

@media screen and (min-width: 768px) {
	.ttl-lv2 {
		font-size: 56px;
	}

	.ttl-lv3 {
		font-size: 48px;
	}

	.ttl-lv4 {
		font-size: 40px;
	}

	.ttl-lv5 {
		font-size: 36px;
	}

	.ttl-lv6 {
		font-size: 32px;
		line-height: 1.5;
	}

	.ttl-lv7 {
		font-size: 28px;
		line-height: 1.5;
	}

	.ttl-lv2 span {
		position: relative;
	}

	.arrow_leftdown {}
}

@media screen and (min-width: 992px) {
	.arrow_leftdown {
		content: "";
		position: absolute;
		left: -1.5em;
		bottom: -1.2em;
		width: 10vw;
		height: 8vw;
		z-index: 1;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1399px) {
	.arrow_leftdown {
		left: -2.2em;
		bottom: -1.7em;
		width: 10vw;
		height: 8vw;
	}
}

.fc-white {
	color: #ffffff;
}

.fc-red {
	color: hsl(339, 90%, 60%) !important;
}

.fc-pink {
	color: #F53F7E !important;
}

/*link_txt*/
.link_txt {
	font-size: 16px;
}

.link_txt .arrow_r {
	position: relative;
	display: inline-block;
}

.link_txt .arrow_r:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #F53F7E;
	border-right: solid 2px #F53F7E;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: -0.6em;
	bottom: 0;
	margin: auto;
}

@media only screen and (min-width: 768px) {
	.link_txt {
		font-size: 20px;
	}

	.link_txt .arrow_r {
		position: relative;
		display: inline-block;
	}

	.link_txt .arrow_r:before {
		content: '';
		width: 12px;
		height: 12px;
		border-top: solid 3px #F53F7E;
		border-right: solid 3px #F53F7E;
	}

	.link_txt a {
		transition: 0.3s;
	}

	.link_txt a:hover {
		opacity: 0.7;
	}
}



.link_txt_s {
	font-size: 14px;
}

.link_txt_s .arrow_r:before {
	width: 8px;
	height: 8px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
}

.link_txt_s .arrow_r:before {
	width: 8px;
	height: 8px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
}

.link_txt_s.fc-red a {
	color: #F53F7E;
}

.link_txt_s .arrow_r:before {
	width: 8px;
	height: 8px;
	border-top: solid 1px #F53F7E;
	border-right: solid 1px #F53F7E;
}

.link_txt_m {
	font-size: 16px;
}

.link_txt_m .arrow_r:before {
	width: 12px;
	height: 12px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
}





.link_btn {
	font-size: 16px;
}

.link_btn a,
.link_btn button {
	position: relative;
	color: #ffffff;
	padding: 0.8em 2em 0.8em;
	border-radius: 6px;
	width: 100%;
	z-index: 1;
	line-height: 1.4;
}

.link_btn button {
	cursor: pointer;
}

.link_btn a:before,
.link_btn button:before {
	content: '';
	position: absolute;
	background: linear-gradient(to right, #F53F7E 0%, #F53F7E 51%, #c4245b 100%);
	background-size: 200% auto;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	z-index: -2;
	transition: 0.3s;
}

.link_btn .arrow_r {
	display: inline-block;
}

.link_btn .arrow_r:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 1em;
	bottom: 0;
	margin: auto;
}

.link_btn a.bg_dark:before {
	content: '';
	position: absolute;
	background: linear-gradient(to right, #323C38 0%, #323C38 51%, #4f5552 100%);
	background-size: 200% auto;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	transition: 0.3s;
}

@media only screen and (min-width: 768px) {
	.link_btn {
		font-size: 40px;
		letter-spacing: -0.01em;
	}

	.link_btn a,
	.link_btn button {
		position: relative;
		width: inherit;
		padding: 0.4em 0.5em 0.5em;
	}

	.link_btn a:hover:before,
	.link_btn button:hover:before {
		background-position: right top;
	}

	.link_btn .arrow_r:after {
		content: '';
		width: 16px;
		height: 16px;
		border-top: solid 3px #ffffff;
		border-right: solid 3px #ffffff;
	}

	.link_btn_fsizeM {
		font-size: 32px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
	.link_btn {
		font-size: 3vw;
	}

	.link_btn a,
	.link_btn button {
		padding: 0 1.6em 0.2em;
	}

	.link_btn .arrow_r:after {
		content: '';
		width: 8px;
		height: 8px;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
	}
}

/*----------------------------------------
	cmn-header
-----------------------------------------*/

.cmn-header {
	position: fixed;
	top: 0;
	width: 100%;
	transition: all 0.2s cubic-bezier(0.37, 0, 0.63, 1);
	height: 40px;
	z-index: 1000;
	background: rgba(255, 255, 255, 1);
}

.lv2 .cmn-header {
	background: rgba(255, 255, 255, 1);
}

.cmn-header__logoIcon {
	width: auto;
	height: 24px;
	z-index: 100;
}

/*cmn-header__other-nav*/
.cmn-header__other-nav ul li a {
	position: relative;
	display: block;
	color: #ffffff;
	border-radius: 6px;
	padding: 0 1em;
	transition: 0.3s;
	text-align: center;
	overflow: hidden;
	background: linear-gradient(to right, #F53F7E 0%, #F53F7E 51%, #c4245b 100%);
	background-size: 200% auto;
	font-weight: bold;
}

.cmn-header__other-nav ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	transition: 0.3s;
}

.cmn-header__other-nav ul li a:hover {
	background-position: right top;
}

.cmn-header__other-nav ul li+li {
	margin-left: 0.5em;
}

/*fixed*/
.cmn-header.fixed {
	background: rgba(255, 255, 255, 0.9);
}

.cmn-header.fixed .cmn-header__logoIcon {
	transition: 0.3s;
}

@media screen and (min-width: 1024px) {
	.cmn-header {
		height: 80px;
	}

	.cmn-header__logoImg {
		height: 32px;
	}

	.cmn-header__ttl {
		text-align: center;
	}

	.cmn-header__ttl a {
		transition: 0.3s;
	}

	.cmn-header__ttl a:hover {
		opacity: 0.6;
	}

	.cmn-header__logoIcon {
		height: 32px;
	}
}

@media screen and (min-width: 1199px) {
	.cmn-header__logoIcon {
		height: 36px;
	}
}

@media screen and (min-width: 1399px) {
	.cmn-header__logoIcon {
		height: 40px;
	}

	.cmn-header.fixed .cmn-header__logo {
		padding-top: 0 !important;
	}
}


@media only screen and (min-width: 768px) and (max-width: 1399px) {
	.cmn-header__logoImg {
		//height: 60px !important;
		padding-top: 0.4em;
	}

	.cmn-header__ttl-txt {
		font-size: 1vw;
	}
}

@media screen and (max-width: 1024px) {
	.cmn-header .cmn-header__logo {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3000;
		margin: 0 0 0 2%;
	}
}

/*----------------------------------------
	gnav
-----------------------------------------*/

@media screen and (min-width: 1024px) {
	#gnav {
		display: block !important;
	}
}

@media screen and (max-width: 1023px) {
	/*#gnav {*/
	/*	display: none;*/
	/*}*/

	#gnav.is-active {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2000;
	}

	.gnav__inner {
		position: relative;
		height: 100%;
	}

	#gnav .cmn-gmenu-link__inner {
		position: relative;
		height: 100%;
		overflow-y: auto;
		-ms-overflow-style: none;
		/* IE, Edge 対応 */
		scrollbar-width: none;
		-webkit-overflow-scrolling: auto;
	}

	#gnav .cmn-gmenu-link__inner::-webkit-scrollbar {
		/* Chrome, Safari 対応 */
		display: none;
	}

	.gnav__logo {
		display: block;
		margin-top: 1.5rem;
		margin-left: 1rem;
	}

	.gnav__logo a {
		display: inline-block;
	}

	.gnav__logo a img {
		height: 20px;
		width: auto;
	}

	.gnav__logo a:hover {
		opacity: 0.6;
	}

	.gnav_bg {
		position: fixed;
		top: 0;
		left: 0;
		background: #ffffff;
		width: 100%;
		height: 100%;
		z-index: 3;
	}

	.gnav__box {
		padding: 3% 0 5%;
	}

	.gnav__box ul li a {
		position: relative;
	}

	.gnav__box ul li a {
		width: 100%;
		display: block;
		font-size: 18px;
		border-bottom: 1px dotted #444444;
		font-weight: bold;
		padding: 5% 0 5% 7%;
	}

	.gnav__box ul li a:before {
		content: "";
		width: 8px;
		height: 8px;
		border-top: solid 1px #014e39;
		border-right: solid 1px #014e39;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
		margin-top: -0.2%;
	}

	.cmn-header ul li a span.copy {
		display: none;
	}

	#gnavBtn {
		position: fixed;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		z-index: 3000;
		transition: 0.3s;
		background: #000000;
		cursor: pointer;
	}

	#gnavBtn.is-active {
		background: #000000;
	}

	#gnavBtn>div {
		display: flex;
		width: 40px;
		height: 40px;
		justify-content: center;
		align-items: center;
		margin-top: 0.3em;
	}

	#gnavBtn>div>div {
		position: relative;
		width: 24px;
		height: 24px;
	}

	#gnavBtn span {
		position: absolute;
		top: 6px;
		left: 0;
		display: block;
		text-decoration: none;
		width: 24px;
		height: 1px;
		background-color: #ffffff;
	}

	#gnavBtn.is-active span {
		background-color: #ffffff;
	}

	#gnavBtn span:first-child {
		left: 0;
		width: 24px;
		transform: translateY(-6px);
	}

	#gnavBtn span:nth-child(2) {
		left: 0;
		width: 24px;
	}

	#gnavBtn span:nth-child(3) {
		left: 0;
		width: 24px;
		transform: translateY(6px);
	}

	#gnavBtn.is-close span:first-child {
		transform: translateY(-6px);

		animation-name: menuBarOut;
		animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	#gnavBtn.is-close span:first-child,
	#gnavBtn.is-close span:nth-child(2) {
		left: 0;
		width: 24px;
		animation-duration: 0.5s;
		animation-delay: 0s;
	}

	#gnavBtn.is-close span:nth-child(2) {
		animation-name: menuBar2Out;
		animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	#gnavBtn.is-close span:nth-child(3) {
		transform: translateY(6px);
		animation-name: menuBar3Out;
		animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	#gnavBtn.is-close span:nth-child(3),
	#gnavBtn.is-active span:first-child {
		left: 0;
		width: 24px;
		animation-duration: 0.5s;
		animation-delay: 0s;
	}

	#gnavBtn.is-active span:first-child {
		transform: translateY(0) rotate(45deg);
		animation-name: menuBar;
		animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	#gnavBtn.is-active span:nth-child(2) {
		left: 12px;
		width: 0;
		animation-duration: 0.5s;
		animation-delay: 0s;
		animation-name: menuBar2;
		animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	#gnavBtn.is-active span:nth-child(3) {
		left: 0;
		width: 24px;
		transform: translateY(0) rotate(-45deg);
		animation-duration: 0.5s;
		animation-delay: 0s;
		animation-name: menuBar3;
		animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	.cmn-header__gnav {
		padding: 4em 1.5em;
	}

	.cmn-header__gnav li a {
		position: relative;
		font-weight: bold;
		padding: 1em 2em 1em 0;
		display: inline-block;
		width: 100%;
		font-size: 15px;
		line-height: 1.4;
		color: #333333;
	}

	.cmn-header__gnav>ul>li a:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent #333333;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin-top: 1.4em;
	}

	.cmn-header__gnav li {
		border-top: 1px dotted #333333;
		transform: translateY(-10px);
		opacity: 0;
		transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.cmn-header__gnav li:last-child {
		border-bottom: 1px dotted #333333;
	}

	/*cmn-header__other-nav*/
	#gnav.is-active .cmn-header__other-nav {
		padding: 0 1.5em;
	}

	#gnav.is-active .cmn-header__other-nav ul li+li {
		margin-left: 0;
		margin-top: 1em;
	}

	#gnav .cmn-header__other-nav ul li a {
		opacity: 0;
		padding: 0.5em 0;
		transition-delay: 0.6s;
	}

	#gnav.is-active .cmn-header__other-nav ul li a {
		opacity: 1;
	}

	#gnav.is-active .cmn-header__gnav li {
		transform: translateY(0);
		opacity: 1;
		transition-delay: 0.3s;
	}

	#gnav.is-active .cmn-header__gnav li:nth-of-type(1) {
		transition-delay: 0.3s;
	}

	#gnav.is-active .cmn-header__gnav li:nth-of-type(2) {
		transition-delay: 0.4s;
	}

	#gnav.is-active .cmn-header__gnav li:nth-of-type(3) {
		transition-delay: 0.5s;
	}

	#gnav.is-active .cmn-header__gnav li:nth-of-type(4) {
		transition-delay: 0.6s;
	}

	#gnav.is-active .cmn-header__gnav li:nth-of-type(5) {
		transition-delay: 0.7s;
	}

	#gnav.is-active .cmn-header__gnav li:nth-of-type(6) {
		transition-delay: 0.8s;
	}

	#gnav.is-active .cmn-header__gnav li:nth-of-type(7) {
		transition-delay: 0.9s;
	}

	#gnav.is-active .cmn-header__gnav li:nth-of-type(8) {
		transition-delay: 1s;
	}

	.l-drawer__bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		z-index: -1000;
	}

	.l-drawer__bg span {
		overflow: hidden;
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}

	#gnav.is-active .l-drawer__bg span::before {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: opacity 0.6s cubic-bezier(0.5, 0, 0, 1),
			-webkit-transform 0.6s cubic-bezier(0.5, 0, 0, 1);
		transition: opacity 0.6s cubic-bezier(0.5, 0, 0, 1),
			-webkit-transform 0.6s cubic-bezier(0.5, 0, 0, 1);
		transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1),
			opacity 0.6s cubic-bezier(0.5, 0, 0, 1);
		transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1),
			opacity 0.6s cubic-bezier(0.5, 0, 0, 1),
			-webkit-transform 0.6s cubic-bezier(0.5, 0, 0, 1);
	}

	.l-drawer__bg span::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #dddddd;
		opacity: 0;
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
		-webkit-transition: opacity 0.6s cubic-bezier(0.5, 0, 0, 1),
			-webkit-transform 0s cubic-bezier(0.5, 0, 0, 1) 0.5s;
		transition: opacity 0.6s cubic-bezier(0.5, 0, 0, 1),
			-webkit-transform 0s cubic-bezier(0.5, 0, 0, 1) 0.5s;
		transition: transform 0s cubic-bezier(0.5, 0, 0, 1) 0.5s,
			opacity 0.6s cubic-bezier(0.5, 0, 0, 1);
		transition: transform 0s cubic-bezier(0.5, 0, 0, 1) 0.5s,
			opacity 0.6s cubic-bezier(0.5, 0, 0, 1),
			-webkit-transform 0s cubic-bezier(0.5, 0, 0, 1) 0.5s;
	}
}

@media screen and (min-width: 1024px) {
	.cmn-gmenu-link-col-wrapper {
		position: relative;
		width: 100%;
	}

	.cmn-header__gnav {
		background-color: rgba(255, 255, 255, 0);
	}

	.cmn-gmenu-link__inner {
		padding: 1em 0 1em 0;
	}

	.cmn-header__gnav>ul>li {
		position: relative;
		overflow: hidden;
		line-height: 1.6;
		padding-left: 1rem;
	}

	.cmn-header__gnav>ul>li:not(:first-child):before {
		content: '|';
		position: absolute;
		left: 0;
	}

	.cmn-header__gnav>ul li a {
		position: relative;
		display: block;
		text-decoration: none;
		transform: translateY(0);
		font-weight: 500;
		font-size: 14px;
	}

	.cmn-header__gnav>ul>li:nth-of-type(n + 2) {
		margin-left: 0.6em;
	}

	.cmn-header ul li a span {
		display: block;
	}

	.cmn-header__gnav>ul>li a span.copy {
		position: absolute;
		top: 0;
		left: 0;
		transform: translateY(100%);
		transition: transform 0;
	}

	.cmn-header__gnav>ul>li:not(:hover) a {
		transform: translateY(0);
	}

	.cmn-header__gnav>ul>li:hover a {
		transform: translateY(-100%);
		transition: transform 0.5s;
	}

	.cmn-header__gnav>ul>li:hover a span.copy {
		top: 50%;
		left: 0%;
		transform: translateY(50%);
		z-index: 100;
		transition: transform 0.2s;
	}
}

@media screen and (min-width: 1499px) {
	.cmn-header__gnav>ul li a {
		font-size: 16px;
	}
}

@media only screen and (min-width: 993px) and (max-width: 1399px) {

	.cmn-header__gnav>ul>li {
		font-size: 1.2vw;
	}

}


/*----------------------------------------
	sec-top-kv
-----------------------------------------*/

.sec-top-kv {
	position: relative;
	overflow: hidden;
	opacity: 0;
	transition: 0.4s;
}

.sec-top-kv.on {
	opacity: 1;
}

.sec-top-kv__inner {
	position: relative;
	margin-top: 10%;
}

.sec-top-kv__inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 95%;
	background: #ffffff;
	z-index: -1;
}

.sec-top-kv__slideWrapper {
	transform: rotate(-8deg);
	margin: -8em -10% 0;
}

.sec-top-kv__slide {
	//overflow: hidden;
}

.sec-top-kv__slide__item {
	margin-left: 1.5em;
	transform: rotate(8deg);
	padding: 11em 0 7em;
	perspective: 2000px;
	transform-style: preserve-3d;
}

.sec-top-kv__slide__item span {
	position: relative;
	display: block;
	z-index: 1;
	border-radius: 16px 16px 0 0;
	border: 4px solid #323C38;
	transform: rotateY(25deg);
	transition: 0.5s;
	filter: blur(0.3em);
	aspect-ratio: 404 / 292;
}

.sec-top-kv__slideWrapper .sec-top-kv__slide__item span img {
	transition: 1.2s cubic-bezier(0.85, 0, 0.15, 1);
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	height: 100%;
	z-index: -2;
}

.sec-top-kv__slideWrapper.on .sec-top-kv__slide__item span {
	transform: rotateY(0);
	filter: blur(0);
}

.sec-top-kv__slideWrapper.on .sec-top-kv__slide__item:nth-of-type(1) span {
	transition-delay: 0s;
}

.sec-top-kv__slideWrapper.on .sec-top-kv__slide__item:nth-of-type(2) span {
	transition-delay: 0.1s;
}

.sec-top-kv__slideWrapper.on .sec-top-kv__slide__item:nth-of-type(3) span {
	transition-delay: 0.2s;
}

.sec-top-kv__slideWrapper.on .sec-top-kv__slide__item:nth-of-type(4) span {
	transition-delay: 0.3s;
}

.sec-top-kv__slideWrapper.on .sec-top-kv__slide__item:nth-of-type(5) span {
	transition-delay: 0.4s;
}

.sec-top-kv__slideWrapper.on .sec-top-kv__slide__item:nth-of-type(6) span {
	transition-delay: 0.5s;
}

.sec-top-kv__slideWrapper.on .sec-top-kv__slide__item:nth-of-type(7) span {
	transition-delay: 0.6s;
}

.sec-top-kv__slide__item img {
	border-radius: 13px 13px 0 0;
}

.sec-top-kv__ttl01 {
	position: relative;
	max-width: 90%;
	overflow: hidden;
	display: inline-block;
	margin-top: 5%;
}

.sec-top-kv__ttl01.on {
	transition: 0.3s;
}

.sec-top-kv__ttl01 span {
	display: inline-block;
	overflow: hidden;
}

.sec-top-kv__ttl01 span img {
	//clip-path: inset(0 0 100% 0);
	transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1) 0.4s;
	opacity: 0;
	filter: blur(1em);
}

.sec-top-kv__ttl01.on span img {
	//clip-path: inset(0 0 0 0);
	opacity: 1;
	filter: blur(0);
}

.sec-top-kv__ttl02 {
	position: relative;
	max-width: 90%;
	overflow: hidden;
}

.sec-top-kv__ttl02 span {
	display: block;
	position: relative;
}

.sec-top-kv__ttl02__n {
	clip-path: inset(0 0 100% 0);
	transition: 1.2s cubic-bezier(0.85, 0, 0.15, 1) 0.3s;
}

.sec-top-kv__ttl02.on .sec-top-kv__ttl02__n {
	clip-path: inset(0 0 0 0);
}

.sec-top-kv__ttl02__ov {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	clip-path: inset(0 0 100% 0);
	transition: 1.2s cubic-bezier(0.85, 0, 0.15, 1) 0.2s;
}

.sec-top-kv__ttl02.on .sec-top-kv__ttl02__ov {
	clip-path: inset(0 0 0 0);
}

.sec-top-kv__ttl02__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	clip-path: inset(0 100% 0 0);
	transition: 1s cubic-bezier(0.85, 0, 0.15, 1) 0.4s;
}

.sec-top-kv__ttl02.on .sec-top-kv__ttl02__bg {
	clip-path: inset(0 0 0 0);
}

.sec-top-kv__ttl03 {
	position: relative;
	max-width: 80%;
	overflow: hidden;
	margin-left: auto;
	margin-top: -12%;
}

.sec-top-kv__ttl03 span {
	display: block;
	position: relative;
}

.sec-top-kv__ttl03__n {
	clip-path: inset(0 0 100% 0);
	transition: 1.2s cubic-bezier(0.85, 0, 0.15, 1) 0.4s;
}

.sec-top-kv__ttl03.on .sec-top-kv__ttl03__n {
	clip-path: inset(0 0 0 0);
}

.sec-top-kv__ttl03__ov {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	clip-path: inset(0 0 100% 0);
	transition: 1.2s cubic-bezier(0.85, 0, 0.15, 1) 0.3s;
}

.sec-top-kv__ttl03.on .sec-top-kv__ttl03__ov {
	clip-path: inset(0 0 0 0);
}

.sec-top-kv__ttl03__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	clip-path: inset(0 100% 0 0);
	transition: 1s cubic-bezier(0.85, 0, 0.15, 1) 0.5s;
}

.sec-top-kv__ttl03.on .sec-top-kv__ttl03__bg {
	clip-path: inset(0 0 0 0);
}

.sec-top-kv__ttl04 {
	position: relative;
	max-width: 100%;
	overflow: hidden;
	display: inline-block;
}

.sec-top-kv__ttl04.on {
	transition: 0.3s;
}

.sec-top-kv__ttl04 span {
	display: inline-block;
	overflow: hidden;
}

.sec-top-kv__ttl04 span img {
	//clip-path: inset(0 0 100% 0);
	transition: 0.6s cubic-bezier(0.32, 0.95, 0.6, 1) 0.6s;
	opacity: 0;
	filter: blur(1em);
}

.sec-top-kv__ttl04.on span img {
	//clip-path: inset(0 0 0 0);
	opacity: 1;
	filter: blur(0);
}

@media screen and (min-width: 992px) {
	.sec-top-kv__slide__item {
		padding: 12em 0 12em;
	}
}

@media screen and (min-width: 1199px) {
	.sec-top-kv__inner {
		margin-top: 8%;
	}

	.sec-top-kv__inner:before {
		width: 100%;
		height: 95%;
	}

	.sec-top-kv__slideWrapper {
		transform: rotate(-8deg);
		margin: -7em -10% 0;
	}

	.sec-top-kv__slide__item {
		margin-left: 4em;
		transform: rotate(8deg);
		padding: 10em 0 12em;
	}

	.sec-top-kv__slide__item span {
		border-radius: 22px 22px 0 0;
		border: 8px solid #323C38;
		transform: rotateY(25deg);
	}

	.sec-top-kv__slide__item img {
		border-radius: 16px 16px 0 0;
	}

	.sec-top-kv__ttl01 {
		max-width: 52%;
		margin-top: -1.5em;
	}

	.sec-top-kv__ttl02 {
		max-width: 70%;
	}

	.sec-top-kv__ttl02 span::before {
		height: 55%;
	}

	.sec-top-kv__ttl03 {
		max-width: 60%;
		margin-top: -8.5em;
	}

	.sec-top-kv__ttl04 {
		max-width: 80%;
	}
}

@media screen and (min-width: 1199px) {
	.sec-top-kv__slide__item {
		padding: 10em 0 7em;
	}
}


/*----------------------------------------
	sec-top-point
-----------------------------------------*/

.sec-top-point {
	padding-top: 3%;
}

.sec-top-point__col__head {
	position: relative;
	background: #E8E8E8;
	padding: 3em 1em 2em;
}

.sec-top-point__col__inner {
	padding: 1em 1em 1.5em;
	background: #ffffff;
}

.sec-top-point__col__ttl {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	margin: -1em 0 0 0;
	z-index: 2;
}

.sec-top-point__col__ttl span {
	position: relative;
	display: inline-block;
	padding: 0 1em;
}

.sec-top-point__col__ttl span:before {
	position: absolute;
	content: '「';
	top: 0;
	left: 0;
	z-index: 1;
	margin-top: -0.2em;
}

.sec-top-point__col__ttl span:after {
	position: absolute;
	content: '」';
	bottom: 0;
	right: 0;
	z-index: 1;
	margin-bottom: -0.1em;
}

.sec-top-point__col__ex {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	max-width: 240px;
	border-radius: 100%;
	padding: 16px;
	background: #F53F7E;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: -1.8em;
}

.sec-top-point__col__ex::before {
	display: block;
	content: '';
	padding-top: 100%;
}

.sec-top-point__col__ex__inner {
	display: flex;
	flex-direction: column;
	line-height: 1;
	align-items: center;
}

.sec-top-point__col__ex span:nth-of-type(1) {
	font-size: 20px;
	display: block;
}

.sec-top-point__col__ex span:nth-of-type(2) {
	font-size: 12px;
	display: block;
}

.sec-top-point__col__txt {
	font-size: 16px;
	line-height: 1.4;
}

.sec-top-point__col__icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
}

.sec-top-point__col:nth-of-type(n+2) {
	padding-top: 8%;
}

@media screen and (min-width: 992px) {
	.sec-top-point {
		padding-top: 5%;
	}

	.sec-top-point__col__head {
		padding: 2em;
	}

	.sec-top-point__col__ttl {
		font-size: 32px;
	}

	.sec-top-point__col__txt {
		font-size: 32px;
	}

	.sec-top-point__col__ex {
		margin-top: -3em;
	}

	.sec-top-point__col__ex span:nth-of-type(1) {
		font-size: 32px;
	}

	.sec-top-point__col__ex span:nth-of-type(2) {
		font-size: 16px;
	}

	.sec-top-point__colWrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 2%;
	}

	.sec-top-point__col:nth-of-type(n+2) {
		padding-top: 0;
	}

	.sec-top-point__col__inner {
		padding: 2em;
	}

	.sec-top-point__col__icon {
		width: 100%;
	}
}


/* ------------------------------
   sec-top-intro
------------------------------ */

.sec-top-intro {
	padding: 0 0 12%;
}

@media screen and (min-width: 992px) {
	.sec-top-intro {
		padding: 0 0 6%;
	}
}

/* ------------------------------
   sec-banner01
------------------------------ */

.sec-banner01 {
	position: relative;
	background: #323C38;
	padding: 6% 0 7%;
}

.sec-banner01__col {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F53F7E;
	border-radius: 8px;
	text-align: center;
}

.sec-banner01__col a {
	width: 100%;
	display: block;
	padding: 1em 2em 1em 1em;
}

.sec-banner01__col_flex a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.sec-banner01__col__pic {
	width: 30%;
}

.sec-banner01__col__ttl {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.2;
	letter-spacing: -0.02em;
	display: inline-block;
	text-align: left;
}

.sec-banner01__col__ttl:before {
	content: '';
	width: 0.8em;
	height: 0.8em;
	border: 0;
	border-bottom: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: -2em;
	bottom: 0;
	margin: auto;
}


.sec-banner01__col_flex a {
	position: relative;
	color: #ffffff;
	letter-spacing: -0.02em;
}

.sec-banner01__col_flex a:before {
	content: '';
	width: 0.8em;
	height: 0.8em;
	border: 0;
	border-bottom: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 2em;
	bottom: 0;
	margin: auto;
}

.sec-banner01__col_flex .sec-banner01__col__ttl:before {
	content: none;
}

.sec-banner01__col__ttl span {
	font-size: 18px;
	line-height: 1;
}

.sec-banner01__col:nth-of-type(n+2) {
	margin-top: 5%;
}

@media screen and (min-width: 992px) {
	.sec-banner01 {
		padding: 3% 0;
	}

	.sec-banner01__inner {
		gap: 4%;
		display: flex;
		justify-content: center;
	}

	.sec-banner01__col {
		width: 50%;
	}

	.sec-banner01__col:nth-of-type(n+2) {
		margin-top: 0;
	}

	.sec-banner01__col__ttl {
		font-size: 3vw;
	}

	.sec-banner01__col__ttl span {
		font-size: 2.3vw;
	}

	.sec-banner01__col__ttl:before {
		width: 0.7em;
		height: 0.7em;
		border-bottom: solid 5px #ffffff;
		border-right: solid 5px #ffffff;
		right: -1.2em;
	}

	.sec-banner01__col_flex a:before {
		width: 1.4em;
		height: 1.4em;
		border-bottom: solid 5px #ffffff;
		border-right: solid 5px #ffffff;
		right: 1em;
	}
}

@media screen and (min-width: 1399px) {
	.sec-banner01__col__ttl {
		font-size: 40px;
	}

	.sec-banner01__col__ttl span {
		font-size: 32px;
	}
}




/*sec-top-col2*/
.sec-top-col2:nth-of-type(n+2) {
	margin-top: 8%;
}

.sec-top-col2__ttl {
	background: #E8E8E8;
	padding: 0.5em;
}

.sec-top-col2__txt {
	background: #ffffff;
	padding: 1em;
}

@media screen and (min-width: 992px) {
	.sec-top-col2:nth-of-type(n+2) {
		margin-top: 0;
	}

	.sec-top-col2__txt {
		padding: 2em;
	}

	.sec-top-col2Wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 4%;
	}
}

/*sec-top-col2Wrapper-float*/
.sec-top-col2Wrapper-float .sec-top-col2 {
	width: 100%;
}

.sec-top-col2Wrapper-float .sec-top-col2:nth-of-type(n+2) {
	margin-top: 8%;
}

@media screen and (min-width: 768px) {
	.sec-top-col2Wrapper-float .sec-top-col2 {
		width: 48%
	}

	.sec-top-col2Wrapper-float .sec-top-col2:nth-of-type(n+2) {
		margin-left: 4%;
		margin-top: 0;
	}

	.sec-top-col2Wrapper-float .sec-top-col2:nth-of-type(n+3) {
		margin-top: 4%;
	}
}


/*sec-top-col3*/
.sec-top-col3:nth-of-type(n+2) {
	margin-top: 8%;
}

.sec-top-col3__ttl {
	background: #E8E8E8;
	padding: 0.5em 0.5em 0.6em;
}

.sec-top-col3__ttl .fs-s {
	font-size: 20px;
}

.sec-top-col3__txt {
	background: #ffffff;
	padding: 1em;
}

@media screen and (min-width: 992px) {
	.sec-top-col3:nth-of-type(n+2) {
		margin-top: 0;
	}

	.sec-top-col3Wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5em;
	}

	.sec-top-col3__txt {
		padding: 2em;
	}

	.sec-top-col3__ttl {
		padding: 0.8em 0.5em 1em;
	}

	.sec-top-col3__ttl .fs-s {
		font-size: 24px;
	}
}


/* ------------------------------
   sec-top-creator
------------------------------ */

.sec-top-creator {
	padding: 6% 0 0;
}

.sec-top-creator table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}

.sec-top-creator table thead tr th {
	border-right: 1px solid transparent;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	background-color: #323C38;
	color: #fff;
	font-size: 20px;
}

.sec-top-creator table thead tr th:last-child {
	border-right: none;
}

.sec-top-creator table td,
.sec-top-creator table td a {
	padding: 4px;
	font-size: 20px;
	text-align: center;
}

.sec-top-creator table td {
	background: #ffffff;
}

.sec-top-creator table tr.title td {
	font-weight: bold;
	text-align: left;
	padding: 6px 0 6px 50px;
	border-right: none;
}

.sec-top-creator table tr.title td:nth-of-type(3) {
	border-right: 1px solid #669DCD;
}

@media screen and (min-width: 1199px) {
	.sec-top-creator {
		padding: 5% 0 0;
	}
}

@media screen and (max-width: 768px) {
	.sec-top-creator .table_scroll {
		overflow-x: auto;
	}

	.sec-top-creator table {
		width: 978px;
	}

	.sec-top-creator table thead tr th {
		padding: 2px;
		font-size: 12px;
	}

	.sec-top-creator table td,
	.sec-top-creator table td a {
		padding: 2px;
		font-size: 12px;
	}

	.sec-top-creator table tr.title td {
		padding: 4px 0;
	}
}



/* ------------------------------
   sec-top-agent
------------------------------ */

.sec-top-agent {
	padding: 8% 0 0;
}

.sec-top-agent__pic {
	width: 80%;
	margin: 0 auto;
}

@media screen and (min-width: 1199px) {
	.sec-top-agent {
		padding: 5.5% 0 0;
	}
}

/* ------------------------------
   sec-top-jazy
------------------------------ */

.sec-top-jazy {
	padding: 8% 0 0;
}



@media screen and (min-width: 768px) {
	.sec-top-jazy {
		padding: 5.5% 0 0;
	}

	.sec-top-jazy__inner {
		display: flex;
	}

	.sec-top-jazy__txtWrapper {
		width: 40%;
		padding-left: 3%;
	}

	.sec-top-jazy__pic {
		width: 60%;
	}
}


/*----------------------------------------
	sec-top-which
-----------------------------------------*/

.sec-top-which {
	padding: 8% 0 0;
}

.sec-top-which .link_btn a {
	letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
	.sec-top-which {
		padding: 5% 0 0;
	}
}

/*----------------------------------------
	sec-top-faq
-----------------------------------------*/

.sec-top-faq {
	position: relative;
	padding: 8% 0 0;
}

.sec-top-faq__ttl {
	position: relative;
	font-size: 24px;
}

.sec-top-faq__ttl span {
	position: relative;
	line-height: 1;
	display: inline-block;
}

.sec-top-faq__ttl span::before {
	content: '▲▲▲';
	position: absolute;
	bottom: 1.5em;
	left: -5.5em;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	color: #323C38;
	writing-mode: vertical-rl;
	font-size: 16px;
	z-index: -1;
}

.sec-top-faq__ttl span::after {
	content: '▲▲▲';
	position: absolute;
	top: 0.5em;
	right: -6.5em;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	color: #323C38;
	writing-mode: vertical-rl;
	font-size: 16px;
	z-index: -1;
}

.sec-top-faq dl {
	width: 100%;
}

.sec-top-faq dl>dt {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 2px solid #323C38;
	padding: 0.5em 1.5em 0.5em 0;
	background: #ffffff;
	font-weight: bold;
}

.sec-top-faq dl>dt:before {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	content: "Q.";
	font-size: 24px;
	color: #2A3D65;
	padding-left: 0.5em;
}

.sec-top-faq dl>dt span {
	font-size: 24px;
	line-height: 1.4;
	padding-left: 2em;
}

.sec-top-faq dl>dt:nth-of-type(n + 2) {
	margin-top: 1em;
}

.sec-top-faq dl>dd {
	position: relative;
	display: none;
	font-size: 20px;
}

.sec-top-faq dl>dd a {
	color: #2A3D65;
	text-decoration: underline;
}

.sec-top-faq dl>dd a:hover {
	text-decoration: none;
}

@media only screen and (min-width: 768px) {
	.sec-top-faq {
		padding: 5.5% 0 0;
	}

	.sec-top-faq__ttl {
		font-size: 48px;
	}

	.sec-top-faq__ttl span::before {
		font-size: 20px;
		left: -8.5em;
		bottom: 1em;
	}

	.sec-top-faq__ttl span::after {
		font-size: 20px;
		right: -9.5em;
	}
}

@media screen and (max-width: 768px) {
	.sec-top-faq dl>dt {
		padding: 0.5em 1em 0.5em 0;
	}

	.sec-top-faq dl>dt:before {
		font-size: 16px;
	}

	.sec-top-faq dl>dt span {
		font-size: 16px;
	}

	.sec-top-faq dl>dd {
		font-size: 14px;
	}

	.sec-top-faq dl>dt .icon-wrap {
		width: 40px;
		height: 40px;
	}

	.sec-top-faq dl>dt .icon {
		padding-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.sec-top-faq__ttl {
		font-size: 40px;
	}

	.sec-top-faq dl>dt span {
		font-size: 20px;
	}

	.sec-top-faq dl>dd {
		font-size: 16px;
	}
}


/*----------------------------------------
	sec-top-order
-----------------------------------------*/

.sec-top-order {
	position: relative;
	padding: 8% 0 6%;
}

@media only screen and (min-width: 768px) {
	.sec-top-order {
		padding: 5.5% 0 0;
	}
}




.en_brackets {
	font-size: 0.6em;
}


/*----------------------------------------
	sec-point
-----------------------------------------*/

.sec-point {
	padding: 3% 0 0;
}

.sec-point__col__head {
	position: relative;
	background: #E8E8E8;
	padding: 1em 1em 1em;
	display: flex;
	align-items: center;
	margin-top: 1em;
}

.sec-point__col__head:before {
	position: absolute;
	content: "";
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #F53F7E;
	height: 18px;
	width: 20px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -1em;
}

.sec-point__col__inner {
	position: relative;
	padding: 1em 1em 2.5em;
	background: #ffffff;
	z-index: 1;
}

.sec-point__col__inner:before {
	content: '';
	width: 0.8em;
	height: 0.8em;
	border: 0;
	border-bottom: solid 3px #323C38;
	border-right: solid 3px #323C38;
	position: absolute;
	bottom: 1em;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	z-index: 1;
}

.sec-point__col__ttl {
	font-size: 24px;
	line-height: 1.4;
}

.sec-point__col__txt {
	font-size: 16px;
	line-height: 1.4;
}

.sec-point__col__icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
}

.sec-point__col:nth-of-type(n+2) {
	padding-top: 8%;
}

.sec-point__ttl-bg {
	width: 90%;
	margin: 0 auto;
	background: #F53F7E;
	color: #ffffff;
	padding: 0.5em;
}

.sec-point+.sec-banner01 {
	margin-top: -3em;
	padding-top: 5em;
}

/*agent*/
.sec-point_agent .sec-point__ttl-bg {
	background: #3FA8F5;
}

.sec-point_agent .sec-point__col__head:before {
	background: #3FA8F5;
}

@media screen and (min-width: 992px) {
	.sec-point {
		padding-top: 5%;
	}

	.sec-point__col__head {
		padding: 1.2em 0.5em 1.2em;
	}

	.sec-point__col__ttl {
		font-size: 42px;
	}

	.sec-point__col__txt {
		font-size: 24px;
	}

	.sec-point__colWrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 2%;
	}

	.sec-point__colWrapper_col2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.sec-point__col:nth-of-type(n+2) {
		padding-top: 0;
	}

	.sec-point__col__inner {
		padding: 1.2em 2em 3.5em;
	}

	.sec-point__col__inner:before {
		width: 1.4em;
		height: 1.4em;
		border-bottom: solid 5px #323C38;
		border-right: solid 5px #323C38;
	}


	.sec-point__col__icon {
		width: 100%;
	}
}

@media screen and (min-width: 1199px) {
	.sec-point__col__ttl {
		font-size: 56px;
	}

	.sec-point__col__txt {
		font-size: 27px;
	}
}


@media screen and (max-width: 992px) {
	.sec-point__col:nth-of-type(n+2) .sec-point__col__head:before {
		content: none;
	}
}

/*----------------------------------------
	sec-lv2-kv__inner
-----------------------------------------*/

.sec-lv2-kv {
	margin-top: 10%;
	padding: 8% 0 5%;
	background: #F53F7E;
}

.sec-lv2-kv__ttl {
	color: #ffffff;
	border: 2px solid #FFFFFF;
	font-weight: bold;
	padding: 1em 1em 1em;
}

.sec-lv2-kv__txt02 {
	display: flex;
	flex-direction: column;
}

.sec-lv2-kv__ttl__fig {
	display: block;
	width: 100%;
	margin: 3% auto;
}

.sec-lv2-kv__ttl__fig img {
	width: 30%;
	margin: 0 auto;
}

.sec-lv2-kv__ttl__txt01 {
	font-size: 24px;
	line-height: 1;
	margin: -1.2em auto 0.4em;
	display: block;
	background: #F53F7E;
	width: 90%;
}

.sec-lv2-kv__ttl__txt02 {
	font-size: 36px;
	line-height: 1;
}

.sec-lv2-kv__ttl__txt03 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.sec-lv2-kv__ttl__txt03 span:nth-of-type(1) {
	font-size: 16px;
}

.sec-lv2-kv__ttl__txt03 span:nth-of-type(2) {
	font-size: 24px;
}

.sec-lv2-kv__ttl__txt04 {
	font-size: 24px;
	line-height: 1;
	margin-top: 2%;
	width: 100%;
}

.sec-lv2-kv__ttl__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.sec-step {
	padding: 5% 0;
}

.sec-step__ttlWrapper {
	display: flex;
	justify-content: center;
}

.sec-step__ttl>span {
	display: inline-block;
	background: #323C38;
	color: #ffffff;
	padding: 0.3em 0.5em;
	margin-right: 0.6em;
	line-height: 1;
}

.sec-step__txt {
	line-height: 1.4;
}

.sec-step__colWrapper {
	display: block;
}

.sec-step__col:last-child {
	width: 100%;
	margin-top: 2em;
}

.sec-step__col:last-child>div {
	display: flex;
	background: #3f4a4a;
	color: #fff;
	padding: 0.9em 1em;
	margin-bottom: 0.8em;
}

.sec-step__col:last-child>div span:first-child {
	flex: 0 0 auto;
	padding-right: 1em;
	letter-spacing: 0.05em;
}

.sec-step__col:last-child>div span:last-child {
	flex: 1;
}

/*agent*/
.sec-lv2-kv_agent {
	background: #3FA8F5;
}

.sec-lv2-kv_agent .sec-lv2-kv__ttl__txt01 {
	background: #3FA8F5;
}

@media screen and (min-width: 768px) {
	.sec-lv2-kv {
		margin-top: 10%;
		padding: 2.5% 0;
	}

	.sec-lv2-kv__ttl {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.sec-lv2-kv__ttl__fig {
		width: 15%;
		margin: 0;
	}

	.sec-lv2-kv__ttl__fig img {
		width: 100%;
	}

	.sec-lv2-kv__ttl__txt01 {
		font-size: 32px;
		line-height: 1;
		margin: -1.2em 0 0.4em;
		padding: 0 0.5em;
		width: inherit;
	}

	.sec-lv2-kv__ttl__txt02 {
		font-size: 64px;
		line-height: 1;
		padding-left: 0.1em;
	}

	.sec-lv2-kv__ttl__txt03 {
		line-height: 1;
		padding-left: 0.1em;
	}

	.sec-lv2-kv__ttl__txt03 span:nth-of-type(1) {
		font-size: 20px;
	}

	.sec-lv2-kv__ttl__txt03 span:nth-of-type(2) {
		font-size: 40px;
	}

	.sec-lv2-kv__ttl__txt04 {
		font-size: 56px;
		line-height: 1;
		padding-left: 0.1em;
		margin-top: 0;
		width: inherit;
	}

	.sec-step__colWrapper {
		display: flex;
		gap: 4em;
		align-items: flex-start;
	}

	.sec-step__col:first-child {
		width: 48%;
	}

	.sec-step__col:last-child {
		width: 52%;
		margin-top: 0;
	}

	.sec-step__col:last-child>div {
		padding: 1em 1.2em;
	}

	.sec-step__ttl>span {
		margin-top: 0.5em;
	}
}

@media screen and (min-width: 992px) {
	.sec-lv2-kv__ttl__fig {
		max-width: 86px;
		width: auto;
	}
}


/*----------------------------------------
	sec-lv2-kv__inner
-----------------------------------------*/

.sec-faq {
	margin: 5em 0 2em;
}

.sec-faq__title {
	font-size: 18px;
}

.sec-faq__search {
	width: 308px;
	max-width: 100%;
	height: 32px;
	padding: 1em;
	border: 1px solid #707070;
	border-radius: 6px;
	background: #fff;
	color: #333;
}

.sec-faq__search::placeholder {
	color: #b8b8b8;
	transition: 0.2s;
}

.sec-faq__search:focus::placeholder {
	color: transparent;
}

.sec-faq__list a {
	display: block;
	padding: 0.5em 0;
	font-size: 15px;
	transition: 0.3s;
}

.sec-faq__list li:not(:last-of-type) a {
	border-bottom: 1px solid #a9a9a9;
}

.sec-faq__list a:hover {
	opacity: 0.7;
}

.sec-faq__list a::before {
	content: "・";
}

.faq-popular {
	padding: 1em;
	border-radius: 16px;
	background: #fff;
}

.sec-faq__popular-title {
	font-size: 16px;
}

.sec-faq__popular-list {
	display: grid;
	gap: 10px;
	counter-reset: popular;
	transition: 0.3s;
}

.sec-faq__popular-list a:hover {
	opacity: 0.7;
	text-decoration: underline;
}


.sec-faq__popular-list li {
	display: grid;
	grid-template-columns: 16px 1fr;
	gap: 16px;
	align-items: start;
	counter-increment: popular;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.sec-faq__popular-list li::before {
	content: counter(popular);
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	background: #F53F7E;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
}

.sec-faq__popular-list li:nth-child(n + 2)::before {
	background: #FF88AF;
}

.sec-faq__popular-list li:nth-child(n + 4)::before {
	background: #E5E5E5;
}

@media (min-width: 992px) {
	.sec-faq {
		margin: 8em 0 0;
		padding: 0 0 5%;
	}

	.sec-faq__layout {
		display: flex;
	}

	.sec-faq__title {
		margin: 0 0 14px;
		font-size: 24px;
	}

	.sec-faq__popular-title {
		font-size: 18px;
	}

	.sec-faq__popular-list {
		gap: 16px;
	}

	.sec-faq__popular-list li {
		font-size: 16px;
	}

	.sec-faq__popular-list li::before {
		font-size: 16px;
		width: 24px;
		height: 24px;
	}

	.sec-faq__main {
		width: 72%;
		padding-right: 5%;
	}

	.faq-popular {
		width: 28%;
	}

	.sec-faq__list li:not(:last-of-type) a {
		border-bottom: 2px solid #a9a9a9;
	}

	.sec-faq__list a {
		padding: 1em 0;
		font-size: 16px;
	}
}



/* ------------------------------
   sec-column
------------------------------ */

.sec-column__inner {
	padding: 5em 0;
}

.sec-column__contents {
	padding: 2%;
	background: #ffffff;
}

.sec-column__contents_bgnone {
	padding: 0 !important;
	background: none !important;
}

.sec-column-detail__contents pre {
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
	border-left: 3px solid currentColor;
	margin: 0 0 20px;
	line-height: 1.7;
	font-family: 'Noto Sans JP', YuGothic, YuGothicM, Yu Gothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.sec-column-detail__contents h2 {
	border-left: 3px solid #058f91;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

.sec-column-detail__contents h3 {
	font-size: 20px;
	font-weight: bold;
	background: #dddddd;
	padding: 8px;
	line-height: 1.3;
	color: #333333;
	margin: 5px 0px 10px;
}

.sec-column-detail__contents p strong {
	background: linear-gradient(transparent 60%, #ff6 60%);
	color: #000000;
}

.sec-column-detail__contents p img {
	margin-bottom: 15px;
}

.sec-column-detail__ttl {
	font-size: 24px;
	font-weight: bold;
}

.sec-column-detail__ex {
	display: flex;
	padding: 1em 0;
}

.sec-column-detail__ex__time {
	font-size: 12px;
}

.sec-column-detail__ex__time__icon {
	padding-right: 0.5em;
}

.sec-column-detail__ex__category {
	font-size: 12px;
	margin-left: 2em;
}

.sec-column-detail__ex__category__icon {
	padding-right: 0.5em;
}

.sec-ttl-list {
	background: #f9f9f9;
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 1em;
	width: auto;
	display: table;
	font-size: 95%;
}

.sec-ttl-list {
	background: #ffffff;
	border: 1px solid #058f91;
	width: 100%;
}

.sec-ttl-list p.toc_title {
	text-align: center;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.sec-ttl-list p.toc_title {
	color: #058f91;
}

.sec-ttl-list a {
	text-decoration: none;
	text-shadow: none;
}

.sec-ttl-list ul ul {
	margin-left: 1.5em;
}

.sec-column-list__card {
	position: relative;
	overflow: hidden;
	min-height: 374px;
	background: var(--white);
	border-radius: 8px;
	background: #ffffff;
}

.sec-column-list__card:nth-of-type(n+2) {
	margin-top: 1em;
}

.sec-column-list__card.blank {
	display: flex;
	align-items: flex-end;
	min-height: 332px;
}

.sec-column-list__card-thumb {
	aspect-ratio: 40 / 21;
	background: #eef4f3;
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}

.sec-column-list__card-thumb img {
	width: 100%;
	object-fit: cover;
}

.card-body {
	padding: 0.5em 1em 1em;
}

.category {
	display: inline-flex;
	align-items: center;
}

.category a {
	color: #ffffff;
	position: relative;
	min-width: 54px;
	height: 24px;
	padding: 0 12px;
	background: #323C38;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.category:nth-of-type(n+2) {
	margin-left: 0.5em;
}

.sec-column-list__card h2 {
	margin: 16px 0 10px;
	font-size: 20px;
	line-height: 1.45;
	font-weight: 900;
	letter-spacing: 0;
}

.sec-column-list__card h2 a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.excerpt {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
}

.date {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 20px 0 0;
	color: #62727d;
	font-size: 12px;
	line-height: 1;
}

.date::before {
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid #8aa1a5;
	border-radius: 50%;
}

.pagination {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin: 38px 0 0;
}

.pagination a {
	min-width: 22px;
	height: 22px;
	padding: 0 7px;
	color: #7f8d91;
	background: var(--white);
	border-radius: 3px;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
}

.pagination a.current {
	color: var(--white);
	background: var(--teal);
}

/*sec-column-detail__side*/
.sec-column-detail__side {
	margin-top: 8%;
}

.sec-column-detail__side__inner {
	position: sticky;
	top: 100px;
}

.sec-column-detail__side__news {
	padding: 5%;
	background: #ffffff;
	border-radius: 16px;
}

.sec-column-detail__side__ttl {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 1em;
}

.sec-column-detail__side__col__ttl {
	padding-top: 0.5em;
	font-size: 14px;
	font-weight: bold;
}

.sec-column-detail__side__col__pic {
	aspect-ratio: 40 / 21;
	background: #eef4f3;
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}

.sec-column-detail__side__col__pic img {
	width: 100%;
	object-fit: cover;
}

.sec-column-detail__side__col__time {
	font-size: 12px;
}

.sec-column-detail__side__col:nth-of-type(n+2) {
	margin-top: 1em;
}

.sec-column-detail__side__colum {
	background: #ffffff;
	padding: 5%;
	margin-top: 8%;
	border-radius: 16px;
}

.sec-column-detail__side__ranking__item {
	position: relative;
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 12px;
	margin-bottom: 12px;
	text-decoration: none;
}

.sec-column-detail__side__ranking__num {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 23px;
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 14px;
	z-index: 2;
	background: #c7a66b;
}

.sec-column-detail__side__ranking__item:nth-child(1) .sec-column-detail__side__ranking__num {
	background: #f0c85a;
}

.sec-column-detail__side__ranking__item:nth-child(2) .sec-column-detail__side__ranking__num {
	background: #ddd;
}

.sec-column-detail__side__ranking__item:nth-child(4) .sec-column-detail__side__ranking__num,
.sec-column-detail__side__ranking__item:nth-child(5) .sec-column-detail__side__ranking__num {
	background: #323C38;
}

.sec-column-detail__side__ranking__pic {
	aspect-ratio: 1.62 / 1;
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	background: #eee;
}

.sec-column-detail__side__ranking__pic img {
	width: 100%;
	object-fit: cover;
}

.sec-column-detail__side__ranking__ttl {
	margin: 0;
	color: #323C38;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 700;
	text-decoration: underline;
}



.sec-column__inner {
	padding: 5em 0;
}

.sec-column__contents {
	padding: 2.5%;
	background: #ffffff;
	border-radius: 16px;
	line-height: 2;
}

.sec-column-detail__contents pre {
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
	border-left: 3px solid currentColor;
	margin: 0 0 20px;
	line-height: 1.7;
	font-family: 'Noto Sans JP', YuGothic, YuGothicM, Yu Gothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.sec-column-detail__contents h2 {
	border-left: 3px solid #058f91;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 2em;
	margin-right: 0px;
	margin-left: 0px;
}

.sec-column-detail__contents h3 {
	font-size: 16px;
	font-weight: bold;
	background: #f2f2f2;
	padding: 8px;
	line-height: 1.3;
	color: #333333;
	margin: 1.5em 0px 1em;
}

.sec-column-detail__contents p strong {
	background: linear-gradient(transparent 60%, #ff6 60%);
	color: #000000;
}

.sec-column-detail__contents p img {
	margin-bottom: 15px;
}

.sec-column-detail__ttl {
	font-size: 20px;
	font-weight: bold;
}

.sec-column-detail__ex {
	display: flex;
	padding: 1em 0;
}

.sec-column-detail__ex__time {
	font-size: 12px;
}

.sec-column-detail__ex__time__icon {
	padding-right: 0.5em;
}

.sec-column-detail__ex__category {
	font-size: 12px;
	margin-left: 2em;
}

.sec-column-detail__ex__category__icon {
	padding-right: 0.5em;
}

.sec-ttl-list {
	background: #f9f9f9;
	border: 1px solid #aaa;
	padding: 1em;
	margin-bottom: 1em;
	width: auto;
	display: table;
	font-size: 95%;
}

.sec-ttl-list {
	background: #ffffff;
	border: 1px solid #058f91;
	width: 100%;
}

.sec-ttl-list p.toc_title {
	text-align: center;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.sec-ttl-list p.toc_title {
	color: #058f91;
}

.sec-ttl-list a {
	text-decoration: none;
	text-shadow: none;
	font-weight: bold;
}

.sec-ttl-list ul ul {
	margin-left: 1.5em;
}


.sec-ttl-list ul ul a {
	font-weight: normal;
}

/*sec-column-detail__side*/
.sec-column-detail__side {
	margin-top: 8%;
}

.sec-column-detail__side__news {
	padding: 5%;
	background: #ffffff;
	border-radius: 16px;
}

.sec-column-detail__side__ttl {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 1em;
}

.sec-column-detail__side__col__ttl {
	padding-top: 0.5em;
	font-size: 14px;
	font-weight: bold;
}

.sec-column-detail__side__col__pic {
	aspect-ratio: 40 / 21;
	background: #eef4f3;
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}

.sec-column-detail__side__col__pic img {
	width: 100%;
	object-fit: cover;
}

.sec-column-detail__side__col__time {
	font-size: 12px;
}

.sec-column-detail__side__col:nth-of-type(n+2) {
	margin-top: 1em;
}

.sec-column-detail__side__colum {
	background: #ffffff;
	padding: 5%;
	margin-top: 8%;
	border-radius: 16px;
}

.sec-column-detail__side__ranking__item {
	position: relative;
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 12px;
	margin-bottom: 12px;
	text-decoration: none;
}

.sec-column-detail__side__ranking__num {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 23px;
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 14px;
	z-index: 2;
	background: #c7a66b;
}

.sec-column-detail__side__ranking__item:nth-child(1) .sec-column-detail__side__ranking__num {
	background: #f0c85a;
}

.sec-column-detail__side__ranking__item:nth-child(2) .sec-column-detail__side__ranking__num {
	background: #ddd;
}

.sec-column-detail__side__ranking__item:nth-child(4) .sec-column-detail__side__ranking__num,
.sec-column-detail__side__ranking__item:nth-child(5) .sec-column-detail__side__ranking__num {
	background: #323C38;
}

.sec-column-detail__side__ranking__pic {
	aspect-ratio: 1.62 / 1;
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	background: #eee;
}

.sec-column-detail__side__ranking__pic img {
	width: 100%;
	object-fit: cover;
}

.sec-column-detail__side__ranking__ttl {
	margin: 0;
	color: #323C38;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 700;
	text-decoration: underline;
}

@media (min-width: 992px) {
	.sec-column__inner {
		display: flex;
	}

	.sec-column__contents {
		width: 72%;
		padding: 3%;
	}

	.sec-column-detail__ttl {
		font-size: 28px;
	}

	.sec-column-detail__contents h2 {
		font-size: 23px;
	}

	.sec-column-detail__contents h3 {
		font-size: 20px;
	}

	.sec-column-detail__side {
		width: 26%;
		margin-left: 2%;
		margin-top: 0;
	}

	.sec-column-detail__side__news {
		padding: 8%;
	}

	.sec-column-detail__side__colum {
		padding: 8%;
	}
}

@media (min-width: 768px) {
	.sec-column-list__grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 42px 30px;
	}
}

@media (min-width: 992px) {
	.sec-column__inner {
		display: flex;
	}

	.sec-column__contents {
		width: 72%;
		padding: 3%;
	}

	.sec-column-detail__ttl {
		font-size: 28px;
	}

	.sec-column-detail__contents h2 {
		font-size: 23px;
	}

	.sec-column-detail__contents h3 {
		font-size: 20px;
	}

	.sec-column-list__card:nth-of-type(n+2) {
		margin-top: 0;
	}

	.sec-column-detail__side {
		width: 26%;
		margin-left: 2%;
		margin-top: 0;
	}

	.sec-column-detail__side__news {
		padding: 8%;
	}

	.sec-column-detail__side__colum {
		padding: 8%;
	}
}

/*----------------------------------------
page nation
-----------------------------------------*/

.pnavi {
	padding: 6% 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pnavi .page-numbers {
	font-size: 15px;
	color: #323C38;
	padding: 6px;
	transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
	background: #ffffff;
	color: #323C38;
	margin-left: 10px;
}

.pnavi .page-numbers:hover {
	opacity: 0.6;
}

.pnavi .page-numbers.current:hover {
	opacity: 1;
}

.pnavi .page-numbers.current {
	font-weight: bold;
	background: #323C38;
	color: #ffffff;
}

.pnavi .page-numbers.next span,
.pnavi .page-numbers.prev span {
	position: relative;
}

.pnavi .page-numbers.next span:before {
	content: '';
	position: absolute;
	top: -1px;
	bottom: 0;
	margin: auto;
	left: -6px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #323C38;
	border-right: 2px solid #323C38;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pnavi .page-numbers.prev span:before {
	content: '';
	position: absolute;
	top: -1px;
	bottom: 0;
	margin: auto;
	right: -6px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #323C38;
	border-right: 2px solid #323C38;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

@media only screen and (min-width: 768px) {
	.pnavi {
		padding: 50px 0 0;
	}
}

@media (min-width: 768px) {
	.pnavi .page-numbers {
		font-size: 16px;
	}
}




/* ------------------------------
   accordion-link
------------------------------ */

.accordion-link {
	cursor: pointer;
	position: relative;
}

.icon-wrap {
	width: 48px;
	height: 48px;
	padding: 0 !important;
	border-top: none;
	display: inline-block;
}

.icon {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.icon:before,
.icon:after {
	position: absolute;
	content: "";
	display: block;
	transition: all 0.4s;
	background: #2a3d65;
	right: 0;
	top: 50%;
	width: 16px;
	height: 2px;
	transform: translateY(-50%);
}

.icon:before {
	transform: translateY(-50%) rotate(90deg);
}

.accordion-link.active .icon:before {
	transform: translateY(-50%) rotate(0deg);
}


/*----------------------------------------
	swipe
-----------------------------------------*/

/* スワイプ*/
@media (max-width: 767px) {
	.table_scroll {
		overflow-x: auto;
	}

	.swipe {
		position: relative;
	}

	.swipe .swipe_icon {
		display: block;
		position: absolute;
		top: 20%;
		left: calc(50% - 55px);
		z-index: 200;
		width: 110px;
		height: 110px;
		border-radius: 4px;
		background: url(https://www.upp.or.jp/newsite/wp-content/themes/jzpl/assets/cmn/images/icon_swipe02.svg) center center no-repeat;
		background-size: 70% auto;
		pointer-events: none;
		transition: opacity .2s, visibility .2s;
		padding: 4px;
		background-color: #3E9DFF
	}

	.swipe .swipe_icon:after {
		content: '横スクロールできます';
		bottom: 5%;
		left: 5%;
		position: absolute;
		font-size: 10px;
		color: #fff
	}

	.swipe .swipe_icon.hide {
		opacity: 0;
		visibility: hidden
	}
}

/*----------------------------------------
	loading
-----------------------------------------*/

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		display: none;
		opacity: 0;
		z-index: -100;
	}
}

body .loading-sec {
	position: absolute;
	top: 0;
	width: 100%;
	height: 70vh;
	z-index: 1000;
}

body .loading-sec.loaded {
	z-index: -9000;
}

body .loading-sec__inner {
	padding-top: calc(900 / 1200* 100%);
}

body .loading-sec .loading {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

body:not(.home) .loading-sec {
	display: none;
}

body .loading-sec.loaded .loading {
	animation: fadeOut 0.2s forwards;
}

body .loading-sec .loading .loadingInner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media (min-width: 768px) {
	body .loading-sec {
		height: 100vh;
	}

	body .loading-sec__inner {
		padding-top: calc(500 / 1200* 100%);
	}
}

@keyframes spin {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(359deg);
	}
}

.spinner-box {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
}

.circle-border {
	width: 50px;
	height: 50px;
	padding: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: rgb(63, 249, 220);
	background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, rgb(3, 3, 3) 100%);
	animation: spin .8s linear 0s infinite;
}

.circle-core {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border-radius: 50%;
}

/*----------------------------------------
	animation
-----------------------------------------*/

.fade_gray {
	opacity: 0.4;
	transition: 1s;
	transition-delay: 0.5s;
}

.fade_t.fade_in .fade_gray {
	opacity: 1;
}

@keyframes slideAnime1 {
	0% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
}

@keyframes slideAnime2 {
	0% {
		-webkit-transform: scale(1.12);
		transform: scale(1.12);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
}

@keyframes menuBar {
	0% {
		width: 24px;
		left: 0;
		transform: translateY(-6px);
	}

	60% {
		width: 24px;
		left: 0;
		transform: translateY(0);
	}

	79% {
		width: 0;
		left: 12px;
		transform: translateY(0);
	}

	80% {
		width: 0;
		left: 12px;
		transform: rotate(45deg);
	}

	to {
		width: 24px;
		left: 0;
		transform: rotate(45deg);
	}
}

@keyframes menuBarOut {
	0% {
		transform: rotate(45deg);
	}

	50% {
		transform: translateY(0);
	}

	to {
		transform: translateY(-6px);
	}
}

@keyframes menuBar2 {
	0% {
		left: 0;
		width: 24px;
	}

	60% {
		left: 0;
		width: 24px;
	}

	79% {
		left: 12px;
		width: 0;
	}

	80% {
		left: 12px;
		width: 0;
	}

	to {
		left: 12px;
		width: 0;
	}
}

@keyframes menuBar2Out {
	0% {
		width: 0;
	}

	49% {
		width: 24px;
	}

	50% {
		width: 24px;
	}

	to {
		width: 24px;
	}
}

@keyframes menuBar3 {
	0% {
		left: 0;
		width: 24px;
		transform: translateY(6px);
	}

	60% {
		left: 0;
		width: 24px;
		transform: translateY(0);
	}

	79% {
		left: 12px;
		width: 0;
		transform: translateY(0);
	}

	80% {
		left: 12px;
		width: 0;
		transform: rotate(-45deg);
	}

	to {
		left: 0;
		width: 18px;
		transform: rotate(-45deg);
	}
}

@keyframes menuBar3Out {
	0% {
		transform: rotate(-45deg);
	}

	50% {
		transform: translateY(0);
	}

	to {
		transform: translateY(6px) rotate(0);
	}
}

@keyframes rotation1 {
	0% {
		transform: translateX(-50%) rotate(0);
	}

	100% {
		transform: translateX(-50%) rotate(360deg);
	}
}

@keyframes slide-up01 {
	0% {
		transform: translate(0, 70%);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes slide-up01_s {
	0% {
		transform: translate(0, 200%);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes rotate-shape {
	from {
		transform: rotate(90deg);
		opacity: 0;
	}

	to {
		transform: rotate(0deg);
		opacity: 1;
	}
}


/*ttl_fade*/
.fade_t .fade_rotate {
	//opacity: 0;
	transition: 1.6s;
	scale: 0.97;
	//transform: translate3d(0, 0px, 0px) rotateY(20deg);
}

.fade_t.fade_in .fade_rotate {
	//opacity: 1;
	scale: 1;
	//transform: translate3d(0px, 0px, 0px) rotateY(0);
}

/*fade*/
.fade_t .fade_opacity {
	opacity: 0;
	transition: 0.6s ease;
}

.fade_t.fade_in .fade_opacity {
	opacity: 1;
}

.clip_txt {
	clip-path: inset(100% 0 0 0%);
	transition: clip-path 0.8s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .clip_txt {
	clip-path: inset(0% 0% 0% 0%);
}

.clip_circle {
	transform: translateY(50px);
	clip-path: circle(0% at 50% 10%);
	opacity: 0;
	transition: clip-path 1.6s cubic-bezier(0.32, 0.95, 0.6, 1), opacity 2.6s cubic-bezier(0.16, 1, 0.3, 1), transform 2.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 1.6s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .clip_circle {
	clip-path: circle(100% at 50% 50%);
	opacity: 1;
	transform: translateY(0);
}

.fade_t .fade_slide {
	clip-path: inset(0 100% 0 0);
	opacity: 0;
	transition: 1.6s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .fade_slide {
	clip-path: inset(0 0 0 0);
	opacity: 1;
}

/*fade_slide_right*/
.fade_t .fade_slide2 {
	clip-path: inset(0 100% 0 0);
	opacity: 0;
	transition: 1s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .fade_slide2 {
	clip-path: inset(0 0 0 0);
	opacity: 1;
}

/*clip_circle2*/
.clip_circle2 {
	transform: translateY(50px);
	clip-path: circle(50% at 50% 50%);
	opacity: 0;
	transition: clip-path 1s cubic-bezier(0.32, 0.95, 0.6, 1), opacity 2s cubic-bezier(0.16, 1, 0.3, 1), transform 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 1.6s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.fade_t.fade_in .clip_circle2 {
	clip-path: circle(100% at 50% 50%);
	opacity: 1;
	transform: translateY(0);
}

/*fade*/
.fade_t .fade_big {
	scale: 0.9;
	transition: 0.6s ease;
}

.fade_t.fade_in .fade_big {
	scale: 1;
}


/*fade_scale*/
.fade_t .fade_scale {
	overflow: hidden;
}

.fade_t .fade_scale img {
	transform: scale(1);
	transition: transform 2s cubic-bezier(.22, 1, .36, 1);
}

.fade_t.fade_in .fade_scale img {
	transform: scale(1.1);
}


/*----------------------------------------
	cmn-footer
-----------------------------------------*/

.cmn-footer {
	position: relative;
	background: rgba(50, 60, 56, 0.04);
}

.cmn-footer__inner {
	padding: 12% 0 10%;
}

.cmn-footer__ttl {
	width: 35%;
}

.cmn-footer__nav__ttl {
	padding: 0 0 1em;
}

.cmn-footer__nav:nth-of-type(2) .cmn-footer__nav__ttl {
	padding-top: 2em;
}

.cmn-footer__nav li {
	border-top: 1px dotted #323C38;
}

.cmn-footer__nav li:last-child {
	border-bottom: 1px dotted #323C38;
}

.cmn-footer__nav li a {
	position: relative;
	padding: 1em 2em 1em 0;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
}

.cmn-footer__nav li a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #323C38;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin-top: 1.4em;
}

.cmn-footer__ttl {
	font-size: 14px;
}

.cmn-footer__copyright {
	font-size: 12px;
}

@media screen and (min-width:768px) {
	.cmn-footer__inner {
		padding: 6% 0;
		max-width: 1055px;
		margin: 0 auto;
	}

	.cmn-footer__nav__ttl {
		font-size: 24px;
		padding: 0 0 0.5em;
	}

	.cmn-footer__nav:nth-of-type(2) .cmn-footer__nav__ttl {
		padding-top: 0;
	}

	.cmn-footer__nav li {
		border-top: none;
	}

	.cmn-footer__nav li:last-child {
		border-bottom: none;
	}

	.cmn-footer__nav li a {
		font-size: 24px;
		padding: 0;
		width: 100%;
		transition: 0.3s;
	}

	.cmn-footer__nav li a:hover {
		opacity: 0.7;
	}

	.cmn-footer__nav li:nth-of-type(n+2) a {
		padding-top: 0.5em;
	}

	.cmn-footer__nav:nth-of-type(2) {
		margin: 0 0 0 4em;
	}

	.cmn-footer__nav li a:before {
		content: none;
	}

	.cmn-footer__ttl {
		width: 100%;
		max-width: 200px;
	}

	.cmn-footer__copyright {
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cmn-footer__nav li a {
		font-size: 16px;
	}

	.cmn-footer__copyright {
		font-size: 12px;
	}
}


/*----------------------------------------
	pageTop
-----------------------------------------*/

/*----------------------------------------
	pageTop
-----------------------------------------*/

#pageTop {
	position: fixed;
	right: 20px;
	bottom: -120px;
	display: table;
	z-index: 500;
	transition: 0.3s;
}

#pageTop.fixed {
	bottom: 60px;
}

#pageTop.keep {
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 500;
	transition: 0.1s;
	margin-top: 12px;
}

#pageTop a {
	position: relative;
	width: 40px;
	height: 40px;
	display: table-cell;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(../images/pagetop_arrow.svg);
}

@media screen and (min-width: 768px) {
	#pageTop {
		right: 60px;
		bottom: -100px;
	}

	#pageTop.fixed {
		bottom: 20px;
	}

	#pageTop.keep {
		right: 60px;
		margin-top: 24px;
	}

	#pageTop a {
		width: 80px;
		height: 80px;
	}

	#pageTop a:after {
		width: 7px;
		height: 48px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#pageTop {
		right: 40px;
	}

	#pageTop.fixed {
		bottom: 80px;
	}

	#pageTop.keep {
		right: 40px;
	}

	#pageTop a {
		width: 50px;
		height: 50px;
	}

	#pageTop a:after {
		width: 5px;
		height: 40px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#pageTop.fixed {
		bottom: 90px;
	}
}


@keyframes spin {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(359deg);
	}
}

.spinner-box {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
}

.circle-border {
	width: 50px;
	height: 50px;
	padding: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: rgb(63, 249, 220);
	background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, rgb(3, 3, 3) 100%);
	animation: spin .8s linear 0s infinite;
}

.circle-core {
	width: 100%;
	height: 100%;
	background-color: #F5F5F5;
	border-radius: 50%;
}


@media (min-width: 768px) {

	/*fade*/
	.fade_t .fade_blur {
		filter: blur(5px);
		opacity: 0;
		transition: 1.6s cubic-bezier(0.32, 0.95, 0.6, 1);
	}

	.fade_t.fade_in .fade_blur {
		filter: blur(0);
		opacity: 1;
	}
}