@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");

html {
	font-family: "Noto Sans JP", serif;
	color: #292929;
	font-size: 14px;
}

#wrapper {
	width: 100%;
	overflow-x: hidden;
	min-width:375px;
}

.spm {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
}


.top-mv {
	height: 100vh;
	width: 100%;
	position: relative;

}

.under-mv {
	height: 50vh;
	width: 100%;
	position: relative;
}


#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.h1-area {
	width: 100%;
	background-color: #fcd000;
	font-size: 14px;
	padding: 5px 0;
	font-weight: 500;
}

.logo-area {
	width: 100%;
	padding: 20px 0;
	z-index: 2;
}

.logo-area a {
	width: 250px;
	display: block;
}

.logo-area a img {
	width: 100%;
	display: block;
}

.logo-area a img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(125deg) brightness(103%) contrast(103%);
}

.top-slide,
.top-slide>.uk-slidenav-position,
.top-slide>.uk-slidenav-position>.uk-slideshow,
.top-slide>.uk-slidenav-position>.uk-slideshow>li,
.top-slide>.uk-slidenav-position>.uk-slideshow>li>div {
	height: 100%;
	width: 100%;
		overflow: hidden;
}

.top-slide>.uk-slidenav-position>.uk-slideshow>li>div>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	filter: brightness(70%);
}

.top-slide>.uk-slidenav-position>.uk-slideshow>li {
	animation-duration: 5000ms !important;
}

.under-mv-box {
	height: 100%;
	width: 100%;
}

.under-mv-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	filter: brightness(70%);
}

.top-catch {
	font-size: 46px;
	writing-mode: tb-rl;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 20%;
	text-align: center;
	letter-spacing: .15em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	min-width: 100px;
}

.top-catch .for-sp {
	font-size: 28px;
	padding-top: 60px;
}

.under-catch {
	text-align: right;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.under-catch .under-txt {
	font-size: 36px;
	color: #292929;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 8px 16px;
	display: inline-block;
}

.under-catch .under-txt .for-sp {
	font-size: 26px;
}

.nav-area {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-color: #fff;
}

.nav-area.fixed {
	position: fixed;
	top: 0;
	bottom: auto;
}

.nav-area>#nav {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.nav-main {
	display: flex;
	align-items: center;
	width: calc(100% - 400px);
}

.navitem01 {
	flex-grow: 1;
	position: relative;
}

.navitem01>a,
.navitem01>.a {
	display: block;
	padding: 25px 0;
	text-align: center;
	font-size: 18px;
	position: relative;
	z-index: 1;
}

.navitem01::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fcd000;
	transition: 1s;
	z-index: 0;
}

.navitem01:hover>a,
.navitem01:hover>.a {
	opacity: 1;
}

.navitem01:hover::after {
	height: 100%;
	width: 100%;
}

.dropmenu {
	width: 310px;
	max-height: 0px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(252, 208, 0, 0.5);
	transition: 1s;
	overflow: hidden;
}


.navitem01.swc:hover .dropmenu {
	max-height: 360px;
}

.navitem02 {
	width: 100%;
}

.navitem02>a {
	display: block;
	width: 100%;
	padding: 10px 10px 10px 30px;
	position: relative;
	transition: 1s;
}

.navitem02>a::after {
	content: "";
	width: 20px;
	height: 1px;
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	background-color: #292929;
}

.navitem02>a:hover {
	background-color: #fcd000;
	opacity: 1;
}

.nav-sub {
	width: 400px;
	z-index: 997;
	position: relative;
}

.btns {
	display: flex;
	align-items: center;
	width: 400px;
	justify-content: space-evenly;
}

.btns>* {
	width: 180px;
}

.btns>*>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #fcd000;
	transition: 1s;
	padding: 12px 0;
	border-radius: 5px;
	line-height: 1em;
}

.btns>*>a>i {
	font-size: 1.2em;
	margin-right: .3em;
}

.btns>*>a:hover {
	background-color: #a18c23;
	color: #fff;
	opacity: 1;
}

.hum-btn {
	display: none;
	width: 45px;
	height: 45px;
	background-color: #fcd000;
	position: relative;
	border-radius: 5px;
	transition: .5s;
	z-index: 900;
}

.hum-btn>span {
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
}

.hum-btn>span:nth-child(1) {
	top: 12px;
}

.hum-btn>span:nth-child(2) {
	top: 50%;
	transform: translate(-50%, -50%);
}

