/*
 *.page-heading
 * -------------------------------------------------------------------
 */
.page-heading {
	margin-bottom: 45px;
}

/*
 *.nav-header
 * -------------------------------------------------------------------
 */
.top-page .nav-header__logo-image {
	max-width: 170%;
	max-height: 170%;
	margin-top: 15px;
}
.top-page .-scrolled .nav-header__logo-image{
	max-width: 390px;
	max-height: 100%;
	padding: 3px;
	margin: 0;
}
@media (max-width: 767.98px) {
	.top-page .nav-header__logo-image{
		max-width: 150%;
		max-height: 150%;
	}
}
@media (max-width: 575.98px) {
	.top-page .nav-header__logo-image {
		max-width: 110%;
		max-height: 110%;
	}
}
/*
 *.mainvisual
 * -------------------------------------------------------------------
 */
.mainvisual {
	position: relative;
	height: 100vh;
}
.mainvisual__text{
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	left: 45px;
}
.mainvisual__main-img{
	width: 520px;
}
.mainvisual__sub {
	padding-top: 1.5rem;
	color: #222222;
	font-size: var(--fs-main);
}
.mainvisual__image{
	position: fixed;
	right: 60px;
	width: 60%;
	bottom: -60px;
	z-index: -1;
}
.mainvisual__image-img{
	max-height: 90vh;
}



/*
 *.section-wrapper
 * -------------------------------------------------------------------
 */

.section-wrapper{
	position: relative;
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
	padding: 0 90px;
	overflow: hidden;
}
.section-wrapper.active:after {
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
}
.section-wrapper.bg-active:after {
	background: rgb(223 223 223 / 66%);
}

@media (max-width: 768px){
	.section-wrapper{
		padding: 0 40px;
	}
}
@media (max-width: 575.98px) { 
	.section-wrapper{
		padding: 0 20px;
	}
}
/*
 *.top-about
 * -------------------------------------------------------------------
 */
.top-about {
	margin-top: 150px;
	background: var(--primary-color);
	overflow: hidden;
}
.top-about:before,
.top-about:after{
	content: '';
	background-image: url(../img/top/bg-about.svg);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	background-size: cover;
	position: absolute;
	width: 300px;
	height: 470px;
	z-index: 1;
	opacity: 0.6;
}
.top-about:before{
	bottom: 0;
	left: 0;
	transform: rotate(180deg);
	transform: scale(1, -1);
}
.top-about:after{
	top: 0;
	right: 0;
	transform: rotate(180deg);
	transform: scale(-1, 1);
}
.about__inner{
	display: flex;
	flex-wrap: wrap;
	gap: 45px;
	position: relative;
	z-index: 10;
}
.about-text{
	width: 50%;
}
.about-text__title{
	font-size: 4.53rem;
	color: var(--accent-color);
	font-weight: 700;
	margin: 15px 0 30px;
	line-height: 1.4;
}
.about-text .button-guide{
	margin-bottom: 0;
}
.about-image{
	width: calc(50% - 45px);
}
.about-image__img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
	border-radius: var(--radius-md);
}
.swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-button-pause {
	position: absolute;
	bottom: -5px;
	left: 162px;
	z-index: 10;
	border: none;
	cursor: pointer;
	width: 20px;
	height: 20px;
	color: var(--accent-color);
	background: none;
	font-size: 1.60rem;
	font-family: 'YakuHanJP';
}
.swiper-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	bottom: 2px!important;
	width: 130px!important;
	left: 30px!important;
}
.swiper-pagination-bullet {
	width: 20px;
	height: 6px;
	cursor: pointer;
	-webkit-transition: .15s;
	transition: .15s;
	background-color: #575757;
	border-radius: 3px;
	opacity: 1;
	background: none;
	border: 2px solid var(--accent-color);
	margin: 0!Important;
}
.swiper-pagination-bullet-active {
	width: 60px;
	background-color: var(--accent-color);
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev{
	top: auto;
	left: 182px;
	bottom: -2px;
	height: 20px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next{
	top: auto;
	left: 0;
	bottom: -2px;
	height: 20px;
}
.swiper-button-next:before,
.swiper-button-prev:before{
}
.swiper-button-next:after,
.swiper-button-prev:after{
	content: '';
	width: 9px;
	height: 9px;
	border-top: solid 3px var(--accent-color);
	border-right: solid 3px var(--accent-color);
	transform: rotate(45deg);
	position: absolute;
	bottom: 3px;
	right: 7px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after{
	transform: rotate(225deg);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after{
	
}
.swiper-button-pause__start {
	display: none; /* åˆæœŸçŠ¶æ…‹ã§éžè¡¨ç¤ºï¼ˆåœæ­¢ä¸­ã®ã‚¢ã‚¤ã‚³ãƒ³ã‚’è¡¨ç¤ºï¼‰ */
}

.swiper-button-pause__stop {
	display: inline; /* åˆæœŸçŠ¶æ…‹ã§è¡¨ç¤º */
}
@media (max-width: 1199.98px) { 
	.about-text__title{
		font-size: 3.60rem;
		font-weight: 700;
	}
}
@media (max-width: 991.98px) {
	.about__inner{
		gap: 30px;
	}
	.about-text {
		width: 100%;
	}
	.about-text__title{
		font-size: 3.33rem;
		margin-bottom: 15px;
	}
	.about-image{
		width: 100%;
		text-align: center;
	}
	.about-image__img{
		max-height: 300px;
		object-position: left 0px top -20px;
	}
	.top-about .content__guide{
		width: 100%;
	}
	.top-about .button-guide__wrap{
		margin: 0;
	}
	.top-about .button-guide{
		margin: 10px 0 0 auto;
	}
}

@media (max-width: 767.98px) {
	.top-about{
		margin-bottom: 90px!important;
	}
	.about__inner{
		gap: 15px;
	}
	.about-text__title {
		font-size: 3.33rem;
	}
	.about-image__img{
		max-height: 300px;
	}
}
@media (max-width: 575.98px) { 
	.top-about:before,
	.top-about:after{
		width: 190px;
		height: 260px;
	}
	.about-text__title{
		font-size: 2.67rem;
		margin: 10px 0 15px;
	}
	.about-image__img {
		max-height: 100%;
		object-position: center;
	}
}
/*
 *.top-business
 * -------------------------------------------------------------------
 */
#top-business{
	background: rgb(255 255 255 / 95%);
	box-shadow: 0 0 45px rgb(0, 0, 0, 20%);
}

/*
 *.top-news
 * -------------------------------------------------------------------
 */
#top-news{
	margin: 150px 0;
	position: relative;
}
#top-news .content-container{
	max-width: 100%;
}
.news__list{
	display: flex;
	flex-wrap :wrap;
	gap: 45px;
}
.news__list .card__list-item{
	width: calc(33.333% - 30px);
}
.news__list .card-item__thumbnail{
	margin-bottom: 15px;
	height: 230px;
	width: 100%;
	margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
	.news__list{
		/*flex-direction: column;*/
	}
}
@media (max-width: 991.98px) {
	.news__list .card-item{
		display: flex;
		flex-wrap :wrap;
		gap: 20px;
	}
	.news__list .card-item__thumbnail{
		/*height: 100%!important;*/
		margin-bottom: 0;
		height: auto;
	}
}
