@charset "UTF-8";
.main_visual{
	background: url("../../images/index/main_sp.jpg") no-repeat;
	background-size: cover;
	height: 100vh;
	z-index: 1;
}
.videoArea video{
	width: 100%;
}

#container{
	width: 100%;
	height: auto;
	background: #E3F6FF;
	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;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.company_ttl{
	text-align: center;
	margin-bottom: 20px;
}

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

/* product*/

/* ------------------------------------------------------------------ */
.product{
	padding: 0 5%;
}
.productArea{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#TAB-01{
	background: red;		
	}
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.tab-label {
    color: #fff;
    margin-right: 5px;
    order:-1;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
/*	height: 30px;*/
	display: inline-grid;
    align-items: center;
	font-size: 1rem;
	font-weight: 700;
	position: relative;
	padding: 10px 0;
}
.tab-label::after{
	content: '';
	background: url("../../images/index/btn_after02.svg") no-repeat;
	width: 8px;
	height: 8px;
	display: inline-block;
	position: absolute;
	right: 3px;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
.tab-label:hover{
	opacity: .8;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.tab-label01{
	background: #007FFF;
	width: 30%;
	border-radius: 50px;
}
.tab-label02{
background: #FF7C00;
	width: 30%;
	border-radius: 50px;
}
.tab-label03{
background: #FF0004;
	width: 30%;
	border-radius: 50px;
}
.tab-content {
    width: 100%;
    display: none;
}
.tab-switch:checked+.tab-label {
	width: 33%;
	border-radius: 50px;
}
.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
.tab-switch {
    display: none;
}

.productArea02{
	margin-top: 20px;
	flex-wrap: wrap;
}
.productCnt{
	width: 49%;
	margin-bottom: 20px;
	height: auto;
	position: relative;
	background: #fff;
	padding:10px 0 30px;
	border-radius: 30px;
}
.productCnt02{
	visibility:hidden;
}
.product_img{
	width: 100%;
	height: auto !important;
	object-fit: contain;
}
.product_img img{
	width: 100%;
    height: 200px !important;
    object-fit: contain;
    align-items: center;
    display: flex;
}
.productCnt_ttl{
	font-size: 1.4rem;
	text-align: left;
	margin: 10px auto 0;
	height: auto;
	min-height: 50px;
	width: 85%;
}
.ttl_span{
	font-size: 1.2rem;
}
.moreBtn{
	width: 90%;
	padding: 10px 0;
	background: #00B1FF;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	border: solid thin #00B1FF;
	margin: 0 auto;
/*
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
*/
	-webkit-transition: all .3s ease; 
	transition: all .3s ease;
	position: relative;
}
.moreBtn::after{
	content: '';
	background: url("../../images/index/btn_after02.svg") no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	right: 2px;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
.moreBtn:hover{
	background: #006D9D;
	-webkit-transition: all .3s ease; 
	transition: all .3s ease; 
}
/* ------------------------------------------------------------------ */

/* company 写真エリア*/

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

.company_ttl02{
	margin-top: 0; 
}
.company{
	padding: 180px 0;
}
.companyArea02{
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	flex-direction: column-reverse;
}
.companyCnt{
	width: 100%;
	height: auto;
	padding: 0 2% 5%;
	background: #fff;
}
.company_ttl02{
	text-align: left;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #00B1FF;
	padding: 5% 5% 0;
}
.companyTxt{
	font-size: 1.5rem;
	letter-spacing: .08em;
	text-align: justify;
	background: #fff;
    padding: 5% 5% 0;
}
.companyCnt02{
	width: 100%;
	height: auto;
	padding: 3%;
	border-radius: 50px;
}
.companyCnt02 img{
	border-radius: 50px;
}
.companyImageArea{
	width: 100%;
	margin: 30px auto 60px;
	padding: 0 5%;
}
.companyImageCnt{
	width: 30%;
}
/* ------------------------------------------------------------------ */

/* company 会社概要*/

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

.company_sec{
	height: auto;
	margin: 0 0 120px;
	width: 100%;
	padding: 0 32px;
}
.companyArea{
	width: 100%;
    height: auto;
    margin: 0 auto;
    background: rgba(255,255,255,.1);
    padding: 5%;
    font-size: 1.6rem;
    color: #000;
	max-width: 980px;
}
.companyArea a{
	color: #000;
}
.companyArea ul{
	text-align: center;
}
.companyArea ul li{
	padding: 15px 0;
	border-bottom: 1px solid #000;
}
.data_ttl{
	display: block;
	width: 100%;
	font-weight: 700;
	margin-bottom: 5px;
}
.companyArea ul li span:last-child{
	font-size: 1.4rem;
}

.data_ttl a{
	text-decoration: underline;
}
.map_sec{
	margin-bottom: 180px;
}
.mapArea{
	height: 600px;
}

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

/* プライバシーポリシー */

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

.privacy_sec{
	margin: 0 auto 60px;
	padding: 0 5%;
}
.privacyArea{
	margin-bottom: 20px;
}
.privacyArea h3{
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 1.8rem;
}
.privacyTopTxt{
	margin-bottom: 30px;
}
.privacyTxt{
	text-align: right;
	padding-right: 20px;
}
.privacyTxt a{
	color: #fff;
	text-decoration: underline;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.privacyTxt a:hover{
	color: #fff;
	text-decoration: underline;
	opacity: .7;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
/* ------------------------------------------------------------------ */

/* Notice */

/* ------------------------------------------------------------------ */
.notice{
/*	margin: 100px 0 ;*/
}
.notice_ttl{
/*	padding-top: 80px;*/
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	color: #00B1FF;
}
.notice_and{
	font-size: 1.4rem;
	color:#8B8B8B;
}
.noticeArea{
	justify-content: space-around;
	margin: 0 auto 30px;
	position: relative;
	flex-direction: column;
	padding:  0 5%;
}
.noticeCnt{
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	position: relative;
	border: solid 3px #fafafa;
	border-radius: 3px;
	margin-bottom: 40px;
}
.noticeCnt:hover{
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	border: solid 3px #00B1FF;
}
.noticeImg{
	max-height: 100%;
	height: auto;
}
.notice_data{
	background: #fff;
	width: 100%;
	height: auto;
	padding: 30px 20px;
}
.notice_time{
	font-weight: 700;
	margin-right: 20px;
}
/*非表示にしてあります*/
/*
.noticeCnt:nth-child(3){
	visibility: hidden;
}
*/
.noticeArea02{
	padding: 0 5%;
}
.noticeTime{
	font-weight: 700;
	margin-bottom: 30px;
}
.noticeTxt{
	margin-top: 40px;
}
/* ------------------------------------------------------------------ */

/* ボタン */

/* ------------------------------------------------------------------ */
.productBtn {
	display: block;
	margin: 30px auto;
	text-align: center;
	position: relative;
}

.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: 90%;
	padding: 10px 40px;
	background: #fff;
	color: #00B1FF;
	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;
}
.trial{
	padding: 0 5%;
}
.trialArea{
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.trialCnt{
	width: 50%;
	display: block;
}
.sample_p{
	text-align: left;
	display: inline-block;
	padding: 10px 20px;
	margin: 30px auto 0;
	color: #004361;
	border: solid 2px #00B1FF;
	width: 100%;
	max-width: 600px;
	background: #fff;
	
}

.tagArea{
	text-align: left;
}

.tag_1{
	display: inline-block;
	padding: 2px 10px !important;
	background:  #006EFF;
	color: #fff;
	margin-bottom: 10px !important;
	border-radius: 10px;
	font-size: 1.2rem;
    font-weight: 700;
}
.tag_2{
	display: inline-block;
	padding: 2px 10px !important;
	background:  #FF7C00;
	color: #fff;
	margin-bottom: 10px !important;
	border-radius: 10px;
}
.tag_3{
	display: inline-block;
	padding: 2px 10px !important;
	background:  #FF0004;
	color: #fff;
	margin-bottom: 10px !important;
	border-radius: 10px;
}
.trialtitle{
	text-align: left;
	font-size: 1.4rem;
	font-weight: 700;
	height: auto;
	line-height: 1.2;
	margin-bottom: 10px !important;
}
.trialCnt{
	width: 48%;
	display: inline-block;
	padding: 0 2% !important;
	margin-bottom: 35px !important;
	height: auto;
}
.trial_img{
	width: 100%;
	height: auto;
	max-height: 250px;
	object-fit: contain;
	margin-bottom: 10px;
}
.trial_img img{
	width: 100%;
	height: 180px !important;
	object-fit: contain;;
}
.trialBtn{
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-align: center;
}
.trialBtn:hover{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.main_h2_02{
	margin: 60px auto !important;
}