html {
	font-family: "Noto Sans JP", sans-serif;
	scroll-behavior: smooth;
	color: #232323;
}

body {
	min-width: 375px;
}

span {
	display: inline-block;
}

picture {
	display: block;
}

img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

a:hover {
	opacity: 0.7;
}

/* utility */
.u-font__en {
	font-family: "Red Hat Display", sans-serif;
}

.u-shadow-m {
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.07);
}

.--yellow {
	color: #fff500;
}

.--orange {
	color: #2daf37;
}

/* text */
.u-txt {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
	.u-txt {
		font-size: 14px;
	}
}

/* layout */
.l-wrapper {
	padding: 150px 40px;
}

.l-inner {
	margin: 0 auto;
	max-width: 1200px;
}

@media screen and (max-width: 768px) {
	.l-wrapper {
		padding: 60px 20px;
	}
}

/* common */
.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

@media screen and (max-width: 768px) {
	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}
}

/* component */
.c-h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.055em;
	line-height: 1.5;
	position: relative;
	z-index: 10;
}

.c-h2::before {
	background: url("../img/ttl-deco.png") no-repeat center center/contain;
	content: "";
	height: 8px;
	left: calc(50% - 43.5px);
	position: absolute;
	bottom: -33px;
	width: 87px;
}

.c-h2__en {
	font-size: 15px;
	color: #2daf37;
	letter-spacing: 0.02em;
	font-family: "Red Hat Display", sans-serif;
}

.c-h2 span {
	position: relative;
}

.c-h2 .--quotation {
	margin-right: 6px;
}

.c-h2 .--quotation::after {
	background: url("../img/benefit-txt-deco.png") no-repeat center center/contain;
	content: "";
	height: 51px;
	left: -10px;
	position: absolute;
	top: 3px;
	width: 244px;
}

.c-h2 .--underline::before {
	background-color: #fff500;
	content: "";
	height: 9px;
	left: 0;
	position: absolute;
	bottom: 5px;
	width: calc(100% + 3px);
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.c-h2 {
		font-size: 25px;
		letter-spacing: 0.02em;
	}

	.c-h2::before {
		height: 5px;
		left: calc(50% - 29px);
		bottom: -23px;
		width: 58px;
	}

	.c-h2__en {
		font-size: 12px;
	}

	.c-h2 .--quotation {
		margin-right: 6px;
	}

	.c-h2 .--quotation::after {
		background: url("../img/benefit-txt-deco-sp.png") no-repeat center center/contain;
		height: 33px;
		left: -8px;
		top: 2px;
		width: 167px;
	}

	.c-h2 .--underline::before {
		height: 6px;
		bottom: 4px;
		width: calc(100% + 3px);
	}
}

.c-yellwo-deco-upper {
	position: relative;
	display: flex;
	align-items: flex-end;
}

.c-yellwo-deco-upper img {
	height: 100%;
	object-fit: cover;
}

.c-yellwo-deco-lower {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.c-yellwo-deco-lower img {
	height: 100%;
	object-fit: cover;
}

/* .c-yellwo-deco-upper::before {
    background-color: #fffaef;
    content: '';
    height: 10px;
    left: 50%;
    position: absolute;
    bottom: -5px;
    width: 100vw;
} */

/*===========================================================================*/
/*  MV  */
/*===========================================================================*/
#mv {
	background: linear-gradient(0deg, #61d069 9.54%, #2aa533 100%);
}

.p-mv__inner {
	max-width: 1500px;
	margin: 0 auto;
	background: url("../img/fv-bg.png") no-repeat center center/cover;
	padding-top: 62px;
	padding-bottom: 67px;
}

.p-mv__logo {
	width: 347px;
	margin: 0 auto;
}

.p-mv__subTtl {
	font-size: 45px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	letter-spacing: -0.02em;
	line-height: 1.6;
	text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
	margin-top: 13px;
}

.p-mv__subTtl--txt {
	padding: 0 56px;
	position: relative;
}

.p-mv__subTtl--txt::before {
	background: url("../img/fv-txt-left.png") no-repeat center center/contain;
	content: "";
	height: 44px;
	left: 0;
	position: absolute;
	top: calc(50% - 17px);
	width: 32px;
}

.p-mv__subTtl--txt::after {
	background: url("../img/fv-txt-right.png") no-repeat center center/contain;
	content: "";
	height: 44px;
	right: 0;
	position: absolute;
	top: calc(50% - 17px);
	width: 32px;
}

.p-mv__ttl {
	font-size: 65px;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: -0.02em;
	color: #fff;
	text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
}

.p-mv__list {
	display: flex;
	justify-content: center;
	margin-top: 12px;
}

.p-mv__list li {
	width: 192px;
	margin: 0 7px;
}

.p-mv__txt {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.055em;
	margin-top: 46px;
	max-width: 495px;
	margin: 0 auto;
	margin-top: 46px;
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-mv__txt--txt {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
}

.p-mv__txt--txt::after {
	background: url("../img/icon-circle-chevron-down.svg") no-repeat center center/contain;
	content: "";
	right: 0;
	position: relative;
	width: 18px;
	height: auto;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
}

.p-mv__txt--txt .--quotation {
	position: relative;
}

.p-mv__txt--txt .--quotation::after {
	background: url("../img/ttl-deco.png") no-repeat center center/contain;
	content: "";
	height: 51px;
	left: 0;
	position: absolute;
	top: 0;
	width: 209px;
}

.p-fv__img01,
.p-fv__img02 {
	display: none;
}

@media screen and (min-width: 1501px) {
	.p-mv__inner {
		background: url("../img/fv-bg02.png") no-repeat center center/cover;
		padding-bottom: 65px;
	}

	.p-fv__img01 {
		position: absolute;
		width: 514px;
		left: 0;
		display: block;
	}

	.p-fv__img02 {
		position: absolute;
		width: 820px;
		right: 0;
		display: block;
	}

	.p-mv__txt {
		margin-top: 36px;
	}
}

@media screen and (max-width: 1100px) {
	.p-mv__inner {
		padding-top: 5.636vw;
		padding-bottom: 6.09vw;
	}

	.p-mv__logo {
		width: 24.3636vw;
	}

	.p-mv__subTtl {
		font-size: 4.0909vw;
		margin-top: 1.1818vw;
	}

	.p-mv__subTtl--txt {
		padding: 0 5.0909;
	}

	.p-mv__subTtl--txt::before {
		height: 4vw;
		top: calc(50% - 1.5454vw);
		width: 2.909vw;
	}

	.p-mv__subTtl--txt::after {
		height: 4vw;
		top: calc(50% - 1.5454vw);
		width: 2.909vw;
	}

	.p-mv__ttl {
		font-size: 5.909vw;
	}

	.p-mv__list {
		margin-top: 1.0909vw;
	}

	.p-mv__list li {
		width: 17.4545vw;
		margin: 0 7px;
	}

	.p-mv__txt {
		font-size: 2vw;
		margin-top: 4.1818vw;
	}

	.p-mv__txt--txt::before {
		height: 2.2727vw;
		top: calc(50% - 1.1363vw);
		width: 2.2727vw;
	}
}

@media screen and (max-width: 768px) {
	.p-mv__inner {
		background: url("../img/fv-bg-sp.png") no-repeat center center/cover;
		padding-top: 25.641vw;
		padding-bottom: 11.0256vw;
	}

	.p-mv__logo {
		width: 35.8974vw;
	}

	.p-mv__subTtl {
		font-size: 6.1528vw;
		text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
		margin-top: 1.7948vw;
	}

	.p-mv__subTtl--txt {
		padding: 0 6.923vw;
		position: relative;
	}

	.p-mv__subTtl--txt::before {
		height: 5.8974vw;
		top: calc(50% - 2.5641vw);
		width: 4.3589vw;
	}

	.p-mv__subTtl--txt::after {
		height: 5.8974vw;
		top: calc(50% - 2.5641vw);
		width: 4.3589vw;
	}

	.p-mv__ttl {
		font-size: 8.7179vw;
		line-height: 1.4;
		text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
		margin-top: 0.7692vw;
	}

	.p-mv__list {
		margin-top: 2.0512vw;
	}

	.p-mv__list li {
		width: 28.9743vw;
		margin: 0 1.2821vw;
	}

	.p-mv__txt {
		font-size: 3.6154vw;
		margin-top: 26.1538vw;
		max-width: none;
		padding-bottom: 4px;
	}

	.p-mv__txt--txt {
		gap: 7px;
	}
	.p-mv__txt--txt::before {
		height: 5.3846vw;
		top: calc(50% - 2.6923vw);
		width: 5.3846vw;
	}
}

/*===========================================================================*/
/*  sv  */
/*===========================================================================*/
#sv {
	overflow: hidden;
	padding-bottom: 100px;
	padding-top: 62px;
	background-color: #2daf37;
	background-image: url("../img/sv-bg.png");
	position: relative;
}

#sv::before {
	background: url("../img/white-circle.png") no-repeat center center/cover;
	content: "";
	height: 700px;
	left: 50%;
	position: absolute;
	top: -200px;
	width: 100vw;
	min-width: 2016px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 0;
}

.p-sv__contents--upper {
	border-radius: 42px;
	border: #53ba4c solid 4px;
	position: relative;
	padding: 93px 20px 23px;
	background-color: #fff;
	box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.08);
}

.p-sv__head {
	text-align: center;
	line-height: 1.4;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.055em;
}

.p-sv__head--txt {
	padding: 0 61px;
	position: relative;
}

