@charset "UTF-8";
/* ------------------------------------------------------------------ */

/* main_top */

/* ------------------------------------------------------------------ */
.main_visual{
	background: url("../../images/index/main.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.main_visual::before{
	content: '';
	background: url("../../images/index/copy.svg") no-repeat;
	width: 40%;
	height: 100%;
	max-width: 700px;
	max-height: 200px;
	position: absolute;
	left: 100px;
	top:200px;
}
.mainCopy{
	background: #00B1FF;
	height: auto;
	width: 100%;
}
.mainCopy{
	padding: 160px 0;
}
.mainCopyArea{
	max-width: 600px;
	margin: 0 auto 180px;
}
.mainCopy_ttl{
	margin-bottom: 100px;
}
.videoArea{
	width: 980px;
	margin: 0 auto;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}
.videoArea video{
	width: 100%;
}
/* ------------------------------------------------------------------ */

/* 共通 */

/* ------------------------------------------------------------------ */
.product_ttl,.melit_ttl,.area_ttl,.trial_ttl,.faq_ttl,.news_ttl{
	text-align: center;
	margin-bottom: 60px;
}
/* ------------------------------------------------------------------ */

/* peoduct */

/* ------------------------------------------------------------------ */
.product{
	height: auto;
	width: 100%;
	padding: 120px 0;
}
.product_ttl{
	margin-bottom: 80px;
}
.product_ttl dt{
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.product_ttl dd{
	width: 85%;
	margin: 0 auto;
	text-align: justify;
}
.sliderSize{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.sliderSize li{
	height: 300px;
}
.sliderSize li img{
	width: 250px;
	height: 250px;
	object-fit: contain;
	-webkit-object-fit: contain;
}
.product_ttl{
	text-align: center;
	padding: 30px 0 10px;
}
.product_ttl02{
	text-align: center;
}
.productBtn {
	display: block;
	margin: 100px auto;
	text-align: center;
	position: relative;
	max-width: 400px;
}

.productBtn::after{
	content: '';
	background: url("../../images/index/btn_after01.svg") no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
.productBtn:hover::after{
	content: '';
	background: url("../../images/index/btn_after02.svg") no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
.productBtn a{
	display: inline-block;
	width: 400px;
	padding: 20px 40px;
	background: #fff;
	color: #00B1FF;
	border: 1px solid #00B1FF;
	text-align: center;
	border-radius: 50px;
	position: relative;
	font-size: 1.8rem;
	letter-spacing: .1em;
}
.productBtn02 {
	display: block;
	text-align: center;
	position: relative;
	margin: 30px auto;
	width: 100%;
}
.productBtn02::after{
	content: '';
	background: url("../../images/index/btn_after02.svg") no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
.productBtn02:hover::after{
	content: '';
	background: url("../../images/index/btn_after01.svg") no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
.productBtn02 a{
	display: inline-block;
	width: 100%;
	padding: 15px 40px;
	background: #00B1FF;
	color: #fff;
	border: 1px solid #00B1FF;
	text-align: center;
	border-radius: 50px;
	position: relative;
	font-size: 1.8rem;
	letter-spacing: .1em;
}


.custom-btn {
  padding: 10px 25px;
  background: rgba(255,255,255,0);
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
/**** BTN No. 14 ****/
.btn-14 {
	border: 2px solid #00B1FF;
	z-index: 1;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.btn-14::after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background: #00B1FF;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 50px;
}
.btn-14:hover {
  color: #fff;

}
.btn-14:hover::after {
  left: 0;
  width: 100%;
}

.btn-14:active {
  top: 2px;
}


/* ------------------------------------------------------------------ */

/* melit */

/* ------------------------------------------------------------------ */
.melit{
	padding: 120px 0 ;
	background: #E3F6FF;
	width: 100%;
	background-image: radial-gradient(#ffffff 6%, rgba(255,255,255,0) 14%),radial-gradient(#ffffff 6%, rgba(255,255,255,0) 14%);
	
	background-position: 0 0, 6px 6px;
	background-size: 12px 12px;
}
.melitArea{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.melitCnt{
	width: 30%;
	height: auto;
	padding-bottom: 20px;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
}
.melitCntTxt{
	padding: 0 5%;
}
.melitImage{
	margin-bottom: 15px;
}
.melitCnt_ttl{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	color: #113B4D;
	margin-bottom: 10px;
}
.melitTxt{
	text-align: justify;
}
/* ------------------------------------------------------------------ */

/* area */

/* ------------------------------------------------------------------ */
#area{
	padding-top: 80px;
	background: #E3F6FF;
	width: 100%;
	background-image   : radial-gradient(#ffffff 6%, rgba(255,255,255,0) 14%),radial-gradient(#ffffff 6%, rgba(255,255,255,0) 14%);
	background-position: 0 0, 6px 6px;
	background-size    : 12px 12px;
}

.area{
	padding: 80px 0;
	background: #E3F6FF;
	width: 100%;
	background-image   : radial-gradient(#ffffff 6%, rgba(255,255,255,0) 14%),radial-gradient(#ffffff 6%, rgba(255,255,255,0) 14%);
	background-position: 0 0, 6px 6px;
	background-size    : 12px 12px;
}
.areaArea{
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 0 auto;
	align-items: center;
}
.areaCnt{
	width: 60%;
}
.areaCnt02{
	width: 40%;
	height: 100%;
	background: #fff;
	padding: 40px 20px 60px;
	position: relative;
	border-radius: 10px;
}
.areaCnt02::before{
	display: inline-block;
	width: 94%;
	height: 4px;
	background: #00B1FF;
	content: '';
	position: absolute;
	bottom:10px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.areaCnt02::after{
	display: inline-block;
	width: 94%;
	height: 4px;
	background: #00B1FF;
	content: '';
	position: absolute;
	top:10px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.area_h2{
	font-size: 0;
}
.areaTxt{
	font-size: 2.6rem;
	padding: 0 5% 5% 5%; 
}
.areaTxt li{
	margin-bottom: 20px;
	color: #113B4D;
}
.areaTxt p{
	font-size: 2rem;
}
.areaImage{
	width: 80%;
	margin: 0 auto 20px;
}
.area_ttl02{
	width: 70%;
	margin: 0 auto 20px; 
}
/* ------------------------------------------------------------------ */

/* trial*/

/* ------------------------------------------------------------------ */
.trial{
	padding: 120px 0;
	background: #E3F6FF;
	width: 100%;
	background-image: radial-gradient(#ffffff 6%, rgba(255,255,255,0) 14%),radial-gradient(#ffffff 6%, rgba(255,255,255,0) 14%);
	background-position: 0 0, 6px 6px;
	background-size: 12px 12px;
}
.trialArea{
	width: 100%;
	max-width: 980px;
	background: #fff;
	border-radius: 20px;
	height: auto;
	padding: 60px 0;
	margin: 0 auto;
}
.main_h3{
	font-size: 0;
	text-align: center;
	margin-bottom: 60px;
}
.trialCnt{
	margin-bottom: 60px;
}
.trial_sub{
	display: inline-block;
	width: 200px;
	padding: 10px 20px;
	background: #EF7070;
	color: #fff;
	margin: 0 auto;
	border-radius: 50px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .08em;
	margin-bottom: 30px;
}
.trial_ttl02{
	font-size: 2.4rem;
	margin-bottom: 20px;
	color: #165D89;
	font-weight: 700;
}
.trialTxt{
	font-size: 1.8rem;
	width: 62%;
	margin: 0 auto;
	text-align: left;
}
.trialTxt span{
	font-weight: 700;
}


.Text-Span {
  position: relative;
  z-index: 1;
	transition: all 1.2s;
	-webkit-transition: all 1.2s;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0%;
  height: 6px;
  background: #FFD400;
  z-index: -1;
  transition: all 1.2s;
	-webkit-transition: all 1.2s;
}
.Text-Span.isActive:after {
  width: 100%;
}
.trial_p{
	text-align: center;
	color: #D02525;
	font-size: 1.6rem;
	font-weight: 700;
}
/* ------------------------------------------------------------------ */

/* faq*/

/* ------------------------------------------------------------------ */
.faq{
	padding: 120px 0;
}
.faqArea{
	width: 100%;
	height: auto;
	max-width: 780px;
	margin: 0 auto;
}
/*----------------------------------------
よくある質問
----------------------------------------- */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 60px;
	cursor: pointer;
	font-weight: 600;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
	text-align: justify;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2.4em;
	line-height: 100%;
	position: absolute;
	right: 0;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
	z-index: -1;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	display: none;
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}
.cp_actab{
	position: relative;
}
.cp_actab::before{
	position: absolute;
	left: 0;
	content: '';
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url("../../images/index/Q_Btn.svg") no-repeat;
	    margin-top: 3px;
}

/* ------------------------------------------------------------------ */

/* 流れるスライダー*/

/* ------------------------------------------------------------------ */
.slider__item{
	width: 400px;
	object-fit: contain;
}
.slider__item img{
	width: 100%;
}
.slider02 {
  display: flex;
}
.slider__inner {
  display: flex;
}
.slider__inner:first-child {
  animation: loop 90s linear infinite;
}
 
.slider__inner:nth-child(2) {
  animation: loop2 90s -60s linear infinite;
}
 
.slider__inner:last-child {
  animation: loop3 90s -30s linear infinite;
}
 
@keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}
 
@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}
 
@keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}
/* ------------------------------------------------------------------ */

/* news*/

/* ------------------------------------------------------------------ */
.news{
	max-width: 700px;
	margin: 0 auto 120px;
	padding: 0 10px;
	text-align: left;
}
.newsArea span:nth-child(1){
	display: inline-block;
	padding: 5px 20px;
	font-weight: 700;
	text-align: center;
	color: #0b4a96;
	margin-right: 20px;
	border: 2px solid #0b4a96;
}
.newsArea span:nth-child(2){
	display: inline-block;
	margin-right: 20px;
}
.newsArea{
	border-bottom: dotted #000 1px;
	padding: 15px 0;
	position: relative;
}
.newsArea a::after{
    content: "";
    position: absolute;
	top: 50%;
    right: 25px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0b4a96;
    border-right: 2px solid #0b4a96;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.newsArea a{
	width: 100%;
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.newsArea a:hover{
	opacity: .8;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
