@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
.box_sample {
  margin: 10px;
  padding: 10px;
}

/*$font: YuGothic,'Yu Gothic','Noto Serif JP', serif;*/
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  position: relative;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }

  .outerWidth {
    width: 90%;
    max-width: 1200px;
  }

  .inrWidth {
    width: 90%;
    max-width: 950px;
  }
}
@media screen and (max-width: 768px) {
  .inrWidth {
    width: 81%;
  }

  .outerWidth {
    width: 81%;
  }
}
/*パーツ*/
.secttl {
  padding-top: 113px;
  text-align: center;
  margin-bottom: 80px;
}
.secttl__sub {
  height: 25px;
}
.secttl__txt {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 40px;
  letter-spacing: 10px;
}
.secttl__txt span {
  font-size: 2.6rem;
  display: inline-block;
  margin-bottom: 20px;
}

.hiragino {
  font-family: "ヒラギノ角ゴ Pro";
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*//パーツ*/
body {
  position: relative;
}
body::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 40vw;
  background-color: #FFF7C5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hd {
  width: 95%;
  max-width: 1400px;
  margin: auto;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd__logo {
  display: block;
  height: 36px;
}
.hd__logo.taiko {
  height: 16px;
}

.mv {
  position: relative;
  margin-bottom: 220px;
  width: 100%;
  height: calc(100vh - 57px);
  overflow: hidden;
}
.mv__video {
  position: relative;
  height: 100%;
  width: 100%;
}
.mv__video img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__ttl {
  position: absolute;
  width: 100%;
  max-width: 600px;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  line-height: 1;
}
.mv__ttl--main {
  font-size: 4.3rem;
}
.mv__ttl--sub {
  font-size: 2.2rem;
  margin-top: 30px;
}
.mv__scroll {
  width: 13px;
  height: auto;
  display: block;
  position: absolute;
  right: 43px;
  bottom: 27px;
}
.mv__contact {
  display: block;
  width: 163px;
  height: auto;
  position: absolute;
  top: 35px;
  right: 100px;
}
.mv__contact img {
  width: 100%;
}

.lead__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1400px;
  margin: auto;
}
.lead__box--imgblk {
  width: 50%;
}
.lead__box--txtblk {
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
}
.lead__box--txtblk--ttl {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1.5;
}
.lead__box--txtblk--ttl .small {
  font-size: 3rem;
  vertical-align: super;
}
.lead__box--txtblk--txt {
  margin-top: 40px;
  font-size: 2rem;
  text-align: justify;
}
.lead__box--txtblk--txt .small {
  font-size: 1.8rem;
}
.lead__box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1400px;
  margin: auto;
  margin-top: 15px;
}
.lead__box02--img01 {
  width: 44%;
}
.lead__box02--img02 {
  width: 27%;
  margin-right: 10%;
}
.lead__box03 {
  max-width: 1400px;
  margin: auto;
  margin-top: 10px;
  text-align: right;
}
.lead__box03--img01 {
  width: 50%;
  padding: 0 5%;
}

.map {
  padding-bottom: 80px;
  margin-top: 60px;
}
.map__box {
  max-width: 700px;
  margin: auto;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%;
}
.map__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 30px;
  z-index: 99;
}
.totop img {
  width: 100%;
  height: auto;
}

