html {
  background: #fad711;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  color: #c8171e;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(10px, 0.91vw);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: min(10px, 1.334vw);
  }
}

body, h1, h2, h3, h4, p, figure, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.js-accElement {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.js-animation.slideUp {
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.4s linear, translate 0.4s ease-out;
}
.js-animation.slideUp.is-animated {
  opacity: 1;
  translate: 0 0;
}

.btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.025em;
  font-weight: 900;
  font-family: "Chivo", "Noto Sans JP", sans-serif;
}
.btn01-items {
  display: flex;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn01 {
    border-radius: 4em;
    width: 11.4em;
    height: 4em;
    line-height: 1.667;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .btn01 {
    border-radius: 4em;
    width: 11.4em;
    height: 4em;
    line-height: 1.64;
    font-size: 2.5rem;
  }
}
.btn01::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 769px) {
  .btn01::before {
    border: 0.2em solid;
    left: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .btn01::before {
    border: 0.2em solid;
    left: 1.8em;
  }
}
.btn01.col1 {
  background: #fff;
  color: inherit;
}
a.btn01[href]:hover {
  opacity: 0.5;
}

.btn02 {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 900;
  cursor: pointer;
}
.btn02-items {
  display: flex;
  align-items: center;
}
.btn02-items.center {
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .btn02 {
    border: 3px solid;
    width: 59.6rem;
    height: 10.9rem;
    padding: 0 6.5rem;
    line-height: 1.438;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .btn02 {
    border: 2px solid;
    width: 62rem;
    height: 12.8rem;
    padding: 0 4.6rem;
    line-height: 1.543;
    font-size: 3.5rem;
  }
}
.btn02 svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.btn02 svg.open, .btn02 svg.close {
  right: 4.6rem;
}
@media screen and (min-width: 769px) {
  .btn02 svg.open, .btn02 svg.close {
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .btn02 svg.open, .btn02 svg.close {
    width: 3rem;
    height: 3rem;
  }
}
.btn02 svg.arrow {
  right: 4.6rem;
}
@media screen and (min-width: 769px) {
  .btn02 svg.arrow {
    width: 2.6rem;
    height: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .btn02 svg.arrow {
    width: 3rem;
    height: 3.4rem;
  }
}
.btn02.eng {
  letter-spacing: 0.025em;
  font-family: "Chivo", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .btn02.eng {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .btn02.eng {
    font-size: 4.5rem;
  }
}
.btn02.col1 {
  background: transparent;
  fill: #c8171e;
  color: #c8171e;
}
.btn02.col2 {
  background: #c8171e;
  border-color: #c8171e;
  fill: #fad711;
  color: #fad711;
}
.btn02.col3 {
  background: #c8171e;
  border-color: #c8171e;
  fill: #fff;
  color: #fff;
}
.btn02.js-accSwitch .close {
  opacity: 0;
}
.btn02.js-accSwitch.is-opened .close {
  opacity: 1;
}
.btn02.js-accSwitch.is-opened .open {
  opacity: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
}
@media screen and (max-width: 768px) {
  .header {
    background: #fad711;
  }
}
.header.is-bg {
  background: #fad711;
}
@media screen and (min-width: 769px) {
  .header.is-bg:has(+ .nav:not(.is-opened)) {
    height: 8.5rem;
  }
}
.header_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .header_inner {
    max-width: 140rem;
    padding: 0 0 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    align-items: center;
    max-width: 75rem;
    padding: 0 0 0 3.5rem;
  }
}
.header_heading {
  display: flex;
}
@media screen and (min-width: 769px) {
  .header_heading {
    flex-direction: column;
    column-gap: 2.5rem;
    row-gap: 1.5rem;
    padding: 4.5rem 0 0;
  }
  .header.is-bg:has(+ .nav:not(.is-opened)) .header_heading {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header_heading {
    align-items: center;
    column-gap: 2.5rem;
  }
}
.header_logo {
  display: block;
}
@media screen and (min-width: 769px) {
  .header_logo {
    width: 33.2rem;
  }
  .header.is-bg:has(+ .nav:not(.is-opened)) .header_logo {
    width: 21.8rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 19.9rem;
  }
}
.header_text {
  letter-spacing: 0.025em;
  font-weight: 900;
  font-family: "Chivo", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .header_text {
    line-height: 1;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header_text {
    line-height: 1;
    font-size: 2rem;
  }
}
.header_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #c8171e;
  margin-left: auto;
  letter-spacing: 0.075em;
  font-weight: 900;
  font-family: "Chivo", "Noto Sans JP", sans-serif;
  color: #fad711;
}
@media screen and (min-width: 769px) {
  .header_button {
    width: 17.4rem;
    height: 8.5rem;
    line-height: 1;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .header_button {
    width: 17rem;
    height: 11rem;
    line-height: 1;
    font-size: 2.8rem;
  }
}

.nav {
  position: fixed;
  background: #fad711;
  width: 100%;
  height: 0;
  inset: 0;
  z-index: 450;
  transition: height 0.4s ease-out;
  overflow: hidden;
  overflow-y: auto;
}
.nav.is-opened {
  height: 100%;
}
.nav.is-opened .nav_inner::before {
  opacity: 1;
  transition: opacity 0.05s ease 0.4s;
}
.nav_switch {
  display: block;
  position: relative;
  background-color: #fad711;
  background-image: url(../img/base/nav_open.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .nav_switch {
    width: 8.5rem;
    height: 8.5rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_switch {
    width: 11rem;
    height: 11rem;
  }
}
.nav_switch::before {
  content: "";
  position: absolute;
  border: 1px solid #c8171e;
  inset: 0;
}
.nav_switch.is-opened {
  background-image: url(../img/base/nav_close.svg);
}
.nav_inner {
  position: relative;
  height: 100svh;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .nav_inner {
    max-width: 140rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_inner {
    max-width: 75rem;
  }
}
.nav_inner::before {
  content: "";
  position: fixed;
  background-image: url(../img/base/nav_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .nav_inner::before {
    width: 99.6rem;
    height: 69.5rem;
    left: calc(50% + 9.3rem);
    top: 53.112%;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 768px) {
  .nav_inner::before {
    width: 73.3rem;
    height: 51.149rem;
    right: -27.7rem;
    bottom: 5rem;
  }
}
.nav_list {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
}
@media screen and (min-width: 769px) {
  .nav_list {
    justify-content: center;
    row-gap: 2rem;
    padding: 0 14rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_list {
    row-gap: 3.5rem;
    padding: 13rem 7rem 7rem;
  }
}
.nav_link {
  display: flex;
  color: #c8171e;
}
@media screen and (min-width: 769px) {
  .nav_link {
    align-items: baseline;
    column-gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_link {
    flex-direction: column;
  }
}
.nav_link h2 {
  letter-spacing: 0.025em;
  font-weight: 900;
  font-family: "Chivo", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .nav_link h2 {
    line-height: 1;
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_link h2 {
    line-height: 1;
    font-size: 7.3rem;
  }
}
@media screen and (min-width: 769px) {
  .nav_link p {
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 900;
  }
}
@media screen and (max-width: 768px) {
  .nav_link p {
    line-height: 1;
    font-size: 2.2rem;
    font-weight: 500;
  }
}

.main {
  display: block;
}
@media screen and (min-width: 769px) {
  .main {
    padding-top: 15.9rem;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 11rem;
  }
}

@media screen and (min-width: 769px) {
  .footer {
    padding: 0 0 9.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 0 9rem;
  }
}
.footer_logos {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .footer_logos {
    column-gap: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_logos {
    column-gap: 7rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_logo.wid1 {
    width: 24rem;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo.wid1 {
    width: 28.5rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_logo.wid2 {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo.wid2 {
    width: 23.7rem;
  }
}
.footer_copylight {
  position: relative;
  font-weight: 700;
  font-family: "Chivo", "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer_copylight {
    padding-top: 2rem;
    line-height: 1;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_copylight {
    padding-top: 2.5rem;
    line-height: 1;
    font-size: 1.8rem;
  }
}