@charset "UTF-8";


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

	TOP

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

body{
	background: var(--bg1);
}


#fv_area{
	width: 100%;
	margin-bottom: 135px;
}

#fv_area .fv_wrapp{
	width: 100%;
	height: 420px;
	background: #F5F5F5;
	position: relative;
	overflow: hidden;
}

#fv_area .fv_wrapp picture{
	display: block;
	width: 100%;
	height: 420px;
}

#fv_area .fv_wrapp picture.item{
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .8s ease, transform .8s ease;
}

#fv_area .fv_wrapp picture.item.is-show{
	opacity: 1;
	transform: translateY(0);
}

#fv_area .fv_wrapp img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right center;
}

#fv_area .fv_wrapp::after{
	content: '';
	display: inline-block;
	width: 45.138889vw;
	height: 100%;
	background: linear-gradient(271deg, rgba(245, 245, 245, 0.00) 0.56%, #F5F5F5 13.27%);
	position: absolute;
	top: 0;
	left: 0;
}

#fv_area .fv_wrapp .text_wrapp{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 4;
}

#fv_area .fv_wrapp .text_area{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 5;
}

#fv_area .fv_wrapp .text_area .kv_catch{
	font-size: 30px;
	font-weight: 600;
	line-height: 1.66;
}

#fv_area .fv_wrapp .text_area .fv_catch{
	font-size: 18px;
	font-weight: 300;
	line-height: 2.0;
	margin-top: 24px;
}

.item {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

.item.is-show {
    opacity: 1;
    transform: translateY(0);
}


#fv_area .link_area{
	margin-top: 88px;
	line-height: 1;
}

#fv_area .link_area .link_title{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-align: center;
	margin-bottom: 20px;
}

#fv_area .link_area .link_ul{
	width: 1100px;
	margin: 0 auto;
}

#fv_area .link_area .link_ul ul{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    margin-bottom: -10px;
}

#fv_area .link_area .link_ul ul li{
	width: 24.3%;
	margin: 0 0.9% 10px 0;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}

#fv_area .link_area .link_ul ul li:nth-child(4n + 4){
	margin-right: 0;
}

#fv_area .link_area .link_ul ul li a{
	display: block;
	padding: 15px 0 15px 87px;
	position: relative;	
}

#fv_area .link_area .link_ul ul li a::before{
    content: '';
    display: inline-block;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../images/top/icon_fv01.png);
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(0, -50%);
}

#fv_area .link_area .link_ul ul li.real-estate a::before{
    background-image: url(../images/top/icon_fv02.png);
}

#fv_area .link_area .link_ul ul li.shisetsu a::before{
    background-image: url(../images/top/icon_fv03.png);
}

#fv_area .link_area .link_ul ul li.butsudan a::before{
    background-image: url(../images/top/icon_fv04.png);
}

#fv_area .link_area .link_ul ul li a::after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../images/common/icon_link03.png);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

#fv_area .link_area .link_ul ul li a strong{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.03em;
}


.section_wrapp .h2_wrapp{
	line-height: 1;
	margin: 0 0 10px;
	position: relative;
	top: -30px;
}

.section_wrapp .h2_wrapp .icon{
	width: 47px;
	margin: 0 auto 8px;
}

.section_wrapp .h2_wrapp h2{
	text-align: center;
}

.section_wrapp .h2_wrapp h2 small{
	display: block;
	font-size: 14px;
	color: var(--color1);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.section_wrapp .h2_wrapp h2 strong{
	display: block;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.42;
	letter-spacing: 0.03em;
}

.section_wrapp .section_caption{
	font-size: 18px;
	font-weight: 300;
	line-height: 2.0;
	text-align: center;
	margin-top: 30px;
}


#column{
	padding-bottom: 205px;
	background: #fff;
	position: relative;
}

#column::before{
	content: '';
	display: inline-block;
	width: 610px;
	height: 86px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/top/column_bg_parts.png');
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
}

#column .section_wrapp{
	width: 1102px;
	margin: 0 auto;
}

#column .column_ul{
	display: flex;
	flex-wrap: wrap;
}

#column .column_ul > li{
	width: 387px;
	padding: 36px 30px;
	box-sizing: border-box;
}

#column .column_ul > li:nth-child(1){
	width: 357px;
	padding-top: 0;	
	padding-left: 0;	
	border-bottom: 1px solid #eaebeb;
	border-right: 1px solid #eaebeb;
}

#column .column_ul > li:nth-child(2){
	padding-top: 0;
	border-bottom: 1px solid #eaebeb;
	border-right: 1px solid #eaebeb;
}

#column .column_ul > li:nth-child(3){
	width: 357px;
	padding-top: 0;
	padding-right: 0;
	border-bottom: 1px solid #eaebeb;
}