.p-sv__head--txt::before {
	background: url("../img/sv-txt-left.png") no-repeat center center/contain;
	content: "";
	height: 80px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 41px;
}

.p-sv__head--txt::after {
	background: url("../img/sv-txt-right.png") no-repeat center center/contain;
	content: "";
	height: 80px;
	right: 0;
	position: absolute;
	bottom: 0;
	width: 41px;
}

.p-sv__head .--dot {
	position: relative;
}

.p-sv__head .--dot::before {
	background-color: #232323;
	content: "";
	height: 6px;
	left: calc(50% - 3px);
	position: absolute;
	top: -4px;
	width: 6px;
	border-radius: 100vw;
}

.p-sv__txt {
	max-width: 822px;
	margin: 28px auto 0;
	text-align: center;
	line-height: 1.9;
	font-weight: 500;
}

.p-sv__img {
	max-width: 1007px;
	margin: 31px auto 0;
	position: relative;
	z-index: 2;
}

.p-sv__arrow {
	height: 108px;
	left: calc(50% - 54px);
	position: absolute;
	bottom: -52px;
	width: 108px;
	z-index: 1;
}

.p-sv__contents--txt {
	margin-top: 77px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.p-sv__logo {
	width: 348px;
}

.p-sv__contents--txt .--small {
	font-size: 31px;
}

.p-sv__content--txt {
	margin-top: 10px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

@media screen and (min-width: 1900px) {
	#sv::before {
		min-width: 180vw;
		background-size: contain;
		height: 40.8vw;
		top: unset;
		bottom: 600px;
	}
}

@media screen and (max-width: 768px) {
	#sv {
		padding-bottom: 60px;
		padding-top: 30px;
		background-image: url("../img/sv-bg-sp.png");
	}

	#sv::before {
		height: 512px;
		top: -240px;
		width: 146.3%;
		min-width: unset;
	}

	.p-sv__contents--upper {
		border-radius: 38px;
		border: #2daf37 solid 3px;
		padding: 52px 20px 10px;
	}

	.p-sv__head {
		font-size: 21px;
	}

	.p-sv__head--txt {
		padding: 0 33px;
	}

	.p-sv__head--txt::before {
		height: 45px;
		width: 24px;
	}

	.p-sv__head--txt::after {
		height: 45px;
		width: 24px;
	}

	.p-sv__head .--dot {
		position: relative;
	}

	.p-sv__head .--dot::before {
		height: 4px;
		left: calc(50% - 2px);
		top: -3px;
		width: 4px;
	}

	.p-sv__txt {
		margin: 21px auto 0;
		text-align: left;
		font-size: 15px;
	}

	.p-sv__img {
		margin: 21px auto 0;
	}

	.p-sv__arrow {
		height: 62px;
		left: calc(50% - 31px);
		bottom: -29px;
		width: 62px;
		z-index: 3;
	}

	.p-sv__contents--txt {
		margin-top: 42px;
		font-size: 25px;
	}

	.p-sv__logo {
		width: 255px;
	}

	.p-sv__contents--txt .--small {
		font-size: 21px;
	}

	.p-sv__content--txt {
		margin-top: 0;
		font-size: 25px;
	}
}

/*===========================================================================*/
/*  achievement  */
/*===========================================================================*/
#achivement {
	background-color: #21952a;
	padding: 80px 40px 108px;
}

.p-achivement__head {
	color: #fff;
}

.p-achivement__head .c-h2__en {
	color: #fff500;
}

.p-achivement__head::before {
	background: url(../img/ttl-deco-yellow.png) no-repeat center center/contain;
}

.p-achivement__list {
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
}

.p-achivement__list li {
	width: 31.25%;
	background-color: #fff;
	border-radius: 7px;
	padding: 30px 12px 26px;
	position: relative;
}

.p-achivement__list li::before {
	background: url("../img/bg-achivement.png") no-repeat center center/contain;
	content: "";
	height: 218px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 375px;
}

.p-achivement__list--head {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.36;
	letter-spacing: 0.05em;
}

.p-achivement__list--headTxt {
	position: relative;
	padding: 0 30px;
}

.p-achivement__list--headTxt::before {
	background: url("../img/text-left-green.png") no-repeat center center/contain;
	content: "";
	height: 39px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 25px;
}
.p-achivement__list--headTxt::after {
	background: url("../img/text-right-green.png") no-repeat center center/contain;
	content: "";
	height: 39px;
	right: 0;
	position: absolute;
	bottom: 0;
	width: 25px;
}

.p-achivement__list--number {
	color: #2daf37;
	font-weight: 700;
	text-align: center;
	margin-top: 8px;
	position: relative;
}

.p-achivement__list--numberInner {
	position: relative;
}

.p-achivement__list--numberInner .--line {
	background-color: #fff848;
	content: "";
	height: 12px;
	left: -4px;
	position: absolute;
	bottom: 2px;
	width: calc(100% + 8px);
	border-radius: 5px;
	z-index: 0;
}

.p-achivement__list--number .--small {
	font-size: 28px;
	position: relative;
	z-index: 10;
}

.p-achivement__list--number .u-font__en {
	font-size: 51px;
	position: relative;
	z-index: 10;
	margin: 0 2px;
}

.p-achivement__list--desc {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #2daf37;
	letter-spacing: 0.04em;
	margin-top: 12px;
}

.p-achivement__list--descInner {
	position: relative;
}

.p-achivement__list--descInner::before {
	background-color: #2daf37;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	bottom: -3px;
	width: 100%;
}

.p-achivement__list--body {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 130px;
}
.p-achivement__list--body > span {
	font-size: 20px;
	color: #696969;
}

@media screen and (max-width: 1280px) {
	.p-achivement__list li {
		padding: 2.343vw 0.937vw 1.25vw;
		min-height: 17.031vw;
	}

	.p-achivement__list li::before {
		height: 17.031vw;
		left: 0.625vw;
		top: 0.625vw;
		width: 100%;
	}

	.p-achivement__list--head {
		font-size: 1.718vw;
	}

	.p-achivement__list--headTxt {
		padding: 0 2.343vw;
	}

	.p-achivement__list--headTxt::before {
		height: 3.046vw;
		width: 1.953vw;
	}
	.p-achivement__list--headTxt::after {
		height: 3.046vw;
		width: 1.953vw;
	}

	.p-achivement__list--number {
		margin-top: 0.625vw;
	}

	.p-achivement__list--numberInner .--line {
		height: 0.937vw;
		left: -0.312vw;
		bottom: 0.156vw;
		width: calc(100% + 0.625vw);
	}

	.p-achivement__list--number .--small {
		font-size: 2.187vw;
	}

	.p-achivement__list--number .u-font__en {
		font-size: 3.684vw;
		margin: 0 0.156vw;
	}

	.p-achivement__list--desc {
		font-size: 1.562vw;
		margin-top: 0.937vw;
	}
}

@media screen and (max-width: 768px) {
	#achivement {
		padding: 55px 20px 68px;
	}

	.p-achivement__list {
		padding-top: 25px;
		display: block;
	}

	.p-achivement__list li {
		width: 100%;
		padding: 28px 12px;
		position: relative;
		max-width: 350px;
		margin: 25px auto 0;
		min-height: 170px;
	}

	/* .p-achivement__list li:nth-of-type(3) {
		min-height: 208px;
	} */

	.p-achivement__list li::before {
		background: url("../img/bg-achivement-sp.png") no-repeat center center/contain;
		max-height: 170px;
		max-width: 350px;
		left: 8px;
		top: 8px;
		width: 89.743vw;
		height: 43.589vw;
	}

	/* .p-achivement__list li:nth-of-type(3):before {
		background: url("../img/bg-achivement-sp02.png") no-repeat center center/contain;
		max-height: 208px;
		height: 53.333vw;
	} */

	.p-achivement__list--head {
		font-size: 18px;
	}

	.p-achivement__list--headTxt {
		padding: 0 45px;
	}

	.p-achivement__list--headTxt::before {
		height: 39px;
		width: 25px;
	}
	.p-achivement__list--headTxt::after {
		height: 39px;
		width: 25px;
	}

	.p-achivement__list--number {
		margin-top: 10px;
	}

	.p-achivement__list--numberInner .--line {
		height: 12px;
	}

	.p-achivement__list--number .--small {
		font-size: 28px;
	}

	.p-achivement__list--number .u-font__en {
		font-size: 47px;
	}

	.p-achivement__list--desc {
		font-size: 19px;
		margin-top: 14px;
	}

	.p-achivement__list--body {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 80px;
	}
}

@media screen and (max-width: 390px) {
	.p-achivement__list--number .u-font__en {
		font-size: 43px;
	}

	.p-achivement__list li {
		min-height: 43.589vw;
	}

	/* .p-achivement__list li:nth-of-type(3) {
		min-height: 53.333vw;
	} */
}

@media screen and (max-width: 375px) {
	.p-achivement__list li::before {
		width: 335px;
		height: 162.7px;
	}

	/* .p-achivement__list li:nth-of-type(3):before {
		height: 199px;
	} */

	.p-achivement__list li {
		min-height: 162.5px;
	}
	/*
	.p-achivement__list li:nth-of-type(3) {
		min-height: 199px;
	} */
}

/*===========================================================================*/
/*  benefit  */
/*===========================================================================*/
#benefit {
	overflow: hidden;
	padding-top: 110px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.p-benefit__inner {
	max-width: 1280px;
	padding: 0 40px;
}

.p-benefit__list {
	margin-top: 67px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 126px;
}

.p-benefit__list li {
	width: 48.25%;
	padding: 109px 34px 47px;
	position: relative;
}

