@charset "UTF-8";

/**
*
* サイトについてページ
* /about/ /about_services/ /about_kuchikomi/（サイトについて、サービスついて、口コミについて）
*
* 注意
* flex-basisはie11でバグがあるため不使用推奨
**/
/**
* .about_page base_wrap
* aboutページ 共通画面幅
* 他ページと異なり間延びすると文字が読みにくいため狭める
**/
.about_page .base_wrap {
	max-width: 1440px;
}

/**
* .about_title__type00
* aboutページ 共通タイトル
* 共通スタイルのためflex内を想定したorder、widthは以下に記述しない
* flex内を想定したorder、width付与する場合は
* 親要素（もしくはグループ名）のクラス名を前方に付加、もしくは別クラス名をHTMLへ新たに追記し、CSS内該当パーツ記述箇所にて調整
**/
.about_title__type01 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: 0.1rem;
	text-align: center;
	margin: 0;
}

.about_title__type01 span {
	color: #006900;
}

.about_title__type01 span.orange_txt {
	color: #e66900;
}

.about_title__type01 span.big_txt {
	font-size: 2.4rem;
}

/* .about_title__type01::before {
	content: attr(data-small);
	display: block;
	color: #6fc3fe;
	font-size: 0.75rem;
	font-family: 'Segoe UI','San Francisco','Roboto',Arial, Helvetica,sans-serif;
	font-feature-settings: 'palt';
	letter-spacing: normal;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 1.75rem;
} */
.about_section__base .parts_lead {
	margin: 0 auto;
	padding: 2.5rem 2.5rem 60px;
}

ul.about_pointbox {
	margin: 2rem auto 4rem;
}

ul.about_supportbox {
	margin: 2rem auto 0;
}

ul.about_pointbox,
ul.about_supportbox {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.about_pointbox>li,
ul.about_supportbox>li {
	width: calc((100% - 50px) / 2);
	margin-bottom: 50px;
}

ul.about_pointbox>li p,
ul.about_supportbox>li p {
	padding: 2rem;
	font-weight: normal;
}

ul.about_pointbox>li h4 {
	position: relative;
	color: #fff;
	font-size: 1.2rem;
	padding: 0.5rem 0 0.5rem 7rem;
}

ul.about_supportbox>li h4 {
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	padding: 0.5rem;
}

ul.about_pointbox>li:nth-child(1) {
	border: solid 1px #26b7bc;
}

ul.about_pointbox>li:nth-child(2) {
	border: solid 1px #796baf;
}

ul.about_pointbox>li:nth-child(3) {
	border: solid 1px #eb6d9a;
}

ul.about_pointbox>li:nth-child(4) {
	border: solid 1px #ed7971;
}

ul.about_pointbox>li:nth-child(1)>h4 {
	background-color: #26b7bc;
}

ul.about_pointbox>li:nth-child(2)>h4 {
	background-color: #796baf;
}

ul.about_pointbox>li:nth-child(3)>h4 {
	background-color: #eb6d9a;
}

ul.about_pointbox>li:nth-child(4)>h4 {
	background-color: #ed7971;
}

ul.about_supportbox>li:nth-child(1) {
	border: solid 1px #55496b;
}

ul.about_supportbox>li:nth-child(2) {
	border: solid 1px #43773f;
}

ul.about_supportbox>li:nth-child(3) {
	border: solid 1px #ba8e2b;
}

ul.about_supportbox>li:nth-child(4) {
	border: solid 1px #c76943;
}

ul.about_supportbox>li:nth-child(1)>h4 {
	background-color: #55496b;
}

ul.about_supportbox>li:nth-child(2)>h4 {
	background-color: #43773f;
}

ul.about_supportbox>li:nth-child(3)>h4 {
	background-color: #ba8e2b;
}

ul.about_supportbox>li:nth-child(4)>h4 {
	background-color: #c76943;
}

ul.about_pointbox>li>h4::before {
	position: absolute;
	content: "";
	display: block;
	width: 4.6rem;
	height: 4.6rem;
	background-size: contain;
	top: -1rem;
	left: 1rem;
	border: solid 2px #fff;
	border-radius: 50%;
}

ul.about_pointbox>li:nth-child(1)>h4::before {
	background: url(/common/images/point_01.svg) no-repeat;
}

ul.about_pointbox>li:nth-child(2)>h4::before {
	background: url(/common/images/point_02.svg) no-repeat;
}

ul.about_pointbox>li:nth-child(3)>h4::before {
	background: url(/common/images/point_03.svg) no-repeat;
}

ul.about_pointbox>li:nth-child(4)>h4::before {
	background: url(/common/images/point_04.svg) no-repeat;
}

.about_txt_r {
	text-align: right;
	font-size: 0.9rem;
	font-weight: normal;
	margin: -1.5rem 10% 5rem;
}

@media (max-width: 767px) {
	.about_title__type01 {
		font-size: 1.25rem;
		line-height: 1.75rem;
		margin: 0 25px 1rem;
		letter-spacing: 0;
	}

	.about_title__type01 span {
		font-size: 1.5rem;
	}

	.about_title__type01::before {
		font-size: 0.5rem;
		margin: 0 0 1rem;
	}

	.about_title__type01 span.big_txt {
		font-size: 1.8rem;
	}

	ul.about_pointbox,
	ul.about_supportbox {
		width: 94%;
	}

	ul.about_pointbox>li,
	ul.about_supportbox>li {
		width: 100%;
		margin-bottom: 30px;
	}

	#about_concept .parts_lead {
		margin: 0 auto;
		padding: 0.5rem;
	}

	.about_redtxt {
		font-size: 1.1rem;
	}

	ul.about_pointbox {
		margin: 2rem auto 1rem;
	}

	ul.about_pointbox>li h4 {
		font-size: 1.1rem;
	}

	ul.about_pointbox>li p {
		padding: 1.5rem 1rem 1rem 1rem;
		font-size: 13px;
		font-weight: normal;
	}

	ul.about_supportbox>li p {
		padding: 1rem;
		font-size: 13px;
		font-weight: normal;
	}

	.about_txt_r {
		font-size: 0.75rem;
		text-align: left;
		margin: -1rem 3% 3rem;
	}
}

