@charset "utf-8";

/* ==========================
	about style
============================= */

.about .ttl {
	margin-top: 5.5rem;
	font-size: 4.6rem;
	font-weight: 600;
	letter-spacing: 0.3em;
	text-align: center;
}
.about .inner {
	max-width: 116rem;
	margin: 0 auto;
	padding: 0 1rem;
}
.about .lead {
	margin-top: 4rem;
	line-height: 3.23rem;
}
.about h2 {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
}
.about h3 {
	text-align: center;
}
.about h3 span {
	display: inline-block;
	font-size: 2.1rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: var(--redColor);
	padding: 0 5.5rem 1rem;
	border-bottom: solid 1px var(--redColor);
}
@media (max-width: 768px) {
	.about .ttl span {
		font-size: 4.2rem;
	}
	.about .inner {
		max-width: 100%;
		padding: 0 2.6rem;
	}
	.about .lead {
		margin-top: 5rem;
		font-size: 3rem;
		line-height: 5.1rem;
	}
	.about h2 {
		font-size: 3.4rem;
	}
	.about h3 span {
		font-size: 3.4rem;
		line-height: 5.1rem;
		letter-spacing: 0;
		padding: 0 3.5rem 1.5rem;
		border-bottom: solid 0.3rem var(--redColor);
	}
	@-moz-document url-prefix(){
		.about h3 span {
			line-height: 0.8;
		}
	}
	.about h3.pd span {
		padding: 0 1rem 1.5rem;
	}
	.about h3.pd2 span {
		padding: 0 2.5rem 1.5rem;
	}
}

/* features */
.about .features {
	padding: 7rem 0;
}
.about .featuresCont {
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
}
.about .featuresBox {
	width: 22%;
}
.about .featuresBox .featuresPic {
	width: 20.6rem;
	margin: 0 auto;
}
.about .featuresBox .featuresTtl {
	margin-top: 1.5rem;
	font-weight: 600;
	line-height: 3.23rem;
	text-align: center;
	color: var(--redColor);
}
.about .featuresBox .featuresTxt {
	margin-top: 1rem;
	font-size: 1.6rem;
	line-height: 2.72rem;
}
@media (max-width: 768px) {
	.about .features {
		padding: 10rem 0;
	}
	.about .featuresCont {
		margin-top: 10rem;
		flex-wrap: wrap;
		gap: 10rem 0;
	}
	.about .featuresBox {
		width: 47.9%;
	}
	.about .featuresBox .featuresPic {
		width: 100%;
	}
	.about .featuresBox .featuresTtl {
		margin-top: 3rem;
		font-size: 3.2rem;
		line-height: 5.44rem;
	}
	.about .featuresBox .featuresTxt {
		margin-top: 2rem;
		font-size: 2.6rem;
		line-height: 4.42rem;
	}
}

/* yellow */
.about .yellow  {
	background-color: #eee;
	padding: 7rem 0;
}
.about .yellow section + section {
	margin-top: 8rem;
}
.about .yellow .box {
	background-color: var(--whiteColor);
	padding: 5rem 12rem;
}
.about .yellow .box + .box {
	margin-top: 4.5rem;
}
.about .yellow h2 + .box {
	margin-top: 4rem;
}
@media (max-width: 768px) {
	.about .yellow  {
		padding: 10rem 0;
	}
	.about .yellow section + section {
		margin-top: 10rem;
	}
	.about .yellow .box {
		padding: 8rem 3.5rem;
	}
	.about .yellow .box + .box {
		margin-top: 5rem;
	}
	.about .yellow h2 + .box {
		margin-top: 8.5rem;
	}
}

/* structure */
.about .structure .structurePic {
	width: 71.2rem;
	margin: 3.5rem auto 0;
}
.about .structure .structureNote {
	margin-top: 2rem;
	font-size: 1.6rem;
	line-height: 2.8rem;
}
@media (max-width: 768px) {
	.about .structure .structurePic {
		width: 100%;
		margin: 5rem auto 0;
	}
	.about .structure .structureNote {
		margin-top: 3rem;
		font-size: 2.6rem;
		line-height: 4.42rem;
	}
}