.p-benefit__list--img {
	width: 75px;
	margin: 0 auto;
}

.p-benefit__list--ttl {
	line-height: 1.5;
	margin-top: 40px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}

.p-benefit__list--txt {
	margin-top: 20px;
	font-weight: 500;
}

.p-benefit__list--bg {
	height: 439px;
	left: 0;
	position: absolute;
	top: 0;
	width: 595px;
	z-index: -1;
}

.p-benefit__bg {
	position: absolute;
	z-index: -1;
	width: 2068px;
	height: 1413px;
	top: -85px;
	left: -260px;
}

.p-benefit__img01,
.p-benefit__img02 {
	display: none;
	z-index: -1;
}

@media screen and (min-width: 1501px) {
	.p-benefit__bg {
		display: none;
	}

	.p-benefit__img01 {
		display: block;
		position: absolute;
		width: 1153px;
		left: -235px;
		top: 60px;
	}

	.p-benefit__img02 {
		display: block;
		position: absolute;
		width: 743px;
		right: -316px;
		top: -80px;
	}
}

@media screen and (max-width: 1280px) {
	#benefit {
		padding-top: 8.5938vw;
	}

	.p-benefit__list {
		margin-top: 5.2344vw;
		padding-bottom: 9.8428vw;
	}

	.p-benefit__inner {
		padding: 0 3.125vw;
	}

	.p-benefit__list li {
		padding: 8.5156vw 2.6563vw 3.6719vw;
	}

	.p-benefit__list--img {
		width: 5.8594vw;
	}

	.p-benefit__list--ttl {
		margin-top: 3.125vw;
		font-size: 1.7188vw;
	}

	.p-benefit__list--txt {
		margin-top: 1.5625vw;
		font-size: 1.25vw;
	}

	.p-benefit__list--bg {
		height: 34.2969vw;
		width: 46.4844vw;
	}

	.p-benefit__bg {
		width: 161.5625vw;
		height: 110.3906vw;
		top: -6.6406vw;
		left: -20.3125vw;
	}
}

@media screen and (max-width: 768px) {
	#benefit {
		padding-top: 60px;
	}

	.p-benefit__inner {
		padding: 0;
	}

	.p-benefit__list {
		margin: 50px auto 0;
		display: block;
		padding-bottom: 80px;
		max-width: 350px;
	}

	.p-benefit__list li {
		width: 100%;
		padding: 50px 20px 25px;
		margin-top: 10px;
	}

	.p-benefit__list li:nth-of-type(2) .p-benefit__list--img-ttl,
	.p-benefit__list li:nth-of-type(3) .p-benefit__list--img-ttl {
		margin-top: 10px;
	}

	.p-benefit__list--img-ttl {
		display: flex;
		align-items: center;
	}

	.p-benefit__list--img {
		width: 62px;
		margin: 0;
	}

	.p-benefit__list--ttl {
		margin-top: 0px;
		margin-left: 20px;
		text-align: left;
		font-size: 18px;
	}

	.p-benefit__list--txt {
		margin-top: 13px;
		font-size: 15px;
		line-height: 1.7;
		letter-spacing: 0.035em;
	}

	.p-benefit__list--bg {
		height: auto;
		width: 355px;
	}

	.p-benefit__bg01,
	.p-benefit__bg02,
	.p-benefit__bg03,
	.p-benefit__bg04 {
		position: absolute;
		z-index: -1;
	}

	.p-benefit__bg01 {
		width: 262px;
		height: 395px;
		left: -94px;
		top: -80px;
	}

	.p-benefit__bg02 {
		width: 281px;
		height: 426px;
		right: -121px;
		top: -90px;
	}

	.p-benefit__bg03 {
		width: 314px;
		height: 156px;
		left: -68px;
		bottom: -10px;
	}

	.p-benefit__bg04 {
		width: 163px;
		height: 163px;
		right: -51px;
		bottom: -36px;
	}
}

/*===========================================================================*/
/*  strengths  */
/*===========================================================================*/
#strengths {
	background-color: #fffaef;
	overflow: hidden;
	padding-top: 110px;
}

.p-strengths__list {
	padding-top: 33px;
}

.p-strengths__list li {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 74px 0 77px;
	position: relative;
	z-index: 10;
	flex-direction: row-reverse;
}

.p-strengths__list li:nth-of-type(even) {
	flex-direction: row;
}

.p-strengths__list li::before {
	background-color: #fff;
	content: "";
	height: 100%;
	right: 28.5%;
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
	border-radius: 0 30px 30px 0;
}

.p-strengths__list li:nth-of-type(even):before {
	left: 28.5%;
	border-radius: 30px 0 0 30px;
}

.p-strengths__list--img {
	width: 50%;
	border-radius: 14px;
	box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.08);
}

.p-strengths__list--img img {
	border-radius: 14px;
}

.p-strengths__list--txts {
	width: 45%;
}

.p-strengths__list--number {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
}

.p-strengths__list--numberTxt {
	padding: 12px 40px;
	border-radius: 100vh;
	position: relative;
	z-index: 20;
}

.p-strengths__list--numberTxt .border {
	background-color: #2daf37;
	height: 2px;
	left: 60px;
	position: absolute;
	bottom: -7px;
	width: 23px;
	z-index: 99;
	transform: rotate(50deg);
}

.p-strengths__list--numberTxt::after {
	border: #2daf37 solid 2px;
	content: "";
	height: calc(100% + 4px);
	position: absolute;
	width: calc(100% + 4px);
	border-radius: 100vh;
	left: -2px;
	top: -2px;
}

.p-strengths__list--numberTxt::before {
	background-color: #fffaef;
	content: "";
	height: calc(100% + 4px);
	position: absolute;
	width: calc(100% + 4px);
	border-radius: 100vh;
	z-index: -1;
	left: 5px;
	top: 5px;
}

.p-strengths__list--ttl {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 22px;
}

.p-strengths__list--txt {
	margin-top: 20px;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	#strengths {
		padding-top: 50px;
	}

	.p-strengths__list {
		padding-top: 25px;
	}

	.p-strengths__list li {
		margin-top: 25px;
		padding: 0 0 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.p-strengths__list li:nth-of-type(even) {
		flex-direction: column;
	}

	.p-strengths__list li::before {
		height: calc(100% - 26.9vw);
		right: -20px;
		top: 26.9vw;
		width: calc(100% + 40px);
		border-radius: 0;
	}

	.p-strengths__list li:nth-of-type(even):before {
		left: -20px;
		border-radius: 0;
	}

	.p-strengths__list--img {
		width: 100%;
		border-radius: 7px;
		box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
	}

	.p-strengths__list--img img {
		border-radius: 4px;
	}

	.p-strengths__list--txts {
		width: 100%;
		padding: 0 10px;
		margin-top: -20px;
	}

	.p-strengths__list--number {
		font-size: 15px;
	}

	.p-strengths__list--numberTxt {
		padding: 8px 20px;
	}

	.p-strengths__list--numberTxt .border {
		left: 36px;
		width: 20px;
		bottom: -5px;
	}

	.p-strengths__list--numberTxt::before {
		left: 3px;
		top: 3px;
	}

	.p-strengths__list--ttl {
		font-size: 22px;
		margin-top: 15px;
	}

	.p-strengths__list--txt {
		margin-top: 13px;
		font-size: 15px;
	}
}

/*===========================================================================*/
/*  alliance  */
/*===========================================================================*/
#alliance {
	padding-top: 60px;
	padding-bottom: 100px;
}

.p-alliance__list {
	padding-top: 53px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p-alliance__list li {
	margin-top: 30px;
	width: 17%;
}

@media screen and (max-width: 768px) {
	#alliance {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.p-alliance__list {
		padding-top: 35px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.p-alliance__list li {
		margin-top: 15px;
		width: 47.2%;
	}
}

/*===========================================================================*/
/*  cta  */
/*===========================================================================*/
#cat {
	padding-top: 90px;
	padding-bottom: 70px;
	background: url("../img/cta-bg.png") no-repeat center center/cover;
	overflow: hidden;
}

.p-cat__head {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}

.p-cat__txt {
	text-align: center;
	color: #fff;
	margin-top: 18px;
	font-weight: 500;
}

