@charset "utf-8";
/* ======================================
	kv
====================================== */
.kv{
	margin-top: 36px;
}
.kv-item{
	text-align: center;
	position: relative;
}
.kv-item:nth-child(1){
	background: #e9f2f8;
	margin-bottom: 2px;
}
.kv-item:nth-child(2){
	background: #FFF2E9;
}
.kv-item::after{
	position: absolute;
	content: '';
	top: 4px;
	right: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent rgb(255 255 255 / .5) transparent transparent;
	border-width: 0px 30px 30px 0px;
}
.kv-item-link{
	display: block;
	height: 100%;
	padding: 20px 20px 120px;
}
.kv-subTtl{
	font-weight: bold;
	font-size: 1.5rem;
	color: #142F71;
	display: inline-block;
	border-bottom: 2px solid #142F71;
	padding-bottom: 6px;
	width: 100%;
	max-width: 325px;
}
.kv-item:nth-child(2) .kv-subTtl{
	color: #FF4C00;
	border-bottom: 2px solid #FF4C00;
}
.kv-ttl{
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 1.2;
	color: #142F71;
	margin: 15px 0;
}
.kv-item:nth-child(2) .kv-ttl{
	color: #FF4C00;
}
.kv-ttl .txt1{
	font-size: 2.2rem;
}
.kv-ttl .txt2{
	font-size: 3.2rem;
}
.kv-txt{
	font-size: 1.4rem;
	line-height: 1.8;
}
.kv-btn-wrap{
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 280px;
	width: 100%;
}
.kv-btn-point{
	background: #fff;
	color: #007FC3;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1;
	border-radius: 6px;
	border: 2px solid #007FC3;
	position: absolute;
	top: -20px;
	left: -20px;
	padding: 2px 4px 5px;
}
.kv-item:nth-child(2) .kv-btn-point{
	color: #FF8200;
	border: 2px solid #FF8200;
}
.kv-btn-point-bg{
	position: absolute;
	content: '';
	width: calc(100% + 4px);
	height: 100%;
	border-radius: 6px;
	left: -2px;
	bottom: -7px;
	border-bottom: 9px solid #142F71;
	z-index: -1;
}
.kv-item:nth-child(2) .kv-btn-point-bg{
	border-bottom: 9px solid #EA4224
}
.kv-btn-point .--l{
	font-size: 1.6rem;
}
.kv-btn{
	display: block;
	background: linear-gradient(240deg,#007FC3 0%, #01449A 80%);
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	width: 100%;
	margin: 0 auto;
	border-radius: 6px;
	padding: 13px 10px 14px;
	box-shadow: 0 6px #003B87;
	top: 0;
	position: relative;
	z-index: 2;
}
.kv-item:nth-child(2) .kv-btn{
	background: linear-gradient(240deg,#FF8200 0%, #FF4C00 80%);
	box-shadow: 0 6px #EA4224;
}
.kv-btn-inline{
	padding-right: 30px;
	background: url(../img/icn_btn.png) no-repeat center right / 20px;
}
.kv-note{
	text-align: right;
	margin: 5px 10px 0;
	font-size: 1rem;
}
@media screen and (min-width: 600px) {
	.kv{
		margin-top: 46px;
	}
	.kv-item{
		height: 420px;
	}
	.kv-item::after{
		border-width: 0px 39px 39px 0px;
	}
	.kv-item-link{
		padding: 30px;
		padding: 20px;
	}
	.kv-subTtl{
		font-size: 1.8rem;
		max-width: 390px;
	}
	.kv-ttl{
		font-size: 4.8rem;
		margin: 20px 0;
	}
	.kv-ttl .txt1{
		font-size: 3rem;
	}
	.kv-ttl .txt2{
		font-size: 4.8rem;
	}
	.kv-txt{
		font-size: 1.5rem;
	}
	.kv-btn-wrap{
		max-width: 400px;
		bottom: 46px;
	}
	.kv-btn-point{
		font-size: 1.4rem;
		padding: 4px 8px 8px;
		left: -37px;
	}
	.kv-btn-point .--l{
		font-size: 1.8rem;
	}
	.kv-btn{
		font-size: 2rem;
	}
	.kv-note{
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1024px) {
	.kv{
		margin-top: 60px;
	}
	.kv-list{
		display: flex;
		justify-content: space-between;
	}
	.kv-item{
		width: calc(50% - 1px);
		transition: all .3s;
	}
	.kv-item:nth-child(1){
		margin-bottom: 0;
	}
	.kv-item:hover{
		transform: scale(1.02);
	}
	.kv-item:nth-child(1):hover{
		z-index: 2;
	}
	.kv-item-link:hover{
		opacity: 1;
	}
	.kv-btn:hover{
		opacity: 1;
		top: 6px;
		box-shadow: 0 0 #003B87;
	}
	.kv-item:nth-child(2) .kv-btn:hover{
		box-shadow: 0 0 #EA4224;
	}
}
@media screen and (min-width: 1300px) {
	.kv-item{
		height: 480px;
	}
	.kv-subTtl{
		font-size: 2rem;
		max-width: 430px;
	}
	.kv-ttl{
		font-size: 6.4rem;
		margin: 20px 0 34px;
	}
	.kv-ttl .txt1{
		font-size: 3.8rem;
	}
	.kv-ttl .txt2{
		font-size: 5.4rem;
	}
	.kv-txt{
		font-size: 1.6rem;
	}
	.kv-btn-wrap{
		max-width: 460px;
	}
	.kv-btn{
		font-size: 2.2rem;
	}
}
/* ======================================
	reason
====================================== */
.reason-item{
	background: #142F71 url(../img/reason_bg.png) no-repeat center center / cover;
	color: #fff;
	text-align: center;
	padding: 27px 16px 16px;
	max-width: 500px;
	margin: 0 auto 15px;
}
.reason-item-ttl{
	font-weight: bold;
	font-size: 2.4rem;
	position: relative;
}
.reason-item-ttl::after{
	position: absolute;
	content: '';
	width: 48px;
	height: 4px;
	background: #fff;
	bottom: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.reason-item-desc{
	padding: 30px 0 27px;
	color: #e2dc42;
	font-weight: bold;
	font-size: 4.2rem;
	line-height: 1;
}
.reason-item-desc.line-height{
	line-height: 1.4;
}
.reason-item-desc .num{
	font-size: 12rem;
}
.reason-item-desc .txt-s{
	font-size: 3.8rem;
}	
.reason-item-desc .txt-dots{
	background-image: radial-gradient(circle at center, #e2dc42 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
	line-height: 1;
	padding-top: 0.3em;
	display: inline-block;
}
.white-accent{
	position: relative;
	display: inline-block;
}
.white-accent::after{
	position: absolute;
	content: '';
	top: 122%;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 100%;
	background: #fff;
	max-width: 296px;
}
.reason-item-txt{
	font-weight: bold;
	font-size: 1.6rem;
}
.reason-item-link{
	color: #333;
	background: #fff url(../img/icn_btn_blue.png) no-repeat center right 8px / 16px;
	font-weight: bold;
	font-size: 1.6rem;
	display: block;
	max-width: 296px;
	width: 100%;
	border-radius: 7px;
	margin: 28px auto 0;
	padding: 13px 0;
}
.reason-note{
	font-size: 1.1rem;
	font-weight: 500;
	margin: 15px auto 0;
}
@media screen and (min-width: 600px) {
	.reason-note{
    font-size: 1.3rem;
	}
}
@media screen and (min-width: 1024px) {
	.reason-list{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		margin-top: 60px;
	}
	.reason-item{
		max-width: 456px;
		width: 32%;
		margin: 0;
	}
	.reason-item-desc{
		height: 200px;
	}
}
@media screen and (min-width: 1280px) {
	.reason-item-desc{
		font-size: 4.5rem;
	}
	.reason-item-desc .num{
		font-size: 14.4rem;
	}
}
/* ======================================
	plan
====================================== */
.plan{
	background: url(../img/plan_bg_sp.png) no-repeat center bottom / cover;
	position: relative;
	z-index: 2;
	padding: 1em 0 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{
	display: block;
	text-align: center;
	color: #fff;
	background: #007FC3;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .08em;
	padding: 9px 0 11px;
	border-radius: 3px;
}
.plan-cv-item-btn.--dl{
	background: #FF8200;
}
.plan-cv-item-btn .--s{
	font-size: 1.5rem;
	display: inline-block;
	position: relative;
	padding-right: 10px;
}
.plan-cv-item-btn .--s::after{
	position: absolute;
	content: '';
	right: -20px;
  top: 0;
	background: url(../img/icn_btn.png) no-repeat center center / 100%;
	width: 20px;
	height: 20px;
}
@media screen and (max-width: 599px) {
	.plan-cv-item-btn span{
		padding-right: 16px;
	}
}
@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;
	}
	.plan-cv-item-btn{
		font-size: 2.8rem;
	}
	.plan-cv-item-btn .--s{
		font-size: 2rem;
	}
	.plan-cv-item-btn .--s::after{
		top: 2px;
	}
}
/* ======================================
	database
====================================== */
.database-lead{
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.database-nav{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	border-bottom: 6px solid #142F71;
	padding-bottom: 8px;
}
.database-nav-item{
	max-width: 716px;
	width: 100%;
}
.database-nav-item:nth-child(2){
	margin-left: 10px;
}
.database-nav-item-link{
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	display: block;
	height: 55px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background: transparent;
	color: #142F71;
	border: 1px solid #142F71;
	line-height: 1.3;
	cursor: pointer;
}
.database-nav-item-link.is-active{
	color: #fff;
	background: #142F71;
	cursor: initial;
	position: relative;
}
.database-nav-item-link.is-active::after{
	position: absolute;
	content: '';
	width: calc(100% + 2px);
	height: 10px;
	background: #142F71;
	top: 100%;
	left: -1px;
}
.database-content{
	display: none;
}
.database-content.is-show{
	display: block;
}

.database-list{
	margin: 40px auto 15px;
	max-width: 1176px;
}
.database-item{
	margin: 0 auto 60px;
	max-width: 480px;
	width: 100%;
}
.database-item-txt{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 20px;
}
.database-item-txt .--l{
	font-size: 3rem;
}
.database-item-txt .--blue{
	color: #142F71;
}

.database-note{
	text-align: right;
	font-size: 1rem;
	margin-top: 30px;
}
@media screen and (min-width: 600px) {
	.database{
		padding: 3em 0 3em;
	}
	.database-lead{
		font-size: 2.4rem;
	}
	.database-nav-item-link{
		font-size: 2.4rem;
		height: 96px;
	}
	.database-note{
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1024px) {
	.database-list{
		display: -webkit-box;
		display: flex;
		justify-content: space-between;
	}
	.database-item{
		margin: 0;
		width: 47%;
	}
	.database-nav-item-link{
		font-size: 2.8rem;
	}
	.database-item-txt{
		font-size: 2.4rem;
		margin-top: 35px;
	}
	.database-item-txt .--l{
		font-size: 3.6rem;
	}
}
/* ======================================
	point
====================================== */
.point-item{
	background: #DCECF5;
	padding: 60px 20px 20px;
	position: relative;
	max-width: 500px;
	margin: 70px auto 0;
}
.point-item-num{
	color: #fff;
	text-align: center;
	line-height: 1.2;
	position: absolute;
	top: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70px;
	height: 70px;
	z-index: 2;
}
.point-item-num::after{
	position: absolute;
	content: '';
	width: 70px;
	height: 70px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #142F71;
	top: -10px;
	left: 0;
	z-index: -1;
}
.point-item-num .en{
	display: block;
	font-size: 1.4rem;
}
.point-item-num .num{
	display: block;
	font-size: 3.2rem;
}
.point-item-ttl{
	text-align: center;
	font-size: 2rem;
}
.point-item-ttl sup{
	font-size: 1.2rem;
	top: 0;
  vertical-align: super;
}
.point-item-ttl .--sky{
	color: #007FC3;
	font-weight: bold;
}
.point-item-img{
	max-width: 294px;
	width: 100%;
	margin: 14px auto 0;
}
.point-item-txt{
	font-size: 1.5rem;
	margin: 16px auto 0;
	text-align: center;
	line-height: 2;
}
.point-item-txt .--line{
	background: #FFF100;
	font-weight: 700;
}
.point-note{
	text-align: right;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 10px;
}
@media screen and (min-width: 600px) {
	.point{
		padding-bottom: 72px;
	}
	.point-list{
		margin-top: 90px;
	}
	.point-item{
		padding: 70px 15px 32px;
	}
	.point-item-num,
	.point-item-num::after{
		width: 80px;
		height: 80px;
	}
	.point-item-num::after{
		top: -14px;
	}
	.point-item-num .en{
		font-size: 2rem;
	}
	.point-item-img{
		width: 74.8%;
		max-width: 100%;
	}
	.point-item-txt{
		margin: 22px auto 0;
	}
	.point-note{
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1024px) {
	.point-list{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.point-item{
		width: 32.5%;
		max-width: 448px;
		margin: 0;
	}
}
@media screen and (min-width: 1280px){
	.point-item-ttl{
		font-size: 2.4rem;
	}
	.point-item-txt{
		font-size: 1.6rem;
	}
}
/* ======================================
	voice
====================================== */
.voice{
	background: #F3F3F3;
}
.voice .inner{
	max-width: 1350px;
}
.voice-item{
	margin-top: 20px;
	padding-top: 30px;
	position: relative;
}
.voice-item:nth-child(2){
	padding-top: 56px;
}
.voice-item-left{
	max-width: 360px;
	width: 100%;
	margin: 20px auto 0;
}
.voice-item-cap{
	font-size: 1.2rem;
	line-height: 1.42;
	margin-top: 10px;
}
.voice-item-cap span{
	font-weight: bold;
}
.voice-item-right{
	max-width: 360px;
	width: 100%;
	margin: 0 auto;
}
.voice-item-txt{
	color: #007FC3;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.846;
	background: url(../img/voice_talk_sp.png) no-repeat center center / 100%;
	padding: 40px 20px 25px 20px;
}
.voice-item-catch{
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
}
@media screen and (min-width: 375px){
	.voice-item-txt{
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 600px){
	.voice-item{
		margin-top: 50px;
		padding-top: 45px;
	}
	.voice-item:nth-child(2){
		padding-top: 68px;
	}
	.voice-item-catch{
		margin-top: 10px;
	}
}
@media screen and (min-width: 1024px){
	.voice{
		padding-bottom: 0;
	}
	.voice-item{
		display: flex;
		justify-content: center;
		margin-top: 32px;
		padding-top: 0;
	}
	.voice-item-left{
		margin: 0 27px 0 0;
		width: 35%;
	}
	.voice-item-cap{
		font-size: 1.4rem;
	}
	.voice-item-right{
		margin: 0;
		max-width: 684px;
		width: 63%;
	}
	.voice-item-txt{
		background-image: url(../img/voice_talk.png);
		font-size: 1.8rem;
		padding: 38px 20px 38px 80px;
	}
	.voice-item-catch{
		margin-top: 15px;
		position: initial;
	}
}
@media screen and (min-width: 1280px){
	.voice-item{
		
	}
	.voice-item-txt{
		padding: 38px 20px 38px 100px;
		font-size: 2rem;
	}
}
@media screen and (min-width: 1440px){
	.voice-item-left{
		max-width: 461px;
	}
	.voice-item-right{
		max-width: 844px;
	}
	.voice-item-txt{
		font-size: 2.6rem;
	}
	.voice-item-catch{
		font-size: 2.2rem;
		margin-top: 25px;
	}
}

/* ======================================
	qa
====================================== */
.qa{
	background: #F3F3F3;
}
.qa-item{
	background: #fff;
	margin-bottom: 14px;
}
.qa-item-q{
	background: #142F71;
	padding: 15px 40px 15px 15px;
	cursor: pointer;
	position: relative;
}
.qa-item-q::after{
	position: absolute;
	content: '';
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.qa-item-q.is-active::after{
	-webkit-transform: translateY(-50%) rotate(225deg);
	transform: translateY(-50%) rotate(225deg);
}
.qa-item-q-txt{
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	display: -webkit-box;
	display: flex;
}
.qa-item-q-txt img,
.qa-item-a-txt1 img{
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
.qa-item-a{
	background: #fff;
	padding: 14px;
	display: none;
}
.qa-item-a-txt1{
	color: #FF8200;
	font-weight: bold;
	font-size: 1.6rem;
	display: -webkit-box;
	display: flex;
}
.qa-item-a-txt2{
	font-weight: 500;
	font-size: 1.6rem;
	margin-top: 16px;
	padding: 0 10px 0 29px;
}
@media screen and (min-width: 600px) {
	.qa-item-q-txt,
	.qa-item-a-txt1{
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 1024px) {
	.qa{
		padding-bottom: 24px;
	}
	.qa-list{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.qa-item{
		width: 48.5%;
		margin-bottom: 40px;
	}
	.qa-item-q{
		min-height: 88px;
		padding: 10px 24px;
		cursor: initial;
		pointer-events: none;
	}
	.qa-item-q::after{
		display: none;
	}
	.qa-item-q-txt img,
	.qa-item-a-txt1 img{
		width: 32px;
		height: 32px;
		margin-right: 12px;
	}
	.qa-item-a{
		padding: 24px;
	}
	.qa-item-a-txt2{
		padding: 0 10px 0 44px;
	}
}
@media screen and (min-width: 1281px){
	.qa-item-q-txt,
	.qa-item-a-txt1{
		font-size: 2rem;
	}
}
/* ======================================
	contact
====================================== */
.contact{
	background: #DCECF5;
}
.contact .dots{
	display: none;
}
.contact-heading{
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.contact-heading-ttl{
	font-weight: bold;
	font-size: 1.6rem;
	width: 61%;
	text-align: center;
	padding: 22px 16px;
	border-radius: 4px 4px 0 0;
	background: #fff;
}
.contact-heading-link{
	font-weight: bold;
	font-size: 1.6rem;
	color: #fff;
	background: #007FC3 url(../img/icn_btn.png) no-repeat center right 6px / 21px;
	width: 100%;
	padding: 14px 45px 14px 16px;
	border-radius: 7px;
}
.contact-body{
	background: #fff;
	padding-top: 30px;
}
.contact-txt{
	font-weight: 500;
	font-size: 1.6rem;
	text-align: center;
	padding: 0 16px;
}
.contact-form{
	padding: 30px 20px;
}
.contact-form form{
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 599px){
	.contact-heading-link{
		box-shadow: 0 0 10px rgba(0,0,0,.15);
		margin-bottom: 20px;
		border: 3px solid #fff;
	}
}
@media screen and (min-width: 600px) {
	.contact-body{
		padding-top: 38px;
	}
	.contact-form {
		padding: 60px 40px;
	}
	.contact-wrap{
		box-shadow: 0 0 10px rgba(0,0,0,.15);
	}
	.contact-heading-link{
		width: 39%;
		border-radius: 4px 4px 0 0;
		padding: 22px 45px 22px 16px;
		background-position: center right 16px;
	}
	.contact-heading-ttl{
		display: inline-block;
	}
}
@media screen and (min-width: 1024px) {
	.contact .dots{
		display: inline;
	}
	.contact-heading-ttl{
		font-size: 1.8rem;
	}
	.contact-heading-link{
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 1440px) {
	.contact-heading-ttl,
	.contact-heading-link{
		font-size: 2.8rem;
	}
}

/* --------------------- マルケトフォーム --------------------- */
.mktoForm {
  width: 100% !important;
}
.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;
  font-weight: 600;
  width: 275px !important;
  padding: 0 30px 0 15px;
  position: relative;
}
.mktoForm .mktoAsterix {
  position: absolute;
  right: 0;
  font-size: 1.6rem;
  color: #e80000 !important;
  line-height: 1;
}
.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 #ddd !important;
  padding: .6em .6em !important;
  font-size: 1.5rem !important;
}
.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 #aeb0b6;
	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.6rem;
	margin-bottom: 20px;
}
.mktoForm .mktoHtmlText a{
	color: #007FC3;
	text-decoration: underline;
}
.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;
	font-weight: bold;
}
.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: #e80000 !important;
  border: none !important;
}
.mktoError .mktoErrorMsg {
  background: #e80000 !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 #ff3c3c 0 1px 0px !important;
          box-shadow: rgba(0, 0, 0, 0.4) 0 2px 7px, inset #ff3c3c 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 0 0 12px;
    width: 100% !important;
  }
	.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;
  }
	.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: block;
    color: transparent!important;
  }
	.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;
  }
}
@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;
  }
}
