@charset "utf-8";
/*------------------------------------------------------------
	account-engagement
------------------------------------------------------------*/
@media all and (min-width: 992px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 991px) {
	.pc {
		display: none !important;
	}
}
.c-mainvisual {
	background: #B0DEF9;
}
.c-mainvisual__title,
.c-mainvisual__text {
	color: #333;
}
.p-account-box .headline01 {
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.03em;
	font-feature-settings: "palt";
}
.p-account-box .sec-box01 .headline01 {
	margin-bottom: 5.8rem;
}
.p-account-box .sec-box01 {
	padding: 4.8rem 2rem 3.9rem;
	background: #F3F3F3;
}
.p-account-box .sec-box01 .img-box {
	margin: 0 auto;
	padding-left: 1.5rem;
	width: fit-content;
}
.p-account-box .sec-box01 .img-box img {
	max-width: 106.2rem;
	width: 100%;
}
.p-account-box .sec-box02 .img-box {
	margin: 5.3rem auto;
	max-width: 77rem;
	display: flex;
	justify-content: space-between;
}
.p-account-box .sec-box02 .photo-box{
	margin: 0.7rem 2.2rem;
	width: 11.6rem;
}
.p-account-box .sec-box02 .text-box {
	flex: 1;
	letter-spacing: 0.04em;
	line-height: 2.25;
	font-weight: 500;
	font-feature-settings: "palt";
}
.p-account-box .c-headingBox__title  {
	font-size: 2.4rem;
	letter-spacing: 0.04em;
}
.p-account-box .c-headingBox {
	margin-bottom: 20px;
	padding-top: 1.9rem;
}
.p-account-box .sec-box03 {
	margin-bottom: 5.3rem;
}
.p-account-box .sec-box03 .img-ul {
	margin: 2rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1.8rem 2rem;
}
.p-account-box .sec-box03 ul li {
	padding: 2.5rem 2.6rem 2rem;
	width: calc((100% - 4rem) / 3);
	background-color: #F3F3F3;
	border-radius: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* font-size: 1.6rem; */
	line-height: 1.625;
	letter-spacing: 0.04em;
	font-weight: 700;
	text-align: left;
	gap: 1rem;
}
.p-account-box .sec-box03 .img  {
	width: 9.6rem;
	display: block;
}
.p-account-box .sec-box03 .txt {
	flex: 1;
	display: block;
}
.p-account-box .c-headingBox__text {
	line-height: 1.75;
	font-weight: 500;
}
.p-account-box .sec-box04 {
	margin-bottom: 7.5rem;
}
.p-account-box .sec-box04 .text-box {
	margin: 2.3rem auto 0 -1.2rem;
	max-width: 101.3rem;
}
.p-account-box .sec-box04 .text-box img {
	width: 100%;
}
.p-account-box .flow-box {
	margin-bottom: 7.3rem;
	padding: 4.6rem 1rem 5.6rem;
	background: #F4F4F4;
}
.p-account-box .flow-box li {
	position: relative;
}
.p-account-box .flow-box .num {
	position: absolute;
	font-family: "Encode Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	left: 1.4rem;
	top: -2.2rem;
	font-weight: 300;
	font-size: 5rem;
	color: #80C8D0;
	line-height: 0.8;
	letter-spacing: 0
}
.p-account-box .flow-box .step-ul {
	margin-top: 5.3rem;
	display: flex;
	flex-wrap: wrap;
	gap:1.6rem;
}
.p-account-box .flow-box .step-ul > li {
	padding: 2.1rem 3.1rem 3.3rem;
	width: calc((100% - 3.2rem) / 3);
	border: 0.2rem solid #C8C8C8;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 1rem;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
}
.p-account-box .flow-box .step-ul > li::after {
	content: "";
	width: 3.4rem;
	height: 5.3rem;
	position: absolute;
	right: -2.7rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/account-engagement/flow_icon.png) no-repeat left top / 100%;
	z-index: 1;
}
.p-account-box .flow-box .step-ul > li:last-of-type::after {
	display: none;
}
.p-account-box .flow-box .step-ul > li:first-of-type::before {
	content: "";
	position: absolute;
	width: 12.7rem;
	height: 13rem;
	right: 1rem;
	top: calc(100% - 9.5rem);
	background: url(../img/account-engagement/flow_img.png) no-repeat left top / 100%;
}
.p-account-box .flow-box .heading {
	margin-bottom: 1rem;
	font-size: 2rem;
	text-align: center;
}
.p-account-box .flow-box .sub_ul {
	font-size: 1.5rem;
	line-height: 1.8;
	font-weight: 500;
}
.p-account-box .flow-box .tips {
	margin-top: -0.2rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
}
.p-account-box .flex-box {
	display: flex;
	justify-content: space-between;
}
.p-account-box .flex-box .txt {
	flex: 1;
}
.p-account-box .sec-box05 .info-box .img {
	width: 45%;
  flex-wrap: wrap;
}
.p-account-box .sec-box05 .info-box .img img{
	height: 70px;
}
.p-account-box .sec-box05 .info-box {
	margin-bottom: 3.5rem;
	align-items: center;
	gap: 3.8rem;
}
.p-account-box .sec-box05 .info-box p {
	margin: 0 -1rem 1.4rem 0;
	font-size: 1.7rem;
	letter-spacing: 0.04em;
	line-height: 1.47;
	font-weight: 500;
	font-feature-settings: "palt";
}
.p-account-box .sec-box05 .img-box {
	padding-left: 3.5rem;
	background: #EFF8FE;
	align-items: center;
}
.p-account-box .sec-box05 .img-box .img {
	margin: -2.1rem 5.9rem -1.1rem 0;
	width: 23.9rem;
}
.p-account-box .sec-box05 .img-box p {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	font-weight: 700;
	font-feature-settings: "palt";
}
.p-account-box .sec-box05 .img-box p .col {
	color: #3497D8;
}
.p-account-box .intro-box {
	margin-top: 8.3rem;
	padding-top: 5.5rem;
	position: relative;
}
.p-account-box .intro-box .inner {
	position: relative;
	z-index: 2;
}
.p-account-box .intro-box::after {
	content: "";
	width: 100%;
	height: 28.8rem;
	position: absolute;
	left: 0;
	top: 0;
	background: #F4F4F4;
}
.p-account-box .intro-box .intro-ul {
	margin: 3.2rem 0 7.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-account-box .intro-box .intro-ul li {
	padding: 1.3rem 1.3rem 1rem;
	width: calc((100% - 4rem) / 2);
	display: flex;
	justify-content: space-between;
	border-radius: 1rem;
	background-color: #fff;
	gap: 1.2rem;
	box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.p-account-box .intro-box .intro-ul .ttl {
	margin-bottom: 0.4rem;
}
.p-account-box .intro-box .intro-ul .photo-box {
	width: 16.3rem;
}
.p-account-box .intro-box .intro-ul .photo-box span {
	display: block;
}
.p-account-box .intro-box .intro-ul .txt-box {
	flex: 1;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 1.571;
	font-feature-settings: "palt";
}
.p-account-box .intro-box .intro-ul .txt {
	margin-top: 0.5rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.04em;
}
.p-account-box .intro-box .intro-ul .image {
	margin-top: 2.8rem;
	width: 14.8rem;
}
.p-account-box .intro-box .intro-ul .image.img01 {
	width: 20.7rem;
}
.p-account-box .intro-box .heading {
	margin-bottom: 4.2rem;
	font-size: 2.4rem;
	letter-spacing: 0.04em;
	line-height: 1.333;
	text-align: center;
	font-feature-settings: "palt";
}
.p-account-box .intro-box .heading span {
	display: block;
	font-size: 1.8rem;
}
.p-account-box .intro-box .intro-inner  {
	margin: 0 auto;
	max-width: 71.4rem;
}
.p-account-box .intro-box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-account-box .intro-box .list > li {
	padding-bottom: 2.5rem;
	width: calc((100% - 3.2rem) / 2);
	border: 1px solid #FEA711;
	border-radius: 1.2rem 1.2rem 1rem 1rem;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	position: relative;
}
.p-account-box .intro-box .list > li .pos-img {
	position: absolute;
	width: 12.7rem;
	right: -1.3rem;
	bottom: -4.4rem;
}
.p-account-box .intro-box .list .title {
	padding: 2.2rem 0 1.6rem;
	background-color: #FEA711;
	line-height: 1.333;
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
	border-radius: 1rem 1rem 0 0;
}
.p-account-box .intro-box .list .title small {
	margin-bottom: 1.6rem;
	display: block;
	font-size: 2.4rem;
}
.p-account-box .intro-box .list .title .num {
	font-size: 4.8rem;
	font-weight: 600;
	font-family: "Encode Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 0.666;
}
.p-account-box .intro-box .list .sub-ul {
	margin: 2rem 4rem 0;
	font-size: 1.4rem;
	line-height: 1.928;
	font-weight: 500;
}
.p-account-box .intro-box .list sup {
	font-size: 60%;
}
.p-account-box .intro-box .note {
	margin: 0.4rem 0 3.2rem;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	font-weight: 500;
}
.p-account-box .intro-box .service-box {
	padding: 2.4rem 4rem 3.5rem;
	background: #F4F4F4;
	border-radius: 1rem;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
}
.p-account-box .intro-box .service-box .title {
	margin-bottom: 0.7rem;
	font-size: 1.8rem;
	text-align: center;
}
.p-account-box .intro-box .service-box .txt-ul {
	line-height: 2.076;
	display: flex;
	flex-wrap: wrap;
	column-gap: 4.3rem;
}
.p-account-box .intro-box .service-box .txt-ul li {
	width: fit-content;
}
.p-account-box .intro-box .service-box .txt-ul li:nth-child(3n-2) {
	min-width: 16.8rem;
}
.p-account-box .intro-box .service-box .txt-ul li:nth-child(3n-1) {
	min-width: 22.3rem;
}
.p-account-box .intro-box .head01 {
	margin: 7.2rem 0 2.2rem;
}
.p-account-box .intro-box .mid-txt {
	margin-bottom: 2.5rem;
	text-align: center;
	font-weight: 500;
	line-height: 1.562;
}
@media (min-width: 992px) {
	.c-mainvisual__image {
		margin: 4.5rem 7.3rem 0 0;
		width: 35.2rem;
	}
	.p-account-box .c-downloadBox__button .c-btn--def:hover {
        background-position: left top;
        text-decoration: none;
    }
	.l-footer {
		padding-top: 25.8rem;
	}
	.p-account-box .c-downloadBox__in {
		margin-top: 7.7rem;
	}
	.p-account-box .c-downloadBox__box {
		margin-top: 11px;
		padding-left: 443px;
	}
	.p-account-box .c-downloadBox__button {
		margin-top: 38px;
	}
}
@media (max-width: 991px) {
	.p-account-box .sec-box01 .img-box {
		padding: 0;
	}
	.p-account-box .sec-box01 .img-box img {
		width: 100%;
		max-width: 100%;
	}
	.p-account-box .sec-box01 {
		padding: 3rem 1.5rem;
	}
	.p-account-box .headline01 {
		font-size: 2.3rem;
	}
	.p-account-box .sec-box01 .headline01 {
		margin-bottom: 3rem;
	}
	.p-account-box .sec-box02 .img-box {
		margin: 2rem 1.5rem;
		display: block;
		max-width: inherit;
	}
	.p-account-box .sec-box02 .text-box {
		line-height: 1.7;
	}
	.p-account-box .sec-box02 .photo-box {
		margin: 0.7rem auto;
	}
	.p-account-box .sec-box03 ul li {
		width: 100%;
	}
	.p-account-box .sec-box04 .text-box {
		margin: 2.3rem auto;
		width: 100%;
		max-width: 40rem;
	}
	.p-account-box .flow-box .step-ul {
		display: block;
	}
	.p-account-box .flow-box .step-ul > li {
		width: 100%;
	}
	.p-account-box .flow-box .step-ul > li + li {
		margin-top: 4rem;
	}
	.p-account-box .flow-box .step-ul > li:first-of-type::before {
		width: 9.7rem;
		height: 10rem;
		top: calc(100% - 6.5rem);
	}
	.p-account-box .flow-box .step-ul > li::after {
		width: 2.4rem;
		height: 4.3rem;
		top: 100%;
		right: 50%;
		transform: translateX(50%) rotate(90deg);
	}
	.p-account-box .flex-box {
		display: block;
	}
  .p-account-box .sec-box05 .info-box .img {
    display:flex;
    justify-content: center;
  }
  
	.p-account-box .sec-box05 .info-box .img {
		width: 100%;
	}
  .p-account-box .sec-box05 .info-box .img img {
    height: 60px;
  }
	.p-account-box .sec-box05 .info-box .img img:not(:first-child) {
		margin-left: 5px;
	}
	.p-account-box .sec-box05 .info-box p {
		margin: 1.5rem 0 0;
		font-size: 1.6rem;
	}
	.p-account-box .sec-box05 .img-box p {
		font-size: 1.6rem;
	}
	.p-account-box .sec-box05 .img-box {
		padding: 1.5rem;
	}
	.p-account-box .sec-box05 .img-box .img {
		margin: 1.5rem auto 0;
		width: 19rem;
	}
	.p-account-box .intro-box .intro-ul {
		display: block;
	}
	.p-account-box .intro-box .intro-ul li {
		width: 100%;
	}
	.p-account-box .intro-box .intro-ul li + li {
		margin-top: 2rem;
	}
	.p-account-box .intro-box .intro-ul .photo-box {
		width: 11.3rem;
	}
	.p-account-box .intro-box .intro-ul .image.img01 {
		width: 11.8rem;
	}
	.p-account-box .intro-box .intro-ul .image {
		margin-top: 1.8rem;
		width: 9rem;
	}
	.p-account-box .intro-box .intro-ul .txt-box {
		font-size: 1.2rem;
	}
	.p-account-box .intro-box .list {
		display: block;
	}
	.p-account-box .intro-box .list > li {
		width: 100%;
	}
	.p-account-box .intro-box .list > li + li {
		margin-top: 2.5rem;
	}
	.p-account-box .intro-box .intro-inner {
		margin: 0 1.5rem;
		max-width: inherit;
	}
	.p-account-box .intro-box .list .title .num {
		font-size: 4rem;
	}
	.p-account-box .intro-box .list .title small {
		margin-bottom: 0.8rem;
		font-size: 2rem;
	}
	.p-account-box .intro-box .service-box .txt-ul {
		display: block;
	}
	.l-footer {
		padding-top: 7rem;
	}
}
@media (max-width: 640px) {
  .p-account-box .sec-box05 .info-box .img img {
    height: 50px;
  }
}
@media (max-width: 374px) {
	.p-account-box .headline01 {
		font-size: 6.1vw;
	}
	.p-account-box .intro-box .list > li .pos-img {
		width: 27.86vw;
		right: -3.4vw;
		bottom: -11.7vw;
	}
	.p-account-box .intro-box .list .sub-ul {
		margin: 2rem 10.6vw 0;
	}
}