@charset "utf-8";

/* レイアウト*/
body{
    font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #333;
	font-size: 1rem;
	line-height: 1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
	background-color: #fff;
}

@media screen and (max-width:768px) {
body{
	font-size:0.8rem;
	}
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

img{
    width: 100%;
    height: auto;
}

/* font*/
#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer{
    font-family: 'Montserrat', sans-serif;
	font-weight: 900;
    letter-spacing: 0.1em;
}

/* splash */
#splash-logo img{
    width: 25%
}

@media screen and (max-width:550px) {
    #splash-logo img{
		width: 50%;
    }
}

/* g-nav */
#g-nav.panelactive li:last-child a{
    margin: 30px 0 0 0;
    padding: 10px 20px;
    white-space: nowrap;
}

/*pc-nav*/
#pc-nav span.bgLRextend::before{
    background:#333;
}

.nav-container{
	display: flex;
	flex-direction: column;
	text-align: center;
}

.jap-title{
	font-size: 0.8rem;
	margin-top: -0.3rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media screen and (max-width:990px) {
    #pc-nav{
        display: none;
    }
}

/* heading */
h1{
    position: absolute;
    top: 25%;
    left: 6%;
	width: 130px;
}

@media screen and (max-width:550px) {
h1{
    top: 32%;
    }
}

h2{
    font-size: 3rem;
}

@media screen and (max-width:768px) {

  h2{
      font-size:2rem;
    }
}

/* lead */
.top-lead{
    position: fixed;
    top: 20%;
    left: 10%;
	z-index: -1;
    font-size: 2rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1.5;
	color: #fff;
}

.top-lead span.bgLRextend::before{
    background:#333;
}

@media screen and (max-width:550px) {
.top-lead{
    font-size: 1.8rem;
    }
}
@media screen and (max-width:380px) {
.top-lead{
    font-size: 1.5rem;
    }
}

/* main-area */
#main-area{
    width:90%;
    margin:0 auto;
    padding: 100px 0; 
}

.japanese-title{
	font-size: 1.2rem;
	margin-top: -1rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* concept */
#concept{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}

@media screen and (max-width:768px) {
    #concept{
        margin:0 0 50px 0;
    }
}

@media screen and (max-width:550px) {
    #concept{
        margin:0 0 100px 0;
    }
}

#concept figure{
	width: 50%;
}

#concept .content{
   width: 50%; 
   text-align: center;
}

@media screen and (max-width:768px) {
	#concept{
		flex-direction: column-reverse;
	}

	#concept figure{
		width: 80%;
		display: block;
		margin: 0 auto;
	}

	#concept .content{
		width: 100%; 
	}  
}

@media screen and (max-width:550px) {
	#concept figure{
		width: 100%;
	}
}

#concept h2{
    color: #12c2e9;
    margin:0 0 30px 0;
}

#concept p{
    line-height: 2;
}

.highlight{
	font-weight: 900;
}

#concept .concept-lead{
    position: relative;
    font-size: 1.3rem;
    font-weight: bold;
}

#concept h3{
	font-weight: 400;
	margin-bottom: 30px;
}

@media screen and (max-width:768px) {
#concept .concept-lead{
    font-size:1rem;
    }
}

/* service */
#service h2{
    text-align: center;
    margin:0 0 70px 0;
}

@media screen and (max-width:550px) {
#service h2{
    margin:0 0 50px 0;
    }
}

#service .service-area{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:0 0 200px 0;
}

@media screen and (max-width:768px) {
 #service .service-area{
    margin:0 0 100px 0;
}
}

@media screen and (max-width:590px) {
 #service .service-area{
    margin:0 0 50px 0;
}
	#service .service-area:last-of-type{
		margin-bottom: 100px;
	}
}

#service .service-area:nth-of-type(2n+1){
     flex-direction: row-reverse;
}

#service .service-area .img{
    width: 50%;
	margin: 0 2rem;
}

#service .service-area .content{
    width: 40%;
    background:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 5rem;
}

@media screen and (max-width:768px) {
#service .service-area .content{
    width: 47%;
    top: 3rem;
    }
#service .service-area .img{
	margin: 0;
	}
}

@media screen and (max-width:590px) {
#service .service-area .img{
    width: 100%;
    z-index: 2;
	}

#service .service-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
	}
}

#service .service-area .content-area{
    padding: 40px;
}

#service .service-area .content-area h3{
    text-align: center;
    font-size: 1rem;
    margin: 0 0 1rem 0;
}

#service .service-area .content-area h3 span{
    font-weight: bold;
    display: block;
    font-size: 1.3rem;
}

.line{
	border: 1px solid #12c2ed;
	width: 10rem;
	margin: 0 auto 3rem;
}

#service .service-area .content-area p{
     margin:0;
}

#service .btn{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #333;
  border-radius: 0.5rem;
  margin-left: 2rem;
}

