@charset "UTF-8";


/***************************************************

	トップページ

***************************************************/

.top_ky{
	width: 100%;
	height: 715px;
	margin-bottom: 100px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-image: url('/assets/images/top/top_kv.jpg');
}

.webp .top_ky{
	background-image: url('/assets/images/top/top_kv.webp');
}

.top_ky .kv_wrapp{
	width: 1120px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.top_ky .kv_wrapp .caption{
	font-size: 40px;
	font-weight: 700;
	line-height: 1.53;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.75);
	position: absolute;
 top: 66%;
 left: 50%;
 transform: translate(-50%, -50%);
 white-space: nowrap;
}

.top_ky .kv_wrapp .kv_logo{
	width: 290px;
	position: absolute;
	bottom: 40px;
	right: 0;
}

.top_message {
 margin: 0 0 100px;
}

.top_message-wrap {
 width: 100%;
 max-width: 1360px;
 margin: auto;
 display: flex;
 justify-content: space-between;
}

.top_message .image {
 width: 20%;
 max-width: 300px;
 padding-right: 1em;
}

.top_message a {
 color: #333;
 text-decoration: none;
}

.top_message a:hover {
 text-decoration: underline;
}

.top_message .image picture {
 width: 100%;
}

.top_message-txt {
 padding-top: .5em;
 text-align: right;
}

.top_message-name {
 font-size: 14px;
}
/*
.top_message-ttl {
 font-size: 16px;
 font-weight: 500;
}*/

.top_message .link {
 text-align: center;
}

.top_catch{
	width: 960px;
	height: 312px;
	/*margin: 0 auto 100px;*/
 margin: auto;
	background-repeat: no-repeat;
	background-position: right 0 top 0;
	background-size: contain;
	background-image: url('/assets/images/top/top_catch_bg.jpg');
	position: relative;
}

.webp .top_catch{
	background-image: url('/assets/images/top/top_catch_bg.webp');
}

.top_catch .text_wrapp{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.top_catch .text_wrapp .main{
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 34px;
	text-shadow: 2px 2px 1px rgba(255,255,255,1);
}

.top_catch .text_wrapp .main strong{
	font-size: 1.38em;
	font-weight: 700;
	color: var(--color1);
}

.top_catch .text_wrapp .sub{
	font-size: 21px;
	line-height: 1.8;
}


#news{
	background: #eee;
	margin-bottom: 80px;
}

#news .news_area{
	width: 1240px;
	margin: 0 auto;
	padding: 80px 0 100px;
	position: relative;
}

#news .news_area .bottom_title{
	font-size: 112px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
    position: absolute;
    bottom: -17px;
    right: 0;
}

#news .news_area h2{
	width: 953px;
	margin: 0 auto 25px;
	display: flex;
	flex-direction: row;
 flex-wrap: nowrap;
 justify-content: flex-start;
 align-items: center;
 position: relative;
}

#news .news_area h2::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: var(--color1);
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

#news .news_area h2 span{
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	background: var(--color1);
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
}

#news .news_area .btn{
	width: 853px;
	margin: 0 auto;
	text-align: right;
}

#news .news_area .btn a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 10px 34px 10px 16px;
	background: var(--color1);
	border-radius: 20px;
	position: relative;
	transition: all 0.2s linear;
}

#news .news_area .btn a:hover{
	opacity: 0.8;
}

#news .news_area .btn a::after{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
 top: 50%;
 right: 16px;
	transform: rotate(45deg) translate(0, -50%);
}


#top_cont_link{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 10px;
}

#top_cont_link .cont_link_wrapp{
	min-width: 1460px;
	margin: 0 auto;
}

#top_cont_link .cont_link_wrapp .cont_link_ul{

}

