@charset "utf-8";
/*----------------------------------------
  共通
----------------------------------------*/
.pc-only {
	display: block;
}
.br-pc-only {
	display: inline-block;
}
.sp-only {
	display: none;
}
.br-sp-only {
	display: none;
}
@media screen and (max-width: 900px) {
	.pc-only {
			display: none;
	}
	.br-pc-only {
			display: none;
	}
	.sp-only {
			display: block;
	}
	.br-sp-only {
			display: inline-block;
	}
}
/*----------------------------------------
  kv
----------------------------------------*/
.kv{
	overflow: hidden;
	background: #F5F5F5;
	padding: 25px 0 15px;
	position: relative;
}
.kv .inner{
	max-width: 600px;
	width: 92%;
	position: relative;
	z-index: 2;
	padding: 0;
}
.kv .inner::after{
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	top: 208px;
	width: 548px;
  height: 422px;
	background: url(../img/kv_img.png) no-repeat center center / 100%;
	z-index: -1;
}
.kv-point{
	display: flex;
	justify-content: center;
}
.kv-point li{
	text-align: center;
	border-radius: 50%;
	background: #007fc3;
	color: #fff100;
	width: 80px;
	height: 80px;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kv-point li:not(:last-child){
	margin-right: 5px;
}
.kv-point li .--l{
	font-size: 1.25em;
}
.kv-point li .--small{
	font-size: .8em;
}
.kv-subTtl{
	color: #007fc3;
	font-weight: bold;
	text-align: center;
	font-size: 2.3rem;
	background: url(../img/kv_point.png) no-repeat center bottom / 100%;
	margin: 8px auto 0;
	padding-bottom: 26px;
	max-width: 350px;
}
.kv-ttl{
	color: #333;
	font-weight: bold;
	text-align: center;
	font-size: 3rem;
	line-height: 1.4;
	max-width: 520px;
	margin: 0 auto;
}
.kv-info{
	margin-top: 230px;
}
.kv-bnr{
	max-width: 110px;
	margin: 0 0 24px;
}
.kv-note{
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.75;
}
@media screen and (min-width: 600px) {
	.kv{
		height: 710px;
	}
	.kv .inner::after{
		right: 0;
		left: auto;
		transform: none;
		top: 230px;
	}
	.kv-point li{
		width: 90px;
		height: 90px;
		font-size: 2rem;
	}
	.kv-point li:not(:last-child){
		margin-right: 7px;
	}
	.kv-subTtl{
		font-size: 2.8rem;
		padding-bottom: 32px;
		max-width: 415px;
	}
	.kv-ttl{
		font-size: 3.6rem;
	}
	.kv-info{
		display: flex;
		align-items: flex-end;
		justify-content: center;
		margin-top: 280px;
	}
	.kv-bnr{
		margin: 0 15px 0 0;
	}
}
@media screen and (min-width: 1024px) {
	.kv{
		padding: 40px 0 56px;
		height: 540px;
	}
	.kv .inner{
		max-width: 1100px;
	}
	.kv .inner::after{
		right: -16.66vw;
		bottom: -14.16vw;
		top: auto;
		width: 79.66vw;
		height: 62.5vw;
	}
	.kv-point{
		justify-content: flex-start;
	}
	.kv-point li{
		width: 113px;
		height: 113px;
		font-size: 2.4rem;
	}
	.kv-subTtl{
		margin: 5px 0 0;
		font-size: 3.4rem;
		max-width: 484px;
		padding-bottom: 36px;
	}
	.kv-ttl{
		margin: 0;
		font-size: 4.4rem;
	}
	.kv-info{
		justify-content: flex-start;
		margin-top: 26px;
	}
	.kv-bnr{
		max-width: 122px;
		margin-right: 35px;
	}
}
@media screen and (min-width: 1200px) {
	.kv .inner::after{
		right: -165px;
		bottom: -130px;
		width: 888px;
		height: 695px;
	}
}

/*----------------------------------------
  cta
----------------------------------------*/
.cta{
	background: #142F71;
	padding: 30px 20px;
}
.cta .inner{
	position: relative;
	width: 100%;
	max-width: 365px;
	padding: 0 0 0 20px;
}
.cta-txt{
	position: absolute;
	z-index: 2;
	width: 80px;
	top: -25px;
  left: 0;
}
.cta-item{
	text-align: center;
	margin: 0 auto;
}
.cta-item:first-child{
	margin: 0 auto 16px;
}
.cta-item .btn{
	max-width: 100%;
	height: auto;
	padding: 10px 0;
}
.cta-item .btn::after{
	top: 44%;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.cta-item .btn-dl::after{
	border-top: 2px solid #FF5A00;
  border-right: 2px solid #FF5A00;
}
.note{
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2;
}
@media screen and (min-width: 600px){
	.cta{
		padding: 30px 24px;
	}
	.cta .inner{
		max-width: 400px;
		padding: 0 0 0 20px;
	}
	.cta-txt{
		width: 100px;
		left: -15px;
	}
	.cta-item .btn{
		padding: 15px 0;
	}
	.cta-item .btn::after{
		right: 22px;
		width: 12px;
		height: 12px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}
	.cta-item .btn-dl::after{
		border-top: 3px solid #FF5A00;
		border-right: 3px solid #FF5A00;
	}
}
@media screen and (min-width: 1024px){
	.cta{
		padding: 55px 0;
	}
	.cta .inner{
		max-width: 952px;
    padding: 0 0 0 60px;
	}
	.cta-list{
		display: flex;
		justify-content: center;
	}
	.cta-item{
		margin: 0;
		width: 430px;
	}
	.cta-item:first-child{
		margin: 0 32px 0 0;
	}
	.cta-item .btn{
		font-size: 2.2rem;
		padding: 14px 0;
	}
	.cta-txt{
    width: 140px;
		top: -50px;
		left: -20px;
	}
}
@media screen and (min-width: 1280px){
	.cta .inner{
		max-width: 1238px;
		padding: 0 0 0 100px;
	}
	.cta-item{
		width: 553px;
	}
	.cta-item .btn{
		font-size: 2.8rem;
		padding: 17px 0;
	}
	.cta-txt{
    width: 153px;
		left: -10px;
	}
}
/*----------------------------------------
  intro
----------------------------------------*/
.intro{
	background: #F5F5F5;
}
.intro-list{
	margin: 40px 0 24px;
}
.intro-item{
	background: #fff;
	border-radius: 16px 16px 8px 8px;
	max-width: 488px;
	width: 100%;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
	margin: 0 auto 24px;
}
.intro-item-headline{
	background: #F0F9FF;
	padding: 24px 24px 16px;
	border-radius: 16px 16px 0 0;
}
.intro-item2 .intro-item-headline{
	background: #E8EFFF;
}
.intro-item-head{
	text-align: center;
	color: #FFF100;
	background: #007FC3;
	border-radius: 24px;
	font-size: 1.8rem;
	padding: 1px;
}
.intro-item2 .intro-item-head{
	background: #142F71;
}
.intro-item-logo{
	height: 40px;
	text-align: center;
	margin: 16px 0 10px;
}
.intro-item-logo img{
	height: 100%;
}
.intro-item-name{
	text-align: center;
	font-size: 1.6rem;
}
.intro-graph{
	padding: 26px 0;
	margin: 0 24px;
}
.intro-graph + .intro-graph{
	border-top: 1px solid #595757;
}
.intro-graph-ttl{
	text-align: center;
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 32px;
}
.intro-graph-ttl::after{
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	background: #007FC3;
}
.intro-item2 .intro-graph-ttl::after{
	background: #142F71;
}
.intro-graph3 .intro-graph-img{
	max-width: 285px;
	margin: 0 auto;
}
.intro-graph-txt{
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2;
	margin-top: 24px;
}
@media screen and (min-width: 600px) {
	.intro-item{
		padding: 0 0 15px;
	}
	.intro-item-headline{
		padding: 32px 32px 24px;
	}
	.intro-item-head{
		font-size: 2rem;
		padding: 8px;
	}
	.intro-item-logo{
		height: 68px;
		margin: 32px 0 20px;
	}
	.intro-item-name{
		font-size: 2rem;
	}
	.intro-graph{
		padding: 26px 26px;
	}
	.intro-graph-ttl{
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 1024px) {
	.intro-list{
		display: flex;
		justify-content: space-between;
		margin: 75px 0 24px;
	}
	.intro-item{
		margin: 0;
		width: 49%;
	}
	.intro-graph1{
		min-height: 413px;
	}
	.intro-graph2{
		min-height: 462px;
	}
}

/*----------------------------------------
  about
----------------------------------------*/
.about{
	background: #F0F9FF;
}
.about-list{
	margin-top: 30px;
}
.about-item{
	background: #fff;
	border-radius: 8px;
	max-width: 327px;
	padding: 20px 24px 16px;
	margin: 0 auto 32px;
}
.about-item:last-child{
	margin-bottom: 0;
}
.about-item-ttl{
	text-align: center;
	color: #142F71;
	font-size: 1.8rem;
	margin-top: 10px;
}
.about-item-txt{
	text-align: center;
	line-height: 1.8;
	font-size: 1.4rem;
	margin-top: 2px;
}
@media screen and (min-width: 600px) {
	.about-item{
		padding: 24px 24px 20px;
		max-width: 312px;
	}
}
@media screen and (min-width: 1024px) {
	.about-list{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin-top: 45px;
	}
	.about-item{
		width: 31%;
		margin: 0;
	}
}

/*----------------------------------------
  point
----------------------------------------*/
.point-list{
	margin-top: 30px;
}
.point-item{
	background: #F5F5F5;
	border-radius: 8px;
	min-height: 159px;
	
	padding: 36px 24px 28px;
}
.point-item:not(:last-child){
	margin-bottom: 24px;
}
.point-item-img{
	max-width: 111px;
	margin: 0 auto 24px;
}
.point-item-ttl{
	color: #F44360;
	font-size: 1.4rem;
	line-height: 1.6;
}
.point-item-txt{
	color: #142F71;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-top: 3px;
}
@media screen and (min-width: 600px){
	.point-list{
		margin-top: 45px;
	}
	.point-item{
		display: flex;
		align-items: center;
		padding: 24px;
	}
	.point-item-img{
		margin: 0 32px 0 0;
	}
	.point-item-ttl{
		font-size: 1.8rem;
	}
	.point-item-txt{
		font-size: 2rem;
		margin-top: 0;
	}
}

/*----------------------------------------
  case
----------------------------------------*/
.case{
	padding: 3em 0 0;
	background: #F0F9FF;
}
.case .inner{
	max-width: 1100px;
}

.case-nav{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top: 35px;
}
.case-nav-item{
	cursor: pointer;
	text-align: center;
	color: #595757;
	background: #fff;
	border: 1px solid #007FC3;
	font-size: 1rem;
	width: 25%;
	padding: 7px 0;
	border-radius: 8px 8px 0 0;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.case-nav-item.is-active{
	background: #007FC3;
	color: #fff;
}
.case-content{
	padding: 1px 0 24px;
	display: none;
	background: #007FC3;
}
.case-content.is-show{
	display: block;
}

.case-item{
	margin: 24px auto 0;
	background: #fff;
	border-radius: 8px;
	position: relative;
}
.case-item-badge{
	text-align: center;
	background: #142F71;
	color: #FFF100;
	border-radius: 50%;
	position: absolute;
	right: 24px;
	bottom: 32px;
	width: 76px;
	height: 76px;

	display: flex;
	justify-content: center;
	align-items: center;
}
.case-item-badge::before{
	position: absolute;
	content: '';
	width: calc(100% - 7px);
	height: calc(100% - 7px);
	border-radius: 50%;
	border: 1px solid #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.badge-txt{
	display: block;
	font-size: 1rem;
	font-weight: 400;
}
.badge-num{
	display: block;
	font-size: 1.8rem;
	line-height: 1.1;
}
.case-item-img{
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 540 / 290;
}
.case-item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case-item-body{
	padding: 18px 24px 24px;
}
.case-item-ttl{
	color: #142F71;
	font-size: 1.4rem;
	line-height: 1.6;
}
.case-item-company{
	font-size: 1.2rem;
	margin-top: 10px;
	border-top: 1px solid #595757;
	padding-top: 1em;
}
.case-item-info{
	margin-top: 8px;
}
.case-item-info-cont{
	flex: 0 0 50%;
	font-size: 1.2rem;
	line-height: 1.85;
}
.case-item-info-cont span{
	color: #142F71;
}
@media screen and (max-width: 599px){
	.case{
		padding-bottom: 40px;
	}
	.badge-txt{
		line-height: 1.2;
	}
	.badge-num{
		margin-top: 2px;
	}
	.badge-num2{
		font-size: 1.2rem;
	}
	.case-item-info{
		width: calc(100% - 80px);
	}
}
@media screen and (min-width: 600px) {
	.case-nav-item{
		font-size: 1.6rem;
		padding: 26px 10px;
	}
	.case-content{
		padding: 10px 0 60px;
	}
	.case-item{
		max-width: 445px;
		margin: 60px auto 0;
	}
	.case-item-badge{
		width: 120px;
		height: 120px;
		top: -41px;
		left: -44px;
		bottom: auto;
		right: auto;
	}
	.case-item-badge::before{
		width: calc(100% - 9px);
		height: calc(100% - 9px);
	}
	.badge-txt{
		font-size: 1.2rem;
	}
	.badge-num{
		font-size: 2.4rem;
	}
	.case-item-body{
		padding: 24px;
	}
	.case-item-ttl{
		font-size: 1.6rem;
		min-height: 77px;
	}
	.case-item-company{
		font-size: 1.4rem;
		margin-top: 16px;
		padding-top: .6em;
	}
	.case-item-info{
		display: -webkit-box;
		display: flex;
	}
	.case-item-info-cont:first-child{
		margin-right: 16px;
	}
}
@media screen and (min-width: 1024px) {
	.case-nav-item{
		font-size: 2rem;
	}
	.case-content{
		padding: 10px 0 75px;
	}
	.case-list{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 35px;
		margin-left: 75px;
	}
	.case-item{
		width: 47%;
		margin: 85px 0 0;
	}
}

/* ======================================
	plan
====================================== */
.plan{
	background: url(../img/plan_bg_sp.png) no-repeat center bottom / cover;
	position: relative;
	z-index: 2;
	padding-bottom: 40px;
}
.plan::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 1490px;
	left: 0;
	top: -1px;
	z-index: -1;
	background: url(../img/plan_bg_white_sp.png) no-repeat center bottom / cover;
}
.plan .secTxt{
	margin-bottom: 0;
}
.plan-list{
	max-width: 1000px;
	margin: 40px auto 0;
}
.plan-item{
	background: #F0F9FF;
	border-radius: 8px;
	max-width: 488px;
	width: 100%;
	margin: 0 auto 45px;
	padding: 32px 24px 24px;
	position: relative;
}
.plan-item-subTtl{
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	color: #fff;
	background: #142F71;
	text-align: center;
	border-radius: 8px;
	max-width: 280px;
	width: 100%;
	font-weight: bold;
	font-size: 1.6rem;
	padding: 3px 6px 5px;
}
.plan-item-subTtl::after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #142F71 transparent transparent transparent;
	border-width: 13px 10.5px 0px 10.5px;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}
.plan-item2 .plan-item-subTtl::after{
	border-color: #007FC3 transparent transparent transparent;
}
.plan-item2 .plan-item-subTtl{
	background: #007FC3;
}
.plan-item-ttl{
	text-align: center;
	color: #142F71;
	font-size: 1.8rem;
	line-height: 1.4;
	padding: 8px 0;
	position: relative;
	max-width: 350px;
  margin: 0 auto;
}
.plan-item2 .plan-item-ttl{
	color: #007FC3;
}
.plan-item-ttl::before,
.plan-item-ttl::after{
	position: absolute;
	content: '';
	height: 100%;
	width: 12px;
	top: 0;
	border-top: 3px solid #142F71;
	border-bottom: 3px solid #142F71;
}
.plan-item-ttl::before{
	left: 0;
	border-left: 4px solid #142F71;
}
.plan-item-ttl::after{
	right: 0;
	border-right: 4px solid #142F71;
}
.plan-item2 .plan-item-ttl::before,
.plan-item2 .plan-item-ttl::after{
	border-top: 3px solid #007FC3;
	border-bottom: 3px solid #007FC3;
}
.plan-item2 .plan-item-ttl::before{
	border-left: 4px solid #007FC3;
}
.plan-item2 .plan-item-ttl::after{
	border-right: 4px solid #007FC3;
}
.plan-item-img{
	max-width: 312px;
	margin: 15px auto 0;
	width: 86%;
}
.plan-item-dl{
	margin-top: 10px;
}
.plan-item-dt{
	font-size: 2rem;
	border-bottom: 4px solid #595757;
	position: relative;
	margin-bottom: 4px;
	padding-bottom: 2px;
}
.plan-item-dt::after{
	position: absolute;
	content: '';
	width: 80px;
	height: 4px;
	left: 0;
	bottom: -4px;
	z-index: 2;
	background: #142F71;
}
.plan-item2 .plan-item-dt::after{
	background: #007FC3;
}
.plan-item-dd{
	font-size: 1.6rem;
	line-height: 1.8;
}
.plan-item-dd span{
	color: #F44360;
}
.plan-item-point{
	background: #fff;
	font-weight: bold;
	border-radius: 8px;
	padding: 16px;
	margin-top: 10px;
}
.plan-item-point-ttl{
	text-align: center;
	color: #142F71;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.plan-item-point-ttl span{
	position: relative;
	padding: 0 20px;
}
.plan-item-point-ttl span::before,
.plan-item-point-ttl span::after{
	position: absolute;
	content: '';
	bottom: 0;
	width: 20px;
  height: 24px;
}
.plan-item-point-ttl span::before{
	left: 0;
	background: url(../img/icn_point_left.svg) no-repeat center center / 100%;
}
.plan-item-point-ttl span::after{
	right: 0;
	background: url(../img/icn_point_right.svg) no-repeat center center / 100%;
}
.plan-catch{
	text-align: center;
	color: #FFF100;
	font-size: 2.2rem;
	line-height: 1.4;
	margin-top: 75px;
}
.plan-cv{
	margin: 30px auto 0;
	max-width: 1000px;
}
.plan-cv-item{
	background: #fff;
	border-radius: 8px;
	max-width: 488px;
	width: 100%;
	padding: 32px 16px;
	margin: 0 auto 20px;
}
.plan-cv-item:last-child{
	margin-bottom: 0;
}
.plan-cv-item-img{
	max-width: 274px;
	width: 80%;
	margin: 0 auto 16px;
}
.plan-cv-item-txt{
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.plan-cv-item-btn{
	text-align: center;
}
@media screen and (max-width: 599px) {
	
}
@media screen and (min-width: 400px) {
	.plan::before{
		height: 1500px;
	}
}
@media screen and (min-width: 500px) {
	.plan::before{
		height: 1480px;
	}
}
@media screen and (min-width: 600px) {
	.plan::before{
		height: 64%;
	}
	.plan-list{
		margin: 60px auto 0;
	}
	.plan-item{
		padding: 45px 50px 40px;
	}
	.plan-item-subTtl{
		font-size: 1.8rem;
		max-width: 357px;
		padding: 5px 6px 8px;
	}
	.plan-item-ttl{
		font-size: 2.4rem;
		padding: 14px 0;
	}
	.plan-item-ttl::before,
	.plan-item-ttl::after{
		width: 17px;
		border-top: 4px solid #142F71;
		border-bottom: 4px solid #142F71;
	}
	.plan-item-ttl::before{
		border-left: 6px solid #142F71;
	}
	.plan-item-ttl::after{
		border-right: 6px solid #142F71;
	}
	.plan-item2 .plan-item-ttl::before,
	.plan-item2 .plan-item-ttl::after{
		border-top: 4px solid #007FC3;
		border-bottom: 4px solid #007FC3;
	}
	.plan-item2 .plan-item-ttl::before{
		border-left: 6px solid #007FC3;
	}
	.plan-item2 .plan-item-ttl::after{
		border-right: 6px solid #007FC3;
	}
	.plan-item-dt{
		margin-bottom: 8px;
		padding-bottom: 0;
	}
	.plan-item-point-ttl{
		font-size: 2rem;
	}
	.plan-item-point-ttl span{
		padding: 0 27px;
	}
	.plan-item-point-ttl span::before,
	.plan-item-point-ttl span::after{
		width: 24px;
		height: 27px;
	}
	.plan-catch{
		font-size: 3.2rem;
	}
}
@media screen and (min-width: 1024px) {
	.plan{
		background-image: url(../img/plan_bg.png);
	}
	.plan::before{
		height: 840px;
		background-image: url(../img/plan_bg_white.png);
	}
	.plan-list{
		display: flex;
		justify-content: space-between;
	}
	.plan-item{
		width: 49%;
		margin: 0;
	}
	.plan-cv-item-img{
		margin: 0 auto 24px;
	}
	.plan-cv{
		display: flex;
		justify-content: space-between;
	}
	.plan-cv-item{
		width: 49%;
		margin: 0;
		padding: 32px 28px 37px;
	}
	.plan-cv-item-txt{
		font-size: 1.6rem;
		margin-bottom: 24px;
	}
}

/* ======================================
	flow
====================================== */
.flow-point{
	color: #F44360;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-top: 24px;
}
.flow-point span{
	position: relative;
}
.flow-point span::before,
.flow-point span::after{
	position: absolute;
	content: '';
	width: 12px;
  height: 35px;
	bottom: -5px;
}
.flow-point span::before{
	background: url(../img/flow_deco_left.svg) no-repeat center center / 100%;
	left: -20px;
}
.flow-point span::after{
	background: url(../img/flow_deco_right.svg) no-repeat center center / 100%;
	right: -17px;
}
.flow-list{
	margin-top: 5px;
}
.flow-item{
	position: relative;
	background: #F0F9FF;
	border-radius: 8px;
	max-width: 488px;
	width: 100%;
	margin: 0 auto 28px;
	padding: 16px 24px;
}
.flow-item:last-child{
	margin-bottom: 0;
}
.flow-item:not(:last-child)::after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #007FC3 transparent transparent transparent;
	border-width: 10px 7px 0px 7px;
	left: 50%;
	top: 107%;
	transform: translate(-50%,0);
}
.flow-item-img{
	width: 88px;
	height: 88px;
	margin: 0 24px 0 0;
}
.flow-item-num{
	color: #007FC3;
	font-size: 1.4rem;
	line-height: 1.8;
}
.flow-item-ttl{
	font-size: 1.8rem;
}
@media screen and (max-width: 599px){
	.flow-item{
		display: flex;
		align-items: center;
	}
	.flow-item-num{
		line-height: 1;
	}
}
@media screen and (min-width: 600px) {
	.flow-point{
		font-size: 2rem;
		margin-top: 50px;
	}
	.flow-point span::before,
	.flow-point span::after{
		width: 20px;
		height: 42px;
	}
	.flow-point span::before{
		left: -40px;
	}
	.flow-point span::after{
		right: -36px;
	}
	.flow-list{
		margin-top: 15px;
	}
	.flow-item{
		text-align: center;
		padding: 18px;
	}
	.flow-item:not(:last-child)::after{
		border-width: 14px 10px 0px 10px;
		top: 103%;
	}
	.flow-item-img{
		width: 120px;
		height: 120px;
		margin: 0 auto 10px;
	}
	.flow-item-ttl{
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 1024px) {
	.flow-list{
		display: flex;
		justify-content: space-between;
	}
	.flow-item{
		width: 24%;
		max-width: 220px;
		padding: 24px 24px 18px;
		margin: 0;
	}
	.flow-item:not(:last-child)::after{
		border-color: transparent transparent transparent #007FC3;
		border-width: 13px 0px 13px 18px;
		right: -32px;
		top: 50%;
		transform: translate(0,-50%);
		left: auto;
	}
	.flow-item-img{
		width: 140px;
		height: 140px;
	}
}

/* ======================================
	qa
====================================== */
.qa{
	background: #F0F9FF;
	padding: 3em 0;
}
.qa-list{
	margin-top: 40px;
}
.qa-list-item{
	background: #fff;
	padding: 24px;
	margin-bottom: 16px;
	border-radius: 8px;
}

.qa-q{
	font-size: 1.8rem;
	border-bottom: 1px solid #595757;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 16px;
}
.qa-q-head{
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	background: url(../img/qa_icn.png) no-repeat center center / 100%;
	margin-right: 8px;
}
.qa-a{
	font-size: 1.4rem;
	text-align: justify;
}
.qa-a-lead{
	color: #007FC3;
	display: block;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 4px;
}
@media screen and (max-width: 599px){
	.qa-a{
		line-height: 1.8;
	}
	.qa-list-item:last-child{
		margin-bottom: 0;
	}
}
@media screen and (min-width: 600px) {
	.qa{
		padding: 5em 0 2em;
	}
	.qa-list-item{
		padding: 32px;
		margin-bottom: 24px;
	}
	.qa-q{
		margin-bottom: 22px;
	}
	.qa-q-head{
		width: 40px;
		height: 40px;
		margin-right: 16px;
	}
	.qa-a{
		font-size: 1.6rem;
	}
	.qa-a-lead{
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 1024px) {
	.qa{
		padding: 3em 0;
	}
	.qa-list{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 65px;
	}
	.qa-list-item{
		max-width: 488px;
		width: 49%;
	}
	.qa-q{
		font-size: 2rem;
		min-height: 75px;
	}
}

/* ======================================
	contact
====================================== */
.contact-wrap{
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	background: #fff;
	padding: 35px 20px 20px;
}
.contact-txt{
	text-align: center;
	font-size: 1.5rem;
	margin: 25px 0 30px;
}

@media screen and (min-width: 600px) {
	.contact-wrap{
		border-radius: 30px;
		padding: 55px 20px 80px;
	}
	.contact-txt{
		font-size: 1.6rem;
		margin: 25px 0 68px;
	}
}


/* --------------------- マルケトフォーム --------------------- */
.mktoForm {
  width: 100% !important;
	max-width: 770px;
  margin: 0 auto;
}
.mktoForm .mktoOffset {
  height: 0 !important;
  width: 0 !important;
}
.mktoForm .mktoFieldDescriptor {
  margin-bottom: 30px !important;
  width: 100%;
}
.mktoForm .mktoFieldWrap {
  width: 100%;
}
.mktoForm .mktoFieldWrap select#M_Form_department {
  width: 280px !important;
}
.mktoForm .mktoFieldWrap select:invalid {
  color: #888;
}
.mktoForm .mktoLabel {
  font-size: 1.6rem;
  width: 275px !important;
  padding: 0 30px 0 15px;
  position: relative;
	color: #142F71;
}
.mktoForm .mktoAsterix {
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  color: #F42859 !important;
  line-height: 1;
	border: 1px solid #F42859;
	border-radius: 3px;
	padding: 1px 3px 2px !important;
	margin-right: 5px;
}
.mktoForm .mktoField {
  width: 100% !important;
  max-width: 380px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 4px !important;
  border: 1px solid #BBDCF5 !important;
  padding: .6em .6em !important;
  font-size: 1.5rem !important;
}
.mktoForm input{
	background: #FEEEF2;
}
.mktoForm input[id=LastName],
.mktoForm input[id=FirstName],
.mktoForm input[id=pca_surname_kana],
.mktoForm input[id=pca_firstname_kana] {
  width: 185px !important;
}
.mktoForm input[type=checkbox] + label:before,
.mktoForm input[type=radio] + label:before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-left: -2em !important;
	top: 1.2em;
  left: 0;
}
.mktoForm input[type=radio] + label:before {
  width: 1.4em !important;
  height: 1.4em !important;
}
.mktoForm input[type=radio]:checked + label:before {
  background: none !important;
}
.mktoForm input[type=radio]:checked + label:after {
  position: absolute;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #007fc3;
  left: 0.55em;
  margin-left: -2em !important;
  border-radius: 50%;
  bottom: 0.19em;
}
.mktoForm input[type=checkbox]{
	opacity: 0;
}
.mktoForm input[type=checkbox] + label:before{
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	margin-left: -1.5em;
	line-height: 1em;
	background-color: #fff;
	box-shadow: inset 1px 1px 4px 1px #ddd;
	font-family: Arial, sans-serif;
	font-size: 1.3rem;
	border: 1px solid #BBDCF5;
	border-radius: 2px;
}
.mktoForm input[type=checkbox] + label:before {
  width: 1.2em !important;
  height: 1.2em !important;
}
.mktoForm input[type=checkbox]:checked + label:before {
  content: "" !important;
}
.mktoForm input[type=checkbox] + label:after {
  position: absolute;
  content: "";
  width: 1em;
  height: 0.5em;
  border-bottom: 0.2em solid #007fc3;
  border-left: 0.2em solid #007fc3;
  left: 0.34em;
  margin-left: -2.1em !important;
	top: 1.2em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: none;
}
.mktoForm input[type=checkbox]:checked + label:after {
  display: block;
}
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  cursor: pointer;
  position: relative;
  margin-left: 1.8em;
  font-size: 1.5rem;
}
.mktoForm label[id=LblFirstName],
.mktoForm label[id=Lblpca_firstname_kana] {
  display: none;
}
.mktoForm #LastNameField,
.mktoForm #FirstNameField,
.mktoForm #pca_surname_kanaField,
.mktoForm #pca_firstname_kanaField {
  width: auto;
}
.mktoForm #LblLastName,
.mktoForm #Lblpca_surname_kana {
}
.mktoForm textarea[rows="4"] {
  height: 12em !important;
}
.mktoForm .mktoHtmlText {
  width: 100% !important;
	font-size: 1.4rem;
	margin-bottom: 20px;
	line-height: 1.7;
}
.mktoForm .mktoHtmlText a{
	color: #007FC3;
}
.mktoForm .mktoHtmlText br{
	display: none;
}
.mktoForm div.mktoLogicalField {
  width: auto !important;
}
.mktoForm #Lblseminar_entry_terms {
  width: auto !important;
  padding-left: 0;
  cursor: pointer;
}
.mktoForm #Lblseminar_entry_terms::before {
  border-color: #000;
}
.mktoForm .mktoButtonWrap{
	text-align: center;
  height: 100%;
  display: inline-block;
  position: relative;
	margin-left: 0 !important;
}
.mktoForm .mktoButtonWrap .mktoButton {
  background: #007fc3 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
  font-size: 2rem !important;
  padding: 28px 28px !important;
  border-radius: 8px !important;
	color: #fff;
}
.mktoForm .mktoButtonRow {
  display: block;
  text-align: center;
}
.mktoForm input.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid {
  border: 1px solid #ddd !important;
}
.mktoForm div.mktoLogicalField.mktoInvalid {
  border-color: transparent !important;
}
.mktoError {
  right: auto !important;
  left: 45% !important;
}
.mktoError .mktoErrorArrow {
  background: #F42859 !important;
  border: none !important;
}
.mktoError .mktoErrorMsg {
  background: #F42859 !important;
  border: none !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 7px, inset #F42859 0 1px 0px !important;
          box-shadow: rgba(0, 0, 0, 0.4) 0 2px 7px, inset #F42859 0 1px 0px !important;
}
.mktoMobileShow .mktoForm input[type=url],
.mktoMobileShow .mktoForm input[type=text],
.mktoMobileShow .mktoForm input[type=date],
.mktoMobileShow .mktoForm input[type=tel],
.mktoMobileShow .mktoForm input[type=email],
.mktoMobileShow .mktoForm input[type=number],
.mktoMobileShow .mktoForm textarea.mktoField,
.mktoMobileShow .mktoForm select.mktoField {
  font-size: 1.5rem !important;
  height: 40px;
}
.mktoMobileShow .mktoForm input[type=url].error,
.mktoMobileShow .mktoForm input[type=text].error,
.mktoMobileShow .mktoForm input[type=date].error,
.mktoMobileShow .mktoForm input[type=tel].error,
.mktoMobileShow .mktoForm input[type=email].error,
.mktoMobileShow .mktoForm input[type=number].error,
.mktoMobileShow .mktoForm textarea.mktoField.error,
.mktoMobileShow .mktoForm select.mktoField.error {
  background: #ffdddd !important;
}
input::-webkit-input-placeholder {
  color: #888;
}
input::-moz-placeholder {
  color: #888;
}
input:-ms-input-placeholder {
  color: #888;
}
input::-ms-input-placeholder {
  color: #888;
}
input::placeholder {
  color: #888;
}
/* 旧Edge対応 */
input::-ms-input-placeholder {
  color: #888;
}
/* IE対応 */
input:-ms-input-placeholder {
  color: #888;
}