#service .btn-border-shadow{
  padding: calc(1.5rem - 12px) 1.5rem 1rem;
  background: #f3f3f3;
}


#service .btn-border-shadow:before{
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid #333;
  border-radius: 0.5rem;
}

#service .btn-border-shadow:hover{
  padding: calc(1.5rem - 6px) 3rem;
}

#service .btn-border-shadow:hover:before{
  top: 0;
  left: 0;
}

#service .btn-border-shadow--color{
  border-radius: 0;
  background: #12c2ed;
}

#service .btn-border-shadow--color:before{
  border-radius: 0;
}

/* about */
#about{
    margin: 0 0 200px 0;
}

@media screen and (max-width:768px) {
#about{
    margin: 0 0 100px 0;
}
}

#about h2{
    text-align: center;
    color: #12c2ed;
    margin:0 0 70px 0;
}

@media screen and (max-width:550px) {
#about h2{
    margin:0 0 50px 0;
    }
}

#about .about-list{
	width: 95%;
    max-width: 900px;
    margin: 0 auto;
	text-align: left;
}

#about .about-list th{
	padding: 1rem;
	width: 30%;
}

#about .about-list td{
	padding: 0 1rem;
	width: 80%;
}

#about .about-item_a{
	background-color: #fff;
}

#about .about-item_b{
	background-color: #e4e4e4;
}
#about .about-list .br-sp{
	display: none;
}

@media screen and (max-width:590px) {
#about .about-list .br-sp{
	display: block;
	}
}

/* contact */
#contact{
    margin:0 0 100px 0;
}

#contact h2{
    text-align: center;
    margin:0 0 70px 0;
}

.contact-detail{
	text-align: center;
	margin-bottom: 50px;
}

.contact-detail>a{
	display: block;
	text-align: center;
	font-size: 1.3rem;
	color: #12c2ed;
	font-weight: 700;
	text-decoration: underline;
}
.contact-detail p:nth-of-type(2){
	margin-left: 1em;
}

.contact-detail p:last-of-type{
	margin-bottom: 20px;
	margin-left: 4em;
}

form{
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width:550px) {
 	#contact h2{
     	margin:0 0 50px 0;
    }
	
	.contact-detail{
		width: 80%;
		font-size: 0.9rem;
		text-align: left;
		margin: 0 auto 50px;
	}
	
	.contact-detail p:nth-of-type(2),
	.contact-detail p:last-of-type{
		margin-left: inherit;
	}
	
	form{
		width: 100%;
	}
}

#contact .form-list{
    width:100%;
    max-width: 700px;
    margin: 0 auto;
}

#contact input , button , textarea , select {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	background:none;
    font-size: 16px;
}

#contact .form-list input[type='text'] , 
#contact .form-list input[type='email'] , 
#contact .form-list textarea{
	width:100%;
	border:1px solid #666;
	background: #f3f3f3;
	padding: 10px;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
}

#contact .form-list input[type='text'] , input[type='email'] {
	height: 50px;
}

#contact .submit-btn{
    width: 150px;
    margin: 0 auto;
}

#contact input[type='submit']{
	background: #12c2ed;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    width: 150px;
    margin: 2rem auto 0;
    transition: all .3s;
}

#contact input[type='submit']:hover{
    border:2px solid #12c2ed;
	background-color: transparent;
    color: #12c2ed;
} 

#contact .form-list dl{
    display: flex;
    justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
	padding:0 0 20px 0;
}

#contact .form-list dt{
    width:30%;
}

#contact .form-list dd{
    width:66%;
}

#contact .form-list textarea {
	height:200px;
}

.required{
	font-size: 0.75rem;
	color: #f64959;
	margin-left: 0.5rem;
}

@media screen and (max-width:768px) {
#contact .form-list dt{
	margin:0 0 10px 0;
}
#contact .form-list dt,
#contact .form-list dd{
    width:100%;
}
}

/* footer */
#footer{
    padding: 5rem 0 3rem;
    background: #fff;
    position: relative;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

#footer .footer-logo{
    width: 120px;
	margin-right: 5rem;
}

#footer small{
     color:#333;
	 font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media screen and (max-width:550px) {
	#footer{
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	
	#footer .footer-logo{
		margin: 0 auto 2rem;
	}
}

/*thanks.html*/
#main-area-thanks{
	height: 90vh;
    padding: 30px 0;
}

#thanks{
	text-align: center;
}

.thanks-msg{
	margin: 10rem auto 3rem;
	font-size: 1.2rem;
}

.thanks-detail{
	margin-bottom: 5rem;
	display: flex;
	justify-content: center;
	text-align: left;
}

.btn-top{
	margin: 0 auto;
}

.btn-top>a{
	color: #fff;
	background-color: #12c2ed;
	padding: 5px 20px;
}