#column .column_ul > li:nth-child(4){
	width: 357px;
	padding-bottom: 0;	
	padding-left: 0;	
	border-right: 1px solid #eaebeb;
}

#column .column_ul > li:nth-child(5){
	padding-bottom: 0;
	border-right: 1px solid #eaebeb;
}

#column .column_ul > li:nth-child(6){
	width: 357px;
	padding-bottom: 0;	
	padding-right: 0;	
}

#column .column_ul > li a{
	display: block;
	height: calc(100% - 8px);
	position: relative;
	padding-bottom: 49px;
	line-height: 1;
}

#column .column_ul > li a::after{
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../images/common/icon_column_link.png);
    position: absolute;
    bottom: -8px;
    right: 1px;
}

#column .column_ul > li a .image_area{
	display: block;
	/*aspect-ratio: 325 / 182;*/
	aspect-ratio: 325 / 212;
	overflow: hidden;
	border-radius: 5px;
	/*margin-bottom: 20px;*/
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 30px;
}

#column .column_ul > li a .image_area .image_data{
	aspect-ratio: 325 / 182;
}

#column .column_ul > li a .image_area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#column .column_ul > li a .image_area .date{
	display: inline-block;
	height: 28px;
	position: absolute;
    bottom: 28px;
    left: 0;
    font-size: 16px;
    color: #BEBEBE;
    font-weight: 500;
    line-height: 1;
    padding: 12px 0 0 6px;
    padding-left: 0 !important;
    background: #fff;
    /*position: relative;*/
    bottom: 0;
}

#column .column_ul > li a .image_area .date::before{
	content: '';
	display: inline-block;
	width: 63px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/common/date_bg.png');
	position: absolute;
	top: 0;
	right: -62px;
}

#column .column_ul > li a .title{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 10px;
}

#column .column_ul > li a .description{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
}

#column .column_ul > li a .cat{
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
}

#column .column_ul > li a .cat li{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	padding: 0 10px;
	background: var(--bg1);
	font-size: 16px;
	font-weight: 300;
	color: var(--color1);
	margin-right: 8px;
}

#event .link_btn,
#news .link_btn,
#column .link_btn{
	text-align: center;
	margin-top: 80px;
	line-height: 1;
}

#event .link_btn a,
#news .link_btn a,
#column .link_btn a{
	display: inline-block;
	border-bottom: 1px solid #323538;
	padding: 0 5px 15px;
	color: var(--text);
}

#event .link_btn a strong,
#news .link_btn a strong,
#column .link_btn a strong{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding-right: 31px;
	position: relative;
}

#event .link_btn a strong::after,
#news .link_btn a strong::after,
#column .link_btn a strong::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../images/common/icon_down.png);
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-95deg);
}



#other{
	position: relative;
}

#other::before{
	content: '';
	display: inline-block;
	width: 610px;
	height: 86px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/top/other_bg_parts.png');
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
}

#other .other_ul{
	display: flex;
	justify-content: center;
    align-items: center;
	gap: 30px;
}

#other .other_ul li{
	width: 353px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}

#other .other_ul li a{
	display: block;
	height: 135px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/top/other_image01.jpg');
	position: relative;
}

#other .other_ul li.butsudan a{
	background-image: url('../images/top/other_image02.jpg');
}

#other .other_ul li.memorial a{
	background-image: url('../images/top/other_image03.jpg');
}

#other .other_ul li a::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../images/top/arrow_fv.png);
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    z-index: 5;
}

#other .other_ul li a::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 39%, rgba(255, 255, 255, 2) 51%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;	
}

#other .other_ul li a strong{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
    position: absolute;
    top: 50%;
    left: 189px;
    transform: translate(0, -50%);
    z-index: 3;	
}



#news{
	padding-bottom: 205px;
	background: #fff;
	position: relative;
}

#news::before{
	content: '';
	display: inline-block;
	width: 610px;
	height: 86px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/top/column_bg_parts.png');
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
}

#news .section_wrapp{
	width: 920px;
	margin: 0 auto;
}

#news .news_ul{

}

#news .news_ul > li{
	padding: 30px 15px;
	border-top: 1px solid #D6D7D7;
}

#news .news_ul > li:last-child{
	border-bottom: 1px solid #D6D7D7;
}

#news .news_ul li a{
	display: flex;
	align-items: center;
	position: relative;
}

#news .news_ul li a::before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/common/icon_link02.png');
	position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

#news .news_ul li a .list_head{
	width: 222px;
	display: flex;
	align-items: center;
}

#news .news_ul li a .list_head .date{
	width: 102px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

