@charset "utf-8";
/* レイアウトのためのCSS */

body{
  font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	font-size:1rem;
  font-weight: 700;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
    /*animation: txtColor 40s infinite;*/
}

/*@keyframes txtColor {
    0%   { color: #fff; }
  20%  { color: #fff; }
  40%  { color: #fff; }
  60%  { color: #006480; }
  80%  { color: #006480; }
  100% { color: #fff; }
}*/

_:-ms-lang(x)::-ms-backdrop, body{/*IE11用ハック*/
    overflow-x: hidden;
}


@media (min-width: 769px) {

.pc {
  display: block;
}

.sp {
  display: none;
}

/* PCのみ改行 */
.pcbr {
  display: inline;
}

/* スマートフォンのみ改行 */
.spbr {
  display: none;
}

.center,
.pcCenter {
  text-align: center;
  margin: 0 auto;
}

}


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

.sp {
  display: block;
}

.pc {
  display: none;
}

.pcbr {
  display: none;
}

.spbr {
  display: inline;
}

.center,
.spCenter {
  text-align: center !important;
  margin: 0 auto;
}
}

*{box-sizing: border-box;}

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

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

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

/* splash */

/* loading ※https://projects.lukehaas.me/css-loaders/参照*/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #006480;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/*.loader {
  color: #222;
  font-size: 40px;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}*/




/* font-family */

h1,h2,
#service h3,
#header .scrolldown3,
#contact .tel,
#contact .mail,
#footer,
nav,
#splash-logo {
  font-family: "Hind", sans-serif;
   font-weight: 700;
}

/* splash */

#splash-logo{
    color: #006480;
}

/* header */

#header .fixed{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

#header h1{
    position: fixed;
    z-index: 9999;
    top: 2vh;
    left: 2vw;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 2px;
    font-family: "Noto Sans JP", sans-serif !important;
}

#header h1 span {
    font-size: .8rem;
    display: block;
}


.logo {
    width: 600px;
}

@media screen and (max-width:768px) {
#header h1{
    font-size:1rem;
    line-height: 1.5;
    top:2.5vh;
    left:4vw;
    letter-spacing: 1px;
}

#header h1 span {
    font-size: .6rem;
    display: block;
}

.logo {
    width: 350px;
    position: relative;
        top: -40px;
}

.scrolldown3 span {
    bottom: 80px;
}


}

#header .scrolldown3 span{
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

/* gnavi */

.circle-bg{
    border:2px solid #222;
}

#g-nav ul{
    font-size: 1.7rem;
    letter-spacing: 0.2em;
}


@media screen and (max-width:768px) {
#g-nav ul{
    font-size: 1.5rem;
}
}

/* heading */

h2{
    font-size: 3rem;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 5vh 0;
}

_:-ms-lang(x)::-ms-backdrop, #service h2{/*IE11用ハック*/
    padding:20vh 0 0 0;
}

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

/* area */

.fixed{
    z-index: 1;
    height:100vh;
    width:100%;
    max-width:100%;
    padding:0 7vw;
	animation: bgchange 40s ease infinite;
}

@media screen and (max-width:768px) {
  #service.fixed,
  #about.fixed{
      height: auto;
    }
}

@media screen and (max-width:540px) {
.fixed{
    padding:0 30px;
    }

}

/* concept */

#concept{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#concept h3{
    font-size: 1.2rem;
    margin: 0 0 5vh 0;
}

@media screen and (max-width:768px) {
#concept h3{
    font-size: 1rem;
    text-align: center;
}

#concept p{
  text-align: justify !important;
}

}

#concept p{
    line-height: 3;
}

@media screen and (max-width:540px) {
#concept h3,
#concept p{
    text-align: left;
    line-height: 2;
}
#concept h3 {
  text-align: center;
}
#concept p br{
    display: none;
}

}

/* news */

#news {
  /*padding-top: 10vw;
  height: 100vw;*/
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insta-wrap {
  position: relative;
}

.insta-wrap::after {
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

@media (min-width: 769px) {


#news iframe {
  width: 615px;
  height: 410px;
}

}

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



#news iframe {
  width: 100% !important;
  height: 55vw;
}

}

/* service */

#service{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


@media (min-width: 769px) {

#service .inner {
  width: 1100px;
}

}

_:-ms-lang(x)::-ms-backdrop, #service{/*IE11用ハック*/
    display: block;
}

#service .service-area{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#service .service-area section{
    width: 33.3333%;
}

#service .service-area .service-img{
     width:20%;
    margin: 0 auto 1vh auto;
}

#service h3{
    font-size: 2rem;
    font-weight: 700;
}

#service .caption{
    font-weight: 700;
    margin: 0 0 3vh 0;
}

@media screen and (max-width:768px) {
#service{
    padding:0 0 10vh 0;
}

#service .service-area{
    justify-content: space-around;
}

#service .service-area section{
    width: 45%;
    margin: 0 0 5vh 0;
}

#service h2{
    padding:15vh 0 0 0;
}

#service h3{
    font-size: 1.8rem;
    letter-spacing: 3px;
}

#service .caption{
  font-size: 1rem;
}
}

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

 #service .service-area{
    display: block;
}

#service .service-area section{
    width: 100%;
    margin: 0 auto;
}

#service .service-area section + section {
  margin: 40px auto 0;
}

#service .service-area section p:last-child {
  text-align: left;
}

}
/* about */

#about{
    display: flex;
    justify-content: center;
    align-items: center;
}

#about h2 {
    margin: 0 0 3vh 0;
}

#about .about-list{
    width: 700px;
    margin: 0 auto;
}

#about .about-list li{
    border-bottom: 1px solid #fff;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
}

#about .about-list dl{
     display: flex;
    justify-content: space-between;
}

#about .about-list dt{
    width:30vw;
    padding: 0 0 0 2vw;
    white-space: nowrap;
}

#about .about-list dd{
    width:68vw;
}

#about .about-list dd span {
    font-size: 12px;
}


@media screen and (max-width:768px) {
#about{
    padding: 5vh 0 10vh 0;
}

#about h2{
    padding:10vh 0 0 0;
}

#about .about-list{
    width:85vw;
    }

#about .about-list li{
    border-bottom: none;
    margin:0 ;
    padding: 0 0 15px 0;
}

#about .about-list dl {
    flex-direction: column;
}

#about .about-list dt {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#about .about-list dd {
    width: 100%;
}




}

/* contact */

#contact{
    background: #fff!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact h2 {
    color: #05617b;
}

#contact .logo {
    width: 250px;
    margin: 0 auto 20px;
}

#contact .tel,
#contact .mail{
    font-size: 2rem;
    margin: 0 0 1vh 0;
}

#contact .mail a {
   color: #05617b;
}

#contact .sns-link li{
    display: inline-block;
    margin: 0 10px;
}

#contact .sns-link li img{
     width:30px;
}

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

#contact .logo {
    width: 150px;
    margin: 0 auto 20px;
    top: 0;
}

#contact .tel,
#contact .mail{
    font-size: 1.3rem;
}
}

/* footer */

#footer small{
    position: absolute;
    display: block;
    /*left:0;
    top:50%;*/
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    /*transform: rotate(-90deg);
    text-transform: uppercase;*/
    z-index: 2;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #05617b;
}

/*#footer p{
    position: fixed;
    display: block;
    right:0;
    top:50%;
    transform: rotate(90deg);
    text-transform: uppercase;
    z-index: 2;
    line-height: 1;
    letter-spacing: 0.1em;
}*/

