section {
	position: relative;
}
.sec-label {
	font-size: 2.8rem;
	line-height: 2.1;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-family: "Work Sans", sans-serif;
	color: #EF7A00;
	margin-bottom: 10px;
}
.sec-ttl {
	font-size: 5.2rem;
	line-height: 1.15;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: #4D4948;
}
.sec-lead {
	font-size: 3.6rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #4D4948;
	margin-top: 50px;
}
.sec-intro {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0;
	margin-top: 3px;
}
@media screen and (max-width: 767px) {
	.sec-label {
		font-size: 1.8rem;
	}
	.sec-ttl {
		font-size: 2.8rem;
	}
	.sec-lead {
		font-size: 2.2rem;
		margin-top: 25px;
	}
	.sec-intro {
		font-size: 1.4rem;
	}
}
/* ============================
	philosophy
============================ */
#philosophy .content-box {
	margin-top: 0;
}
#philosophy #page-mv .mv-inner::after {
	content: "";
	position: absolute;
	bottom: -60px;
	left: 25%;
	background-image: url(../images/common/mv_family.png);
	background-repeat: no-repeat;
	transform: translateX(-50%);
	width: 320px;
	height: auto;
	aspect-ratio: 398 / 274;
	background-size: cover;
	z-index: 2;
}

#message {
	margin-top: -10px;
}
#message .sec-inner {
	padding-bottom: 217px;
}
#message .content-width {
	position: relative;
	overflow: visible;
}
#message .content-box {
	position: relative;
	margin: 0;
	padding-top: 33px;
}
#message .message-box {
	width: 60%;
}
#message .message-text {
	font-weight: 500;
	margin-top: 60px;
	font-size: 1.8rem;
}
#message .message-text p + p {
	margin-top: 40px;
}
#message .message-img {
	position: absolute;
}
#message .message-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#message .message-img01 {
	width: 165px;
	height: auto;
	right: -35px;
	top: 0;
	aspect-ratio: 165 / 176 ;
}
#message .message-img02 {
	width: 287px;
	height: auto;
	right: 50px;
	top: 120px;
	aspect-ratio: 287 / 254 ;
}
#message .message-img03 {
	width: 370px;
	height: auto;
	right: -35px;
	bottom: 0;
	aspect-ratio: 370 / 322 ;
}
@media screen and (max-width: 1130px) {
	#message .message-img01 {
		right: 0;
	}
	#message .message-img02 {
		right: 60px;
	}
	#message .message-img03 {
		right: 0;
	}
}
@media screen and (max-width: 990px) {
	#message .message-img01 {
		width: 17.37%;
	}
	#message .message-img02 {
		width: 30.2%;
	}
	#message .message-img03 {
		width: 39%;
	}
}
@media screen and (max-width: 767px) {
	#philosophy #page-mv .mv-inner::after {
		content: none;
	}
	#message .content-box {
		padding-bottom: 160px;
	}
	#message .message-box {
		width: 100%;
	}
	#message .sec-inner {
		padding-bottom: 90px;
	}
	#message .message-text {
		font-size: 1.4rem;
	}
	#message .message-img01 {
		opacity: .5;
		position: absolute;
		right: 0;
		top: 0;
		width: max(20vw, 145px);
		bottom: auto;
		z-index: -1;
	}
	#message .message-img03 {
		opacity: .5;
		position: absolute;
		right: 0;
		top: auto;
		width: max(35vw, 210px);
		aspect-ratio: 370 / 322;
		bottom: 0;
		z-index: -1;
	}
}

