*, *::before, *::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

p {
  margin: 1em 0;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 0.94rem;
  }
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}

.swiper-body {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: 1rem;
}
body header {
  width: 100%;
  height: 65%;
  background-color: #aaa;
  position: relative;
  display: flex;
  background-image: url("img/sub_bg.jpg");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  body header {
    height: 100%;
  }
}
body header video {
  width: 100%;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body header div {
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  body header div {
    width: 65%;
  }
}
body header div h1 {
  text-align: right;
  padding-top: 25vh;
  text-shadow: 0 0 11px black;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 2.5rem;
  line-height: 1.2;
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  body header div h1 {
    padding-left: 2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  body header div h1 {
    padding-left: 4rem;
    line-height: 1.3;
    position: absolute;
    width: 80vw;
    bottom: 2rem;
    right: 2rem;
  }
}
body header div h1 span {
  display: inline-block;
}
body header div h1 img {
  width: 80%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  body header div h1 img {
    width: 100%;
  }
}
body header h5 {
  position: absolute;
  z-index: 1;
  margin: 3rem;
  width: 70px;
  text-shadow: 0 0 11px black;
}
body main {
  letter-spacing: 0.08em;
}
body main picture {
  display: block;
}
body main [class^=f_box] {
  display: flex;
}
body main .f_box_c {
  justify-content: space-around;
}
body main .f_box_l {
  justify-content: space-between;
  margin-bottom: 3rem;
}
body main .f_box-s {
  justify-content: flex-start;
}
body main .box_2c > div {
  width: 44%;
}
body main section#about {
  background-color: #1A1C1D;
  color: #fff;
  padding-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  body main section#about {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 600px) {
  body main section#about {
    padding-bottom: 4rem;
  }
}
body main section#about p {
  font-weight: 400;
}
body main section#about h3 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  body main section#about h3 {
    font-size: 1.3rem;
  }
}
body main section#about h3 span {
  display: inline-block;
}
body main section#about .h_v {
  writing-mode: vertical-rl;
  margin-top: 1rem;
  margin-left: 0;
}
body main section#about h3.h_v {
  font-size: 1.5rem;
}
body main section#about > div {
  padding-top: 13rem;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body main section#about > div {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 600px) {
  body main section#about > div picture:last-of-type {
    padding-bottom: 3rem;
  }
}
body main section#about > div > a, body main section#about > div > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  body main section#about > div > a, body main section#about > div > div {
    width: calc(50% - 0.9rem);
  }
}
@media screen and (max-width: 600px) {
  body main section#about > div > a, body main section#about > div > div {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  body main section#about > div:first-child {
    padding-top: 7rem;
  }
}
body main section#about > div.f_box-c {
  justify-content: space-around;
}
body main section#about > div.f_box-c > div {
  width: 40%;
}
body main section#about > div.f_box-l, body main section#about > div.f_box-r {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body main section#about > div.f_box-l, body main section#about > div.f_box-r {
    flex-wrap: wrap;
  }
}
body main section#about .f_box-l {
  flex-direction: row;
}
body main section#about .f_box-l > div {
  padding-right: 13%;
}
@media screen and (max-width: 768px) {
  body main section#about .f_box-l > div {
    padding-right: 1.4rem;
  }
}
body main section#about .f_box-r {
  flex-direction: row-reverse;
}
body main section#about .f_box-r > div {
  padding-left: 13%;
}
body main section#about .box1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  body main section#about .box1 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
body main section#about .box1 a:first-child {
  padding-right: 50px;
}
@media screen and (max-width: 600px) {
  body main section#about .box1 a:first-child {
    width: 80%;
    padding-right: 0;
  }
}
body main section#about .box1 > div {
  padding-right: 10%;
  padding-left: 50px;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  body main section#about .box1 > div {
    padding-right: 1.4rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  body main section#about .box1 > div {
    padding-right: 0;
    margin: 0 1rem;
    width: 100%;
  }
}
body main section#about .box1 > div.plan {
  width: 50%;
  padding-right: 3rem;
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  body main section#about .box1 > div.plan {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main section#about .box1 > div.plan {
    padding: 0;
  }
}
body main section#about .box1 > div.plan dl {
  width: calc(50% - 2.25rem);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body main section#about .box1 > div.plan dl {
    margin-top: -0.5rem;
    width: 50%;
  }
}
body main section#about .box1 > div.plan dt {
  border-bottom: solid 1.5px #fff;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  body main section#about .box1 > div.plan dt {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }
}
body main section#about .box1 > div.plan dd {
  margin: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  body main section#about .box1 > div.plan dd {
    font-size: 0.8rem;
  }
}
body main section#about .box1 > div.plan .f_box-s, body main section#about .box1 > div.plan p {
  margin: 2rem auto 0;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  body main section#about .box1 > div.plan .f_box-s, body main section#about .box1 > div.plan p {
    flex-wrap: wrap;
  }
}
body main section#about .box1 > div.plan h4 {
  font-size: 1.5rem;
  margin-right: 3rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  body main section#about .box1 > div.plan h4 {
    margin-top: 0;
    font-size: 1.1rem;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main section#about .box1 > div.plan h4 {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  body main section#about .box1 > div.plan h4.h_v {
    writing-mode: lr;
  }
}
body main section#about .box1 .roadmap {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  body main section#about .box1 .roadmap {
    width: 100%;
    padding-right: 0;
    margin: 3rem;
  }
}
@media screen and (max-width: 600px) {
  body main section#about .box1 .roadmap {
    margin: 2rem 1rem;
  }
}
body main section#about .box1 .roadmap > div {
  margin-right: calc(50% - 2px);
  margin-top: -3rem;
  width: 50%;
  border-right: solid 2px #fff;
}
body main section#about .box1 .roadmap > div p, body main section#about .box1 .roadmap > div h4 {
  padding-right: 2rem;
  margin: 1rem 0 0;
}
body main section#about .box1 .roadmap > div p span, body main section#about .box1 .roadmap > div h4 span {
  display: inline-block;
}
body main section#about .box1 .roadmap > div h4 {
  font-size: 1.5rem;
}
body main section#about .box1 .roadmap > div > p:first-child {
  padding-bottom: 0.5rem;
  border-bottom: solid 1.5px #fff;
  position: relative;
  font-weight: 600;
}
body main section#about .box1 .roadmap > div > p:first-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 5rem;
  top: 2.5rem;
  right: 0;
  transform: translate(50%, -50%);
}
body main section#about .box1 .roadmap > div:first-child {
  margin-top: 0;
}
body main section#about .box1 .roadmap > div.even {
  margin-left: calc(50% - 2px);
  margin-right: 0;
  border-right: none;
  border-left: solid 2px #fff;
}
body main section#about .box1 .roadmap > div.even p, body main section#about .box1 .roadmap > div.even h4 {
  padding-left: 2rem;
  padding-right: 0;
}
body main section#about .box1 .roadmap > div.even > p:first-child:after {
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}
body main section#about .box2 {
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  body main section#about .box2 {
    justify-content: center;
    flex-wrap: wrap;
  }
}
body main section#about .box2 .f_box_l:last-of-type {
  margin-bottom: 0;
}
body main section#about .box2 > div:first-child {
  width: 21%;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  body main section#about .box2 > div:first-child {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  body main section#about .box2 > div:first-child {
    position: relative;
    width: 55%;
    margin-top: 0;
    max-width: 250px;
  }
}
body main section#about .box2 > div:last-child {
  width: 50%;
}
@media screen and (max-width: 768px) {
  body main section#about .box2 > div:last-child {
    width: 55%;
  }
}
@media screen and (max-width: 600px) {
  body main section#about .box2 > div:last-child {
    width: 90%;
  }
}
body main section#about .box3 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  body main section#about .box3 {
    justify-content: center;
    flex-wrap: wrap;
  }
}
body main section#about .box3 > div:first-child {
  width: 28%;
}
@media screen and (max-width: 600px) {
  body main section#about .box3 > div:first-child {
    width: 60%;
  }
}
body main section#about .box3 > div:first-child a {
  width: 100%;
  display: block;
}
body main section#about .box3 > div:first-child a:last-child {
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  body main section#about .box3 > div:first-child a:last-child {
    margin-left: 3rem;
  }
}
body main section#about .box3 > div:first-child a:first-child {
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  body main section#about .box3 > div:first-child a:first-child {
    margin-left: -3rem;
  }
}
body main section#about .box3 > div:last-child {
  width: 55%;
  padding-right: 13%;
}
@media screen and (max-width: 768px) {
  body main section#about .box3 > div:last-child {
    padding-right: 5%;
  }
}
@media screen and (max-width: 600px) {
  body main section#about .box3 > div:last-child {
    width: 90%;
  }
}
body main section#about .box3 h2 {
  padding-top: 2rem;
}
body main section#about .box3 h2 span {
  display: inline-block;
}
body main section#site {
  background-color: #D6CDC1;
  padding: 3rem;
  position: relative;
}
body main section#site iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
body main section#site > img {
  width: 70%;
  max-width: 230px;
}
body main section#site > div {
  display: flex;
  justify-content: space-between;
  margin: 0 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  body main section#site > div {
    flex-wrap: wrap;
    margin: 0;
    position: relative;
    padding-bottom: 7rem;
  }
}
body main section#site > div > div {
  width: 68%;
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media screen and (max-width: 768px) {
  body main section#site > div > div {
    width: 100%;
    margin: 1.5rem 0 0;
  }
}
body main section#site > div > div h3 {
  max-width: 20rem;
}
body main section#site > div > div:first-child {
  width: 30%;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  body main section#site > div > div:first-child {
    width: 100%;
    max-width: none;
  }
}
body main section#site > div > div:first-child > div > div > img {
  width: 102px;
  height: 102px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
  transition: object-position 0.4s ease-in-out;
  transition: object-position 0.4s ease-in-out, -o-object-position 0.4s ease-in-out;
}
body main section#site > div > div:first-child > div img.nextP:last-of-type {
  -o-object-position: right bottom;
     object-position: right bottom;
}
body main section#site > div > div:first-child > div:first-of-type {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
body main section#site > div > div:first-child > div:first-of-type div:last-of-type {
  width: 100%;
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  body main section#site > div > div:first-child > div:first-of-type div:last-of-type {
    width: calc(100% - 102px);
    padding-left: 2rem;
    margin-top: 0;
  }
}
body main section#site > div > div:first-child > div:first-of-type div:last-of-type p {
  margin: 0;
}
body main section#site > div > div:first-child > div:first-of-type div:last-of-type h4 {
  margin: 0;
  font-size: 1.2rem;
}
body main section#site > div:first-of-type {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: solid 1px #666;
}
@media screen and (max-width: 768px) {
  body main section#site > div:first-of-type {
    padding-bottom: 7rem;
    margin-bottom: 3rem;
  }
}
body main section#site [class*=spn] {
  position: relative;
  text-align: left;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  body main section#site [class*=spn] {
    position: absolute;
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 0;
  }
}
body main section#site .swiper-wrapper {
  padding-bottom: 1rem;
}
body main section#site .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  width: 80%;
  max-width: 500px;
}
body main section#application {
  max-width: 1000px;
  margin: 0 auto;
  padding: 8rem 3rem;
}
@media screen and (max-width: 768px) {
  body main section#application {
    padding: 4rem 3rem;
  }
}
body main section#application h3 {
  min-width: 220px;
  max-width: 250px;
}
body main section#application .swiper-wrapper > div {
  width: 270px;
}
body main section#application > div:first-child {
  align-items: flex-end;
}
@media screen and (max-width: 600px) {
  body main section#application > div:first-child {
    flex-wrap: wrap;
  }
}
body main section#application > div:first-child > p {
  margin-left: 3rem;
}
@media screen and (max-width: 600px) {
  body main section#application > div:first-child > p {
    margin-left: 0;
  }
}
body main section#application .price_box {
  width: 100%;
}
body main section#application a {
  display: block;
  width: 270px;
  background-color: #F2F2F2;
  border-radius: 13px;
  padding: 35px;
  text-decoration: none;
  transition: opacity 0.2s;
  color: #979797;
  border: solid 2px #D9D9D9;
  pointer-events: none;
}
body main section#application a h4 {
  margin-top: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  body main section#application a h4 {
    font-size: 1.2rem;
  }
}
body main section#application a ul {
  padding: 0 0 1rem;
}
body main section#application a li {
  font-size: 0.9rem;
  list-style: none;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