@media screen and (max-width: 829px) {
  .mktoForm {
    padding: 0 !important;
  }
	.mktoForm .mktoFieldDescriptor {
    margin-bottom: 20px !important;
  }
	.mktoForm .mktoFieldWrap select#M_Form_department {
    width: 100% !important;
  }
	.mktoForm .mktoLabel {
    padding: 0 30px 0 38px;
    width: 100% !important;
  }
	.mktoForm .mktoLabel#LblInquiryDetail__c{
		padding: 0 30px 0 0;
	}
	.mktoForm .mktoLabel#Lblseminar_entry_online_kikitai {
    padding-left: 0;
  }
	.mktoForm .mktoLabel strong {
    padding: 0 !important;
  }
	.mktoForm .mktoAsterix {
    float: none;
    left: 0;
    right: auto;
    margin-top: 0;
    top: 5px;
		font-size: 1.2rem;
  }
	.mktoForm .mktoField {
    padding: 0.4em 0.4em !important;
    max-width: 100% !important;
  }
	.mktoForm label[id=LblFirstName],
  .mktoForm label[id=Lblpca_firstname_kana] {
    display: block;
    color: transparent!important;
  }
	.mktoForm label[id=LblFirstName] .mktoAsterix,
  .mktoForm label[id=Lblpca_firstname_kana] .mktoAsterix {
		display: none;
  }
	.mktoForm input[type=url],
	.mktoForm input[type=text],
	.mktoForm input[type=date],
	.mktoForm input[type=tel],
	.mktoForm input[type=email],
	.mktoForm input[type=number],
	.mktoForm textarea.mktoField,
	.mktoForm select.mktoField {
		height: auto !important;
	}
	.mktoForm #LastNameField,
  .mktoForm #FirstNameField,
  .mktoForm #pca_surname_kanaField,
  .mktoForm #pca_firstname_kanaField {
    width: 49% !important;
  }
	.mktoForm #LastNameField .mktoGutter.mktoHasWidth,
  .mktoForm #FirstNameField .mktoGutter.mktoHasWidth,
  .mktoForm #pca_surname_kanaField .mktoGutter.mktoHasWidth,
  .mktoForm #pca_firstname_kanaField .mktoGutter.mktoHasWidth {
    /* display: none; */
  }
	.mktoForm #LastNameField,
  .mktoForm #pca_surname_kanaField {
    margin-right: 5px;
  }
	.mktoForm #LblLastName {
  }
	.mktoForm #Lblpca_surname_kana {
    padding-left: 0;
  }
	.mktoForm #FirstName,
  .mktoForm #LastName,
  .mktoForm #pca_firstname_kana,
  .mktoForm #pca_surname_kana {
    width: 100% !important;
  }
	.mktoForm #Lblseminar_entry_terms {
    padding-left: 30px;
  }
	.mktoForm .mktoButtonRow {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
	.mktoError {
    left: 30px !important;
  }
	.mktoMobileShow .mktoForm input[type=url],
  .mktoMobileShow .mktoForm input[type=text],
  .mktoMobileShow .mktoForm input[type=date],
  .mktoMobileShow .mktoForm input[type=tel],
  .mktoMobileShow .mktoForm input[type=email],
  .mktoMobileShow .mktoForm input[type=number],
  .mktoMobileShow .mktoForm textarea.mktoField,
  .mktoMobileShow .mktoForm select.mktoField {
    height: 35px !important;
  }
	.mktoForm .mktoHtmlText{
		font-size: 1.4rem;
	}
	.mktoForm .mktoButtonWrap .mktoButton{
		font-size: 1.6rem !important;
		padding: 20px 20px !important;
	}
}
@media only screen and (min-width: 481px) and (max-width: 829px) {
  .mktoForm label[id=LblFirstName],
  .mktoForm label[id=LblLastName],
  .mktoForm label[id=Lblpca_firstname_kana],
  .mktoForm label[id=Lblpca_surname_kana] {
  }
}
@media only screen and (max-width: 480px) {
  .mktoForm .mktoLabel {
    margin-bottom: 10px;
  }
	.mktoForm #LastNameField,
  .mktoForm #FirstNameField,
  .mktoForm #pca_surname_kanaField,
  .mktoForm #pca_firstname_kanaField {
    float: left !important;
    clear: none !important;
  }
}
@media screen and (min-width: 830px) {
	.mktoForm #Lblseminar_entry_terms .mktoAsterix {
    margin-top: 0;
  }
	#LastNameField .mktoError {
    left: 65% !important;
  }
  #FirstNameField .mktoError {
    left: 15% !important;
  }
	#mktoCheckbox_22761_3Field .mktoLogicalField{ /* お問い合わせ内容 */
		margin-top: -15px;
	}
}
@media print, screen and (min-width: 1100px) {
	.mktoForm .mktoField {
    max-width: 480px !important;
  }
	.mktoForm input[id=LastName],
  .mktoForm input[id=FirstName],
  .mktoForm input[id=pca_surname_kana],
  .mktoForm input[id=pca_firstname_kana] {
    width: 236px !important;
  }
}