.hum-btn>span:nth-child(3) {
	bottom: 12px;
}

.drawer-active .hum-btn {
	background-color: #a18c23;
}

.drawer-active .hum-btn>span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-active .hum-btn>span:nth-child(2) {
	opacity: 0;
}

.drawer-active .hum-btn>span:nth-child(3) {
	bottom: auto;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}



.h1-decoy {
	width: 100%;
	padding: 5px 55px 0px 20px;
	font-size: 14px;
	line-height:1.3em;
}

.nav-logo {
	width: 200px;
	margin: 15px auto;
}

.nav-add {
	text-align: center;
	font-size: 14px;
	color: #6f6f6f;
}

@media(max-width:1024px) {
	.h1-area {
		display: none;
	}

	.hum-btn {
		display: inline-block;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 999;
	}

	.nav-sub {
		position: fixed;
		bottom: 10px;
		right: 0;
	}

	.nav-main {
		display: block;
		position: fixed;
		top: 0;
		right: -400px;
		background-color: #fff;
		height: 100vh;
		width: 375px;
		overflow-y: scroll;
		z-index: 998;
		padding-bottom: 100px;
		transition: 1s;
	}

	.drawer-active .nav-main {
		right: 0;
	}

	.navitem01>a,
	.navitem01>.a {
		text-align: left;
		padding: 10px 20px;
	}

	.dropmenu,
	.navitem01.swc:hover .dropmenu {
		position: relative;
		transform: translateX(0);
		max-height: 900px;
		left: 0;
		width: 100%;
		background-color: #fff;
		margin-bottom: 15px;
	}

	.navitem01:hover::after {
		display: none;
	}

	.navitem02>a {
		padding: 10px 10px 10px 50px;
	}

	.navitem02>a::after {
		left: 25px;
	}

	.navitem01>a:hover {
		background-color: #fcd000;
	}

	.top-catch {
		font-size: 32px;
	}

	.top-mv {
		height: 600px;
	}

	.logo-area a {
		width: 200px;
	}
	
	.under-mv {
	overflow: visible;
}

.overlay {

	display: block;
	position: fixed;
	width: 0;
	height: 100vh;
	background-color: #292929;
	opacity: 0.5;
	top: 0;
	left: 0;
	z-index: 997;
	transition: 1s;
}

.drawer-active .overlay {
	width: 100vw;
}
}

@media(max-width:599px) {
	.top-mv {
		height: 500px;
	}

	.logo-area a {
		width: 150px;
	}

	.nav-sub,
	.btns {
		width: 100%;
	}

	.btns>* {
		width: 48%;
	}

	.under-catch .under-txt {
		border-radius: 5px;
		padding: 5px 8px;
	}
}



.title01 {
	font-size: 34px;
	font-family: "Shippori Mincho", serif;
}

.title01 .for-sp {
	font-size: 24px;
}

.title02 {
	font-size: 24px;
	font-family: "Shippori Mincho", serif;
}

.title02 .for-sp {
	font-size: 20px;
}

.title03 {
	font-size: 22px;
	font-family: "Shippori Mincho", serif;
}

.title03 .for-sp {
	font-size: 18px;
}

.title05 {
	font-size: 22px;
	font-family: "Shippori Mincho", serif;
	border-left: solid 5px #fcd000;
	padding-left: 1em;
}

.top-news-list li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

.date01 {
	color: #6f6f6f;
	white-space: nowrap;
}

.top-news-list .date01 {
	width: 100px;
}

.cate01>span {
	display: inline-block;
	background-color: #fcd000;
	line-height: 1.1em;
	font-size: 14px;
	padding: 4px 8px;
	border-radius: 3px;
	white-space: nowrap;
}

.top-news-list .cate01 {
	width: 170px;
}

.top-news-list .news-title01 {
	flex: 1;
}


.more-btn>* {
	display: inline-block;
	background-color: #fcd000;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
	color: #292929;
	padding: 15px 50px;
	font-size: 14px;
	box-shadow: 3px 3px rgba(80, 75, 70, 0.3);
}

.lg .more-btn>* {
	width: 175px;
}

.more-btn>*:hover {
	background-color: #a18c23;
	color: #fff;
	opacity: 1;
}

.udb {
	position: relative;
}

.udb::before {
	content: "";
	display: block;
	background-color: #fcd000;
	position: absolute;
	height: 5px;
	width: 60px;
	left: 0;
	bottom: -.4em;
}

