@charset "UTF-8";
#container {
  background-image: url(../images/common/bg_right_bottom_pc.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 500px auto;
}
@media screen and (max-width: 1160px) {
  #container {
    background-position: right bottom;
    background-size: 43.1vw auto;
  }
}
@media screen and (max-width: 768px) {
  #container {
    background-image: url(../images/common/bg_right_bottom_sp.png);
    background-position: right bottom;
    background-size: 46.7vw auto;
  }
}

/* TOP中身 */
#mv {
  background-image: url(../images/top/mv_bg01_pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mv {
    background-image: url(../images/top/mv_bg01_sp.jpg);
  }
}

.yokoku {
  position: relative;
  background-color: #f9f8f4;
  padding: 15px 0;
}
@media screen and (max-width: 1200px) {
  .yokoku {
    padding: 1.25vw 0;
  }
}
@media screen and (max-width: 768px) {
  .yokoku {
    padding: 2vw 0;
  }
}
.yokoku .yokoku_content {
  width: 760px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .yokoku .yokoku_content {
    width: 63.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .yokoku .yokoku_content {
    width: 57.3333333333vw;
    margin-right: 3.3333333333vw;
  }
}
.yokoku .yokoku_content .yokoku_ttl {
  width: 11.8%;
  font-size: 16px;
  border: 1px solid #000;
  line-height: 1.2em;
  text-align: center;
  padding: 0.5em 0 0.6em;
}
@media screen and (max-width: 1200px) {
  .yokoku .yokoku_content .yokoku_ttl {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .yokoku .yokoku_content .yokoku_ttl {
    width: 20.9%;
    font-size: 2vw;
  }
}
.yokoku .yokoku_content .yokoku_txt {
  width: 86.8%;
  font-size: 12px;
  line-height: 1.2em;
}
@media screen and (max-width: 1200px) {
  .yokoku .yokoku_content .yokoku_txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .yokoku .yokoku_content .yokoku_txt {
    width: 76.7%;
    font-size: 1.6vw;
  }
}
.yokoku .img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 430px;
}
@media screen and (max-width: 1200px) {
  .yokoku .img01 {
    width: 35.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .yokoku .img01 {
    width: 37.3333333333vw;
  }
}

.top_content {
  overflow: hidden;
}
.top_content .wrap01 {
  padding: 120px 0 180px;
}
@media screen and (max-width: 1200px) {
  .top_content .wrap01 {
    padding: 10vw 0 15vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content .wrap01 {
    padding: 16vw 0 24vw;
  }
}
.top_content .top_txt01 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top_content .top_txt01 {
    font-size: 1.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content .top_txt01 {
    font-size: 2.9333333333vw;
  }
}
.top_content .top_txt02 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top_content .top_txt02 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content .top_txt02 {
    font-size: 3.2vw;
  }
}
.top_content .top_img01 {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  .top_content .top_img01 {
    max-width: none;
    width: 75vw;
    margin-top: 5.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content .top_img01 {
    width: 100%;
    margin-top: 8vw;
  }
}
.top_content .top_img02 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
}
@media screen and (max-width: 1200px) {
  .top_content .top_img02 {
    margin-top: 9.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content .top_img02 {
    margin-top: 14.6666666667vw;
  }
}
.top_content .top_img02 .img_txt {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  .top_content .top_img02 .img_txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content .top_img02 .img_txt {
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6vw;
  }
}
.top_content #concept {
  margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  .top_content #concept {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content #concept {
    margin-top: 14.6666666667vw;
  }
}
.top_content #concept h2 {
  width: 115px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .top_content #concept h2 {
    width: 9.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content #concept h2 {
    width: 15.3333333333vw;
  }
}
.top_content #concept .txt01 {
  width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .top_content #concept .txt01 {
    width: 35.8333333333vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content #concept .txt01 {
    width: 57.3333333333vw;
    margin-top: 8vw;
  }
}
.top_content #concept .txt02 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 2.5em;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .top_content #concept .txt02 {
    font-size: 1.3333333333vw;
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content #concept .txt02 {
    font-size: 2.1333333333vw;
    margin-top: 8vw;
  }
}
.top_content #inquiry {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  .top_content #inquiry {
    max-width: none;
    margin-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content #inquiry {
    max-width: none;
    width: 100%;
    margin-top: 16vw;
  }
}
.top_content #inquiry .left_block {
  width: 42%;
}
@media screen and (max-width: 1200px) {
  .top_content #inquiry .left_block {
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  .top_content #inquiry .left_block {
    width: 100%;
  }
}
.top_content #inquiry .left_block h2 {
  font-size: 46px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  color: #000;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .top_content #inquiry .left_block h2 {
    font-size: 3.8333333333vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content #inquiry .left_block h2 {
    font-size: 6.1333333333vw;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 8.6666666667vw;
  }
}
.top_content #inquiry .left_block .inq_box .inq_block + .inq_block {
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .top_content #inquiry .left_block .inq_box .inq_block + .inq_block {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content #inquiry .left_block .inq_box .inq_block + .inq_block {
    margin-top: 4vw;
  }
}
.top_content #inquiry .left_block .inq_box .inq_block .btn01 {
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .top_content #inquiry .left_block .inq_box .inq_block .btn01 {
    width: 27.5vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content #inquiry .left_block .inq_box .inq_block .btn01 {
    width: 44vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_content #inquiry .left_block .inq_box .inq_block .btn01 .no_link {
  pointer-events: none;
}
.top_content #inquiry .left_block .inq_box .inq_block .txt01 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  .top_content #inquiry .left_block .inq_box .inq_block .txt01 {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content #inquiry .left_block .inq_box .inq_block .txt01 {
    font-size: 2.1333333333vw;
    text-align: center;
  }
}
.top_content #inquiry .right_block {
  position: relative;
  width: 50%;
  height: 620px;
}
@media screen and (max-width: 1200px) {
  .top_content #inquiry .right_block {
    height: 51.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .top_content #inquiry .right_block {
    width: 100%;
    height: auto;
    margin-top: 6.6666666667vw;
  }
}
.top_content #inquiry .right_block .img01 {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top_content #inquiry .right_block .img01 {
    position: static;
    width: 100%;
    height: auto;
  }
}
.top_content #inquiry .right_block .img01 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top_content #inquiry .right_block .img01 img {
    width: 100%;
    height: auto;
  }
}

/*---------------------------
アニメーション用CSS
-----------------------------*/
#mv {
  overflow: hidden;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
#mv.act {
  opacity: 1;
}
#mv h1 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1.2);
}
#mv h1.act {
  opacity: 1;
  transform: scale(1);
}/*# sourceMappingURL=style_top.css.map */