@charset "UTF-8";

/* ==================================================
ご挨拶
================================================== */
/* レイアウト
-------------------------------------------------- */
.l-top-greeting-area {
	background: url(../images/top/greeting_area_bg.jpg) center / cover;
	overflow: hidden;
	position: relative;
}

.l-top-greeting-area:after {
	content: '';
	border-right: 100vw solid transparent;
	border-bottom: 93px solid #0a0764;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.l-top-greeting-area .l-area-inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 117px 57px 178px 134px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.l-top-greeting-area .l-area-inner {
		padding: 1.6rem .8rem;
	}

	.l-top-greeting-area:after {
		display: none;
	}
}

/* セクション
-------------------------------------------------- */
/* 見出し */
.top-greeting-section .greeting-title {
	margin: 0 0 17px;
	padding: 0 0 23px;
	line-height: 1.3;
	font-size: 25px;
	letter-spacing: -.01em;
	background: linear-gradient(90deg, #0a0764 0, #0a0764 164px, #bebebe 164px) bottom / auto 3px no-repeat;
	position: relative;
}

.top-greeting-section .greeting-title:before {
	content: 'Greeting';
	color: #0a0764;
	font-size: 48px;
	font-weight: 700;
	display: block;
	position: absolute;
	top: 0;
	left: -79px;

	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/* コンテンツ */
.top-greeting-section .greeting-content {
	padding: 0 10px 0 0;
	font-size: 17px;
}

.top-greeting-section .greeting-content p:not(:last-child) {
	margin: 0 0 1.2em;
}

@media screen and (max-width: 768px) {
	/* 見出し */
	.top-greeting-section .greeting-title {
		margin: 0 0 .8rem;
		padding: 0 0 .8rem;
		font-size: 1.2rem;
	}

	.top-greeting-section .greeting-title:before {
		display: none;
	}

	/* コンテンツ */
	.top-greeting-section .greeting-content {
		padding: 0;
		font-size: 1rem;
	}
}

/* ==================================================
水処理
================================================== */
/* レイアウト
-------------------------------------------------- */
.l-top-service-area {
	border-bottom: 2px solid #0a0764;
	background: url(../images/top/service_area_bg.jpg) center / cover;
}

.l-top-service-area .l-area-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 122px 0 78px;
}

@media screen and (max-width: 768px) {
	.l-top-service-area {
		background: none;
	}

	.l-top-service-area .l-area-inner {
		padding: 1.6rem .8rem;
	}
}

/* セクション
-------------------------------------------------- */
/* 見出し
------------------------- */
.top-service-section .service-title {
	margin: 0 0 205px;
	line-height: 1.3;
	text-align: center;
}

.top-service-section .service-title .ja {
	margin: 0 0 9px;
	color: #fff;
	font-size: 80px;
	text-shadow:
		0 0 10px rgba(0, 0, 0, .79),
		0 0 10px rgba(0, 0, 0, .79),
		0 0 10px rgba(0, 0, 0, .79)
	;
	display: block;
}

.top-service-section .service-title .en {
	color: #0a0764;
	font-size: 30px;
	text-shadow:
		0 0 7px rgba(255, 255, 255, .79),
		0 0 7px rgba(255, 255, 255, .79),
		0 0 7px rgba(255, 255, 255, .79),
		0 0 7px rgba(255, 255, 255, .79),
		0 0 7px rgba(255, 255, 255, .79),
		0 0 7px rgba(255, 255, 255, .79)
	;
}

@media screen and (max-width: 768px) {
	.top-service-section .service-title {
		margin: 0 0 2.4rem;
	}

	.top-service-section .service-title .ja {
		margin: 0 0 .4rem;
		color: #0a0764;
		font-size: 1.8rem;
		text-shadow: none;
	}

	.top-service-section .service-title .en {
		font-size: 1.2rem;
	}
}

/* リスト - PC
-------------------------------------------------- */
@media screen and (min-width: 768px) {
	.top-service-section .service-items-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	/* リストアイテム - 共通
	------------------------- */
	/* 写真 */
	.top-service-section .service-items-wrap .item-thumb img {
		box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, .3);
	}

	/* ボタン */
	.top-service-section .service-items-wrap .item-btn {
		width: 100%;
		line-height: 55px;
		text-align: center;
		color: #fff;
		font-size: 14px;
		background: #0a0764;
		display: block;
	}

	.top-service-section .service-items-wrap .item-btn:hover {
		text-decoration: none;
		background: #4a47a4;
	}


	/* リストアイテム - 大
	------------------------- */
	.top-service-section .service-items-wrap .item-big {
		width: 100%;
		margin: 0 0 57px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.top-service-section .service-items-wrap .item-big .item-texts {
		width: 235px;
		order: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.top-service-section .service-items-wrap .item-big .item-thumb {
		order: 2;
	}

	/* タイトル */
	.top-service-section .service-items-wrap .item-big .item-title {
		margin: 0 0 74px;
	}

	.top-service-section .service-items-wrap .item-big .item-title .ja {
		margin: 0 0 34px;
		font-size: 60px;
		letter-spacing: .1em;
		display: block;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	.top-service-section .service-items-wrap .item-big .item-title-min .ja {
		margin: 0 auto 34px;
		font-size: 40px;
	}

	.top-service-section .service-items-wrap .item-big .item-title .en {
		line-height: .9;
		color: #0a0764;
		font-size: 20px;
	}

	/* 写真 */
	.top-service-section .service-items-wrap .item-big .item-thumb img {
		border: 1px solid #bfbfbf;
	}

	/* リストアイテム - 中
	------------------------- */
	.top-service-section .service-items-wrap .item-mid .item-thumb {
		margin: 0 0 23px;
	}

	/* タイトル */
	.top-service-section .service-items-wrap .item-mid .item-title {
		margin: 0 0 25px;
		vertical-align: bottom;
	}

	.top-service-section .service-items-wrap .item-mid .item-title .ja {
		margin: 0 7px 0 0;
		font-size: 40px;
		font-weight: 500;
		text-shadow:
			0 0 18px #fff, 0 0 18px #fff, 0 0 18px #fff, 0 0 18px #fff, 0 0 18px #fff, 0 0 18px #fff,
			0 0 35px #fff, 0 0 35px #fff, 0 0 35px #fff, 0 0 35px #fff, 0 0 35px #fff, 0 0 35px #fff, 0 0 35px #fff
		;
	}

	.top-service-section .service-items-wrap .item-mid .item-title .en {
		color: #0a0764;
		font-size: 15px;
		font-weight: 500;
		text-shadow:
			0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff, 0 0 9px #fff,
			0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff
		;
	}
}

/* リスト - SP
-------------------------------------------------- */
@media screen and (max-width: 768px) {
	/* リストアイテム
	------------------------- */
	.top-service-section .service-items-wrap .item {
		margin: 0 0 .8rem;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}

	.top-service-section .service-items-wrap .item-thumb {
		width: 35%;
	}

	.top-service-section .service-items-wrap .item-texts {
		width: calc(65% - .4rem);
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
	}

	/* 写真
	------------------------- */
	.top-service-section .service-items-wrap .item-thumb .trim {
		padding-top: 100%;
		display: block;
		position: relative;
	}

	.top-service-section .service-items-wrap .item-thumb .trim img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
	}

	/* タイトル
	------------------------- */
	.top-service-section .service-items-wrap .item-title {
		margin: 0 0 .8rem;
	}

	.top-service-section .service-items-wrap .item-title .ja {
		margin: 0 .4em 0 0;
		font-size: 1.6rem;
		display: block;
	}

	.top-service-section .service-items-wrap .item-title .en {
		font-size: .9rem;
	}

	/* ボタン */
	.top-service-section .service-items-wrap .item-btn {
		width: 100%;
		line-height: 2em;
		text-align: center;
		color: #fff;
		font-size: 1.1rem;
		background: #0a0764;
		display: block;
	}

	.top-service-section .service-items-wrap .item-btn:hover {
		text-decoration: none;
		background: #4a47a4;
	}
}


/* ==================================================
リンク
================================================== */
/* レイアウト
-------------------------------------------------- */
.l-top-links-area {
	margin: 0 0 62px;
	background: url(../images/top/links_area_bg.jpg);
	box-shadow: 0 18px 9px -9px rgba(0, 0, 0, .15) inset;
}

.l-top-links-area .l-area-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 124px 0 126px;
}

@media screen and (max-width: 768px) {
	.l-top-links-area {
		margin: 0;
	}

	.l-top-links-area .l-area-inner {
		padding: .8rem;
	}
}

/* リスト
-------------------------------------------------- */
.top-link-list {
	display: flex;
	justify-content: space-between;
}

.top-link-list .item {
	width: 505px;
	height: 130px;
	border: 1px solid #100e4b;
	background: url(../images/top/links_item_bg.jpg);
	box-sizing: border-box;
}

.top-link-list .item-link {
	height: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.top-link-list .item-link:hover {
	text-decoration: none;
	opacity: .8;
}

.top-link-list .ja {
	margin: 0 0 9px;
	font-size: 19px;
}

.top-link-list .en {
	font-size: 14px;
	opacity: .6;
}

@media screen and (max-width: 768px) {
	.top-link-list .item {
		width: calc((100% - .4rem) / 2);
		height: 30.9vw;
		background:
			url(../images/common/icon_arrow01_white.png) right .8rem center no-repeat,
			url(../images/top/links_item_bg.jpg)
		;
	}

	.top-link-list .item-link {
		padding: 0 0 0 1.6em;
		align-items: flex-start;
	}

	.top-link-list .ja {
		margin: 0;
		font-size: 1.4rem;
	}

	.top-link-list .en {
		font-size: .9rem;
		letter-spacing: .02em;
	}
}

/* ==================================================
新着情報
================================================== */
/* レイアウト
-------------------------------------------------- */
.l-top-news-area {
	margin: 0 0 113px;
	background: url(../images/top/news_area_bg.png) left calc(50vw - 968px) top no-repeat;
}

.l-top-news-area .l-area-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 84px 0 4px 340px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.l-top-news-area {
		margin: 0;
		background: none;
	}

	.l-top-news-area .l-area-inner {
		padding: 2.4rem .8rem;
	}
}

/* セクション
-------------------------------------------------- */
.top-news-section {
	overflow: hidden;
}

/* 見出し */
.top-news-section .news-title {
	margin: 0 0 57px;
}

/* ボタン */
.top-news-section .news-more {
	padding: 0 6px 6px 0;
	float: right;
	position: relative;
}

.top-news-section .news-more:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #767676;
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 100;
}