.p-cat__contents {
	max-width: 1000px;
	margin: 30px auto 0;
	background-color: #fff;
	position: relative;
	padding: 44px 10px 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-cat__contents::before {
	background: url("../img/cta-img01.png") no-repeat center center/contain;
	content: "";
	height: 332px;
	left: -130px;
	position: absolute;
	bottom: -70px;
	width: 233px;
}

.p-cat__contents::after {
	background: url("../img/cta-img02.png") no-repeat center center/contain;
	content: "";
	height: 332px;
	right: -130px;
	position: absolute;
	bottom: -70px;
	width: 233px;
}

.p-cat__contents--left {
	display: inline-block;
	padding-right: 45px;
	text-align: center;
	border-right: #c6c6c6 solid 1px;
}

.p-cat__tel--ttl {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}

.p-cat__tel--number {
	display: inline-block;
	line-height: 1.2;
	font-size: 42px;
	font-weight: 700;
}

.p-cat__tel--numberTxt {
	padding-left: 33px;
	position: relative;
}

.p-cat__tel--numberTxt::before {
	background: url("../img/icon-tel.png") no-repeat center center/contain;
	content: "";
	height: 27px;
	left: 0;
	position: absolute;
	top: calc(50% - 13.5px);
	width: 27px;
}

.p-cat__tel--time {
	font-size: 12px;
	line-height: 1.4;
}

.p-cat__contents--right {
	padding-left: 45px;
}

.p-cat__mail {
	display: inline-block;
	border-radius: 7px;
	background-color: #2daf37;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
	padding: 23px 10px;
	min-width: 335px;
	text-align: center;
	box-shadow: 0 5px 0 #21952a;
}

a.p-cat__mail:hover {
	box-shadow: none;
	transform: translate(0px, 5px);
	-webkit-transform: translate(0px, 5px);
	-moz-transform: translate(0px, 5px);
	-ms-transform: translate(0px, 5px);
	-o-transform: translate(0px, 5px);
	opacity: 1;
}

.p-cat__mail--txt {
	padding-left: 35px;
	position: relative;
}

.p-cat__mail--txt::before {
	background: url("../img/icon-mail.png") no-repeat center center/contain;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: calc(50% - 10px);
	width: 27px;
}

@media screen and (max-width: 990px) {
	.p-cat__contents {
		padding: 4.4444vw 1.0101vw 4.8485vw;
	}

	.p-cat__contents::before {
		height: 33.5354vw;
		left: -13.1313vw;
		width: 23.5354vw;
	}

	.p-cat__contents::after {
		height: 33.5354vw;
		right: -13.1313vw;
		width: 23.5354vw;
	}

	.p-cat__contents--left {
		padding-right: 4.5455vw;
	}

	.p-cat__tel--ttl {
		font-size: 1.7172vw;
	}

	.p-cat__tel--number {
		font-size: 4.2424vw;
	}

	.p-cat__tel--numberTxt {
		padding-left: 3.3333vw;
	}

	.p-cat__tel--numberTxt::before {
		height: 2.7273vw;
		top: calc(50% - 1.3636vw);
		width: 2.7273vw;
	}

	.p-cat__tel--time {
		font-size: 1.2121vw;
	}

	.p-cat__contents--right {
		padding-left: 4.5455vw;
	}

	.p-cat__mail {
		font-size: 1.9192vw;
		padding: 2.3232vw 1.0101vw;
		min-width: 33.8384vw;
	}

	.p-cat__mail--txt {
		padding-left: 3.5354vw;
	}

	.p-cat__mail--txt::before {
		height: 2.0202vw;
		top: calc(50% - 1.0101vw);
		width: 2.7273vw;
	}
}

@media screen and (max-width: 768px) {
	#cat {
		padding-top: 40px;
		padding-bottom: 30px;
		background: url("../img/cta-bg-sp.png") no-repeat center center/cover;
	}

	.p-cat__head {
		font-size: 27px;
	}

	.p-cat__txt {
		margin-top: 10px;
		font-size: 12px;
	}

	.p-cat__contents {
		margin: 18px auto 0;
		padding: 15px 20px 20px;
		display: block;
		border-radius: 7px;
	}

	.p-cat__contents::before {
		height: 160px;
		left: -57px;
		bottom: -30px;
		width: 113px;
	}

	.p-cat__contents::after {
		height: 160px;
		right: -57px;
		bottom: -30px;
		width: 113px;
	}

	.p-cat__contents--left {
		display: inline-block;
		padding-right: 0;
		text-align: center;
		border-right: none;
		width: 100%;
	}

	.p-cat__tel--ttl {
		font-size: 15px;
	}

	.p-cat__tel--number {
		font-size: 32px;
	}

	.p-cat__tel--numberTxt {
		padding-left: 30px;
		position: relative;
	}

	.p-cat__tel--numberTxt::before {
		height: 25px;
		top: calc(50% - 12.5px);
		width: 25px;
	}

	.p-cat__tel--time {
		font-size: 10px;
	}

	.p-cat__contents--right {
		padding-left: 0;
		margin-top: 10px;
		text-align: center;
	}

	.p-cat__mail {
		font-size: 17px;
		padding: 14px 10px;
		min-width: 250px;
	}

	.p-cat__mail--txt {
		padding-left: 32px;
		position: relative;
	}

	.p-cat__mail--txt::before {
		height: 17px;
		top: calc(50% - 8.5px);
		width: 23px;
	}
}

/*===========================================================================*/
/*  promise  */
/*===========================================================================*/
#promise {
	padding-top: 100px;
	padding-bottom: 170px;
}

.p-promise__list {
	padding-top: 53px;
	max-width: 1000px;
	margin: 0 auto;
}

.p-promise__list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.p-promise__img {
	width: 37.2%;
}

.p-promise__list--txts {
	width: 57.8%;
}

.p-promise__list--txt a {
	text-decoration: underline;
}

.p-promise__list--ttl {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.055em;
	padding-top: 5px;
}

.p-promise__list--ttl .--orange {
	position: relative;
	padding: 0 2px;
}

.p-promise__list li:nth-of-type(4) .p-promise__list--ttl span:nth-of-type(1) {
	padding-right: 0;
}
.p-promise__list li:nth-of-type(4) .p-promise__list--ttl span:nth-of-type(2) {
	padding-left: 0;
}

.p-promise__list--ttl .--orange::before {
	background-color: #fff500;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	bottom: 4px;
	width: 100%;
	z-index: -1;
}

.p-promise__list--txt {
	margin-top: 22px;
	padding-bottom: 5px;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	#promise {
		padding-top: 60px;
		padding-bottom: 70px;
	}

	.p-promise__list {
		padding-top: 20px;
	}

	.p-promise__list li {
		display: block;
		margin-top: 30px;
		position: relative;
	}

	.p-promise__img {
		width: 355px;
		position: absolute;
		z-index: -1;
	}

	.p-promise__list--txts {
		width: 100%;
	}

	.p-promise__list--ttl {
		font-size: 19px;
		padding: 56px 0 0 22px;
	}

	.p-promise__list li:nth-of-type(4) .p-promise__list--ttl span:nth-of-type(1) {
		padding-right: 2px;
	}
	.p-promise__list li:nth-of-type(4) .p-promise__list--ttl span:nth-of-type(2) {
		padding-left: 2px;
	}

	.p-promise__list--ttl .--orange::before {
		height: 4px;
		bottom: 3px;
	}

	.p-promise__list--txt {
		margin-top: 45px;
		padding-bottom: 0;
		font-size: 15px;
	}
}

@media screen and (max-width: 390px) {
	.p-promise__img {
		width: 91vw;
		min-width: 330px;
	}
}

/*===========================================================================*/
/*  voice  */
/*===========================================================================*/
#voice {
	padding-top: 0;
	position: relative;
	overflow: hidden;
}

#voice::before {
	background-color: #2daf37;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 418px;
	width: 100%;
}

.p-voice__list {
	display: flex;
	margin-top: 73px;
	position: relative;
	z-index: 20;
}

.p-voice__list::before {
	background: url("../img/icon-quotation-upper.png") no-repeat center center/contain;
	content: "";
	height: 99px;
	left: -5px;
	position: absolute;
	top: -66px;
	width: 122px;
	z-index: -1;
}

.p-voice__list::after {
	background: url("../img/icon-quotation-lower.png") no-repeat center center/contain;
	content: "";
	height: 99px;
	right: -5px;
	position: absolute;
	bottom: -6px;
	width: 122px;
	z-index: -1;
}

.p-voice__list li {
	background-color: #fff;
	border-radius: 14px;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
	margin: 0 10px;
}

.p-voice__list--img {
	border-radius: 14px 14px 0 0;
	max-height: 240px;
	height: 18.18vw;
}

.p-voice__list--img img {
	border-radius: 14px 14px 0 0;
	height: 100%;
	object-fit: cover;
}

.p-voice__list--txts {
	padding: 0 25px 30px;
	margin-top: -17px;
}

.p-voice__list--cat {
	font-size: 17px;
	font-weight: 700;
	color: #2daf37;
	line-height: 1.4;
	letter-spacing: 0.055em;
}

.p-voice__list--catTxt {
	padding: 6px 23px;
	border-radius: 100vh;
	position: relative;
	z-index: 20;
}

.p-voice__list--catTxt::after {
	border: #2daf37 solid 1px;
	content: "";
	height: calc(100% + 2px);
	position: absolute;
	width: calc(100% + 2px);
	border-radius: 100vh;
	left: -1px;
	top: -1px;
}

.p-voice__list--catTxt::before {
	background-color: #fffaef;
	content: "";
	height: calc(100% + 2px);
	position: absolute;
	width: calc(100% + 2px);
	border-radius: 100vh;
	z-index: -1;
	left: 3px;
	top: 3px;
}

.p-voice__list--ttl {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	margin-top: 10px;
}

.p-voice__list--txt {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.055em;
	margin-top: 10px;
	font-weight: 500;
}

.slick-track {
	display: flex;
}

.slick-slide {
	height: auto !important;
}

@media screen and (max-width: 768px) {
	#voice {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 70px;
	}

	#voice::before {
		top: 260px;
	}

	.p-voice__list {
		margin-top: 53px;
	}

	.p-voice__list::before {
		height: 40px;
		left: 20px;
		top: -30px;
		width: 50px;
	}

	.p-voice__list::after {
		height: 40px;
		right: 20px;
		bottom: 0px;
		width: 50px;
	}

	.p-voice__list li {
		background-color: #fff;
		border-radius: 14px;
		box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
		margin: 0 10px;
		min-height: 400px;
	}

	.p-voice__list--img {
		border-radius: 8px 8px 0 0;
		max-height: unset;
		height: 43.58vw;
	}

	.p-voice__list--img img {
		border-radius: 8px 8px 0 0;
	}

	.p-voice__list--txts {
		padding: 0 20px 20px;
		margin-top: -17px;
	}

	.p-voice__list--cat {
		font-size: 11px;
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: 0.055em;
	}

	.p-voice__list--catTxt {
		padding: 5px 20px;
	}

	.p-voice__list--catTxt::before {
		left: 1px;
		top: 1px;
	}

	.p-voice__list--ttl {
		font-size: 15px;
		margin-top: 10px;
	}

	.p-voice__list--txt {
		font-size: 15px;
		margin-top: 10px;
	}
}

