@charset "utf-8";




/*  l-value
--------------------------------------------------*/
.l-value {
	position: relative;
	padding-block: 15.0rem 14.5rem;
}
.value-head {
	margin-bottom: 4.5rem;
}
.value-head__ttl {
	font-size: 6.4rem;
	margin-bottom: 4.0rem;
}
.value-head__desc {
	font-size: 2.4rem;
	line-height: 2;
}
.value-list__item + .value-list__item {
	margin-top: 6.0rem;
}
.value-list__item__head {
	position: relative;
	margin-bottom: 5.0rem;
}
.value-list__item__head::after {
	content: '';
	position: absolute;
	inset: auto auto 0 0;
	width: 100%;
	height: 1px;
	background: var(--background-gradation-line);
}
.value-list__item__head__num {
	position: relative;
	display: inline-block;
	width: 4.6rem;
	height: 1.0rem;
}
.value-list__item__head__num::after {
	content: '';
	position: absolute;
	inset: auto auto 0 0;
	width: 100%;
	height: 1.0rem;
	background: var(--background-gradation);
}
.value-list__item__contents {
	position: relative;
	width: 100%;
}
.value-list__item__contents__box {
	position: relative;
	width: 100%;
}
.value-list__item__contents__txt {
	position: relative;
	width: 100%;
	flex: 1 auto;
}
.value-list__item__contents__txt__heading {
	position: relative;
	font-size: 3.0rem;
	line-height: 1.75;
	margin-top: -.5em;
}
.value-list__item__contents__txt__desc {
	font-size: 1.6rem;
	line-height: 2.11869375;
	text-align: justify;
	letter-spacing: 0;
	margin-top: 2.3rem;
}
.value-list__item__contents__note {
	width: 100%;
	font-size: max(8px,1.0rem);
	line-height: 2;
	letter-spacing: 0;
	text-align: justify;
	margin-top: 3.0rem;
	text-indent: -1em;
	margin-left: 1em;
}
.value-list__item__contents__box1 {
	width: calc(800 / 1500 * 100%);
}
.value-list__item__contents__box2 {
	width: calc(600 / 1500 * 100%);
}
.value-list__item__contents__box__photo {
	width: 100%;
}
.value-list__item__contents__box__explain {
	font-size: 1.6rem;
	line-height: 2.11869375;
	letter-spacing: 0;
	margin-bottom: 1.0rem;
}
@media screen and (min-width: 769px){
	.value-list__item1 .value-list__item__contents__box__photo img {
		max-width: 498px;
	}
	.value-list__item2 .value-list__item__contents__box__photo img {
		max-width: 525px;
	}
	.value-list__item3 .value-list__item__contents__box__photo img {
		max-width: 460px;
	}
}
@media screen and (max-width: 768px){
	.l-value {
		padding-block: 7.0rem 5.5rem;
	}
	.value-inner {
		width: calc(320 / 380 * 100%);
		margin-inline: auto;
		padding-left: 0;
	}
	.value-head {
		margin-bottom: 4.0rem;
	}
	.value-head__ttl {
		font-size: 5.0rem;
		margin-bottom: 2.2rem;
	}
	.value-head__desc {
		font-size: 1.8rem;
	}
	.value-list__item + .value-list__item {
		margin-top: 5.0rem;
	}
	.value-list__item__head {
		margin-bottom: 4.0rem;
	}
	.value-list__item__contents__box1 {
		display: contents;
		width: 100%;
	}
	.value-list__item__contents__box2 {
		width: 100%;
		margin-top: 4.0rem;
	}
	.value-list__item__contents__txt__heading {
		font-size: 2.4rem;
	}
	.value-list__item__contents__txt__desc {
	    letter-spacing: 0;
		line-height: 2.125;
		margin-top: 2.0rem;
	}
	.value-list__item__contents__note {
		font-size: 1.0rem;
		order: 10;
	}
	.value-list__item__contents__box__photo {
		width: 100%;
	}
	.value-list__item__contents__box__explain {
		font-size: 1.1rem;
		line-height: 1.8;
		margin-bottom: 1.0rem;
	}
}




/*  l-core
--------------------------------------------------*/
.core-photo {
	margin-top: 7.5rem;
}
@media screen and (min-width: 769px){
	.core-head {
		gap: 0 9.0rem;
	}
	.core-head__ttl {
		width: 100%;
	}
	.core-head__heading {
		width: fit-content;
	}
	.core-head__desc {
		flex: 1;
		margin-top: 5.0rem;
	}
}
@media screen and (max-width: 768px){
	.core-head {
		width: 100%;
	}
	.core-photo {
		margin-top: 2.5rem;
	}
}