body main section#application a p:first-of-type {
  font-size: 1.75rem;
  font-weight: 600;
  color: #969696;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  body main section#application a p:first-of-type {
    font-size: 1.4rem;
  }
}
body main section#application a p:first-of-type span {
  font-size: 1rem;
}
body main section#application a div {
  background-color: #ABABAB;
  color: #fff;
  text-align: center;
  padding: 0.7rem;
  border-radius: 5px;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  body main section#application a div {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}
body main section#application a:hover {
  opacity: 0.7;
}
body main section#application .swiper-wrapper > div:first-child a {
  background-color: #AB4929;
  color: #fff;
  border: none;
  pointer-events: auto;
}
body main section#application .swiper-wrapper > div:first-child a > p {
  color: #000;
}
body main section#application .swiper-wrapper > div:first-child a li {
  color: #000;
}
body main section#application .swiper-wrapper > div:first-child a > div {
  background-color: #473620;
}
body main section#application .ssb2 {
  position: relative;
}
body main section#application .box2 {
  padding-top: 4rem;
}
body main section#application .box2 .f_box_l {
  flex-wrap: wrap;
}
body main section#application .box2 .f_box_l > div.f_box_l {
  flex-direction: column;
  justify-content: flex-start;
}
body main section#application .box2 .f_box_l > div {
  width: 50%;
  margin: 0;
  align-content: flex-start;
}
@media screen and (max-width: 768px) {
  body main section#application .box2 .f_box_l > div {
    width: 47%;
  }
}
body main section#application .box2 .f_box_l > div dl {
  margin: 0 0 1rem;
}
body main section#application .box2 .f_box_l > div dl dt, body main section#application .box2 .f_box_l > div dl dd {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  body main section#application .box2 .f_box_l > div dl dt, body main section#application .box2 .f_box_l > div dl dd {
    display: block;
  }
}
body main section#application .box2 .f_box_l > div dl dt {
  font-weight: 600;
  font-size: 1.1rem;
  width: 4.5rem;
}
body main section#application .box2 .f_box_l > div dl dd {
  margin: 0;
}
body main section#application .box2 .app {
  background-color: #473620;
  color: #fff;
  text-align: center;
  padding: 0.7rem;
  border-radius: 5px;
  letter-spacing: 0.2rem;
  font-size: 1rem;
  border: none;
  margin: 0 auto;
  pointer-events: auto;
}
body .swiper_nav {
  display: flex;
  justify-content: space-around;
  flex-flow: row-reverse;
  position: relative;
}
@media screen and (max-width: 768px) {
  body .swiper_nav {
    margin-top: 0;
    justify-content: space-between;
    width: 100%;
  }
}
body .swiper_nav .swiper-button-next, body .swiper_nav .swiper-button-prev {
  position: relative;
  color: #505050;
  top: auto;
  padding: 2rem;
  border: solid 1.5px #000;
  margin-right: 3rem;
  margin-left: -10px;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  body .swiper_nav .swiper-button-next, body .swiper_nav .swiper-button-prev {
    margin: 10rem -50px 0;
    position: absolute;
    padding: 0;
    border: none;
  }
}
body .swiper_nav .sbn2, body .swiper_nav .sbp2 {
  display: none;
}
@media screen and (max-width: 768px) {
  body .swiper_nav .sbn2, body .swiper_nav .sbp2 {
    display: block;
    margin: 15rem -50px 0;
  }
}
body .swiper_nav .swiper-button-next:hover, body .swiper_nav .swiper-button-prev:hover {
  opacity: 0.4;
}/*# sourceMappingURL=style.css.map */