@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap');
html,
body{
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	color:#FFF;
	/*font-family: yu-gothic-pr6n, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:14px;
	line-height:2;
	width: 100%;
}
body.move{
	height: auto;
	overflow-y: auto;
}
body.open{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
a{
	color: #FFF;
	cursor: pointer;
}
@media (min-width: 751px) {
	a{
		transition: all 0.4s ease;
	}
	a:hover{
		opacity: 0.6;
	}
}
@media (max-width: 750px) {
	html,body{
		font-size:13px;
		width: 100%;
		overflow-x: hidden;
	}
	img{
		width:100%;
		height: auto;
	}
}

/********************************************
common
********************************************/
.cep{
	display: flex;
	justify-content: space-between;
    align-items: center;
}


.fadeIn{
    opacity: 0;
    transition: all 1.2s ease;
}
.fadeIn.scrollIn{
    opacity: 1;
}

#wrapper{
	width: 100%;
	overflow: hidden;
	position: relative;
}
#head .menu{
	position: fixed;
	top: 20px;
	right: 0;
	z-index: 100;
}
#head .menu ul{
	display: flex;
	justify-content: flex-end;
	vertical-align: middle;
}
#head .menu ul li{
	margin-right: 20px;
}

#under__title{
	padding: 200px 0 100px;
	text-align: center;
	color: #000;
}
#under__title dl dt{
	font-size: 46px;
	font-weight: bold;
	letter-spacing: -0.3em;
}
#under__title dl dt.fadeIn{
	opacity: 0;
	transition: all 0.8s ease;
}
#under__title dl dt.fadeIn.fadeIn.scrollIn{
	opacity: 1;
	letter-spacing: 0.3em;
}
#under__title dl dd{
	margin-top: 20px;
	font-size: 18px;
	letter-spacing: 0.2em;
}

@media (min-width: 751px) {
	.pchidden{
		display:none;
	}
}
@media (max-width: 750px) {
	.sphidden{
		display: none;
	}
	
	#head .menu{
		top: 15px;
	}
	#head .menu ul li{
		margin-right: 10px;
	}
	#head .menu ul li a{
		display: block;
		height: 15px;
	}
	#head .menu ul li img{
		width: auto;
		height: 15px;
		vertical-align: top;
	}

	#under__title{
	    padding: 20vw 5% 10vw;	
	}
	#under__title dl dt{
		font-size: 32px;
		line-height: 1.2em;
	}
	#under__title dl dd{
		margin-top: 3%;
		font-size: 13px;
	}
}

/********************************************
first view
********************************************/


#firtst__view{
	width: 100%;
	height: 100vh;
	background: #fafafa;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-wrap: wrap;
    align-content: center;
}
#firtst__view .bar{
	display: block;
	background:#c1c1c1;
	width: 100%;
	height: 1px;
	position: absolute;
	z-index: 0;
}
#firtst__view .vertical.bar{
	width: 1px;
	height: 100%;
}
#border__circle{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 1.04vw;
}
#border__circle .bar{
    width: 10vw;
    height: 10vw;
    border:1px #c1c1c1 solid;
    border-radius: 100%;
    background: none;
    display: block;
    position: static;
}
#logo__area{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    top: -2vw;
}
#logo__text{
	display: flex;
	position: relative;
	z-index: 1;
}
#logo__text .logo{
	margin: 0 1.04vw;
	height: 10vw;
	position: relative;
	z-index: 1;
}
#logo__text .logo img{
	width: auto;
	height: 100%;
	z-index: 1;
	position: relative;
}
#logo_R{
	padding-right: 0.2vw;
}
#logo__under{
	font-size: 30px;
    font-weight: 500;
    line-height: 1;
	position: absolute;
    bottom: -5vw;
	color: #666;
	z-index: 0;
}
#logo__under b{
	display: inline-block;
}
#logo__under .under{
    margin: 0 .3vw;
	position: relative;
	z-index: 1;
	display: inline-block;
}
#logo__under .under.under__03{
	margin-right: 1vw;
}
@media (min-width: 751px) {
	#main__area{
		position: fixed;
		top: 50%;
		left: 50%;
		z-index: 10;
		transform: translate(-50%,-50%);
	}
	.main__inner__box{
		display: none;
		width: 100%;
		height: 100%;
	}
	.main__inner__box.open{
		display: block;
	}

}
@media (max-width: 750px) {
	#main__area .particle-text__box__inner{
		height: 40vw;
		transform: translateY(calc(50vh - 32vw));
	}

	#logo__text .logo{
		height: 20vw;
	}
	#logo__under{
		font-size: 20px;
		bottom: 2vw;
	}
	#border__circle .bar{
		width: 20vw;
		height: 20vw;
	}
	.main__inner__box{
		display: none;
		width: 100%;
		height: 100%;
	}
	.main__inner__box.open{
		display: block;
	}
}