/*  position-sec
--------------------------------------------------*/
.position-sec {
	position: relative;
	padding-block: 13.0rem;
}
.position-sec:nth-of-type(even) {
	background: #f2f2f2;
}
.position-sec__outer {
	z-index: 1;
}
.position-sec__container {
	position: relative;
	width: min(95%,1710px);
	margin-left: auto;
}
.position-sec__detail {
	width: calc(650 / 1710 * 100%);
}
.position-sec__detail__photo {
	margin-top: 4.0rem;
}
.position-sec__contents {
	position: relative;
	/*width: calc(1000 / 1710 * 100%);
	padding-left: 46px;*/
	width: calc(955 / 1710 * 100%);
}
.position-sec__contents__gallery {
	gap: .3rem;
}
.position-sec__contents__gallery__item {
	position: relative;
	width: calc((100% - .6rem) / 3);
}
.position-sec__contents__gallery__item--wide {
	width: 100%;
}
.position-sec__contents__gallery__item--middle {
	width: calc((100% - .3rem) / 2);
}
.position-sec__contents__gallery__item__heading {
	position: absolute;
	left: 1.5rem;
	top: 1.5rem;
	pointer-events: none;
	font-size: 3.0rem;
	line-height: 1 !important;
	color: var(--white);
	filter: drop-shadow(0 0 5px rgba(35, 87, 179, 1));
	z-index: 1;
}
.position-sec__contents__gallery__item__heading--black {
	filter: drop-shadow(0 0 5px rgba(35, 24, 21, 1));
}
/*.position-sec__contents__heading {
	position: absolute;
	left: 0;
	top: 0;
	width: 46px;
	height: 100%;
	pointer-events: none;
}
.position-sec__contents__heading__item {
	font-size: 30px;
	opacity: 0;
	transition: opacity .5s linear;
}
.position-sec__contents__heading__item:not(:first-of-type) {
	position: absolute;
	left: 0;
	top: 0;
}
.position-sec__contents__heading__item.show {
	opacity: 1;
}
.position-sec__contents__heading__item span {
	line-height: 1.3;
}
.position-sec__swiper {
	width: 100%;
}
.position-sec__swiper__list {
	height: 85.0rem;
}
.position-sec__swiper__list__item {
	position: relative;
}
.position-sec__swiper__list__item__photo {
	width: 100%;
	height: 100%;
	overflow: clip;
}
.position-sec__swiper__list__item__photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.position-sec__swiper__control {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	gap: 20px 0;
}
.position-sec__swiper__control .swiper-button-prev ,
.position-sec__swiper__control .swiper-button-next {
	display: block;
	width: 26px;
	height: 26px;
	--swiper-navigation-size: 26px;
	border-radius: 50%;
	background : linear-gradient(154.42deg, rgba(228, 203, 172, 1) 0%, rgba(153, 135, 112, 1) 100%);
}
.position-sec__swiper__control .swiper-button-next {
	transform: rotate(180deg);
}
.position-sec__swiper__control .swiper-button-prev::before ,
.position-sec__swiper__control .swiper-button-next::before {
	content: '';
	position: absolute;
	inset: 55% 0 auto 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid var(--white);
	border-right: 1px solid var(--white);
	transform: rotate(-45deg) translateY(-50%);
    transform-origin: top center;
}*/
@media screen and (max-width: 1000px){
	.position-sec__contents__gallery__item__heading {
		font-size: 2.1rem;
	}
}
@media screen and (max-width: 768px){
	.position-sec {
		padding-block: 7.0rem 8.0rem;
	}
	.position-sec__container {
		width: 100%;
	}
	.position-sec__detail {
		width: calc(320 / 380 * 100%);
		margin-inline: auto;
		margin-bottom: 6.0rem;
	}
	.position-sec__detail__photo {
		margin-top: 3.0rem;
	}
	.position-sec__contents {
		/*width: calc(350 / 380 * 100%);*/
		/*padding-left: 30px;*/
		/*margin-left: auto;*/
		width: 100%;
	}
	.position-sec__contents__gallery__item::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 10.0rem;
		height: 100%;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
	}
	.position-sec__contents__gallery__item__heading {
		left: .8rem;
		top: .8rem;
		font-size: 1.3rem;
	}
	/*.position-sec__contents__heading {
		width: 30px;
	}
	.position-sec__contents__heading__item {
		font-size: min(14px,1.4rem);
	}
	.position-sec__swiper__list {
		height: auto;
	}
	.position-sec__swiper__list__item {
	    aspect-ratio: 1 / 1;
	}
	.position-sec__swiper__control {
		width: 30px;
		gap: 15px 0;
	}
	.position-sec__swiper__control .swiper-button-prev ,
	.position-sec__swiper__control .swiper-button-next {
		width: 18px;
		height: 18px;
		--swiper-navigation-size: 18px;
	}
	.position-sec__swiper__control .swiper-button-prev::before ,
	.position-sec__swiper__control .swiper-button-next::before {
        inset: 50% 0 auto 2px;
        width: 4px;
        height: 4px;
        transform: rotate(-135deg) translateY(-50%);
        transform-origin: top center;
	}*/
}