/* Base Style
===============================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1535px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 1326px) {
  html {
    font-size: 44%;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  background-color: white;
  -webkit-font-smoothing: antialiased;
}

img {
  height: auto;
}

a:hover {
  cursor: pointer;
}

/* Visible Style
===============================*/
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 1110px) {
  .tb {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp {
    display: block;
  }
}

.sp-600 {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-600 {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .pc-600 {
    display: none;
  }
}

.sp-360 {
  display: none;
}
@media screen and (max-width: 365px) {
  .sp-360 {
    display: block;
  }
}

#footer-link-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #footer-link-sp {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  #footer-link-pc {
    display: none;
  }
}

.nav-sp {
  display: none;
}
@media screen and (max-width: 1110px) {
  .nav-sp {
    display: block;
  }
}

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

/* LP Original Style
===============================*/
/*
    @include mq(x600) {
        margin-top: 0;
    }
*/
body {
  font-feature-settings: "palt";
}

/* LAYOUT CSS
===============================*/
h1 {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  h1 {
    width: 100%;
  }
}
h1 img {
  width: 100%;
}

.article-section {
  width: 800px;
  margin: 0 auto;
  padding: 20px 40px 20px 40px;
  border: 20px solid #015690;
  margin-top: -1px;
}
@media screen and (max-width: 800px) {
  .article-section {
    padding: 6% 6% 20px 6%;
    width: 100%;
  }
}

p.text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  p.text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

/* photo */
.img-solo {
  margin-bottom: 10px;
}
.img-solo img {
  width: 100%;
}

.img-twin {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .img-twin {
    display: block;
  }
}
.img-twin img {
  display: block;
  width: 49%;
}
@media screen and (max-width: 800px) {
  .img-twin img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */