@charset "utf-8";
/* ======================================
	mv
====================================== */
.mv *{
    box-sizing: border-box;
}
.mv{
	padding: 0;
	margin-top: 60px;
}
.mv__main{
  padding: 30px 30px 45px;
  text-align: center;
}
.u-main-bg{
  background:#007FC3;
  position: relative;
  overflow: hidden;
}
/* 共通 */
.u-main-bg::before{
  content: "";
  width: 834.235px;
  height: 879.129px;
  background-image: url(../img/mv-left-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  right: 58%;
}
.u-main-bg::after{
  content: "";
  width: 834.235px;
  height: 879.129px;
  background-image: url(../img/mv-right-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-38%);
  left: 60%;
}
.u-main-bg__inner{
  position: relative;
  z-index: 1;
}

.mv-ttl{
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 135%;
}
.mv-ttl span{
  font-size: 2em;
  line-height: 1;
}
.mv-list{
  display: flex;
  justify-content: center;
  margin: 32px 0 0;
}
.mv-item{
  background: #fff;
  border-radius: 10px;
  padding: 16px 3px;
  max-width: 360px;
  width: 100%;
}
.mv-item:not(:last-child){
  margin-right: 25px;
}
.mv-item-num span{
  color: #007fc3;
  background: #fff100;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding: 5px 28px 4px;
  border-radius: 16px;
  position: relative;
}
.mv-item-num span::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff100 transparent transparent transparent;
  border-width: 8px 9px 0px 9px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.mv-item-txt{
  color: #007fc3;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  margin: 23px 0 12px;
}
.mv-item-txt .--l{
  font-size: 1.4em;
}
.mv-item-txt .--dots{
  background-image: radial-gradient(circle at center, #007fc3 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.2em;
}
.mv-note{
	text-align: right;
	font-size: 12px;
	line-height: 1.33;
	max-width: 1134px;
	width: 96%;
	margin: 5px auto 0;
}

@media screen and (max-width: 1100px){
  .mv-ttl{
    font-size: 44px;
  }
  .mv-item-txt{
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .mv__main{
    background-position:
    center left -20%,
    center right -20%,
    center;
    padding: 20px 20px 30px;
  }
  .mv-ttl{
    font-size: 36px;
  }
  .mv-ttl span{
    font-size: 1.8em;
  }
  .mv-list{
    display: block;
  }
  .mv-item{
    margin: 15px auto;
    padding: 12px;
  }
  .mv-item:not(:last-child){
    margin: 15px auto;
  }
  .mv-item-txt{
    margin: 18px 0 7px;
  }
}

@media screen and (max-width: 900px) {
  .mv-list{
    margin: 20px 0 0;
  }
  .mv-item-num span{
    font-size: 14px;
  }
  .p-reason__wrap{
    padding-top: 50px;
  }
  .mv__bottom .c-cv-btn > * {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-main-bg::before{
    width: 200px;
    height: 200px;
    background-image: url(../img/left-bg-sp.webp);
    top: 0;
    transform: initial;
    right: initial;
    left: 0;
  }
  .u-main-bg::after{
    width: 200px;
    height: 200px;
    background-image: url(../img/right-bg-sp.webp);
    top: initial;
    bottom: 0;
    transform: initial;
    left: initial;
    right: 0;
  }
}
@media screen and (max-width: 599px){
	.mv{
		margin-top: 40px;
	}
	.mv-note{
		font-size: 10px;
	}
}
/*----------------------------------------
  freeTrialArea
----------------------------------------*/
.freeTrialArea {
    padding: 50px 0;
		background: #DCECF5;
		margin-top: 20px;
}
.freeTrialArea .btnBox {
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
		max-width: 1000px;
    margin: 0 auto;
		padding: 30px 20px;
}
.freeTrialArea .btnBox .title {
    position: relative;
    color: #007fc3;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}
.freeTrialArea .btnBox .title .bold{
	font-weight: 700;
}


.freeTrialArea .btnBox .caption {
    color: #007fc3;
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    margin-bottom: 18px;
}
.freeTrialArea .btnBox .btn3 {
    position: relative;
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1em;
    text-align: center;
    z-index: 1;
		max-width: 680px;
    margin: 0 auto;
}
.freeTrialArea .btnBox .btn3 .speechBalloon {
    position: absolute;
    top: -12px;
    left: -10px;
    width: 120px;
    height: 50px;
    color: #333333;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1em;
    text-align: center;
    background-color: #fff100;
    padding: 14px 0 13px 5px;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 1;
}
.freeTrialArea .btnBox .btn3 .speechBalloon::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0px 0 22px;
    border-color: #fff100 transparent transparent transparent;
}
.freeTrialArea .btnBox .btn3 a {
    display: block;
    width: 552px;
    height: 96px;
    color: #ffffff;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 96px;
    text-align: center;
    text-decoration: none;
    background: #7cb742; /* Old browsers */
    background: linear-gradient(90deg, #7cb742 0%,#63a925 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb742', endColorstr='#63a925',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 0 6px;
    margin: 0 auto;
    transition: opacity 0.4s ease 0s;
    border-radius: 8px;
    box-sizing: border-box;
}
.freeTrialArea .btnBox .btn3 a:hover {
    opacity: 0.9;
}
.freeTrialArea .btnBox .btn3 a .btnText {
    display: inline-block;
    position: relative;
    height: 100%;
    padding-right: 35px;
}
.freeTrialArea .btnBox .btn3 a .btnText::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 28px;
    height: 11px;
    background-image: url(../img/icon_arrow_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-top: -3px;
}
.freeTrialArea .btnBox .btn3 a:hover .btnText::before {
    animation: sdb 1.5s infinite;
}
.freeTrialArea .btnBox .btn3 a .btnText span {
    font-size: .8em;
}
.freeTrialArea .btnBox .note {
    color: #007fc3;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
}

.freeTrialArea .contactUs {
    text-align: center;
}
.freeTrialArea .contactUs a {
    display: inline-block;
    position: relative;
    height: 100%;
    color: #007fc3;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1em;
    padding-right: 22px;
}
.freeTrialArea .contactUs a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 6px;
    background-image: url(../img/icon_arrow_blue.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-top: -4px;
}
@media screen and (max-width:992px){
	.freeTrialArea{
		padding: 30px 0;
	}
    .freeTrialArea .btnBox {
        padding: 30px 20px 15px;
    }
    .freeTrialArea .btnBox .icon {
        top: -25px;
        left: -6px;
        width: 80px;
        height: 80px;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 18px 5px 0;
    }
    .freeTrialArea .btnBox .icon span {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .freeTrialArea .btnBox .title {
        font-size: 17px;
        font-size: 1.7rem;
    }
    .freeTrialArea .btnBox .title::before {
        width: 100%;
    }
    .freeTrialArea .btnBox .caption {
        font-size: 32px;
        font-size: 3.2rem;
    }
    .freeTrialArea .btnBox .caption span {
        display: block;
        margin-top: 5px;
    }
		.freeTrialArea .btnBox .btn3{
			max-width: 552px;
		}
    .freeTrialArea .btnBox .btn3 a {
        width: 100%;
        height: 54px;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 54px;
        margin: 0 auto 15px;
    }
    .freeTrialArea .btnBox .btn3 a .btnText {
        padding-right: 22px;
        overflow: hidden;
    }
    .freeTrialArea .btnBox .btn3 a .btnText span {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .freeTrialArea .btnBox .btn3 a .btnText::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 16px;
        height: 6px;
        background-image: url(../img/icon_arrow_white_small.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        margin-top: -4px;
    }
    .freeTrialArea .btnBox .btn3 a:hover .btnText::before {
        animation: none;
    }
    .freeTrialArea .contactUs a {
        font-size: 12px;
        font-size: 1.2rem;
        padding-right: 16px;
    }
    .freeTrialArea .contactUs a::before {
        width: 11px;
        margin-top: -3px;
    }
    .freeTrialArea .btnBox .note {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .freeTrialArea .btnBox .note span {
        display: block;
        margin-top: 5px;
    }
    .freeTrialArea .btnBox .btn3 .speechBalloon {
        top: -20px;
        left: -29px;
        width: 60px;
        height: 25px;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 6px 0 5px 4px;
        border-radius: 5px;
    }
    .freeTrialArea .btnBox .btn3 .speechBalloon::before {
        bottom: -8px;
        border-width: 12px 0px 0 11px;
    }
}
/* ======================================
	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;
	}
}
/*----------------------------------------
  offer
----------------------------------------*/
.offer{
	padding: 3em 0;
}
.offer .inner{
	max-width: 1040px;
}
.offer * {
	box-sizing: border-box;
}
.offer-img{
	margin: 30px auto 0;
}
.offer-img img{
	width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 992px){
	.offer{
		padding: 2em 0;
	}
	.offer-img{
		margin: 30px auto 5px;
	}
}
/* ======================================
	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;
	}
}

/* ABテスト ここから */
.database-txt{
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.75;
}
.database-note{
	color: #444;
	text-align: right;
	font-size: 1rem;
	margin: 20px 0 5px;
}
.database-cont{
	background: #f0f9ff;
	padding: 30px 20px 20px;
	position: relative;
}
.database-cont-left{
	text-align: center;
}
.database-cont-lead{
	color: #fff104;
	font-size: 1.5rem;
	font-weight: bold;
	background: #007fc3;
	border-radius: 24px;
	padding: 6px;
	max-width: 195px;
	width: 100%;
	margin: 0 auto;
}
.database-cont2 .database-cont-lead{
	background: #142f71;
}
.database-cont-logo{
	margin: 15px auto 0;
}
.database-cont-logo .logo1{
	max-width: 116px;
	width: 100%;
	margin: 0 auto;
}
.database-cont-logo .logo2{
	max-width: 161px;
	width: 100%;
	margin: 0 auto;
}
.database-cont-txt{
	font-size: 1.8rem;
	font-weight: bold;
	margin: 12px 0 0;
}
.database-cont-img{
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}
.database-cont2{
	margin: 100px 0 0;
}
.database-cont2::before{
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	top: -110px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 10px 20px rgb(0 0 0 / .2);
	z-index: 2;
}
.database-cont2::after{
	position: absolute;
	content: '+';
	left: 50%;
	transform: translateX(-50%);
  top: -107px;
  font-size: 7rem;
	font-weight: bold;
	z-index: 2;
}
.cta-btn-item-badge.--green{
	background: #5fa621;
}
.cta-btn-item .btn2{
	padding: 24px 10px;
}
.cta-btn-item .btn2 .btn-inline{
	font-size: 1.9rem;
	padding-left: 34px;
	margin-bottom: 0;
	display: inline-block;
}
.cta-btn-item .btn2 .btn-inline.--icnPc{
	background: url(../img/icn_pc_wh.svg) no-repeat center left / 26px;
}
.cta-btn-item .btn2 .btn-inline.--icnMail{
	background: url(../img/icn_mail_bl.svg) no-repeat center left / 26px;
}
@media screen and (min-width: 600px){
	.database-txt{
		font-size: 2.4rem;
	}
	.database-note{
		font-size: 1.1rem;
		margin: 30px 0 15px;
	}
	.database-cont{
		padding: 30px;
	}
	.database-cont-lead{
		padding: 10px;
		max-width: 210px;
	}
	.database-cont-logo .logo1{
		max-width: 145px;
	}
	.database-cont-logo .logo2{
		max-width: 202px;
	}
	.database-cont-right{
		display: flex;
	}
	.database-cont-img{
		margin: 0 15px;
	}
	.cta-btn-item .btn2{
		padding: 40px 10px;
	}
	.cta-btn-item .btn2 .btn-inline{
		font-size: 2.7rem;
		padding-left: 52px;
	}
	.cta-btn-item .btn2 .btn-inline.--icnPc{
		background-size: 42px;
	}
	.cta-btn-item .btn2 .btn-inline.--icnMail{
		background-size: 42px;
	}
}
@media screen and (min-width: 1024px){
	.database-cont{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 30px 30px;
	}
	.database-cont-left{
		flex-shrink: 0;
		width: 22%;
	}
	.database-cont-lead{
		max-width: 234px;
	}
	.database-cont-logo{
		margin: 40px auto 0;
	}
	.database-cont-txt{
		margin: 28px 0 0;
	}
	.database-cont-img{
		margin: 0 0 0 30px;
	}
	.database-cont2{
		margin: 40px 0 0;
	}
	.database-cont2::before{
		left: 7.24%;
		transform: none;
		top: -96px;
		height: 158px;
		width: 158px;
	}
	.database-cont2::after{
		left: calc(7.24% + 56px);
		transform: none;
		top: -83px;
		font-size: 8.1rem;
	}
}
@media screen and (min-width: 1100px){
	.database-cont-lead{
		font-size: 1.8rem;
	}
	.database-cont-txt{
		font-size: 2rem;
	}
	.cta-btn-item .btn2 .btn-inline{
		font-size: 2.8rem;
	}
}
/* ABテスト ここまで */
/* ======================================
	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;
  }
}
