@charset "UTF-8";
@media screen and (min-width: 768px),print {
.p-main__ttl-wrap {
	background: url(../images/backofficedx/header_fv.jpg) no-repeat top center/cover;
	margin-block: -6.25rem 0;
	margin-inline: auto;
	max-width: 1920px;
	padding-block: 12.5625rem 2rem;
	width: 100%;
}

.p-main__ttl-wrap h1 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4166666667;
	margin-bottom: 1.5rem;
	text-align: center;
}

.p-main__ttl-wrap p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.4;
	text-align: center;
}

.c-sec__en {
	color: #00388D;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.4090909091;
	margin-bottom: 0.6875rem;
	text-align: center;
}

.c-sec__en.wh {
  color: #fff;
}

.c-sec__ttl {
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 1.5952380952;
	margin-bottom: 6.8rem;
	text-align: center;
}

.c-sec__ttl.wh {
  color: #fff;
}

.p-dx {margin-block: 3rem 0;}

.p-dx .l-inner.l-dx {
  overflow: hidden;
}

.p-dx .p-dx__contents {
  background: url(../images/backofficedx/dx_bg01.jpg) no-repeat top left/ 48.5% auto,
  url(../images/backofficedx/dx_bg02.jpg) no-repeat bottom -1rem right/ 96.2% auto;
  margin-inline: auto;
  max-width: 1920px;
  padding-block: 8rem 2rem;
  width: 100%;
}

.p-dx .p-dx__contents-wrap {
	color: #ffffff;
	margin-left: auto;
	width: 57.1%;
	position: relative;
	top: -3.5rem;
}

.p-dx .p-dx__contents-wrap p.p-dx__txt01 {
	display: inline-block;
	font-size: 36px;
  font-weight: 500;
	left: calc(50% - 22.5rem);
	letter-spacing: 0.09em;
	line-height: 1.6666666667;
	margin-bottom: 1.5rem;
	padding-left: 50px;
	position: relative;
	text-align: center;
}

.p-dx .p-dx__contents-wrap p.p-dx__txt01:before {
	background: url(../images/index/dx_icon.svg) no-repeat center center/contain;
	content: "";
	height: 47px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 33px;
}

.p-dx .p-dx__contents-wrap h2 {
	margin-bottom: 1rem;
}

.p-dx .p-dx__items {
	display: grid;
	gap: 0.5rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	left: calc(50% - 24rem);
	position: relative;
	margin-bottom: 1.5rem;
}

.p-dx .p-dx__item {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.7916666667;
	padding-left: 56px;
	position: relative;
}

.p-dx .p-dx__item:before {
	background: url(../images/index/dx_check.svg) no-repeat center center/contain;
	content: "";
	height: 38px;
	left: 7px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
}

.p-dx .p-dx__txt02 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 2.15;
  position: relative;
  left: calc(50% - 24rem);
}

.p-support {
	background: #F9FAFC;
	padding-block: 9.5rem 7rem;
}

.p-support .l-inner.l-support {
	margin-inline: auto;
	width: min(95%, 1480px);
}

