@charset "UTF-8";

/*******************************************************************************
	共通
 *******************************************************************************/


.index_main-title {
	display: block;
	column-gap: 0 !important;
}
@media screen and (min-width: 768px) {
	.common_chapter-summary {
		text-align: center;
	}
	.main_container {
		padding-bottom: 170px;
	}
}
@media screen and (max-width: 768px) {
	.index_main-title {
		line-height: 40px;
		text-align: center;
		align-items: baseline;
	}
	.main_container {
		padding-bottom: 165px;
	}
}

@media screen and (min-width: 551px) {
	.index_main-title br {
		display: none;
	}
}

.index_main-title::before , .index_main-title::after {
	display: none !important;
}

.index_main-title span.advisory_min-text {
	display: inline-block;
	margin-right: -0.3em;
	font-weight: bold;
	font-size: 20px;
}


.common_chapter-summary {
	font-size: 16px;
	line-height: clamp(1.563rem, 1.057rem + 1.05vw, 1.75rem);
}
@media screen and (min-width: 768px) {
	.common_chapter-summary {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.common_chapter-summary {
		padding: 0 30px;
		text-align: justify;
	}
	.advisory_middle-text {
		display: block;
		font-size: 24px;
	}
	.common_chapter-summary br {
		display: none;
	}
}
.main_container {
	position: relative;
}

/*******************************************************************************
	キービジュアル
 *******************************************************************************/
.visual_container {
	position: relative;
	max-width: 1680px;
	margin: 0 auto;
}

.visual_contents {
	display: flex;
	position: relative;
	max-width: 1615px;
	width: 100%;
	margin-left: auto;
	justify-content: space-between;

	row-gap: 10px;
}
.visual_theme-contents {
	display: flex;
	width: fit-content;
	flex-direction: column;
}
.visual_theme-text {
	color: #000000;
	line-height: clamp(2.75rem, -0.192rem + 6.13vw, 6.875rem);
}

.visual_theme-text p {
	display: flex;
	font-weight: 900;
	font-size: clamp(1.625rem, -0.47rem + 4.36vw, 4.563rem);
	letter-spacing: 0.05em;
	white-space: nowrap;
	align-items: baseline;
}

.visual_theme-text p span:nth-last-of-type(1) {
	margin-left: -0.4795em;
	font-weight: 900;
}

.visual_theme-text p strong {
	font-weight: 900;
	font-size: clamp(2.188rem, -0.487rem + 5.57vw, 5.938rem);
}

.visual_theme-list {
	display: flex;
	color: #454545;
	font-weight: bold;
	font-size: clamp(0.875rem, -0.016rem + 1.86vw, 2.125rem);
	font-size: clamp(0.875rem, 0.205rem + 1.4vw, 1.813rem);
	flex-direction: column;

	row-gap: 5px;
}
@media screen and (min-width: 768px) {
	.visual_theme-list {
		font-weight: bold;

		row-gap: 5px;
	}
}
@media screen and (max-width: 767px) {
	.visual_theme-list {
		font-weight: 700;

		row-gap: 2px;
	}
}

.visual_theme-list li {
	display: flex;
	letter-spacing: 0.02em;
	column-gap: clamp(0.625rem, 0.179rem + 0.93vw, 1.25rem);
	align-items: center;
}

.visual_theme-list li::before {
	max-width: 60px;
	min-width: 25px;
	width: clamp(1.563rem, 0.003rem + 3.25vw, 3.75rem);
	background-image: url(../images1/visual_theme-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content: "";

	aspect-ratio: 20/19;
}
.visual_theme-list li span {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}
.visual_theme-list li span::after {
	position: absolute;
	z-index: -1;
	color: #ffffff;
	opacity: 0;
	content: attr(data-theme);

	-webkit-text-stroke: 2px #ffffff;
}
.visual_image-container {
	display: flex;
	position: relative;
	max-width: 785px;
	width: 100%;
	flex-direction: column;
	align-items: center;
}

.visual_image-bg {
	display: flex;
	position: absolute;
	top: 0;
	z-index: -1;
	max-width: 665px;
	justify-content: center;
	align-items: center;

	aspect-ratio: 133/200;
}
.visual_image-bg * {
	width: 100%;
}

.visual_image-bg > * {
	position: absolute;
	top: 0;
}

.visual_image-main {
	display: flex;
	position: relative;
	width: 100%;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.visual_image-main {
		max-width: 785px;
		width: 100%;

		aspect-ratio: 157/151;
	}
}
@media screen and (max-width: 767px) {
	.visual_image-main {
		max-width: 990px;
		width: 114.1026%;

		aspect-ratio: 1/1;
	}
}

.visual_image-main * {
	width: 100%;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.49));
}