#top_cont_link .cont_link_wrapp .cont_link_ul li{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li:nth-child(even){
	flex-direction: row-reverse;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li:last-child{
	margin-bottom: 0;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text,
#top_cont_link .cont_link_wrapp .cont_link_ul li .image{
	width: 50%;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .image img{
	box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.3);
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text{
	padding: 0 0 0 70px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
 flex-wrap: nowrap;
 justify-content: flex-start;
 align-items: center;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li:nth-child(even) .text{
	padding: 0 70px 0 0;
	justify-content: flex-end;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box{
	display: inline-block;
	line-height: 1;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .title{
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 13px;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .en_title{
	margin-bottom: 20px;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .en_title strong{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: var(--color1);
	padding: 6px 12px;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .caption{
	line-height: 1.6;
	margin-bottom: 40px;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .link{
	text-align: left;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li:nth-child(even) .text .text_box .link{
	text-align: right;
}

.top_message .link a,
#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .link a{
	display: inline-block;
	border: 1px solid #292929;
	font-size: 16px;
	padding: 10px 40px 10px 20px;
	border-radius: 20px;
	color: #292929;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.top_message .link a:hover,
#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .link a:hover{
	color: #fff;
}

.top_message .link a::before,
#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .link a::before{
	content: '';
	width: 100%;
	height: 100%;
	background: var(--color1);
	position: absolute;
	top: 0;
	left: -100%;
	transition: all 0.2s linear;
	z-index: -1;
}

.top_message .link a:hover::before,
#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .link a:hover::before{
	left: 0;
}

.top_message .link a::after,
#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .link a::after{
	content: '';
	display: inline-block;
	border: 8px solid transparent;
	border-left: 8px solid var(--color1);
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0 , -50%);
	transition: all 0.2s linear;
}

.top_message .link a:hover::after,
#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .link a:hover::after{
	border-left: 8px solid #fff;
}





/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1240px){

.top_ky{
	height: 57.66129vw;
	margin-bottom: 8.064516vw;
}

.top_ky .kv_wrapp{
	width: 90.322581vw;
}

.top_ky .kv_wrapp .caption{
	font-size: 3.225806vw;
	text-shadow: 0.16129vw 0.16129vw 1px rgba(0,0,0,0.75);
}

.top_ky .kv_wrapp .kv_logo{
	width: 23.387097vw;
	bottom: 3.225806vw;
}
 
.top_message-name {
 font-size: 1.2vw;
}
/*
.top_message-ttl {
 font-size: 1.4vw;
}
*/
.top_catch{
	width: 77.419355vw;
	height: 25.16129vw;
	margin: 0 auto 8.064516vw;
}

.top_catch .text_wrapp .main{
	font-size: 2.822581vw;
	margin-bottom: 2.741935vw;
	text-shadow: 0.16129vw 0.16129vw 1px rgba(255,255,255,1);
}

.top_catch .text_wrapp .sub{
	font-size: 1.693548vw;
}


#news{
	margin-bottom: 6.451613vw;
}

#news .news_area{
	width: 100vw;
	margin: 0 auto;
	padding: 6.451613vw 0 8.064516vw;
}

#news .news_area .bottom_title{
	font-size: 9.032258vw;
    bottom: -1.370968vw;
}

#news .news_area h2{
	width: 76.854839vw;
	margin: 0 auto 2.016129vw;
}

#news .news_area h2 span{
	width: 14.516129vw;
	height: 4.032258vw;
	line-height: 4.032258vw;
	font-size: 2.096774vw;
}


#news .news_area .btn{
	width: 68.790323vw;
}

#news .news_area .btn a{
	font-size: 1.290323vw;
	padding: 0.806452vw 2.741935vw 0.806452vw 1.290323vw;
	border-radius: 1.612903vw;
}

#news .news_area .btn a::after{
	width: 0.483871vw;
	height: 0.483871vw;
	border-top: 0.16129vw solid #fff;
	border-right: 0.16129vw solid #fff;
    right: 1.290323vw;
}