.about_title__type02 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 2rem;
	padding: 0 1rem;
}

.about_title__type02 span {
	color: #e66900;
}

@media (max-width: 767px) {
	.about_title__type02 {
		font-size: 1.25rem;
		line-height: 1.75rem;
		margin: 0 25px 1rem;
		letter-spacing: 0;
	}
}

.about_title__type03 {
	display: inline-block;
	border-bottom: 4px double #f99599;
	color: #f99599;
	font-size: 1.375rem;
	font-weight: 700;
	padding-bottom: 0.25rem;
	margin: 1rem 0 0.5rem;
}

@media (max-width: 959px) {
	.about_title__type03 {
		font-size: 1.25rem;
		padding-bottom: 0.25rem;
		margin: 1rem 0 0.5rem;
	}
}

/*
.about_title__type04 {}
.about_title__type05 {}
.about_title__type06 {}
.about_title__type07 {}
.about_title__type08 {}
*/
/**
* .about_box__type00
* aboutページ 共通囲みスタイル
**/
.about_box__type01 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.about_box__type01.many_letters {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about_box__type01+.about_box__type01 {
	margin-top: 6rem;
}

.about_box__type01_image {
	position: relative;
	width: 50%;
}

.about_box__type01_image::before {
	content: "";
	display: block;
	padding: 66.66% 0 0;
	position: relative;
	z-index: 1;
}

.about_box__type01_image img {
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.about_box__type01_text {
	width: calc(50% - 4rem);
	padding-bottom: 3rem;
}

.about_redtxt {
	font-size: 1.2rem;
	color: #e66900;
	font-weight: bold;
}

.about_img_flow {
	max-width: 90%;
	margin: 0 auto 2rem;
	text-align: center;
}

.about_box__type01.many_letters .about_box__type01_text {
	padding-top: 3rem;
	padding-bottom: 0;
}

.about_box__type01:nth-child(even) .about_box__type01_image {
	order: 2;
}

.about_box__type01:nth-child(even) .about_box__type01_text {
	order: 1;
}

.about_box__type01_title {
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.1ex;
	line-height: 1.5;
	margin: 0 0 0.875rem;
}

.about_box__type01_title::before {
	content: "";
	display: block;
	border-radius: 4px;
	border-top: solid 3px;
	width: 2em;
	height: 0;
	margin: 0 0 3rem;
}

.about_box__type01_text p,
.about_box__type01_text ol,
.about_box__type01_text ul {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
}

.about_box__type01_text p+p {
	margin-top: 1rem;
}

@media (max-width: 767px) {
	#about_concept p {
		font-size: 13px;
	}

	.about_box__type01 {
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.about_box__type01+.about_box__type01 {
		margin-top: 3rem;
	}

	.about_box__type01_image {
		order: 2;
		width: 100%;
	}

	.about_box__type01_text {
		order: 1;
		padding-top: 1rem;
		padding-bottom: 2rem;
		width: 100%;
	}

	.about_box__type01.many_letters .about_box__type01_text {
		padding-top: 1rem;
		padding-bottom: 2rem;
	}

	.about_box__type01_title {
		font-size: 1.25rem;
		margin: 0 0 1.5rem;
	}

	.about_box__type01_title::before {
		border-top: solid 2px;
		width: 2em;
		margin: 0 0 1.5rem;
	}

	.about_box__type01_text p,
	.about_box__type01_text ol,
	.about_box__type01_text ul {
		font-size: 0.875rem;
		line-height: 2;
	}

	.about_box__type01_text *+p,
	.about_box__type01_text *+ol,
	.about_box__type01_text *+ul {
		margin-top: 1rem;
	}

	.about_img_flow {
		width: auto;
	}

	.about_arrow {
		text-align: right;
		font-size: 0.9rem;
		font-weight: normal;
		margin: -1.5rem 0 2.5rem;
		padding: 0;
	}

	.about_arrow::after {
		content: "→";
	}
}

.about_box__type02 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.about_box__type02+.about_box__type02 {
	margin-top: 6rem;
}

.about_box__type02_image {
	position: relative;
	width: 50%;
	order: 2;
	pointer-events: none;
}

.about_box__type02_image::before {
	content: "";
	display: block;
	padding: 100% 0 0;
	position: relative;
	z-index: 1;
}

.about_box__type02_image img {
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
	font-family: "object-fit: cover; object-position: left top;";
	transform: translate(12.5%, 39%) rotate(30deg) scale(1.5);
	filter: drop-shadow(0.5rem 0.5rem 0.5rem #ddd);
}

.about_box__type02_text {
	width: 50%;
	position: relative;
	z-index: 5;
	order: 1;
}

.about_box__type02_title {
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.1ex;
	line-height: 1.5;
	margin: 0 0 1.5rem;
}

.about_box__type02_text p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
}

.about_box__type02_text p+p {
	margin-top: 1rem;
}

@media (max-width: 767px) {
	.about_box__type02 {
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.about_box__type02+.about_box__type02 {
		margin-top: 3rem;
	}

	.about_box__type02_image {
		order: 2;
		width: 100%;
	}

	.about_box__type02_text {
		order: 1;
		width: 100%;
		padding-bottom: 1rem;
	}

	.about_box__type02_title {
		font-size: 1.5rem;
		line-height: 1.5;
		margin: 0 0 1.25rem;
	}

	.about_box__type02_text p {
		font-size: 0.875rem;
		line-height: 2;
	}
}

/**
* .about_section__base
* aboutページ 共通セクション
*
* 使用範囲が広いため、全て共通の場合以外、画像・色の設定はしない
**/
/* .about_section__base {
	padding: 0 0 3rem;
} */
@media (max-width: 767px) {
	.about_section__base {
		padding: 2rem 0 0;
	}
}

/**
* .plan_list
* aboutページ 掲載プラン
**/
.plan_list {}

.plan_list>table {
	table-layout: fixed;
	border-collapse: collapse;
	/*border: 1px solid #d1d1d1;*/
	box-shadow: 0 4px 1rem rgba(0, 0, 0, 0.25);
	background: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

.plan_list>table>thead {}

.plan_list>table>thead>tr {}

.plan_list>table>thead>tr>th,
.plan_list>table>thead>tr>td {
	background-color: rgba(0, 0, 0, 0.66);
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 0.75rem 1rem;
}

.plan_list>table>tbody {}

.plan_list>table>tbody>tr {}

.plan_list>table>tbody>tr>th,
.plan_list>table>tbody>tr>td {
	font-weight: 700;
	font-feature-settings: "palt";
	padding: 0.75rem 1rem;
	border-left: solid 1px rgba(0, 0, 0, 0.13);
}

.plan_list>table>tbody>tr>th {
	text-align: left;
}

.plan_list>table>tbody>tr>td {
	text-align: center;
}

.plan_list>table>tbody>tr:nth-child(even)>th,
.plan_list>table>tbody>tr:nth-child(even)>td {
	background-color: rgba(229, 240, 248, 0.66);
}

.plan_list_option {
	display: inline-block;
	border-radius: 3px;
	/*box-shadow: 0 2px 0.25rem rgba(0,0,0,0.2);*/
	border: solid 1px #6fc3fe;
	background: #6fc3fe;
	color: #ff8d98;
	color: #fff;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.05ex;
	line-height: 0.875rem;
	padding: 0.25rem 0.5rem;
	margin-top: 0.25rem;
}

@media (min-width: 768px) {

	/*.plan_list > table > tbody > tr > :first-child {background-color: rgba(192,214,231,0.33);}*/
	.plan_list>table>tbody>tr:nth-child(even)> :first-child {
		background-color: rgba(192, 214, 231, 0.66);
	}
}

@media (max-width: 767px) {
	.plan_list>table {
		font-size: 0.6875rem;
	}

	.plan_list>table>thead>tr> :first-child,
	.plan_list>table>tbody>tr> :first-child {
		width: 9rem;
	}
}

.plan_list>p {
	color: rgba(0, 0, 0, 0.56);
	font-size: 1rem;
	text-align: center;
	margin: 1rem 0 0;
}

.plan_list table i {
	display: inline-block;
	transform: scale(1.5);
}

@media (max-width: 767px) {}

/**
* .about_cta__box_btn
* aboutページ CTA
**/
.about_cta {
	padding: 2.5rem;
	background: #fff;
	border-radius: 5px;
	max-width: 980px;
	margin: 0 auto 2.5rem;
}

*+.about_cta {
	margin: 2.5rem auto;
}

.about_cta>p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 2rem;
	text-align: center;
}

.about_cta>p small {
	color: rgba(0, 0, 0, 0.56);
	font-size: inherit;
}

@media (max-width: 767px) {
	.about_cta {
		margin: 1.5rem auto 1.5rem;
		padding: 1.5rem;
	}

	.about_cta>p {
		font-size: 0.875rem;
		line-height: 1.75rem;
	}
}

.about_cta__box_btn {
	margin: 2.5rem 0 0;
}

.about_cta .about_cta__box_btn {
	margin-top: 1.5rem;
}

.about_cta__box_btn a {
	display: block;
	border-radius: 5px;
	box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.2);
	background: linear-gradient(45deg, #f99599 0%, #f9c270 100%);
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	text-align: center;
	max-width: 500px;
	width: 100%;
	padding: 1.25rem 3.125rem;
	margin: 0 auto;
}

.about_cta__box_btn a:hover {
	opacity: 0.9;
}

@media (max-width: 767px) {
	.about_cta__box_btn {
		margin: 1.25rem 0 0;
	}

	.about_cta__box_btn a {
		font-size: 0.875rem;
		padding: 1.25rem 0.5rem;
	}
}

/**
* /about/ページ
**/
#about_concept {}

#about_benefit {
	background-color: #fff;
}

#about_useful {
	background-color: #fff;
}

/**
* /about_services/ページ
**/
#about_service_elaborate {
	background-color: #fff;
}