/* deduction */
.about .deduction .deductionTxt {
	margin-top: 3rem;
	line-height: 3.23rem;
}
.about .deduction .deductionTxt .red {
	font-weight: 600;
	color: var(--redColor);
}
.about .deduction .deductionTxt .bold {
	font-weight: 600;
}
.about .deduction .deductionTxt.center {
	text-align: center;
}
.about .deduction .deductionNote {
	margin-top: 2.5rem;
	font-size: 1.6rem;
	line-height: 2.8rem;
}
.about .deduction .deductionPic {
	width: 74.3rem;
	margin: 2.5rem auto 0;
}
.about .deduction .scroll table ,
.about .deduction .scroll td ,
.about .deduction .scroll th {
	border: 1px solid var(--grayColor01);
	border-collapse: collapse;
}
.about .deduction .scroll table {
	margin-top: 3.5rem;
	width: 100%;
}
.about .deduction .scroll table .w15 {
	width: 15%;
}
.about .deduction .scroll table .w21 {
	width: 21.25%;
}
.about .deduction .scroll td ,
.about .deduction .scroll th {
	padding: 1rem;
}
.about .deduction .scroll th {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 2.25rem;
	text-align: right;
	background-color: var(--grayColor02);
}
.about .deduction .scroll th.center {
	text-align: center;
}
.about .deduction .scroll th span {
	font-size: 1.5rem;
}
.about .deduction .scroll td {
	font-size: 1.7rem;
	line-height: 2.25rem;
	text-align: right;
}
.about .deduction .tableNote {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	text-align: right;
}
@media (max-width: 768px) {
	.about .deduction .deductionTxt {
		margin-top: 6rem;
		font-size: 3rem;
		font-weight: 600;
		line-height: 5.1rem;
	}
	.about .deduction .deductionNote {
		margin-top: 4rem;
		font-size: 2.6rem;
		line-height: 4.42rem;
	}
	.about .deduction .deductionNote li {
		padding-left: 1em;
		text-indent: -1em;
	}
	.about .deduction .deductionPic {
		width: 100%;
		margin: 5rem auto 0;
	}
	.about .deduction .scroll {
		overflow: auto;
		white-space: nowrap;
	}
	.about .deduction .scroll table ,
	.about .deduction .scroll td ,
	.about .deduction .scroll th {
		border: 0.3rem solid var(--grayColor01);
	}
	.about .deduction .scroll table {
		margin-top: 5rem;
		width: 185%;
		margin-bottom: 3.5rem;
	}
	.about .deduction .scroll td ,
	.about .deduction .scroll th {
		padding: 1.5rem;
	}
	.about .deduction .scroll th {
		font-size: 2.6rem;
		line-height: 3.2rem;
	}
	.about .deduction .scroll th.center {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	.about .deduction .scroll th span {
		font-size: 2.12rem;
	}
	.about .deduction .scroll td {
		font-size: 2.6rem;
		line-height: 3.2rem;
	}
	.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
		height: 1.8rem;
	}
	.simplebar-scrollbar::before {
		background: var(--grayColor01);
	}
	.simplebar-track.simplebar-horizontal {
		height: 2rem;
	}
	.simplebar-scrollbar.simplebar-visible::before {
		opacity: 1;
	}
	.simplebar-content-wrapper::-webkit-scrollbar { /*-- iOSでデフォルトのスクロールバーを非表示 --*/
		display: none;
		-webkit-appearance: none;
	}
	.about .deduction .tableNote {
		margin-top: 3rem;
		font-size: 2.6rem;
		line-height: 4.42rem;
	}
}

