.l-service__contents {
	position: relative;
}

.l-service__list {
	margin-top: 60px;
}

.l-service__item:not(:first-child) {
	margin-top: 80px;
}

.l-service__bg {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.l-service__introduction {
	margin-top: 60px;
}

.l-service__qanda {
	margin-top: 60px;
	padding-bottom: 100px;
}

.p-mv {
	background-image: url("../img/service-mv-sp.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 60px;
}

.p-mv__bg {
	aspect-ratio: 165/250;
	width: 165px;
}

.p-mv__heading-box {
	align-items: center;
	background-image: url("../img/mv-decoration_sp.png");
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	height: 250px;
	width: 44%;
}

.p-mv__heading {
	padding-left: 5.3vw;
}

.p-mv__heading--en,
.p-mv__heading--ja {
	background-color: #fff;
	color: #023E78;
	display: block;
	line-height: normal;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__heading--en {
	font-family: "Fira Sans", sans-serif;
	font-size: clamp(24px, 8.4vw, 45px);
	font-style: italic;
	font-weight: 500;
}

.p-mv__heading--ja {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(12px, 4.3vw, 20px);
	font-style: normal;
	font-weight: 700;
	margin-top: 9px;
}

.p-service-1 {
	background-image: url("../img/service-img1-sp.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 50.1% auto;
	padding-bottom: 0;
	padding-top: clamp(80px, 41.6vw, 153px);
}

.p-service-2 {
	background-image: url("../img/service-img2-sp.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 50.1% auto;
	padding-bottom: 0;
	padding-top: clamp(80px, 41.6vw, 153px);
}

.p-service-3 {
	background-image: url("../img/service-img3-sp.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 50.1% auto;
	padding-bottom: 0;
	padding-top: clamp(80px, 41.6vw, 153px);
}

.p-service__title {
	margin-top: 70px;
}

.p-service__title h2 {
	color: #1a1a1a;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.p-service__inner {
	padding-left: 20px;
	padding-right: 20px;
}

.p-servicebox {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
	margin-inline: auto;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	position: relative;
	width: 89.3%;
}

.p-servicebox--reverse {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
	margin-inline: auto;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	position: relative;
	width: 89.3%;
}

.p-service__number {
	aspect-ratio: 67/78;
	left: 20px;
	position: absolute;
	top: -43px;
	width: 67px;
}

.p-service__number img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-service__number--reverse {
	aspect-ratio: 67/78;
	position: absolute;
	right: 20px;
	top: -43px;
	width: 67px;
}

.p-service__number--reverse img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-service__heading--ja {
	color: #1a1a1a;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-service__heading--en {
	color: #023E78;
	font-family: "Fira Sans", sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
}

.p-service__explanation {
	color: #1a1a1a;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.73;
	margin-top: 30px;
}

.p-service__item-box {
	margin-top: 30px;
}

.p-item {
	align-items: center;
	display: flex;
	gap: 17.6%;
	padding-bottom: 18px;
	padding-top: 18px;
}

.p-item__label {
	color: #1a1a1a;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-item__text {
	color: #1a1a1a;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.7;
	width: 72.9%;
}

.p-service__button {
	margin-top: 36px;
	text-align: center;
}

.p-service__button a {
	max-width: 295px;
	position: relative;
	width: 100%;
}

.p-service__button a:hover {
	background-color: #023E78;
	color: #FFFFFF;
}

.p-service__button a:hover .p-service__button--arrow {
	transform: translateY(-50%) translateX(10px);
}

.p-service__button--text {
	font-size: 14px;
}

.p-service__button--arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	transition: transform 0.3s ease;
}

.p-service__bg {
	background-image: url("../img/service-bg-sp.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 1074px;
	width: 100%;
}

.p-introduction {
	background-image: url("../img/service-flow-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 60px;
	padding-top: 60px;
}

.p-introduction__title h3 {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.p-introduction__list {
	margin-inline: auto;
	margin-top: 40px;
	max-width: 400px;
}

.p-introduction__number-box {
	display: flex;
	flex-direction: column;
	padding-top: 26px;
	width: 12.8%;
}

.p-introduction__number--step {
	color: #fff400;
	font-family: "Fira Sans", sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
}

.p-introduction__number {
	aspect-ratio: 43/44;
	width: 40px;
}

.p-introduction__number img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-introduction__card {
	display: flex;
	gap: 5.1%;
}

.p-introduction__explanation--type1 {
	background-color: #edf3f8;
	clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
	padding-bottom: 45px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 22px;
	position: relative;
	width: 82.1%;
	z-index: 10;
}

.p-introduction__explanation--type2 {
	background-color: #dde8f0;
	clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
	margin-top: -26px;
	padding-bottom: 48px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 43px;
	position: relative;
	width: 82.1%;
	z-index: 9;
}

.p-introduction__explanation--type3 {
	background-color: #c7dbe9;
	clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%);
	margin-top: -33px;
	padding-bottom: 48px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 44px;
	position: relative;
	width: 82.1%;
	z-index: 8;
}

.p-introduction__explanation--type4 {
	background-color: #b0d0e5;
	margin-top: -30px;
	padding-bottom: 20px;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 42px;
	position: relative;
	width: 82.1%;
	z-index: 7;
}

.p-introduction__label {
	color: #023E78;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.p-introduction__text {
	color: #1a1a1a;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.714;
	margin-top: 7px;
}

.p-introduction__text--red {
	color: #e61264;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.714;
}

.l-qanda__title h2 {
	color: #1a1a1a;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.p-qanda__contents {
	margin-inline: auto;
	margin-top: 40px;
	max-width: 595px;
	width: 100%;
}

.p-qanda__item {
	border-bottom: 1px solid #ddd;
	padding-bottom: 16px;
	padding-top: 16px;
}

.p-qanda__item:hover {
	cursor: pointer;
}

.p-qanda__head {
	display: flex;
	gap: 13.1%;
	justify-content: space-between;
}

.p-qanda__head--text {
	color: #1a1a1a;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width: 78.2%;
}

.p-qanda__head--text.is-open {
	color: #e61264;
}

.p-qanda__head--icon {
	transition: transform 0.3s ease;
	width: 8.7%;
}

.p-qanda__head--icon.is-open {
	transform: rotate(45deg);
}

.p-qanda__head--icon.is-open path {
	stroke: #e61264;
}

.p-qanda__body {
	max-height: 0;
	overflow: hidden;
	padding-top: 0px;
	transition: all 0.3s ease;
}

.p-qanda__body.is-open {
	max-height: 200px;
	padding-top: 20px;
}

.p-qanda__body--text {
	color: #1a1a1a;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.714;
}

.u-sp-none {
	display: none;
}

.u-sp-none-block {
	display: none;
}

.u-pc-none {
	display: inline-block;
}

.u-pc-none-block {
	display: block;
}

.u-margin-top-8 {
	margin-top: 8px;
}

@media screen and (min-width: 768px) {

.l-top__service {
	margin-top: 260px;
}

.l-top__service-inner {
	max-width: 1180px;
	padding-left: 40px;
	padding-right: 40px;
}

.l-service__inner {
	margin-inline: auto;
	max-width: 1280px;
	padding-left: 50px;
	padding-right: 50px;
}

.l-service__list {
	margin-left: auto;
	margin-top: 133px;
}

.l-service__item:not(:first-child) {
	margin-top: 248px;
}

.l-service__bg {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.l-service__qanda {
	margin-top: 160px;
	padding-bottom: 160px;
}

.p-mv {
	background-image: url("../img/service-mv-pc.jpg");
}

.p-mv__heading-box {
	background-image: url("../img/mv-decoration_pc.png");
	background-size: 100% 100%;
}

.p-mv__heading {
	padding-left: 17.2vw;
}

.p-mv__heading--en {
	font-size: clamp(24px, 5.3vw, 60px);
}

.p-mv__heading--ja {
	font-size: clamp(12px, 1.6vw, 20px);
}

.p-service-1 {
	background-image: url("../img/service-img1-pc.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 51.4% auto;
	margin-left: auto;
	margin-top: 133px;
	max-width: 1090px;
	padding-bottom: 86px;
	padding-top: 0;
	width: 100%;
}

.p-service-2 {
	background-image: url("../img/service-img2-pc.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 51.4% auto;
	margin-right: auto;
	margin-top: 133px;
	max-width: 1090px;
	padding-bottom: 86px;
	padding-top: 0;
	width: 100%;
}

.p-service-3 {
	background-image: url("../img/service-img3-pc.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 51.4% auto;
	margin-left: auto;
	margin-top: 133px;
	max-width: 1090px;
	padding-bottom: 86px;
	padding-top: 0;
	width: 100%;
}

.p-service__title {
	margin-top: 80px;
}

.p-service__title h2 {
	font-size: 28px;
}

.p-service__inner {
	padding-bottom: 80px;
	padding-left: 120px;
	padding-right: 120px;
}

.p-servicebox {
	margin-inline: 0;
	padding-bottom: 60px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 80px;
	width: 590px;
}

.p-servicebox--reverse {
	margin-inline: auto 0;
	padding-bottom: 60px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 80px;
	width: 590px;
}

.p-service__number {
	aspect-ratio: 99/120;
	left: 58px;
	top: -53px;
	width: 99px;
}

.p-service__number--reverse {
	aspect-ratio: 99/120;
	right: 47px;
	top: -53px;
	width: 99px;
}

.p-service__heading--ja {
	font-size: 40px;
}

.p-service__heading--en {
	font-size: 16px;
}

.p-service__explanation {
	margin-top: 60px;
}

.p-service__item-box {
	margin-top: 60px;
}

.p-service__button a {
	max-width: 304px;
}

.p-service__button {
	margin-top: 60px;
}

.p-service__button--text {
	font-size: 16px;
}

.p-service__bg {
	background-image: url("../img/service-bg-pc.png");
	height: 1329px;
}

.p-qanda__contents {
	margin-top: 55px;
	max-width: 688px;
}

.p-qanda__item {
	padding-bottom: 32px;
	padding-top: 32px;
}

.p-qanda__head {
	gap: 5.8%;
}

.p-qanda__head--text {
	font-size: 20px;
	width: 89.4%;
}

.p-qanda__head--icon {
	width: 4.8%;
}

.p-qanda__body.is-open {
	padding-top: 30px;
}

.p-qanda__body--text {
	margin-inline: auto;
	max-width: 85.5%;
}

.u-sp-none-block {
	display: block;
}

.u-pc-none-block {
	display: none;
}

.u-about__img--margin {
	margin-top: 0;
}

}

@media screen and (min-width: 1024px) {

.l-service__introduction {
	margin-top: 160px;
}

.p-mv__heading-box {
	background-size: 66% 100%;
}

.p-introduction {
	padding-bottom: 119px;
	padding-top: 80px;
}

.p-introduction__list {
	display: flex;
	margin-top: 50px;
	max-width: 100%;
}

.p-introduction__item {
	display: flex;
	flex: 1;
	flex-direction: column;
	flex-shrink: 0;
	width: 27.1%;
}

.p-introduction__item:not(:first-child) {
	margin-left: -33px;
}

.p-introduction__number-box {
	align-items: end;
	flex-direction: row;
	gap: 7px;
	padding-top: 0;
	width: 100%;
}

.p-introduction__number {
	aspect-ratio: 40/45;
	width: 40px;
}

.p-introduction__card {
	flex: 1;
	flex-direction: column;
	gap: 0;
}

.p-introduction__explanation--type1 {
	align-items: flex-start;
	clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-top: 10px;
	min-height: 200px;
	padding-left: 43px;
	padding-right: 55px;
	padding-top: 46px;
	width: 100%;
}

.p-introduction__explanation--type2 {
	align-items: flex-start;
	clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-top: 10px;
	min-height: 200px;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
}

.p-introduction__explanation--type3 {
	align-items: flex-start;
	clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-top: 10px;
	min-height: 200px;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
}

.p-introduction__explanation--type4 {
	align-items: flex-start;
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-top: 10px;
	min-height: 200px;
	padding-left: 76px;
	padding-right: 24px;
	width: 100%;
}

.p-introduction__label {
	font-size: 20px;
}

.p-introduction__text {
	margin-top: 23px;
}

}

@media screen and (min-width: 1280px) {



.p-mv {
	margin-top: 100px;
}

.p-mv__heading-box {
	background-size: 66% 100%;
}

.u-sp-none {
	display: flex;
}

.u-pc-none {
	display: none;
}

}

