@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
.announceSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .announceSect {
    width: 690px;
  }
}

@media screen and (max-width: 768px) {
  .announceSect {
    width: calc(310 / 390 * 100vw);
  }
}

.announceSect__head {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .announceSect__head {
    width: 514px;
  }
}

@media screen and (max-width: 768px) {
  .announceSect__head {
    margin-left: calc(50% - 50vw);
    margin-top: calc(60 / 750 * 100vw);
    width: 100vw;
  }
}

@media print, screen and (min-width: 768px) {
  .announceSect + .conceptSect {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .announceSect + .conceptSect {
    margin-top: calc(72 / 390 * 100vw);
  }
}

.conceptSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .conceptSect {
    width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .conceptSect {
    width: calc(350 / 390 * 100vw);
  }
}

.conceptSect__inner {
  display: block;
}

.conceptSect__head {
  background: -webkit-gradient(linear, left top, right bottom, from(#31565e), to(#04191e));
  background: linear-gradient(to bottom right, #31565e 0%, #04191e 100%);
  margin: 0 auto;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .conceptSect__head {
    padding: 30px 60px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__head {
    padding: calc(20 / 390 * 100vw) calc(55 / 390 * 100vw);
    width: calc(350 / 390 * 100vw);
  }
}

.conceptSect__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right bottom, from(#536e75), to(#36474b));
  background: linear-gradient(to bottom right, #536e75 0%, #36474b 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .conceptSect__cont {
    gap: 8px;
    padding: 24px 0;
  }
}

@media screen and (max-width: 768px) {
  .conceptSect__cont {
    gap: calc(8 / 390 * 100vw);
    padding: calc(16 / 390 * 100vw) 0;
  }
}

.conceptSect__txt {
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .conceptSect__txt {
    font-size: calc(15 / 390 * 100vw);
    font-weight: bold;
  }
}

.conceptSect__icon {
  aspect-ratio: 1/1;
  height: auto;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  width: 20px;
}

.conceptSect:hover .conceptSect__head, .conceptSect:hover .conceptSect__cont {
  opacity: .9;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.conceptSect:hover .conceptSect__icon {
  -webkit-transform: translateX(8%);
          transform: translateX(8%);
}

.copySect {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .copySect {
    width: 690px;
  }
}

@media screen and (max-width: 768px) {
  .copySect {
    width: calc(310 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .copySect__head + .copySect__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .copySect__head + .copySect__cont {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.copySect__cont {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .copySect__cont {
    width: 514px;
  }
}

@media screen and (max-width: 768px) {
  .copySect__cont {
    margin-left: calc(50% - 50vw);
    margin-top: calc(60 / 750 * 100vw);
    width: 100vw;
  }
}

.copySect .headingCombi {
  text-align: center;
}

.copySect .headingCombi .heading--large {
  letter-spacing: .1em;
}

@media print, screen and (min-width: 768px) {
  .copySect .headingCombi .heading--large {
    font-size: 42px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .copySect .headingCombi .heading--large {
    font-size: calc(28 / 390 * 100vw);
  }
}

.copySect .headingCombi .heading--large + .txt {
  letter-spacing: .08em;
}

@media print, screen and (min-width: 768px) {
  .copySect .headingCombi .heading--large + .txt {
    font-size: 16px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .copySect .headingCombi .heading--large + .txt {
    font-size: calc(14 / 390 * 100vw);
    margin-top: calc(32 / 390 * 100vw);
  }
}

.equipmentCard__heading {
  line-height: 1.86667;
}

.equipmentCard__heading:before {
  content: '';
  margin-top: calc((1 - 1.86667) * .5em);
}

.equipmentCard__heading:after {
  margin-bottom: calc((1 - 1.86667) * .5em);
}

.equipmentCard__heading:before, .equipmentCard__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .equipmentCard__heading {
    font-size: 12px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard__heading {
    font-size: calc(22 / 750 * 100vw);
    margin-top: calc(27 / 750 * 100vw);
  }
}

.equipmentCard__ttl {
  line-height: 1.4;
}

.equipmentCard__ttl:before {
  content: '';
  margin-top: calc((1 - 1.4) * .5em);
}

.equipmentCard__ttl:after {
  margin-bottom: calc((1 - 1.4) * .5em);
}

.equipmentCard__ttl:before, .equipmentCard__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .equipmentCard__ttl {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentCard__ttl {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(15 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .equipmentSect__cont .usableList {
    gap: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__cont .usableList {
    gap: 20px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .equipmentSect__cont .usableList__item {
    width: 235px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__cont .usableList__item {
    width: calc(50% - 5px);
  }
}

@media print, screen and (min-width: 768px) {
  .equipmentSect__cont .usableList + .caption {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__cont .usableList + .caption {
    margin-top: calc(56 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .equipmentSect__head + .equipmentSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .equipmentSect__head + .equipmentSect__cont {
    margin-top: calc(56 / 750 * 100vw);
  }
}

.infoSect__head {
  text-align: center;
}

.infoSect__head .usableList {
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .infoSect__head .usableList {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__head .usableList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: calc(80 / 750 * 100vw);
  }
}

.infoSect__ttl {
  letter-spacing: .12em;
  line-height: 1.33333;
}

.infoSect__ttl:before {
  content: '';
  margin-top: calc((1 - 1.33333) * .5em);
}

.infoSect__ttl:after {
  margin-bottom: calc((1 - 1.33333) * .5em);
}

.infoSect__ttl:before, .infoSect__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .infoSect__ttl {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__ttl {
    font-size: calc(56 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .infoSect__ttl .small {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__ttl .small {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .enTtl + .infoSect__ttl {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .enTtl + .infoSect__ttl {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.infoSect__heading {
  letter-spacing: .12em;
  line-height: 1.6;
}

.infoSect__heading:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.infoSect__heading:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.infoSect__heading:before, .infoSect__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .infoSect__heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__heading {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .infoSect__ttl + .infoSect__heading {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__ttl + .infoSect__heading {
    margin-top: calc(40 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .infoSect__head + .infoSect__cont {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__head + .infoSect__cont {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.infoSect__bnr {
  margin: 0 auto;
  max-width: 600px;
}

@media print, screen and (min-width: 768px) {
  .infoSect__bnr:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .infoSect__bnr:not(:first-child) {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.mainVisual {
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.mainVisual__image {
  height: auto;
  width: 100vw;
}

.mainVisual.is-load {
  opacity: 1;
}

.meritSect {
  margin: 0 auto;
}

.meritSect__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #505050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0 auto;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .meritSect__item {
    width: 500px;
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect__item + .meritSect__item {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__item + .meritSect__item {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.meritSect__txt {
  letter-spacing: .04em;
  line-height: 1.59091;
}

@media print, screen and (min-width: 768px) {
  .meritSect__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

.meritSect__txt:before {
  content: '';
  margin-top: calc((1 - 1.59091) * .5em);
}

.meritSect__txt:after {
  margin-bottom: calc((1 - 1.59091) * .5em);
}

.meritSect__txt:before, .meritSect__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .meritSect__txt + .meritSect__ttl {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__txt + .meritSect__ttl {
    margin-top: calc(10 / 390 * 100vw);
  }
}

.meritSect__ttl {
  line-height: 1.59091;
}

@media print, screen and (min-width: 768px) {
  .meritSect__ttl {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__ttl {
    font-size: calc(20 / 390 * 100vw);
  }
}

.meritSect__ttl:before {
  content: '';
  margin-top: calc((1 - 1.59091) * .5em);
}

.meritSect__ttl:after {
  margin-bottom: calc((1 - 1.59091) * .5em);
}

.meritSect__ttl:before, .meritSect__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .meritSect__ttl sup {
    font-size: 12px;
  }
}

.meritSect__ttl .distance {
  letter-spacing: .03em;
}

@media print, screen and (min-width: 768px) {
  .meritSect__ttl .distance {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__ttl .distance {
    font-size: calc(14 / 390 * 100vw);
  }
}

.meritSect__ttl .small {
  color: #999999;
  display: block;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .meritSect__ttl .small {
    font-size: 12px;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__ttl .small {
    font-size: calc(12 / 390 * 100vw);
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .meritSect__ttl + .caption {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__ttl + .caption {
    margin-top: calc(12 / 390 * 100vw);
  }
}

.meritSect .caption {
  font-size: 10px;
  line-height: 1.59091;
}

.meritSect .caption:before {
  content: '';
  margin-top: calc((1 - 1.59091) * .5em);
}

.meritSect .caption:after {
  margin-bottom: calc((1 - 1.59091) * .5em);
}

.meritSect .caption:before, .meritSect .caption:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .meritSect__icon {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .meritSect__icon {
    margin-top: calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .planSect__head + .planSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .planSect__head + .planSect__cont {
    margin-top: calc(56 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .uspArea {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .uspArea {
    padding: calc(80 / 750 * 100vw) 0;
  }
}

.uspArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .uspArea__inner {
    gap: 28px 0;
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .uspArea__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 calc(80 / 750 * 100vw);
  }
}

.uspArea__item {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .uspArea__item {
    padding: 0 27px;
  }
}

@media screen and (max-width: 768px) {
  .uspArea__item {
    padding: 20px 0;
  }
}

.uspArea__item + .uspArea__item:before {
  background: rgba(80, 73, 52, 0.8);
  content: '';
  display: block;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .uspArea__item + .uspArea__item:before {
    height: 64px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .uspArea__item + .uspArea__item:before {
    height: 1px;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .uspArea__item:first-child:after {
    background: rgba(80, 73, 52, 0.8);
    content: '';
    display: block;
    height: 64px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
  }
}

@media print, screen and (min-width: 768px) {
  .uspArea__item:nth-child(3):after {
    background: rgba(80, 73, 52, 0.8);
    content: '';
    display: block;
    height: 64px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
  }
}

@media print, screen and (min-width: 768px) {
  .uspArea__item:last-child:after {
    background: rgba(80, 73, 52, 0.8);
    content: '';
    display: block;
    height: 64px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px;
  }
}

.top-information {
  background: #201412;
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .top-information {
    padding: 80px 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .top-information {
    padding: calc(140 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 768px) {
  .top-copy {
    padding: 140px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .top-copy {
    padding: calc(80 / 390 * 100vw) 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .top-merit {
    margin-top: 100px;
    padding: 64px 0;
  }
}

@media screen and (max-width: 768px) {
  .top-merit {
    margin-top: calc(72 / 390 * 100vw);
    padding: calc(64 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 768px) {
  .top-concept {
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .top-concept {
    padding: calc(72 / 390 * 100vw) 0 0;
  }
}
