@charset "UTF-8";

body {
	margin: 0;
	background-color: #ffffff;
}

/* page-Leaseback */
body .main_leaseback p,
.main_leaseback{
	font-family: "Noto Serif JP", serif !important;
}

body .main_leaseback p {
	line-height: 1.4;
	font-feature-settings: "palt" 1;
}

.main_leaseback h4,
.main_leaseback h3,
.main_leaseback h2,
.main_leaseback h1,
.main_leaseback p {
	margin: 0;
}

.eighth_wrap,
.seventh_wrap,
.sixth_wrap,
.fifth_wrap,
.fourth_wrap,
.third_wrap,
.second_wrap,
.top_wrap {
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 200px;
}

.top_session {
	display: grid;
	grid-template-columns: 45% 1fr;
	align-items: center;
}

/* --- フェードインのアニメーション定義 --- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); /* 20px下から開始 */
  }
  to {
    opacity: 1;
    transform: translateY(0);    /* 元の位置へ */
  }
}

.top_object {
	grid-column: 1 / 2;
	width: 100%;
	aspect-ratio: 1 / 1;
	background-color: #3e544bff;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
    padding: 100px;
    box-sizing: border-box;
	margin: 5% 0 0 5%;
	opacity: 0; /* 初期状態は非表示 */
  	animation: fadeInUp 2s ease-out forwards;
  	animation-delay: 0.2s;
}

.main_leaseback .title001 {
	display: block;
	width: fit-content;
	margin: 5% auto;
	color: #f6ffd5ff;
	font-size: 28px;
	font-weight: 700;
}

.main_leaseback .top_txt01 {
	display: block;
	width: fit-content;
	margin: 5% auto;
	color: #f6ffd5ff;
	font-size: 16px;
}


.top_img {
	grid-column: 2 / 3;
	position: relative;
    z-index: 1;
    align-self: center;
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
    width: 100%;
	height: auto;
	margin-left: -5%;
	opacity: 0; /* 初期状態は非表示 */
  	animation: fadeInUp 2s ease-out forwards;
  	animation-delay: 1s;
}

.top_img img {
	display: block;
    width: 100%;
    object-fit: cover;
	margin-top: 78px;
}

.top_img .top_txt02 {
	display: block;
	width: fit-content;
	max-width: 90%;
    margin-top: 30px;
    font-size: 20px;
    color: #2b2b2bff;
}

.second_session {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main_leaseback .title002 {
    position: relative;
    display: block;
    width: fit-content;
    font-size: 32px;
    font-weight: 700;
    color: #3e544bff;
	border-top: none;
    border-bottom: 1px solid #3e544bff;
    padding: 0 3px 3px 12px;
    margin: 0 auto 50px;
}

.title002::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 3px);   
    width: 8px;
    background-color: #3e544bff;
}