.p-support .p-support__items {
	display: grid;
	gap: 7.5625rem 4.4375rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-support .p-support__item {
	background: #ffffff;
	border: 3px solid #00388D;
	padding-block: 5rem 2rem;
	padding-inline: 4.4375rem;
	position: relative;
  height: 38.25rem;
}

.p-support .p-support__item.top {
	padding-block: 2rem 2rem;
}

.p-support .p-support__item .icon {
	left: 2.5rem;
	position: absolute;
	top: -4rem;
}

.p-support .p-support__item h3 {
	border-bottom: 1px solid #00388D;
	color: #00388D;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.5882352941;
	margin-bottom: 1.875rem;
	padding-bottom: 0.875rem;
	text-align: center;
}

.p-support .p-support__item h3 span {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 2.5909090909;
	margin-bottom: -0.5rem;
  display: block;
}

.p-support .p-support__item .img {
	margin-bottom: 0.5rem;
}

.p-support .p-support__item p {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.1111111111;
}

.p-link {
	margin-block: 6.5rem 10rem;
  position: relative;
  z-index: 10;
}

.p-link .l-inner.l-link {
	margin-inline: auto;
	width: min(88%, 1340px);
}

.p-link .p-link__items {
	display: grid;
	gap: 0 3.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-block: -3rem 0;
}

.p-link .p-link__item .img {
	margin-bottom: 1rem;
}

.p-link .p-link__item .img img{
	width: 100%;
}

.p-link .p-link__item .txt {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2;
	text-align: center;
	color: #fff;
}

.p-mv {
	margin-bottom: -5.5rem;
}

.p-mv .p-mv__txt {
	background: url(../images/backofficedx/mv_bg01.jpg) repeat top center/cover;
	color: #ffffff;
	display: grid;
	font-size: 47px;
  font-size: 2.9375rem;
	font-weight: 700;
	gap: 2.5rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	letter-spacing: -0.08em;
	line-height: 1.2127659574;
	margin-inline: auto;
	max-width: 1920px;
	padding-block: 9.125rem 4.3125rem;
	text-align: center;
	width: 100%;
}

.p-mv .p-mv__txt span {
	color: #FDEE04;
	font-size: 68px;
  font-size: 4.25rem;
  font-weight: 700;
	letter-spacing: 0em;
	line-height: 0.8235294118;
  padding-inline: 0.5rem;
}

.p-mv .p-mv__img {
	margin-bottom: -1rem;
	position: relative;
}

.p-mv .p-mv__txt02 {
	display: grid;
	gap: 0rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 4rem;
	text-align: center;
}

.p-mv .p-mv__txt02 p {
	display: grid;
	gap: 8px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	place-items: center;
}

.p-mv .p-mv__txt02 p.top {
	color: #ffffff;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.9375;
  width: min(95%,630px);
  margin-inline: auto;
  position: relative;
}

.p-mv .p-mv__txt02 p.top::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 2.125rem;
  height: 0.125rem;
  top: 2rem;
  right: -2.5rem;
}

.p-mv .p-mv__txt02 p.bottom {
	color: #ffffff;
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4761904762;
	display:block;
}

.p-mv .p-mv__txt02 p.bottom span {
	color: #FFFF00;
}

.p-mv .p-mv__bottom-box {
	background: url(../images/backofficedx/mv_bg02.jpg) repeat top center/cover;
	margin-bottom: -26rem;
	margin-inline: auto;
	max-width: 1920px;
	padding-block: 8.125rem 22.125rem;
	width: 100%;
}

.p-mv .p-mv__img02 {
	text-align: center;
  margin-bottom: -2rem;
}