.visual_image-main picture:nth-of-type(-n+2) {
	position: absolute;
}

.visual_image-main picture:nth-of-type(1) {
	top: 0;
}

.visual_image-main picture:nth-of-type(2) {
	bottom: 28.1438%;
	bottom: 11.9206%;
}

.visual_image-main picture:nth-of-type(3) {
	position: relative;
	z-index: 1;
	margin-top: auto;
}



.visual_bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 630px;
	height: 940px;
}

.visual_scroll-container {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 40px;
	max-height: 1080px;
	height: 100svh;
	padding-bottom: 30px;
	align-items: flex-end;
}

@media screen and (min-width: 783px) {
	.admin-bar .visual_scroll-container {
		max-height: calc(1080px - 32px);
		height: calc(100dvh - 32px);
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .visual_scroll-container {
		max-height: calc(1080px - 46px);
		height: calc(100dvh - 46px);
	}
}

.visual_scroll {
	display: flex;
	width: fit-content;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.2em;
	flex-direction: column;
	align-items: center;

	row-gap: 5px;
}

.visual_scroll::after {
	display: block;
	width: 20px;
	height: 40px;
	background-color: #000000;
	content: "";

	mask-position: center bottom;
	-webkit-mask-position: center bottom;
	mask-image: url(../images1/scroll_arrow.png);
	-webkit-mask-image: url(../images1/scroll_arrow.png);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}


@media screen and (min-width: 768px) {
	.visual_container {
		width: 95%;
		margin-bottom: 140px;
		padding-top: calc(90px + 90px);
	}
	.visual_contents {
		width: 100%;
	}
	.visual_theme-contents {
		position: relative;
		z-index: 2;
		width: fit-content;
		margin-top: clamp(3.125rem, 0.228rem + 6.04vw, 7.188rem);
		margin-right: -0.7208em;
		text-shadow: 0 0 6px #ffffff;

		row-gap: 20px;
	}
	.visual_image-container {
		min-width: 435px;
		width: 48.6069%;
		padding-top: clamp(1.25rem, 1.041rem + 0.44vw, 1.563rem);
		padding-top: 10px;
	}
	.visual_theme-text p {
		letter-spacing: 0.05em;
	}
	.visual_image-bg {
		left: 50%;
		transform: translateX(-50%);
		width: 84.7134%;
	}
}

@media screen and (max-width: 767px) {
	.visual_container {
		width: 100%;
		margin-bottom: 170px;
		padding-top: calc(70px + 15px);
	}
	.visual_contents {
		width: 100%;
		flex-direction: column;
	}
	.visual_theme-contents {
		width: calc(100% - 70px);
		margin: 0 auto;

		row-gap: 5px;
	}
	.visual_image-container {
		left: 50%;
		transform: translateX(-50%);
		max-width: 460px;
	}
	.visual_theme-text p {
		letter-spacing: 0.07em;
	}
	@media screen and (min-width: 391px) {
		.visual_image-bg {
			width: clamp(23.75rem, 5.323rem + 75.6vw, 41.563rem);
		}
	}

	.visual_image-bg {
		top: 10px;
		left: calc(50% + 15px);
		transform: translateX(-50%);
		width: 97.4359%;
	}
	/*@media screen and (min-width: 391px) {
	.visual_image-bg {
		width: clamp(23.75rem, 5.323rem + 75.6vw, 41.563rem);
	}
		
	}*/
	@media screen and (max-width: 390px) {
		.visual_image-bg {
			width: 97.4359%;
		}
	}
	.visual_scroll-container {
		display: none;
	}
}






@media screen and (min-width: 768px) {
	.sanwa_scroll-container {
		bottom: 35px;
		width: 95%;
	}

	.sanwa_scroll-content {
		max-width: 275px;
		width: 21.5686%;
	}




	.mask_bg::after {
		left: 50%;
		transform: translateX(-50%);
		width: 100%;

		mask-size: 100%;
		-webkit-mask-size: 100%;
	}

	.sky_bg , .mask_bg.sky_bg::after {
		max-width: 2090px;
		width: 108.8542%;
	}



	.green_bg , .mask_bg.green_bg::after {
		max-width: 2200px;
		width: 114.5834%;
	}

	.green_bg {
		top: 18.6069%;
	}

	.mask_bg.green_bg::after {
		background-color: #1dcf80;
	}

	.moon_bg.green_bg img , .moon_bg.blue_bg img {
		opacity: 0;
	}

	.mask_bg.green_bg::after {
		bottom: 0;
		height: 0;
	}

	.visual_anime .mask_bg.green_bg::after {
		height: 100%;
	}

	.blue_bg , .mask_bg.blue_bg::after {
		max-width: 1920px;
		width: 100%;
	}

	.blue_bg {
		top: -18.1298%;
	}

	.mask_bg.blue_bg::after {
		top: 0;
		height: 0;
		background-color: #3362c6;
	}

	.visual_anime .mask_bg.blue_bg::after {
		height: 100%;
	}

	@media screen and (min-width: 1921px) {
		.sky_bg {
			top: -70px;
		}

		.blue_bg {
			top: -190px;
		}
	}

	@media screen and (max-width: 1920px) {
		.sky_bg {
			top: -3.6458vw;
		}

		.blue_bg {
			top: -9.8958vw;
		}
	}
}

@media screen and (max-width: 767px) {
	.sanwa_scroll-container {
		bottom: 30px;
		width: calc(100% - 80px);
	}

	.sanwa_scroll-content span::after {
		width: 15px;
		height: 7px;
		margin-top: 5px;

		clip-path: polygon(0 0, 50% 100%, 100% 0);
	}

	.moon_bg img {
		object-fit: cover;
	}

	.sky_bg {
		top: -170px;
		width: 630px;
		height: 257px;
	}

	.mask_bg.sky_bg::after {
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}

	.sky_bg img {
		object-position: center left;
	}

	.green_bg {
		top: 285px;
		width: 560px;
		height: 450px;
	}


	.mask_bg.green_bg::after {
		top: 0;
		left: 0;
		width: 50%;
	}



	.green_bg img {
		object-position: center left;
	}

	.blue_bg {
		top: 65px;
		width: 717px;
		height: 282px;
	}

	.mask_bg.blue_bg::after {
		right: 0;
		bottom: 0;
		width: 50%;
	}

	.blue_bg img {
		object-position: center right;
	}
}



/*******************************************************************************
	壊れた
 *******************************************************************************/

.index_advisory-list {
	display: flex;
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 45px;
	background-color: #f3f0ea;
	justify-content: space-between;
}
.index_advisory-item {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.index_advisory-contents {
	display: flex;
	flex-direction: column;
	align-items: center;

	row-gap: 15px;
}
.index_advisory-img {
	max-width: 130px;
}

.index_advisory-img img {
	width: 100%;
}

.index_advisory-details {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	row-gap: 10px;
}

.index_advisory-details h3 {
	font-weight: 800;
	font-size: clamp(1.625rem, 1.457rem + 0.35vw, 1.688rem);
}

.index_advisory-details p {
	display: flex;
	font-weight: 500;
	font-size: clamp(0.875rem, 0.37rem + 1.05vw, 1.063rem);
	line-height: clamp(1.563rem, 1.226rem + 0.7vw, 1.688rem);
	align-items: center;
}
@media screen and (min-width: 751px) {
	.index_advisory-item {
		max-width: 333px;
		width: calc(100% / 3);
		min-height: 295px;
	}

	.index_advisory-item:nth-of-type(-n+2) {
		border-right: 1px solid;
	}
	.index_advisory-contents {
		min-height: 245px;
		height: 100%;
	}
	.index_advisory-details p {
		/*min-height: 3.17em;*/
		height: 100%;
	}
}
@media screen and (max-width: 750px) {
	.index_advisory-list {
		flex-direction: column;
		align-items: center;
	}
	.index_advisory-item {
		max-width: 330px;
		width: 100%;
		padding-top: 10px;
		flex-direction: column;
	}

	.index_advisory-item:nth-of-type(-n+2)::after {
		display: block;
		max-width: 260px;
		width: 100%;
		height: 1px;
		background-color: #707070;
		content: "";
	}
	.index_advisory-contents {
		padding-bottom: 20px;
	}
	.index_advisory-details {
		row-gap: 5px;
	}
	.index_advisory-details p br {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	#index_advisory {
		margin-bottom: 115px;
	}
	#index_advisory .index_title {
		margin-bottom: 20px;
	}
	#index_advisory .common_chapter-summary {
		margin-bottom: 45px;
	}
	.index_advisory-list {
		width: 95%;
		margin-bottom: 45px;
		padding: 20px 0;
	}.index_advisory-item {
		padding: 25px 0;
	}
}
@media screen and (max-width: 767px) {
	#index_advisory {
		margin-bottom: 70px;
	}
	#index_advisory .index_title {
		margin-bottom: 15px;
	}
	#index_advisory .common_chapter-summary {
		margin-bottom: 20px;
	}
	.index_advisory-list {
		width: calc(100% - 60px);
		margin-bottom: 15px;
		padding: 0px 10px;
	}
}




