@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

@media screen and (min-width: 768px) {
  .os {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media not all and (min-width: 768px) {
  .pc {
    display: none;
  }
}

.header {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  place-items: center;
  padding: 0 5vw;
}
.header:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.header-info {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.header-info a {
  font-size: clamp(13px, 2.5vw, 16px);
  line-height: 1.3;
  color: #fff;
  padding: 15px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  text-decoration: none;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .header-info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-info a span {
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 15px;
  margin: 5px 0 0 0;
  background: #000;
  border-radius: calc(infinity * 1px);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (min-width: 768px) {
  .header-info a span {
    margin: 0 0 0 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header-info a:hover span {
    background: #e2c255;
  }
}
.header-inner {
  width: min(100%, 1000px);
  position: relative;
  z-index: calc(infinity);
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-catch {
  padding: 0;
}
@media not all and (min-width: 768px) {
  .header-catch {
    -webkit-margin-before: -5vw;
            margin-block-start: -5vw;
  }
}
.header-catch-sub {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 700;
  color: #e2c255;
  margin-inline: auto;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header-catch-sub {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header-catch-logo {
  width: min(540px, 90%);
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .header-catch-logo {
    top: -65%;
    position: absolute;
    left: 50%;
    translate: -50% 0;
  }
}
.header-catch-title {
  font-size: clamp(22px, 5vw, 50px);
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-block: 10px 20px;
  letter-spacing: 1px;
}
.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media not all and (min-width: 768px) {
  .header-btn {
    -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;
  }
}
.header-btn :where(a) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .header-btn :where(a) {
    margin-inline: 10px;
  }
}
.header-btn .primary {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: min(320px, 100%);
  color: #fff;
  position: relative;
  font-weight: 600;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: calc(infinity * 1px);
  display: block;
  padding: 15px;
  text-align: center;
  background-color: #e2c255;
  text-decoration: none;
}
.header-btn .primary:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
@media (hover: hover) and (pointer: fine) {
  .header-btn .primary:hover {
    color: #e2c255;
    background-color: #fff;
  }
  .header-btn .primary:hover:after {
    border-color: #e2c255;
  }
}
.header-btn .second {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: min(320px, 100%);
  color: #fff;
  position: relative;
  border: 1px solid #fff;
  font-weight: 600;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: calc(infinity * 1px);
  display: block;
  padding: 15px;
  text-align: center;
  text-decoration: none;
}
.header-btn .second:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
@media (hover: hover) and (pointer: fine) {
  .header-btn .second:hover {
    color: #e2c255;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header-btn .second:hover:after {
    border-color: #e2c255;
  }
}
.header .video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.main {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 5vw;
}
.main > section {
  padding-block: 120px;
}
@media screen and (min-width: 768px) {
  .main > section {
    padding-block: 180px;
  }
}
.main-heading {
  font-size: clamp(35px, 5vw, 50px);
  font-weight: 900;
  line-height: 1.4;
  color: #e2c255;
  text-align: center;
}
.main-heading:after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #e2c255;
  margin: 30px auto 40px;
  display: block;
}
@media screen and (min-width: 768px) {
  .main-heading:after {
    width: 100px;
    margin: 30px auto 50px;
  }
}
.main-welcome {
  background-color: #000;
  -webkit-box-shadow: 0 0 0 100vmax;
          box-shadow: 0 0 0 100vmax;
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax);
}
.main-welcome-title {
  font-size: clamp(23px, 2.5vw, 32px);
  line-height: 1.4;
  color: #e2c255;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
  text-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .main-welcome-title {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
.main-welcome-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media not all and (min-width: 768px) {
  .main-welcome-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.main-welcome-blocks .welcome-illust {
  width: 280px;
}
@media not all and (min-width: 768px) {
  .main-welcome-blocks .welcome-illust {
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .main-welcome-blocks .welcome-caption {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 60px;
  }
}
.main-welcome-blocks .welcome-caption p {
  color: #fff;
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 1.8;
}
.main-welcome-blocks .welcome-caption p + p {
  margin-top: 20px;
}
.main-point {
  position: relative;
}
.main-point :where(article + article) {
  -webkit-margin-before: 100px;
          margin-block-start: 100px;
}
@media screen and (min-width: 768px) {
  .main-point :where(article + article) {
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
  }
}
@media screen and (min-width: 768px) {
  .main-point .point-blocks {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .main-point .point-blocks--reverse div:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-point .point-blocks--reverse iv:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media not all and (min-width: 768px) {
  .main-point .point-blocks-caption {
    margin-block: 35px;
  }
}
.main-point .point-blocks-caption .point-title {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 900;
  line-height: 1.4;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
@media screen and (min-width: 768px) {
  .main-point .point-blocks-caption .point-title {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
.main-point .point-blocks-caption .point-txt {
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 1.8;
}
.main-point .more {
  position: absolute;
  left: 50%;
  bottom: -65px;
  z-index: 3;
  width: 120px;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .main-point .more {
    width: 200px;
    bottom: -107px;
  }
}
.main-strong {
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 0 0 100vmax #f6f6f6;
          box-shadow: 0 0 0 100vmax #f6f6f6;
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax);
}
.main-strong :where(article + article) {
  -webkit-margin-before: 100px;
          margin-block-start: 100px;
}
@media screen and (min-width: 768px) {
  .main-strong :where(article + article) {
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
  }
}
@media screen and (min-width: 768px) {
  .main-strong .strong-blocks {
    display: grid;
    grid-template-columns: 500px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .main-strong .strong-blocks--reverse div:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-strong .strong-blocks--reverse iv:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media not all and (min-width: 768px) {
  .main-strong .strong-blocks-caption {
    margin-block: 35px;
  }
}
.main-strong .strong-blocks-caption .strong-title {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 900;
  line-height: 1.4;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
@media screen and (min-width: 768px) {
  .main-strong .strong-blocks-caption .strong-title {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
.main-strong .strong-blocks-caption .strong-txt {
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 1.8;
}
.main-voice .voice-card {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  -webkit-padding-after: 40px;
          padding-block-end: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-voice .voice-cardBlock {
  background-color: #efefef;
  padding: 20px;
  position: relative;
  margin: 0 10px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .main-voice .voice-cardBlock {
    padding: 25px;
  }
}
.main-voice .voice-cardBlock dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.main-voice .voice-cardBlock dl dd {
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 600;
}
.main-voice .voice-cardBlock dl dd span {
  font-size: clamp(13px, 2.5vw, 14px);
}
.main-voice .voice-cardBlock p {
  font-size: 15px;
  margin-top: 15px;
  line-height: 1.7;
}
.main-voice .voice-card .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-voice .voice-card .slick-slide {
  height: auto !important;
}
.main-voice .voice-card .slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  color: #efefef;
}
.main-voice .voice-card .slick-dots li.slick-active button:before {
  color: #e2c255;
}

.footer {
  padding: 100px 5vw;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-block: 120px;
  }
}
.footer:before {
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
}
.footer-inner {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
}
.footer-title {
  font-size: clamp(35px, 5vw, 50px);
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.footer-txt {
  font-size: clamp(16px, 2.5vw, 20px);
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: 40px;
}
@media not all and (min-width: 768px) {
  .footer-btn {
    -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;
  }
}
.footer-btn :where(a) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .footer-btn :where(a) {
    margin-inline: 10px;
  }
}
.footer-btn .primary {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: min(320px, 100%);
  color: #fff;
  position: relative;
  font-weight: 600;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: calc(infinity * 1px);
  display: block;
  padding: 15px;
  text-align: center;
  background-color: #e2c255;
  text-decoration: none;
}
.footer-btn .primary:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
@media (hover: hover) and (pointer: fine) {
  .footer-btn .primary:hover {
    color: #e2c255;
    background-color: #fff;
  }
  .footer-btn .primary:hover:after {
    border-color: #e2c255;
  }
}
.footer-btn .second {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: min(320px, 100%);
  color: #fff;
  position: relative;
  border: 1px solid #fff;
  font-weight: 600;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: calc(infinity * 1px);
  display: block;
  padding: 15px;
  text-align: center;
  text-decoration: none;
}
.footer-btn .second:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
@media (hover: hover) and (pointer: fine) {
  .footer-btn .second:hover {
    color: #e2c255;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .footer-btn .second:hover:after {
    border-color: #e2c255;
  }
}
.footer .copy {
  text-align: center;
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
}