@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* slide */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.slide__area{
	height: 100vh;
	width: 100%;
	min-width: 960px;
	overflow: hidden;
	transition: 0.5s ease-out;
}
.slide__inner{
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 0;
}
.slide__cover{
	height: 100vh;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.slidecover__lead{
	font-size: 20px;
	font-weight: bold;
	text-shadow: #fff 1px 1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px, #fff -1px -1px 4px;
	margin-bottom: 8px;
}
.slidecover__img{
	margin-bottom: 10px;
}
.slidecover__text{
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	text-shadow: #fff 1px 1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px, #fff -1px -1px 4px;

}
.slidecover__copy{
	height: 100vh;
	width: 100%;
	z-index: 1001;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.5s ease-out;
}
.slidecover__copy span{
	color: #fff;
	font-size: 12px;
	text-shadow: #000 1px 1px 4px, #000 -1px 1px 4px, #000 1px -1px 4px, #000 -1px -1px 4px;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.slide__group{
	height: 100vh;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.slide__group div{
	height: 100vh;
	width: 100%;
	position: relative;
  display: inline-block;
  overflow: hidden;

}
.slide__group div img{
	height: 100vh;
  width: 100%;
	object-fit: cover;
	position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width:768px){
	.slide__area{
		height: 100vh;
		width: 100%;
		min-width: 100%;
	}
	.slide__cover{
		height: 100vh;
		width: 100%;
	}
		.slidecover__lead{
		font-size: 18px;
	}
	.slidecover__img{
		height: 40px;
		width: auto;
	}
	.slidecover__text{
		font-size: 15px;
	}
	.slidecover__copy{
		padding: 10px;
	}
	.slide__group{
		height: 100vh;
		width: 100%;
	}
	.slide__group div{
		height: 100vh;
		width: 100%;
	}
	.slide__group img{
		height: 100vh;
		width: 100%;
	}
}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* Header */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
#header__wrapper{
	background: none;
}
#header__wrapper.active{
	background: #fff;
	transition:  0.5s ease-out;
}
.header__back{
	width: 100%;
	height: 80px;
  position: absolute;
  top: -80px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #fff;
	transition:  0.5s ease-out;
}
.header__logo{
	opacity: 0;
}



/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

/* conteiner */

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.conteiner__wrapper{
	padding-top: 80px;
	transition:  0.5s ease-out;
}

#tgt_headerlogo{
}

@media screen and (max-width: 768px){
	.conteiner__wrapper{
		padding-top: 80px;
	}
}



/*--------------------------------------------------------------*/

/* about__area*/