.ft {
  background-color: #ABD5DE;
  font-size: 2rem;
}
.ft .outerWidth {
  max-width: 1100px;
  padding: 75px 0 75px;
}
.ft .outerWidth .ft__outer--ttl {
  margin-bottom: 10px;
}
.ft .outerWidth .ft__outer--box .blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ft .outerWidth .ft__outer--box .blk dt {
  width: 34%;
  position: relative;
  margin-right: 1%;
}
.ft .outerWidth .ft__outer--box .blk dt span {
  background-color: #ABD5DE;
  position: relative;
  z-index: 2;
  padding-right: 5px;
}
.ft .outerWidth .ft__outer--box .blk dt::after {
  content: "";
  display: inline-block;
  border-top: dotted 1px #000;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 22px;
  right: 0;
}
.ft .outerWidth .ft__outer--box .blk dd {
  width: 65%;
}
.ft .outerWidth .ft__outer--box .blk dd ul li.li01 {
  text-indent: -125px;
  padding-left: 125px;
}
.ft .outerWidth .ft__outer--box .blk dd ul li.li02 {
  text-indent: -273px;
  padding-left: 273px;
}
.ft__copy {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
.ft__copy::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 40vw;
  background-color: #FFF7C5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* SP */
@media screen and (max-width: 768px) {
  .secttl {
    padding-top: 35px;
    margin-bottom: 30px;
  }
  .secttl__sub {
    height: 18px;
  }
  .secttl__txt {
    font-size: 2rem;
    margin-top: 20px;
    letter-spacing: 5px;
  }
  .secttl__txt span {
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: 10px;
  }

  .hd {
    width: 95%;
    margin: auto;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hd__logo {
    display: block;
    height: 25px;
  }

  .mv__video {
    height: 67vh;
  }
  .mv__video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv__ttl {
    width: 82%;
    max-width: 600px;
    left: 50%;
    top: 57%;
  }
  .mv__scroll {
    width: 8px;
    right: 20px;
    bottom: 20px;
  }

  .mv {
    position: relative;
    margin-bottom: 100px;
    height: auto;
  }
  .mv__main {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv__ttl {
    position: absolute;
    width: 100%;
    max-width: 600px;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    line-height: 1.2;
  }
  .mv__ttl--main {
    font-size: 2.8rem;
  }
  .mv__ttl--sub {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .mv__txt {
    position: absolute;
    width: 100%;
    max-width: 600px;
    left: 50%;
    bottom: 3%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    text-align: center;
    color: #fff;
    line-height: 1.4;
    font-size: 1.4rem;
    font-weight: 200;
  }
  .mv__scroll {
    width: 8px;
    right: 20px;
    bottom: 20px;
  }
  .mv__contact {
    display: block;
    width: 100px;
    height: auto;
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .mv__contact img {
    width: 100%;
  }

  .lead {
    width: 81%;
    margin: auto;
  }
  .lead__box {
    display: block;
    max-width: 1400px;
    margin: auto;
  }
  .lead__box--imgblk {
    width: 100%;
  }
  .lead__box--txtblk {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    margin-top: 15px;
  }
  .lead__box--txtblk--ttl {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  .lead__box--txtblk--ttl .small {
    font-size: 1.2rem;
    vertical-align: super;
  }
  .lead__box--txtblk--txt {
    margin-top: 15px;
    font-size: 1.6rem;
    text-align: justify;
  }
  .lead__box--txtblk--txt .small {
    font-size: 1.2rem;
  }
  .lead__box02 {
    display: block;
    margin-top: 15px;
  }
  .lead__box02--img01 {
    width: 70%;
  }
  .lead__box02--img02 {
    width: 70%;
    margin-right: 0;
    margin-left: auto;
    display: block;
  }
  .lead__box03 {
    margin-top: 15px;
    text-align: right;
  }
  .lead__box03--img01 {
    width: 70%;
    padding: 0;
  }

  .mat__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 912px;
    margin: auto;
  }
  .mat__box--blk {
    width: 45%;
  }
  .mat__box--blk:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .mat__box--blk--ttl {
    font-size: 1.6rem;
    line-height: 1;
    margin: 14px 0 10px;
  }
  .mat__box--blk--txt {
    font-size: 1.3rem;
    text-align: justify;
  }

  .exp__box {
    max-width: 500px;
    margin: auto;
  }

  .ann {
    padding: 40px 0;
  }
  .ann__txtblk {
    font-size: 1.8rem;
    font-weight: 500;
    border: 1px solid #000;
    letter-spacing: 4px;
    line-height: 1.4;
    text-align: center;
    margin: auto;
    padding: 4px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ann__txtblk.blk01 {
    width: 100%;
    margin-bottom: 20px;
  }

  .map {
    padding-bottom: 40px;
  }
  .map .inrWidth {
    width: 100%;
  }
  .map__box {
    max-width: 912px;
    margin: auto;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .map__box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .totop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 20px;
  }
  .totop img {
    width: 100%;
    height: auto;
  }

  .ft {
    background-color: #ABD5DE;
    font-size: 1.6rem;
  }
  .ft .outerWidth {
    max-width: 1100px;
    padding: 40px 0 40px;
  }
  .ft .outerWidth .ft__outer--ttl {
    margin-bottom: 10px;
    font-weight: 500;
  }
  .ft .outerWidth .ft__outer--box .blk {
    display: block;
    margin-top: 15px;
  }
  .ft .outerWidth .ft__outer--box .blk dt {
    width: 100%;
    position: relative;
    margin-right: 1%;
    font-weight: 500;
  }
  .ft .outerWidth .ft__outer--box .blk dt span {
    background-color: #ABD5DE;
    position: relative;
    z-index: 2;
    padding-right: 5px;
  }
  .ft .outerWidth .ft__outer--box .blk dt::after {
    display: none;
  }
  .ft .outerWidth .ft__outer--box .blk dd {
    width: 100%;
  }
  .ft .outerWidth .ft__outer--box .blk dd ul li.li01 {
    text-indent: 0px;
    padding-left: 0px;
  }
  .ft .outerWidth .ft__outer--box .blk dd ul li.li02 {
    text-indent: 0px;
    padding-left: 0px;
    margin-top: 10px;
  }
  .ft .outerWidth .ft__outer--box .blk dd ul li.li03 {
    margin-top: 10px;
  }
  .ft__copy {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1;
    background-color: #fff;
    padding: 20px 0;
  }
}
/* SP ここまで */
/*# sourceMappingURL=style.css.map */