#about_service_plans {
	background-color: #e5f0f8;
}

/**
* /about_kuchikomi/ページ
**/
#about_kuchikomi_3point {
	background-color: #fff;
}

#about_kuchikomi_3point .base_wrap {
	max-width: 1280px;
}

.about_kuchikomi_3point_parts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	counter-reset: kuchikomi-3point;
}

.about_kuchikomi_3point_parts>dl {
	border-radius: 8px;
	border: solid 4px #e1e1e1;
	background: #fff;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.06);
	padding: 1.5rem 1.5rem 6rem;
	position: relative;
}

.about_kuchikomi_3point_parts>dl::before {
	counter-increment: kuchikomi-3point;
	content: "0"counter(kuchikomi-3point);
	display: block;
	color: #e1e1e1;
	font-family: "Segoe UI", "San Francisco", "Roboto", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 4rem;
	/*text-shadow:
		0 0 0.5rem rgba(0,0,0,0.2),
		0 0 2rem rgba(0,0,0,0.13);*/
	line-height: 1;
	text-align: right;
	padding: 0 1.25rem 1.25rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	/*transform: translate(0,0);*/
	pointer-events: none;
}

.about_kuchikomi_3point_parts>dl>dt {
	color: #f99599;
	font-size: 1.25rem;
	font-feature-settings: "palt";
	font-weight: 700;
	line-height: 2rem;
}