#news .news_ul li a .list_head .cat_block{
	width: calc(100% - 102px);
}

#news .news_ul li a .list_head .cat_block ul li{
	width: 100px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	background: var(--bg1);
	font-size: 16px;
	font-weight: 300;
	color: var(--color1);
	text-align: center;
}

#news .news_ul li a .text_area{
	width: calc(100% - 222px);
} 

#news .news_ul li a .text_area .title{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}



#event{
	padding-bottom: 205px;
	position: relative;
}

#event::before{
	content: '';
	display: inline-block;
	width: 610px;
	height: 86px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/top/other_bg_parts.png');
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
}

#event .event_catch{
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
}

#event .event_catch li{
	width: 360px;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
}

#event .event_catch li .li_head{
	padding: 145px 0 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CECFCF;
	font-size: 26px;
	color: var(--color1);
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-align: center;
	position: relative;
}

#event .event_catch li .li_head::before{
    content: '';
    display: inline-block;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../images/top/event_icon01.png);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

#event .event_catch li.online .li_head::before{
    background-image: url(../images/top/event_icon02.png);
}

#event .event_catch li.individual .li_head::before{
    background-image: url(../images/top/event_icon03.png);
}

#event .event_catch li .li_caption{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.75;
}




#event_area{
	width: 1100px;
	margin: 0 auto;
	padding: 60px 80px;
	border-radius: 10px;
	background: #F9EFE9;
}

#event_area .event_tab{
	width: 850px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 50px;
}

#event_area .event_tab li{
	width: 276px;
}

#event_area .event_tab li .event_tab_btn{
	width: 100%;
	height: 63px;
	line-height: 63px;
	border-radius: 63px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
}

#event_area .event_tab li .event_tab_btn.current{
	background: var(--color1);
	color: #fff;
}

#event_area .event_tab li .event_tab_btn strong{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.25;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    white-space: nowrap;
}

#event_area .event_tab_content{
	display: none;
}

#event_area .event_tab_content.current{
	display: block;
}

#event_area .event_tab_content .event_list{
	overflow-x: unset;
    overflow-y: auto;
    height: 468px;

	/* Firefox */
	scrollbar-width: thin;
	scrollbar-color: #696969 #E7D7CE;
}

/* Chrome, Edge, Safari */
#event_area .event_tab_content .event_list::-webkit-scrollbar{
	width: 5px;
}

#event_area .event_tab_content .event_list::-webkit-scrollbar-track{
	background: #E7D7CE;
	border-radius: 999px;
}

#event_area .event_tab_content .event_list::-webkit-scrollbar-thumb{
	background: #696969;
	border-radius: 999px;
}

#event_area .event_tab_content .event_list::-webkit-scrollbar-thumb:hover{
	background: #999;
}

#event_area .event_tab_content .event_list .event_list_ul{

}

#event_area .event_tab_content .event_list .event_list_ul li{
	padding: 20px 20px 20px 0;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 5px;
}

#event_area .event_tab_content .event_list .event_list_ul li:last-child{
	margin-bottom: 0;
}

#event_area .event_tab_content .event_list .event_list_ul li a{
	display: flex;
	position: relative;
}

#event_area .event_tab_content .event_list .event_list_ul li a::after{
	content: '';
    display: inline-block;
    width: 7px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../images/common/icon_link02.png);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

#event_area .event_tab_content .event_list .event_list_ul li a .event_area{
	width: 120px;
	position: relative;
	border-right: 1px solid #CECFCF;
	box-sizing: border-box;
}

#event_area .event_tab_content .event_list .event_list_ul li a .event_area strong{
	font-size: 16px;
	font-weight: 600;
	color: var(--color1);
	line-height: 1.25;
	text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
	right: 0;
    transform: translate(0, -50%);
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper{
	width: calc(100% - 120px);
	padding-left: 20px;
	box-sizing: border-box;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .event_title{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 11px;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .date_area{
	display: flex;
	align-items: center;
	margin-top: 7px;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .date_area .data_item{
	width: 60px;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .date_area .data_item strong{
	display: inline-block;
	height: 26px;
	line-height: 24px;
	border-radius: 26px;
	border: 1px solid #CECFCF;
	font-size: 14px;
	font-weight: 300;
	padding: 0 12px;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .date_area .data_area{
	width: calc(100% - 60px);
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.5;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .date_area .data_area .event_date{
	margin-right: 0.5em;
}

#event .link_btn{
	margin-top: 50px;
}

#event_area .event_area_select{
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}

#event_area .event_area_filter{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	padding: 10px 40px 10px 50px;
	border: 1px solid #A4A4A4;
	border-radius: 5px;
	background-color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	cursor: pointer;
	outline: none;
	position: relative;

}

#event_area .event_area_select::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../images/common/icon_area_select.png);
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    pointer-events: none;
	z-index: 2;
}

#event_area .event_area_select::after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url(../images/common/icon_link02.png);
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%) rotate(90deg);
    pointer-events: none;
	z-index: 2;
}






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