.udb.mini::beofre {
	height: 2px;
	width: 35px;
}

.udb.up-ta-c::before {
	left: 50%;
	transform: translateX(-50%);
}

.udb.up-ta-r::before {
	left: auto;
	right: 0;
}

.c-udm {
	background: linear-gradient(transparent 60%, rgba(243, 226, 97, 0.5) 40%);
}

@media(max-width:599px) {
	.top-news-list li>a {
		justify-content: flex-start;
	}

	.date01 {
		font-size: 14px;
	}

	.top-news-list .news-title01 {
		width: 100%;
		flex: auto;
		margin-top: 5px;
		border-bottom: 1px dashed #6f6f6f;
		padding-bottom: 5px;
	}

	.lg .more-btn>* {
		width: 150px;
		padding: 15px 20px;
	}
}

.ration {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.ration-item.left {
	width: 40%;
	max-width: 500px;
	margin-top: 50px;
	margin-right: -5%;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.mdn .ration-item.left {
	margin-top: 30px;
	margin-bottom: 30px;
}

.ration-item.right {
	width: 60%;
	position: relative;
	overflow: hidden;
	border-radius: 20px 0 0 20px;
}

.ration-item.right>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.left-white {
	background: #fff;
	padding: 50px 50px 50px 0;
	border-radius: 0 20px 20px 0;
}

.mdn .left-white {
	padding: 40px 40px 40px 0;
}

@media(max-width:1024px) {
	.ration-item.left {
		width: 50%;
		margin-right: -5%;
	}

	.ration-item.right {
		width: 50%;
		border-radius: 10px 0 0 10px;
	}

	.left-white {
		background: #fff;
		padding: 40px 20px 40px 0;
		border-radius: 0 10px 10px 0;
	}

	.mdn .left-white {
		padding: 30px 20px 30px 0;
	}
}

@media(max-width:599px) {
	.ration {
		flex-direction: column;
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}

	.ration-item.right {
		width: 102%;
		margin-right: 2%;
		order: 1;
	}

	.ration-item.left {
		width: 100%;
		order: 2;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		max-width: 100%;
	}

	.mdn .ration-item.left {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.left-white {
		margin-top: 15px;
		padding: 0;
		border-radius: 0;
	}

	.mdn .left-white {
		padding: 0;
	}
}

.ration.r {
	flex-direction: row-reverse;
}

.r .ration-item.left {
	margin-right: 0;
	margin-left: -5%;
}

.r .ration-item.right {
	border-radius: 0 20px 20px 0;
}

.r .left-white {
	padding: 50px 0px 50px 50px;
	border-radius: 20px 0 0 20px;
}

.mdn .ration-item.right {
	max-height: 542px;
}

@media(max-width:1024px) {
	.r .ration-item.left {
		margin-right: 0;
		margin-left: -5%;
	}

	.r .ration-item.right {
		border-radius: 0 10px 10px 0;
	}

	.r .left-white {
		background: #fff;
		padding: 40px 0px 40px 20px;
		border-radius: 10 0px 0px 10;
	}

	.mdn.r .left-white {
		padding: 30px 0px 30px 20px;
	}
}

@media(max-width:599px) {
	.r.ration {
		flex-direction: column;
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}

	.r .ration-item.right {
		width: 102%;
		margin-left: -2%;
		order: 1;
	}

	.r .ration-item.left {
		width: 100%;
		order: 2;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0;
		max-width: 100%;
	}

	.r .left-white {
		margin-top: 15px;
		padding: 0;
		border-radius: 0;
	}

	.r.mdn .left-white {
		padding: 0;
	}

	.ration-item.right {
		height: 300px;
	}

	.mdn .ration-item.right {
		height: 200px;
	}

}

.sq-item>a {
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.sq-btn>a {
	display: block;
	background-color: #fcd000;
	position: relative;
	border-radius: 10px;
}

.sq-btn-txt {
	display: inline-block;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #292929;
	font-size: 14px;
}

.sq-desc {
	padding: 30px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(165, 161, 124, 0.8);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sq-item>a:hover {
	opacity: 1;
}

.sq-item>a:hover .sq-desc {
	opacity: 1;
}

.sq-title {
	color: #fff;
	font-size: 18px;
}

.sq-cat {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.sq-cat>span {
	display: inline-block;
	background-color: #fcd000;
	line-height: 1.1em;
	font-size: 12px;
	padding: 3px 6px;
	border-radius: 3px;
	white-space: nowrap;
	margin: 2px;
}

.bg-sec {
	position: relative;
}

.bg-sec>* {
	position: relative;
	z-index: 1;
}

.bg-sec>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.38;
	z-index: 0;
}

.bg-sec.mk2>img {
	opacity: 1;
}

.menu-bnr-item>* {
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.menu-bnr-txt {
	background-color: #fcd000;
	padding: 10px 0;
	transition: .8s;
}

.menu-bnr-item .img {
	overflow: hidden;
}

.menu-bnr-item img {
	transition: 1s;
}

.menu-bnr-item>a:hover {
	opacity: 1;
}

.menu-bnr-item>a:hover .menu-bnr-txt {
	background-color: #a18c23;
	color: #fff;
}

.menu-bnr-item>a:hover img {
	transform: scale(1.2);
}

.map {
	border-radius: 20px;
	overflow: hidden;
	height: 400px;
}

.map.mk2 {
	height: 100%;
}

.map>iframe {
	width: 100%;
	height: 100%;
}

.big-bnr>a {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.big-bnr>a::after {
	content: "";
	display: block;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	z-index: 1;
	border: 2px solid #fff;
}

.big-bnr-upr {
	padding: 30px 0;
	background-color: #fcd000;
	transition: .8s;
}

.big-bnr>a .img {
	overflow: hidden;
}

.big-bnr>a img {
	transition: 1s;
}

.big-bnr>a:hover {
	opacity: 1;
}

.big-bnr>a:hover .big-bnr-upr {
	background-color: #a18c23;
	color: #fff;
}

.big-bnr>a:hover img {
	transform: scale(1.2);
}

.top-blog-item .img {
	border-radius: 10px;
	overflow: hidden;
	transition: .8s;
}

.top-blog-txt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 15px;
}

.top-blog-txt .date01 {
	width: 100px;
}

.top-blog-txt .cate01 {
	width: 170px;
}

.top-blog-txt .news-title01 {
	width: 100%;
	margin-top: 5px;
}

.top-blog-item>a {
	display: block;
	transition: .8s;
	overflow: hidden;
}

.top-blog-item>a:hover {
	display: block;
	opacity: 1;
	transition: .8s;
}

.top-blog-item>a:hover .img {
	transform: translateY(10px);
}

.top-blog-item>a .news-title01 {
	background-image: linear-gradient(rgba(79, 84, 90, .5), rgba(79, 84, 90, .5));
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size 5s cubic-bezier(.19, 1, .22, 1) 0s;
}

.top-blog-item>a:hover .news-title01 {
	background-position: 0 100%;
	background-size: 100% 1px;
}

.top-blog-list .top-blog-item:nth-child(4) {
	display: none;
}

.faq-item {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.faq-q {
	text-align: left;
	font-size: 16px;
	padding: 20px 50px;
	background: #fcd000;
	position: relative;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.faq-q::before {
	content: "Q";
	font-size: 30px;
	position: absolute;
	top: 16px;
	left: 16px;
	line-height: 1em;
}

.faq-q>i {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	line-height: 20px;
	font-size: 20px;
	transition: .8s;
}

.faq-q.is-parent>i {
	transform: translateY(-50%) rotate(180deg);
}

.faq-a {
	display: none;
	font-size: 16px;
	font-weight: 400;
	padding: 20px 50px;
	border: 1px solid #fcd000;
	position: relative;
	text-align: left;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
}

.faq-a::before {
	content: "A";
	font-size: 30px;
	position: absolute;
	top: 16px;
	left: 16px;
	line-height: 1em;
}

@media(max-width:599px) {
	.top-blog-list .top-blog-item:nth-child(4) {
		display: list-item;
	}

	.faq-q {
		font-size: 14px;
		padding: 15px 30px;
	}

	.faq-q::before {
		font-size: 25px;
		top: 10px;
		left: 5px;
	}

	.faq-q>i {
		right: 8px;
	}

	.faq-a {
		font-size: 14px;
		padding: 15px 15px 15px 30px;
	}

	.faq-a::before {
		font-size: 25px;
		top: 10px;
		left: 5px;
	}

	.map {
		height: 250px;
	}

	.map.mk2 {
		height: 200px;
	}
}

.low-bnr-item>a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	background-color: #000;
	transition: .8s;
}

.low-bnr-txt {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	text-shadow: 0 0 4px black,
		0 0 4px black,
		0 0 2px black;
	color: #fff;
}

.low-bnr-item>a img {
	opacity: 0.7;
	transition: 1s;
}

.colored-sec.c01 {
	background-color: #f3e261
}

.low-bnr-item>a:hover {
	opacity: 1;
	background-color: #fff;
}

.low-bnr-item>a:hover img {
	transform: scale(1.2);
}

#footer {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 50px;
}

.ft-logo {
	max-width: 200px;
	margin: 0 auto;
}

.ft-block {
	display: inline-block;
	background: #76756d;
	color: #fff;
	text-align: center;
	width: 70px;
	padding: 2px 0;
	margin-right: 10px;
}


.navitem03>a {
	display: inline-block;
	font-weight: bold;
	padding: .5em;
}

.copy {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 15px 0;
	background-color: rgba(252, 208, 0, 0.8);
}

@media(max-width:599px) {
	#footer {
		padding: 30px 15px;
	}
	
	.navitem03>a {
	padding: .5em 0;
}
}

.breads {
	position: relative;
	z-index: 1;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.breadcrumbs-list {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;

}

.breadcrumbs-list li {
	display: inline;
	letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
	font-weight: bold;
	color: #fcd000;
}

.breadcrumbs-list li+li::before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 10px;
	border-top: 2px solid #fcd000;
	border-right: 2px solid #fcd000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-img {
	border-radius: 20px;
	overflow: hidden;
}

.mini-c-img {
	border-radius: 8px;
	overflow: hidden;
}

.rds-img {
	border-radius: 10px;
	overflow: hidden;
}

.h-img {
	width: 100%;
	height: 100%;
	min-height: 300px;
}

.h-img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;

}

.bg-line-sec {
	position: relative;
}

.bg-line-sec>* {
	position: relative;
	z-index: 1;
}

.bg-line-sec>img {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0.8;
}

.new-w-list-item {
	margin-bottom: 15px;
}

.new-w-list-item:last-child {
	margin-bottom: 0px;
}

.new-w-list-item>a {
	display: block;
	width: 100%;
	background-color: #6f6f6f;
	color: #fff;
	padding: 8px 15px 8px 30px;
	font-size: 16px;
	transition: .8s;
	position: relative;
}

.new-w-list-item>a::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.new-w-list-item>a:hover {
	background-color: #a18c23;
	opacity: 1;
}

.new-w-list-item2 {
	margin-bottom: 15px;
	font-size: 20px;
	padding-left: 30px;
	position: relative;
}

.new-w-list-item2:last-child {
	margin-bottom: 0;
}

.new-w-list-item2::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #fcd000;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 10px;
}

@media (max-width: 1024px) {
	.breadcrumbs {
		padding: 10px 0;
	}

	.breadcrumbs li+li::before {
		width: 8px;
		height: 8px;
		margin: 0 5px 1px;
	}

	.c-img {
		border-radius: 10px;
	}
}




.wt-box {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 50px;
	border-radius: 20px;
}

.wt-box.mk2 {
	background-color: rgba(243, 226, 97, 0.5);
}

.info-list li {
	border-bottom: #6f6f6f solid 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.info-list li:last-child {
	margin-bottom: 0px;
}

.info-th {
	width: 100px;
	color: #6f6f6f;
	font-weight: bold;
	font-size: 18px;
}

.info-list.mk2 .info-th {

	width: calc(100% - 230px);
}

.info-td {
	width: calc(100% - 130px);
	font-size: 16px;
}

.info-list.mk2 .info-td {
	width: 200px;
}

.lati-item {
	padding-bottom: 15px;
	border-bottom: 1px solid #f3e261;
	margin-bottom: 15px;
}

@media(max-width:599px) {
	.wt-box {
		padding: 20px 10px;
	}

	.info-list li {
		flex-wrap: wrap;
	}

	.info-th {
		width: 100%;
	}

	.info-list.mk2 .info-th {
		width: 100%;
	}

	.info-td {
		width: 100%;
		margin-top: 5px;
	}

	.info-list.mk2 .info-td {
		width: 100%;
	}

	.bosekis .new-w-list-item2 {
		margin-bottom: 10px;
		font-size: 16px;
		padding-left: 15px;
	}

	.bosekis .new-w-list-item2::before {
		top: 7px;
		left: 0px;
	}
}

.color-item>span {
	padding: 20px;
	border: 1px solid #fcd000;
	border-radius: 10px;
	display: block;
	background-color: #fff;
}

.flow-item {
	margin-bottom: 60px;
	position: relative;
}

.flow-item::after {
	content: "";
	width: 46px;
	height: 46px;
	display: inline-block;
	background-image: url('/import/tenant_1/160.16.104.186/images/down.webp');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	filter: invert(81%) sepia(28%) saturate(2954%) hue-rotate(360deg) brightness(103%) contrast(105%);
	position: absolute;
	top: calc(100% + 7px);
	left: 50%;
	transform: translateX(-50%);
}

.flow-item:last-child {
	margin-bottom: 0;
}

.flow-item:last-child::after {
	display: none;
}

.link-txt {
	color: #6f6f6f;
}

.link-txt a {
	color: rgb(0, 89, 255);
	text-decoration: underline;
}



















.new-const-item .img {
	border-radius: 10px;
	overflow: hidden;
	transition: .8s;
}

.new-const-txt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 15px;
}

.new-const-txt .date01 {
	width: 90px;
}

.new-const-txt .cate01 {
	width: 170px;
}

.new-const-txt .news-title01 {
	width: 100%;
	margin-top: 5px;
}

.new-const-item>a {
	display: block;
	transition: .8s;
	overflow: hidden;
	padding: 20px;
	border: 1px solid #fcd000;
	border-radius: 10px;
	position: relative;
}

.new-const-item>a::after {
	content: "";
	width: 40px;
	height: 10px;
	display: inline-block;
	background-image: url('/import/tenant_1/160.16.104.186/images/right.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	filter: invert(81%) sepia(28%) saturate(2954%) hue-rotate(360deg) brightness(103%) contrast(105%);
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.new-const-item>a:hover {
	display: block;
	opacity: 1;
	transition: .8s;
}

.new-const-item>a:hover .img {
	transform: translateY(10px);
}

.new-const-item>a .news-title01 {
	background-image: linear-gradient(rgba(79, 84, 90, .5), rgba(79, 84, 90, .5));
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size 5s cubic-bezier(.19, 1, .22, 1) 0s;
}

.new-const-item>a:hover .news-title01 {
	background-position: 0 100%;
	background-size: 100% 1px;
}

.new-const-list .new-const-item:nth-child(4) {
	display: none;
}

.new-w-list3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.new-w-list-item3 {
	width: 48%;
	margin-bottom: 15px;
	font-size: 20px;
	padding: 8px 15px 8px 30px;
	position: relative;
	background-color: #f9f0af;
	box-shadow: 3px 3px rgba(80, 75, 70, 0.3);
}

.new-w-list-item3::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #fcd000;
	border-radius: 50%;
	position: absolute;
	top: 18px;
	left: 10px;
}

.pls-tag {
	display: inline-block;
	background-color: #f9f0af;
	line-height: 1.1em;
	font-size: 14px;
	padding: 4px 4px 4px 20px;
	white-space: nowrap;
	position: relative;
}

.pls-tag::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
}

.dcimg {
	border: 1px solid #eee;
	box-shadow: 3px 3px rgba(80, 75, 70, 0.3);
	cursor: pointer;
}

@media(max-width:599px) {
	.new-const-list .new-const-item:nth-child(4) {
		display: list-item;
	}

	.new-const-item>a {
		padding: 20px 10px;
	}

	.cate01>span {
		font-size: 12px;
		padding: 4px 6px;
	}

	.new-const-txt {
		margin-top: 5px;
	}

	.color-item>span {
		padding: 15px 10px;
	}

	.new-w-list-item3 {
		margin-bottom: 10px;
		font-size: 16px;
		padding-left: 20px;
	}

	.new-w-list-item3::before {
		top: 15px;
		left: 5px;
	}

	.new-w-list-item3 {
		width: 100%;
	}

	.new-w-list-item3:last-child {
		margin-bottom: 0;
	}

}

.cuscon-main {
	width: 80%;
}

.cuscon-nav {
	width: 20%;
	padding-left: 30px;
}


.new-c-list-item {
	margin-bottom: 5px;
}

.new-c-list-item:last-child {
	margin-bottom: 0px;
}

.new-c-list-item>a {
	display: block;
	width: 100%;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	transition: .8s;
	position: relative;
	border-bottom: 1px dashed #fcd000;
}

.new-c-list-item>a::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #fcd000;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}

.new-c-list-item>a:hover {
	background-color: #a18c23;
	opacity: 1;
}

.pager {
	width: 100%;
	margin: 50px 0 0 0;
}

.pager-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pager-list li {
	width: 50px;
	height: 50px;
	margin: 0 10px;
	border-radius: 5px;
	overflow: hidden;
}

.pager-list li a,
.pager-list li .now {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	font-size: 20px;
	line-height: 1;
	border-radius: 0;
	position: relative;
}

.pager-list li a a:hover,
.pager-list li .now a:hover {
	color: inherit;
	background-color: #fcd000;
	opacity: 1;
}

.pager-list li a:focus,
.pager-list li .now:focus {
	outline: none;
}

.pager-list li a:hover,
.pager-list li .now {
	color: white;
	background-color: #fcd000;
	opacity: 1;
}

.pager-list .arrow a::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.pager-list .arrow.-prev a::before {
	content: "\f053";
}

.pager-list .arrow.-next a::before {
	content: "\f054";
}

.up-f-right {
	float: right;
}

.up-f-left {
	float: left;
}

@media (max-width: 1024px) {
	.pager {
		margin: 30px 0;
	}

	.pager-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.pager-list li {
		margin: 0 5px;
	}

	.up-f-right {
		float: none;
		display: block
	}

	.up-f-left {
		float: none;
		display: block
	}
	
	.voice-item-mk2 .up-f-right {
	float: right;
}

.voice-item-mk2 .up-f-left {
	float: left;
}
}

@media(Max-width:599px){
  	.voice-item-mk2 .up-f-right {
	float: none;
		display: block
}

.voice-item-mk2 .up-f-left {
	float: none;
		display: block
}
}

@media(max-width:1024px) {
	.cuscon-main {
		width: 100%;
	}

	.cuscon-nav {
		width: 100%;
		padding-left: 0px;
	}
}

.contents-area h2 {
	line-height: 1.4;
	background-color: #fcd000;
	padding: 1rem;
	position: relative;
	margin: 3rem 0 1rem;
	font-weight: 500;
	font-size: 22px;
}

.contents-area h3 {
	line-height: 1.4;
	font-weight: 600;
	padding: 0.6em;
	border-left: 10px solid #fcd000;
	margin: 3rem 0 1rem;
	font-size: 20px;
}

.contents-area h4 {
	font-size: 18px;
	font-weight: 600;
	padding: 0.4em;
	border-bottom: 2px solid #fcd000;
	margin: 3rem 0 1rem;
}

.contents-area ul li {
	position: relative;
	padding-left: 1.2em;
}

.contents-area ul li::before {
	content: "■";
	color: #fcd000;
	position: absolute;
	top: 0;
	left: 0;
}

.contents-area ol li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	align-items: baseline;
	-ms-flex-align: baseline;
	list-style-type: none;
	counter-increment: cnt;
}

.contents-area ol li::before {
	content: ""counter(cnt)".";
	margin-right: 10px;
	font-weight: bold;
	font-size: 150%;
	color: #fcd000;
}

.contents-area iframe[src*="youtube"] {
	aspect-ratio: 16 / 9;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
	height: 100%;
}


@media(max-width:599px) {
	.contents-area h2 {
		font-size: 20px;
	}

	.contents-area h3 {
		font-size: 18px;
	}

	.contents-area h4 {
		font-size: 16px;
	}
}

.contact-form input[type="text"],
.contact-form textarea {
	width: 100%;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 5px;
}

.contact-form .yubnbangou input {
	width: 50%;
}

.contact-form .content input {
	min-height: 300px;
}

.contact-form textarea {
	height: 200px;
}

.contact-form dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: wrap;
	flex-direction: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2% 0;
}

