@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifJP-Black.woff") format("woff");
  font-display: swap;
}
body {
  font-size: 16px;
  font-weight: 500;
  font-family: "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1050px) {
  body {
    font-size: 1.5188556567vw;
    letter-spacing: 0.0474642393vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1333333333vw;
  }
}

.sec__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .sec__inner {
    width: 94.9284785436vw;
  }
}
@media screen and (max-width: 768px) {
  .sec__inner {
    width: calc(100% - 10.6666666667vw);
  }
}

img {
  height: auto;
  display: block;
}

.mincho {
  font-family: "NotoSerifJP", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ 明朝", serif;
}

.en {
  font-family: "sigmund-pro", sans-serif;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

header {
  position: absolute;
  top: -76px;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: 1.2s 0.7s ease;
}
@media screen and (max-width: 1050px) {
  header {
    top: -7.2145643693vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
  }
}
header::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  background: #fff;
  transition: 1s 0.5s ease;
  transform-origin: center bottom;
  visibility: visible;
  z-index: 20000;
}
@media screen and (max-width: 768px) {
  header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
    background: #fff;
    z-index: 10000;
    transition: 0.7s ease;
    opacity: 1;
    visibility: visible;
  }
}
header.is-active {
  top: 0;
}
header.is-active::before {
  scale: 1 0;
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  header:not(:has(~ #top)) {
    top: 0;
    transition: unset;
  }
}
header:not(:has(~ #top))::before {
  display: none;
}
@media screen and (max-width: 768px) {
  header.is-hidden {
    top: -18.6666666667vw;
    transition: 0.5s 0s ease;
  }
}
@media screen and (max-width: 768px) {
  header.is-active-re {
    top: 0;
    transition: 0.5s 0s ease;
  }
}
header:has(#header__gnav-btn:checked) {
  top: 0;
}

.header__inner {
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .header__inner {
    padding: 2.8478543563vw 0;
    width: 94.9284785436vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 4.4vw 5.3333333333vw;
    margin: 0;
    width: 100%;
  }
}

.header__logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 53.3333333333vw;
    display: block;
  }
}
.header__logo:not(:has(#top)) {
  display: block;
  width: 200px;
}
@media screen and (max-width: 1050px) {
  .header__logo:not(:has(#top)) {
    width: 18.9856957087vw;
  }
}
@media screen and (max-width: 768px) {
  .header__logo:not(:has(#top)) {
    width: 42.6666666667vw;
    display: flex;
    z-index: 99999;
  }
}
.header__logo a {
  transition: 0.6s ease;
}
.header__logo a:hover {
  opacity: 0.4;
}
.header__logo a svg {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .header__gnav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 82%;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    transition: 0.7s ease;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav .header__gnav-inner {
    position: relative;
    z-index: 9999;
    padding: 26.6666666667vw 0 0;
    height: 100%;
  }
}
.header__gnav .header__gnav-inner > ul {
  display: flex;
  gap: 0 40px;
  justify-content: flex-end;
}
@media screen and (max-width: 1050px) {
  .header__gnav .header__gnav-inner > ul {
    gap: 0 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav .header__gnav-inner > ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8.5333333333vw 0;
    height: 100%;
    position: relative;
    z-index: 9999;
    padding: 10.6666666667vw 0 0 8.5333333333vw;
    border-top: 0.2666666667vw solid rgba(0, 0, 0, 0.05);
    margin: 10.6666666667vw 0 0;
  }
}
.header__gnav .header__gnav-inner > ul > li > a {
  font-size: 14px;
  transition: 0.4s ease;
}
@media screen and (max-width: 1050px) {
  .header__gnav .header__gnav-inner > ul > li > a {
    font-size: 1.3289986996vw;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav .header__gnav-inner > ul > li > a {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .header__gnav .header__gnav-inner > ul > li > a:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav .header__gnav-bg {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.6);
    transition: 0.7s ease;
    z-index: 9000;
  }
}

.header__gnav-logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__gnav-logo {
    display: block;
    position: relative;
    z-index: 9999;
    width: 64vw;
    padding: 0 0 0 8.5333333333vw;
    margin: 0 0 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav-logo svg {
    width: 100%;
  }
}

.header__gnav-copy p {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__gnav-copy p {
    display: block;
    font-size: 4.2666666667vw;
    font-weight: 600;
    line-height: 6.4vw;
    color: rgba(0, 0, 0, 0.3);
    padding: 0 0 0 8.5333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .header__gnav-btn {
    z-index: 10001;
    width: 5.3333333333vw;
    height: 3.6vw;
    position: absolute;
    top: 5.0666666667vw;
    right: 5.3333333333vw;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav-btn span {
    height: 0.4vw;
    background: #000;
    border-radius: 0.5333333333vw;
    display: block;
    transform-origin: center;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav-btn span:nth-of-type(1), .header__gnav-btn span:nth-of-type(2), .header__gnav-btn span:nth-of-type(3) {
    scale: 1;
    transition: 0.6s 0.6s cubic-bezier(0.02, 0.8, 0.47, 1);
  }
}
@media screen and (max-width: 768px) {
  .header__gnav-btn span:nth-of-type(4), .header__gnav-btn span:nth-of-type(5) {
    position: absolute;
    inset: 0;
    margin: auto;
    scale: 0 1;
    rotate: 45deg;
    transition: 0.6s cubic-bezier(1, -0.01, 0.98, 0.83);
  }
}
@media screen and (max-width: 768px) {
  .header__gnav-btn span:nth-of-type(5) {
    rotate: -45deg;
  }
}

#header__gnav-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  #header__gnav-btn:checked ~ .header__gnav {
    right: 0;
  }
}
#header__gnav-btn:checked ~ .header__gnav .header__gnav-bg {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  #header__gnav-btn:checked ~ .header__gnav-btn span:nth-of-type(1), #header__gnav-btn:checked ~ .header__gnav-btn span:nth-of-type(2), #header__gnav-btn:checked ~ .header__gnav-btn span:nth-of-type(3) {
    scale: 0 1;
    transition: 0.6s cubic-bezier(1, -0.01, 0.98, 0.83);
  }
}
@media screen and (max-width: 768px) {
  #header__gnav-btn:checked ~ .header__gnav-btn span:nth-of-type(4), #header__gnav-btn:checked ~ .header__gnav-btn span:nth-of-type(5) {
    scale: 1;
    transition: 0.6s 0.6s cubic-bezier(0.02, 0.8, 0.47, 1);
  }
}

.header__contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: 1.2s 0s ease;
}
@media screen and (max-width: 1050px) {
  .header__contact {
    right: 1.8985695709vw;
    bottom: 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .header__contact {
    right: 0;
    left: 0;
    bottom: 2.6666666667vw;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header__contact a {
  width: 275px;
  height: 58px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 58px;
  padding: 0 0 0 21px;
  border: 2px solid #000;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.13));
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .header__contact a {
    width: 26.1053315995vw;
    height: 5.5058517555vw;
    border-radius: 5.5058517555vw;
    padding: 0 0 0 1.9934980494vw;
    border-width: 0.1898569571vw;
  }
}
@media screen and (max-width: 768px) {
  .header__contact a {
    width: 73.3333333333vw;
    height: 15.4666666667vw;
    border-radius: 15.4666666667vw;
    padding: 0 0 0 1.8666666667vw;
    border-width: sve(2);
  }
}
.header__contact a:hover::before {
  content: "";
  left: 0;
  transition: 0.7s cubic-bezier(0.05, 0.64, 0.42, 1);
}
.header__contact a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 5;
  transition: 0.7s cubic-bezier(0.49, 0, 0.88, 0.68);
  mix-blend-mode: difference;
  border-radius: 58px;
}
@media screen and (max-width: 1050px) {
  .header__contact a::before {
    border-radius: 5.5058517555vw;
  }
}
@media screen and (max-width: 768px) {
  .header__contact a::before {
    display: none;
  }
}
.header__contact a::after {
  content: "";
  width: 5.93px;
  height: 10.38px;
  background: url(../images/common/icon_arrow_right_white_01.svg) center/cover no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .header__contact a::after {
    width: 0.5629258778vw;
    height: 0.9853576073vw;
    right: 1.1391417425vw;
  }
}
@media screen and (max-width: 768px) {
  .header__contact a::after {
    width: 1.5813333333vw;
    height: 2.768vw;
    right: 3.2vw;
  }
}
.header__contact a span {
  font-size: 14px;
}
@media screen and (max-width: 1050px) {
  .header__contact a span {
    font-size: 1.3289986996vw;
  }
}
@media screen and (max-width: 768px) {
  .header__contact a span {
    font-size: 3.7333333333vw;
  }
}
.header__contact.is-active {
  opacity: 1;
  visibility: visible;
  transition: 1.2s 2.5s ease;
}
.header__contact.is-active:not(:has(~ #top)) {
  transition: 1.2s 0s ease;
}
.header__contact.is-active.is-active-re {
  opacity: 1;
  visibility: visible;
  transition: 0.7s 0s ease;
}
.header__contact.hidden.is-active-re, .header__contact.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: 0.7s 0s ease;
}

.header__contact-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .header__contact-logo {
    width: 4.5565669701vw;
    height: 4.5565669701vw;
    left: 0.4746423927vw;
  }
}
@media screen and (max-width: 768px) {
  .header__contact-logo {
    width: 12.8vw;
    height: 12.8vw;
    left: 1.3333333333vw;
  }
}
.header__contact-logo svg {
  width: 40px;
}
@media screen and (max-width: 1050px) {
  .header__contact-logo svg {
    width: 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .header__contact-logo svg {
    width: 10.6666666667vw;
  }
}

.header__contact-text {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
@media screen and (max-width: 1050px) {
  .header__contact-text {
    font-size: 1.5188556567vw;
    gap: 0.5695708713vw 0;
  }
}
@media screen and (max-width: 768px) {
  .header__contact-text {
    font-size: 4.2666666667vw;
    gap: 1.6vw 0;
  }
}
.header__contact-text span {
  font-size: 14px;
}
@media screen and (max-width: 1050px) {
  .header__contact-text span {
    font-size: 1.3289986996vw;
  }
}
@media screen and (max-width: 768px) {
  .header__contact-text span {
    font-size: 3.7333333333vw;
  }
}

footer {
  color: #fff;
  position: relative;
}
footer::after {
  content: "";
  width: 1px;
  height: 74px;
  background: #000;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  footer::after {
    width: 0.0949284785vw;
    height: 7.0247074122vw;
    top: -3.4174252276vw;
  }
}
@media screen and (max-width: 768px) {
  footer::after {
    width: 0.2666666667vw;
    height: 19.7333333333vw;
    top: -9.6vw;
  }
}

.footer__upper {
  background: url(../images/common/img_footer_01.jpg) center/cover no-repeat;
  padding: 64px 0 55px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .footer__upper {
    padding: 6.0754226268vw 0 5.2210663199vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__upper {
    padding: 17.0666666667vw 0 4.8vw;
  }
}

.footer__pagetop {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  margin: auto;
  width: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1050px) {
  .footer__pagetop {
    right: 7.5942782835vw;
    width: 1.5188556567vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__pagetop {
    right: 5.0666666667vw;
    top: 8vw;
    width: 3.7333333333vw;
    margin: 0;
  }
}
.footer__pagetop img {
  width: 100%;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__contact-title {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px 0;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1050px) {
  .footer__contact-title {
    gap: 0.3797139142vw 0;
    margin: 0 auto 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact-title {
    gap: 1.0666666667vw 0;
    margin: 0 auto 14.9333333333vw;
  }
}
.footer__contact-title .en {
  font-size: 40px;
}
@media screen and (max-width: 1050px) {
  .footer__contact-title .en {
    font-size: 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact-title .en {
    font-size: 8vw;
  }
}
.footer__contact-title .ja {
  font-size: 14px;
}
@media screen and (max-width: 1050px) {
  .footer__contact-title .ja {
    font-size: 1.3289986996vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact-title .ja {
    font-size: 3.7333333333vw;
  }
}
.footer__contact-title + p {
  font-size: 18px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1050px) {
  .footer__contact-title + p {
    font-size: 1.7087126138vw;
    margin: 0 auto 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact-title + p {
    font-size: 3.7333333333vw;
    margin: 0 auto 6.4vw;
  }
}

.footer__contact-link {
  color: #000;
  display: flex;
  gap: 6px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 275px;
  height: 58px;
  border-radius: 58px;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
}
@media screen and (max-width: 1050px) {
  .footer__contact-link {
    gap: 0.5695708713vw 0;
    width: 26.1053315995vw;
    height: 5.5058517555vw;
    border-radius: 5.5058517555vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact-link {
    gap: 1.6vw 0;
    width: 73.3333333333vw;
    height: 15.4666666667vw;
    border-radius: 15.4666666667vw;
  }
}
.footer__contact-link:hover::before {
  left: 0;
  transition: 0.7s cubic-bezier(0.05, 0.64, 0.42, 1);
}
.footer__contact-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: #fff;
  border-radius: 58px;
  mix-blend-mode: difference;
  transition: 0.7s cubic-bezier(0.49, 0, 0.88, 0.68);
  z-index: 5;
}
@media screen and (max-width: 1050px) {
  .footer__contact-link::before {
    border-radius: 5.5058517555vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact-link::before {
    display: none;
  }
}
.footer__contact-link::after {
  content: "";
  width: 5.93px;
  height: 10.38px;
  position: absolute;
  background: url(../images/common/icon_arrow_right_black_01.svg) center/contain no-repeat;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1050px) {
  .footer__contact-link::after {
    width: 0.5629258778vw;
    height: 0.9853576073vw;
    right: 2.8478543563vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact-link::after {
    width: 1.5813333333vw;
    height: 2.768vw;
    right: 8vw;
  }
}
.footer__contact-link span:not(.ja) {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .footer__contact-link span:not(.ja) {
    font-size: 1.3289986996vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact-link span:not(.ja) {
    font-size: 3.7333333333vw;
  }
}
.footer__contact-link .ja {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .footer__contact-link .ja {
    font-size: 1.5188556567vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact-link .ja {
    font-size: 4.2666666667vw;
  }
}

.footer__lower {
  background: #151515;
  padding: 40px 0 30px;
}
@media screen and (max-width: 1050px) {
  .footer__lower {
    padding: 3.7971391417vw 0 2.8478543563vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__lower {
    padding: 10.6666666667vw 0 8vw;
  }
}
.footer__lower > .sec__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__lower > .sec__inner {
    flex-direction: column;
    align-items: center;
    gap: 12.8vw 0;
  }
}
.footer__lower a {
  transition: 0.4s ease;
}
@media screen and (min-width: 769px) {
  .footer__lower a:hover {
    opacity: 0.6;
  }
}

.footer__lower-left > a svg {
  width: 272px;
  fill: #fff;
}
@media screen and (max-width: 1050px) {
  .footer__lower-left > a svg {
    width: 25.8205461638vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__lower-left > a svg {
    width: 55.2vw;
  }
}

.footer__lower-pp {
  font-size: 14px;
  margin: 73px 0 16px;
  display: block;
}
@media screen and (max-width: 1050px) {
  .footer__lower-pp {
    font-size: 1.3289986996vw;
    margin: 6.9297789337vw 0 1.5188556567vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__lower-pp {
    font-size: 3.7333333333vw;
    text-align: center;
    margin: 12.8vw 0 6.4vw;
  }
}

small {
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 1050px) {
  small {
    font-size: 0.9492847854vw;
  }
}
@media screen and (max-width: 768px) {
  small {
    font-size: 2.6666666667vw;
    text-align: center;
  }
}

.footer__lower-right {
  width: 500px;
}
@media screen and (max-width: 1050px) {
  .footer__lower-right {
    width: 47.4642392718vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__lower-right {
    width: 100%;
  }
}
.footer__lower-right > ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 1050px) {
  .footer__lower-right > ul {
    gap: 0.9492847854vw 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__lower-right > ul {
    gap: 3.7333333333vw 0;
  }
}
.footer__lower-right > ul > li > a {
  display: flex;
  gap: 0 24px;
  align-items: center;
  padding: 0 0 10px;
  border-bottom: 1px solid #525252;
}
@media screen and (max-width: 1050px) {
  .footer__lower-right > ul > li > a {
    gap: 0 2.278283485vw;
    padding: 0 0 0.9492847854vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__lower-right > ul > li > a {
    flex-direction: column;
    gap: 2.1333333333vw 0;
    padding: 0 0 3.7333333333vw;
  }
}
.footer__lower-right > ul > li > a span {
  font-size: 14px;
}
@media screen and (max-width: 1050px) {
  .footer__lower-right > ul > li > a span {
    font-size: 1.3289986996vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__lower-right > ul > li > a span {
    font-size: 3.7333333333vw;
  }
}

.title__basic {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 24px;
  margin: 0 0 30px;
}
@media screen and (max-width: 1050px) {
  .title__basic {
    gap: 0.7594278283vw 2.278283485vw;
    margin: 0 0 2.8478543563vw;
  }
}
@media screen and (max-width: 768px) {
  .title__basic {
    gap: 2.1333333333vw 0;
    margin: 0 0 6.4vw;
  }
}
.title__basic .en {
  font-size: 40px;
}
@media screen and (max-width: 1050px) {
  .title__basic .en {
    font-size: 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .title__basic .en {
    font-size: 8vw;
  }
}
.title__basic .ja {
  font-size: 18px;
}
@media screen and (max-width: 1050px) {
  .title__basic .ja {
    font-size: 1.7087126138vw;
  }
}
@media screen and (max-width: 768px) {
  .title__basic .ja {
    font-size: 3.7333333333vw;
  }
}

.btn__basic {
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  color: #000;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 28px;
  border-radius: 44px;
  margin: 0 auto;
  min-width: 220px;
  min-height: 44px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  position: relative;
  transition: 0.7s ease;
}
@media screen and (max-width: 1050px) {
  .btn__basic {
    font-size: 1.3289986996vw;
    padding: 0 2.6579973992vw;
    border-radius: 4.1768530559vw;
    min-width: 20.8842652796vw;
    min-height: 4.1768530559vw;
  }
}
@media screen and (max-width: 768px) {
  .btn__basic {
    font-size: 3.7333333333vw;
    padding: 0 7.4666666667vw;
    border-radius: 11.7333333333vw;
    min-width: 58.6666666667vw;
    min-height: 11.7333333333vw;
    background: url(../images/common/bg_btn_basic_01.jpg) center/cover no-repeat, #fff;
  }
}
@media screen and (min-width: 769px) {
  .btn__basic:hover {
    letter-spacing: 2px;
    background: url(../images/common/bg_btn_basic_01.jpg) center/cover no-repeat, #fff;
  }
}
.btn__basic::after {
  content: "";
  width: 5.71px;
  height: 10px;
  background: url(../images/common/icon_arrow_right_black_01.svg) center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .btn__basic::after {
    width: 0.5420416125vw;
    height: 0.9492847854vw;
    right: 1.1391417425vw;
  }
}
@media screen and (max-width: 768px) {
  .btn__basic::after {
    width: 1.5226666667vw;
    height: 2.6666666667vw;
    right: 3.2vw;
  }
}
/*# sourceMappingURL=common.css.map */