@media(max-width:1440px){

#fv_area{
	margin-bottom: 9.375vw;
}

#fv_area .fv_wrapp{
	height: 29.166667vw;
}

#fv_area .fv_wrapp picture{
	height: 29.166667vw;
}

#fv_area .fv_wrapp picture.item{
	transform: translateY(0.694444vw);
}

#fv_area .fv_wrapp .text_wrapp{
	width: 76.388889vw;
}

#fv_area .fv_wrapp .text_area{

}

#fv_area .fv_wrapp .text_area .kv_catch{
	font-size: 2.083333vw;
}

#fv_area .fv_wrapp .text_area .fv_catch{
	font-size: 1.25vw;
	margin-top: 1.666667vw;
}

.item {
    transform: translateY(1.388889vw);
}


#fv_area .link_area{
	margin-top: 6.111111vw;
}

#fv_area .link_area .link_title{
	font-size: 1.388889vw;
	margin-bottom: 1.388889vw;
}

#fv_area .link_area .link_ul{
	width: 76.388889vw;
	margin: 0 auto;
}

#fv_area .link_area .link_ul ul{
    margin-bottom: -0.694444vw;
}

#fv_area .link_area .link_ul ul li{
	margin: 0 0.9% 0.694444vw 0;
	border-radius: 0.347222vw;
}

#fv_area .link_area .link_ul ul li a{
	padding: 1.041667vw 0 1.041667vw 6.041667vw;	
}

#fv_area .link_area .link_ul ul li a::before{
    width: 2.916667vw;
    height: 2.916667vw;
    left: 1.736111vw;
}

#fv_area .link_area .link_ul ul li a::after{
    width: 0.486111vw;
    height: 0.763889vw;
    right: 1.388889vw;
}

#fv_area .link_area .link_ul ul li a strong{
	font-size: 1.25vw;
}



}


@media(max-width:1366px){





}


@media(max-width:1280px){

#column{
	padding-bottom: 16.015625vw;
}

#column::before{
	width: 47.65625vw;
	height: 6.71875vw;
	top: -5.468750vw;
}

#column .section_wrapp{
	width: 86.09375vw;
}

#column .column_ul{

}

#column .column_ul > li{
	width: 30.234375vw;
	padding: 2.8125vw 2.34375vw;
}

#column .column_ul > li:nth-child(1){
	width: 27.890625vw;
}

#column .column_ul > li:nth-child(3){
	width: 27.890625vw;
}

#column .column_ul > li:nth-child(4){
	width: 27.890625vw;
}

#column .column_ul > li:nth-child(6){
	width: 27.890625vw;
}

#column .column_ul > li a{
	height: calc(100% - 0.625vw);
	padding-bottom: 3.828125vw;
}

#column .column_ul > li a::after{
    width: 3.515625vw;
    height: 3.515625vw;
    bottom: -0.625vw;
}

#column .column_ul > li a .image_area{
	border-radius: 0.390625vw;
	/*margin-bottom: 1.5625vw;*/
	margin-bottom: 0.694444vw;
	padding-bottom: 2.083333vw;
}

#column .column_ul > li a .image_area .date{
	height: 2.1875vw;
    /*bottom: 2.1875vw;*/
    font-size: 1.25vw;
    padding: 0.9375vw 0 0 0.46875vw;
}

#column .column_ul > li a .image_area .date::before{
	width: 4.921875vw;
	height: 2.1875vw;
	right: -4.84375vw;
}

#column .column_ul > li a .title{
	font-size: 1.5625vw;
	margin-bottom: 0.78125vw;
}

#column .column_ul > li a .description{
	font-size: 1.25vw;
}

#column .column_ul > li a .cat li{
	height: 2.65625vw;
	line-height: 2.65625vw;
	border-radius: 2.65625vw;
	padding: 0 0.78125vw;
	font-size: 1.25vw;
	margin-right: 0.625vw;
}

#event .link_btn,
#news .link_btn,
#column .link_btn{
	margin-top: 6.25vw;
}

#event .link_btn a,
#news .link_btn a,
#column .link_btn a{
	padding: 0 0.366032vw 1.098097vw;
}

#event .link_btn a strong,
#news .link_btn a strong,
#column .link_btn a strong{
	font-size: 1.171303vw;
	padding-right: 2.2694vw;
}

#event .link_btn a strong::after,
#news .link_btn a strong::after,
#column .link_btn a strong::after {
    width: 1.171303vw;
    height: 1.171303vw;
}