/*===========================================================================*/
/*  slider  */
/*===========================================================================*/
.slick-slider {
	position: relative;
	padding: 0 50px;
}

.slick-list {
	padding-bottom: 5px;
}

.prev-arrow {
	left: 0;
}

.next-arrow {
	right: 0;
}

.having-slider__inner {
	max-width: 1320px;
	margin: 0 auto;
}

.slider-voice-result .slick-slide > div {
	padding: 15px;
}

.slick-dots li {
	background-color: transparent !important;
}

.slick-arrow {
	width: 68px;
	height: 68px;
	top: calc(50% - 66px);
	position: absolute;
	z-index: 99;
	cursor: pointer;
}

.prev-arrow {
	left: 15px;
}

.next-arrow {
	right: 15px;
}

.having-dots .slick-list {
	padding-bottom: 65px;
}

.slick-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	bottom: 0;
	left: 0;
}

.slick-dots li {
	padding: 0 !important;
	width: 10px !important;
	margin: 0 10px !important;
	height: 10px !important;
	min-height: unset;
	box-shadow: none;
}

.slick-dots li button {
	position: relative;
	text-indent: -9999px;
}

.slick-dots li button::before {
	background-color: #fff;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px;
	border-radius: 100vh;
	opacity: 0.2;
}

.slick-dots .slick-active button::before {
	opacity: 1;
}

@media screen and (max-width: 1320px) {
	.slick-slider {
		position: relative;
		padding: 0 40px;
	}
}

@media screen and (max-width: 768px) {
	.slick-slider {
		padding: 0;
	}

	.slick-list {
		padding: 0 10px 5px;
	}

	.having-dots .slick-list {
		padding: 0 30px 33px;
	}

	.slick-arrow {
		width: 45px;
		height: 45px;
		top: calc(50% - 33px - 22.5px);
	}

	.prev-arrow {
		left: 15px;
	}

	.next-arrow {
		right: 15px;
	}

	.slick-dots {
		position: absolute;
		display: flex;
		justify-content: center;
		width: 100%;
		bottom: 0;
	}

	.slick-dots li {
		padding: 0 !important;
		width: 7px !important;
		margin: 0 5px !important;
		height: 7px !important;
	}

	.slick-dots li button {
		position: relative;
		text-indent: -9999px;
	}

	.slick-dots li button::before {
		height: 7px;
		left: 0;
		position: absolute;
		top: 0;
		width: 7px;
		border-radius: 100vh;
		opacity: 0.2;
	}

	.slick-dots .slick-active button::before {
		opacity: 1;
	}
}

/*===========================================================================*/
/*  customer service  */
/*===========================================================================*/
#customer-service {
	padding-top: 0;
	background-color: #2daf37;
}

.p-customer-service__head {
	color: #fff;
}

.p-customer-service__head::before {
	background: url("../img/ttl-deco-yellow.png") no-repeat center center/contain;
}

.p-customer-service__head .c-h2__en {
	color: #fff500;
}

.p-customer-service__list {
	position: relative;
	padding-top: 53px;
}

.p-customer-service__list li {
	background-color: #fff;
	box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.07);
	border-radius: 14px;
	margin-top: 20px;
	padding: 20px 20px 20px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-customer-service__list--txts {
	width: 51%;
}

.p-customer-service__list--ttl {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.055em;
	line-height: 1.6;
	padding-left: 20px;
	position: relative;
}

.p-customer-service__list--ttl::before {
	background-color: #2daf37;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
}

.p-customer-service__list--table {
	padding-top: 28px;
}

.p-customer-service__list--table dl {
	display: flex;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: #e8e8e8 solid 1px;
	font-size: 16px;
	font-weight: 500;
}

.p-customer-service__list--table dt {
	font-weight: 500;
	width: 100px;
	letter-spacing: 0.055em;
}

.p-customer-service__list--table dd {
	width: calc(100% - 100px);
}

.p-customer-service__list--table dl:nth-of-type(1) dt {
	padding-top: 6px;
}

.p-customer-service__list--table dl:nth-of-type(1) dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.p-customer-service__list--address {
	padding-top: 6px;
	width: calc(100% - 147px);
}

.p-customer-service__list--map {
	display: inline-block;
	border-radius: 5px;
	border: #2daf37 solid 1px;
	color: #2daf37;
	padding: 5px 30px 7px 8px;
	position: relative;
	width: 125px;
	margin-left: 5px;
	font-weight: 400;
	font-size: 14px;
}

.p-customer-service__list--map::before {
	background: url("../img/icon-blank.png") no-repeat center center/contain;
	content: "";
	height: 11px;
	right: 9px;
	position: absolute;
	top: calc(50% - 5.5px);
	width: 12px;
}

.p-customer-service__list--btn {
	display: block;
	background-color: #2daf37;
	margin-top: 33px;
	width: 100%;
	text-align: center;
	padding: 18px 10px;
	border-radius: 7px;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.6;
	box-shadow: 0 5px 0 #21952a;
}

a.p-customer-service__list--btn:hover {
	box-shadow: none;
	transform: translate(0px, 5px);
	opacity: 1;
}

.p-customer-service__list--btnTxt {
	padding-right: 32px;
	position: relative;
}

.p-customer-service__list--btnTxt::before {
	background: url("../img/icon-blank-white.png") no-repeat center center/contain;
	content: "";
	height: 17px;
	right: 0;
	position: absolute;
	top: calc(50% - 8.5px);
	width: 19px;
}

.p-customer-service__list--img {
	width: 46.6%;
	border-radius: 8px;
}

.p-customer-service__list--img img {
	border-radius: 8px;
}

@media screen and (max-width: 768px) {
	.p-customer-service__list {
		position: relative;
		padding-top: 30px;
	}

	.p-customer-service__list li {
		box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
		border-radius: 10px;
		padding: 15px 15px 30px;
		flex-direction: column-reverse;
	}

	.p-customer-service__list--txts {
		width: 100%;
		padding: 0 10px;
		margin-top: 15px;
	}

	.p-customer-service__list--ttl {
		font-size: 18px;
		padding-left: 15px;
		margin-top: 0;
	}

	.p-customer-service__list--ttl::before {
		width: 3px;
	}

	.p-customer-service__list--table {
		padding-top: 0;
	}

	.p-customer-service__list--table dl {
		margin-top: 15px;
		padding-bottom: 15px;
		border-bottom: #e8e8e8 solid 1px;
		font-size: 14px;
	}

	.p-customer-service__list--table dt {
		font-weight: 400;
		width: 80px;
	}

	.p-customer-service__list--table dd {
		width: calc(100% - 80px);
	}

	.p-customer-service__list--table dl:nth-of-type(1) {
		display: block;
	}

	.p-customer-service__list--table dl:nth-of-type(1) dt {
		padding-top: 0;
	}

	.p-customer-service__list--table dl:nth-of-type(1) dd {
		display: block;
		width: 100%;
	}

	.p-customer-service__list--address {
		padding-top: 8px;
		width: 100%;
	}

	.p-customer-service__list--map {
		padding: 4px 20px 5px 8px;
		width: 120px;
		margin-left: 0;
		margin-top: 8px;
	}

	.p-customer-service__list--map::before {
		height: 11px;
		right: 7px;
		top: calc(50% - 5.5px);
		width: 10px;
	}

	.p-customer-service__list--btn {
		margin-top: 20px;
		width: 100%;
		padding: 16px 10px;
		border-radius: 5px;
		font-size: 17px;
	}

	.p-customer-service__list--btnTxt {
		padding-right: 29px;
	}

	.p-customer-service__list--btnTxt::before {
		height: 16px;
		top: calc(50% - 8px);
		width: 18px;
	}

	.p-customer-service__list--img {
		width: 100%;
		border-radius: 6px;
	}

	.p-customer-service__list--img img {
		border-radius: 6px;
	}
}

/*===========================================================================*/
/*  advisor  */
/*===========================================================================*/
.p-advisor__list {
	padding-top: 68px;
	display: flex;
	justify-content: space-between;
}

.p-advisor__list li {
	width: 23.5%;
	padding-bottom: 20px;
	position: relative;
}

.p-advisor__list li::before {
	background: url("../img/advisor-bg.png") no-repeat center center/contain;
	content: "";
	height: 325px;
	left: 0;
	position: absolute;
	top: 83px;
	width: 282px;
	z-index: -1;
}

.p-advisor__list--img {
	width: 161px;
	border-radius: 100vh;
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
	margin: 0 auto;
}

.p-advisor__list--img img {
	border-radius: 100vh;
}

.p-advisor__list--txts {
	padding: 0 25px;
	margin-top: 13px;
}

.p-advisor__list--name-position {
	position: relative;
	text-align: center;
}

.p-advisor__list--name-position::before {
	content: "Tokyo Taro";
	left: -25px;
	position: absolute;
	top: -3px;
	width: calc(100% + 50px);
	text-align: center;
	display: block;
	z-index: -1;
	font-size: 47px;
	font-weight: 700;
	font-family: "Red Hat Display", sans-serif;
	color: #2daf37;
	opacity: 0.1;
	letter-spacing: 0.055em;
}

.p-advisor__list--position {
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
}