.index_advisory-contact {
	display: flex;
	max-width: 450px;
	width: calc(100% - 60px);
	margin: 0 auto;
	text-align: center;
	flex-direction: column;
	align-items: center;

	row-gap: 15px;
}
.index_advisory-contact span {
	display: flex;
	width: fit-content;
	font-weight: 900;
	font-size: 27px;
	line-height: 39px;
	column-gap: clamp(1.25rem, -0.434rem + 3.51vw, 1.875rem);
	align-items: center;
}

.index_advisory-contact span::before , .index_advisory-contact span::after {
	display: block;
	transform-origin: center;
	width: 4px;
	height: 50px;
	background-color: #000000;
	content: "";
}

.index_advisory-contact span::before {
	transform: rotateZ(-17deg);
}

.index_advisory-contact span::after {
	transform: rotateZ(17deg);
}

@media screen and (min-width: 768px) {
	.index_advisory-contact span br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
}


.index_advisory-contact a {
	display: flex;
	position: relative;
	max-width: 450px;
	width: 100%;
	padding: clamp(1.031rem, -0.063rem + 2.28vw, 1.438rem) 0;
	border-radius: 37.5px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #c6012e;
	color: #ffffff;
	font-weight: bold;
	font-size: clamp(1.375rem, 0.196rem + 2.46vw, 1.813rem);
	justify-content: center;
}

