@charset "utf-8";

/*--------------------------------------------------------------------------------> ▼ general --*/




@media (1025px <= width) {}

/*----------> ▼ more --*/
/*
.more {
	display: block;
	width: 200px;
	line-height: 200px;
	border: 1px solid #ddd;
	border-radius: 100px;
	background: url(/asset/image/general/link_arrow_ccc.png?m=20000101) center / cover, #fff;
	font-family: YuGo-B;
	font-size: 15px;
	color: #226;
	text-align: center;
}

@media (width <= 1280px) {
	.more {
		width: 150px;
		line-height: 150px;
	}
}

@media (width <= 768px) {
	.more {
		width: 100px;
		line-height: 100px;
	}
}

@media (hover: hover) and (pointer: fine) {
	.more {
		transition: var(--transition);
	}

	.more:hover {
		border-color: var(--theme);
		background: url(/asset/image/general/link_arrow_fff.png?m=20000101) center / cover, #226;
		color: #fff;
	}
}
*/
/*---------------------------------------------------------------------- .introduction --*/

.anime_introduction {
	animation: anime_introduction 20s linear infinite;
}

@keyframes anime_introduction {
	to {
		transform: scale(1.25);
	}
}

.introduction {
	padding: 0 !important;
	border-radius: var(--border_radius);
	overflow: hidden;
}

.fade-area {
	width: 100%;
	height: 100%;
	position: relative;
}

.fade-list {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.fade-list:nth-child(1) {
	background-image: url(/asset/image/index/introduction.jpg?m=20000101);
}

.fade-list:nth-child(2) {
	background-image: url(/asset/image/index/introduction_2.jpg?m=20000101);
}

.fade-list:nth-child(3) {
	background-image: url(/asset/image/index/introduction_3.jpg?m=20000101);
}

.fade-list:nth-child(4) {
	background-image: url(/asset/image/index/introduction_4.jpg?m=20000101);
}

@media (1601px < width) {
	#introduction .frame {
		width: calc(100% - 200px);
	}
	
	.introduction {
		height: 600px;
	}
}

@media (width <= 1600px) {
	.introduction {
		height: auto;
		aspect-ratio: 16 / 9;
	}
}

@media (width <= 767px) {
	.introduction {
		aspect-ratio: 3 / 3;
	}
	
	.copy {
		padding: 100px 0 75px;
	}

	.copy, .copy span {
		font-size: 16vh;
	}
}

@media (width <= 500px) {
	.copy, .copy span {
		font-size: 14vh;
	}
}

@media (501px <= width) and (height <= 800px) {
	.introduction {
		height: 66.7vh;
		aspect-ratio: auto;
	}
}

/*---------------------------------------------------------------------- .news --*/

.news_box {
	display: flex;
	align-items: flex-start;
}

/*----------> ▼ .news_left --*/

.news_left {
	width: 30%;
}

.news_left * {
	width: 100%;
}

/*----------> ▼ .news_right --*/

.news_right {
	width: 70%;
	text-align: right;
}

@media (width <= 768px) {
	.news_box {
		flex-wrap: wrap;
	}

	.news_left, .news_right {
		width: 100%;
	}

	.news_left * {
		text-align: center;
		margin-bottom: 30px;
	}
}

/*----------------------------------------> ▼ .news_left --*/

.index_title_en {
	margin: -10px 0 0;
	font-family: HelveticaCnd-UL;
	font-size: var(--font_title_en);
	line-height: 1em;
}

.index_title {
	position: relative;
	margin: 15px 0;
	font: var(--font_title);
}

.index_title:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100px;
	height: 1px;
	background: linear-gradient(to right, #ddf, #ffd);
	background: linear-gradient(to right, var(--theme) 50%, var(--hover) 50.01%, var(--hover));
}

/*---------------------------------------------------------------------- #access --*/

#profile .frame {
	margin-top: calc(var(--margin) * 0.25);
}

/*---------------------------------------------------------------------- .list --*/

dl.list {
	display: flex;
	flex-wrap: wrap;
	/*background: #fff;*/
}

dl.list dt {
	width: 25%;
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid #226;
	font-family: YuGo-B;
}

dl.list dd {
	width: 75%;
	padding: 15px 0 15px 50px;
	border-bottom: 1px solid #ddd;
}

dl.list dt:nth-of-type(2n), dl.list dd:nth-of-type(2n) {
	/*background: #fff;*/
}

dl.list dt:last-of-type, dl.list dd:last-of-type {
	padding-bottom: 0;
	border: 0;
}

@media (width <= 767px) {
	dl.list dt {
		width: 100px;
		padding: 15px 0 15px 5px;
	}
	
	dl.list dd {
		width: calc(100% - 100px);
		padding: 15px 0 15px 15px;
	}
			
	dl.list * {
		font-size: 12px;
	}
}

@media (width <= 400px) {
	dl.list dt {
		width: 90px;
	}
	
	dl.list dd {
		width: calc(100% - 90px);
	}
	
	dl.list * {
		font-size: 11px;
	}
}

/*---------------------------------------------------------------------- #access --*/

#access .frame {
	margin-top: calc(var(--margin) * 0.25);
}

.map {
	width: 100%;
	height: 400px;
	margin-bottom: 40px;
	border-radius: var(--border_radius);
}

@media (1601px <= width) {
	#access .frame {
		width: calc(100% - 200px);
	}
}

@media (width <= 767px) {
	#access {
		padding-bottom: 0;
	}
	
	#access .frame {
		width: 100%;
	}
	
	.map {
		height: auto;
		aspect-ratio: 2 / 1;
		margin-bottom: 0px;
	}
}

/*---------------------------------------------------------------------- .profile --*/

/*
.partner .thumbnail {
	width: 350px;
	aspect-ratio: 16 / 8;
	margin-top: 5px;
	background: url(/asset/image/index/imglobal.png?m=20000101) no-repeat center / contain, #fff;
	border: 1px solid #ddd;
	border-radius: 0px 0 0px 0;
}

.partner .name {
	text-align: center;
	color: ;
	font-size: 0.75rem;
}

.partner:after {
	display: none!important;
}

.tit {
	font-family: YuGo-B;
	font-size: 14px;
	margin-right: 50px;
}

.tit p {
	font-family: RobotoCond-B!important;
	font-size: 38px;
	line-height: 1em;
}

.p2 .thumbnail {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border: 1px solid #eee;
	box-shadow: 0 0 0px #ddd;
	height: 100px;
	aspect-ratio: 100 / 20;
	
}


.f_partner {
	display: flex;

	border-top: 1px solid #eee;
	
	margin-top: 50px;
	padding: 50px 0 40px;
	background: #fafafa;
}

.f_partner .frame {
	display: flex;
		justify-content: center;
	align-items: center;
}

footer .clear {
	margin-top: 0;	
}

.add {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 13px;
	font-family: Yugo-B;
	text-align: ;
}

.footer_logo {
	position: absolute;
	right: 0;
	bottom: 25px;
}
*/

/*--------------------------------------------------------------------------------> ▼ .profile --*/

section.profile .box {
	padding-left: 0;
	padding-right: 0;
}
