@charset "UTF-8";
/* =============================================================================

cts


============================================================================= */
.c-section.is-default {
  color: #172942;
  width: 100%;
}

.custom-img {
  position: relative;
}
.custom-img:before {
  border: 1px solid #ffff00;
  content: "";
  height: calc(100% - 20px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
}

.custom-ttl-en {
  color: #e8eaec;
  font-family: "Lexend", sans-serif;
  font-size: clamp(4rem, 12vw, 15rem);
  font-weight: 100;
  line-height: 0.6849315068;
  mix-blend-mode: multiply;
  white-space: nowrap;
}
.custom-ttl-en.section-en {
  margin-bottom: -0.25em;
}

.custom-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.custom-ttl span {
  border-bottom: 1px solid #172942;
  display: inline-block;
}

.mv-imgbox {
  overflow: hidden;
  position: relative;
}

.mv-img {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mv-img img {
  width: 100%;
}

.mv-headbox {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  position: absolute;
  top: 20px;
}
.mv-headbox span {
  background: #172942;
  position: relative;
}

.mv-head {
  left: -60px;
  position: relative;
  z-index: 2;
}
.mv-head._v {
  opacity: 0;
  visibility: hidden;
}

.mv-txt {
  left: -60px;
  max-width: 335px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.mv-txt._v {
  left: 0px;
  overflow: hidden;
  z-index: 3;
}
.mv-txt._v img {
  display: block;
  left: -60px;
  position: relative;
}

.pheader {
  color: #fff;
  padding: 60px 0;
  position: relative;
}
.pheader:before {
  background: #172942;
  content: "";
  height: calc(100% + 120px);
  left: 50%;
  position: absolute;
  top: -120px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.pheader-ttl > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(10%, #ffff00));
  background: linear-gradient(transparent 90%, #ffff00 10%);
  font-size: 3.6rem;
  font-weight: bold;
  padding-bottom: 0.15em;
}
.pheader-ttl > span > span {
  display: inline-block;
  /*      background: linear-gradient(transparent calc(100% - 10%), #ffff00 10%); */
}

.pheader-txt {
  line-height: 2.5;
  margin-top: 1em;
}

.links-list {
  background: #e8eaec;
  border-bottom: 1px solid #fff;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
}

.links-item {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.links-btn {
  background: #e8eaec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.links-btn:hover {
  background: #172942;
  color: #fff;
}
.links-btn:hover .links-arrow {
  background: #fff;
}
.links-btn:hover .links-arrow:before {
  border-color: #172942;
}
.links-btn:hover .links-num {
  mix-blend-mode: soft-light;
}

.links-txtbox {
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lexend", sans-serif;
  font-size: 12rem;
  line-height: 1;
  max-width: 540px;
  min-height: 1em;
  padding: 0 30px;
  position: relative;
  width: 100%;
}
.links-item:nth-of-type(2n + 1) .links-txtbox {
  margin-left: auto;
}

.links-arrow {
  background: #172942;
  border: 1px solid #172942;
  border-radius: 50%;
  height: 25px;
  margin-left: auto;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 25px;
}
.links-arrow:before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 6px;
  position: absolute;
  right: 50%;
  top: 45%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 6px;
}

.links-num {
  color: #e8eaec;
  font-weight: normal;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.links-txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.links-txt span {
  display: inline-block;
}

.sec_content {
  display: block;
  margin-top: 20px;
  padding: 30px 0 60px;
  position: relative;
}
.sec_content .custom-contents {
  margin-left: auto;
  max-width: 720px;
}
.sec_content:nth-of-type(2n) .custom-contents {
  margin-left: 0;
  margin-right: auto;
}

.custom-txt {
  line-height: 1.75;
}
.custom-txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #ffff00));
  background: linear-gradient(transparent 80%, #ffff00 20%);
}

.about-img {
  margin-right: clamp(-70px, -100vw + 1266px, -24px);
  margin-top: 40px;
}

.about-bg {
  height: 60%;
  left: 0;
  position: absolute;
  top: 120px;
  width: calc(500px + 50vw - 540px);
}
.about-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
  width: 100%;
}

/* =============================================================================


    features


============================================================================= */
.features-bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(400px + 50vw - 540px);
}
.features-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  width: 100%;
}

.features-item {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.features-item + .features-item {
  margin-top: 68px;
}

.features-img {
  width: 30%;
}

.features-item-txtbox {
  width: calc(70% - 30px);
}

.features-item-ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #ffff00));
  background: linear-gradient(transparent 80%, #ffff00 20%);
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 0.25em;
}

.features-item-txt {
  margin-top: 1em;
  text-align: left;
}
.features-item-txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #ffff00));
  background: linear-gradient(transparent 80%, #ffff00 20%);
  font-weight: bold;
}

/* =============================================================================


    .merit


============================================================================= */
.merit-list {
  gap: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.merit-item-num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #172942;
  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: "Lexend", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5em;
  position: relative;
  text-align: center;
}
.merit-item-num span {
  font-size: 4rem;
}
.merit-item-num:before {
  background: #172942;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
}

.merit-item-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}
.merit-item-ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #ffff00));
  background: linear-gradient(transparent 80%, #ffff00 20%);
}

.merit-item-txt {
  margin-top: 1em;
}

.merit-imgs {
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-right: clamp(-120px, -100vw + 1166px, -24px);
  margin-top: 60px;
}

.safety-txt span {
  font-weight: bold;
}

/* =============================================================================


    voice


============================================================================= */
.voice-list {
  position: relative;
  z-index: 1;
}

.voice-item {
  gap: 60px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px;
}
.voice-item + .voice-item {
  margin-top: 48px;
}

.voice-item-img {
  max-width: 120px;
  width: 90%;
}

.voice-item-txtbox {
  width: calc(100% - 260px);
}

.voice-item-txt {
  border-bottom: 1px solid #172942;
  display: inline;
}

.voice-item-name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: auto;
  margin-top: 20px;
  text-align: right;
}

/* =============================================================================


    lineup


============================================================================= */
.lineup-list {
  gap: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 40px;
}

.lineup-item-num {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}

.lineup-item-ttl {
  margin-top: 1em;
}

.lineup-btn-txt {
  margin-top: 60px;
}

.lineup-btn,
.safety-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #172942;
  border: 1px solid #172942;
  border-radius: 10px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 320px;
}
.lineup-btn:hover,
.safety-btn:hover {
  background: #fff;
  color: #172942;
}

/* =============================================================================


    use


============================================================================= */
.use-txt {
  font-size: 2.2rem;
  margin-top: 1.5em;
}

.use-list {
  margin-top: 32px;
}

.use-item {
  gap: 30px;
  border-bottom: 1px dotted #172942;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5em;
}

.use-item-label {
  background: #172942;
  color: #fff;
  display: inline-block;
  min-width: 12em;
  padding: 0 12px;
  position: relative;
}
.use-item-label:before {
  background: inherit;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  content: "";
  height: 100%;
  left: calc(100% - 1px);
  position: absolute;
  top: 0;
  width: 10px;
}

.use-item-txt {
  width: calc(100% - 30px - 10em);
}

.use-imgbox {
  max-width: 540px;
  position: relative;
}

.use-img-txt {
  -ms-writing-mode: tb-rl;
  color: #fff;
  display: inline-block;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  height: 100%;
  left: calc(100% - 1em);
  position: absolute;
  top: -1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.use-img-txt span {
  background: #172942;
  padding: 0.5em 0 1em;
}

/* =============================================================================


    reserve


============================================================================= */
.reserve {
  position: relative;
}
.reserve:before {
  background: transparent url(../images/custom/reserve-bg.jpg) no-repeat top center/cover;
  content: "";
  height: calc(100% + 240px);
  left: 50%;
  position: absolute;
  top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.reserve-txtbox {
  background: #fff;
  margin: auto;
  max-width: 828px;
  padding: 0 30px 30px;
}

.reserve-ttl {
  text-align: center;
}

.reserve-txt {
  margin-top: 1.5em;
  text-align: center;
}

.type-list {
  gap: 30px;
  gap: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 330px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 120px auto;
}

.type-item {
  background: #172942;
  border-radius: 20px;
  padding: 28px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}

.type-item-head {
  aspect-ratio: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  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: "Lexend", sans-serif;
  font-size: 1.4rem;
  margin: -5em auto 0;
  padding: 10px;
  text-align: center;
  width: 6em;
}
.type-item-head span {
  display: block;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
}

.type-item-ttl {
  color: #fff;
  font-size: 2rem;
  margin-top: 20px;
  text-align: center;
}

.type-item-txt {
  color: #fff;
  margin-top: 20px;
  text-align: left;
}

.type-btnbox {
  bottom: -30px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.type-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffff00;
  border: 1px solid #ffff00;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lexend", sans-serif;
  font-size: 2rem;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 200px;
}
.type-btn:hover {
  background: #172942;
  color: #ffff00;
}

/* =============================================================================


    contact


============================================================================= */
.contact-contents {
  background: #fff;
  border-radius: 20px;
  max-width: 1000px;
  padding: 50px 0;
}

.contact-ttl {
  line-height: 1;
  margin-top: calc(-0.5em - 50px);
  text-align: center;
}
.contact-ttl span {
  display: inline-block;
  margin-top: -0.5em;
}

.contact-txt {
  font-size: 1.8rem;
  margin: auto;
  max-width: 600px;
  text-align: center;
}

.contact-btns {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 380px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}

.contact-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 2px solid #172942;
  border-radius: 10px;
  color: #172942;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact-btn:hover {
  background: #172942;
  color: #fff;
}

.contact-btnbox {
  margin: 32px auto 0;
}

.other-btn {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #172942;
  border: 2px solid #172942;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 400px;
}
.other-btn img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 30px;
}
.other-btn:hover {
  background: #fff;
  color: #172942;
}
.other-btn:hover img {
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 1128px){
  .custom-ttl {
    font-size: 2.4rem;
  }
  .mv-headbox {
    font-size: 2rem;
    top: -20px;
  }
  .mv-head {
    left: -24px;
  }
  .mv-txt {
    left: -24px;
    max-width: 300px;
  }
  .mv-txt._v img {
    left: -24px;
  }
  .pheader-ttl > span {
    font-size: 3rem;
  }
}
@media (max-width: 767px){
  .custom-ttl {
    font-size: 1.8rem;
  }
  .mv-imgbox {
    overflow: auto;
  }
  .mv-headbox {
    /*     margin-top: -10px; */
    font-size: 1.6rem;
    position: relative;
    top: ｰ20px;
  }
  .mv-head {
    left: -12px;
  }
  .mv-head._v {
    display: none;
  }
  .mv-txt {
    left: -16px;
    max-width: 200px;
  }
  .mv-txt._v {
    display: none;
  }
  .pheader {
    margin-top: 28px;
    padding-top: 40px;
  }
  .pheader:before {
    height: calc(100% + 0px);
    top: 0;
  }
  .pheader-ttl > span {
    font-size: 2.2rem;
  }
  .links-txtbox {
    -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: 16px 12px;
  }
  .links-arrow {
    margin: auto auto 0;
  }
  .links-txt {
    font-size: 1.4rem;
  }
  .sec_content {
    padding: 15px 0 30px;
  }
  .about-img {
    margin: 32px auto 0;
  }
  .about-bg {
    display: none;
  }
  .features-bg {
    display: none;
  }
  .features-item {
    -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;
  }
  .features-item + .features-item {
    margin-top: 32px;
  }
  .features-img {
    min-width: 280px;
  }
  .features-item-txtbox {
    text-align: center;
    width: 100%;
  }
  .features-item-ttl {
    font-size: 1.6rem;
    text-align: center;
  }
  .merit-list {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .merit-item-ttl {
    font-size: 1.8rem;
  }
  .merit-imgs {
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .voice-list {
    margin-top: 40px;
    padding: 20px 0;
  }
  .voice-list:before {
    background-color: hsl(213, 0%, 100%);
    background-image: radial-gradient(at 16% 15%, hsl(215, 16%, 37%) 0px, transparent 50%), radial-gradient(at 17% 80%, hsl(140, 31%, 86%) 0px, transparent 50%), radial-gradient(at 76% 53%, hsl(201, 83%, 92%) 0px, transparent 50%);
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100vw;
    z-index: -1;
  }
  .voice-item {
    gap: 28px;
    -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;
  }
  .voice-item-img {
    margin: auto;
  }
  .voice-item-txtbox {
    width: 100%;
  }
  .lineup-list {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .lineup-item-num {
    font-size: 1.6rem;
  }
  .lineup-item-ttl {
    font-size: 1.3rem;
  }
  .lineup-btn-txt {
    margin-top: 40px;
  }
  .lineup-btn,
  .safety-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    max-width: 280px;
  }
  .use-txt {
    font-size: 1.6rem;
  }
  .use-item {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .use-item-label {
    max-width: 12em;
  }
  .use-item-txt {
    width: 100%;
  }
  .use-img-txt {
    -ms-writing-mode: horizontal-tb;
    display: inline;
    left: 0;
    position: relative;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .use-img-txt span {
    padding: 0 0.5em;
  }
  .reserve:before {
    background-color: hsl(213, 0%, 100%);
    background-image: radial-gradient(at 16% 15%, hsl(215, 16%, 37%) 0px, transparent 50%), radial-gradient(at 17% 80%, hsl(140, 31%, 86%) 0px, transparent 50%), radial-gradient(at 76% 53%, hsl(201, 83%, 92%) 0px, transparent 50%);
  }
  .type-list {
    gap: 100px;
    grid-template-columns: repeat(1, 1fr);
    margin: 80px auto;
  }
  .type-item-head {
    font-size: 1.2rem;
  }
  .type-item-head span {
    font-size: 3rem;
  }
  .type-item-ttl {
    font-size: 1.6rem;
  }
  .type-btnbox {
    bottom: -24px;
  }
  .type-btn {
    font-size: 1.6rem;
    height: 48px;
    width: 160px;
  }
  .contact-contents {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-txt {
    font-size: 1.4rem;
  }
  .contact-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 260px;
  }
  .contact-btn {
    font-size: 1.5rem;
    height: 60px;
  }
  .other-btn {
    font-size: 1.5rem;
    height: 60px;
    max-width: 280px;
  }
  .other-btn img {
    width: 15px;
  }
}

/*# sourceMappingURL=custom.css.map*/