.card002_wrap {
	max-width: 1200px;
	width: 98%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.card002 {
	position: relative;
	width: 340px;
	height: 340px;
	background-color: #e9ddafff;
	border: solid 1px #ad9b52ff;
	border-radius: 5px;
	margin: 10px;
}

/* --- 初期状態：一括で透明＆少し下に下げておく --- */
.card002,
.card005,
.eighth_concept-map {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* --- スクロールして画面に入ったら付与するクラス --- */
.card002.is-visible,
.card005.is-visible,
.eighth_concept-map.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* 画面に同時に入ったとき、右側のカードほど少し遅れて表示させる設定 */
.card002.is-visible:nth-child(1) { transition-delay: 0s; }
.card002.is-visible:nth-child(2) { transition-delay: 0.15s; }
.card002.is-visible:nth-child(3) { transition-delay: 0.3s; }
.card002.is-visible:nth-child(4) { transition-delay: 0.45s; }
.card002.is-visible:nth-child(5) { transition-delay: 0.6s; }
.card002.is-visible:nth-child(6) { transition-delay: 0.75s; }

.card005.is-visible:nth-child(1) { transition-delay: 0s; }
.card005.is-visible:nth-child(2) { transition-delay: 0.15s; }
.card005.is-visible:nth-child(3) { transition-delay: 0.3s; }
.card005.is-visible:nth-child(4) { transition-delay: 0.45s; }
.card005.is-visible:nth-child(5) { transition-delay: 0.6s; }
.card005.is-visible:nth-child(6) { transition-delay: 0.75s; }
.card005.is-visible:nth-child(7) { transition-delay: 0.9s; }
.card005.is-visible:nth-child(8) { transition-delay: 1.05s; }

.card002 h3 {
	font-size: 14px;
	font-weight: 900;
	color: #3e544bff;
	margin: 5px auto auto 5px;
}

.card002 p {
	width: 98%;
	position: absolute;
	top: 50%;
	left: 50%;
  	transform: translate(-50%, -50%);
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #2b2b2bff;
}

.third_session {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	background-color: #528c74ff;
}

.third_session P {
	max-width: 770px;
	width: 98%;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	padding: 100px 16px;
}

.third_session P span {
	display: block;
	font-size: 24px;
	margin-bottom: 16px;
}

.fourth_session {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fourth_contents_wrap {
	max-width: 1000px;
	width: 98%;
}

.button_list {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
	align-items: center;
    margin: 0 16px;
	gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.button_list_off {
	width: 180px;
	background-color: #ffffff;
	color: #3e544bff;
	text-align: center;
	border: solid 1px #3e544bff;
	border-radius: 1000px;
	padding: 5px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer; 
    transition: all 0.3s ease;
}

.button_list_on {
	width: 180px;
	background-color: #3e544bff;
	color: #ffffff;
	text-align: center;
	border: solid 1px #3e544bff;
	border-radius: 1000px;
	padding: 5px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer; 
    transition: all 0.3s ease;
}

.button_list_on:hover {
    opacity: 0.85;
}

.fourth_contents{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	border: solid 1px #3e544bff;
	border-radius: 20px;
	background-color: #ffffff;
	margin-top: 30px;
	padding: 30px;
}

.fourth_contents_img_wrap {
	max-width: 400px;
	width: 98%;
	aspect-ratio: 400 / 265;
}

.fourth_contents_img_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	object-fit: cover;
	object-position: bottom;
}

.fourth_contents p {
	display: block;
	max-width: 450px;
	width: 98%;
	color: #2b2b2bff;
	font-size: 16px;
	font-weight: 400;
}

.fourth_contents p span {
	display: inline-block;
	margin-bottom: 8px;
	
}

.fifth_wrap {
	background-color: #f3f2eeff;
}

.fifth_session {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 120px 5px;
}

.card005_wrap {
	max-width: 880px;
	width: 98%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.card005 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 164px;
	height: 250px;
	background-color: #ffffff;
	border: solid 2px #ad9b52ff;
	border-radius: 30px;
	box-shadow: 5px 5px 5px #ad9b52ff;
	position: relative;
	margin: 30px 20px;
}

.card005 p {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #3e544bff;
	position: relative;
	z-index: 2;
	line-height: 1.25;
}

.card005 p span {
	display: inline-block;
	margin-bottom: 24px;
}

.card005::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 50%;
  	transform: translate(-50%, -58%);
	margin: 0;
	text-align: center;
	font-size: 150px;
	font-weight: 400;
	line-height: 1;
	color: #e2e3dbff;
	z-index: 1;
}

.sixth_session {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #2b2b2bff;
}

.sixth_session img {
	max-width: 500px;
	width: 98%;
	height: auto;
	margin: 0;
	box-shadow: 10px 10px 10px #ad9b52ff;
	margin: 20px;
}

.sixth_session div:nth-of-type(2) {
	max-width: 640px;
	width: 98%;
	padding: 20px;
} 

.sixth_session h3 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 8px;
}

.sixth_session p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 16px;
}

.seventh_session {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #3e544bff;
	padding: 100px 0 150px 0;
}

.seventh_session h2 {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	margin-bottom: 70px;
	border-top: none;
}

.seventh_session h2 span {
	font-size: 56px;
	font-weight: 900;
	color: #ad9b52ff;
}

.seventh_card_wrap {
	max-width: 1200px;
	width: 98%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.seventh_card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 220px;
	height: 220px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px;
}