.about_kuchikomi_3point_parts>dl>dd {
	color: rgba(0, 0, 0, 0.56);
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.75rem;
	margin-top: 1rem;
}

@media (min-width: 768px) {
	.about_kuchikomi_3point_parts {
		margin: 0 -1.5rem;
	}

	.about_kuchikomi_3point_parts>dl {
		width: calc((100% - (1.5rem * 6)) / 3);
		margin: 0 1.5rem;
	}

	.about_kuchikomi_3point_parts>dl>dt {}

	.about_kuchikomi_3point_parts>dl>dd {}
}

@media (max-width: 767px) {
	.about_kuchikomi_3point_parts {
		margin: 0;
	}

	.about_kuchikomi_3point_parts>dl {}

	.about_kuchikomi_3point_parts>dl+dl {
		margin-top: 1.5rem;
	}

	.about_kuchikomi_3point_parts>dl>dt {}

	.about_kuchikomi_3point_parts>dl>dd {}
}

#about_kuchikomi_faq {}

#about_kuchikomi_equally {
	background-color: #fff;
	overflow: hidden;
}

@media (min-width: 768px) {
	#about_kuchikomi_equally {
		padding: 0;
	}
}

@media (max-width: 767px) {
	#about_kuchikomi_equally {
		padding-top: 3rem;
	}
}

#about_kuchikomi_equally .about_box__type02 {
	min-height: 640px;
}

#about_kuchikomi_equally .about_box__type02_title>img {
	width: auto;
	height: 3rem;
	vertical-align: top;
	margin: 0 0 2rem;
}

#about_kuchikomi_equally .about_box__type02_title>span {
	display: block;
}

@media (max-width: 767px) {
	#about_kuchikomi_equally .about_box__type02 {
		min-height: 0;
	}

	#about_kuchikomi_equally .about_box__type02_title {
		text-align: center;
	}

	#about_kuchikomi_equally .about_box__type02_title>img {
		width: auto;
		height: 1.75rem;
		margin: 0 0 1rem;
	}
}

#about_disclaimer {}

.about_disclaimer_parts {
	color: rgba(0, 0, 0, 0.56);
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.75rem;
}

.about_disclaimer_parts .title_parts {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.5ex;
	text-align: center;
}

.about_disclaimer_parts>*+* {
	margin-top: 1.75rem;
}

@media (max-width: 767px) {
	.about_disclaimer_parts {
		font-size: 0.75rem;
		line-height: 1.5rem;
	}

	.about_disclaimer_parts .title_parts {
		font-size: 0.75rem;
	}

	.about_disclaimer_parts>*+* {
		margin-top: 1rem;
	}
}

section.counselor-listbox h3 {
	color: #006b14;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 auto 60px;
	padding: 0 0 10px;
	border-bottom: 1px solid #006b14;
}

section.counselor-listbox h4 {
	color: #333;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 auto 10px;
	padding: 4px 0 4px 10px;
	border-left: 5px solid #006b14;
	font-size: 110%;
}

ul.counselor-listbox-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}

ul.counselor-listbox-ul::after {
	content: "";
	display: block;
	width: 30%;
}

ul.counselor-listbox-ul li {
	width: 30%;
	margin: 0 0 70px;
}

ul.counselor-listbox-ul li figure {
	margin: 0 0 15px;
	width: 100%;
}

ul.counselor-listbox-ul li figure img {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

ul.counselor-listbox-ul li p.linkbtn_01 {
	display: block;
	width: 100%;
	border: 1px solid #006b14;
	color: #006b14;
	text-align: center;
	padding: 15px;
	margin-top: 15px;
	position: relative;
	font-size: 90%;
}

ul.counselor-listbox-ul li p.linkbtn_01::after {
	content: "";
	top: 50%;
	right: 15px;
	width: 0.25em;
	height: 0.25em;
	color: #666;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 2px solid #006900;
	border-right: 2px solid #006900;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	transform: translateY(-50%) rotate(45deg);
}

#column_wrap p.linkbtn_01 a {
	display: block;
	width: 100%;
	max-width: 434px;
	border: 1px solid #006b14;
	color: #006b14;
	text-align: center;
	padding: 15px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 90%;
	background: #fff;
}

#column_wrap p.linkbtn_01 a::after {
	content: "";
	top: 50%;
	right: 15px;
	width: 0.25em;
	height: 0.25em;
	color: #666;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 2px solid #006900;
	border-right: 2px solid #006900;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 767px) {
	ul.counselor-listbox-ul li {
		width: 95%;
		margin: 0 auto 60px;
	}

	#column_wrap p.linkbtn_01 a {
		margin-top: 15px;
	}
}

/**
* 相談員紹介ページ
**/
/** 相談員に相談するメリット **/
#merit_wrap {
	background-color: #fdf5e7;
	padding: 80px 0 30px;
}

#merit_wrap .base_wrap,
#role_wrap .base_wrap,
#column_wrap .base_wrap {
	max-width: 1300px;
}

#merit_wrap .h3_ttl,
#role_wrap .h3_ttl,
#column_wrap .h3_ttl {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

#merit_wrap .merit_img {
	width: 890px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: center;
	color: #ff9933;
	font-weight: bold;
}

#merit_wrap .merit_img li {
	width: 45%;
	margin-bottom: 50px;
}