.index_advisory-contact a i {
	position: absolute;
	top: 50%;
	right: clamp(1.563rem, 0.72rem + 1.75vw, 1.875rem);
	transform: translateY(-50%);
	font-size: clamp(0.938rem, 0.095rem + 1.75vw, 1.25rem);
}

/*******************************************************************************
	修理
 *******************************************************************************/

.index_link {
	display: flex;
	width: fit-content;
	margin: 0 auto;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	column-gap: 20px;
	align-items: center;
}

.index_link i {
	font-size: clamp(2.188rem, 1.345rem + 1.75vw, 2.5rem);
}

/*******************************************************************************
	選ばれる理由
 *******************************************************************************/

#index_strengths {
	width: 100%;
	padding: 70px 0;
	background-color: #f8f8f8;
}

.index_strength-list {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	flex-direction: column;
}
.index_strength-item {
	max-width: 910px;
	width: 100%;
}
.index_strength-contents {
	display: flex;
	column-gap: clamp(0.938rem, -0.747rem + 3.51vw, 1.563rem);

	row-gap: 15px;
}

.index_strength-img img {
	width: 100%;
}


.index_strength-theme {
	display: flex;
	flex-direction: column;
}
.index_strength-theme span:lang(en) {
	display: flex;
	font-weight: 900;
	font-size: 29px;
	align-items: flex-end;
}