#top_cont_link .cont_link_wrapp{
	min-width: 117.741935vw;
	padding-bottom: 0.806452vw;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li{
    margin-bottom: 4.032258vw;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .image img{
	box-shadow: 0.241935vw 0.241935vw 0.645161vw 0 rgba(0,0,0,0.3);
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text{
	padding: 0 0 0 5.645161vw;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li:nth-child(even) .text{
	padding: 0 5.645161vw 0 0;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .title{
	font-size: 3.064516vw;
	margin-bottom: 1.048387vw;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .en_title{
	margin-bottom: 1.612903vw;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .en_title strong{
	font-size: 1.451613vw;
	padding: 0.483871vw 0.967742vw;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .caption{
	margin-bottom: 3.225806vw;
}

.top_message .link a,
#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .link a{
	font-size: 1.290323vw;
	padding: 0.806452vw 3.225806vw 0.806452vw 1.612903vw;
	border-radius: 1.612903vw;
}

.top_message .link a::after,
#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .link a::after{
	border-left: 0.645161vw solid var(--color1);
	right: 0.806452vw;
}

.top_message .link a:hover::after,
#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .link a:hover::after{
	border-left: 0.645161vw solid #fff;
}


}




/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:430px){

.top_ky{
	/*height: 100dvh;*/
	height: 100vh;
	margin-bottom: 13.333333vw;
}

.top_ky .kv_wrapp{
	width: auto;
	margin: 0 6%;
}

.top_ky .kv_wrapp .caption{
	font-size: 5.866667vw;
	line-height: 1.8;
	text-shadow: 0.533333vw 0.533333vw 1px rgba(0,0,0,0.75);
	text-align: center;
	position: absolute;
	bottom: auto;
	top: 58%;
	left: 0;
	right: 0;
	transform: translate(0, 0);
}

.top_ky .kv_wrapp .kv_logo{
	width: 66.666667vw;
	position: absolute;
	bottom: auto;
	top: 50%;
	right: auto;
	left: 50%;
	transform: translate(-50%, -50%);
}
 
.top_message {
 margin-bottom: 10.666667vw;
}

.top_message-wrap {
 display: block;
}

.top_message .image {
 width: 75%;
 padding-bottom: 4%;
 margin: auto;
}
 
.top_message-txt {
 text-align: center;
}

.top_message-name {
 font-size: 14px;
}
/*
.top_message-ttl {
 font-size: 16px;
}
*/
.top_catch{
	width: auto;
	height: auto;
	margin: 0 6% 13.333333vw;
	background-position: right 0 bottom 0;
    background-size: 49%;
}

.top_catch .text_wrapp {
    position: static;
    transform: translate(0, 0);
}


.top_catch .text_wrapp .main{
	font-size: 6.4vw;
	line-height: 1.4;
	margin-bottom: 3.2vw;
	text-shadow: none;
}

.top_catch .text_wrapp .main strong{
	font-size: 1.38em;
	font-weight: 700;
	color: var(--color1);
}

.top_catch .text_wrapp .sub{
	font-size: 3.733333vw;
	line-height: 1.8;
}


#news{
	margin-bottom: 10.666667vw;
}

#news .news_area{
	width: auto;
	margin: 0 auto;
	padding: 10.666667vw 0 13.333333vw;
}

#news .news_area .bottom_title{
	font-size: 16.533333vw;
    bottom: -2.933333vw;
    right: 1.066667vw;
}

#news .news_area h2{
	width: auto;
	margin: 0 6% 3.733333vw;
}

#news .news_area h2 span{
	display: inline-block;
	width: 37.333333vw;
	height: 9.066667vw;
	line-height: 9.066667vw;
	font-size: 4.8vw;
}


#news .news_area .btn{
	width: auto;
	margin: 0 6%;
}

#news .news_area .btn a{
	font-size: 3.2vw;
	padding: 2.133333vw 7.2vw 2.133333vw 3.733333vw;
	border-radius: 5.333333vw;
}



#news .news_area .btn a::after{
	width: 1.066667vw;
	height: 1.066667vw;
	border-top: 0.533333vw solid #fff;
	border-right: 0.533333vw solid #fff;
    right: 3.733333vw;
}


#top_cont_link{
	display: block;
	padding-bottom: 0;
}

#top_cont_link .cont_link_wrapp{
	min-width: auto;
	margin: 0 6%;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li{
	display: block;
    margin-bottom: 8vw;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text,
#top_cont_link .cont_link_wrapp .cont_link_ul li .image{
	width: auto;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .image{
	margin-bottom: 5.333333vw;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .image img{
	box-shadow: 0.8vw 0.8vw 2.133333vw 0 rgba(0,0,0,0.3);
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text{
	padding: 0 4%;
	display: block;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li:nth-child(even) .text{
	padding: 0 4%;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box{
	display: block;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .title{
	font-size: 6.4vw;
	margin-bottom: 2.666667vw;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .en_title{
	margin-bottom: 3.733333vw;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .en_title strong{
	font-size: 4.266667vw;
	padding: 1.066667vw 2.666667vw;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .caption{
	font-size: 3.466667vw;
	line-height: 1.8;
	margin-bottom: 3.733333vw;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .link{
	text-align: right;
}

#top_cont_link .cont_link_wrapp .cont_link_ul li:nth-child(even) .text .text_box .link{
	text-align: right;
}

.top_message .link a,
#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .link a{
	font-size: 3.2vw;
	padding: 2.133333vw 7.466667vw 2.133333vw 3.733333vw;
	border-radius: 5.333333vw;
}

.top_message .link a::after,
#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .link a::after{
	border: 1.6vw solid transparent;
	border-left: 1.6vw solid var(--color1);
	right: 0.8vw;
}
 
.top_message .link a:hover::after,
#top_cont_link .cont_link_wrapp .cont_link_ul li .text .text_box .link a:hover::after{
	border-left: 1.6vw solid #fff;
}





}