.contact-form dt {
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
}

.contact-form dt .require-icon {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
	margin-top: 5px;
	padding: 1px 10px;
	background-color: #fcd000;
	font-size: 14px;
}

.contact-form dd {
	width: 70%;
}

.contact-form select {
	width: 100%;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contact-form .select-wrap {
	position: relative;
}


.contact-form .select-wrap:after {
	content: "▼";
	font-size: 10px;
	color: #eee;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	top: 50%;
	right: 10px;
}

.confirm .contact-form .select-wrap:after {
	content: none;
}

.yubin-mark {
	margin-right: 1em;
}

@media (max-width: 1024px) {
	.contact-form {
		padding: 0;
	}

	.contact-form dt {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 599px) {
	.contact-form dl {
		display: block;
	}

	.contact-form dt {
		width: 100%;
		-webkit-box-orient: initial;
		-webkit-box-direction: initial;
		-ms-flex-direction: initial;
		flex-direction: initial;
		-webkit-box-pack: initial;
		-ms-flex-pack: initial;
		justify-content: initial;
		margin-bottom: 0.5em;
		padding-left: 0;
		padding-right: 0;
	}

	.contact-form dd {
		width: 100%;
	}

	.contact-form input[type="text"],
	.contact-form textarea {
		padding: 10px;
		border-radius: 3px;
	}

	.contact-form select {
		padding: 10px;
		border-radius: 3px;
	}

	.contact-item dt {
		display: flex;
		align-items: center;
	}

	.contact-form dt .require-icon {
		margin-top: 0px;
		margin-left: 10px;
	}
}

.postal-box::before {
	content: "〒";
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 900;
	line-height: 100%;
	position: absolute;
	top: 50%;
	font-size: 25px;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fcd000;
}

.checkboxer label {
	display: inline-block;
	margin: 0.5em 0;
	padding: 0 10px 0 24px;
	position: relative;
	margin-right: 15px;
}

.checkboxer label::before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	border: 2px solid #eee;
	border-radius: 3px;
	background-color: white;
	position: absolute;
	top: 1px;
	left: 0;
}

.checkboxer label:hover {
	text-decoration: underline;
	cursor: pointer;
}

.checkboxer input {
	display: none;
}

.checkboxer input:checked+label {
	text-decoration: underline;
}

.checkboxer input:checked+label::after {
	content: "\f00c";
	width: 0;
	height: 0;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	color: #fcd000;
	line-height: 1;
	background-color: transparent;
	position: absolute;
	top: 2px;
	left: 2px;
}

[data-element-id] .nav-area{
  position:relative;
  top:0;
  left:0;
  bottom:0;
  right:0;
}

[data-element-id] .top-mv{
  overflow: visible;
  height:auto;
}

[data-element-id] .top-slide{
  height:calc(100vh - 200px);
}

[data-element-id] .top-catch{
  height:calc(100vh - 200px);
  width:30%;
  flex-direction:column;
}

[data-element-id].navitem01.swc{
  border:1px solid blue;
}

[data-element-id].dropmenu,
[data-element-id].navitem01.swc:hover .dropmenu {
		position: relative;
		transform: translateX(0);
		max-height: 900px;
		left: 0;
		width: 100%;
		margin-bottom: 15px;
	}
	
[data-element-id]#nav{
  flex-wrap:wrap;
  min-height:600px;
}
	