.seventh_card p {
	max-width: 220px;
}

.seventh_card p:nth-of-type(1) {
	font-size: 28px;
	color: #ad9b52ff;
	margin: 5px auto 8px auto;
}

.seventh_card p:nth-of-type(2) {
	font-size: 16px;
	font-weight: 700 !important;
	color: #2b2b2bff;
}

.seventh_card p:nth-of-type(3) {
	font-size: 13.5px;
	color: #2b2b2bff;
	margin: auto 0 10px 0;
}

.eighth_session {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 100px 0 100px 0;
}

.eighth_session p {
	font-size: 14px;
	color: #2b2b2bff;
	text-align: center;
}

.eighth_session p span {
	font-size: 14px;
	font-weight: 700;
	color: #2b2b2bff;
}

.eighth_session h3 {
	font-size: 16px;
	font-weight: 700;
	color: #2b2b2bff;
	margin: 50px 0 120px 0;
}

.eighth_concept-map .container {
	position: relative;
	width: 550px;
	height: 300px;
	margin: 50px auto;
	box-sizing: border-box;
	border: 1px solid #333;
	background: 
	linear-gradient(to top right, transparent calc(50% - 0.5px), #333 calc(50% - 0.5px), #ad9b52ff calc(50% + 0.5px), transparent calc(50% + 0.5px)),
	linear-gradient(to bottom right, transparent calc(50% - 0.5px), #333 calc(50% - 0.5px), #ad9b52ff calc(50% + 0.5px), transparent calc(50% + 0.5px));
}

/* 楕円の共通スタイリング */
.eighth_concept-map .ellipse {
  position: absolute;
  width: 231px;
  height: 154px;
  border-radius: 300px / 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.eighth_concept-map .ellipse:not(.center) {
	background-color: #f5f2ebff;
	border: 2px solid #3e544bff;
}

.eighth_concept-map .ellipse h4 {
	font-size: 18px;
	font-weight: 700;
	color: #4a3b32ff;
	margin-bottom: 16px;
}

.eighth_concept-map .ellipse:not(.center) p {
	font-size: 14px;
	font-weight: 900 !important;
	color: #3e544bff;
	padding-bottom: 8px;
}

.eighth_concept-map .top-left {
	top: 0; left: 0; transform: translate(-50%, -50%);
}

.eighth_concept-map .top-right {
	top: 0; right: 0; transform: translate(50%, -50%);
}

.eighth_concept-map .bottom-left {
	bottom: 0; left: 0; transform: translate(-50%, 50%);
}

.eighth_concept-map .bottom-right {
	bottom: 0; right: 0; transform: translate(50%, 50%);
}

.eighth_concept-map .center {
	background-color: #ffffff;
	border: 3px solid #ad9b52ff;
	top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10;
}

.eighth_concept-map .center p {
	font-size: 18px;
	font-weight: 900;
	padding: 5px;
}

.br_ctrl {
	display: none;
}


@media (max-width: 767px) {
    .card002 {
        width: 98%; 
        max-width: 340px;
        aspect-ratio: 1 / 1; 
    }

    .top_session {
        display: flex;
        flex-direction: column;
    }
    .top_object {
        width: 90%;
        margin: 20px auto;
        padding: 40px 20px;
    }
    .top_img {
        margin-left: 0;
        width: 100%;
    }
    .top_img img {
        margin-top: 20px;
    }

	.main_leaseback .title002 {
		width: 90%;
		font-size: 24px;
	}
	
	.sixth_session img {
		margin: 0 auto;	
	}
	
	.sixth_session h3 {
	font-size: 20px;
	margin-top: 50px;
	}

	.eighth_concept-map .container {
		max-width: 350px;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
		border: none;
		background: none;
		overflow: hidden;
	}

	.eighth_concept-map .container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    border-left: 1px solid #ad9b52ff;
    border-right: 1px solid #ad9b52ff;
    z-index: 1;
}

	.eighth_concept-map .ellipse {
 		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		transform: none;
		z-index: 2;
	}

	.br_ctrl {
		display: block;
	}
}