#other{

}

#other::before{
	width: 44.65593vw;
	height: 6.295754vw;
	top: -5.124451vw;
}

#other .other_ul{
	gap: 2.196193vw;
}

#other .other_ul li{
	width: 24.513889vw;
	border-radius: 0.732064vw;
}

#other .other_ul li a{
	height: 9.375vw;
}

#other .other_ul li a::before{
    width: 0.585652vw;
    height: 0.951684vw;
    right: 2.196193vw;
}

#other .other_ul li a strong{
	font-size: 1.464129vw;
    left: 13.125vw;
}



#news{
	padding-bottom: 14.236111vw;
}

#news::before{
	width: 42.361111vw;
	height: 5.972222vw;
	top: -4.861111vw;
}

#news .section_wrapp{
	width: 63.888889vw;
}

#news .news_ul > li{
	padding: 2.083333vw 1.041667vw;
}

#news .news_ul li a{
}

#news .news_ul li a::before{
	width: 0.347222vw;
	height: 0.763889vw;
}

#news .news_ul li a .list_head{
	width: 15.416667vw;
}

#news .news_ul li a .list_head .date{
	width: 7.083333vw;
	font-size: 1.111111vw;
}

#news .news_ul li a .list_head .cat_block{
	width: calc(100% - 7.083333vw);
}

#news .news_ul li a .list_head .cat_block ul li{
	width: 6.944444vw;
	height: 2.361111vw;
	line-height: 2.361111vw;
	border-radius: 2.361111vw;
	font-size: 1.111111vw;
}

#news .news_ul li a .text_area{
	width: calc(100% - 15.416667vw);
} 

#news .news_ul li a .text_area .title{
	font-size: 1.111111vw;
}



#event{
	padding-bottom: 14.236111vw;
}

#event::before{
	width: 42.361111vw;
	height: 5.972222vw;
	top: -4.861111vw;
}

#event .event_catch{
	gap: 0.694444vw;
	margin-bottom: 2.083333vw;
}

#event .event_catch li{
	width: 25vw;
	border-radius: 0.694444vw;
	padding: 2.083333vw;
}

#event .event_catch li .li_head{
	padding: 10.069444vw 0 1.041667vw;
	margin-bottom: 1.041667vw;
	font-size: 1.805556vw;
}

#event .event_catch li .li_head::before{
    width: 8.333333vw;
    height: 8.333333vw;
}

#event .event_catch li .li_caption{
	font-size: 1.25vw;
}


#event_area{
	width: 76.388889vw;
	padding: 4.166667vw 5.555556vw;
	border-radius: 0.694444vw;
}

#event_area .event_tab{
	width: 59.027778vw;
	margin: 0 auto 3.472222vw;
}

#event_area .event_tab li{
	width: 19.166667vw;
}

#event_area .event_tab li .event_tab_btn{
	height: 4.375vw;
	line-height: 4.375vw;
	border-radius: 4.375vw;

}

#event_area .event_tab li .event_tab_btn strong{
	font-size: 1.25vw;
}

#event_area .event_tab_content .event_list{
    height: 32.5vw;
}

/* Chrome, Edge, Safari */
#event_area .event_tab_content .event_list::-webkit-scrollbar{
	width: 0.347222vw;
}

#event_area .event_tab_content .event_list .event_list_ul li{
	padding: 1.388889vw 1.388889vw 1.388889vw 0;
	border-radius: 0.347222vw;
	margin-bottom: 0.347222vw;
}

#event_area .event_tab_content .event_list .event_list_ul li a::after{
    width: 0.486111vw;
    height: 0.902778vw;
    right: 1.388889vw;
}

#event_area .event_tab_content .event_list .event_list_ul li a .event_area{
	width: 9.375vw;
}

#event_area .event_tab_content .event_list .event_list_ul li a .event_area strong{
	font-size: 1.111111vw;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper{
	width: calc(100% - 9.375vw);
	padding-left: 1.388889vw;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .event_title{
	font-size: 1.388889vw;
	margin-bottom: 0.763889vw;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .date_area{
	margin-top: 0.486111vw;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .date_area .data_item{
	width: 4.166667vw;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .date_area .data_item strong{
	height: 1.805556vw;
	line-height: 1.666667vw;
	border-radius: 1.805556vw;
	font-size: 0.972222vw;
	padding: 0 0.833333vw;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .date_area .data_area{
	width: calc(100% - 4.166667vw);
	font-size: 1.111111vw;
}

#event .link_btn{
	margin-top: 3.472222vw;
}

#event_area .event_area_select{
	margin-bottom: 0.694444vw;
}

#event_area .event_area_filter{
	padding: 0.694444vw 2.777778vw 0.694444vw 3.472222vw;
	border-radius: 0.347222vw;
	font-size: 1.25vw;

}

#event_area .event_area_select::before{
    width: 1.388889vw;
    height: 1.388889vw;
    left: 1.041667vw;
}

#event_area .event_area_select::after{
    width: 0.486111vw;
    height: 0.902778vw;
    right: 1.041667vw;
}







}