.strength_num {
	display: flex;
	margin-left: -0.3em;
	background: linear-gradient(to bottom, #25a59b 0%, #16b971 0%, #13534e 100%);
	font-size: 49px;
	flex-direction: column;
	align-items: center;

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.strength_num::before {
	display: block;
	min-width: 1.2245em;
	margin-bottom: -0.42em;
	background: linear-gradient(to bottom, #1dcf80 0%, #25a59b 100%);
	content: "";

	aspect-ratio: 2/1;
	mask-position: center top;
	-webkit-mask-position: center top;
	mask-image: url(../images1/index_strength-shade.png);
	-webkit-mask-image: url(../images1/index_strength-shade.png);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}


.index_strength-title {
	font-weight: 900;
	font-size: clamp(1.25rem, -0.266rem + 3.16vw, 1.813rem);
	line-height: clamp(1.813rem, -2.061rem + 8.07vw, 3.25rem);
}

.strength_indent {
	display: inline-block;
	margin-left: -0.5em;
}

.index_strength-text {
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}
@media screen and (min-width: 768px) {
	#index_strengths {
		margin-bottom: 85px;
		padding: 70px 0;
	}
	#index_strengths .index_title {
		margin-bottom: 15px;
	}
	#index_strengths .common_chapter-summary {
		margin-bottom: 50px;
	}
	.index_strength-list {
		width: 95%;
		margin-bottom: 45px;

		row-gap: 25px;
	}
	.index_strength-img {
		max-width: 450px;
		width: 49.4506%;

		aspect-ratio: 45/32;
	}
	.index_strength-details {
		max-width: 435px;
		padding-top: 5px;
	}

	.index_strength-theme {
		margin-bottom: 20px;

		row-gap: 25px;
	}
	.index_strength-text {
		max-width: 430px;
	}
}
@media screen and (max-width: 767px) {
	#index_strengths {
		margin-bottom: 40px;
		padding: 35px 0 30px;
	}
	#index_strengths .index_title {
		margin-bottom: 20px;
	}
	#index_strengths .common_chapter-summary {
		margin-bottom: -5px;
	}
	.index_strength-list {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 30px;

		row-gap: 20px;
	}
	.index_strength-contents {
		flex-direction: column;
	}
	.index_strength-img {
		overflow: hidden;
		width: 100%;

		aspect-ratio: 33/20;
	}
	.index_strength-img img {
		height: 100%;

		object-fit: cover;
		object-position: center;
	}
	.index_strength-details {
		width: 100%;
	}
	.index_strength-theme {
		margin-bottom: 20px;
		text-align: center;
		align-items: center;

		row-gap: 10px;
	}
}





/*******************************************************************************
	流れ
 *******************************************************************************/

.index_flow-list {
	display: flex;
	max-width: 730px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: number;
}

@media screen and (min-width: 768px) {
	#index_flow {
		position: relative;
		margin-bottom: 160px;
	}
	#index_flow::before {
		display: block;
		position: absolute;
		top: -230px;
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
		width: 1920px;
		background-image: url(../images1/flow_bg.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100%;
		opacity: 0.1;
		content: "";

		aspect-ratio: 128/157;
	}
	#index_flow .index_title {
		margin-bottom: 15px;
	}
	#index_flow .common_chapter-summary {
		margin-bottom: 40px;
	}
	.index_flow-list {
		width: 95%;

		row-gap: 30px;
	}
}

@media screen and (max-width: 767px) {
	#index_flow {
		margin-bottom: 70px;
	}
	#index_flow .index_title {
		margin-bottom: 20px;
	}
	#index_flow .common_chapter-summary {
		margin-bottom: 15px;
	}
	.index_flow-list {
		width: calc(100% - 60px);

		row-gap: 20px;
	}
}