/* step */
.about .step {
	padding: 8rem 0;
}
.about .step .fukidashi {
	font-weight: 600;
	text-align: center;
	color: var(--redColor);
}
.about .step .fukidashi span {
	display: inline-block;
	position: relative;
}
.about .step .fukidashi span::before ,
.about .step .fukidashi span::after {
	content: "";
	width: 1px;
	height: 2rem;
	background-color: var(--redColor);
	position: absolute;
	top: 0;
}
.about .step .fukidashi span::before {
	left: -2.5rem;
	transform: rotate(-35deg);
}
.about .step .fukidashi span::after {
	right: -1.5rem;
	transform: rotate(35deg);
}
.about .step .fukidashi + h2 {
	margin-top: 2rem;
}
.about .step h3 {
	margin-top: 5rem;
}
.about .step .stepCont {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	padding: 0 13.5rem;
}
.about .step .stepBox {
	width: 23.6rem;
	position: relative;
}
.about .step .stepBox::after {
	content: "";
	width: 8rem;
	height: 3.4rem;
	background: url(/about/img/arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 7.5rem;
	right: -8rem;
}
.about .step .stepBox:last-child::after {
	content: none;
}
.about .step .stepBox .stepNum {
	width: 7.2rem;
	height: 7.2rem;
	background-color: var(--redColor);
	border-radius: 50%;
	font-size: 1.2rem;
	color: var(--whiteColor);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -2rem;
	left: -2rem;
}
.about .step .stepBox .stepNum span {
	font-size: 2.9rem;
	font-weight: 600;
}
.about .step .stepBox .stepTtl {
	margin-top: 1.5rem;
	font-size: 2.3rem;
	font-weight: 600;
	text-align: center;
	color: var(--redColor);
}
.about .step .stepBox .stepTxt {
	margin-top: 1rem;
	font-weight: 600;
	line-height: 3.23rem;
	text-align: center;
}
@media (max-width: 768px) {
	.about .step {
		padding: 10rem 0 8rem;
	}
	.about .step .fukidashi {
		font-size: 3rem;
	}
	.about .step .fukidashi span::before ,
	.about .step .fukidashi span::after {
		width: 1px;
		height: 3.5rem;
	}
	.about .step .fukidashi span::before {
		left: -3.5rem;
	}
	.about .step .fukidashi span::after {
		right: -2.5rem;
	}
	.about .step .fukidashi + h2 {
		margin-top: 3.5rem;
	}
	.about .step h3 {
		margin-top: 7rem;
	}
	.about .step .stepCont {
		margin-top: 5rem;
		display: block;
		padding: 0 3.5rem;
	}
	.about .step .stepBox {
		width: 100%;
		display: flex;
		gap: 0 3rem;
	}
	.about .step .stepBox + .stepBox {
		margin-top: 6rem;
	}
	.about .step .stepBox::after {
		width: 3.4rem;
		height: 5.5rem;
		background: url(/about/img/arrow_sp.png) no-repeat;
		background-size: contain;
		top: auto;
		bottom: -5.5rem;
		right: auto;
		left: 11rem;
	}
	.about .step .stepBox .stepPic {
		width: 27rem;
	}
	.about .step .stepBox .stepTxtBox {
		width: 50%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 0 1.5rem;
		position: relative;
	}
	.about .step .stepBox .stepNum {
		width: 13rem;
		height: 5.8rem;
		border-radius: 2.9rem;
		font-size: 1.8rem;
		flex-direction: row;
		position: static;
	}
	.about .step .stepBox .stepNum span {
		font-size: 3.4rem;
		padding-left: 1rem;
	}
	.about .step .stepBox .stepTtl {
		margin-top: 0;
		font-size: 3.8rem;
		text-align: left;
	}
	.about .step .stepBox .stepTxt {
		margin-top: 0;
		font-size: 3rem;
		font-weight: 600;
		line-height: 4.5rem;
		text-align: left;
	}
}

/* pink */
.about .pink {
	background-color: #eee;
	padding: 8rem 0 7rem;
}
.about .pink .box {
	background-color: var(--whiteColor);
	padding: 5rem 12rem;
}
.about .pink .box + .box {
	margin-top: 2.5rem;
}
.about .pink .cardLogo {
	width: 45.5rem;
	margin: 3rem auto 0;
}
.about .pink .cardFukidashi {
	width: 42.9rem;
	margin: 2.5rem auto 0;
	font-weight: 600;
	text-align: center;
	color: var(--whiteColor);
	background-color: var(--redColor);
	padding: 1rem;
	position: relative;
}
.about .pink .cardFukidashi::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: var(--redColor) transparent transparent transparent;
	border-width: 1.3rem 1rem 0 1rem;
	position: absolute;
	bottom: -1.2rem;
	left: 50%;
	transform: translate(-50% , 0);
}
@media (max-width: 768px) {
	.about .pink {
		padding: 10rem 0;
	}
	.about .pink .box {
		padding: 8rem 3.5rem;
	}
	.about .pink .box + .box {
		margin-top: 5rem;
	}
	.about .pink .cardLogo {
		width: 59rem;
		margin: 5rem auto 0;
	}
	.about .pink .cardFukidashi {
		width: 100%;
		margin: 5rem auto 0;
		font-size: 3rem;
		padding: 1.5rem;
	}
	.about .pink .cardFukidashi::after {
		border-width: 2rem 1.5rem 0 1.5rem;
		bottom: -1.9rem;
	}
}