@media(max-width:1020px){

main{
	padding-bottom: 11.764706vw;
}

.section_wrapp .h2_wrapp{
	margin: 0 0 0.980392vw;
	top: -2.941176vw;
}

.section_wrapp .h2_wrapp .icon{
	width: 4.607843vw;
	margin: 0 auto 0.784314vw;
}

.section_wrapp .h2_wrapp h2 small{
	font-size: 1.372549vw;
}

.section_wrapp .h2_wrapp h2 strong{
	font-size: 2.745098vw;
}

.section_wrapp .section_caption{
	font-size: 1.25vw;
	margin-top: 2.083333vw;
}


}


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

@media(max-width:767px){

main{
	padding: 0 0 16vw;
}


#fv_area{
	width: 100%;
	margin-bottom: 28vw;
}

#fv_area .fv_wrapp{
	width: 100%;
	height: auto;
}

#fv_area .fv_wrapp picture{
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}

#fv_area .fv_wrapp picture.item{
	transform: translateY(0);
}

#fv_area .fv_wrapp img{
	object-position: left bottom;
}

#fv_area .fv_wrapp::after{
	content: none;
}

#fv_area .fv_wrapp .text_wrapp{
	width: auto;
	position: relative;
	left: 0;
	transform: translate(0, 0);
}

#fv_area .fv_wrapp .text_area{
	position: relative;
	top: 0;
	left: 0;
	transform: translate(0, 0);
	padding: 8vw 5.333333vw 5.866667vw;
	margin-bottom: 74.133333vw;
	background: linear-gradient(360deg, rgba(245, 245, 245, 0.00) 0%, #F5F5F5 11%);
}

#fv_area .fv_wrapp .text_area .kv_catch{
	font-size: 5.333333vw;
}

#fv_area .fv_wrapp .text_area .fv_catch{
	font-size: 4.266667vw;
	margin-top: 2.666667vw;
}

.item {
    transform: translateY(4vw);
}


#fv_area .link_area{
	margin-top: 16vw;
}

#fv_area .link_area .link_title{
	font-size: 5.333333vw;
	margin-bottom: 4vw;
}

#fv_area .link_area .link_ul{
	width: auto;
}

#fv_area .link_area .link_ul{
	margin: 0 5.333333vw;
}

#fv_area .link_area .link_ul ul{
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0;
	margin-bottom: -2.666667vw;
}

#fv_area .link_area .link_ul ul li{
	width: 43.2vw;
	border-radius: 1.333333vw;
	margin-bottom: 2.666667vw;
}

#fv_area .link_area .link_ul ul li a{
	padding: 16.266667vw 4vw 4vw;
	text-align: center;
}

#fv_area .link_area .link_ul ul li a::before{
    width: 9.6vw;
    height: 9.6vw;
    top: 4vw;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0, 0);
}


#fv_area .link_area .link_ul ul li a::after{
    width: 1.866667vw;
    height: 2.933333vw;
    top: unset;
    bottom: 5.066667vw;
    right: 2.666667vw;
    transform: translate(0, 0);
}

#fv_area .link_area .link_ul ul li a strong{
	font-size: 4.266667vw;
}



.section_wrapp .h2_wrapp{
	margin: 0 0 2.666667vw;
	top: -2.666667vw;
}

.section_wrapp .h2_wrapp .icon{
	width: 10.666667vw;
	margin: 0 auto 2.133333vw;
}

.section_wrapp .h2_wrapp h2 small{
	font-size: 3.2vw;
}

.section_wrapp .h2_wrapp h2 strong{
	font-size: 5.866667vw;
	line-height: 1.81;
}

.section_wrapp .section_caption{
	font-size: 4.266667vw;
	text-align: left;
	margin-top: 2.133333vw;
}


#column{
	padding-bottom: 38.666667vw;
}

#column::before{
	width: 100%;
	height: 15.466667vw;
	background-image: url('../images/top/column_bg_parts_sp.png');
	top: -15.2vw;
}

#column .section_wrapp{
	width: auto;
	margin: 0 5.333333vw;
}

#column .column_ul{
	width: auto;
	margin: 0 0 13.333333vw;
	display: block;
}

#column .column_ul > li{
	width: 100%;
	padding: 8vw 0;
}