#merit_wrap .merit_img p {
	margin-top: 15px;
	font-size: 24px;
}

@media (max-width: 767px) {
	#merit_wrap {
		padding: 2rem 0 1rem;
	}

	#merit_wrap .h3_ttl,
	#role_wrap .h3_ttl,
	#column_wrap .h3_ttl {
		font-size: 1.25rem;
		margin-bottom: 20px;
	}

	.lead_txt {
		font-size: 13px;
		line-height: 1.8;
	}

	#merit_wrap .merit_img {
		width: 100%;
		margin-top: 2rem;
	}

	#merit_wrap .merit_img p {
		font-size: 16px;
		line-height: 1.8;
		margin-top: 5px;
	}

	#merit_wrap .merit_img li {
		margin-bottom: 1rem;
		width: 47%;
	}
}

/** 相談員の役割 **/
#role_wrap {
	padding: 80px 0 30px;
}

#role_wrap .role_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

#role_wrap .role_img li {
	width: calc((100% - 60px) / 3);
	position: relative;
	margin-bottom: 50px;
}

#role_wrap .role_img li span {
	position: absolute;
	display: block;
	background-color: #ff9933;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	top: 0;
	left: 0;
	width: 70px;
	border-radius: 0 0 20px 0;
	text-align: center;
	padding: 5px;
}

#role_wrap .role_img li p {
	margin-top: 15px;
	font-size: 20px;
	color: #ff9933;
	font-weight: bold;
}

@media (max-width: 767px) {
	#role_wrap {
		padding: 2rem 0 0.5rem;
	}

	#role_wrap .role_img {
		margin-top: 2rem;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}

	#role_wrap .role_img li {
		width: 100%;
		margin-bottom: 1.5rem;
	}

	#role_wrap .role_img li p {
		font-size: 16px;
		line-height: 1.8;
		margin-top: 5px;
	}

	#role_wrap .role_img li span {
		font-size: 20px;
		width: 45px;
	}
}

/** 相談員の役割 **/
#column_wrap {
	padding: 80px 0;
	margin-bottom: 80px;
}

#column_wrap .column_box_wrap {
	width: 100%;
}

@media (max-width: 767px) {
	#column_wrap {
		padding: 2rem 0;
		margin-bottom: 2rem;
	}
}

.point_wrap {
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
	padding-left: 15px;
	padding-right: 15px;
}

.point_wrap .inner_box {
	width: calc((100% - 30px) / 2);
	background-color: #f2f5f6;
	border-radius: 10px;
	position: relative;
	padding: 30px;
	margin-bottom: 30px;
}

.point_wrap .inner_box .img_area {
	min-height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.point_wrap .inner_box .num {
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 0;
	border-radius: 0 0 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	font-size: 40px;
	color: #006900;
}

.point_wrap .inner_box .txt_area p {
	font-weight: 400;
}

.point_wrap .inner_box .txt_area .ttl {
	font-size: 24px;
	color: #006900;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.point_wrap {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.point_wrap .inner_box {
		width: 100%;
	}

	.point_wrap .inner_box .img_area {
		height: 100px;
		min-height: inherit;
		margin-bottom: 10px;
	}

	.point_wrap .inner_box .img_area img {
		height: 100%;
		width: auto;
	}

	.point_wrap .inner_box .num {
		width: 60px;
		height: 60px;
		font-size: 30px;
	}
}

/****** 相談員のご紹介 ******/
#about_counselor {
	background-color: #f2f5f6;
	padding: 70px 0;
}

#about_counselor .counselor_list {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 30px;
}

#about_counselor .counselor_list .inner_box {
	width: calc((100% - 60px) / 3);
	background-color: #fff;
}

#about_counselor .counselor_list .inner_box .txt_area {
	padding: 23px;
	display: flex;
	align-items: center;
	color: #006900;
}

#about_counselor .counselor_list .inner_box .txt_area .name {
	font-size: 24px;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #006900;
}

#about_counselor .counselor_list .inner_box .txt_area .ttl {
	font-size: 14px;
}

#about_counselor .dtl_btn a {
	display: block;
	color: #006900;
	border: 1px solid #006900;
	padding: 15px 20px;
	text-align: center;
	position: relative;
	background-color: #fff;
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}

#about_counselor .dtl_btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #006900;
	border-right: 2px solid #006900;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 767px) {
	#about_counselor {
		padding: 2rem 0;
	}

	#about_counselor .counselor_list {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	#about_counselor .counselor_list .inner_box {
		width: 100%;
		margin-bottom: 30px;
		max-width: 430px;
		margin-left: auto;
		margin-right: auto;
	}

	#about_counselor .counselor_list .inner_box:last-child {
		margin-bottom: 0;
	}

	#about_counselor .counselor_list .inner_box .txt_area {
		padding: 15px;
	}

	#about_counselor .counselor_list .inner_box .txt_area .name {
		font-size: 20px;
		padding-left: 15px;
		margin-left: 15px;
	}
}

/****** お問い合わせ〜ご入居までの流れ ******/
#about_flow {
	padding: 70px 0;
	background-color: #03a291;
}

#about_flow .base_wrap {
	text-align: center;
}

#about_flow .about_title__type01 {
	color: #fff;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	#about_flow {
		padding: 2rem 0;
	}

	#about_flow .about_title__type01 {
		margin-bottom: 20px;
	}
}

/****** 各種ご相談も手厚くサポート ******/
#about_support {
	background-color: #cbece8;
	padding: 70px 0;
}

#about_support .support_wrap {
	max-width: 1130px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

#about_support .support_wrap .flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

#about_support .support_wrap .flex_box .inner_box {
	width: calc((100% - 30px) / 2);
	margin-bottom: 30px;
}