[data-element-id].nav-main{
  align-items:flex-start;
  width:100%;
  flex-wrap:wrap;
}

[data-element-id].navitem01::after{
  display:none;
}

[data-element-id].nav-area .up-hide{
  display:block;
}

[data-element-id].nav-area .up-hide.h1-decoy{
  display:none;
}

.btns.type-a>*>a{
  animation       : btn_animation1 2s ease-in-out alternate infinite;
  background      : linear-gradient(90deg,#fcd000, #ffae2f);
  background-size : 200% 200%; 
}

.btns.type-a>*>a:hover{
  background      : #a18c23;
}

.btns.type-b>*>a{
  animation: btn_animation2 1.5s infinite;
}

@keyframes btn_animation1 {
  0% { background-position:   0% 50% }
  100% { background-position: 100% 50% }
}

@keyframes btn_animation2 {
    0% {
        transform: scale(1.2)
    }
    5% {
        transform: scale(1)
    }
    95% {
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.2)
    }
}

[data-element-id].ration{
  flex-wrap:wrap;
}

[data-element-id].ration>.title01{
  width:100%;
  margin-left:0;
  margin-right:calc(100% - 375px);
}

[data-element-id].ration.r>.title01{
  width:100%;
  margin-right:0;
  margin-left:calc(100% - 375px);
}

[data-element-id].big-bnr>a::after{
  display:none;
}

[data-element-id] .faq-a{
  display:block!important;
}

[data-element-id] .under-mv{
  height:auto;
}

[data-element-id] .under-mv-box{
  height:50vh;
}

[data-element-id] .under-catch{
  top:20%;
}
