@charset "UTF-8";
.top{
	padding-top: 0 !important;
}
.main_visual{
	background: url("../../images/index/main_sp.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	height: 95vh;
	z-index: 1;
	position: relative;
}
.main_visual::before{
	content: '';
    background: url(../../images/index/copy.svg) no-repeat;
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 100%;
    position: absolute;
    left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%, 0);
    top: 100px;
}

.videoArea video{
	width: 100%;
}

.mainCopy{
	background: #00B1FF;
	height: auto;
	width: 100%;
}
.mainCopy{
	padding: 60px 5%;
}
.mainCopyArea{
	max-width: 100%;
	margin: 0 auto 60px;
}
.mainCopy_ttl{
	width: 80%;
    margin: 0 auto 40px;
}
.videoArea{
	width: 100%;
	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: 30px;
}
/* ------------------------------------------------------------------ */

/* peoduct */

/* ------------------------------------------------------------------ */
.product{
	height: auto;
	width: 100%;
	padding: 40px 0;
}
.product_ttl{
	margin-bottom: 30px;
}
.product_ttl dt{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.product_ttl dd{
	width: 85%;
	margin: 0 auto;
	text-align: justify;
	font-size: 1.6rem;
}
.sliderSize{
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}
.sliderSize li{
	height: 300px;
}
.sliderSize li img{
	height: 250px !important;
	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: 30px auto;
	text-align: center;
	position: relative;
	width: 90%;
}

.productBtn::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: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: 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;
}

.productBtn02 {
	display: block;
	text-align: center;
	position: relative;
	margin: 30px auto;
	width: 100%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.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{
	background-color: #001D7F;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.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;
}

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

/* melit */

/* ------------------------------------------------------------------ */
.melit{
	padding: 60px 5%;
	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: 100%;
	height: auto;
	padding-bottom: 20px;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
}
.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: 40px;
	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: 20px 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: 100%;
}
.areaCnt02{
	width: 90%;
	height: 100%;
	background: #fff;
	padding: 40px 20px;
	position: relative;
	border-radius: 10px;
	margin: 0 auto;
}
.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: 1.8rem;
	padding: 0 5% 5% 5%;
}
.areaTxt li{
	margin-bottom: 20px;
	color: #113B4D;
}
.areaTxt p{
	font-size: 1.4rem;
}
.areaImage{
	width: 80%;
	margin: 0 auto 20px;
}
.area_ttl02{
	width: 70%;
	margin: 0 auto 20px; 
}
/* ------------------------------------------------------------------ */

/* trial*/

/* ------------------------------------------------------------------ */
.trial{
	padding: 0 5% 40px;
	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%;
	background: #fff;
	border-radius: 20px;
	height: auto;
	padding: 30px 5%;
	margin: 0 auto;
}
.main_h3{
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
	width: 90%;
}
.trialCnt{
	margin-bottom: 30px;
}
.trial_sub{
	display: inline-block;
	width: 100px;
	padding: 5px 10px;
	background: #EF7070;
	color: #fff;
	margin: 0 auto;
	border-radius: 50px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .08em;
	margin-bottom: 10px;
}
.trial_ttl02{
	font-size: 1.6rem;
	margin-bottom: 10px;
	color: #165D89;
	font-weight: 700;
	text-align: left;
}
.trialTxt{
	font-size: 1.4rem;
	width: 100%;
	margin: 0 auto;
	text-align: justify;
}
.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: left;
	color: #D02525;
	font-size: 1.5rem;
	font-weight: 700;
}
/* ------------------------------------------------------------------ */

/* faq*/

/* ------------------------------------------------------------------ */
.faq{
	padding: 40px 5%;
}
.faqArea{
	width: 100%;
	height: auto;
	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: 1em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 7px 25px 0 40px;
	cursor: pointer;
	font-weight: 600;
	text-align: left;
}
.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: 30px;
	height: 30px;
	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{
	margin: 0 auto 30px;
	padding: 40px 5%;
	text-align: left;
}
.newsArea span:nth-child(1){
	padding: 3px 10px;
	font-weight: 700;
	text-align: center;
	color: #0b4a96;
	margin-right: 20px;
	border: 2px solid #0b4a96;
	display: none;
}
.newsArea span:nth-child(2){
	display: inline-block;
	margin-right: 10px;
}
.newsArea{
	border-bottom: dotted #000 1px;
	padding: 10px 0;
	position: relative;
}
.newsArea a::after{
    content: "";
    position: absolute;
	top: 47%;
    right: 5px;
    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;
}





@media screen and (min-width:768px) and ( max-width:1000px) {
	.main_visual::before{
	content: '';
    background: url(../../images/index/copy.svg) no-repeat;
    width: 100%;
    height: 100%;
    max-width: 430px;
    max-height: 100%;
    position: absolute;
    left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%, 0);
    top: 70px;
}
.mainCopy_ttl,.mainCopy_txt{
	margin-bottom: 60px;
	max-width: 50%;
	margin: 0 auto;
}
.mainCopy_ttl{
		margin-bottom: 60px;
	}
.productBtn {
	margin: 50px auto;
	max-width: 60%;
}
.product dt{
		font-size: 1.8vw;
	}
.melit,.trial{
    padding: 60px 0;
}
	.melitCnt{
		width: 32%;
	}
	.melitCnt_ttl{
		font-size: 1.8vw;
	}
.trialArea{
	width: 90%;
	background: #fff;
	border-radius: 20px;
	height: auto;
	padding: 60px 0 30px;
	margin: 0 auto;
}
.trial_ttl02{
	text-align: center;
	}
.trialTxt{
	font-size: 1.8rem;
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
.trial_p{
	text-align: center;
}
.area{
	padding: 0 0 60px;
	}
.areaTxt{
	font-size: 2rem;
}
.areaTxt ul li{
	font-weight: 700;
}
.faqArea{
	width: 80%;
	height: auto;
	margin: 0 auto;
}
}