#about_support .support_wrap .flex_box .inner_box .cat {
	font-size: 24px;
	color: #fff;
	background-color: #006900;
	padding: 5px 10px;
	display: inline-block;
}

#about_support .support_wrap .flex_box .inner_box .txt_area {
	background-color: #fff;
	padding: 15px 50px;
	min-height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
}

@media (max-width: 767px) {
	#about_support {
		padding: 2rem 0;
	}

	#about_support .support_wrap .flex_box .inner_box {
		width: 100%;
		margin-bottom: 20px;
	}

	#about_support .support_wrap .flex_box .inner_box .cat {
		font-size: 18px;
	}

	#about_support .support_wrap .flex_box .inner_box .txt_area {
		padding: 20px;
		min-height: auto;
	}
}

/****** 相談員ができること ******/
#about_ability {
	background-color: #cbece8;
	padding: 80px 15px;
}

#about_ability .inner_wrap {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

#about_ability .about_ability_box_wrap {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 80px;
	counter-reset: about_ability_box_num;
}

#about_ability .about_ability_box_wrap .about_ability_box {
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	padding: 30px;
}

#about_ability .about_ability_box_wrap .about_ability_box .num {
	position: absolute;
	left: 5px;
	top: 5px;
}

#about_ability .about_ability_box_wrap .about_ability_box .num span {
	display: block;
	width: 45px;
	height: 45px;
	background-color: #cbece8;
	border-radius: 10px;
	position: relative;
}

#about_ability .about_ability_box_wrap .about_ability_box .num span::after {
	position: absolute;
	counter-increment: about_ability_box_num;
	content: counter(about_ability_box_num, decimal-leading-zero);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #01a291;
	font-size: 20px;
	font-weight: bold;
}

#about_ability .about_ability_box_wrap .about_ability_box .img_area {
	text-align: center;
}

#about_ability .about_ability_box_wrap .about_ability_box .ttl_txt {
	font-size: 24px;
	color: #006900;
	font-weight: bold;
	text-align: center;
	min-height: 76px;
	vertical-align: middle;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	#about_ability {
		margin-top: 40px;
		padding: 50px 15px;
	}

	#about_ability .about_ability_box_wrap {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 50px;
	}

	#about_ability .about_ability_box_wrap .about_ability_box .ttl_txt {
		font-size: 20px;
		min-height: initial;
		margin-bottom: 15px;
	}

	#about_ability .about_ability_box_wrap .about_ability_box .img_area {
		height: 110px;
	}

	#about_ability .about_ability_box_wrap .about_ability_box .img_area img {
		max-width: 100%;
		height: 100%;
	}
}

/****** 誰でも安心してご相談いただけます ******/
#about_relief {
	padding: 90px 15px;
}

#about_relief .inner_wrap {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#about_relief .about_relief_box_wrap {
	margin-top: 60px;
	display: flex;
	gap: 90px;
}

#about_relief .about_relief_box {
	flex: 1;
}

#about_relief .about_relief_box .img_area {
	text-align: center;
	margin-bottom: 25px;
}

#about_relief .about_relief_box .ttl_txt {
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
	color: #FF6C00;
	font-weight: bold;
}

@media (max-width: 767px) {
	#about_relief {
		padding: 50px 15px;
	}

	#about_relief .about_relief_box_wrap {
		margin-top: 40px;
		display: block;
	}

	#about_relief .about_relief_box:first-child {
		margin-bottom: 40px;
	}

	#about_relief .about_relief_box .ttl_txt {
		font-size: 20px;
	}

	#about_relief .about_relief_box .ttl_txt {
		font-size: 20px;
	}

	#about_relief .about_relief_box .dtl_txt {
		font-size: 14px;
	}
}

/****** ご相談事例 ******/
#consultation_ex {
	background-color: #cbece8;
	padding: 80px 15px;
}

#consultation_ex * {
	border-collapse: initial;
}

#consultation_ex .h3_ttl {
	margin-bottom: 30px;
}

#consultation_ex .con_box {
	margin-inline: auto;
	margin-bottom: 30px;
	max-width: 1400px;
}

#consultation_ex .con_box .box_num {
	background-color: #01A291;
	color: #fff;
	border-radius: 20px 20px 0 0;
	padding: 15px 15px 30px;
	display: table;
	transform: translateY(25px);
	position: relative;
	z-index: 1;
}

#consultation_ex .con_box .txt_box {
	border: 4px solid #01A291;
	border-radius: 20px;
	background-color: #fff;
	padding: 40px 90px;
	position: relative;
	z-index: 2;
}

#consultation_ex .con_box .b_speech_area {
	display: flex;
	gap: 40px;
	width: 100%;
	margin-bottom: 30px;
}

#consultation_ex .con_box .b_speech_area img {
	width: 80px;
}

#consultation_ex .con_box .b_speech_area .b_speech {
	flex: 1;
	position: relative;
	background-color: #CBECE8;
	border-radius: 15px;
	padding: 15px;
	font-size: 22px;
	font-weight: bold;
}

#consultation_ex .con_box .b_speech_area .b_speech::after {
	content: "";
	position: absolute;
	right: -17px;
	top: 37px;
	border: 8px solid transparent;
	border-left: 11px solid #CBECE8;
}

#consultation_ex .con_box .btm_txt {
	display: flex;
	align-items: center;
	gap: 30px;
	width: 100%;
}

#consultation_ex .con_box .btm_txt .p_area {
	width: 160px;
	color: #01A291;
	text-align: center;
}

#consultation_ex .con_box .btm_txt .d_txt {
	font-size: 18px;
	flex: 1;
}