.p-advisor__list--name {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-advisor__list--txt {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 13px;
}

@media screen and (max-width: 1280px) {
	#advisor {
		padding-right: 3.125vw;
		padding-left: 3.125vw;
	}

	.p-advisor__list li {
		padding-bottom: 1.5625vw;
	}

	.p-advisor__list li::before {
		height: 25.3906vw;
		top: 9.4844vw;
		width: 22.0313vw;
	}

	.p-advisor__list--img {
		width: 12.5781vw;
	}

	.p-advisor__list--txts {
		padding: 0 1.9531vw;
		margin-top: 1.0156vw;
	}

	.p-advisor__list--name-position::before {
		left: -1.9531vw;
		top: -0.2344vw;
		width: calc(100% + 3.9063vw);
		font-size: 3.6719vw;
	}

	.p-advisor__list--position {
		font-size: 1.0938vw;
	}

	.p-advisor__list--name {
		font-size: 1.5625vw;
	}

	.p-advisor__list--txt {
		font-size: 1.0938vw;
		margin-top: 1.0156vw;
		line-height: 1.6;
	}
}

@media screen and (max-width: 768px) {
	#advisor {
		padding-left: 20px;
		padding-right: 20px;
	}

	.p-advisor__list {
		padding-top: 40px;
		display: block;
	}

	.p-advisor__list li {
		max-width: 350px;
		padding-bottom: 22px;
		position: relative;
		margin-top: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin-left: auto;
	}

	.p-advisor__list li:nth-of-type(2n) {
		flex-direction: row-reverse;
		margin-left: 0;
		margin-right: auto;
	}

	.p-advisor__list li::before {
		background: url("../img/advisor-bg-sp.png") no-repeat center center/contain;
		height: 220px;
		left: unset;
		right: 0;
		top: 0;
		width: 311px;
	}

	.p-advisor__list li:nth-of-type(2n)::before {
		left: 0;
	}

	.p-advisor__list--img {
		width: 129px;
		border-radius: 100vh;
		box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.07);
		margin: 0;
	}

	.p-advisor__list--txts {
		padding: 0 20px 0 0;
		margin-top: 0;
		width: 205px;
	}

	.p-advisor__list li:nth-of-type(2n) .p-advisor__list--txts {
		padding: 0 0 0 20px;
	}

	.p-advisor__list--name-position {
		position: relative;
		text-align: left;
		display: flex;
		align-items: center;
		margin-top: 23px;
	}

	.p-advisor__list--name-position::before {
		left: -15px;
		top: -8px;
		width: calc(100% + 20px);
		text-align: left;
		font-size: 34px;
	}

	.p-advisor__list--position {
		font-size: 10px;
	}

	.p-advisor__list--name {
		font-size: 16px;
		margin-left: 10px;
	}

	.p-advisor__list--txt {
		font-size: 12px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 390px) {
	.p-advisor__list--img {
		width: 110px;
	}
}

/*===========================================================================*/
/*  flow  */
/*===========================================================================*/
#flow {
	background-color: #fffaef;
	padding-top: 110px;
}

.p-flow__list {
	padding-top: 48px;
	margin: 0 auto;
	max-width: 1000px;
}

.p-flow__list li {
	max-width: 900px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.07);
	padding: 40px 55px;
	margin-top: 30px;
}

.p-flow__list li:nth-of-type(2n) {
	margin-left: auto;
	margin-right: 0;
}

.p-flow__list--contents {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-flow__list--img {
	width: 120px;
}

.p-flow__list--txts {
	width: calc(95.8% - 120px);
}

.p-flow__list--head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-flow__list--step {
	padding: 12px 40px;
	border-radius: 100vh;
	position: relative;
	z-index: 20;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	width: 150px;
}

.p-flow__list--step .border {
	background-color: #2daf37;
	height: 2px;
	left: 60px;
	position: absolute;
	bottom: -7px;
	width: 23px;
	z-index: 99;
	transform: rotate(50deg);
}

.p-flow__list--step::after {
	border: #2daf37 solid 2px;
	content: "";
	height: calc(100% + 4px);
	position: absolute;
	width: calc(100% + 4px);
	border-radius: 100vh;
	left: -2px;
	top: -2px;
}

.p-flow__list--step::before {
	background-color: #fffaef;
	content: "";
	height: calc(100% + 4px);
	position: absolute;
	width: calc(100% + 4px);
	border-radius: 100vh;
	z-index: -1;
	left: 5px;
	top: 5px;
}

.p-flow__list--ttl {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.055em;
	width: calc(100% - 166px);
}

.p-flow__list--txt {
	margin-top: 20px;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.p-flow__list {
		padding-top: 30px;
	}

	.p-flow__list li {
		border-radius: 10px;
		box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
		padding: 20px 20px 25px;
		margin-top: 20px;
	}

	.p-flow__list--img {
		width: 86px;
	}

	.p-flow__list--txts {
		width: calc(100% - 96px);
	}

	.p-flow__list--head {
		display: block;
	}

	.p-flow__list--step {
		padding: 5px 20px;
		font-size: 15px;
		width: auto;
	}

	.p-flow__list--step .border {
		left: 33px;
		width: 17px;
		bottom: -5px;
	}

	.p-flow__list--step::before {
		left: 3px;
		top: 3px;
	}

	.p-flow__list--ttl {
		margin-left: 0;
		font-size: 16px;
		margin-top: 12px;
		width: 100%;
	}

	.p-flow__list li:nth-of-type(2) .p-flow__list--ttl {
		letter-spacing: -0.005em;
	}

	.p-flow__list--txt {
		margin-top: 9px;
		font-size: 15px;
	}
}

/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
#faq {
	padding-top: 100px;
	padding-bottom: 124px;
}

.p-faq__list {
	padding-top: 55px;
	max-width: 1000px;
	margin: 0 auto;
}

.p-faq__list li {
	margin-top: 15px;
}

.p-faq__list--question {
	cursor: pointer;
	background-color: #2daf37;
	border-radius: 8px;
	padding: 24px 50px 24px 30px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.055em;
	line-height: 1.5;
	position: relative;
}

.p-faq__list--question:hover {
	opacity: 0.7;
}

.p-faq__list--question::before {
	background-color: #fff;
	content: "";
	height: 2px;
	right: 30px;
	position: absolute;
	top: 38px;
	width: 14px;
}

.p-faq__list--question::after {
	background-color: #fff;
	content: "";
	height: 14px;
	right: 36px;
	position: absolute;
	top: 32px;
	width: 2px;
}

.js-active .p-faq__list--question::after {
	display: none;
}

.p-faq__list--questionTxt {
	padding-left: 47px;
	position: relative;
}

.p-faq__list--questionTxt::before {
	background-color: #232323;
	content: "Q";
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff500;
	font-family: "Red Hat Display", sans-serif;
	height: 34px;
	left: 0;
	position: absolute;
	top: 0;
	width: 34px;
	border-radius: 100vh;
	padding: 1px 0 0 1px;
}

.p-faq__list--answer {
	padding: 35px 0 25px 77px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.04em;
	position: relative;
	display: none;
}

.js-active .p-faq__list--answer {
	display: block;
}

.p-faq__list--answerTxt {
	position: relative;
}

.p-faq__list--answerTxt::before {
	background-color: #2daf37;
	content: "A";
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	font-family: "Red Hat Display", sans-serif;
	height: 34px;
	left: -47px;
	position: absolute;
	top: -3px;
	width: 34px;
	border-radius: 100vh;
}

@media screen and (max-width: 768px) {
	#faq {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.p-faq__list {
		padding-top: 40px;
	}

	.p-faq__list li {
		margin-top: 10px;
	}

	.p-faq__list--question {
		padding: 15px 30px 15px 15px;
		font-size: 20px;
		font-weight: 700;
		font-size: 18px;
	}

	.p-faq__list--question:hover {
		opacity: 1;
	}

	.p-faq__list--question::before {
		right: 15px;
		top: 28px;
		width: 12px;
	}

	.p-faq__list--question::after {
		height: 12px;
		right: 20px;
		top: 23px;
	}

	.js-active .p-faq__list--question::after {
		display: none;
	}

	.p-faq__list--questionTxt {
		padding-left: 44px;
		position: relative;
	}

	.p-faq__list--questionTxt::before {
		font-size: 16px;
		height: 32px;
		top: -2px;
		width: 32px;
	}

	.p-faq__list--answer {
		padding: 17px 0 10px 59px;
		font-size: 16px;
	}

	.p-faq__list--answerTxt::before {
		font-size: 16px;
		height: 32px;
		position: absolute;
		top: -3px;
		width: 32px;
	}
}

/*===========================================================================*/
/*  tel  */
/*===========================================================================*/
#tel {
	margin-top: 146px;
	background: url("../img/tel-bg.png") no-repeat center center/cover;
	color: #fff;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.p-tel__head {
	font-size: 29px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.p-tel__number {
	font-size: 72px;
	font-weight: 700;
	line-height: 1.2;
}

.p-tel__number--txt {
	padding-left: 56px;
	position: relative;
}

.p-tel__number--txt::before {
	background: url("../img/icon-tel-white.png") no-repeat center center/contain;
	content: "";
	height: 47px;
	left: 0;
	position: absolute;
	top: calc(50% - 20px);
	width: 47px;
}