.p-mv .p-mv__bottom {
	background: url(../images/backofficedx/mv_bottom_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	padding-block: 2.5rem 11.5rem;
	position: relative;
	width: min(95%, 1200px);
}

.p-mv .p-mv__bottom::after {
	background: url(../images/backofficedx/mv_bottom_human.png) no-repeat center center/contain;
	bottom: -1.5rem;
	content: "";
	height: 14rem;
	position: absolute;
	right: 0;
	left: 0;
	width:35.625rem;
	margin: 0 auto;
}

.p-mv .p-mv__bottom-contents {
	display: grid;
	gap: 1.8rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	place-items: center;
}

.p-bg {
	background: #38383A;
	padding-block: 6.8125rem 8.125rem;
	position: relative;
}

.p-bg:before {
	background: url(../images/backofficedx/bg_line01.png) no-repeat center center/contain;
	content: "";
	height: 88.3125rem;
	position: absolute;
	right: 0rem;
	top: 0rem;
	width: 100%;
}

.p-bg::after {
	background: url(../images/backofficedx/bg_line02.png) no-repeat center center/contain;
	content: "";
	height: 104.375rem;
	position: absolute;
	right: 0rem;
	top: 101.25rem;
	width: 100%;
}

.p-flow {
	margin-bottom: 7.75rem;
}

.p-flow .l-inner.l-flow {
	margin-inline: auto;
	width: min(90%, 1738px);
}

.p-flow .p-flow__items {
	display: grid;
	gap: 0 4.75rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.p-flow .p-flow__item {
	background: #ffffff;
	padding: 1.5rem 1.6875rem 3.5rem;
	position: relative;
}

.p-flow .p-flow__item::after {
  position: absolute;
  content: "";
  background: url(../images/backofficedx/flow_arrow.svg) no-repeat center center / contain;
  width: 2.25rem;
  height: 3.8125rem;
  right: -3.8125rem;
  top: 50%;
  transform: translateY(-50%);
}

.p-flow .p-flow__item:last-child::after {
  content: none;
}

.p-flow .p-flow__item .num {
	left: 0;
	position: absolute;
	top: 0;
}

.p-flow .p-flow__item .img {
	margin-bottom: 1.125rem;
	text-align: center;
}

.p-flow .p-flow__item h3 {
	color: #00388D;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-bottom: 0.5rem;
}

.p-flow .p-flow__item p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.2857142857;
}

.p-faq {
	margin-bottom: 8.125rem;
	position: relative;
	z-index: 10;
}

.p-faq .l-inner.l-faq {
	margin-inline: auto;
	width: min(95%, 1280px);
}

.p-faq .p-faq__items {
	display: grid;
	gap: 0.875rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-faq .p-faq__item {
	background: #ffffff;
	padding-block: 2.5rem 3rem;
	display: grid;
	grid-template-columns: repeat(1,minmax(0, 1fr));
	gap: 1rem 0;
}

.p-faq .p-faq__item .qu {
	color: #00388D;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-inline: auto;
	padding-left: 2.5rem;
	position: relative;
	width: min(95%, 1158px);
}

.p-faq .p-faq__item .qu:before {
	color: #00388D;
	content: "Q";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	left: 0rem;
	letter-spacing: 0.04em;
	line-height: 2;
	position: absolute;
	top: 0rem;
}

.p-faq .p-faq__item .an {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.125;
	margin-inline: auto;
	padding-left: 0rem;
	position: relative;
	width: min(85%, 1025px);
}

.p-faq .p-faq__item .an:before {
	color: #00A1C2;
	content: "A";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	left: -1.5rem;
	letter-spacing: 0.04em;
	line-height: 2.125;
	position: absolute;
	top: -0.6rem;
}

.p-bottom {
	background: #ffffff;
	margin-inline: auto;
	position: relative;
	width: min(95%, 1800px);
	z-index: 10;
  position: relative;
}

.p-bottom::after {
  position: absolute;
  content: "";
  background: url(../images/backofficedx/bottom_dx.svg) no-repeat center center / contain;
  width: 25.5rem;
  height: 8.8rem;
  top: 6rem;
  left: 3rem;
}

.p-bottom .l-inner.l-bottom {
	padding-block: 6.25rem 0;
}

.p-bottom .p-bottom__txt {
	display: grid;
	gap: 0rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 2.5rem;
	place-items: center;
}

.p-bottom .p-bottom__txt .top {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.25;
}

.p-bottom .p-bottom__txt .center {
	background: #00388D;
	color: #ffffff;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-bottom: 1rem;
	padding-inline: 0.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-bottom .p-bottom__txt .bottom {
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.2619047619;
	position:relative; z-index: 5;
}

.p-bottom .p-bottom__txt .bottom span {
	color: #00388D;
	font-size: 54px;
	font-size: 3.375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.7222222222;
}

.p-bottom .p-bottom__txt .bottom span.bg {
	color:#1A1311;
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.2619047619;
}

.p-bottom .p-bottom__contents {
	background: #012050;
	margin-bottom: -8.75rem;
	margin-inline: auto;
	padding-block: 6.5625rem 8.125rem;
	position: relative;
	width: min(95%, 1200px);
}

.p-bottom .p-bottom__contents:before {
	background: url(../images/backofficedx/bottom_human.png) no-repeat center center/contain;
	content: "";
	height: 14.8125rem;
	position: absolute;
	right: -1.5rem;
	top: -14.8125rem;
	width: 11.8125rem;
}

.p-bottom .p-bottom__contents-items {
	display: grid;
	gap: 1rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 1000px);
}

.p-bottom .p-bottom__contents-item {
	border-bottom: 1px dashed #737C89;
	color: #ffffff;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.52;
	padding-block: 0 1rem;
	padding-left: 3.5rem;
	position: relative;
}

.p-bottom .p-bottom__contents-item:before {
	background: url(../images/backofficedx/check.svg) no-repeat center center/contain;
	content: "";
	height: 2.25rem;
	left: 0rem;
	position: absolute;
	top: 0rem;
	width: 2.625rem;
}

.p-bottom .p-bottom__contents-item:last-child::after {
	bottom: -5.5rem;
	color: #ffffff;
	content: "など";
	font-size: 25px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.52;
	position: absolute;
	right: 0rem;
}

.p-bottom .p-bottom__contents-item span {
	color: #FFFF00;
}

.p-bottom .p-bottom__contents02 {
	background: url(../images/backofficedx/bottom_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	padding-block: 29rem 6.25rem;
	width: 100%;
}

.p-bottom .p-bottom__contents02 .img {
  text-align: center;
}


}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1919px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1919px) {
.p-mv .p-mv__img img {
  width: 100%;
  height: auto;        
}
}
/* ========================================
@media screen and (min-width:768px) and ( max-width:1900px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1900px) {
.p-dx .p-dx__contents-wrap h2 img {
  width: 69%;
}

.p-dx .p-dx__contents-wrap {
  top: 0;
}

.p-flow .p-flow__item .img img {
  width: 100%;
  height: auto;        
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1700px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1700px) {
.p-support .p-support__item .img img {
  width: 100%;
  height: auto;        
}

.p-dx .p-dx__items {
  left: calc(50% - 21rem);
}

.p-dx .p-dx__txt02 {
  left: calc(50% - 21rem);
}

.p-bottom::after {
  top: 3rem;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1601px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1601px) {
.p-dx .p-dx__contents {
  background: url(../images/index/dx_bg01.jpg) no-repeat top left/ 44% auto,
  url(../images/index/dx_bg02.jpg) no-repeat bottom 2rem right/ 98% auto;
}

.p-dx {
  margin-bottom: -2rem;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1600px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1600px) {


.p-dx .p-dx__contents-wrap h2 {
  margin-bottom: 1rem;
}

.p-dx .p-dx__contents-wrap h2 img {
  width: 53%;
}

.p-dx .p-dx__contents-wrap {
  top: -1.5rem;
}

.p-flow .p-flow__item .num img {
  width: 4.375rem;
  height: auto;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1500px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1500px) {
.p-dx .p-dx__contents-wrap p.p-dx__txt01:before {
	background: url(../images/index/dx_icon.svg) no-repeat center center/contain;
	content: "";
	height: 3.133vw;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.2vw;
}

.p-dx .p-dx__contents-wrap p.p-dx__txt01 {
  font-size: 2.4vw;
}

.p-dx .p-dx__item {
  font-size: 1.6vw;
}

.p-dx .p-dx__txt02 {
  font-size: 1.333vw;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1450px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1450px) {
.p-support .p-support__item h3 {
	font-size: 2.069vw;
  white-space: nowrap;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1400px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1400px) {
.p-link .p-link__item .img img {
  width: 100%;
  height: auto;        
}

.p-bottom .p-bottom__txt {
  position: relative;
  left: -2.5rem;
}

.p-dx .p-dx__contents-wrap {
  top: -1.5rem;
}

.p-dx .p-dx__contents {
  background: url(../images/index/dx_bg01.jpg) no-repeat top left/ 44% auto,
  url(../images/index/dx_bg02.jpg) no-repeat bottom 2rem right/ 110% auto;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1200px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1200px) {
.p-support .p-support__item .icon img {
  width: 64%;
}

.p-support .p-support__item .icon {
  top: -3.4rem;
}

.p-mv .p-mv__bottom-contents p {
  text-align: center;
}

.p-mv .p-mv__bottom-contents p img {
  width: 80%;
}

.p-bottom .p-bottom__contents02 .img img {
  width: min(95%,1150px);
  margin-inline: auto;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1100px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1100px) {
.p-mv .p-mv__txt02 p.top::after {
  right: -0.5rem;
}

.p-mv .p-mv__img02 img {
  width: 100%;
  height: auto;        
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1000px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1000px) {
.p-bottom .p-bottom__contents02 .txt {
  font-size: 2.5rem;
}

.p-mv .p-mv__txt02 p.top::after {
  right: 2.5rem;
}



}

/* ========================================
@media screen and (min-width:768px) and ( max-width:900px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:900px) {
.p-support .p-support__item .icon img {
  width: 50%;
}

.p-mv .p-mv__txt02 p.top::after {
  right: 6.5rem;
}

.p-flow .p-flow__item p {
  font-size: 10px;
}
}


/* ========================================
@media screen and (max-width: 767px) {
======================================== */
@media screen and (max-width: 767px) {
.p-main__ttl-wrap {
	background: url(../images/backofficedx/header_fv_sp.jpg) no-repeat top center/cover;
	margin-block: -16vw 0;
	padding-block: 27.889vw 12.319vw;
	width: 100%;
}

.p-main__ttl-wrap h1 {
	color: #ffffff;
	font-size: 7.246vw;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 3.763vw;
	text-align: center;
}

.p-main__ttl-wrap p {
	color: #ffffff;
	font-size: 4.831vw;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.4;
	text-align: center;
}

.p-dx {

}

.p-dx .p-dx__contents {
  background: url(../images/index/dx_bg01_sp.jpg) no-repeat top left / 95% auto,
  url(../images/index/dx_bg02_sp.jpg) no-repeat top 26vw left / auto;
  margin-inline: auto;
  padding-block: 45.894vw 8vw;
}

.p-dx .p-dx__contents-wrap {
  color: #ffffff;
  margin-inline: auto;
  width: min(95%, 89.3vw);
}

.p-dx .p-dx__contents-wrap p.p-dx__txt01 {
  display: inline-block;
  font-size: 3.865vw;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.09em;
  line-height: 1.6875;
  margin-bottom: 2.382vw;
  padding-left: 6.522vw;
  position: relative;
  text-align: left;
}

.p-dx .p-dx__contents-wrap p.p-dx__txt01:before {
  background: url(../images/index/dx_icon.svg) no-repeat center center/contain;
  content: "";
  height: 5.797vw;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.106vw;
}

.p-dx .p-dx__contents-wrap h2 {
  margin-bottom: 0.662vw;
}

.p-dx .p-dx__items {
  display: grid;
  gap: 0vw 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  left: 0;
  position: relative;
  margin-bottom: 2vw;
}

.p-dx .p-dx__item {
  font-size: 4.106vw;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2.4117647059;
  padding-left: 7.729vw;
  position: relative;
}

.p-dx .p-dx__item:before {
  background: url(../images/index/dx_check.svg) no-repeat center center/contain;
  content: "";
  height: 5.072vw;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.865vw;
}

.p-dx .p-dx__txt02 {
  font-size: 3.623vw;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 600;
  width: min(95%,82.1vw);
  margin-inline: auto;
}

.c-sec__en {
	color: #00388D;
	font-size: 4.348vw;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.5555555556;
	margin-bottom: 3.28vw;
	text-align: center;
}

.c-sec__en.wh {
  color: #fff;
}

.c-sec__ttl {
	font-size: 6.28vw;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 1.7;
	margin-bottom: 8.7vw;
	text-align: center;
}

.c-sec__ttl.wh {
  color: #fff;
}

.c-sec__ttl.wh.faq {
  color: #fff;
  font-size: 5.797vw;
  margin-bottom: 8vw;
}

.p-support {
	background: #F9FAFC;
	padding-block: 15.353vw 12.662vw;
}

.p-support .l-inner.l-support {
	margin-inline: auto;
	width: min(95%, 94.2vw);
}

.p-support .p-support__items {
	display: grid;
	gap: 14.493vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-support .p-support__item {
	background: #ffffff;
	border: 3px solid #00388D;
	padding-block: 11.488vw 5.696vw;
	padding-inline: 5.797vw;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  grid-template-rows: auto 1fr auto;
	position: relative;
}

.p-support .p-support__item.top {
	padding-block: 5.488vw 5.696vw;
}

.p-support .p-support__item .icon {
	left: 5.797vw;
	position: absolute;
	top: -8.662vw;
}

.p-support .p-support__item .icon img {
	height: auto;
	width: 20.773vw;
}

.p-support .p-support__item h3 span {
	font-size: 3.382vw;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.6;
	margin-bottom: 0.14vw;
}

.p-support .p-support__item h3 {
	border-bottom: 2px solid #00388D;
	color: #00388D;
	display: grid;
	font-size: 4.831vw;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.6;
	margin-bottom: 3.865vw;
	padding-bottom: 2.382vw;
	place-items: end center;
	text-align: center;
}

.p-support .p-support__item .img {
	margin-bottom: 5.831vw;
}

.p-support .p-support__item p {
	font-size: 3.865vw;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.25;
}

.p-link {
	margin-block: 14.184vw 26.188vw;
  position: relative;
  z-index: 10;
}

.p-link .l-inner.l-link {
	margin-inline: auto;
	width: min(95%, 89.3vw);
}

.p-link .p-link__items {
	display: grid;
	gap: 5.696vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-block: -4vw 0;
}

.p-link .p-link__item .img {
	margin-bottom: 2.865vw;
}

.p-link .p-link__item .txt {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.1428571429;
	text-align: left;
  color: #fff;
}

.p-mv .p-mv__txt {
	background: url(../images/backofficedx/mv_bg01_sp.jpg) repeat top center/cover;
	color: #ffffff;
	display: grid;
	font-size: 5.072vw;
	font-weight: 700;
	gap: 3.932vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	letter-spacing: -0.03em;
	line-height: 1.2380952381;
	margin-inline: auto;
	padding-block: 18.498vw 12.459vw;
	text-align: center;
	width: 100%;
}

.p-mv .p-mv__txt span {
	color: #FDEE04;
	font-size: 7.729vw;
	font-weight: 700;
	letter-spacing: -0.08em;
	line-height: 0.8125;
  padding-inline: 1vw;
}

.p-mv .p-mv__img {
	margin-bottom: -3.865vw;
	position: relative;
}

.p-mv .p-mv__txt02 {
	display: grid;
	gap: 5.937vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 11.459vw;
}

.p-mv .p-mv__txt02 p {
	display: grid;
	gap: 1.932vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	place-items: center;
}

.p-mv .p-mv__txt02 p.top {
	color: #ffffff;
	font-size: 3.865vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 2.1875;
	text-align: center;
  position: relative;
}

.p-mv .p-mv__txt02 p.top::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 16px;
  height: 1px;
  top: 18px;
  right: 31px;
}

.p-mv .p-mv__txt02 p.bottom {
	color: #ffffff;
	font-size: 5.797vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4583333333;
}

.p-mv .p-mv__txt02 p.bottom span {
	color: #FFFF00;
}

.p-mv .p-mv__bottom-box {
  background: url(../images/backofficedx/mv_bg02_sp.jpg) repeat top center/cover;
  padding-block: 15vw 42vw;
  margin-bottom: -37vw;
}

.p-mv .p-mv__bottom {
	background: url(../images/backofficedx/mv_bottom_bg_sp.jpg) no-repeat top center/cover;
	margin-inline: auto;
	padding-block: 3.077vw 33.961vw;
	width: min(95%, 94.2vw);
	position: relative;
}

.p-mv .p-mv__bottom::after {
	background: url(../images/backofficedx/mv_bottom_human_sp.png) no-repeat center center/contain;
	bottom: -2.5rem;
	content: "";
	height: 35.961vw;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width:88.188vw;
}

.p-mv .p-mv__bottom-contents {
	display: grid;
	gap: 2.415vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	place-items: center;
	width: min(95%, 84.5410628019vw);
  margin-bottom: -3vw;
}

.p-mv .p-mv__img02 {
  text-align: center;
  /* margin-bottom: 10vw; */
}

.p-mv .p-mv__img02 img {
  width: 93%;
}

.p-bg {
	background: #38383A;
	padding-block: 16.599vw 9.662vw;
	position: relative;
}

.p-bg:before {
	background: url(../images/backofficedx/bg_line01_sp.png) no-repeat center center/contain;
	content: "";
	height: 341.304vw;
	position: absolute;
	right: 0vw;
	top: 0vw;
	width: 100%;
}

.p-bg::after {
	content: none;
}

.p-flow {
	margin-bottom: 15.599vw;
}

.p-flow .l-inner.l-flow {
	margin-inline: auto;
	width: min(95%, 91.7vw);
}

.p-flow .p-flow__items {
	display: grid;
	gap: 13.527vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-block: -5vw 0;
}

.p-flow .p-flow__item {
	background: #ffffff;
	padding: 5.797vw 6.522vw 11.527vw;
	position: relative;
}

.p-flow .p-flow__item::after {
  position: absolute;
  content: "";
  background: url(../images/backofficedx/flow_arrow_sp.svg) no-repeat center center / contain;
  width: 14.734vw;
  height: 8.696vw;
  bottom: -10.696vw;
  left: 50%;
  transform: translateX(-50%);
}

.p-flow .p-flow__item:last-child::after {
  content: none;
}

.p-flow .p-flow__item .num {
	left: 0;
	position: absolute;
	top: 0;
}

.p-flow .p-flow__item .num img {
	height: auto;
	width: 20.531vw;
}

.p-flow .p-flow__item .img {
	margin-bottom: 2.348vw;
	text-align: center;
}

.p-flow .p-flow__item h3 {
	color: #00388D;
	font-size: 4.589vw;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-bottom: 0.797vw;
}

.p-flow .p-flow__item p {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.2857142857;
}

.p-faq {
	margin-bottom: 14.599vw;
	position: relative;
	z-index: 10;
}

.p-faq .l-inner.l-faq {
	margin-inline: auto;
	width: min(95%, 94.2vw);
}

.p-faq .p-faq__items {
	display: grid;
	gap: 3.382vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-faq .p-faq__item {
	background: #ffffff;
	padding-block: 10.628vw 8.111vw;
	padding-inline: 13.768vw 6.039vw;
	display: grid;
	grid-template-columns: repeat(1,minmax(0, 1fr));
	gap: 4vw 0;
}

.p-faq .p-faq__item .qu {
	color: #00388D;
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
	padding-left: 0;
	position: relative;
}

.p-faq .p-faq__item .qu:before {
	color: #00388D;
	content: "Q";
	font-size: 5.797vw;
	font-weight: 700;
	left: -8vw;
	letter-spacing: 0.04em;
	line-height: 1.4166666667;
	position: absolute;
	top: 0vw;
}

.p-faq .p-faq__item .an {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.2857142857;
	padding-left: 0;
	position: relative;
}

.p-faq .p-faq__item .an:before {
	color: #00A1C2;
	content: "A";
	font-size: 5.797vw;
	font-weight: 700;
	left: -8vw;
	letter-spacing: 0.04em;
	line-height: 1.4166666667;
	position: absolute;
	top: 0vw;
}

.p-bottom {
	position: relative;
}

.p-bottom::after {
  position: absolute;
  content: "";
  background: url(../images/backofficedx/bottom_dx.svg) no-repeat center center / contain;
  width: 37.541vw;
  height: 15.836vw;
  top: 9vw;
  left: 5vw;
}

.p-bottom .l-inner.l-bottom {

}

.p-bottom .p-bottom__txt {
	display: grid;
	gap: 1.865vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: -35.928vw;
	place-items: center;
	background: #fff;
	padding-block: 22.329vw 36.3vw;
	width: min(95%, 94.2vw);
	margin-inline: auto;
}

.p-bottom .p-bottom__txt .top {
	font-size: 5.797vw;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.25;
}

.p-bottom .p-bottom__txt .center {
	background: #00388D;
	color: #ffffff;
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-bottom: 6.865vw;
	margin-inline: auto;
	padding-inline: 3.865vw;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	width: min(95%, 89.3vw);
	padding-block: 3vw;
}

.p-bottom .p-bottom__txt .bottom {
	font-size: 5.314vw;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	position: relative;
	text-align: center;
	z-index: 10;
}

.p-bottom .p-bottom__txt .bottom span {
	color: #00388D;
	font-size: 7.729vw;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.9375;
}

.p-bottom .p-bottom__txt .bottom span.bg {
	background: #ffffff;
	color: #1A1311;
	font-size: 5.314vw;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 3.2727272727;
}

.p-bottom .p-bottom__contents {
	background: #072E68;
	margin-bottom: -23.324vw;
	margin-inline: auto;
	padding-block: 9.111vw 20.773vw;
	position: relative;
	width: min(95%, 89.3vw);
}

.p-bottom .p-bottom__contents:before {
	background: url(../images/backofficedx/bottom_human_sp.png) no-repeat center center/contain;
	content: "";
	height: 45.169vw;
	position: absolute;
	right: -5vw;
	top: -45.169vw;
	width: 35.507vw;
}

.p-bottom .p-bottom__contents-items {
	display: grid;
	gap: 2.5vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 82.1vw);
}

.p-bottom .p-bottom__contents-item {
	border-bottom: 0.2vw dashed #737C89;
	color: #ffffff;
	font-size: 3.865vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
	padding-inline: 8.246vw 0vw;
	padding-bottom: 2.5vw;
	position: relative;
}

.p-bottom .p-bottom__contents-item:before {
	background: url(../images/backofficedx/check.svg) no-repeat center center/contain;
	content: "";
	height: 4.348vw;
	left: 1vw;
	position: absolute;
	top: 0vw;
	width: 5.314vw;
}

.p-bottom .p-bottom__contents-item:last-child::after {
	bottom: -10vw;
	color: #ffffff;
	content: "など";
	font-size: 3.382vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
	position: absolute;
	right: 0vw;
}

.p-bottom .p-bottom__contents-item span {
	color: #FFFF00;
}

.p-bottom .p-bottom__contents02 {
	background: url(../images/backofficedx/bottom_bg_sp.jpg) no-repeat top center/cover;
	margin-inline: auto;
	padding-block: 59.662vw 8.155vw;
	width: 100%;
}

.p-bottom .p-bottom__contents02 .img {
	margin-inline: auto;
	width: min(100%, 90.164251vw);
}

.p-mv .p-mv__bottom-contents p:first-child img {
	height: auto;
	width: 21.256vw;
}

}