#column .column_ul > li:nth-child(1){
	width: 100%;
	padding: 0 0 8vw;	
	border-bottom: 1px solid #eaebeb;
	border-right: none;
}

#column .column_ul > li:nth-child(2){
	width: 100%;
	padding: 8vw 0;	
	border-bottom: 1px solid #eaebeb;
	border-right: none;
}

#column .column_ul > li:nth-child(3){
	width: 100%;
	padding: 8vw 0 0;
	border-bottom: none;
}

#column .column_ul > li:nth-child(6),
#column .column_ul > li:nth-child(5),
#column .column_ul > li:nth-child(4){
	display: none;
}

#column .column_ul > li a{
	height: calc(100% - 1.466667vw);
	padding-bottom: 13.066667vw;
}

#column .column_ul > li a::after{
    width: 12vw;
    height: 12vw;
    bottom: -1.466667vw;
}

#column .column_ul > li a .image_area{
	/*aspect-ratio: 335 / 200;*/
	aspect-ratio: 335 / 218;
	border-radius: 1.333333vw;
	margin-bottom: 4vw;
	padding-bottom: 7.466667vw;
}

#column .column_ul > li a .image_area .date{
	height: 7.466667vw;
    /*bottom: 7.466667vw;*/
    font-size: 4.266667vw;
    padding: 3.2vw 0 0 1.6vw;
}

#column .column_ul > li a .image_area .date::before{
	width: 16.8vw;
	height: 7.466667vw;
	right: -16.533333vw;
}

#column .column_ul > li a .title{
	font-size: 5.333333vw;
	margin-bottom: 2.666667vw;
}

#column .column_ul > li a .description{
	font-size: 4.266667vw;
}

#column .column_ul > li a .cat li{
	height: 9.066667vw;
	line-height: 9.066667vw;
	border-radius: 9.066667vw;
	padding: 0 2.666667vw;
	font-size: 4.266667vw;
	margin-right: 2.133333vw;
}

#event .link_btn,
#news .link_btn,
#column .link_btn{
	text-align: center;
	margin-top: 0;
}

#event .link_btn a,
#news .link_btn a,
#column .link_btn a{
	padding: 0 1.333333vw 4vw;
}

#event .link_btn a strong,
#news .link_btn a strong,
#column .link_btn a strong{
	font-size: 4.266667vw;
	padding-right: 8.266667vw;
}

#event .link_btn a strong::after,
#news .link_btn a strong::after,
#column .link_btn a strong::after {
    width: 4.266667vw;
    height: 4.266667vw;
}



#other{

}

#other::before{
	width: 100%;
	height: 15.466667vw;
	background-image: url('../images/top/other_bg_parts_sp.png');
	top: -15.2vw;
}

#other .other_ul{
	display: block;
	gap: 0;
	margin: 0 5.333333vw;
}

#other .other_ul li{
	width: 100%;
	border-radius: 2.4vw;
	margin-bottom: 2.666667vw;
}

#other .other_ul li:last-child{
	margin-bottom: 0;
}

#other .other_ul li a{
	height: 24vw;
}


#other .other_ul li a::before{
    width: 1.6vw;
    height: 2.666667vw;
    right: 4vw;
}

#other .other_ul li a::after{
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 33%, rgba(255, 255, 255, 2) 45%, rgba(255, 255, 255, 1) 100%);
}

#other .other_ul li a strong{
	font-size: 4.266667vw;
	line-height: 1.5;
	text-align: center;
    left: 50.666667vw;	
}



#news{
	padding-bottom: 38.666667vw;
}

#news::before{
	width: 100%;
	height: 15.466667vw;
	background-image: url(../images/top/column_bg_parts_sp.png);
	top: -15.2vw;
}

#news .section_wrapp{
	width: auto;
	margin: 0 5.333333vw;
}

#news .news_ul{
	margin-bottom: 10.666667vw;
}

#news .news_ul > li{
	padding: 8vw 4vw;
}

#news .news_ul li a{
	display: block;
}

#news .news_ul li a::before{
	content: none;
}

#news .news_ul li a .list_head{
	width: auto;
	margin-bottom: 4vw;
}

#news .news_ul li a .list_head .date{
	width: 27.2vw;
	font-size: 4.266667vw;
}

#news .news_ul li a .list_head .cat_block{
	width: calc(100% - 27.2vw);
}

#news .news_ul li a .list_head .cat_block ul li{
	width: 26.666667vw;
	height: 6.4vw;
	line-height: 6.4vw;
	border-radius: 6.4vw;
	font-size: 4.266667vw;
}

#news .news_ul li a .text_area{
	width: auto;
} 

#news .news_ul li a .text_area .title{
	font-size: 4.266667vw;
	position: relative;
}

