@charset "UTF-8";
/* _location.scss -------------------------------------------------- */
body {
  background-repeat: no-repeat;
  background-size: auto;
  font-family: "times new roman", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

img {
  width: 100%;
}

.header_inner .logo a p {
  color: #000;
}

nav li a.off {
  opacity: 0.4;
}

.kv {
  position: relative;
  width: 100%;
  margin: auto;
}

.mv_in {
  width: 96%;
  padding-top: 0;
}

.mv_txt1 {
  position: absolute;
  top: 27%;
  left: 3%;
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 0.6vw;
  line-height: 2;
}

.mv_txt2 {
  position: absolute;
  top: 53%;
  left: 3%;
  width: 40%;
  max-width: 600px;
}

.icon {
  position: absolute;
  top: 7%;
  left: 2%;
  width: 20%;
}

li figure {
  position: relative;
}

.sec01 {
  margin-bottom: 5%;
}

.sec02 {
  margin-bottom: 8%;
}

.sec03 figure {
  margin: 0 auto 2rem;
  text-align: center;
}

.img_logo {
  max-width: 10%;
  margin: 10% auto 7%;
}

.img01 {
  max-width: 432px;
  margin: auto;
}

.img05 {
  width: 160%;
}

.col4 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.col4 li {
  width: calc(25% - 2vw);
}

.col_rev {
  flex-flow: row-reverse;
}

.popup figure {
  transition: 0.3s;
  z-index: 100;
}

.popup figure:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

h2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 96%;
  max-width: 1400px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 1.1rem;
  margin: 0 auto 4%;
}

h2::before, h2::after {
  content: "";
  border-bottom: 1px solid #ccc;
  display: block;
  width: 35%;
}

.sec01 h3, .sec02 h3, .sec03 h3 {
  margin: 0 auto 4%;
  padding: 1rem;
  background: linear-gradient(90deg, rgb(142, 228, 230) 0%, rgb(200, 222, 131) 100%);
}

.sec01 h3 p, .sec02 h3 p, .sec03 h3 p {
  display: flex;
  width: 96%;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 1.1rem;
  margin: auto;
}

h4 {
  width: 96%;
  margin: 0% auto 5%;
}

.txt_s {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 1.8;
  padding-bottom: 3%;
  text-align: left;
}

.txt_sp_r, .txt_sp_l {
  font-size: 3.8rem;
  float: left;
  line-height: 1.2;
  padding-right: 1rem;
}

.txt_sp_r {
  padding-right: 1rem;
}

.txt_sp_l {
  padding-left: 1rem;
}

.txt_m {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  text-align: center;
  line-height: 2;
  padding-bottom: 2%;
}

.txt_l {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1rem;
  text-align: center;
  line-height: 2.5;
  padding-bottom: 4%;
}

.cap {
  display: block;
  width: 96%;
  max-width: 1200px;
  margin: auto;
}

.sec01 figcaption, .sec02 figcaption {
  padding-top: 4px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1660px) {
  .icon {
    top: 1rem;
    left: 1%;
    width: 11%;
  }
}
@media screen and (max-width: 768px) {
  .header_inner .logo a p {
    color: #000;
  }
  nav li a.off {
    opacity: 0.2;
  }
  .kv {
    width: 96%;
  }
  .mv_in {
    margin-bottom: 9%;
  }
  .mv_txt1 {
    top: 15%;
    left: 4%;
    font-size: 4vw;
    letter-spacing: 0.8vw;
    line-height: 2;
  }
  .mv_txt2 {
    position: absolute;
    top: 37%;
    left: 3%;
    width: 39%;
    max-width: 500px;
  }
  .col4 {
    margin-bottom: 3rem;
  }
  .col4 li {
    width: 48%;
    margin-bottom: 1rem;
  }
  .sec01 h3, .sec02 h3, .sec03 h3 {
    margin: 0 auto 4%;
    text-align: center;
  }
  .sec01 h3 p, .sec02 h3 p, .sec03 h3 p {
    font-size: 1.8rem;
    letter-spacing: 0.6rem;
  }
  h3 p {
    font-size: 5vw;
  }
  .txt_m {
    font-size: 2.5vw;
    letter-spacing: 0.2rem;
    text-align: left;
  }
  .txt_s {
    font-size: 1.1rem;
  }
  .txt_sp_r, .txt_sp_l {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 5vw;
  }
  h2::before, h2::after {
    width: 20%;
  }
  .sec01 h3 p, .sec02 h3 p, .sec03 h3 p {
    font-size: 4.5vw;
    letter-spacing: 0.4vw;
  }
  .txt_l {
    font-size: 2rem;
    letter-spacing: 0.3rem;
    line-height: 2;
    font-size: 4vw;
  }
  .txt_m {
    letter-spacing: 0.2rem;
    text-align: left;
    line-height: 2;
    font-size: 3.5vw;
    text-align: justify;
  }
  .sec01 figcaption, .sec02 figcaption {
    letter-spacing: 0;
    font-size: 2.5vw;
  }
  .cap {
    margin: 0 auto 2rem;
  }
}