/********************************************
arrow
********************************************/
.arrow {
    position: absolute;
    bottom: 10%;
	width: 24px;
	height: 24px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #333;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.arrow .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

@media (max-width: 750px) {
	.arrow{
		bottom: 15%;
	}
}

/********************************************
fixed logo
********************************************/
.head__logo{
	position: fixed;
    top: 3%;
    left: 1%;
    z-index: 10;
}
.head__logo a{
    display: flex;
    align-items: center;
}
.head__logo a img{
    width: auto;
	height: 100%;
	vertical-align: top;
}
.logo__s__mark{
    height: 39px;
    display: inline-block;
}
.logo__s__text{
    margin-left: 10px;
    display: inline-block;
    height: 17px;
}
@media (max-width: 750px) {
	.head__logo {
		top: 2%;
		left: 2%;
	}
	.logo__s__mark{
		height: 20px;
	}
	.logo__s__text{
		margin-left: 5px;
		height: 14px;
	}
}

/********************************************
service
********************************************/
#service{
	width: 100%;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
#service .service__box{
	width: calc( 100% / 3 );
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	background-image: url(../images/member_back.png);
	background-position: center;
	text-align: center;
	line-height: 1;
	overflow: hidden;
}

#service #Se__CO{ background-color: #88c23b; color: #115a3b;}
#service #Se__DE{ background-color: #f0b002; color: #3f1b00;}
#service #Se__CMS{ background-color: #3cbeef; color: #006489;}

#service .service__box dl{
    width: 100%;
}
#service .service__box dt{
	margin-bottom: 40px;
}
#service .service__box dt h3{
	margin-top: 15px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	justify-content: center;
}
#service .service__box dt h3 span{
	font-size: 18px;
	margin-left: 10px;
}
#service .service__box dt figure img{
	width: auto;
	height: 70px;
}
#service .service__box dd figure{
    padding: 0 2%;
    margin: 0 auto;
    max-width: 420px;
    display: flex;
	justify-content: center;
    align-items: center;
}
#service .service__box dd figure img{
    width: 100%;
	height: auto;
}
#service .service__box dd .name{
	margin-top: 5px;
	font-size: 16px;
	line-height: 2;
	color: #FFF;
	font-weight: 700;
	letter-spacing: 0.1em;
}
@media (min-width: 751px) {

}
@media (max-width: 750px) {
	#service .service__box{
		padding: 0 2%;
		background-size: 550px auto;
	}
	#service .service__box dt{
		margin-bottom: 10px;
		font-size: 60px;
		transition: all 0.6s ease;
	}
	#service .service__box dt figure img{
		height: 50px;
	}
	#service .service__box dt h3{
		font-size: 20px;
	}
	#service .service__box dt h3 span{
		font-size: 14px;
	}

	#service .service__box dd .name {
		margin-top: 2px;
		font-size: 12px;
		transition: all 0.6s ease;
	}

	#service.verticalMode .service__box dt h3{
		flex-wrap: wrap;
	}
	#service.verticalMode .service__box dt figure img {
        height: 26px;
    }
	#service.verticalMode .service__box dt h3 span{
		margin: 2% 0 0;
		font-size: 12px;
		display: block;
		width: 100%;
	}
	#service.verticalMode .service__box dt small{
		display: none;
	}
	#service.verticalMode .service__box dd .name {
		display: none;
		position: fixed;
		top: 50%;
		left: 10%;
		width: 80%;
		transform: translateY(-50%);
		background-color: rgba(255, 255, 255, 0.8);
		padding: 5%;
	}

	
	#service .service__box dd figure{
		width: 90%;
	}
	#service.verticalMode #Se__DE.service__box{
		width: 100%;
		height: 45%;
	}
	#service.verticalMode #Se__DE.service__box dl{
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	#service.verticalMode #Se__DE.service__box dd{
		width: calc( 100% - 20px);
	}
}


/********************************************
about
********************************************/
#about{
	width: 100%;
	height: 100vh;
	background: #ffc800;
	text-align: center;
	color: #000;
	font-size: 18px;
	letter-spacing: 0.05em;
	overflow: hidden;
}
.about__text{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: relative;
	z-index: 1;
}
.text__headline{
	width: 100%;
	font-size: 58px;
	font-weight: 700;
}
.about__desc{
	width: 100%;
	font-size: 18px;
}
.about__desc p{
	padding: 15px 0;
}

.about__mouth{
	display: inline-block;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
@media (max-width: 750px) {
	.text__headline{
		font-size: 40px;
		line-height: 1.2;
		margin-top: -100px;
	}
	.about__text .text__headline{
		line-height: 1.1;
		margin-top: 2vw;
	}
	.about__mouth{
		bottom: 28%;
		width: 75%;
	}
	.about__desc{
		font-size: 14px;
		padding:5vw 10% 0;
	}
	.about__desc p{
		padding: 5px 0;
	}
}

/**** star ****/
#about__star .icon__star{
	position: absolute;
}
#about__star .icon__star img{
	width: 100%;
	height: auto;
}
.star__s{ width: 40px; }
.star__m{ width: 56px; }
.star__l{ width: 70px; }