.index_flow-item {
	display: flex;
	position: relative;
	max-width: 225px;
	padding: 0 15px;
	padding-bottom: 20px;
	background-color: #f2f2f2;
	justify-content: center;
	align-items: flex-end;

	aspect-ratio: 1/1;
}

@media screen and (min-width: 551px) {
	.index_flow-item {
		width: calc(100% / 3 - 10px);
	}
}

@media screen and (max-width: 550px) {
	.index_flow-item {
		width: calc(50% - 10px);
	}
}

.index_flow-item::before , .index_flow-item::after {
	position: absolute;
}

.index_flow-item::before {
	top: 0.2em;
	left: 0.3999em;
	z-index: 2;
	color: #ffffff;
	font-weight: bold;
	font-size: clamp(1.125rem, -0.054rem + 2.46vw, 1.563rem);
	content: counter(number);
	counter-increment: number;
}

.index_flow-item::after {
	display: block;
	top: 0;
	left: 0;
	max-width: clamp(2.813rem, -0.556rem + 7.02vw, 4.063rem);
	width: 100%;
	background-color: #1dadcf;
	content: "";

	aspect-ratio: 1/1;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.index_flow-contents {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	row-gap: 10px;
}

.index_flow-text {
	display: block;
}

.index_flow-img {
	display: flex;
	max-width: 170px;
	align-items: flex-end;

	aspect-ratio: 85/53;
}

.index_flow-img img {
	width: 100%;
}

.index_flow-text h3 {
	display: flex;
	font-weight: bold;
	font-size: clamp(0.875rem, 0.033rem + 1.75vw, 1.188rem);
	text-align: center;
	flex-direction: column;
	align-items: center;

	row-gap: 10px;
}

@media screen and (min-width: 768px) {
	#index_flow .index_title {
		margin-bottom: 15px;
	}

	#index_flow .common_chapter-summary {
		margin-bottom: 40px;
	}

	.index_flow-list {
		width: 95%;

		row-gap: 30px;
	}

	.index_flow-item {
		padding: 0 15px 20px;
	}

	.index_flow-text h3 {
		row-gap: 10px;
	}
}

@media screen and (max-width: 767px) {
	#index_flow {
		margin-bottom: 70px;
	}

	#index_flow .index_title {
		margin-bottom: 20px;
	}

	#index_flow .common_chapter-summary {
		margin-bottom: 15px;
	}

	.index_flow-list {
		width: calc(100% - 60px);

		row-gap: 20px;
	}

	.index_flow-item {
		padding: 0 20px 15px;
	}

	.index_flow-text h3 {
		row-gap: 5px;
	}
}

.index_flow-text h3 span:lang(en) {
	color: #1dadcf;
	font-weight: normal;
	font-size: clamp(0.563rem, 0.057rem + 1.05vw, 0.75rem);
	letter-spacing: 0.1em;
}

/*******************************************************************************
	大切にしていること
 *******************************************************************************/

.index_philosophy-img {
	display: block;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.index_philosophy-img img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	#index_philosophy .index_title {
		margin-bottom: 15px;
	}
	#index_philosophy .common_chapter-summary {
		margin-bottom: 15px;
	}
	.index_philosophy-img {
		margin-bottom: 45px;
	}
}

@media screen and (max-width: 767px) {
	#index_philosophy .index_title {
		margin-bottom: 20px;
	}

	#index_philosophy .common_chapter-summary {
		margin-bottom: 15px;
	}

	.index_philosophy-img {
		margin-bottom: 20px;

		/*aspect-ratio: 39/20;*/
	}

	.index_philosophy-img img {
		height: 100%;

		object-fit: cover;
		object-position: center;
	}
}

@media screen and (max-width: 767px) {
	.page_top-container {
		bottom: calc(55px + 30px);
	}
	.page_top-container.scroll_end {
		bottom: calc(0px + 30px);
	}
}