#point::before {
	content: "";
	position: absolute;
	top: -138px;
	width: 100%;
	height: 138px;
	z-index: 4;
	background: transparent no-repeat top center;
	background-image: url(../images/page/ph_wave.svg);
	background-size: cover;
}
#point {
	background-color: #FDF6ED;
}
#point .sec-inner {
	padding-top: 0;
	padding-bottom: 133px;
}
#point .point-flex {
	margin-top: 23px;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 40px;
}
#point .point-card {
	width: calc(50% - 20px);
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 20px 30px;
}
#point .point-thumb {
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	height: auto;
	aspect-ratio: 460 / 300;
	background-color: #eee;
}
#point .point-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
#point .point-no {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #EF7A00;
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.6rem;
	font-family: "Work Sans", sans-serif;
	margin: -30px auto 0;
	position: relative;
}
#point .point-ttl {
	font-size: 2.6rem;
	line-height: 1.6;
	letter-spacing: 0;
	font-weight: 700;
	color: #EF7A00;
	text-align: center;
	margin-top: 20px;
}
#point .point-txt {
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #000;
	margin-top: 21px;
}
@media screen and (max-width: 767px) {
	#point .sec-inner {
		padding-bottom: 40px;
	}
	#point::before {
		top: -8vw;
		width: 100%;
		height: auto;
		aspect-ratio: 1621 / 137;
		background-size: contain;
	}
	#point .point-card {
		width: 100%;
	}
	#point .point-ttl {
		font-size: 2rem;
	}
	#point .point-txt {
		font-size: 1.4rem;
	}
}

/* ============================
	reform-menu
============================ */
#reform-menu #page-mv .mv-inner::after {
	content: "";
	position: absolute;
	bottom: -70px;
	left: 57%;
	background-image: url(../images/page/mn_mv.png);
	background-repeat: no-repeat;
	transform: translateX(-50%);
	width: 282px;
	height: auto;
	aspect-ratio: 282 / 195;
	background-size: cover;
	z-index: 2;
}
@media screen and (max-width: 1439px) {
	#reform-menu #page-mv .mv-inner::after {
		width: 17%;
	}
}
#menu {
	background-color: #FDF6ED;
	margin-top: -30px;
}
#menu .sec-inner {
	padding: 75px 0 100px;
}
#menu .sec-intro {
	margin-top: 50px;
}
#menu .reformMenu {
	margin-top: 30px;
}
#menu .reformMenu-tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 340px));
	gap: 10px;
	margin: 50px 0 55px;
	justify-content: center;
}
#menu .reformMenu-tab {
	width: 100%;
	height: 80px;
	border-radius: 6px;
	background: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
	padding-left: 92px;
	color: #312C27;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
	border: none;
	text-align: left;
	position: relative;
}
#menu .reformMenu-tab::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 10px;
	transform: translateY(-50%); 
	background-repeat: no-repeat;
	background-size: cover;
}
#menu .reformMenu-tab:nth-child(1):before {
	background-image: url(../images/page/menu_icon_01.png);
}
#menu .reformMenu-tab:nth-child(2):before {
	background-image: url(../images/page/menu_icon_02.png);
}
#menu .reformMenu-tab:nth-child(3):before {
	background-image: url(../images/page/menu_icon_03.png);
}
#menu .reformMenu-tab:nth-child(4):before {
	background-image: url(../images/page/menu_icon_04.png);
}
#menu .reformMenu-tab:nth-child(5):before {
	background-image: url(../images/page/menu_icon_05.png);
}
#menu .reformMenu-tab:nth-child(6):before {
	background-image: url(../images/page/menu_icon_06.png);
}
#menu .reformMenu-tab:nth-child(7):before {
	background-image: url(../images/page/menu_icon_07.png);
}
#menu .reformMenu-tab:nth-child(8):before {
	background-image: url(../images/page/menu_icon_08.png);
}
#menu .reformMenu-tab:nth-child(9):before {
	background-image: url(../images/page/menu_icon_09.png);
}

