@charset "utf-8";
/*------------ header ------------*/
#header_wrap {
	background: transparent;
}
.pc_menu_link {
	color: #FFF !important;
}

#logo img.logo_dark {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease;
}
/* smallhead */
/* #header_wrap.smallhead {
	background: #FFF !important;
}

.smallhead .menu_link {
	color: #333 !important;
} */
/* toggle opened */
.fixed #logo img.logo_dark {
    opacity:1;
}

/*------------ footer ------------*/
#footer_wrap {
	background: #F5F5F5;
}

/*---------------------------------------------------------
	Top
---------------------------------------------------------*/
/* top common */
.top_ttl {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	position: relative;
	text-align: center;
	margin-bottom: 32px;
}

.top_ttl h2 {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	max-height: 100%;
}

.top_ttl h2::before {
	display: block;
	content: attr(data-txt)"";
	font-family: 'EB Garamond', 'Noto Serif JP', serif;
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: 0;
	color: #1D3647;
	margin-bottom: 6px;
	max-height: 100%;
}

.top_btn {
	position: relative;
	width: 260px;
	max-width: 100%;
	height: 60px;
}

.top_btn.center {
	margin: auto;
}

.top_btn_link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 6px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	color: #FFF;
	background-color: #1C3342;
	border-radius: 100px;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease;
	max-height: 100%;
	position: relative;
}

.top_btn_link:hover {
	background-color: #0168A2;
}

/* btn white */
.white .top_btn_link {
	color: #FFF;
	background-color: transparent;
	border: 1px solid #FFF;
}

.white .top_btn_link:hover {
	color: #183951;
	background-color: #FFF;
}


/* top common// */
/*------------ mv ------------*/
#index_wrap {
	position: relative;
}

#index_mv {
	position: relative;
	background: #fff;
	margin-bottom: 88px;
}

#index_mv img {
	height: 100vh;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
	min-height: 700px;
}

#top_h1 {
	position: absolute;
	left: 12%;
	top: 50.5%;
	max-width: 100%;
	-moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
	-webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
	-ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
/* 	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35); */
	transform: translateY(-50%);
}

#top_h1 h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 5rem;
	letter-spacing: 0.06em;
	color: #FFFFFF;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 24px;
	max-height: 100%;
}

#top_h1 span {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	color: #FFFFFF;
	line-height: 1.875;
	font-weight: 500;
	max-height: 100%;
}

.dots-wrap {
	margin: 0;
	position: absolute;
	right: 30px;
	bottom: 66px;
}

.dots-wrap button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}



.dots-wrap li {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	margin-bottom: 10px;
	cursor: pointer;
	transition: opacity .5s ease;
	opacity: 0.48;
}

.dots-wrap li.slick-active,
.dots-wrap li:hover {
	opacity: 1;
}

.dots-wrap li:last-child {
	margin-bottom: 0;
}

/* mv news */
.mv_news {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	/* flex-wrap: wrap; */
	align-items: center;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	width: 50%;
	/* min-height: 65px; */
	background: #1C3342;
}

.mv_news_h {
	/* font-size: 1.5rem; */
	letter-spacing: 0;
	padding: 0 40px 0 35px;
	position: relative;
}

.mv_news_h::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .56);
	right: 0;
	top: 0;
}

.mv_news_h span {
	display: flex;
	/* padding-left: 20px; */
	position: relative;
}

.mv_news_h span::before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/information_icon.svg) no-repeat center / contain;
	margin: auto 8px auto 0;
}

.mv_news_link {
	display: flex;
	align-items: center;
	color: #FFF;
	text-decoration: none;
	position: relative;
	width: 100%;
	min-height: 65px;
	padding: 14px 96px 9px 36px;
	transition: all .3s ease;
}

.mv_news_link::after {
	position: absolute;
	content: "";
	min-width: 81px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../img/mv_news_link_arrow.svg) no-repeat center / 29px 5px;
	border-left: 1px solid rgba(255, 255, 255, .56);
	transition: all .3s ease;
}

.mv_news_link span {
	display: block;
	margin-right: 19px;
}

/* hover */
.mv_news_link:hover {
	opacity: .7;
}


/*----------------
	about
--------------------*/
#index_about {
	margin: 0 0 110px;
	position: relative;
}

.about_box {
	max-width: 100%;
	width: 1050px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.about_box h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.71875;

	text-align: center;
	margin: 0 0 27px;
}

.about_box p {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.875;
	letter-spacing: 0.06em;
}