/*--------------------------------------------------------------*/
.about__area{
	
}
.about__select{
	margin: 50px 64px 0 64px;
	display: flex;
	justify-content: center;
	position: relative;
	transition:  0.5s ease-out;
	position: relative;
	top: 80px;
}
.about__select > div{
	height: 176px;
	width: 176px;
	text-align: center;
	background: #c8ebeb;
	border: 7px solid #c8ebeb;
	margin: 0 28px;
	padding: 8px 0;
	cursor: pointer;
}
.about__select > div:hover, .about__select > div.active{
	border: 7px solid #46c8c8;
}
.about__select > div:hover .img--show, .about__select > div.active .img--show{
	display: none;
}
.about__select > div:hover .img--hover, .about__select > div.active .img--hover{
	display: block;
}
.about__select > div.active{
}
.aboutselect__title{
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 12px;
}
.aboutselect__img{
	height: 95px;
	width: 162px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about__acco{
	height: 55px;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	line-height: 41px;
	background: #c8ebeb;
	background-image: url("../images/acco_open.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	border: 7px solid #c8ebeb;
	margin: 0 auto 20px auto;
	padding: 0 20px;
	display: none;
	cursor: pointer;
}
.about__acco.active{
	background-image: url("../images/acco_close.png");
}

@media screen and (max-width: 768px){
	.about__select{
		display: none;
	}
	.about__acco{
		height: 60px;
		width: 88vw;
		font-size: 18px;
		text-align: center;
		line-height: 46px;
		border: 7px solid #c8ebeb;
		margin: 0 auto 20px auto;
		padding: 0;
		display: block;
	}
	.about__acco.active_acc{
		border: 7px solid #46c8c8;
		background-image: none;
	}
}

.about__item{
	height: 540px;
	width: 940px;
	background-image: url(../images/about-back.png);
	margin-top: 40px;
	padding: 40px 20px;
	display: none;
	position: relative;
}
.about__item.about-2{
	height: auto;
}
.aboutcontent__arrow{
	height: 30px;
	width: 36px;
	background-image: url("../images/aboutcontent_top.png");
	background-repeat: no-repeat;
	background-size: 36px 30px;
	position: absolute;
	top: -30px;
}
.about-1 .aboutcontent__arrow{
	left: 225px;
}
.about-2 .aboutcontent__arrow{
	left: 460px;
}
.about-3 .aboutcontent__arrow{
	left: 695px;
}
.about__item.active{
	display: block;
}

.aboutcontent__title{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 768px){
	.about__item{
		height: auto;
		width: 88vw;
		margin: 40px auto 20px auto;
	}
	.about-1 .aboutcontent__arrow, .about-2 .aboutcontent__arrow, .about-3 .aboutcontent__arrow, .about-4 .aboutcontent__arrow{
		left: 45.55%;
	}
	.aboutcontent__title{
		font-size: 20px;
	}
	.about__item.active{
		display: none;
	}
	.about__item.active_acc{
		display: block;
	}
}

/*--------------------------------------------------------------*/
/* about*/
/*--------------------------------------------------------------*/
.about-1__box{
	display: flex;
	justify-content: center;
	position: relative;
}
.about-1_box__gif{
	width: 382px;
	height: 420px;
	margin: 5px 27px 0 27px;
}
.about-1_box__pop-1{
	position: absolute;
	top: -30px;
	left: 15px;
}
.about-1_box__pop-2{
	position: absolute;
	top: -30px;
	right: 15px;
}
@media screen and (max-width: 768px){
	.about-1__box{
		display: block;
	}
	.about-1_box__gif{
		height: auto;
		width: 90%;
		margin: 0 5%;
		padding: 50px 0 20px 0;
	}
	.about-1_box__pop-1, .about-1_box__pop-2{
		width: 30%;
		top: 10px;
		left: -5px;
	}
	.about-1_box__pop-2{
		top: 51.5%;
	}
}

.about-2__box{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.about-2__box--sp{
	display: none;
}
.about-2__gif{
	width: 940px;
	height: 150px;
	margin-left: -20px;
}
@media screen and (max-width: 768px){
	.about-2__box{
		display: none;
	}
	.about-2__box--sp{
		display: block;
	}
	.about-2__box--sp img{
		width: 100%;
		margin-bottom: 20px;
	}
	.about-2__gif{
		width: 100%;
		height: auto;
		margin: 0;
	}
}

.about-2-2__box{
	margin: 30px -40px 0 0;
	padding: 0 0 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-2-2__title{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	background: #fff;
	margin: 0 0 10px 0;
	padding: 10px 0;
}
.about-2-2__text{
	width: 360px;
}
.about-2-2__img{
	width: 424px;
	margin-left: 35px;
}
.about-2-2__img img{
	width: 100%;
}
@media screen and (max-width: 768px){
	.about-2-2__box{
		display: block;
		margin: 30px 0 0 0;
		padding: 0;
	}
	.about-2-2__title{
		font-size: 22px;
		background: none;
	}
	.about-2-2__title br{
		display: none;
	}
	.about-2-2__text{
		width: 100%;
		margin-bottom: 30px;
	}
	.about-2-2__img{
		width: 80%;
		margin: 0 auto;
	}
}

.about-4__box{
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: bottom;
}
.about-4__img{
	width: 270px;
	padding-right: 20px;
	flex-shrink: 0;
}
.about-4__img img{
	width: 100%;
}
.about-4__img img:first-of-type{
	margin-bottom: 90px;
}
.about-4__lead{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	.about-4__box{
		display: block;
	}
	.about-4__lead{
		font-size: 17px;
	}
}



/*--------------------------------------------------------------*/

/* video*/

/*--------------------------------------------------------------*/
.video{
	height: 383px;
	width: 680px;
	background: #999;
	margin: 0 auto;
}
.video video{
	width: 680px;
}
@media screen and (max-width: 768px){
	.video{
		height: 54vw;
		width: 88vw;
		max-height: 383px;
		max-width: 680px;
	}
	.video video{
		width: 88vw;
	}
}



/*--------------------------------------------------------------*/