@charset "UTF-8";
/* スライダー */
.slider-wrapper{
	margin-bottom: 6.5rem;
}
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  object-fit: cover;
}

/* TOP */
.main_v{
	position: relative;
}
.main_v_logo_top{
	position: absolute;
    top: 8%;
	left: 14%;
	font-size: 3.5vw;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-shadow: 2px 2px 10px rgba(0,0,0,1), -2px 2px 10px rgba(0,0,0,1), 2px -2px 10px rgba(0,0,0,1), -2px -2px 10px rgba(0,0,0,1);
}
.main_v_logo_top span{
	display: block;
	margin-top: 1rem;
	font-size: 1.3vw;
	font-weight: 500;
	letter-spacing: 0.1rem;
	line-height: 2;
}
.contents-wrap{
	padding: 0 0 5rem 0;
}
.top-wrap{
	max-width:1040px;
	width:90%;
	margin:0 auto;
}
.top-contents-wrap{
	margin: 5rem 0;
}
.contents_col{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.contents_col_item{
	width: 31.5%;
	border-radius: 10px;
}
.contents_col_item a>div{
	width:28%;
}
.contents_col_item a>div>img{
	width: 100%;
}
.contents_col_item a>span{
	font-size: 1.3rem;
	color: #FFF;
	margin-top: 1rem;
	font-weight: bold;
}
.about_col_item{
	background-color: #0A6FA9;
}
.about_col_item a,.Members_col a {
	padding: 2rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	justify-content: flex-end;
}

.news-wrap{
	background-color: #F7F8F8;
	padding: 4rem 0;
	margin: 2rem auto 0 auto;
}
.top-wrap h3 {
	text-align: center;
	letter-spacing: 0.1rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
}
.top-wrap h3>span {
	display: block;
	font-size: 0.9rem;
	line-height: 2.5rem;
}
.news_contents {
	margin: 2rem 0;
	background-color: #fff;
	padding: 2.5rem;
	border-radius: 10px;
}
.news_txt.news_txt-ttl {
	margin-bottom: 1rem;
}
.news_txt time {
	font-size: 0.8em;
	font-weight: normal;
	display: block;
	margin-bottom: 0.5rem;
}
a.next {
	position: relative;
	text-align: right;
	display: block;
	margin-right: 2em;
}
 a.next::after {
	position: absolute;
	vertical-align: middle;
	display: inline-block;
	content: "\f177";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.8em;
	width: 1.5em;
	height: 1.5em;
	padding: 0px 3px 0px 3px;
	border: solid 1px #000;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	right: -1.5rem;
}

.Notices_col{
	background-color: #F1F7FC;
	display: flex;
	flex-direction: column;
	padding: 0;
}
.Notices_col:nth-child(2) {
	background-color: #F1F8F2;
}
.Notices_col:nth-child(3) {
	background-color: #FFF6E9;
}
.Notices_col p{
	font-size: 1.3rem;
	font-weight: bold;
	background-color: #0A6FA9;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
	padding: 1em 0;
}
.Notices_col:nth-child(2) p{
	background-color: #1F8D31;
}
.Notices_col:nth-child(3) p{
	background-color: #C97E0C;
}
.Notices_col article{
	text-align: left;
	padding: 0 1em;
	margin-top: 1em;
	flex-grow: 1;
}
.Notices_col>a{
	align-self: center;
	margin: 1.5rem 0;
}

.Members-wrap{
	padding: 6.5rem 0;
	margin: 2rem auto 0 auto;
	background: right top url(../assets/img/top/_top_bg.png) no-repeat;
	background-size: cover;
}
.Members-wrap h3{
	color: #fff;
}
.Members_col{
	background-color: #fff;
}
.Members_col a>span{
	color: #000;
}

.Business-ttl {
	padding: 1.5em 0;
	color: #0A6FA9;
	background-color: #F1F7FC;
	border-radius: 15px;
	margin-bottom: 6rem;
}
.Business_col{
	width: 23%;
	border: #000 solid 2px;
}
.Business_col a {
	padding: 1.5rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	justify-content: flex-end;
}
.Business_col:first-child a>div {
	flex-grow: 1;
	align-items: center;
	display: flex;
	width: 33%;
}
.Business_col a>span{
	font-size: 1rem;
	color: #000;
	font-weight: normal;
}

@media screen and (max-width: 959px){
	.contents_col_item a>span,.Notices_col h5{
		font-size: min(2vw, 17px);
	}
	.Notices_col p {
    font-size: 1.2rem;
	}
	.Notices_col>a {
		margin: 1.5rem 1em 1.5rem 0;
	}

}


@media screen and (max-width: 768px){
	.slider-wrapper {
    margin-bottom: 3rem; 
	}
	.contents_col {
		flex-direction: column;
	}
	.contents_col_item {
    width: 90%;
    margin: 0 auto 2rem;
	}
	.contents_col_item a>span, .Notices_col h5 {
    font-size: 1.25rem;
	}
	.about_col_item, .Members_col,.Business_col{
    height: 45vw;
	}
	.about_col_item a, .Members_col a {
    justify-content: center;
	}
	.Notices_col {
		width: 100%;
	}
	.news-wrap {
    padding: 3rem 0;
		margin: 0 auto;
	}
	.news-contents_wrap {
		display: block;
	}
	.news-contents_col01 {
    text-align: center;
	}
	.news-wrap h3::before {
    left: calc(50% - 3.5em);
	}
	.news-wrap h3>span {
		width: auto;
		margin: 0 auto;
		line-height: 2rem;
	}
	.news_contents li {
		padding: 1rem 0;
    margin: 0;
	}
	.news_contents li span.news_time {
    margin-right: 0;
		display: block;
	}

	.top-contents-wrap {
    margin: 3rem 0;
	}
	.top-message p {
    font-size: 2.8vw;
	}

	.top-contents {
		margin-top: 3rem;
		flex-direction: column;
    width: 100%;
	}
	.contents_col01, .contents_col02 {
    width: 100%;
	}
	.business-wrap,.company-profile>.business-wrap {
    width: 90%;
    margin: 0 auto;
		padding: 2rem 0;
	}
	.business-wrap h3 {
		margin-left: 1em;
	}
	.company-profile .top-contents {
		flex-direction: column-reverse;
	}
	.others-wrap {
    margin: 3rem 0;
	}
	.others_item-wrap {
    flex-direction: column;
	}
	.others_item {
		width: 100%;
		padding: 1.5rem 0;
		margin-bottom: 1.5rem;
	}

}

/* ===TOP20240624追加＝＝ */

.address_wrap {
	max-width: 74%;
	width: 100%;
	margin: 0px auto 12px auto;
}

.address_font {
 font-size: 19px;
 letter-spacing: 1px;
 font-weight: bold;
}

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

	.address_font {
		font-size: 11px;
	 }

}