/* loop img */
.loop_img_box {
	display: flex;
	width: calc(1602px * 3);
	min-width: 1024px;
	height: auto;
	overflow: hidden;
	margin: 88px 0 40px;
	position: relative;
}

.loop_img {
	display: flex;
	margin-bottom: 0;
}

.loop_img img {
	display: block;
	width: auto;
	height: auto;
}

@keyframes loop {
	0% {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(100%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(-200%);
	}

	to {
		transform: translateX(0%);
	}
}

.loop_img:first-child {
	animation: loop 1000s -500s linear infinite;
}

.loop_img:last-child {
	animation: loop2 1000s linear infinite;
}

_:-ms-lang(x)::-ms-backdrop,
.loop_img_box {
	display: -ms-grid;
	overflow: hidden;
}

/*----------------
	service
--------------------*/
#index_service {
	padding: 0 0 117px;
	margin-bottom: 84px;
	position: relative;
}

#index_service::before {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 110px);
	background: rgba(34, 159, 66, .7) url(../img/index_service_bg.jpg) no-repeat center / cover;
	bottom: 0;
	left: 0;
	z-index: -10;
}

.service_area {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.service_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 62px;
}

.service_column_item {
	display: block;
	color: #222;
	text-decoration: none;
	width: calc(50% - 1px);
	background: #FFF;
	overflow: hidden;
	transition: all .5s ease;
}

.service_column_img {
	overflow: hidden;
}

.service_column_img img {
	display: block;
	width: 100%;
	height: auto;
	transition: all .5s ease;
}

.service_column_txt {
	font-family: 'Noto Serif JP', serif;
	padding: 24px 45px 31px;
}

.service_column_txt h3 {
	font-size: 2.0rem;
	font-weight: 500;
	color: #183951;
	margin: 0 0 5px;
	position: relative;
}

.service_column_txt h3::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 1px;
	background: #183951;
	top: 15px;
	right: calc(100% + 10px);
}

/* .service_column_txt p {
	font-size: 1.5rem;
} */

/* hover */
.service_column_item:hover {
	background: #F5F5F5;
}

.service_column_item:hover .service_column_img img {
	transform: scale(1.05);
	opacity: 0.75;
}

.service_box {
	max-width: 100%;
	/* width: 800px; */
	margin: 0 auto 50px;
	position: relative;
}

.service_box *,
.service_box .top_ttl h2::before {
	color: #FFF;
	    text-align: center;
}

.service_bnr {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 39px;
    flex-direction: row;
}

.service_bnr_item {
	width: calc((100% - 20px * 4) / 4);
	margin: 0 10px;
}

.service_bnr_item img {
	display: block;
	width: 100%;
}

/*----------------
		news
--------------------*/
#index_news {
	margin: 0 0 38px;
	position: relative;
}

.news_area {
	width: 100%;
	max-width: 1040px;
	margin: auto;
	padding: 0 20px;
}

.news_list {
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-left: #ccc 1px solid;
	margin: 28px 0 40px;
}

.news_list li {
	border-bottom: #ccc 1px solid;
}

.news_list li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: 'Noto serif JP', serif;
	color: #333;
	text-decoration: none;
	padding: 26px 49px 25px 35px;
	width: 100%;
	background: url(../img/arrow_r_grey.svg) no-repeat right 26px center / 14px 10px;
	transition: all .3s;
}

.news_list li .news_date {
	margin-right: 23px;
	padding: 0;
}

.news_list li .news_cate {
	color: #05618A;
	border: 1px solid #05618A;
	font-size: 1.3rem;
	display: inline-block;
	min-width: 116px;
	text-align: center;
	align-self: center;
	box-sizing: border-box;
	padding: 1px 0;
	border-radius: 2px;
	margin-right: 29px;
}

.news_list li .news_title {
	max-width: calc(100% - 258px);
}

/* hover */
.news_list li a:hover {
/* 	background: #f7f7f7 url(../img/arrow_r_grey.svg) no-repeat right 20px center / 14px 10px; */
	background-color: #f7f7f7;
	background-position: right 20px center;
}

/*----------------
		bnr
--------------------*/
#index_bnr {
	padding: 70px 0 70px;
	background: #F5F5F5;
	position: relative;
}

.bnr_area {
	max-width: 1040px;
	padding: 0 20px;
	margin: auto;
}

.bnr_list {
	display: flex;
	flex-wrap: wrap;
}

.bnr_item {
	display: block;
	margin: 0 10px;
	transition: all .3s ease;
}

.bnr_item img {
	display: block;
	width: 100%;
}