/* cardCont */
.about .cardCont {
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 6rem 4.1rem;
	padding: 0 3.5rem 4rem;
	border-bottom: solid 1px var(--grayColor01);
}
.about .cardCont .cardBox {
	width: 30%;
	display: flex;
	flex-direction: column;
}
.about .cardBox .cardPic {
	width: 23.6rem;
	margin: auto auto 0;
}
.about .cardBox:first-child .cardPic {
	width: 13.6rem;
}
.about .cardBox .cardTtl {
	margin-top: 1rem;
	font-weight: 600;
	line-height: 2.85rem;
	text-align: center;
}
.about .cardBox .cardTxt {
	margin-top: 1rem;
	font-size: 1.5rem;
	line-height: 2.25rem;
	text-align: center;
}
.about .cardBox .cardTxt sup {
	font-size: 60%;
}
.about .cardBox .point {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	color: var(--redColor);
	border: solid 1px var(--redColor);
	padding: 0.5rem;
}
.about .cardBox .point span {
	font-size: 2.5rem;
	padding: 0.3rem 0 0.5rem;
}
.about .cardBox .point sup {
	margin-top: -1rem;
	font-size: 60%;
}
.about .cardNote {
	margin-top: 2.5rem;
}
.about .cardNote li {
	font-size: 1.6rem;
	line-height: 2.8rem;
	padding-left: 1.7em;
	text-indent: -1.7em;
}
.about .cardNote li  + li {
	margin-top: 1rem;
}
@media (max-width: 768px) {
	.about .cardCont {
		margin-top: 5rem;
		justify-content: space-between;
		gap: 7.5rem 0.5rem;
		padding: 0 0 6rem;
		border-bottom: solid 0.3rem var(--grayColor01);
	}
	.about .cardCont .cardBox {
		width: 48%;
	}
	.about .cardBox .cardPic {
		width: 100%;
	}
	.about .cardBox:first-child .cardPic {
		width: 17.6rem;
	}
	.about .cardBox:nth-child(4) .cardPic {
		margin-top: 0;
	}
	.about .cardBox .cardTtl {
		margin-top: 2.5rem;
		font-size: 3rem;
		line-height: 4.5rem;
	}
	.about .cardBox:nth-child(4) .cardTtl {
		padding-top: 2.5rem;
		margin-top: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
	}
	.about .cardBox .cardTxt {
		margin-top: 1.5rem;
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
	.about .cardBox .cardTxt sup {
		font-size: 70%;
	}
	.about .cardBox .point {
		margin-top: 1rem;
		font-size: 2.2rem;
		border: solid 0.3rem var(--redColor);
		padding: 0.5rem;
	}
	.about .cardBox .point span {
		font-size: 3.8rem;
		padding: 0.3rem 0 0.5rem;
	}
	.about .cardBox .point sup {
		margin-top: -1rem;
		font-size: 70%;
	}
	.about .cardNote {
		margin-top: 6rem;
	}
	.about .cardNote li {
		font-size: 2.6rem;
		line-height: 4.42rem;
	}
	.about .cardNote li  + li {
		margin-top: 3rem;
	}
}

/* notes */
.about .notes {
	margin-top: 3rem;
}
.about .notes li {
	line-height: 3.23rem;
	padding-left: 1em;
	text-indent: -1em;
}
.about .notes li + li {
	margin-top: 1rem;
}
.about .notes li span {
	color: var(--redColor);
}
.about .notes li sup {
	font-size: 70%;
}
@media (max-width: 768px) {
	.about .notes {
		margin-top: 5rem;
	}
	.about .notes li {
		font-size: 3rem;
		line-height: 5.1rem;
	}
	.about .notes li + li {
		margin-top: 4rem;
	}
}

/* contact */
.about .contact {
	margin-top: 3rem;
	display: flex;
	justify-content: space-between;
}
.about .contact .contactBox {
	width: 50%;
	border: solid 1px var(--grayColor01);
	padding: 2.5rem 2rem 2.5rem 13.5rem;
	position: relative;
}
.about .contact .contactBox + .contactBox {
	border-left: none;
}
.about .contact .contactBox::before {
	content: "";
	width: 9.9rem;
	height: 9.9rem;
	position: absolute;
	top: 2rem;
	left: 2rem;
}
.about .contact .contactBox:first-child::before {
	background: url(/about/img/icn01.png) no-repeat;
	background-size: contain;
}
.about .contact .contactBox:last-child::before {
	background: url(/about/img/icn02.png) no-repeat;
	background-size: contain;
}
.about .contactBox .contactTtl {
	line-height: 2.85rem;
}
.about .contactBox .contactTtl span {
	font-weight: 600;
}
.about .contactBox .tel {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.3;
	color: var(--redColor);
	padding-left: 2.5rem;
	position: relative;
}
.about .contactBox .tel::before {
	content: "";
	width: 1.9rem;
	height: 2.4rem;
	background: url(/about/img/tel.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.8rem;
	left: 0;
}
.about .contactBox .tel a {
	color: var(--redColor);
}
.about .contactTxt {
	margin-top: 2rem;
}
.about .contactNote {
	margin-top: 3rem;
}
.about .contactNote li {
	font-size: 1.6rem;
	line-height: 2.8rem;
}
.about .contactNote li span {
	font-weight: 600;
}
.about .attention {
	margin-top: 3rem;
	font-size: 1.7rem;
	font-weight: 600;
	text-align: center;
	color: var(--redColor);
	padding: 1rem;
	border: solid 1px var(--redColor);
}
@media (max-width: 768px) {
	.about .contact {
		margin-top: 5rem;
		display: block;
	}
	.about .contact .contactBox {
		width: 100%;
		border: solid 0.3rem var(--grayColor01);
		padding: 4.5rem 3rem 4.5rem 20rem;
	}
	.about .contact .contactBox + .contactBox {
		border-left:solid 0.3rem var(--grayColor01);
		border-top: none;
	}
	.about .contact .contactBox::before {
		width: 14rem;
		height: 14rem;
		top: 4.5rem;
		left: 3rem;
	}
	.about .contactBox .contactTtl {
		font-size: 3rem;
		line-height: 4.5rem;
	}
	.about .contactBox .tel {
		margin-top: 0.5rem;
		font-size: 3.8rem;
		padding-left: 4rem;
	}
	.about .contactBox .tel::before {
		width: 3rem;
		height: 3.7rem;
		top: 0.8rem;
	}
	.about .contactTxt {
		margin-top: 4rem;
		font-size: 3rem;
		line-height: 5.1rem;
	}
	.about .contactNote {
		margin-top: 6rem;
	}
	.about .contactNote li {
		font-size: 2.6rem;
		line-height: 4.42rem;
		padding-left: 1em;
		text-indent: -1em;
	}
	.about .attention {
		margin-top: 6rem;
		font-size: 2.8rem;
		line-height: 4.2rem;
		padding: 2rem;
		border: solid 0.3rem var(--redColor);
	}
}

/* bnrArea */
.about .bnrArea {
	padding-top: 8rem;
}
.about .bnrArea .bnrTxt {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 3.57rem;
	text-align: center;
}
.about .bnrArea .bnr {
	margin-top: 3rem;
}
@media (max-width: 768px) {
	.about .bnrArea {
		padding-top: 10rem;
	}
	.about .bnrArea .bnrTxt {
		font-size: 2.8rem;
		line-height: 4.76rem;
	}
}