/* PCの場合 */
@media screen and (min-width: 980px){

/* Foundation */
*, ::before, ::after{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	color: #181E2E;
}

html{
	line-height: 1.5;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body{
	width: 100%;
	background-color: #FFFFFF;
	overflow-x: hidden;
}

a{
	text-decoration: none;
}

img{
	vertical-align: baseline;
}

ul, ol{
	list-style-type: none;
}

button{
	text-align: center;
	cursor: pointer;
}

/* Layout */
.l-header{
	width: 100%;
	height: 80px;
	padding-left: 4%;
	padding-right: 4%;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 4px 0px #0000001A;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.l-main{
	width: 100%;
	margin-top: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.l-footer{
	width: 100%;
	padding-top: 44px;
	padding-bottom: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	overflow: hidden;
}

/* Component */
.c-titleLink{
	width: fit-content;
	height: fit-content;
}

.c-titleLink img{
	width: 233px;
	height:auto;
	display: block;
}

.c-buttonContainer{
	display: flex;
	gap: 24px;
}

.c-buttonToInquiry{
	width: 164px;
	height: 44px;
	position: relative;
}

.c-buttonToInquiry span{
	padding-top: 8px;
	padding-right: 24px;
}

.c-buttonToInquiry::before{
	width: 9px;
	height: 9px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	right: 25px;
}

.c-buttonToInquiry:hover::before{
	border-top: 2px solid #2CADDA;
	border-right: 2px solid #2CADDA;
}

.c-buttonToRequest{
	width: 164px;
	height: 44px;
	position: relative;
}

.c-buttonToRequest span{
	padding-top: 8px;
	padding-right: 24px;
}

.c-buttonToRequest::before{
	width: 9px;
	height: 9px;
	border-top: 2px solid #2CADDA;
	border-right: 2px solid #2CADDA;
	right: 40px;
}

.c-footer__bg01{
	width: 382px;
	height: auto;
	position: absolute;
	top: -83px;
	right: -153px;
	z-index: -1;
}

.c-footer__bg02{
	width: 750px;
	height: auto;
	position: absolute;
	top: 16px;
	left: -164px;
	z-index: -1;
}

.c-footerContainer{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 44px;
}

.c-footerInfo__logo{
	width: 283px;
	height: 39px;
	object-fit: contain;
	display: block;
}

.c-footerInfo__text{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 16px;
}

.c-footerInfo__sns{
	width: 100%;
	margin-top: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.c-footerInfo__sns img{
	height: auto;
}

.c-footerLogoList{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.c-footerLogoList img{
	height: auto;
}

.c-footerLink{
	margin-top: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.c-footerLink a{
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1.5;
}

.c-footerCopyright{
	margin-top: 16px;
	font-size: 0.625rem;
	line-height: 1;
}

/* Project */
.p-fv{
	width: 100%;
	padding-bottom: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-fv__container{
	width: 100%;
	position: relative;
}

.p-fv__img{
	width: 100%;
	height: auto;
	aspect-ratio: 1024 / 526;
	object-fit: contain;
	object-position: 100% 50%;
}

.p-fv__img.sp{
	display: none;
}

.p-fv__bg{
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #FFFFFF 37%, rgba(255, 255, 255, 0) 68%);
	position: absolute;
	top: 0;
	left: 0;
}

.p-fv__textContainer{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.p-fv__text01{
	font-size: 44px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.08em;
	position: relative;
	margin-top: 15.7vw;
	margin-left: 4%;
}

.p-fv__text02{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	margin-top: 16px;
	margin-left: 4%;
}

.p-fv__buttonToInquiry{
	width: 172px;
	height: 44px;
	position: relative;
	margin-top: 40px;
	margin-left: 4%;
}

.p-fv__buttonToInquiry span{
	padding-top: 8px;
	padding-right: 24px;
}

.p-fv__buttonToInquiry::before{
	width: 9px;
	height: 9px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	right: 32px;
}

.p-fv__buttonToInquiry:hover::before{
	border-top: 2px solid #2CADDA;
	border-right: 2px solid #2CADDA;
}

.p-fv__buttonToRequest{
	width: 172px;
	height: 44px;
	position: absolute;
	margin-top: 40px;
	margin-left: 24px;
}

.p-fv__buttonToRequest span{
	padding-top: 8px;
	padding-right: 24px;
}

.p-fv__buttonToRequest::before{
	width: 9px;
	height: 9px;
	border-top: 2px solid #2CADDA;
	border-right: 2px solid #2CADDA;
	right: 47px;
}

.p-fv__points{
	margin-top: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.p-fv__point{
	position: relative;
}

.p-fv__point img{
	width: 153px;
	height: auto;
}

.p-fv__point p{
	text-align: center;
	width: 100%;
	position: absolute;
	top: 16px;
	left: 0;
}

.p-fv__point span{
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	color: #0069AA;
	text-align: center;
}

.p-fv__point span.small{
	font-size: 1.1rem;
	color: #181E2E;
}

.p-fv__point span.middle{
	font-size: 28px;
}

.p-fv__point span.large{
	font-size: 32px;
	line-height: 1.05;
}

.p-fv__slide{
	width: 100%;
	margin-top: 76px;
}

.p-fv__slide img{
	width: auto;
	height: 200px;
}

.p-sectionHeading{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	color: #0069AA;
	text-align: center;
	position: relative;
}

.p-sectionHeading--underline::before{
	content: "";
	width: calc(100% + 12px);
	height: 2px;
	background-color: #0069AA;
	position: absolute;
	bottom: -1px;
	left: -6px;
}

.p-sectionHeadingEn{
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	color: #0069AA;
	text-align: center;
	margin-top: 4px;
}

.p-section01{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.p-section01__bg01{
	position: absolute;
	top: 36px;
	left: -78px;
	z-index: -1;
}

.p-section01__bg02{
	position: absolute;
	bottom: -132px;
	right: -148px;
	z-index: -1;
}

.p-section01 .p-sectionHeading{
	font-size: 20px;
}

.p-section01 .p-sectionHeading .emphasize{
	font-size: 30px;
	color: #f7b425;
}

.p-section01Text{
	width: 747px;
	margin-top: 32px;
}

.p-section01Text__p{
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 8px;
}

.p-section01Text__p:first-child{
	margin-top: 0;
}

.p-section01StepList{
	padding-top: 66px;
	margin-top: 32px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 8px;
}

.p-section01StepItem{
	position: relative;
}

.p-section01StepItem__level{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	position: absolute;
}

.p-section01StepItem__level img{
	margin-right: 4px;
}

.p-section01StepItem .p-section01StepItem__level img:last-child{
	margin-right: 0;
}

.p-section01StepItem:first-child .p-section01StepItem__level img{
	transform: translate(0, 4px);
}

.p-section01StepItem:first-child .p-section01StepItem__level img:last-child{
	margin-right: 8px;
}

.p-section01StepItem__img{
	height: auto;
	position: absolute;
}

.p-section01StepList > :nth-child(1) .p-section01StepItem__level{
	top: -81px;
	left: -9px;
}

.p-section01StepList > :nth-child(1) .p-section01StepItem__img{
	top: -78px;
	left: 102px;
	zoom: 1.2;
}

.p-section01StepList > :nth-child(2) .p-section01StepItem__level{
	top: -73px;
	left: 5px;
}

.p-section01StepList > :nth-child(2) .p-section01StepItem__img{
	top: -76px;
	right: -7px;
	zoom: 1.3;
}

.p-section01StepList > :nth-child(3) .p-section01StepItem__level{
	top: -70px;
	left: 0;
}

.p-section01StepList > :nth-child(3) .p-section01StepItem__img{
	top: -68px;
	right: -7px;
	zoom: 1.2
}

.p-section01StepList > :nth-child(4) .p-section01StepItem__level{
	top: -66px;
	left: -3px;
}

.p-section01StepList > :nth-child(4) .p-section01StepItem__img{
	top: -63px;
	right: -7px;
	zoom: 1.2;
}

.p-section01StepItem__text{
	width: 199px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #FFFFFF;
}

.p-section01StepItem__text--01{
	padding-top: 40px;
	padding-left: 11px;
	padding-right: 11px;
	color: #333333;
	height: 108px;
	background-color: #9FBDD5;
}

.p-section01StepItem__text--02{
	padding-top: 21px;
	height: 139px;
	background-color: #3D96E4;
}

.p-section01StepItem__text--03{
	padding-top: 31px;
	height: 159px;
	background-color: #036CB3;
}

.p-section01StepItem__text--04{
	width: 216px;
	padding-top: 35px;
	height: 199px;
	background-color: #004885;
}

.p-section01Logo{
	padding: 5px;
	margin-top: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 6px #d0d0d0;
}

.p-section01Logo img{
	height: auto;
}

.p-section02{
	width: 100%;
	padding-top: 72px;
	padding-bottom: 75px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-section02Container{
	margin-top: 33px;
	display: flex;
	gap: 21px;
}

.p-section02Problem{
	width: 429px;
	height: 547px;
	border-radius: 8px;
	border: 2px solid #757575;
	background-color: #FFFFFF;
	position: relative;
}

.p-section02Problem::before{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-color: #757575;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}

.p-section02Problem__heading{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 58px;
	padding-top: 4px;
	border-radius: 6px 6px 0 0;
	background-color: #757575;
	position: relative;
}

.p-section02Problem__heading::before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFFFFF;
	position: absolute;
	top: 11px;
	left: 10px;
}

.p-section02Problem__heading::after{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFFFFF;
	position: absolute;
	top: 11px;
	right: 10px;
}

.p-section02Problem__list{
	width: 100%;
	padding-top: 22px;
	padding-left: 88px;
}

.p-section02Problem__item{
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 24px;
	position: relative;
}

.p-section02Problem__item img{
	width: 25px;
	height: auto;
	position: absolute;
	top: 0;
	left: -36px;
}

.p-section02Problem__img{
	width: 226px;
	height: auto;
	position: absolute;
	bottom: -34px;
	right: -20px;
}

.p-section02Solution{
	width: 429px;
	height: 547px;
	border-radius: 8px;
	border: 2px solid #0069AA;
	background-color: #FFFFFF;
	position: relative;
}

.p-section02Solution::before{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-color: #0069AA;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}

.p-section02Solution__heading{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 59px;
	padding-top: 7.5px;
	border-radius: 6px 6px 0 0;
	background-color: #0069AA;
	position: relative;
}

.p-section02Solution__heading::before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFFFFF;
	position: absolute;
	top: 11px;
	left: 10px;
}

.p-section02Solution__heading::after{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFFFFF;
	position: absolute;
	top: 11px;
	right: 10px;
}

.p-section02Solution__list{
	width: 100%;
	padding-top: 22px;
	padding-left: 36px;
}

.p-section02Solution__item{
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.5;
	width: fit-content;
	margin-bottom: 24px;
	position: relative;
}

.p-section02Solution__item img{
	width: 25px;
	height: auto;
	position: absolute;
	top: 0;
	left: -31px;
}

.p-section02Solution__item p{
	display: inline;
	background: linear-gradient(transparent 80%, #DBEBF5 20%);
	position: relative;
	z-index: 2;
}

.p-section02Solution__img{
	width: 244px;
	height: auto;
	position: absolute;
	bottom: -38px;
	right: -3px;
}

.p-section02Solution__logo{
	width: 253px;
	height: auto;
	position: absolute;
	bottom: 106px;
	left: 35px;
}

.p-section03{
	width: 100%;
	padding-top: 72px;
	padding-bottom: 128px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-section03List{
	width: 100%;
	max-width: 1024px;
	margin-top: 56px;
	margin-bottom: 96px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 96px;
}

.p-section03Item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 40px;
}

.p-section03Item--reverse{
	flex-direction: row-reverse;
}

.p-section03Item__img01{
	width: 412px;
	height: auto;
}

.p-section03Item__container{
	width: 500px;
	position: relative;
}

.p-section03Item__img02{
	width: 168px;
	height: auto;
	position: absolute;
}

.p-section03List > :nth-child(1) .p-section03Item__img02{
	top: -23px;
	left: 132px;
}

.p-section03List > :nth-child(2) .p-section03Item__img02{
	top: -2px;
	left: 132px;
}

.p-section03List > :nth-child(3) .p-section03Item__img02{
	top: -23px;
	left: 144px;
}

.p-section03List > :nth-child(4) .p-section03Item__img02{
	top: -10px;
	left: 110px;
}

.p-section03List > :nth-child(5) .p-section03Item__img02{
	top: -23px;
	left: 132px;
}

.p-section03Item__number{
	font-family: "M PLUS 1p", sans-serif;
	font-size: 70px;
	font-weight: 800;
	line-height: 1.4;
	color: #F7C55A;
}

.p-section03Item__heading{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #468DC5;
	margin-top: 47px;
}

.p-section03Item__text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	width: 497px;
	margin-top: 13px;
}

.p-section03Inquiry{
	margin-top: 128px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.p-section03Inquiry__bg{
	width: 887px;
	height: auto;
	position: absolute;
	top: -116px;
	left:-108px;
	z-index: -1;
}

.p-section03Inquiry__text{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	color: #0069AA;
}

.p-section03Inquiry__button{
	width: 314px;
	height: 65px;
	margin-top: 40px;
	position: relative;
}

.p-section03Inquiry__button span{
	padding-top: 18px;
	padding-right: 28px;
}

.p-section03Inquiry__button::before{
	width: 12.5px;
	height: 12.5px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	right: 78px;
}

.p-section03Inquiry__button:hover::before{
	border-top: 3px solid #2CADDA;
	border-right: 3px solid #2CADDA;
}

.p-section04{
	width: 100%;
	padding-top: 72px;
	padding-bottom: 124px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-section04List{
	margin-top: 65px;
	display:flex;
	flex-direction: column;
	align-items: center;
	gap: 110px;
}

.p-section04Item{
	width: 514px;
	position: relative;
}

.p-section04List > :nth-child(1) .p-section04Item__bg{
	width: 812px;
	height: auto;
	position: absolute;
	top: -32px;
	left: -192px;
	z-index: -1;
}

.p-section04List > :nth-child(2) .p-section04Item__bg{
	width: 817px;
	height: auto;
	position: absolute;
	top: -34px;
	left: -175px;
	z-index: -1;
}

.p-section04Item__img{
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 514 / 215;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}

.p-section04Item__heading{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #468DC5;
	text-align: center;
	margin-top: 16px;
}

.p-section04Item__text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 20px;
}

.p-section05{
	width: 100%;
	padding-top: 72px;
	padding-bottom: 72px;
	background-color: #DBEBF5;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-section05List{
	margin-top: 54px;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.p-section05Item{
	width: 310px;
	border-radius: 8px;
	background-color: #FFFFFF;
	position: relative;
}

.p-section05Item__img{
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 310 / 183;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}

.p-section05Item__industry{
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: center;
	color: #FFFFFF;
	width: 160px;
	padding-top: 5px;
	padding-bottom: 6px;
	border-radius: 8px;
	background: linear-gradient(90deg,#38b3ff 0%, #2aa1eb 100%);
	position: absolute;
	top: -22px;
	left: calc(50% - 80px);
}

.p-section05Item__heading{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #468DC5;
	height: 3rem;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 16px;
}

.p-section05Item__text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color: #333333;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 32px;
	margin-top: 16px;
}

.p-section06{
	margin-top: 153px;
	margin-bottom: 153px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.p-section06__bg{
	width: 693px;
	height: auto;
	position: absolute;
	top: -128px;
	left: -98px;
	z-index: -1;
}

.p-section06__text{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	color: #0069AA;
}

.p-section06__container{
	margin-top: 40px;
	display: flex;
	gap: 24px;
}

.p-section06__buttonToInquiry{
	width: 208px;
	height: 67px;
	position: relative;
}

.p-section06__buttonToInquiry span{
	padding-top: 20px;
	padding-right: 24px;
}

.p-section06__buttonToInquiry::before{
	width: 9px;
	height: 9px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	right: 48px;
}

.p-section06__buttonToInquiry:hover::before{
	border-top: 2px solid #2CADDA;
	border-right: 2px solid #2CADDA;
}

.p-section06__buttonToRequest{
	width: 208px;
	height: 67px;
	position: relative;
}

.p-section06__buttonToRequest span{
	padding-top: 20px;
	padding-right: 24px;
}

.p-section06__buttonToRequest::before{
	width: 9px;
	height: 9px;
	border-top: 2px solid #2CADDA;
	border-right: 2px solid #2CADDA;
	right: 64px;
}

.p-section07{
	width: 100%;
	margin-top: 72px;
	margin-bottom: 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.p-section07__bg01{
	width: 407px;
	height: auto;
	position: absolute;
	top: -175px;
	left: -110px;
	z-index: -1;
}

.p-section07__bg02{
	width: 592px;
	height: auto;
	position: absolute;
	bottom: -38px;
	right: -295px;
	z-index: -1;
}

.p-section07Item{
	width: 665px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-section07 > :nth-child(1 of .p-section07Item){
	margin-top: 32px;
}

.p-section07 > :nth-child(2 of .p-section07Item){
	margin-top: 43px;
}

.p-section07Item__base{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #333333;
	text-align: center;
}

.p-section07Item__img{
	width: 100%;
	height: auto;
	margin-top: 8px;
}

.p-section07Item__text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color: #333333;
	margin-top: 18px;
}

.p-section08{
	width: 100%;
	padding-top: 72px;
	padding-bottom: 72px;
	background-color: #FAF7F3;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-section08__table{
	margin-top: 32px;
	border-collapse: separate;
}

.p-section08__table th, .p-section08__table td{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #468DC5;
	text-align: center;
	vertical-align: middle;
	height: 62px;
	background-color: #DBEBF5;
	border: 2px solid transparent;
}

.p-section08__table th:nth-child(1){
	width: 116px;
}

.p-section08__table th:nth-child(2){
	width: 280px;
}

.p-section08__table th:nth-child(3){
	width: 486px;
}

.p-section08__table .transparent{
	background-color: transparent;
}
.p-section08__table td:nth-child(2){
	text-align: left;
	padding-left: 32px;
}

.p-section08__table td:nth-child(3){
	text-align: left;
	padding-left: 77px;
	position: relative;
}

.p-section08__table td:nth-child(3) > img{
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50px;
	transform: translate(-50%, -50%);
}

.p-section08__table .blue{
	background-color: #468DC5;
	color: #FFFFFF;
}

.p-section08__text{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #333333;
	width: 880px;
	margin-top: 32px;
}

.p-section09{
	width: 100%;
	padding-top: 72px;
	padding-bottom: 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.p-section09__bg{
	width: 397px;
	height: auto;
	position: absolute;
	top: 166px;
	left: -117px;
	z-index: -1;
}

.p-section09Period{
	width: 590px;
	padding-top: 10px;
	padding-bottom: 14px;
	padding-right: 7px;
	border-radius: 8px;
	border: 1px solid #4994C9;
	background-color: #FFFFFF;
	margin-top: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	position: relative;
}

.p-section09Period::before{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: linear-gradient(180deg, #4994C9 0%, #4389C2 100%);
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}

.p-section09Period__decoLeft{
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.p-section09Period__decoLeft::before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(180deg, #4994C9 0%, #4389C2 100%);
	position: absolute;
	top: 11px;
	left: 11px;
}

.p-section09Period__decoLeft::after{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(180deg, #4994C9 0%, #4389C2 100%);
	position: absolute;
	bottom: 11px;
	left: 11px;
}

.p-section09Period__decoRight{
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.p-section09Period__decoRight::before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(180deg, #4994C9 0%, #4389C2 100%);
	position: absolute;
	top: 11px;
	right: 11px;
}

.p-section09Period__decoRight::after{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(180deg, #4994C9 0%, #4389C2 100%);
	position: absolute;
	bottom: 11px;
	right: 11px;
}

.p-section09Period__container{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-section09Period__heading{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	background: linear-gradient(transparent 70%, #F7C55A 30%);
}

.p-section09Period__text{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 8px;
}

.p-section09Period__img{
	width: auto;
	height: 108px;
}

.p-section09List{
	margin-top: 37px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 51px;
}

.p-section09Item{
	width: 454px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 64px;
	background: linear-gradient(180deg, #4994C9 0%, #4389C2 100%);
	display: flex;
	align-items: center;
	position: relative;
}

.p-section09Item::before{
	content: "";
	width: 23px;
	height: 5px;
	border-radius: 3px;
	background-color: #0069AA;
	position: absolute;
	bottom: -28px;
	left: 209px;
	transform: rotate(45deg);
}

.p-section09Item::after{
	content: "";
	width: 23px;
	height: 5px;
	border-radius: 3px;
	background-color: #0069AA;
	position: absolute;
	bottom: -28px;
	right: 209px;
	transform: rotate(-45deg);
}

.p-section09Item:last-child::before{
	content: initial;
}

.p-section09Item:last-child::after{
	content: initial;
}

.p-section09Item__number{
	font-family: "M PLUS 1p", sans-serif;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.3;
	color: #FFFFFF;
	margin-right: 24px;
}

.p-section09Item__text{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #FFFFFF;
}

.p-section09Item__img{
	height: auto;
	position: absolute;
}

.p-section09List > :nth-child(1) .p-section09Item__img{
	top: -57px;
	right: -95px;
	zoom: 1.24;
}

.p-section09List > :nth-child(2) .p-section09Item__img{
	top: -12px;
	left: -64px;
	zoom: 1.94;
}

.p-section09List > :nth-child(3) .p-section09Item__img{
	top: -35px;
	right: -103px;
	zoom: 1.3;
}

.p-section09List > :nth-child(4) .p-section09Item__img{
	top: -32px;
	left: -77px;
	zoom: 1.38;
}

.p-section09List > :nth-child(5) .p-section09Item__img{
	top: -20px;
	right: -127px;
}

.p-section09List > :nth-child(6) .p-section09Item__img{
	top: -40px;
	left: -83px;
	zoom: 1.56;
}

.p-section09__button{
	width: 315px;
	height: 65px;
	margin-top: 32px;
	position: relative;
}

.p-section09__button span{
	padding-top: 18px;
	padding-right: 28px;
}

.p-section09__button::before{
	width: 12.5px;
	height: 12.5px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	right: 78px;
}

.p-section09__button:hover::before{
	border-top: 3px solid #2CADDA;
	border-right: 3px solid #2CADDA;
}

.p-section10{
	width: 100%;
	padding-top: 72px;
	padding-bottom: 72px;
	background-color: #FAF7F3;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.p-section10__bg{
	width: 416px;
	height: auto;
	position: absolute;
	top: -257px;
	right: -115px;
}

.p-section10List{
	width: 843px;
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.p-section10Item{
	width: 100%;
	background-color: #FFFFFF;
}

.p-section10Item__question{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	width: 100%;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 94px;
	padding-right: 94px;
	box-shadow: 0 1px 3px #EEEEEE;
	position: relative;
	z-index: 2;
}

.p-section10Item__question::before{
	content: "Q";
	font-family: "M PLUS 1p", sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	color: #FFFFFF;
	width: 34px;
	height: 34px;
	padding-top: 6px;
	border-radius: 50%;
	background-color: #468DC5;
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translate(0, -50%);
}

.p-section10Item__button{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 38px;
	transform: translate(0, -50%);
	cursor: pointer;
}

.p-section10Item__button::before{
	content: "";
	width: 20px;
	height: 3px;
	border-radius: 1.5px;
	background-color: #468DC5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease;
}

.p-section10Item__button::after{
	content: "";
	width: 20px;
	height: 3px;
	border-radius: 1.5px;
	background-color: #468DC5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease;
}

.p-section10Item.close .p-section10Item__button::before{
	transform: translate(-50%, -50%) rotate(-90deg);
}

.p-section10Item.close .p-section10Item__button::after{
	transform: translate(-50%, -50%) rotate(-180deg);
}

.p-section10Item__answer{
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	width: auto;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 12px;
	margin-bottom: 16px;
	margin-left: 40px;
	margin-right: 40px;
	background-color: #F0F8FF;
	display: grid;
	grid-template-rows: 1fr;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
}

/*
.p-section10List{
	width: 843px;
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.p-section10Item{
	width: 100%;
}

.p-section10Item__question{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	width: 100%;
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 97px;
	padding-right: 97px;
	border-radius: 8px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
}

.p-section10Item__question::before{
	content: "Q";
	font-family: "M PLUS 1p", sans-serif;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	color: #468DC5;
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translate(0, -50%);
}

.p-section10Item__button{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 38px;
	transform: translate(0, -50%);
	cursor: pointer;
}

.p-section10Item__button::before{
	content: "";
	width: 20px;
	height: 3px;
	border-radius: 1.5px;
	background-color: #468DC5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease;
}

.p-section10Item__button::after{
	content: "";
	width: 20px;
	height: 3px;
	border-radius: 1.5px;
	background-color: #468DC5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease;
}

.p-section10Item.close .p-section10Item__button::before{
	transform: translate(-50%, -50%) rotate(-90deg);
}

.p-section10Item.close .p-section10Item__button::after{
	transform: translate(-50%, -50%) rotate(-180deg);
}

.p-section10Item__answer{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	width: 100%;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 97px;
	padding-right: 8px;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 30px;
	display: grid;
	grid-template-rows: 1fr;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
}

.p-section10Item__answer::before{
	content: "A";
	font-family: "M PLUS 1p", sans-serif;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	color: #468DC5;
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translate(0, -50%);
}
*/

/* Utility */
.u-fontSize--16{
	font-size: 1rem;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.u-fontSize--36{
	font-size: 36px;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.u-color--black{
	line-height: inherit;
	letter-spacing: inherit;
	color: #181E2E;
}

.u-color--blue{
	line-height: inherit;
	letter-spacing: inherit;
	color: #0069AA;
}

.u-color--yellow{
	line-height: inherit;
	letter-spacing: inherit;
	color: #F7C55A;
}

.u-spacer--10{
	display: block;
	width: 100%;
	height: 10px;
}

.u-button01{
	padding: 2px;
	border-radius: 8px;
	border: none;
	background: linear-gradient(90deg, #32C9E5 0%, #2CADDA 100%);
	box-shadow: 0px 2px 2px 0px #0000001A;
}

.u-button01 span{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	transition: all 0.5s ease;
}

.u-button01::before{
	content: "";
	border-top-right-radius: 3%;
	position: absolute;
	top: 50%;
	z-index: 3;
	transform: rotate(45deg) translate(0, -50%);
	transition: all 0.5s ease;
}

.u-button01::after{
	content: "";
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 6px;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 1;
	transition: all 0.5s ease;
}

.u-button01:hover span{
	background: linear-gradient(90deg, #32C9E5 0%, #2CADDA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.u-button01:hover::after{
	background-color: #FFFFFF;
}

.u-button02{
	padding: 2px;
	border-radius: 8px;
	border: none;
	background: linear-gradient(90deg, #32C9E5 0%, #2CADDA 100%);
	box-shadow: 0px 2px 2px 0px #0000001A;
	transition: all 0.5s ease;
}

.u-button02 span{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	background: linear-gradient(90deg, #32C9E5 0%, #2CADDA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 2;
	transition: all 0.5s ease;
}

.u-button02::before{
	content: "";
	border-top-right-radius: 3%;
	position: absolute;
	top: 50%;
	z-index: 3;
	transform: rotate(45deg) translate(0, -50%);
	transition: all 0.5s ease;
}

.u-button02::after{
	content: "";
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 6px;
	background-color: #FFFFFF;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 1;
	transition: all 0.5s ease;
}

.u-button02:hover{
	background: #B1E5F3;
}

.u-button02:hover::after{
	background-color: transparent;
}

}


/* SPの場合 */
@media screen and (max-width: 979px){

/* Foundation */
*, ::before, ::after{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	color: #181E2E;
}

html{
	line-height: 1.5;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body{
	width: 100%;
	background-color: #FFFFFF;
	overflow-x: hidden;
}

a{
	text-decoration: none;
}

img{
	vertical-align: baseline;
}

ul, ol{
	list-style-type: none;
}

button{
	text-align: center;
	cursor: pointer;
}

/* Layout */
.l-header{
	width: 100%;
	height: 45px;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 4px 0px #0000001A;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.l-main{
	width: 100%;
	margin-top: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.l-footer{
	width: 100%;
	padding-top: 32px;
	padding-bottom: 24px;
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	overflow: hidden;
}

/* Component */
.c-titleLink{
	width: fit-content;
	height: fit-content;
}

.c-titleLink img{
	width: 130px;
	height:auto;
	display: block;
}

.c-buttonContainer{
	display: flex;
	gap: 6px;
}

.c-buttonToInquiry{
	width: 82px;
	height: 32px;
	position: relative;
}

.c-buttonToInquiry span{
	padding-top: 8px;
	padding-right: 10px;
}

.c-buttonToInquiry.u-button01 span{
	font-size: 0.65rem;
}

.c-buttonToInquiry::before{
	width: 7px;
	height: 7px;
	border-top: 1.5px solid #FFFFFF;
	border-right: 1.5px solid #FFFFFF;
	right: 9px;
}

.c-buttonToInquiry:hover::before{
	border-top: 1.5px solid #2CADDA;
	border-right: 1.5px solid #2CADDA;
}

.c-buttonToRequest{
	width: 82px;
	height: 32px;
	position: relative;
}

.c-buttonToRequest span{
	padding-top: 8px;
	padding-right: 10px;
}

.c-buttonToRequest.u-button02 span{
	font-size: 0.65rem;
}

.c-buttonToRequest::before{
	width: 7px;
	height: 7px;
	border-top: 1.5px solid #2CADDA;
	border-right: 1.5px solid #2CADDA;
	right: 17px;
}

.c-footer__bg01{
	width: 382px;
	height: auto;
	position: absolute;
	top: -83px;
	left: 74%;
	z-index: -1;
}

.c-footer__bg02{
	width: 750px;
	height: auto;
	position: absolute;
	top: -8px;
	right: 44%;
	z-index: -1;
}

.c-footerContainer{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.c-footerInfo__logo{
	width: 180px;
	height: 25px;
	object-fit: contain;
}

.c-footerInfo__text{
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 4px;
}

.c-footerInfo__sns{
	width: 100%;
	margin-top: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.c-footerInfo__sns img{
	height: auto;
}

.c-footerLogoList{
	max-width: 250px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.c-footerLogoList img{
	height: auto;
}

.c-footerLink{
	margin-top: 44px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	row-gap: 8px;
	column-gap: 24px;
}

.c-footerLink a{
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1.5;
}

.c-footerCopyright{
	margin-top: 16px;
	font-size: 0.625rem;
	line-height: 1;
}

/* Project */
.p-fv{
	width: 100%;
	padding-bottom: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-fv__container{
	width: 100%;
	position: relative;
}

.p-fv__img{
	display: block;
	width: 100%;
	height: 420px;
	object-fit: cover;
	object-position: 50% 20%;
}

.p-fv__img.pc{
	display: none;
}

.p-fv__bg{
	width: 100%;
	height: 100%;
	background: linear-gradient(12deg, #FFFFFF 22%, rgba(255, 255, 255, 0) 72%);
	position: absolute;
	top: 0;
	left: 0;
}

.p-fv__textContainer{
	width: 96%;
	position: absolute;
	bottom: 4%;
	left: 4%;
}

.p-fv__text01{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
}

.p-fv__text02{
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 8px;
}

.p-fv__buttonToInquiry{
	width: 120px;
	height: 32px;
	margin-top: 12px;
	position: relative;
}

.p-fv__buttonToInquiry span{
	padding-top: 7px;
	padding-right: 17px;
}

.p-fv__buttonToInquiry::before{
	width: 7px;
	height: 7px;
	border-top: 1.5px solid #FFFFFF;
	border-right: 1.5px solid #FFFFFF;
	right: 18px;
}

.p-fv__buttonToInquiry:hover::before{
	border-top: 1.5px solid #2CADDA;
	border-right: 1.5px solid #2CADDA;
}

.p-fv__buttonToRequest{
	width: 120px;
	height: 32px;
	margin-top: 12px;
	margin-left: 16px;
	position: relative;
}

.p-fv__buttonToRequest span{
	padding-top: 7px;
	padding-right: 17px;
}

.p-fv__buttonToRequest::before{
	width: 7px;
	height: 7px;
	border-top: 1.5px solid #2CADDA;
	border-right: 1.5px solid #2CADDA;
	right: 32px;
}

.p-fv__points{
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.p-fv__point{
	position: relative;
}

.p-fv__point img{
	width: 110px;
	height: auto;
}

.p-fv__point p{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #0069AA;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 13px;
	left: 0;
}

.p-fv__point span{
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #0069AA;
	text-align: center;
}

.p-fv__point span.small{
	font-size: 0.85rem;
	color: #181E2E;
}

.p-fv__point span.middle{
	font-size: 22px;
}

.p-fv__point span.large{
	font-size: 24px;
	line-height: 1.05;
}

.p-fv__slide{
	width: 100%;
	margin-top: 32px;
}

.p-fv__slide img{
	width: auto;
	height: 160px;
}

.p-sectionHeading{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #0069AA;
	text-align: center;
	position: relative;
}

.p-sectionHeading--underline::before{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #0069AA;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.p-sectionHeadingEn{
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	color: #0069AA;
	text-align: center;
	margin-top: 4px;
}

.p-section01{
	width: 100%;
	padding-top: 24px;
	padding-bottom: 32px;
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.p-section01__bg01{
	width: 493px;
	height: auto;
	position: absolute;
	top: 50px;
	right: 60%;
	z-index: -1;
}

.p-section01__bg02{
	position: absolute;
	bottom: -120px;
	left: 72%;
	z-index: -1;
}

.p-section01 .p-sectionHeading{
	font-size: 1rem;
	line-height: 1.4;
}

.p-section01 .p-sectionHeading .emphasize{
	font-size: 20px;
	color: #f7b425;
}

.p-section01 .p-sectionHeading .linebreak--sp{
	display: block;
	width: 100%;
	height: 0;
}

.p-section01Text{
	max-width: 500px;
	margin-top: 20px;
}

.p-section01Text__p{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 8px;
}

.p-section01Text__p:first-child{
	margin-top: 0;
}

.p-section01StepList{
	max-width: 500px;
	padding-top: 68px;
	margin-top: 32px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0.5%;
}

.p-section01StepItem{
	width: 24.5%;
	position: relative;
}

.p-section01StepItem__level{
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	width: 60px;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translate(-50%, 0);
}

.p-section01StepItem__level img{
	width: 11px;
	height: auto;
	margin-right: 1px;
}

.p-section01StepItem .p-section01StepItem__level img:last-child{
	margin-right: 0;
}

.p-section01StepItem:first-child .p-section01StepItem__level img{
	transform: translate(0, 1px);
}

.p-section01StepItem__img{
	height: auto;
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translate(-50%, -100%);
}

.p-section01StepItem__text{
	width: 100%;
	padding-bottom: 32px;
	padding-left: 5%;
	padding-right: 5%;
	border-radius: 4px;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.2;
	color: #FFFFFF;
}

.p-section01StepItem__text--01{
	padding-top: 32px;
	color: #333333;
	background-color: #9FBDD5;
}

.p-section01StepItem__text--02{
	padding-top: 20px;
	background-color: #3D96E4;
}

.p-section01StepItem__text--03{
	padding-top: 32px;
	background-color: #036CB3;
}

.p-section01StepItem__text--04{
	padding-top: 20px;
	background-color: #004885;
}

.p-section01Logo{
	padding: 3px;
	margin-top: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 6px #d0d0d0;
}

.p-section01Logo img{
	width: auto;
	height: 56px;
}

.p-section02{
	width: 100%;
	padding-top: 24px;
	padding-bottom: 32px;
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-section02Container{
	width: 100%;
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.p-section02Problem{
	width: 100%;
	max-width: 420px;
	padding-bottom: 120px;
	border-radius: 8px;
	border: 2px solid #757575;
	background-color: #FFFFFF;
	position: relative;
}

.p-section02Problem::before{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-color: #757575;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}

.p-section02Problem__heading{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 40px;
	padding-top: 3px;
	border-radius: 6px 6px 0 0;
	background-color: #757575;
	position: relative;
}

.p-section02Problem__heading::before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFFFFF;
	position: absolute;
	top: 11px;
	left: 10px;
}

.p-section02Problem__heading::after{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFFFFF;
	position: absolute;
	top: 11px;
	right: 10px;
}

.p-section02Problem__list{
	width: fit-content;
	padding-top: 16px;
	padding-left: 28px;
	padding-right: 8px;
	margin-left: auto;
	margin-right: auto;
}

.p-section02Problem__item{
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.5;
	width: fit-content;
	margin-bottom: 12px;
	position: relative;
}

.p-section02Problem__item img{
	width: 18px;
	height: auto;
	position: absolute;
	top: 3px;
	left: -22px;
}

.p-section02Problem__img{
	width: 168px;
	height: auto;
	position: absolute;
	bottom: -20px;
	right: -10px;
}

.p-section02Solution{
	width: 100%;
	max-width: 420px;
	padding-bottom: 120px;
	border-radius: 8px;
	border: 2px solid #0069AA;
	background-color: #FFFFFF;
	position: relative;
}

.p-section02Solution::before{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-color: #0069AA;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}

.p-section02Solution__heading{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 40px;
	padding-top: 3px;
	border-radius: 6px 6px 0 0;
	background-color: #0069AA;
	position: relative;
}

.p-section02Solution__heading::before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFFFFF;
	position: absolute;
	top: 11px;
	left: 10px;
}

.p-section02Solution__heading::after{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFFFFF;
	position: absolute;
	top: 11px;
	right: 10px;
}

.p-section02Solution__list{
	width: fit-content;
	padding-top: 16px;
	padding-left: 28px;
	padding-right: 8px;
	margin-left: auto;
	margin-right: auto;
}

.p-section02Solution__item{
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.5;
	width: fit-content;
	margin-bottom: 12px;
	position: relative;
}

.p-section02Solution__item img{
	width: 18px;
	height: auto;
	position: absolute;
	top: 3px;
	left: -22px;
}

.p-section02Solution__item p{
	display: inline;
	background: linear-gradient(transparent 80%, #DBEBF5 20%);
	position: relative;
	z-index: 2;
}

.p-section02Solution__img{
	width: 160px;
	height: auto;
	position: absolute;
	bottom: -18px;
	right: -8px;
}

.p-section02Solution__logo{
	width: 164px;
	height: auto;
	position: absolute;
	bottom: 78px;
	right: 94px;
}

.p-section03{
	width: 100%;
	padding-top: 24px;
	padding-bottom: 32px;
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-section03List{
	width: 100%;
	max-width: 420px;
	margin-top: 24px;
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

.p-section03Item{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.p-section03Item__img01{
	display: block;
	width: 100%;
	height: auto;
}

.p-section03Item__container{
	width: 100%;
	margin-top: 16px;
	position: relative;
}

.p-section03Item__img02{
	width: auto;
	position: absolute;
}

.p-section03List > :nth-child(1) .p-section03Item__img02{
	height: 140px;
	top: -67px;
	right: 8%;
}

.p-section03List > :nth-child(2) .p-section03Item__img02{
	height: 120px;
	top: -67px;
	right: 8%;
	background: radial-gradient(#FFFFFF 20%, transparent 70%);
}

.p-section03List > :nth-child(3) .p-section03Item__img02{
	height: 110px;
	top: -63px;
	right: 6%;
}

.p-section03List > :nth-child(4) .p-section03Item__img02{
	height: 120px;
	top: -65px;
	right: 4%;
}

.p-section03List > :nth-child(5) .p-section03Item__img02{
	height: 120px;
	top: -64px;
	right: 4%;
	background: radial-gradient(#FFFFFF 0%, transparent 66%);
}

.p-section03Item__number{
	font-family: "M PLUS 1p", sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	color: #F7C55A;
	position: relative;
	z-index: 1;
}

.p-section03Item__heading{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #468DC5;
	margin-top: 4px;
	position: relative;
	z-index: 1;
}

.p-section03Item__text{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	width: 100%;
	margin-top: 8px;
	position: relative;
	z-index: 1;
}

.p-section03Inquiry{
	margin-top: 80px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.p-section03Inquiry__bg{
	width: 480px;
	height: auto;
	position: absolute;
	top: -68px;
	left: -50px;
	z-index: -1;
}

.p-section03Inquiry__text{
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #0069AA;
}

.p-section03Inquiry__button{
	width: 180px;
	height: 48px;
	margin-top: 24px;
	position: relative;
}

.p-section03Inquiry__button span{
	padding-top: 15px;
	padding-right: 24px;
}

.p-section03Inquiry__button::before{
	width: 9px;
	height: 9px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	right: 32px;
}

.p-section03Inquiry__button:hover::before{
	border-top: 2px solid #2CADDA;
	border-right: 2px solid #2CADDA;
}

.p-section04{
	width: 100%;
	padding-top: 24px;
	padding-bottom: 52px;
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-section04List{
	width: 100%;
	max-width: 420px;
	margin-top: 24px;
	display:flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

.p-section04Item{
	width: 100%;
	position: relative;
}

.p-section04List > :nth-child(1) .p-section04Item__bg{
	width: 580px;
	height: auto;
	position: absolute;
	top: -20px;
	left: -80px;
	z-index: -1;
}

.p-section04List > :nth-child(2) .p-section04Item__bg{
	width: 610px;
	height: auto;
	position: absolute;
	top: -15px;
	left: -70px;
	z-index: -1;
}

.p-section04Item__img{
	display: flex;
	width: 100%;
	height: auto;
	aspect-ratio: 514 / 215;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}

.p-section04Item__heading{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #468DC5;
	margin-top: 10px;
}

.p-section04Item__text{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 8px;
}

.p-section05{
	width: 100%;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #DBEBF5;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-section05List{
	margin-top: 46px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 38px;
}

.p-section05Item{
	width: 100%;
	max-width: 310px;
	border-radius: 8px;
	background-color: #FFFFFF;
	position: relative;
}

.p-section05Item__img{
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 310 / 183;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}

.p-section05Item__industry{
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	color: #FFFFFF;
	width: 160px;
	padding-top: 5px;
	padding-bottom: 6px;
	border-radius: 8px;
	background: linear-gradient(90deg,#38b3ff 0%, #2aa1eb 100%);
	position: absolute;
	top: -22px;
	left: calc(50% - 80px);
}

.p-section05Item__heading{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #468DC5;
	height: 2.4rem;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 12px;
}

.p-section05Item__heading.down{
	padding-top: 0.5rem;
}

.p-section05Item__text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	color: #333333;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 16px;
	margin-top: 12px;
}

.p-section06{
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 85px;
	margin-bottom: 85px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.p-section06__bg{
	width: 450px;
	height: auto;
	position: absolute;
	top: -85px;
	left: -65px;
	z-index: -1;
}

.p-section06__text{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	color: #0069AA;
}

.p-section06__container{
	margin-top: 16px;
	display: flex;
	gap: 16px;
}

.p-section06__buttonToInquiry{
	width: 120px;
	height: 42px;
	position: relative;
}

.p-section06__buttonToInquiry span{
	padding-top: 11px;
	padding-right: 17px;
}

.p-section06__buttonToInquiry::before{
	width: 7px;
	height: 7px;
	border-top: 1.5px solid #FFFFFF;
	border-right: 1.5px solid #FFFFFF;
	right: 18px;
}

.p-section06__buttonToInquiry:hover::before{
	border-top: 1.5px solid #2CADDA;
	border-right: 1.5px solid #2CADDA;
}

.p-section06__buttonToRequest{
	width: 120px;
	height: 42px;
	position: relative;
}

.p-section06__buttonToRequest span{
	padding-top: 11px;
	padding-right: 17px;
}

.p-section06__buttonToRequest::before{
	width: 7px;
	height: 7px;
	border-top: 1.5px solid #2CADDA;
	border-right: 1.5px solid #2CADDA;
	right: 32px;
}

.p-section07{
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 24px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.p-section07__bg01{
	width: 280px;
	height: auto;
	position: absolute;
	top: -70px;
	right: 75%;
	z-index: -1;
}

.p-section07__bg02{
	width: 260px;
	height: auto;
	position: absolute;
	bottom: 50px;
	left: 70%;
	z-index: -1;
}

.p-section07Item{
	width: 100%;
	max-width: 420px;
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-section07Item__base{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #333333;
	text-align: center;
}

.p-section07Item__img{
	width: 100%;
	height: auto;
	margin-top: 8px;
}

.p-section07Item__text{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	color: #333333;
	margin-top: 8px;
}

.p-section08{
	width: 100%;
	padding-top: 24px;
	padding-bottom: 32px;
	background-color: #FAF7F3;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-section08__table{
	margin-top: 24px;
	margin-left: 1px;
	margin-right: 1px;
	border-collapse: separate;
}

.p-section08__table th, .p-section08__table td{
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: #468DC5;
	text-align: center;
	vertical-align: middle;
	padding: 6px 1px;
	background-color: #DBEBF5;
	border: 2px solid transparent;
}

.p-section08__table th:nth-child(1){
	width: 81px;
}

.p-section08__table th:nth-child(2){
	width: 135px;
}

.p-section08__table th:nth-child(3){
	width: 249px;
}

.p-section08__table .transparent{
	background-color: transparent;
}
.p-section08__table td:nth-child(2){
	text-align: left;
}

.p-section08__table td:nth-child(3){
	text-align: left;
	padding-left: 24px;
	position: relative;
}

.p-section08__table td:nth-child(3) > img{
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 11px;
	transform: translate(-50%, -50%) scale(0.56);
}

.p-section08__table .blue{
	background-color: #468DC5;
	color: #FFFFFF;
}

.p-section08__text{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	color: #333333;
	width: 90%;
	max-width: 420px;
	margin-top: 16px;
}

.p-section09{
	width: 100%;
	padding-top: 32px;
	padding-bottom: 40px;
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
}

.p-section09__bg{
	width: 410px;
	height: auto;
	position: absolute;
	top: 50px;
	right: 68%;
	z-index: -1;
}

.p-section09Period{
	width: 100%;
	max-width: 340px;
	padding-top: 12px;
	padding-bottom: 14px;
	border-radius: 8px;
	border: 1px solid #4994C9;
	background-color: #FFFFFF;
	margin-top: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	position: relative;
}

.p-section09Period::before{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: linear-gradient(180deg, #4994C9 0%, #4389C2 100%);
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}

.p-section09Period__decoLeft{
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.p-section09Period__decoLeft::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: linear-gradient(180deg, #4994C9 0%, #4389C2 100%);
	position: absolute;
	top: 8px;
	left: 8px;
}

.p-section09Period__decoLeft::after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: linear-gradient(180deg, #4994C9 0%, #4389C2 100%);
	position: absolute;
	bottom: 8px;
	left: 8px;
}

.p-section09Period__decoRight{
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.p-section09Period__decoRight::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: linear-gradient(180deg, #4994C9 0%, #4389C2 100%);
	position: absolute;
	top: 8px;
	right: 8px;
}

.p-section09Period__decoRight::after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: linear-gradient(180deg, #4994C9 0%, #4389C2 100%);
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.p-section09Period__container{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-section09Period__heading{
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2;
	background: linear-gradient(transparent 70%, #F7C55A 30%);
}

.p-section09Period__text{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 4px;
}

.p-section09Period__img{
	width: auto;
	height: 80px;
}

.p-section09List{
	width: 100%;
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

.p-section09Item{
	width: 100%;
	max-width: 300px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: linear-gradient(180deg, #4994C9 0%, #4389C2 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.p-section09Item::before{
	content: "";
	width: 16px;
	height: 3px;
	border-radius: 1.5px;
	background-color: #0069AA;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translate(-13px, 0) rotate(45deg);
}

.p-section09Item::after{
	content: "";
	width: 16px;
	height: 3px;
	border-radius: 1.5px;
	background-color: #0069AA;
	position: absolute;
	bottom: -18px;
	right: 50%;
	transform: translate(13px, 0) rotate(-45deg);
}

.p-section09Item:last-child::before{
	content: initial;
}

.p-section09Item:last-child::after{
	content: initial;
}

.p-section09Item__number{
	font-family: "M PLUS 1p", sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
	color: #FFFFFF;
	margin-right: 12px;
}

.p-section09Item__text{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #FFFFFF;
	width: 180px;
}

.p-section09Item__img{
	width: auto;
	position: absolute;
}

.p-section09List > :nth-child(1) .p-section09Item__img{
	height: 85px;
	top: -10px;
	right: -5%;
	background: radial-gradient(circle at 60% 60%, #FFFFFF 50%, transparent 50%);
}

.p-section09List > :nth-child(2) .p-section09Item__img{
	height: 85px;
	top: 0px;
	left: -14%;
	background: radial-gradient(circle at 42% 50%, #FFFFFF 50%, transparent 50%);
}

.p-section09List > :nth-child(3) .p-section09Item__img{
	height: 85px;
	top: 0px;
	right: -8%;
	background: radial-gradient(circle at 60% 56%, #FFFFFF 56%, transparent 56%);
}

.p-section09List > :nth-child(4) .p-section09Item__img{
	height: 70px;
	top: 5px;
	left: -9%;
	background: radial-gradient(circle at 46% 44%, #FFFFFF 50%, transparent 50%);
}

.p-section09List > :nth-child(5) .p-section09Item__img{
	height: 70px;
	top: 5px;
	right: -4%;
	background: radial-gradient(circle at 50% 90%, #FFFFFF 80%, transparent 80%);
}

.p-section09List > :nth-child(6) .p-section09Item__img{
	height: 80px;
	top: 0;
	left: -10%;
	background: radial-gradient(circle at 38% 60%, #FFFFFF 50%, transparent 50%);
}

.p-section09__button{
	width: 180px;
	height: 48px;
	margin-top: 24px;
	position: relative;
}

.p-section09__button span{
	padding-top: 15px;
	padding-right: 24px;
}

.p-section09__button::before{
	width: 9px;
	height: 9px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	right: 32px;
}

.p-section09__button:hover::before{
	border-top: 2px solid #2CADDA;
	border-right: 2px solid #2CADDA;
}

.p-section10{
	width: 100%;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #FAF7F3;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.p-section10__bg{
	width: 370px;
	height: auto;
	position: absolute;
	top: -250px;
	left: 64%;
}

.p-section10List{
	width: 100%;
	max-width: 420px;
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.p-section10Item{
	width: 100%;
	background-color: #FFFFFF;
}

.p-section10Item__question{
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.2;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: calc(4% + 36px);
	padding-right: 12%;
	box-shadow: 0 1px 3px #EEEEEE;
	position: relative;
	z-index: 2;
}

.p-section10Item__question::before{
	content: "Q";
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	color: #FFFFFF;
	width: 26px;
	height: 26px;
	padding-top: 5px;
	border-radius: 50%;
	background-color: #468DC5;
	position: absolute;
	top: 50%;
	left: 4%;
	transform: translate(0, -50%);
}

.p-section10Item__button{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translate(0, -50%);
	cursor: pointer;
}

.p-section10Item__button::before{
	content: "";
	width: 12px;
	height: 2px;
	border-radius: 1px;
	background-color: #468DC5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease;
}

.p-section10Item__button::after{
	content: "";
	width: 12px;
	height: 2px;
	border-radius: 1px;
	background-color: #468DC5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease;
}

.p-section10Item.close .p-section10Item__button::before{
	transform: translate(-50%, -50%) rotate(-90deg);
}

.p-section10Item.close .p-section10Item__button::after{
	transform: translate(-50%, -50%) rotate(-180deg);
}

.p-section10Item__answer{
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.2;
	width: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 12px;
	margin-bottom: 16px;
	margin-left: 4%;
	margin-right: 4%;
	background-color: #F0F8FF;
	display: grid;
	grid-template-rows: 1fr;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
}

/*
.p-section10List{
	width: 100%;
	max-width: 420px;
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.p-section10Item{
	width: 100%;
}

.p-section10Item__question{
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.2;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12%;
	padding-right: 12%;
	border-radius: 8px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
}

.p-section10Item__question::before{
	content: "Q";
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	color: #468DC5;
	position: absolute;
	top: 50%;
	left: calc(12% - 1.3rem);
	transform: translate(0, -50%);
}

.p-section10Item__button{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translate(0, -50%);
	cursor: pointer;
}

.p-section10Item__button::before{
	content: "";
	width: 12px;
	height: 2px;
	border-radius: 1px;
	background-color: #468DC5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease;
}

.p-section10Item__button::after{
	content: "";
	width: 12px;
	height: 2px;
	border-radius: 1px;
	background-color: #468DC5;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease;
}

.p-section10Item.close .p-section10Item__button::before{
	transform: translate(-50%, -50%) rotate(-90deg);
}

.p-section10Item.close .p-section10Item__button::after{
	transform: translate(-50%, -50%) rotate(-180deg);
}

.p-section10Item__answer{
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.2;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12%;
	padding-right: 5%;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 12px;
	display: grid;
	grid-template-rows: 1fr;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
}

.p-section10Item__answer::before{
	content: "A";
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	color: #468DC5;
	position: absolute;
	top: 50%;
	left: calc(12% - 1.3rem);
	transform: translate(0, -50%);
}
*/

/* Utility */
.u-fontSize--16{
	font-size: 0.82rem;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.u-fontSize--36{
	font-size: 28px;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.u-color--black{
	line-height: inherit;
	letter-spacing: inherit;
	color: #181E2E;
}

.u-color--blue{
	line-height: inherit;
	letter-spacing: inherit;
	color: #0069AA;
}

.u-color--yellow{
	line-height: inherit;
	letter-spacing: inherit;
	color: #F7C55A;
}

.u-spacer--10{
	display: block;
	width: 100%;
	height: 10px;
}

.u-button01{
	padding: 2px;
	border-radius: 8px;
	border: none;
	background: linear-gradient(90deg, #32C9E5 0%, #2CADDA 100%);
	box-shadow: 0px 2px 2px 0px #0000001A;
}

.u-button01 span{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
	transition: all 0.5s ease;
}

.u-button01::before{
	content: "";
	border-top-right-radius: 3%;
	position: absolute;
	top: 50%;
	z-index: 3;
	transform: rotate(45deg) translate(0, -50%);
	transition: all 0.5s ease;
}

.u-button01::after{
	content: "";
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 6px;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 1;
	transition: all 0.5s ease;
}

.u-button01:hover span{
	background: linear-gradient(90deg, #32C9E5 0%, #2CADDA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.u-button01:hover::after{
	background-color: #FFFFFF;
}

.u-button02{
	padding: 2px;
	border-radius: 8px;
	border: none;
	background: linear-gradient(90deg, #32C9E5 0%, #2CADDA 100%);
	box-shadow: 0px 2px 2px 0px #0000001A;
	transition: all 0.5s ease;
}

.u-button02 span{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
	background: linear-gradient(90deg, #32C9E5 0%, #2CADDA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 2;
	transition: all 0.5s ease;
}

.u-button02::before{
	content: "";
	border-top-right-radius: 3%;
	position: absolute;
	top: 50%;
	z-index: 3;
	transform: rotate(45deg) translate(0, -50%);
	transition: all 0.5s ease;
}

.u-button02::after{
	content: "";
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 6px;
	background-color: #FFFFFF;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 1;
	transition: all 0.5s ease;
}

.u-button02:hover{
	background: #B1E5F3;
}

.u-button02:hover::after{
	background-color: transparent;
}

}