@media (max-width: 767px) {
	#consultation_ex {
		padding: 50px 15px;
	}

	#consultation_ex .con_box {
		margin-bottom: 10px;
	}

	#consultation_ex .con_box .txt_box {
		padding: 20px;
	}

	#consultation_ex .con_box .box_num {
		border-radius: 16px 16px 0 0;
		padding: 10px 14px 30px;
		font-size: 14px;
	}

	#consultation_ex .con_box .b_speech_area {
		gap: 15px;
		margin-bottom: 30px;
		align-items: flex-start;
	}

	#consultation_ex .con_box .b_speech_area img {
		width: 50px;
	}

	#consultation_ex .con_box .b_speech_area .b_speech {
		padding: 14px;
		font-size: 16px;
	}

	#consultation_ex .con_box .btm_txt {
		display: block;
	}

	#consultation_ex .con_box .btm_txt .p_area {
		width: 100%;
		margin-bottom: 20px;
	}

	#consultation_ex .con_box .btm_txt .p_area img {
		width: 100px;
	}

	#consultation_ex .con_box .btm_txt .d_txt {
		font-size: 14px;
	}
}

/****** 専属相談員のご紹介 ******/
#counselor_intro {
	background-color: #FDF5E7;
	padding: 80px 15px;
}

#counselor_intro * {
	border-collapse: initial;
}

#counselor_intro .about_title__type01 {
	margin-bottom: 50px;
}

#counselor_intro .counselor_intro_box_wrap {
	max-width: 1400px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 30px;
}

#counselor_intro .counselor_intro_box {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
}

#counselor_intro .counselor_intro_box .h_area {
	border-bottom: 4px dotted #CBECE8;
	display: flex;
	column-gap: 10px;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	min-height: 230px;
}

#counselor_intro .counselor_intro_box .h_area img {
	width: 160px;
	height: 160px
}

#counselor_intro .counselor_intro_box .h_area .name_txt {
	flex: 1;
}

#counselor_intro .counselor_intro_box .h_area .cat {
	display: table;
	font-size: 14px;
	background-color: #CBECE8;
	border-radius: 20px;
	color: #01A291;
	padding: 6px 20px;
	margin-bottom: 10px;
}

#counselor_intro .counselor_intro_box .h_area .name {
	font-size: 28px;
	font-weight: bold;
	color: #01A291;
	margin-bottom: 10px;
}

#counselor_intro .counselor_intro_box .h_area .o_word {
	font-size: 20px;
	font-weight: bold;
}

#counselor_intro .counselor_intro_box .b_area p {
	font-size: 18px;
	margin-bottom: 20px;
	min-height: 170px;
}

#counselor_intro .counselor_intro_box .b_area a.column-link {
	position: relative;
	display: block;
	background-color: #01A291;
	color: #fff;
	text-align: center;
	padding: 20px 35px;
	margin-bottom: 16px;
	border-radius: 5px;
	font-size: 20px;
}

#counselor_intro .counselor_intro_box .b_area a.column-link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

#counselor_intro .counselor_intro_box .b_area a.profile-link {
	position: relative;
	display: inline-block;
	color: #01A291;
	text-align: left;
	padding: 0 16px 0 0;
	font-size: 16px;
}

#counselor_intro .counselor_intro_box .b_area a.profile-link::after {
	content: "";
	position: absolute;
	top: 55%;
	right: 0px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #01A291;
	border-right: 2px solid #01A291;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 767px) {
	#counselor_intro .counselor_intro_box_wrap {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px 30px;
	}

	#counselor_intro .counselor_intro_box {
		border-radius: 10px;
		padding: 20px;
	}

	#counselor_intro .counselor_intro_box .h_area {
		min-height: initial;
	}

	#counselor_intro .counselor_intro_box .h_area img {}

	#counselor_intro .counselor_intro_box .h_area .cat {
		padding: 4px 17px;
	}

	#counselor_intro .counselor_intro_box .h_area .name {
		font-size: 22px;
	}

	#counselor_intro .counselor_intro_box .h_area .o_word {
		font-size: 16px;
	}

	#counselor_intro .counselor_intro_box .b_area p {
		font-size: 14px;
		margin-bottom: 15px;
		min-height: inherit;
	}

	#counselor_intro .counselor_intro_box .b_area a.column-link {
		padding: 12px 20px;
		font-size: 16px;
	}
}

/* 24.11.25追記 */

#wrapper.about_page {
	overflow: hidden;
}

#about_philosophy {
	/*padding-left: 25px;
	padding-right: 25px;*/
	max-width: 1846px;
	margin-inline: auto;
	margin-bottom: 144px;
}

.about_philosophy__bg {
	position: relative;
	padding-top: 189px;
}

