@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
header {
  background: none;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 880px) {
  header {
    background: #fff;
    -webkit-transform: none;
            transform: none;
  }
}
header.is-animation {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

main {
  padding-top: 0;
}
@media (max-width: 880px) {
  main {
    padding-top: 75px;
  }
}

.sec01 {
  width: 100%;
}
.sec01 .movie {
  width: 100%;
}
.sec01 .movie iframe {
  width: 100%;
}

.sec02 .obi_wrap {
  background: #4e4a52;
}
.sec02 .obi_wrap .obi {
  padding: 48px 0;
}
@media (max-width: 880px) {
  .sec02 .obi_wrap .obi {
    max-width: 500px;
    padding: 20px 0 25px;
  }
}

.sec02 .koudou,
.sec08 .koudou {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 880px) {
  .sec02 .koudou,
  .sec08 .koudou {
    margin-top: 40px;
  }
}
.sec02 .koudou dl,
.sec08 .koudou dl {
  font-weight: 400;
}
.sec02 .koudou dl dt,
.sec08 .koudou dl dt {
  padding-bottom: 12px;
  margin-bottom: 15px;
  position: relative;
  font-size: 2.3rem;
  letter-spacing: 0.04em;
}
@media (max-width: 880px) {
  .sec02 .koudou dl dt,
  .sec08 .koudou dl dt {
    font-size: 1.5rem;
  }
}
.sec02 .koudou dl dt span,
.sec08 .koudou dl dt span {
  font-size: 3.66rem;
  letter-spacing: 0.25em;
}
@media (max-width: 880px) {
  .sec02 .koudou dl dt span,
  .sec08 .koudou dl dt span {
    font-size: 2.3rem;
    letter-spacing: 0.15em;
  }
}
.sec02 .koudou dl dt::after,
.sec08 .koudou dl dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 600px;
  height: 0.5px;
  background-color: #040000;
}
@media (max-width: 880px) {
  .sec02 .koudou dl dt::after,
  .sec08 .koudou dl dt::after {
    max-width: 320px;
    width: 86%;
  }
}
.sec02 .koudou dl dd,
.sec08 .koudou dl dd {
  font-size: 1.44rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media (max-width: 880px) {
  .sec02 .koudou dl dd,
  .sec08 .koudou dl dd {
    font-size: 1.1rem;
  }
}
.sec02 .koudou a.req_btn,
.sec08 .koudou a.req_btn {
  margin: 45px auto 0;
}
@media (max-width: 880px) {
  .sec02 .koudou a.req_btn,
  .sec08 .koudou a.req_btn {
    margin-top: 22.5px;
  }
}

.sec08 .koudou {
  margin: 100px 0 70px;
}
@media (max-width: 880px) {
  .sec08 .koudou {
    margin: 60px 0 40px;
  }
}

.sec03,
.sec04,
.sec05,
.sec06 {
  width: 100%;
  max-width: 1280px;
  margin: 150px auto 0;
}
@media (max-width: 880px) {
  .sec03,
  .sec04,
  .sec05,
  .sec06 {
    margin-top: 80px;
  }
}
.sec03 .flex,
.sec04 .flex,
.sec05 .flex,
.sec06 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 880px) {
  .sec03 .flex,
  .sec04 .flex,
  .sec05 .flex,
  .sec06 .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;
    gap: 20px 0;
  }
}
.sec03 .flex > .pic,
.sec04 .flex > .pic,
.sec05 .flex > .pic,
.sec06 .flex > .pic {
  width: 57.4%;
  max-width: 735px;
}
@media (max-width: 1200px) {
  .sec03 .flex > .pic,
  .sec04 .flex > .pic,
  .sec05 .flex > .pic,
  .sec06 .flex > .pic {
    width: calc(100% - (9.5vw + 288px));
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .sec03 .flex > .pic,
  .sec04 .flex > .pic,
  .sec05 .flex > .pic,
  .sec06 .flex > .pic {
    max-width: none;
    width: 100%;
  }
}
.sec03 .flex > .txt,
.sec04 .flex > .txt,
.sec05 .flex > .txt,
.sec06 .flex > .txt {
  width: 42.6%;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .sec03 .flex > .txt,
  .sec04 .flex > .txt,
  .sec05 .flex > .txt,
  .sec06 .flex > .txt {
    width: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .sec03 .flex > .txt,
  .sec04 .flex > .txt,
  .sec05 .flex > .txt,
  .sec06 .flex > .txt {
    width: 100%;
    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;
    gap: 25px 0;
  }
}
.sec03 .flex > .txt .copy,
.sec04 .flex > .txt .copy,
.sec05 .flex > .txt .copy,
.sec06 .flex > .txt .copy {
  width: 75%;
  max-width: 400px;
  margin-right: auto;
  margin-left: 50px;
}
@media (max-width: 880px) {
  .sec03 .flex > .txt .copy,
  .sec04 .flex > .txt .copy,
  .sec05 .flex > .txt .copy,
  .sec06 .flex > .txt .copy {
    margin: 0 auto;
  }
}
.sec03 .flex > .txt dl,
.sec03 .flex > .txt .coming,
.sec04 .flex > .txt dl,
.sec04 .flex > .txt .coming,
.sec05 .flex > .txt dl,
.sec05 .flex > .txt .coming,
.sec06 .flex > .txt dl,
.sec06 .flex > .txt .coming {
  margin-left: 120px;
}
@media (max-width: 1200px) {
  .sec03 .flex > .txt dl,
  .sec03 .flex > .txt .coming,
  .sec04 .flex > .txt dl,
  .sec04 .flex > .txt .coming,
  .sec05 .flex > .txt dl,
  .sec05 .flex > .txt .coming,
  .sec06 .flex > .txt dl,
  .sec06 .flex > .txt .coming {
    margin-left: 4.5vw;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .sec03 .flex > .txt dl,
  .sec03 .flex > .txt .coming,
  .sec04 .flex > .txt dl,
  .sec04 .flex > .txt .coming,
  .sec05 .flex > .txt dl,
  .sec05 .flex > .txt .coming,
  .sec06 .flex > .txt dl,
  .sec06 .flex > .txt .coming {
    margin: 0;
  }
}
.sec03 .flex > .txt dl,
.sec04 .flex > .txt dl,
.sec05 .flex > .txt dl,
.sec06 .flex > .txt dl {
  width: 288px;
  margin-top: 30px;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .sec03 .flex > .txt dl,
  .sec04 .flex > .txt dl,
  .sec05 .flex > .txt dl,
  .sec06 .flex > .txt dl {
    margin-right: 5vw;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .sec03 .flex > .txt dl,
  .sec04 .flex > .txt dl,
  .sec05 .flex > .txt dl,
  .sec06 .flex > .txt dl {
    margin: 0;
  }
}
.sec03 .flex > .txt dl dt p,
.sec04 .flex > .txt dl dt p,
.sec05 .flex > .txt dl dt p,
.sec06 .flex > .txt dl dt p {
  display: inline-block;
  margin-top: 10px;
  font-size: 1rem;
  position: relative;
}
.sec03 .flex > .txt dl dt p::after,
.sec04 .flex > .txt dl dt p::after,
.sec05 .flex > .txt dl dt p::after,
.sec06 .flex > .txt dl dt p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -66px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 0.5px;
  background: #040000;
}
.sec03 .flex > .txt dl dd,
.sec04 .flex > .txt dl dd,
.sec05 .flex > .txt dl dd,
.sec06 .flex > .txt dl dd {
  margin-top: 35px;
  font-size: 1.18rem;
  line-height: 2.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 880px) {
  .sec03 .flex > .txt dl dd,
  .sec04 .flex > .txt dl dd,
  .sec05 .flex > .txt dl dd,
  .sec06 .flex > .txt dl dd {
    margin-top: 20px;
  }
}
.sec03 .flex > .txt .pic_wrap,
.sec04 .flex > .txt .pic_wrap,
.sec05 .flex > .txt .pic_wrap,
.sec06 .flex > .txt .pic_wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec03 .flex > .txt .pic_wrap .pic,
.sec04 .flex > .txt .pic_wrap .pic,
.sec05 .flex > .txt .pic_wrap .pic,
.sec06 .flex > .txt .pic_wrap .pic {
  width: 48%;
}
.sec03 .flex > .txt .pic_wrap .pic .cap,
.sec04 .flex > .txt .pic_wrap .pic .cap,
.sec05 .flex > .txt .pic_wrap .pic .cap,
.sec06 .flex > .txt .pic_wrap .pic .cap {
  text-align: right;
  margin-top: 7px;
}
.sec03 .flex > .txt .coming,
.sec04 .flex > .txt .coming,
.sec05 .flex > .txt .coming,
.sec06 .flex > .txt .coming {
  width: 150px;
  margin-top: 65px;
  margin-right: 0;
}
@media (max-width: 880px) {
  .sec03 .flex > .txt .coming,
  .sec04 .flex > .txt .coming,
  .sec05 .flex > .txt .coming,
  .sec06 .flex > .txt .coming {
    margin: 0;
  }
}
.sec03 .flex > .txt .coming a,
.sec04 .flex > .txt .coming a,
.sec05 .flex > .txt .coming a,
.sec06 .flex > .txt .coming a {
  position: relative;
}
.sec03 .flex > .txt .coming a .arrow,
.sec04 .flex > .txt .coming a .arrow,
.sec05 .flex > .txt .coming a .arrow,
.sec06 .flex > .txt .coming a .arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6.5px;
  height: 6.5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .sec03 .flex > .txt .coming a:hover .arrow,
  .sec04 .flex > .txt .coming a:hover .arrow,
  .sec05 .flex > .txt .coming a:hover .arrow,
  .sec06 .flex > .txt .coming a:hover .arrow {
    right: 9px;
  }
}
.sec03 .flex.flex_rev,
.sec04 .flex.flex_rev,
.sec05 .flex.flex_rev,
.sec06 .flex.flex_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 880px) {
  .sec03 .flex.flex_rev,
  .sec04 .flex.flex_rev,
  .sec05 .flex.flex_rev,
  .sec06 .flex.flex_rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec03 .flex.flex_rev > .txt .copy,
.sec04 .flex.flex_rev > .txt .copy,
.sec05 .flex.flex_rev > .txt .copy,
.sec06 .flex.flex_rev > .txt .copy {
  margin-left: auto;
  margin-right: 45px;
}
@media (max-width: 880px) {
  .sec03 .flex.flex_rev > .txt .copy,
  .sec04 .flex.flex_rev > .txt .copy,
  .sec05 .flex.flex_rev > .txt .copy,
  .sec06 .flex.flex_rev > .txt .copy {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .sec03 .flex.flex_rev > .txt dl,
  .sec03 .flex.flex_rev > .txt .coming,
  .sec04 .flex.flex_rev > .txt dl,
  .sec04 .flex.flex_rev > .txt .coming,
  .sec05 .flex.flex_rev > .txt dl,
  .sec05 .flex.flex_rev > .txt .coming,
  .sec06 .flex.flex_rev > .txt dl,
  .sec06 .flex.flex_rev > .txt .coming {
    margin-left: 5vw;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .sec03 .flex.flex_rev > .txt dl,
  .sec03 .flex.flex_rev > .txt .coming,
  .sec04 .flex.flex_rev > .txt dl,
  .sec04 .flex.flex_rev > .txt .coming,
  .sec05 .flex.flex_rev > .txt dl,
  .sec05 .flex.flex_rev > .txt .coming,
  .sec06 .flex.flex_rev > .txt dl,
  .sec06 .flex.flex_rev > .txt .coming {
    margin-left: 0;
  }
}
.sec03 .flex.flex_rev > .txt dl,
.sec04 .flex.flex_rev > .txt dl,
.sec05 .flex.flex_rev > .txt dl,
.sec06 .flex.flex_rev > .txt dl {
  margin-right: 120px;
}
@media (max-width: 1200px) {
  .sec03 .flex.flex_rev > .txt dl,
  .sec04 .flex.flex_rev > .txt dl,
  .sec05 .flex.flex_rev > .txt dl,
  .sec06 .flex.flex_rev > .txt dl {
    margin-right: auto;
  }
}
@media (max-width: 1200px) and (max-width: 880px) {
  .sec03 .flex.flex_rev > .txt dl,
  .sec04 .flex.flex_rev > .txt dl,
  .sec05 .flex.flex_rev > .txt dl,
  .sec06 .flex.flex_rev > .txt dl {
    margin-right: 0;
  }
}
.sec03 .flex.flex_rev > .txt .coming,
.sec04 .flex.flex_rev > .txt .coming,
.sec05 .flex.flex_rev > .txt .coming,
.sec06 .flex.flex_rev > .txt .coming {
  margin-right: 0;
}

.sec03 {
  width: 100%;
  max-width: none;
}
.sec03 .flex {
  width: 100%;
  -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;
  gap: 0;
}
.sec03 .flex .pic {
  width: 100%;
  height: 100vh;
  max-width: none;
  position: relative;
}
.sec03 .flex .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec03 .flex .pic .sec03_pin_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
}
.sec03 .flex > .txt {
  width: 800px;
  height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 9;
}
@media (max-width: 880px) {
  .sec03 .flex > .txt {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px 0;
  }
}
.sec03 .flex > .txt .copy {
  width: calc(100% - 288px);
  margin: 0;
}
@media (max-width: 880px) {
  .sec03 .flex > .txt .copy {
    width: 75%;
  }
}
.sec03 .flex > .txt dl {
  margin-right: auto;
  margin-left: auto;
}
.sec03 .flex > .txt .coming {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 880px) {
  .sec03 .flex > .txt .coming {
    margin: 0;
  }
}
.sec03 .flex > .txt dl .dt {
  width: 96.5px;
}

.sec04 .dt {
  width: 114.9px;
}

.sec05 .dt {
  width: 85.8px;
}

.sec06 .dt {
  width: 52.7px;
}

.sec07 {
  padding: 70px 0 80px;
  margin-top: 140px;
  background: #f2f2f3;
}
.sec07 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 880px) {
  .sec07 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 0;
  }
}
.sec07 ul li {
  width: 23.35%;
}
@media (max-width: 880px) {
  .sec07 ul li {
    width: 47.75%;
  }
}
.sec07 ul li .pic {
  margin-bottom: 25px;
}
.sec07 ul li dt p {
  display: inline-block;
  margin-top: 8px;
  font-size: 1rem;
  position: relative;
}
.sec07 ul li dt p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -66px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 0.5px;
  background: #040000;
}
.sec07 ul li dd {
  margin-top: 15px;
  width: 150px;
}
.sec07 ul li:nth-child(1) .dt {
  width: 80.1px;
}
@media (max-width: 880px) {
  .sec07 ul li:nth-child(1) .dt {
    width: 48.9px;
  }
}
.sec07 ul li:nth-child(2) .dt {
  width: 93.8px;
}
@media (max-width: 880px) {
  .sec07 ul li:nth-child(2) .dt {
    width: 57.28px;
  }
}
.sec07 ul li:nth-child(3) .dt {
  width: 144.34px;
}
@media (max-width: 880px) {
  .sec07 ul li:nth-child(3) .dt {
    width: 88.11px;
  }
}
.sec07 ul li:nth-child(4) .dt {
  width: 71.9px;
}
@media (max-width: 880px) {
  .sec07 ul li:nth-child(4) .dt {
    width: 48.9px;
  }
}/*# sourceMappingURL=top.css.map */