.bnr_item:hover {
	opacity: .7;
}

@media screen and (max-width:767px) {


	/* home common */

	.top_ttl {
		margin-bottom: 28px;
	}

	.top_ttl h2 {
		font-size: 1.2rem;
	}

	.top_ttl h2::before {
		font-size: 2.4rem;
	}

	.top_btn {
		margin: auto;
		/* width: 260px; */
		/* max-width: 100%; */
		height: 50px;
	}

	.top_btn_link {
		font-size: 1.4rem;
	}

	/*------------ mv ------------*/
	#index_mv {
		margin-bottom: 40px;
	}

	#index_mv img {
		min-height: 540px;
		/* 		height: 80vh; */
		width: 100%;
		object-fit: cover;
		/* aspect-ratio: 3 / 5; */
	}

	#top_h1 {
		left: 0;
		max-width: 100%;
		padding: 0 13px;
	}

	#top_h1 h1 {
		font-size: 3.6rem;
		font-size: clamp(2.6rem, 8.4vw, 4.8rem);
		margin-bottom: 10px;
	}

	#top_h1 span {
		font-size: 1.3rem;
		font-size: clamp(1.3rem, 2.9vw, 1.8rem);
	}

	.dots-wrap {
		right: 22px;
		bottom: 25px;
	}

	.dots-wrap li {
		width: 7px;
		height: 7px;
	}

	/* mv news */
	.mv_news {
		flex-wrap: wrap;
		font-size: 1.3rem;
		width: calc(100% - 50px);
	}

	.mv_news_h {
		width: 100%;
		padding: 10px 20px;
	}

	.mv_news_h::after {
		width: 100%;
		height: 1px;
		background: rgba(255, 255, 255, .56);
		right: 0;
		top: auto;
		bottom: 0;
	}
	
	.mv_news_h span::before {
		width: 18px;
		height: 18px;
	}

	.mv_news_link {
		display: block;
		min-height: auto;
		padding: 8px 65px 8px 20px;
	}

	.mv_news_link::after {
		min-width: 55px;
		background: url(../img/mv_news_link_arrow.svg) no-repeat center / 16px 3px;
	}

	.mv_news_link span {
		display: block;
		margin-right: 0;
	}

	/* hover */

	/*----------------
		about
	--------------------*/
	#index_about {
		margin: 0 0 50px;
	}

	.about_box h3 {
		font-size: 2.2rem;
		margin: 0 0 20px;
	}

	/* loop img */
	.loop_img_box {
		min-width: auto;
		margin: 30px 0 40px;
		height: auto;
		width: calc(800px * 3);
	}

	.loop_img {
		width: calc(800px * 3);
	}

	.loop_img li {
		width: 800px;
	}

	/*----------------
		service
	--------------------*/
	#index_service {
		padding: 0 0 45px;
		margin-bottom: 40px;
	}

	#index_service::before {
		height: calc(100% - 70px);
	}

	.service_column {
		margin-bottom: 45px;
	}

	.service_column_txt {
		padding: 12px 16px 14px;
	}

	.service_column_txt h3 {
		font-size: 1.6rem;
	}

	.service_column_txt h3::before {
		width: 30px;
		top: 13px;
		right: calc(100% + 5px);
	}

	.service_column_txt p {
		font-size: 1.2rem;
	}

	.service_box {
		margin: 0 auto 35px;
	}

	.service_bnr {
		margin: 0 auto 25px;
		display: flex;
        flex-direction: column;
        align-items: center;
	}

	.service_bnr_item {
		margin: 0 5px 10px;
		width: calc(70% - 10px);
	}

	/*----------------
		news
	--------------------*/
	.news_list {
		margin-top: 0;
	}

	.news_list li a {
		padding: 13px 29px 12px 10px;
		background-size: 12px 8px;
		background-position: right 15px center;
	}

	.news_list li .news_date {
		font-size: 1.3rem;
	}

	.news_list li .news_cate {
		font-size: 1.2rem;
		min-width: 95px;
		margin: 0;
		padding: 0;
	}

	.news_list li .news_title {
		font-size: 1.4rem;

		width: 100%;
		max-width: 100%;
		margin-top: 2px;
	}
	
/* hover */
	.news_list li a:hover {
		background-position: right 10px center;
}

	/*----------------
		bnr
	--------------------*/
	#index_bnr {
		padding: 50px 0 40px;
	}

	.bnr_item {
		margin: 0 5px 10px;
		width: calc(50% - 10px);
	}

}