#news .news_ul li a .text_area .title::before{
	content: '';
	display: inline-block;
	width: 1.333333vw;
	height: 2.933333vw;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	background-image: url('../images/common/icon_link02.png');
	position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}



#event{
	padding-bottom: 38.666667vw;
}

#event::before{
	width: 100%;
	height: 15.466667vw;
	background-image: url('../images/top/other_bg_parts_sp.png');
	top: -15.2vw;
}

#event .section_wrapp{
	margin: 0 5.333333vw;
}

#event .event_catch{
	display: block;
	gap: 0;
	margin-bottom: 10.666667vw;
}

#event .event_catch li{
	width: auto;
	border-radius: 2.666667vw;
	padding: 5.333333vw;
	margin-bottom: 2.666667vw;
}

#event .event_catch li:last-child{
	margin-bottom: 0;
}

#event .event_catch li .li_head{
	padding: 4.8vw 0 8.8vw 21.333333vw;
	margin-bottom: 4vw;
	font-size: 5.333333vw;
	text-align: left;
}

#event .event_catch li .li_head::before{
    width: 17.333333vw;
    height: 17.333333vw;
    top: calc(50% - 2vw);
    left: 0;
    transform: translate(0, -50%);
}

#event .event_catch li .li_caption{
	font-size: 4.266667vw;
}


#event_area{
	width: auto;
	margin: 0 auto;
	padding: 10.666667vw 5.333333vw;
	border-radius: 0;
}

#event_area .event_tab{
	width: auto;
	display: block;
	margin: 0 auto 5.333333vw;
}

#event_area .event_tab li{
	width: auto;
	margin-bottom: 2.666667vw;
}

#event_area .event_tab li:last-child{
	margin-bottom: 0;
}

#event_area .event_tab li .event_tab_btn{
	height: 16vw;
	line-height: 16vw;
	border-radius: 16vw;

}

#event_area .event_tab li .event_tab_btn strong{
	font-size: 4.266667vw;
}

#event_area .event_tab_content .event_list{
    height: 124.8vw;
}

/* Chrome, Edge, Safari */
#event_area .event_tab_content .event_list::-webkit-scrollbar{
	width: 1.333333vw;
}

#event_area .event_tab_content .event_list .event_list_ul li{
	padding: 5.333333vw;
	border-radius: 1.333333vw;
	margin-bottom: 2.666667vw;
}

#event_area .event_tab_content .event_list .event_list_ul li a{
	display: block;
}

#event_area .event_tab_content .event_list .event_list_ul li a::after{
    width: 1.866667vw;
    height: 3.466667vw;
    top: unset;
    bottom: 2.4vw;
    right: 0;
    transform: translate(0, 0);
}

#event_area .event_tab_content .event_list .event_list_ul li a .event_area{
	width: auto;
	border-right: unset;
	border-bottom: 1px solid #CECFCF;
	padding-bottom: 4vw;
	margin-bottom: 4vw;
}

#event_area .event_tab_content .event_list .event_list_ul li a .event_area strong{
	font-size: 4.266667vw;
	position: static;
    transform: translate(0, 0);
}

#event_area .event_tab_content .event_list .event_list_ul li a .event_area strong br{
	display: none;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper{
	width: auto;
	padding-left: 0;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .event_title{
	font-size: 4.8vw;
	margin-bottom: 1.333333vw;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .date_area{
	display: block;
	margin-top: 1.333333vw;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .date_area .data_item{
	width: auto;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .date_area .data_item strong{
	height: 6.933333vw;
	line-height: 6.4vw;
	border-radius: 6.933333vw;
	font-size: 3.733333vw;
	padding: 0 3.2vw;
	margin-bottom: 0.533333vw;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .date_area .data_area{
	width: auto;
	display: flex;
	align-items: center;
	font-size: 4.266667vw;
}

#event_area .event_tab_content .event_list .event_list_ul li a .text_wrapper .date_area .data_area .event_date{
	margin-right: 0;
}

#event .link_btn{
	margin-top: 8vw;
}

#event_area .event_area_select{
	display: block;
	margin-bottom: 4vw;
}

#event_area .event_area_filter{
	display: block;
	width: 100%;
	padding: 4vw 0 4vw;
	border-radius: 1.333333vw;
	font-size: 4.266667vw;
	text-align: center;
	text-align-last: center;
	color: var(--text);
}

#event_area .event_area_select::before{
    width: 5.333333vw;
    height: 5.333333vw;
    left: 12.8vw;
}

#event_area .event_area_select::after{
    width: 1.866667vw;
    height: 3.466667vw;
    right: 12.8vw;
}

#event_area .event_area_filter option{
	text-align: center;
}






}