#menu .reformMenu-tab.is-active {
	background: #EF7A00;
	color: #fff;
}
#menu .reformMenu-panel {
	display: none;
}
#menu .reformMenu-panel.is-active {
	display: block;
}
#menu .reformMenu-ttl {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.875;
	padding-bottom: 28px;
	margin-bottom: 60px;
	border-bottom: 2px solid #EF7A00;
	display: inline-block;
	width: 100%;
	position: relative;
}
#menu .reformMenu-ttl::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 4px;
	background: #EF7A00;
}
#menu .reformMenu-body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 470px;
	gap: 50px;
	align-items: start;
	align-items: stretch;
}
#menu .reformMenu-left {
	min-width: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}
#menu .reformMenu-right {
	width: 470px;
	height: 367px;
}
#menu .reformMenu-right img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}
#menu .reformMenu-heading {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 26px;
	padding: 12px 20px;
	background-color: #FFFFFF;
	border-radius: 6px;
	color: #4D4948;
	position: relative;
}
#menu .reformMenu-heading::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	width: 4px;
	height: 80%;
	background: #EF7A00;
	border-radius: 90px;
	transform: translateY(-50%);
}
#menu .reformMenu-heading::before {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 5px;
	width: 84px;
	height: 75px;
	background-image: url(../images/page/reform_item.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#menu .reformMenu-text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0;
}
#menu .reformMenu-text p {
	position: relative;
	padding-left: 30px;
}
#menu .reformMenu-text p::before {
	position: absolute;
	content: "";
	display: block;
	top: 10px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(../images/common/check.png);
	background-size: cover;
	background-repeat: no-repeat;
}
#menu .reformMenu-features {
	margin-top: 40px;
	display: flex;
	gap: 20px;
	justify-content: center;
}

#menu .reformMenu-feature {
	width: 250px;
}

#menu .reformMenu-featureItem {
	height: 60px;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	align-content: center;
	background-color: #EF7A00;
	border-radius: 4px 4px 0 0;
	color: #fff;
	line-height: 1.5;
}

#menu .reformMenu-featureText {
	width: 100%;
	height: calc(100% - 60px);
	padding: 20px 0;
	color: #EF7A00;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	text-align: center;
	align-content: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.18;
}

#menu .reformMenu-featureText span {
	font-family: "Work Sans", sans-serif;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.06;
}

#menu .reformMenu-featureText:has(.reform-text) {
	display: grid;
	grid-template-columns: max-content max-content;
	column-gap: 10px;
	justify-content: center;
	align-content: center;
}

#menu .reformMenu-featureText:has(.reform-text) .reform-text {
	display: contents;
}

#menu .reformMenu-featureText:has(.reform-text) .reform-text > div:first-child {
	text-align: right;
	white-space: nowrap;
}

#menu .reformMenu-featureText:has(.reform-text) .reform-text > div:last-child {
	text-align: left;
	white-space: nowrap;
}
.reformMenu-panel .notice {
	margin-top: 20px;
	font-size: 1.4rem;
}
.reformMenu-panel .notice + .notice {
	margin-top: 5px;
}
#menu .reformMenu-featureText .reform-text:not(.is-note):not(.is-nolabel) {
	display: contents;
}

#menu .reformMenu-featureText .reform-text.is-note,
#menu .reformMenu-featureText .reform-text.is-nolabel {
	display: block;
	grid-column: 1 / -1;
}
.reformMenu-featureText .reform-text.is-nolabel,
.reformMenu-featureText .reform-text.is-note {
	display: block;
	grid-column: 1 / -1;
}
@media screen and (max-width: 1024px) {
	#menu .reformMenu-body {
		display: flex;
		flex-direction: column;
		gap: 20px;
		align-items: center;
		width: 100%;
	}
	#menu .reformMenu-left {
		height: auto;
		width: 100%;
	}
	#menu .reformMenu-ttl {
		font-size: 2.6rem;
		padding-bottom: 15px;
		margin-bottom: 40px;
	}
	#menu .reformMenu-heading {
		width: 100%;
		font-size: 1.6rem;
	}
	#menu .reformMenu-text {
		font-size: 1.6rem;
	}
	#menu .reformMenu-features {
		align-self: center;
		width: 100%;
		gap: 2%;
	}
	#menu .reformMenu-featureText span {
		font-size: 2.4rem;
	}
	#menu .reformMenu-feature {
		width: 49%;
	}
	#menu .reformMenu-right {
		aspect-ratio: 470 / 367;
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	#menu {
		margin-top: 0;
	}
	#reform-menu #page-mv .mv-inner::after {
		content: none;
	}
	#menu .reformMenu-featureText span {
		font-size: 2rem;
	}
	#menu .reformMenu-tabs{
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 10px;
	}
	#menu .reformMenu-tab{
		min-height: 64px;
		width: 100%;
		height: auto;
		padding: 5px 5px;
		padding-left: 40px;
		font-size: 1.2rem;
	}
	#menu .reformMenu-tab::before {
		width: 30px;
		height: 30px;
		left: 5px;
	}
	#menu .reformMenu-featureText {
		line-height: 1.5;
	}
	#menu .reformMenu-featureText .reform-text.is-nolabel + .reform-text.is-note {
		margin-top: 10px;
	}
}

