/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&family=Raleway:wght@800;900&display=swap');
html {
  height: 100%;
}
html * {
  max-height: 999999px;
}
body {
  background-color: #1ca4ad;
  background-color: #1b1c1e;
  height: 100%;
  margin: 0;
}
section#face {
  height: 100%;
  text-align: center;
  display: block;
  position: relative;
  margin: 0;
  /*box-shadow: 3px 8px 14px #000;*/
  background: #1ca4ad;
}
section#content {
  background: #f3f3f3;
  background: #1b1c1e;
  background: #eeeeee;
  background: #f1eeeb;
  /*box-shadow: 3px 8px 14px #000;*/
  min-height: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  z-index: 5;
  position: relative;
}
section#content .inner {
  display: block;
  margin: auto;
  max-width: 1024px;
  max-width: 920px;
}
p, li, dl, h2 {
  /* margin: 20px; */
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}
p.copy {
  text-align: center;
  margin: 3em;
  font-weight: 100;
  font-size: 14px;
}
h1 {
  /* margin: 20px; */
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: #f3f3f3;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0.4em 0;
  font-size: 60px;
  font-size: 120px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
h1 a {
  color: #f3f3f3;
  text-decoration: none;
  color: transparent;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}
h1 a:hover {
  color: #f3f3f3;
  transition: 0.5s;
}
/*小*/
@media screen and (max-width : 800px) {
  h1 {
    font-size: 7.5vw;
  }
}
/*------------------------------------
--------content ------------
------------------------------------*/
#content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content section {
  padding: 100px 3% 30px;
  width: 100%;
  box-sizing: border-box;
  background: none !important;
}
#content section:nth-child(even) {
  /*background: #2b2a28 !important;*/
}
#content section hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 0px dotted #4b4b4b;
}
#content section h2 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 1.2em;
  display: flex;
  align-items: baseline;
  color: #fff;
  color: #0a466c;
  color: #604433;
    font-weight: 600
}
#content section h2 .eng {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  padding-right: 0.3em;
}
#content section h2 a {
  margin-left: auto;
  text-decoration: none;
}
#content section h2 a:hover {
  text-decoration: underline;
}
#content section h2 a::before {
  content: "> ";
}
#content section p {
  margin-bottom: 0.8em;
}
/*---- about ----*/
#content #about {
  background: #e55252;
}
#content section dt {
  clear: left;
  float: left;
  padding-right: 6px;
}
/*---- access ----*/
#content #access {
  background: #28b9ca;
}
#access #map {
  padding: 20px 0px 0px;
}
#access #map img {
  max-width: 100%;
}
#access #map {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#access #map iframe, #access #map object, #access #map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---- works ----*/
#content #works {
  background: #df722c;
}
/*---- contact ----*/
#content #contact {
  background: #7bb61e;
}
/*--------*/
#content #partner {
  background: #675dc3;
}
#content #blog {
  background: #868686;
}
/*中間*/
@media screen and (max-width : 1200px) {
  #content section {}
}
/*小*/
@media screen and (max-width : 800px) {
  section#content {
    padding: 1%;
  }
  #content section {
    padding: 5% 3% 30px;
    border-bottom: #C5C5C5 1px solid;
  }
  #access #map {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  #content section h2 .eng {
    font-size: 32px;
  }
}
/* wrap */
#face {
  position: relative;
}
/* video */
.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* overlay */
.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.01);
  background: rgba(11, 44, 65, 0.6);
}
/* overlay2 */
.overlay::after {
  background: rgba(0, 0, 0, 0.5);
}
/* fuwatto */
.fuwatto h2, .fuwatto p, .fuwatto dl {
  transition: 0.8s ease-in-out;
  transform: translateY(0.92em);
  opacity: 0;
}
h1 a {
  display: none;
}