article img.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  article img.bg {
    width: auto;
  }
}

article header {
  width: auto;
}

@media screen and (max-width: 768px) {
  article header {
    width: auto;
  }
}

article header h2 {
  width: auto;
  font-size: 3.6rem;
  letter-spacing: 8px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  article header h2 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 4px;
  }
}

article header i {
  width: auto;
  display: block;
  padding-top: 20px;
  font-size: 2rem;
  letter-spacing: 4px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  article header i {
    width: auto;
  }
}

h3 {
  width: auto;
}

@media screen and (max-width: 768px) {
  h3 {
    width: 100%;
  }
}

p {
  line-height: 2;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
}

ul {
  width: auto;
}

@media screen and (max-width: 768px) {
  ul {
    width: 100%;
  }
}

details summary::-webkit-details-marker {
  display: none;
}

/*============================
#titleTop
============================*/
article#titleTop {
  width: auto;
  background: #fafafa;
  /*============================
#intro
============================*/
}

@media screen and (max-width: 768px) {
  article#titleTop {
    width: auto;
  }
}

article#titleTop section#intro.full {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 300px;
    padding: 40px 20px 0;
  }
}

article#titleTop section#intro.full div.wrap {
  width: auto;
  color: #00CDB7;
  width: 100%;
  padding-left: 0px;
  padding-top: 40px;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap {
    padding: 0;
    width: 100%;
    color: #fff;
  }
}

article#titleTop section#intro.full div.wrap div {
  width: auto;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
  position: absolute;
  z-index: 1;
  left: 40px;
  text-shadow: #fff 2px 2px;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap div {
    width: auto;
    font-size: 2.8rem;
    left: 20px;
    top: 40%;
    text-shadow: none;
  }
}

article#titleTop section#intro.full div.wrap h1.masthead {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 4px;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap h1.masthead {
    width: auto;
    font-size: 4.2rem;
  }
}

article#titleTop section#intro.full div.wrap p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 4px;
  margin: 0;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap p {
    width: auto;
  }
}

article#titleTop section#intro.full ul.slicks {
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  background: #000;
  height: 100%;
}

article#titleTop section#intro.full ul.slicks li {
  height: 100%;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full ul.slicks li {
    width: auto;
  }
}

article#titleTop section#intro.full ul.slicks li img {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full ul.slicks li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

article#titleTop section#intro.full div.scrolldown {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #00CDB7;
  z-index: 10;
  height: 80px;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.scrolldown {
    width: auto;
    color: #fff;
    right: -40px;
  }
}

article#titleTop section#intro.full div.scrolldown span {
  width: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block;
  letter-spacing: 2px;
  font-size: 1.2rem;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.scrolldown span {
    width: auto;
  }
}

article#titleTop section#intro.full div.scrolldown:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #00CDB7;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.scrolldown:after {
    background-color: #fff;
  }
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 20px;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 20px;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}

div.cover {
  background: #EDEDED;
  padding: 80px 40px;
}

@media screen and (max-width: 768px) {
  div.cover {
    padding: 40px 20px;
  }
}

div.cover .container {
  max-width: 1080px;
  margin: auto;
  padding: 0;
  background-color: #fff;
  border-radius: 20px;
}

#policy .wrap {
  max-width: 800px;
  margin: auto;
}

#policy .policy div {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
}

#policy .policy div h3 {
  padding: 40px 0 20px;
}

/* Custom breakpoint for intro section */
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 400px;
    padding: 112px 20px 0;
  }
}
/*# sourceMappingURL=common.css.map */