/* ----------------------------
   FAQ
---------------------------- */
#faq .faq-head {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin: 52px 0 60px;
}
#faq .faq-intro {
	flex: 1 1 auto;
	min-width: 0;
}
#faq .sec-intro {
	margin: 0;
	max-width: 640px;
	line-height: 2;
	letter-spacing: 0.1em;
}
#faq .faq-more-link {
	text-decoration: underline !important;
	font-size: 1.8rem;
	font-weight: 500;
	position: relative;
	line-height: 1.77;
	display: inline-block;
	background-color: #fff;
	padding-right: 45px;
	margin-top: auto;
}
#faq .faq-more-link::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	background-image: url(../images/common/arrow_or.png);
	transform: translateY(-50%) translateX(0%);
	top: 50%;
	right: 0;
}
#faq .reformFaq-item {
	border: 2px solid #F2F2F2;
	padding: 20px;
	border-radius: 6px;
}
#faq .reformFaq-item.is-open {
	background-color: #FDF6ED;
	border: 2px solid #FFEFDB;
}
#faq .reformFaq-item + .reformFaq-item {
	margin-top: 20px;
}
#faq .reformFaq-q {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	color: #4D4948;
}
#faq .reformFaq-qIcon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #EF7A00;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 2rem;
	flex: 0 0 48px;
	font-family: "Work Sans", sans-serif;
}
#faq .reformFaq-qText {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}
#faq .reformFaq-item.is-open .reformFaq-qText {
	color: #EF7A00;
}
#faq .reformFaq-plus {
	margin-left: auto;
	width: 18px;
	height: 18px;
	position: relative;
	flex: 0 0 18px;
}
#faq .reformFaq-plus span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #EF7A00;
	transform: translateY(-50%);
}
#faq .reformFaq-plus span:last-child {
	transform: translateY(-50%) rotate(90deg);
	transition: opacity .2s ease;
}
#faq .reformFaq-item.is-open .reformFaq-plus span:last-child {
	opacity: 0;
}
#faq .reformFaq-a {
	overflow: hidden;
	max-height: 0;
	transition: max-height .25s ease;
}
#faq .reformFaq-aInner {
	background: #FFFFFF;
	border-radius: 6px;
	padding: 30px 68px;
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.75;
	color: #4D4948;
}
@media screen and (max-width: 767px) {
	#faq .faq-head {
		flex-direction: column;
	}
	#faq .faq-more-link {
		font-size: 1.6rem;
		margin-right: auto;
	}
	#faq .reformFaq-item {
		padding: 10px;
	}
	#faq .reformFaq-qIcon {
		width: 35px;
		height: 35px;
		font-size: 1.6rem;
		flex: 0 0 35px;
	}
	#faq .reformFaq-qText {
		font-size: 1.4rem;
	}
	#faq .reformFaq-aInner {
		padding: 10px;
		font-size: 1.4rem;
	}
}