.star__01{ top: 5%; left: 5%; }
.star__02{ top: 8%; left: 20%; }
.star__03{ top: 35%; left: 10%; }
.star__04{ top: 60%; left: 8%; }
.star__05{ top: 80%; left: 25%; }
.star__06{ top: 8%; right: 16%; }
.star__07{ top: 22%; right: 28%; }
.star__08{ top: 35%; right: 8%; }
.star__09{ top: 58%; right: 21%; }
.star__10{ top: 80%; right: 14%; }

@media (max-width: 750px) {
	.star__s{ width: 12px; }
	.star__m{ width: 18px; }
	.star__l{ width: 24px; }

	.star__01{ left: 2%; }
	.star__02{ left: 10%; }
	.star__03{ left: 5%; }
	.star__04{ left: 3%; }
	.star__05{ left: 17%; }
	.star__06{ right: 8%; }
	.star__07{ right: 14%; }
	.star__08{ right: 83%; }
	.star__09{ right: 10%; }
	.star__10{ right: 6%; }
}


/**** smile ****/
#about__smile .icon__smile{
	position: absolute;
}

.smile__01{ top:4%; left: 8%; }
.smile__02{ top:65%; left: 16%; }
.smile__03{ top:2%; right: 7%; }
.smile__04{ top:36%; right: 16%; }
.smile__05{ top:72%; right: 5%; }
.smile__06{ top:78%; right: 20%; }


#back__yellow{
	width: 100%;
	height: 100vh;
	background: #ffc800;
	z-index: 0;
	position: fixed;
	top: 0;
	left: 0;
}

@media (max-width: 750px) {
	.smile__01{ top:8%; left: 2%; width: 62px; }
	.smile__02{ top:65%; left: 10%; width: 52px;}
	.smile__03{ top:2%; right: 5%; width: 38px;}
	.smile__04{ top:36%; right: 8%; width: 56px;}
	.smile__05{ top:72%; right: 1%; width: 38px;}
	.smile__06{ top:78%; right: 20%; width: 42px;}
}

/********************************************
corner
********************************************/
#corner{
    width: 100%;
    background: #69be6b;
    height: auto;
    text-align: center;
    padding: 5% 0;
}
.inq__box{
	width: 90%;
    max-width: 800px;
	margin: 0 auto;
}


#corner .corner__inner{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
#corner .corner__inner dl{
    width: 100%;
	margin-bottom: 40px;
}
#corner .corner__inner dt{
    font-size: 40px;
}
.btn{
    width: 400px;
	margin: 10px auto 0;
}
.btn a{
    display: block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	color: #64a365;
	background: #FFF;
	border-radius: 5px;
}
@media (max-width: 750px) {
	.corner__inner .text__headline{
		margin-top: 0px;
		margin-bottom: 20px;
	}

	#corner .corner__inner dt{
		font-size: 26px;
	}
	#corner .corner__inner dd{
		margin-top: 10px;
	}
	.btn{
		width: 80%;
		margin: 0 auto;
	}
}

/********************************************
foot__about
********************************************/
#foot__about{
	background-color: #ffc800;
	text-align: center;
	padding: 20vw 10%;
}
#foot__about img{
	width: 100%;
	max-width: 1199px;
	height: auto;
}

/********************************************
footer access
********************************************/
footer{
	margin-top: 12000px;
	width: 100%;
	background: #ff4d43;
	position: relative;
	z-index: 1;
}
#access{
	height: calc( 100vh - 40px);
}
.access__inner{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.access__inner .map{
	width: 46%;
	margin: 0 1% 0 3%;
	height: 70%;
}
.access__desc{
	width: 46%;
	margin: 0 3% 0 1%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: left;
}
.access__desc dl{
	width: 100%;
	display: flex;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 20px 0;
}
.access__desc dt{
	font-size: 24px;
	width: 120px;
}
.access__desc dd{
	font-size: 21px;
	font-weight: 300;
}

.mail__img{
	transform: translateY(4px);
}

.sns ul{
	padding: 60px 5% 0;
	display: flex;
	justify-content: space-around;
}


#copyright{
	width: 100%;
	height: 40px;
	background:#000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#copyright address{
	color: #FFF;
	font-style: normal;
	font-size: 13px;
}
@media (max-width: 750px) {
	.access__inner{
		flex-wrap: wrap;
        flex-direction: column-reverse;
		padding: 0 5%;
	}
	.access__icon{
		padding: 0 20% 10%;
	}

	.access__inner .map{
		width: 100%;
		margin: 0;
		height: 36%;
	}
	.access__desc{
		width: 100%;
		margin: 0;
	}
	.access__desc .text__headline{
		margin-top: -60px;
	}
	.access__desc dl{
		padding: 0 0 4%;
	}
	.access__desc dt{
		font-size: 16px;
		width: 70px;
	}
	.access__desc dd{
        font-size: 16px;
        line-height: 1.3;
        width: calc(100% - 70px);
	}
	.mail__img{
		width: auto;
		height: 16px;
		transform: translateY(-3px);
	}
	.sns ul{
		padding: 40px 0 0;
	}
	.sns ul li{
		margin: 0 5%;
	}
}


body #main__area{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	transform: translate(0);
}