.p-tel__time {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
	#tel {
		margin-top: 80px;
		background: url("../img/tel-bg-sp.png") no-repeat center center/cover;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.p-tel__head {
		font-size: 18px;
	}

	.p-tel__number {
		font-size: 39px;
	}

	.p-tel__number--txt {
		padding-left: 40px;
	}

	.p-tel__number--txt::before {
		height: 32px;
		top: calc(50% - 15px);
		width: 32px;
	}

	.p-tel__time {
		font-size: 14px;
	}
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
#footer {
	background-color: #fffaef;
	padding: 66px 20px 27px;
}
.p-footer__inner {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.p-footer__contents {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	gap: 75.5px;
	align-items: flex-start;
}

.p-footer__logo {
	width: 25%;
	margin: 0;
	max-width: 300px;
	flex-shrink: 0;
}
.p-footer__address-box {
	width: 100%;
	display: flex;
	gap: 40px;
	align-items: flex-start;
}
.p-footer__address-box > div {
	display: flex;
	flex-flow: column;
	gap: 10px;
	font-size: 13px;
	line-height: 1.8;
}
.p-footer__address-box > div > h5 {
	font-weight: bold;
}

.p-footer__copy {
	font-size: 12px;
	color: #696969;
	text-align: center;
	margin-top: 45px;
	letter-spacing: 0.055em;
}

@media screen and (max-width: 768px) {
	#footer {
		padding: 50px 20px 24px;
	}
	.p-footer__contents {
		align-items: flex-start;
		flex-flow: column;
		align-items: center;
		gap: 44px;
	}
	.p-footer__logo {
		width: 233px;
	}
	.p-footer__address-box {
		flex-flow: column;
		gap: 16px;
	}

	.p-footer__copy {
		font-size: 9px;
		margin-top: 33px;
	}
}

/*===========================================================================*/
/*  contact  */
/*===========================================================================*/
#form {
	padding-top: 0;
	padding-bottom: 0;
}

.p-form__inner {
	border-radius: 42px;
	border: #2daf37 solid 4px;
	padding: 104px 20px 90px;
}

.p-contact__caution {
	background-color: #fffaef;
	margin: 98px auto 0;
	max-width: 1000px;
	padding: 35px 20px 50px;
}

.p-contact__caution--ttl {
	color: #2daf37;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
}

.p-contact__caution--list {
	margin: 20px auto 0;
	max-width: 865px;
}

.p-contact__caution--list li {
	font-size: 13px;
	line-height: 1.4;
	margin-top: 10px;
	padding-left: 15px;
	position: relative;
	letter-spacing: 0.04em;
}

.p-contact__caution--list li::before {
	content: "※";
	left: 0;
	position: absolute;
	top: 0;
}

.radio-wrapper {
	display: flex;
	flex-direction: column;
}

.radio-wrapper label:not(:first-child) {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.p-form__inner {
		border-radius: 15px;
		border: #2daf37 solid 3px;
		padding: 38px 20px 60px;
	}

	.p-contact__caution {
		border-radius: 5px;
		padding: 20px 15px;
		margin-top: 45px;
	}

	.p-contact__caution--ttl {
		font-size: 16px;
	}

	.p-contact__inner--cautionTtl {
		padding-left: 25px;
		position: relative;
	}

	.p-contact__caution--list {
		margin: 10px auto 0;
	}

	.p-contact__caution--list li {
		font-size: 12px;
		margin-top: 7px;
	}
}

.p-contact__step {
	display: flex;
	justify-content: space-between;
	margin: 60px auto 0;
	width: 440px;
}

.p-contact__step01,
.p-contact__step02,
.p-contact__step03 {
	width: 72px;
}

.p-contact__step--upper {
	align-items: center;
	background-color: #e0e0e0;
	color: #fff;
	border-radius: 41px;
	display: flex;
	flex-direction: column;
	font-size: 24px;
	height: 72px;
	justify-content: center;
	position: relative;
	width: 72px;
	font-weight: 700;
	letter-spacing: 0.055em;
	padding-top: 5px;
}

.--active .p-contact__step--upper {
	background-color: #2daf37;
}

#mfp_phase_confirm .p-contact__step01.--active .p-contact__step--upper {
	background-color: #e0e0e0;
}

#mfp_phase_confirm .p-contact__step02 .p-contact__step--upper {
	background-color: #2daf37;
}

.p-contact__step--upper .--small {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.p-contact__step01 .p-contact__step--upper::before,
.p-contact__step02 .p-contact__step--upper::before {
	border-top: #ededed dashed 2px;
	content: "";
	height: 1px;
	left: 100%;
	position: absolute;
	top: calc(50% - 1px);
	width: 120px;
}

.p-contact__step--lower {
	color: #b1b3b5;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	text-align: center;
}

.--active .p-contact__step--lower {
	color: #2daf37;
}

#mfp_phase_confirm .--active .p-contact__step--lower {
	color: #b1b3b5;
}

#mfp_phase_confirm .p-contact__step02 .p-contact__step--lower {
	color: #2daf37;
}

@media screen and (max-width: 768px) {
	.p-contact__step {
		margin: 25px auto 0;
		max-width: 266px;
		width: 100%;
	}

	.p-contact__step01,
	.p-contact__step02,
	.p-contact__step03 {
		width: 62px;
	}

	.p-contact__step--upper {
		font-size: 21px;
		height: 62px;
		width: 62px;
		padding-top: 2px;
	}

	.p-contact__step--upper .--small {
		font-size: 9px;
	}

	.p-contact__step01 .p-contact__step--upper::before,
	.p-contact__step02 .p-contact__step--upper::before {
		width: 50px;
	}

	.p-contact__step--lower {
		font-size: 14px;
		margin-top: 5px;
	}
}

.p-contact__form {
	margin: 50px auto 0;
	max-width: 800px;
}

.p-contact__form dl {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 16px !important;
	line-height: 1.4;
}

.p-contact__form dt {
	font-weight: 700;
	padding-top: 12px;
	width: 210px;
	padding-top: 17px;
}

.p-contact__form dd {
	font-weight: 400;
	width: calc(100% - 210px);
}

.p-contact__form-mandatory {
	background-color: #2daf37;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	padding: 2px 6px 3px;
	border-radius: 4px;
	letter-spacing: 0.04em;
	margin-left: 8px;
	line-height: 1.4;
}

.p-contact__form-mandatory.--agreement {
	margin-left: 0;
}

@media screen and (max-width: 768px) {
	.p-contact__form-mandatory {
		font-size: 11px;
	}
}

/* table */
#mfp_confirm_table {
	margin: 60px auto 0;
	max-width: 860px;
	width: 100%;
}

#mfp_confirm_table tr {
	border-bottom: #ededed solid 1px;
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

#mfp_confirm_table tr:nth-of-type(1) {
	border-top: #ededed solid 1px;
}

#mfp_confirm_table th {
	font-weight: 500;
	max-width: 200px;
	width: 30%;
}

#mfp_confirm_table td {
	font-weight: 500;
	max-width: 515px;
	width: 70%;
}

.p-contact__policy--ttl {
	font-weight: 700;
	margin-bottom: 14px;
	font-size: 16px;
}

.p-contact__wrapper--policy {
	border: #ededed solid 1px;
	background-color: #fcfcfc;
	border-radius: 10px;
	height: 144px;
	margin: 56px auto 0;
	max-width: 800px;
	overflow-y: scroll;
}

.p-contact__policy--txt {
	line-height: 1.8;
	padding: 30px;
	font-size: 13px;
	letter-spacing: 0.04em;
}

.p-contact__wrapper--agreement {
	margin-top: 40px;
	text-align: center;
}

.p-contact__agreement--txt {
	font-weight: 500;
	letter-spacing: 0.055em;
}

.p-contact__btn01 #confirm {
	align-items: center;
	background-color: #2daf37;
	border-radius: 7px;
	color: #fff;
	display: flex;
	font-size: 19px;
	font-weight: 700;
	height: 70px;
	justify-content: center;
	width: 360px;
	margin: 60px auto 0;
	letter-spacing: 0.055em;
	box-shadow: 0 5px 0 #21952a;
}

.p-contact__btn01 #confirm:hover {
	box-shadow: none;
	transform: translate(0px, 5px);
}

@media screen and (max-width: 768px) {
	.p-contact__form {
		margin: 60px auto 0;
	}

	.p-contact__form dl {
		display: block;
		margin-top: 20px;
		font-size: 14px !important;
	}

	.p-contact__form dt {
		max-width: unset;
		width: 100%;
		padding-top: 0;
	}

	.p-contact__form dd {
		margin-top: 10px;
		max-width: unset;
		width: 100%;
	}

	#mfp_confirm_table {
		margin: 40px auto 0;
		font-size: 14px;
	}

	#mfp_confirm_table tr {
		flex-direction: column;
		padding: 20px 0;
	}

	#mfp_confirm_table th {
		max-width: unset;
		width: 100%;
	}

	#mfp_confirm_table td {
		margin-top: 10px;
		max-width: unset;
		width: 100%;
		font-weight: 400;
	}

	.p-contact__policy--ttl {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.p-contact__wrapper--policy {
		margin-top: 30px;
	}

	.p-contact__policy--txt {
		padding: 15px;
		font-size: 11px;
	}

	.p-contact__wrapper--agreement {
		margin-top: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.p-contact__btn01 #confirm {
		font-size: 17px;
		height: 57px;
		max-width: 250px;
		margin: 35px auto 0;
		width: 100%;
	}

	.p-contact__agreement--txt {
		font-size: 13px;
		letter-spacing: 0.02em;
	}
}

input {
	background-color: #fcfcfc;
	border: #dedede solid 1px;
	border-radius: 4px;
	padding: 17px 20px;
	width: 100% !important;
}