.about_philosophy__bg::before {
	background-image: url("../images/about/philosophy-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	width: 100vw;
	aspect-ratio: 3840/4090;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	height: auto;
	left: 0;
	top: 0;
	max-height: 2520px;
}

.about_title__type01.about_title__type01--mt {
	margin-top: 10px;
}

.about_philosophy__container {
	display: flex;
	column-gap: 25px;
	position: relative;
	z-index: 2;
}

.about_philosophy__img.pc_disp {
	max-width: 503px;
	position: absolute;
	top: 0;
	right: 80%;
	width: 24vw;
	aspect-ratio: 340/434;
	z-index: 1;
}

/**
@media (max-width: 1440px) {
	.about_philosophy__img.pc_disp {
		right: 82%;
		top: -60px;
	}

	.about_philosophy__img2.pc_disp {
		left: 78% !important;
		bottom: -206px;
		top: initial !important;
	}

	.about_philosophy__img3.pc_disp {
		top: -64%;
		right: 77%;
	}

	.about_philosophy__img4 {
		left: 86% !important;
		top: initial !important;
		bottom: -50%;
	}

	.about_philosophy__text-wrapper2 {
		margin-left: calc(50% - 30vw) !important;
	}

}
**/
@media (min-width: 1921px) {
	.about_philosophy__text-wrapper2 {
		margin-left: auto !important;
		margin-right: auto;
	}
}

.about_philosophy__en-title {
	color: #333333;
	font-size: clamp(0.813rem, 0.521rem + 0.61vw, 1.25rem);
	line-height: calc(26/20);
	text-align: center;
}

.about_philosophy__text-wrapper {
	width: 760px;
	margin-inline: auto;
	position: relative;
	z-index: 9;
}

.about_philosophy__text-wrapper2 {
	width: 666px;
	margin-left: calc(50% - 25vw);
	position: relative;
	z-index: 9;
}

.about_philosophy__text {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: calc(48/20);
	text-align: center;
	margin-top: 50px;
}

.about_philosophy__text span {
	color: #E66900;
}


.about_philosophy__img2.pc_disp {
	width: 24vw;
	position: absolute;
	left: 77%;
	top: 233px;
	max-width: 490px;
	z-index: 1;
}



.about_philosophy__logo {
	max-width: 150px;
	width: 100%;
	margin-inline: auto;
	margin-top: 80px;
	position: relative;
	z-index: 2;
}

.about_philosophy__container2 {
	display: flex;
	gap: 20px;
	position: relative;
	z-index: 2;
	margin-top: 103px;
}

.about_philosophy__img3.pc_disp {
	max-width: 462px;
	position: absolute;
	top: -64%;
	right: 77%;
	width: 20vw;
}

.about_philosophy__img4 {
	max-width: 545px;
	position: absolute;
	left: 70%;
	top: -15%;
	width: 27vw;
	z-index: 1;
}

.about_philosophy__sub-title {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: calc(45/30);
	color: #006900;
}

.about_philosophy__text--small {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	margin-top: 32px;
}

.about_philosophy__text--small span {
	mix-blend-mode: multiply;
	background: linear-gradient(transparent 50%, #FFD59B 50%);
}



.about_philosophy__container3 {
	display: flex;
	gap: 40px;
	max-width: 1160px;
	margin-inline: auto;
	position: relative;
	z-index: 2;
	margin-top: 100px;
}

.about_philosophy__text-wrapper3 {
	margin-left: auto;
}


.about_philosophy__img5 {
	position: absolute;
	max-width: 485px;
	width: 23vw;
	left: calc(50% - 36vw);
	z-index: 1;
}

.about_philosophy__copy {
	color: #E66900;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: calc(64/38);
	text-align: center;
	margin-top: 100px;
	position: relative;
	z-index: 2;
}

.about_philosophy__cta {
	margin-top: 80px;
	position: relative;
	z-index: 2;
}

.about_title__type01 .big {
	font-size: 48px;
}

@media (max-width: 1024px) {
	.about_philosophy__text {
		font-size: 18px;
	}

	.about_philosophy__text--small {
		font-size: 14px;
	}

	.about_philosophy__container2 {
		margin-right: 50px;
	}

	.about_philosophy__container3 {
		margin-top: 80px;
	}

	.about_philosophy__img4 {
		margin-top: 0;
	}

	.about_philosophy__img5 {
		left: 6%;
	}
}

@media (max-width: 1200px) {
	.about_philosophy__img4 {
		top: -50%;
	}
}

@media (max-width: 767px) {

	.about_philosophy__text-wrapper,
	.about_philosophy__text-wrapper2,
	.about_philosophy__text-wrapper3 {
		width: 100%;
	}

	#about_philosophy {
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 70px;
	}

	.about_title__type01.about_title__type01--mt {
		margin-right: 0;
		margin-left: 0;
	}

	.about_philosophy__bg {
		padding-top: 38px;
	}

	.about_philosophy__bg::before {
		background-image: url("../images/about/philosophy-bg-sp.png");
		aspect-ratio: 750/1065;
		background-size: cover;
	}

	.about_philosophy__container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.about_philosophy__img-container {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		column-gap: 16px;
		justify-content: center;
		align-items: center;
		margin-bottom: 20px;
	}

	.about_philosophy__img {
		width: 46%;
		max-width: 215px;
	}

	.about_philosophy__img2 {
		width: 48%;
		margin-top: 127px;
		max-width: 186px;
	}

	.about_philosophy__img3 {
		margin-top: -24px;
		width: 43%;
		margin-right: auto;
		margin-left: 27px;
		max-width: 208px;
	}

	.about_philosophy__en-title {
		font-size: 14px;

	}

	.about_philosophy__text {
		font-size: 16px;
		margin-top: 34px;
		line-height: 2;
	}


	.about_philosophy__logo {
		max-width: 90px;
		margin-top: 17px;
	}

	.about_philosophy__container2 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		margin-right: 0;
		margin-top: 0;
		gap: 14px;
	}



	.about_philosophy__sub-title {
		font-size: 20px;
		line-height: calc(33/20);
	}

	.about_philosophy__text--small {
		font-size: 13px;
		line-height: calc(25/13);
		margin-top: 20px;
	}

	.about_philosophy__img4 {
		width: 61%;
		margin-left: auto;
		position: initial;
		max-width: 261px;
	}

	.about_philosophy__container3 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		margin-top: -85px;
		gap: 25px;
	}

	.about_philosophy__img5 {
		width: 51% !important;
		position: initial;
		max-width: 258px;
	}

	.about_philosophy__copy {
		font-size: 24px;
		line-height: calc(40/24);
		margin-top: 30px;
	}

	.about_philosophy__cta {
		margin-top: 40px;
	}

	.about_philosophy__text-wrapper2 {
		margin-left: auto !important;
	}
}