.top-news-section .news-more a {
	width: 185px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: url(../images/top/news_icon_more.png) right 13px top 20px no-repeat #0a0764;
	display: block;
	position: relative;
	z-index: 200;
}

.top-news-section .news-more a:hover {
	text-decoration: none;
	opacity: .8;
}

@media screen and (max-width: 768px) {
	/* 見出し */
	.top-news-section .news-title {
		margin: 0 0 2.4rem;
		line-height: 1.3;
		text-align: center;
	}

	.top-news-section .news-title .ja {
		margin: 0 0 .4rem;
		color: #0a0764;
		font-size: 1.8rem;
		display: block;
	}

	.top-news-section .news-title .en {
		color: #0a0764;
		font-size: 1.2rem;
	}
}

/* リスト
-------------------------------------------------- */
.top-news-section .news-items-list {
	margin: 0 0 29px;
}

.top-news-section .news-items-list .item {
	margin: 0 0 10px;
}

.top-news-section .news-items-list .item-link {
	/* height: 125px; */
	height: 155px;
	padding: 0 61px 0 42px;
	color: #fff;
	letter-spacing: .01em;
	background: url(../images/common/icon_arrow04.png) right 20px center no-repeat rgba(28, 28, 28, .9);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.top-news-section .news-items-list .item-date {
	line-height: 1.9;
	font-size: 15px;
	display: block;
}

.top-news-section .news-items-list .item-content {
	line-height: 1.5;
	font-size: 16px;
}

.top_news{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.top_news img{
	width: 150px;
}
.top_news .item-date{
	margin-right: 20px;
}
.top_news .item-content{
	margin-right: 20px;
}

@media screen and (max-width: 768px) {
	.top_news{
		flex-flow: column;
	}
	.top_news .item-date{
		margin-right: 0px;
	}
	.top_news .item-content{
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.top_news img{
		width: 100px;
	}
	}