input::placeholder {
	color: #c9c9c9;
	letter-spacing: 0.04em;
	font-weight: 400;
}

input[type="radio"] {
	display: none;
}

.mwform-radio-field.vertical-item {
	margin-top: 12px !important;
}

.mwform-radio-field-text {
	padding-left: 26px;
	position: relative;
}

.mwform-radio-field-text:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	padding: 3px;
	position: absolute;
	background-clip: content-box;
	left: 0;
	top: calc(50% - 8px);
}

.mfp_not_checked .mwform-radio-field-text:before {
	border-color: #2f3b50;
}

.mfp_checked .mwform-radio-field-text:before {
	border-color: #2f3b50;
	background-color: #2f3b50;
}

input[type="date"] {
	background-color: #fcfcfc;
	border: #dedede solid 1px;
	border-radius: 4px;
	width: 100% !important;
	text-align: left !important;
}

input[type="date"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
	-webkit-appearance: none;
}

input[type="date" i]::-webkit-calendar-picker-indicator {
	background-image: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

input[type="submit"] {
	max-width: 350px;
}

input.input-postalcode {
	max-width: 127px;
	padding: 12px 13px 12px 34px;
}

input.input-area {
	width: 135px !important;
}

input.input-old {
	width: 135px !important;
}

input.input-area {
	margin-right: 20px;
}

select {
	background-color: #fcfcfc;
	border: #dedede solid 1px;
	border-radius: 4px;
	padding: 17px 34px 17px 20px;
	width: 100% !important;
}

.select-wrapper {
	display: inline-block;
	position: relative;
	max-width: 280px;
	width: 100%;
}

.select-wrapper.--date {
	max-width: 240px;
}

.select-wrapper.--date select,
.select-wrapper.--date input {
	padding: 17px 30px 17px 15px;
}

.select-wrapper::before {
	background: url("../img/arrow-select.png") no-repeat center center/contain;
	content: "";
	height: 11px;
	right: 15px;
	position: absolute;
	top: 23px;
	width: 11px;
	pointer-events: none;
}

textarea {
	background-color: #fcfcfc;
	border: #dedede solid 1px;
	border-radius: 4px;
	padding: 17px 20px;
	width: 100% !important;
}

textarea::placeholder {
	color: #c9c9c9;
	font-weight: 400;
	letter-spacing: 0.04em;
}

textarea {
	height: 15rem !important;
}

@media screen and (max-width: 768px) {
	input {
		padding: 13px 15px;
	}

	textarea {
		padding: 13px 15px;
	}

	select {
		padding: 13px 30px 13px 15px;
	}

	.select-wrapper.--date select,
	.select-wrapper.--date input {
		padding: 13px 30px 13px 15px;
		min-height: 49px;
		text-align: left;
	}

	.select-wrapper {
		max-width: unset;
	}

	.select-wrapper.--date {
		max-width: unset;
	}

	/* input[type="checkbox"] {
        padding: 0 !important;
        margin: 0 5px 3px 7px !important;
        width: 14px !important;
        height: 14px !important;
    } */

	.select-wrapper::before {
		top: 17px;
	}
}

@media screen and (max-width: 768px) {
	.old {
		display: block;
		align-items: center;
	}

	.old .--year {
		display: flex;
		align-items: center;
		margin-top: 15px;
	}

	.old .--year .u-ml60 {
		margin-left: 0;
	}

	.select-wrapper.--plan {
		width: 49%;
	}

	.select-wrapper.--plan::before {
		right: 10px;
	}

	.select-wrapper.--plan select {
		padding: 12px 20px 12px 13px;
	}

	.select-plan {
		width: 100%;
	}

	.select-plan.--plan2 {
		margin-left: 2%;
	}
}

.p-contact__wrapper--policy.--confirm,
.p-contact__policy--ttl.--confirm,
.p-contact__wrapper--agreement.--confirm,
.postalcode-caution.--confirm,
.select-wrapper.--confirm::before {
	display: none;
}

.postalcode-wrapper.--confirm {
	padding-left: 26px;
	margin-bottom: 16px;
}

.postalcode-wrapper.--confirm::before {
	left: 0;
	top: 0;
}

.old .--year .u-ml60.--confirm {
	margin-right: 10px;
}

.p-contact__thanks {
	text-align: center;
	margin-top: 40px;
}

#mfp_button_send {
	align-items: center;
	background-color: #2daf37;
	border-radius: 7px;
	color: #fff;
	display: flex;
	font-size: 19px;
	font-weight: 700;
	height: 70px;
	justify-content: center;
	width: 360px;
	margin: 60px auto 0;
	letter-spacing: 0.055em;
	box-shadow: 0 5px 0 #21952a;
}

#mfp_button_send:hover {
	box-shadow: none;
	transform: translate(0px, 5px);
}

#mfp_button_send:hover {
	opacity: 0.7;
}

#mfp_button_cancel {
	align-items: center;
	border: #2daf37 solid 1px;
	background-color: #fff;
	border-radius: 3px;
	color: #2daf37;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	height: 70px;
	justify-content: center;
	width: 350px;
	margin: 0 auto;
}

#mfp_button_cancel:hover {
	opacity: 0.7;
}

#mfp_phase_confirm_inner h4 {
	display: none;
}

.date-ttl {
	font-weight: 700;
	padding: 18px 0;
}

.first-date,
.second-date {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.second-date {
	margin-top: 18px;
}

.input-box {
	display: flex;
	width: calc(100% - 95px);
}

.input-box > div:nth-of-type(2) {
	margin-left: 18px;
}

@media screen and (max-width: 768px) {
	.date-ttl {
		padding: 13px 0;
		width: 60px;
	}

	.first-date,
	.second-date {
		align-items: flex-start;
	}

	.second-date {
		margin-top: 18px;
	}

	.input-box {
		display: block;
		width: calc(100% - 75px);
	}

	.input-box > div:nth-of-type(2) {
		margin-left: 0;
		margin-top: 10px;
	}

	#mfp_button_send {
		font-size: 17px;
		height: 57px;
		max-width: 250px;
		margin: 35px auto 0;
		width: 100%;
	}

	#mfp_button_cancel {
		font-size: 17px;
		height: 57px;
		max-width: 250px;
		margin: 10px auto 0;
		width: 100%;
	}
}

.agreement__wrapper {
	display: inline-block;
}

.agreement__wrapper .mfp_err {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	white-space: nowrap;
}

.agreement__wrapper input[type="checkbox"] {
	padding: 0 !important;
	margin: 0 6px 3px 20px !important;
	width: 18px !important;
	height: 18px !important;
	display: none;
}

.agreement__wrapper .agreement-label {
	display: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	position: relative;
	top: 2px;
	margin-left: 7px;
	font-size: 16px;
	font-weight: 500;
}

.agreement__wrapper label::before {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	margin-top: -10px;
	left: 0;
	top: 10px;
	border: 1px solid;
	border-color: #c9c9c9;
	background-color: #fcfcfc;
	border-radius: 5px;
}

input[type="checkbox"]:checked + input[type="hidden"] + label::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 18px;
	height: 9px;
	margin-top: -10px;
	top: 10px;
	left: 3px;
	transform: rotate(-45deg);
	border-bottom: 3px solid;
	border-left: 3px solid;
	border-color: #585753;
}

/* .agreement__wrapper input[type="checkbox"]:checked + label::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -10px;
    top: 10px;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #585753;
} */

@media screen and (max-width: 768px) {
	.agreement__wrapper {
		display: inline-block;
	}

	.agreement__wrapper input[type="checkbox"] {
		padding: 0 !important;
		margin: 0 6px 3px 20px !important;
		width: 15px !important;
		height: 15px !important;
		display: none;
	}

	.agreement__wrapper .agreement-label {
		display: none;
		cursor: pointer;
		display: inline-block;
		position: relative;
		padding-left: 20px;
		position: relative;
		top: 0;
		margin-left: 7px;
		font-size: 13px;
		font-weight: 500;
		text-align: left;
	}

	.agreement__wrapper input[type="checkbox"] + label::before {
		content: "";
		position: absolute;
		display: block;
		box-sizing: border-box;
		width: 15px;
		height: 15px;
		margin-top: -10px;
		left: 0;
		top: 10px;
		border: 1px solid;
		border-color: #c9c9c9;
		background-color: #fcfcfc;
		border-radius: 5px;
	}

	.agreement__wrapper input[type="checkbox"]:checked + label::after {
		content: "";
		position: absolute;
		display: block;
		box-sizing: border-box;
		width: 14px;
		height: 7px;
		margin-top: -10px;
		top: 11px;
		left: 3px;
		transform: rotate(-45deg);
		border-bottom: 3px solid;
		border-left: 3px solid;
		border-color: #585753;
	}
}

/*===========================================================================*/
/*  thanks  */
/*===========================================================================*/
#form.--thanks {
	margin-top: 80px;
}

.p-contact__thanks--txt {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.055em;
	line-height: 1.8;
	text-align: center;
}

.p-contact__thanks--link {
	text-align: center;
	color: #2daf37;
	font-size: 18px;
	letter-spacing: 0.055em;
	line-height: 1.8;
	margin-top: 30px;
}

.p-contact__thanks--link a {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	#form.--thanks {
		margin-top: 50px;
	}

	#form.--thanks .p-contact__wrapper--contents {
		padding-top: 20px;
	}

	#form.--thanks .p-contact__form {
		margin-top: 30px;
	}

	.p-contact__thanks--txt {
		font-size: 14px;
	}

	.p-contact__thanks--link {
		font-size: 14px;
		margin-top: 20px;
	}
}
