@charset "UTF-8";
/*
Theme Name: lifechanges
Author: ADS
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
body {
  background-color: #ffffff;
  color: #333333;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow-wrap: break-word;
  font-size: 1.042vw;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  body {
    font-size: 1.042vw;
  }
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
}
body p {
  line-height: 1.6;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}
body iframe {
  max-width: 100%;
}
body h2,
body h3,
body h4 {
  letter-spacing: 0.1em;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 0 3.4722222222vw;
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 5vw;
  }
}
.container--mini,
.container .contents {
  padding: 0 15vw;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .container--mini,
  .container .contents {
    padding: 0 5vw;
  }
}

.global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 16.6666666667vw;
  height: 100vh;
  background-color: #ecf4f7;
  color: #333333;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding-left: 6.9444444444vw;
  padding-right: 2.7777777778vw;
  padding-top: 3.4722222222vw;
  padding-bottom: 3.4722222222vw;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .global-header {
    width: 100%;
    height: auto;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.global-header__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .global-header__inner {
    display: flex;
    position: fixed;
    top: 18.6666666667vw;
    left: 0;
    width: 100%;
    height: calc(100vh - 18.6666666667vw);
    background-color: #ecf4f7;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 8vw;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .global-header__inner.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.global-header__logo--pc {
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .global-header__logo--pc {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .global-header__logo--pc {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .global-header__logo--pc {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .global-header__logo--sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .global-header__logo--sp {
    display: block;
    width: 53.3333333333vw;
  }
}
.global-header__logo img {
  width: 100%;
}
.global-header__sns {
  display: flex;
  gap: 1.3888888889vw;
  margin-top: calc(50 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .global-header__sns {
    margin-top: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .global-header__sns {
    margin-top: calc(30 / 1440 * 100vw);
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .global-header__sns {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.global-header__sns-link {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 959px) {
  .global-header__sns-link {
    width: 9.6vw;
    height: 9.6vw;
  }
}
.global-header__sns-link:hover {
  opacity: 0.7;
}
.global-header__sns-link svg {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .global-header__sns-link svg {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.global-header__contact {
  margin-top: auto;
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .global-header__contact {
    margin-top: 10.6666666667vw;
    padding-top: 0;
  }
}
.global-header__contact .btn-primary {
  background-color: transparent;
  border: 1px solid #333333;
  color: #333333;
  font-weight: 400;
  padding-left: 1.3888888889vw;
  padding-right: 1.3888888889vw;
}
.global-header__contact .btn-primary:hover {
  background-color: #333333;
  color: #ffffff;
  transform: translateY(-0.1388888889vw);
}
.global-header__contact .btn-primary {
  font-size: 1.042vw;
}
@media screen and (max-width: 959px) {
  .global-header__contact .btn-primary {
    font-size: 4vw;
  }
}
@media (min-width: 1441px) {
  .global-header__contact .btn-primary {
    font-size: 1.042vw;
  }
}

.side-contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.1666666667vw;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1010;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 959px) {
  .side-contact {
    display: none;
  }
}
.side-contact__text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.2em;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .side-contact__text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .side-contact__text {
    font-size: 0.972vw;
  }
}
.side-contact__text {
  margin-top: 6.9444444444vw;
  margin-bottom: 1.3888888889vw;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.side-contact__line {
  width: 1px;
  background-color: #ccc;
  flex-grow: 1;
  margin: 1.3888888889vw 0;
  max-height: calc(100% - 27.7777777778vw);
}
.side-contact__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
  margin-bottom: 2.7777777778vw;
}
.side-contact__link {
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  transition: opacity 0.3s;
}
.side-contact__link:hover {
  opacity: 0.7;
}
.side-contact__link img {
  width: 1.7361111111vw;
  height: 1.7361111111vw;
}
.side-contact__link svg {
  width: 1.7361111111vw;
  height: 1.7361111111vw;
}

.global-nav {
  flex: 1;
}
.global-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.2777777778vw;
}
@media screen and (max-width: 959px) {
  .global-nav__list {
    gap: 0;
  }
}
.global-nav__item {
  position: relative;
}
@media screen and (min-width: 960px) {
  .global-nav__item--has-child:hover .global-nav__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .global-nav__item--has-child:hover > .global-nav__link {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 959px) {
  .global-nav__item--has-child.is-open .global-nav__submenu {
    max-height: 133.3333333333vw;
    opacity: 1;
    visibility: visible;
  }
  .global-nav__item--has-child.is-open .global-nav__arrow {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 960px) {
  .global-nav__item--tel {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .global-nav__item--tel {
    display: block;
    margin-top: calc(20 / 1440 * 100vw);
    font-size: 2.083vw;
    text-align: center;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .global-nav__item--tel {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .global-nav__item--tel {
    font-size: 8vw;
  }
}
@media screen and (max-width: 959px) and (min-width: 1441px) {
  .global-nav__item--tel {
    font-size: 2.083vw;
  }
}
@media screen and (max-width: 959px) {
  .global-nav__item--tel a {
    display: block;
  }
}
.global-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.6944444444vw;
  padding-bottom: 0.6944444444vw;
  color: #333333;
  text-decoration: none;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
}
@media screen and (max-width: 959px) {
  .global-nav__link {
    padding-top: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
}
.global-nav__link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 959px) {
  .global-nav__link:hover {
    background-color: transparent;
  }
}
.global-nav__label-ja {
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .global-nav__label-ja {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .global-nav__label-ja {
    font-size: 0.833vw;
  }
}
.global-nav__label-ja {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.global-nav__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.global-nav__arrow svg {
  width: 1.067vw;
  height: 1.067vw;
}
@media screen and (max-width: 959px) {
  .global-nav__arrow svg {
    width: 4.267vw;
    height: 4.267vw;
  }
}
@media screen and (min-width: 960px) {
  .global-nav__submenu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-0.6944444444vw);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding-top: 0.8333333333vw;
    padding-bottom: 0.8333333333vw;
    z-index: 10;
    margin-left: 0.5555555556vw;
  }
}
@media screen and (max-width: 959px) {
  .global-nav__submenu {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: calc(0 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .global-nav__submenu {
    margin-top: calc(0 / 375 * 100vw);
  }
}
.global-nav__submenu-link {
  display: block;
  padding-top: calc(12 / 1440 * 100vw);
  padding-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .global-nav__submenu-link {
    padding-top: calc(12 / 375 * 100vw);
    padding-bottom: calc(12 / 375 * 100vw);
  }
}
.global-nav__submenu-link {
  padding-left: calc(10 / 1440 * 100vw);
  padding-right: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .global-nav__submenu-link {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}
.global-nav__submenu-link {
  color: #333333;
  text-decoration: none;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .global-nav__submenu-link {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .global-nav__submenu-link {
    font-size: 0.833vw;
  }
}
.global-nav__submenu-link {
  letter-spacing: 0.05em;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 959px) {
  .global-nav__submenu-link {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 960px) {
  .global-nav__submenu-link::before {
    content: "";
    position: absolute;
    left: 0.625vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0.2083333333vw;
    height: 0.2083333333vw;
    background-color: #6685AD;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .global-nav__submenu-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #333333;
    padding-left: 1.6666666667vw;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .global-nav__submenu-link:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 959px) {
  .global-nav__submenu-link::before {
    content: "・";
    position: absolute;
    left: 0vw;
    color: #6685AD;
  }
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none !important;
  }
}
.hamburger {
  position: relative;
  width: 5.5555555556vw;
  height: 4.1666666667vw;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4166666667vw;
}
.hamburger__line {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
.hamburger__line:nth-child(1) {
  top: 0;
}
.hamburger__line:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.hamburger__line:nth-child(3) {
  left: inherit;
  bottom: 0;
}
.hamburger.is-open .hamburger__line:nth-child(1) {
  transform: translateY(2vw) rotate(-45deg);
}
.hamburger.is-open .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-open .hamburger__line:nth-child(3) {
  transform: translateY(-2vw) rotate(45deg);
}

.main-content {
  margin-left: 16.6666666667vw;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .main-content {
    margin-left: 0;
    margin-top: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-content {
    margin-top: calc(70 / 375 * 100vw);
  }
}

.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .main-visual {
    height: 100svh;
  }
}
.main-visual__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visual__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-visual__slide.is-active {
  opacity: 1;
}
.main-visual__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-visual__content {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5.5555555556vw;
  padding-right: 5.5555555556vw;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .main-visual__content {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.main-visual__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .main-visual__content::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.3) 100%);
  }
}
.main-visual__catch {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .main-visual__catch {
    max-width: 100%;
  }
}
.main-visual__title {
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 5.139vw;
}
@media screen and (max-width: 959px) {
  .main-visual__title {
    font-size: 9.6vw;
  }
}
@media (min-width: 1441px) {
  .main-visual__title {
    font-size: 5.139vw;
  }
}
.main-visual__title {
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 1.3888888889vw;
  width: 100%;
  text-transform: none;
}
@media screen and (max-width: 959px) {
  .main-visual__title {
    margin-bottom: 5.3333333333vw;
    width: 100%;
    text-align: center;
  }
}
.main-visual__title-line {
  display: block;
}
.main-visual__lead {
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.806vw;
}
@media screen and (max-width: 959px) {
  .main-visual__lead {
    font-size: 4.533vw;
  }
}
@media (min-width: 1441px) {
  .main-visual__lead {
    font-size: 1.806vw;
  }
}
.main-visual__lead {
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .main-visual__lead {
    text-align: right;
    padding-right: 5vw;
    width: 100%;
  }
}
.main-visual__scroll {
  position: absolute;
  bottom: 2.0833333333vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1111111111vw;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .main-visual__scroll {
    bottom: 8vw;
    gap: 3.2vw;
  }
}
.main-visual__scroll-text {
  color: #ffffff;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .main-visual__scroll-text {
    font-size: 2.667vw;
  }
}
@media (min-width: 1441px) {
  .main-visual__scroll-text {
    font-size: 0.833vw;
  }
}
.main-visual__scroll-text {
  letter-spacing: 0.2em;
  font-weight: 300;
  writing-mode: vertical-rl;
}
.main-visual__scroll-line {
  width: 1px;
  height: 4.1666666667vw;
  background-color: #ffffff;
  animation: scrollLine 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media screen and (max-width: 959px) {
  .main-visual__scroll-line {
    height: 10.6666666667vw;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes scrollLine {
  0% {
    opacity: 0;
    transform: translateY(-1.3888888889vw);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(1.3888888889vw);
  }
}
.section-news-compact {
  background-color: #f8f8f8;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  margin-top: 0vw;
}
@media screen and (max-width: 959px) {
  .section-news-compact {
    padding-top: 8vw;
    padding-bottom: 5.3333333333vw;
    margin-top: 13.3333333333vw;
  }
}
.section-news-compact .news-ticker {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 1.3888888889vw;
}
.section-news-compact .news-ticker:hover {
  opacity: 0.7;
}
.section-news-compact .news-ticker__label {
  background-color: #6685AD;
  color: #ffffff;
  font-size: 0.764vw;
}
@media screen and (max-width: 959px) {
  .section-news-compact .news-ticker__label {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .section-news-compact .news-ticker__label {
    font-size: 0.764vw;
  }
}
.section-news-compact .news-ticker__label {
  padding: 0.2777777778vw 0.6944444444vw;
  border-radius: 2px;
  font-weight: 500;
  white-space: nowrap;
}
.section-news-compact .news-ticker__date {
  font-size: 0.903vw;
}
@media screen and (max-width: 959px) {
  .section-news-compact .news-ticker__date {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .section-news-compact .news-ticker__date {
    font-size: 0.903vw;
  }
}
.section-news-compact .news-ticker__date {
  color: #666666;
  font-family: "Merriweather", serif;
}
.section-news-compact .news-ticker__title {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .section-news-compact .news-ticker__title {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .section-news-compact .news-ticker__title {
    font-size: 0.972vw;
  }
}
.section-news-compact .news-ticker__title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-news-compact .news-ticker__arrow {
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .section-news-compact .news-ticker__arrow {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .section-news-compact .news-ticker__arrow {
    font-size: 0.833vw;
  }
}
.section-news-compact .news-ticker__arrow {
  color: #6685AD;
}
@media screen and (max-width: 959px) {
  .section-news-compact .news-ticker {
    flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
  .section-news-compact .news-ticker__title {
    width: 100%;
  }
}

.section {
  padding-top: calc(120 / 1440 * 100vw);
  padding-bottom: calc(120 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .section {
    padding-top: calc(120 / 375 * 100vw);
    padding-bottom: calc(120 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .section {
    padding-top: calc(80 / 1440 * 100vw);
    padding-bottom: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .section {
    padding-top: calc(80 / 375 * 100vw);
    padding-bottom: calc(80 / 375 * 100vw);
  }
}
.section:nth-child(even) {
  background-color: #f8f8f8;
}

.section-header {
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .section-header {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .section-header {
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .section-header {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.section-header--center {
  text-align: center;
}
.section-header__label {
  display: inline-block;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .section-header__label {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .section-header__label {
    font-size: 0.972vw;
  }
}
.section-header__label {
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #6685AD;
  text-transform: uppercase;
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .section-header__label {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .section-header__label {
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .section-header__label {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.section-header__title {
  font-size: 2.222vw;
}
@media screen and (max-width: 959px) {
  .section-header__title {
    font-size: 6.933vw;
  }
}
@media (min-width: 1441px) {
  .section-header__title {
    font-size: 2.222vw;
  }
}
.section-header__title {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333333;
  font-family: "Zen Old Mincho", serif;
}
.section-header__title strong {
  color: #1F416E;
  font-weight: 500;
}
.section-header__desc {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .section-header__desc {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .section-header__desc {
    font-size: 0.972vw;
  }
}
.section-header__desc {
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  margin-top: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .section-header__desc {
    margin-top: calc(24 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .section-header__desc {
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .section-header__desc {
    margin-top: calc(16 / 375 * 100vw);
  }
}

.page-mv {
  position: relative;
  padding-top: calc(120 / 1440 * 100vw);
  padding-bottom: calc(100 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .page-mv {
    padding-top: calc(120 / 375 * 100vw);
    padding-bottom: calc(100 / 375 * 100vw);
  }
}
.page-mv {
  background-color: #f8f8f8;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .page-mv {
    padding-top: calc(100 / 1440 * 100vw);
    padding-bottom: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-mv {
    padding-top: calc(100 / 375 * 100vw);
    padding-bottom: calc(80 / 375 * 100vw);
  }
}
.page-mv__inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4.1666666667vw;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .page-mv__inner {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.page-mv__content {
  position: relative;
  z-index: 2;
}
.page-mv__label {
  display: inline-block;
  color: #6685AD;
  font-size: 0.903vw;
}
@media screen and (max-width: 959px) {
  .page-mv__label {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .page-mv__label {
    font-size: 0.903vw;
  }
}
.page-mv__label {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .page-mv__label {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.page-mv__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #333333;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-size: 2.083vw;
}
@media screen and (max-width: 959px) {
  .page-mv__title {
    font-size: 5.333vw;
  }
}
@media (min-width: 1441px) {
  .page-mv__title {
    font-size: 2.083vw;
  }
}
.page-mv__title {
  margin-bottom: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .page-mv__title {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.page-mv__lead {
  color: #4d4d4d;
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .page-mv__lead {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .page-mv__lead {
    font-size: 0.972vw;
  }
}
.page-mv__lead {
  margin-bottom: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .page-mv__lead {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.page-mv__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.page-mv__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-mv__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 60%);
}
.page-mv__media:hover img {
  transform: scale(1.04);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5555555556vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    gap: 2.1333333333vw;
  }
}
.breadcrumb li {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .breadcrumb li {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .breadcrumb li {
    font-size: 0.833vw;
  }
}
.breadcrumb li {
  letter-spacing: 0.05em;
}
.breadcrumb li::after {
  content: ">";
  margin-left: calc(8 / 1440 * 100vw);
  margin-right: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .breadcrumb li::after {
    margin-left: calc(8 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
  }
}
.breadcrumb li::after {
  color: #999999;
}
.breadcrumb li:last-child::after {
  content: "";
  margin: 0;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.breadcrumb a:hover {
  color: #1F416E;
}

@media screen and (max-width: 959px) {
  section.page:first-child {
    padding-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  section.page:first-child {
    padding-top: calc(40 / 375 * 100vw);
  }
}

.page {
  padding-top: calc(120 / 1440 * 100vw);
  padding-bottom: calc(120 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .page {
    padding-top: calc(120 / 375 * 100vw);
    padding-bottom: calc(120 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .page {
    padding-top: calc(90 / 1440 * 100vw);
    padding-bottom: calc(90 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page {
    padding-top: calc(90 / 375 * 100vw);
    padding-bottom: calc(90 / 375 * 100vw);
  }
}
.page__wrap {
  position: relative;
}

.page-heading {
  margin-bottom: calc(50 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .page-heading {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .page-heading {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-heading {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.page-heading__label {
  display: inline-block;
  color: #6685AD;
  font-size: 0.903vw;
}
@media screen and (max-width: 959px) {
  .page-heading__label {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .page-heading__label {
    font-size: 0.903vw;
  }
}
.page-heading__label {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .page-heading__label {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.page-heading__title {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #333333;
  font-size: 2.083vw;
}
@media screen and (max-width: 959px) {
  .page-heading__title {
    font-size: 6.4vw;
  }
}
@media (min-width: 1441px) {
  .page-heading__title {
    font-size: 2.083vw;
  }
}
.page-heading__lead {
  color: #4d4d4d;
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .page-heading__lead {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .page-heading__lead {
    font-size: 1.111vw;
  }
}
.page-heading__lead {
  margin-top: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .page-heading__lead {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.concept-page__intro {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4.1666666667vw;
  align-items: center;
  margin-bottom: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .concept-page__intro {
    margin-bottom: calc(80 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .concept-page__intro {
    grid-template-columns: 1fr;
    gap: 8vw;
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .concept-page__intro {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.concept-page__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.concept-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.concept-page__image:hover img {
  transform: scale(1.05);
}
.concept-page__text {
  font-size: 1.042vw;
}
@media screen and (max-width: 959px) {
  .concept-page__text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .concept-page__text {
    font-size: 1.042vw;
  }
}
.concept-page__text {
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}
.concept-page__text p + p {
  margin-top: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .concept-page__text p + p {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.concept-page__principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6666666667vw;
  margin-bottom: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .concept-page__principles {
    margin-bottom: calc(80 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .concept-page__principles {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .concept-page__principles {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.concept-page__card {
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  padding: calc(28 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .concept-page__card {
    padding: calc(28 / 375 * 100vw);
  }
}
.concept-page__card {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 959px) {
  .concept-page__card {
    padding: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .concept-page__card {
    padding: calc(24 / 375 * 100vw);
  }
}
.concept-page__card:hover {
  transform: translateY(-0.4166666667vw);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.concept-page__card-number {
  display: inline-block;
  font-family: "Merriweather", serif;
  color: #d4d4d4;
  font-size: 2.778vw;
}
@media screen and (max-width: 959px) {
  .concept-page__card-number {
    font-size: 8.533vw;
  }
}
@media (min-width: 1441px) {
  .concept-page__card-number {
    font-size: 2.778vw;
  }
}
.concept-page__card-number {
  line-height: 1;
  margin-bottom: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .concept-page__card-number {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.concept-page__card-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.06em;
  font-size: 1.25vw;
}
@media screen and (max-width: 959px) {
  .concept-page__card-title {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .concept-page__card-title {
    font-size: 1.25vw;
  }
}
.concept-page__card-title {
  margin-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .concept-page__card-title {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
.concept-page__card-text {
  color: #4d4d4d;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .concept-page__card-text {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .concept-page__card-text {
    font-size: 0.972vw;
  }
}
.concept-page__flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .concept-page__flow {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.concept-page__flow-item {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: calc(26 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .concept-page__flow-item {
    padding: calc(26 / 375 * 100vw);
  }
}
.concept-page__flow-item {
  position: relative;
}
@media screen and (max-width: 959px) {
  .concept-page__flow-item {
    padding: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .concept-page__flow-item {
    padding: calc(22 / 375 * 100vw);
  }
}
.concept-page__flow-label {
  display: inline-block;
  color: #1F416E;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .concept-page__flow-label {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .concept-page__flow-label {
    font-size: 0.833vw;
  }
}
.concept-page__flow-label {
  letter-spacing: 0.2em;
  margin-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .concept-page__flow-label {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
.concept-page__flow-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1.25vw;
}
@media screen and (max-width: 959px) {
  .concept-page__flow-title {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .concept-page__flow-title {
    font-size: 1.25vw;
  }
}
.concept-page__flow-title {
  margin-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .concept-page__flow-title {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.concept-page__flow-text {
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .concept-page__flow-text {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .concept-page__flow-text {
    font-size: 0.972vw;
  }
}

.greeting-page__intro {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4.1666666667vw;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .greeting-page__intro {
    grid-template-columns: 1fr;
    gap: 8vw;
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .greeting-page__intro {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.greeting-page__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 959px) {
  .greeting-page__image {
    aspect-ratio: 4/3;
  }
}
.greeting-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.greeting-page__message {
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .greeting-page__message {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .greeting-page__message {
    font-size: 0.833vw;
  }
}
.greeting-page__message {
  line-height: 2;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}
.greeting-page__message p + p {
  margin-top: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .greeting-page__message p + p {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.greeting-page__signature {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .greeting-page__signature {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.greeting-page__signature span {
  font-size: 0.694vw;
}
@media screen and (max-width: 959px) {
  .greeting-page__signature span {
    font-size: 2.667vw;
  }
}
@media (min-width: 1441px) {
  .greeting-page__signature span {
    font-size: 0.694vw;
  }
}
.greeting-page__signature span {
  color: #666666;
  letter-spacing: 0.1em;
}
.greeting-page__signature strong {
  font-family: "Homemade Apple", cursive;
  color: #1F416E;
  font-size: 1.944vw;
}
@media screen and (max-width: 959px) {
  .greeting-page__signature strong {
    font-size: 5.867vw;
  }
}
@media (min-width: 1441px) {
  .greeting-page__signature strong {
    font-size: 1.944vw;
  }
}
.greeting-page__signature strong {
  letter-spacing: 0.05em;
}
.greeting-page__quote {
  position: relative;
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .greeting-page__quote {
    padding: calc(30 / 375 * 100vw);
  }
}
.greeting-page__quote {
  margin-bottom: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .greeting-page__quote {
    margin-bottom: calc(80 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .greeting-page__quote {
    padding: calc(24 / 1440 * 100vw);
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .greeting-page__quote {
    padding: calc(24 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .greeting-page__quote {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.greeting-page__quote p {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .greeting-page__quote p {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .greeting-page__quote p {
    font-size: 0.972vw;
  }
}
.greeting-page__quote p {
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: #333333;
  font-family: "Zen Old Mincho", serif;
  font-feature-settings: "palt";
}
.greeting-page__profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 959px) {
  .greeting-page__profile {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.greeting-page__profile-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .greeting-page__profile-item {
    padding: calc(24 / 375 * 100vw);
  }
}
.greeting-page__profile-item {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 959px) {
  .greeting-page__profile-item {
    padding: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .greeting-page__profile-item {
    padding: calc(20 / 375 * 100vw);
  }
}
.greeting-page__profile-item h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 0.903vw;
}
@media screen and (max-width: 959px) {
  .greeting-page__profile-item h3 {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .greeting-page__profile-item h3 {
    font-size: 0.903vw;
  }
}
.greeting-page__profile-item h3 {
  margin-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .greeting-page__profile-item h3 {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
.greeting-page__profile-item p {
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .greeting-page__profile-item p {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .greeting-page__profile-item p {
    font-size: 0.833vw;
  }
}

.company-page__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6666666667vw;
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .company-page__cards {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .company-page__cards {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .company-page__cards {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.company-page__card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: calc(26 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .company-page__card {
    padding: calc(26 / 375 * 100vw);
  }
}
.company-page__card {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 959px) {
  .company-page__card {
    padding: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .company-page__card {
    padding: calc(22 / 375 * 100vw);
  }
}
.company-page__card:hover {
  transform: translateY(-0.2777777778vw);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.company-page__card-label {
  color: #6685AD;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .company-page__card-label {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .company-page__card-label {
    font-size: 0.833vw;
  }
}
.company-page__card-label {
  letter-spacing: 0.2em;
  margin-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .company-page__card-label {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
.company-page__card-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1.25vw;
}
@media screen and (max-width: 959px) {
  .company-page__card-title {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .company-page__card-title {
    font-size: 1.25vw;
  }
}
.company-page__card-title {
  margin-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .company-page__card-title {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.company-page__card-text {
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .company-page__card-text {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .company-page__card-text {
    font-size: 0.972vw;
  }
}
.company-page__table {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .company-page__table {
    padding: calc(30 / 375 * 100vw);
  }
}
.company-page__table {
  margin-bottom: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .company-page__table {
    margin-bottom: calc(80 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .company-page__table {
    padding: calc(24 / 1440 * 100vw);
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .company-page__table {
    padding: calc(24 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .company-page__table {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.company-page__row {
  display: grid;
  grid-template-columns: 11.1111111111vw 1fr;
  gap: 1.3888888889vw;
  align-items: center;
  padding-top: calc(18 / 1440 * 100vw);
  padding-bottom: calc(18 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .company-page__row {
    padding-top: calc(18 / 375 * 100vw);
    padding-bottom: calc(18 / 375 * 100vw);
  }
}
.company-page__row {
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 959px) {
  .company-page__row {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.company-page__row:last-child {
  border-bottom: none;
}
.company-page__row dt {
  font-weight: 400;
  color: #333333;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .company-page__row dt {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .company-page__row dt {
    font-size: 0.972vw;
  }
}
.company-page__row dd {
  color: #4d4d4d;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .company-page__row dd {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .company-page__row dd {
    font-size: 0.972vw;
  }
}
.company-page__numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .company-page__numbers {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.company-page__number {
  background-color: #ffffff;
  border-radius: 12px;
  padding: calc(26 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .company-page__number {
    padding: calc(26 / 375 * 100vw);
  }
}
.company-page__number {
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.company-page__number-value {
  font-family: "Merriweather", serif;
  color: #1F416E;
  font-size: 2.5vw;
}
@media screen and (max-width: 959px) {
  .company-page__number-value {
    font-size: 7.467vw;
  }
}
@media (min-width: 1441px) {
  .company-page__number-value {
    font-size: 2.5vw;
  }
}
.company-page__number-value {
  line-height: 1.2;
  margin-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .company-page__number-value {
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.company-page__number-label {
  color: #4d4d4d;
  font-size: 0.903vw;
}
@media screen and (max-width: 959px) {
  .company-page__number-label {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .company-page__number-label {
    font-size: 0.903vw;
  }
}
.company-page__number-label {
  letter-spacing: 0.08em;
}

.access-page__map {
  margin-bottom: calc(50 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .access-page__map {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.access-page__map-inner .map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.access-page__info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .access-page__info {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.access-page__card {
  background-color: #ffffff;
  border-radius: 0.8333333333vw;
  padding: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .access-page__card {
    padding: calc(24 / 375 * 100vw);
  }
}
.access-page__card {
  box-shadow: 0 0.4166666667vw 1.25vw rgba(0, 0, 0, 0.06);
  width: calc((100% - 1.6666666667vw) / 2);
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .access-page__card {
    width: 100%;
  }
}
.access-page__card h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .access-page__card h3 {
    font-size: 4vw;
  }
}
@media (min-width: 1441px) {
  .access-page__card h3 {
    font-size: 1.111vw;
  }
}
.access-page__card h3 {
  margin-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .access-page__card h3 {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.access-page__card p {
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .access-page__card p {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .access-page__card p {
    font-size: 0.972vw;
  }
}
.access-page__card:nth-of-type(3) {
  width: 100%;
}

.access-parking {
  margin-top: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .access-parking {
    margin-top: calc(80 / 375 * 100vw);
  }
}
.access-parking {
  padding: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .access-parking {
    padding: calc(40 / 375 * 100vw);
  }
}
.access-parking {
  background-color: #f8f8f8;
  border-radius: 12px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .access-parking {
    margin-top: calc(50 / 1440 * 100vw);
    padding: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .access-parking {
    margin-top: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .access-parking {
    padding: calc(20 / 375 * 100vw);
  }
}
.access-parking__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #ffffff;
  background-color: #1F416E;
  display: inline-block;
  padding-top: calc(12 / 1440 * 100vw);
  padding-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .access-parking__title {
    padding-top: calc(12 / 375 * 100vw);
    padding-bottom: calc(12 / 375 * 100vw);
  }
}
.access-parking__title {
  padding-left: calc(40 / 1440 * 100vw);
  padding-right: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .access-parking__title {
    padding-left: calc(40 / 375 * 100vw);
    padding-right: calc(40 / 375 * 100vw);
  }
}
.access-parking__title {
  border-radius: 50px;
  font-size: 1.181vw;
}
@media screen and (max-width: 959px) {
  .access-parking__title {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .access-parking__title {
    font-size: 1.181vw;
  }
}
.access-parking__title {
  letter-spacing: 0.1em;
  position: relative;
  top: -4.8611111111vw;
  margin-bottom: -2.0833333333vw;
  box-shadow: 0 4px 10px rgba(31, 65, 110, 0.3);
}
@media screen and (max-width: 959px) {
  .access-parking__title {
    top: -9.3333333333vw;
    margin-bottom: -4vw;
    width: 90%;
    padding-left: calc(10 / 1440 * 100vw);
    padding-right: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .access-parking__title {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}
.access-parking__title::after {
  content: "";
  display: inline-block;
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(135deg);
  margin-left: 0.6944444444vw;
  margin-bottom: 0.1388888889vw;
}
.access-parking__map {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .access-parking__map {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.access-parking__map {
  background-color: #ffffff;
}
.access-parking__map .map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  display: block;
}
.access-parking__desc {
  color: #333333;
  font-size: 1.042vw;
}
@media screen and (max-width: 959px) {
  .access-parking__desc {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .access-parking__desc {
    font-size: 1.042vw;
  }
}
.access-parking__desc {
  font-weight: 500;
}

.staff-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6666666667vw;
  margin-bottom: calc(70 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .staff-page__grid {
    margin-bottom: calc(70 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .staff-page__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw;
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .staff-page__grid {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.staff-page__card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.staff-page__image {
  aspect-ratio: 4/5;
  overflow: hidden;
}
.staff-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-page__content {
  padding: calc(22 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .staff-page__content {
    padding: calc(22 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .staff-page__content {
    padding: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .staff-page__content {
    padding: calc(12 / 375 * 100vw);
  }
}
.staff-page__role {
  color: #6685AD;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .staff-page__role {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .staff-page__role {
    font-size: 0.833vw;
  }
}
.staff-page__role {
  letter-spacing: 0.2em;
  margin-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .staff-page__role {
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.staff-page__name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1.25vw;
}
@media screen and (max-width: 959px) {
  .staff-page__name {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .staff-page__name {
    font-size: 1.25vw;
  }
}
.staff-page__name {
  margin-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .staff-page__name {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.staff-page__text {
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .staff-page__text {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .staff-page__text {
    font-size: 0.972vw;
  }
}

.recruit-page__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6666666667vw;
  margin-bottom: calc(70 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .recruit-page__benefits {
    margin-bottom: calc(70 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .recruit-page__benefits {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .recruit-page__benefits {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.recruit-page__benefit {
  background-color: #ffffff;
  border-radius: 12px;
  padding: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .recruit-page__benefit {
    padding: calc(24 / 375 * 100vw);
  }
}
.recruit-page__benefit {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.recruit-page__benefit h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .recruit-page__benefit h3 {
    font-size: 4vw;
  }
}
@media (min-width: 1441px) {
  .recruit-page__benefit h3 {
    font-size: 1.111vw;
  }
}
.recruit-page__benefit h3 {
  margin-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .recruit-page__benefit h3 {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.recruit-page__benefit p {
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .recruit-page__benefit p {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .recruit-page__benefit p {
    font-size: 0.972vw;
  }
}
.recruit-page__positions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6666666667vw;
  margin-bottom: calc(70 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .recruit-page__positions {
    margin-bottom: calc(70 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .recruit-page__positions {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .recruit-page__positions {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.recruit-page__position {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .recruit-page__position {
    padding: calc(24 / 375 * 100vw);
  }
}
.recruit-page__position h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .recruit-page__position h3 {
    font-size: 4vw;
  }
}
@media (min-width: 1441px) {
  .recruit-page__position h3 {
    font-size: 1.111vw;
  }
}
.recruit-page__position h3 {
  margin-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .recruit-page__position h3 {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.recruit-page__position p {
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .recruit-page__position p {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .recruit-page__position p {
    font-size: 0.972vw;
  }
}
.recruit-page__flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3888888889vw;
  margin-bottom: calc(60 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .recruit-page__flow {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .recruit-page__flow {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .recruit-page__flow {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.recruit-page__flow-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: calc(22 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .recruit-page__flow-item {
    padding: calc(22 / 375 * 100vw);
  }
}
.recruit-page__flow-item {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.recruit-page__flow-label {
  color: #1F416E;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .recruit-page__flow-label {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .recruit-page__flow-label {
    font-size: 0.833vw;
  }
}
.recruit-page__flow-label {
  letter-spacing: 0.2em;
  margin-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .recruit-page__flow-label {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.recruit-page__cta {
  text-align: center;
}
.recruit-page__table-wrapper {
  margin-bottom: calc(60 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .recruit-page__table-wrapper {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .recruit-page__table-wrapper {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .recruit-page__table-wrapper {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.recruit-page__table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}
.recruit-page__table th,
.recruit-page__table td {
  border: 1px solid #efefef;
  padding: 1.3888888889vw;
  text-align: left;
  box-sizing: border-box;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .recruit-page__table th,
  .recruit-page__table td {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .recruit-page__table th,
  .recruit-page__table td {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 959px) {
  .recruit-page__table th,
  .recruit-page__table td {
    display: block;
    width: 100%;
    border: none;
    padding: 4vw;
  }
}
.recruit-page__table th {
  background-color: #f8f8f8;
  width: 25%;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 959px) {
  .recruit-page__table th {
    width: 100%;
    background-color: #f8f8f8;
    border-bottom: 1px solid #efefef;
  }
}
.recruit-page__table td {
  color: #4d4d4d;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .recruit-page__table tr {
    display: block;
    border: none;
    overflow: hidden;
  }
}

.service-page__intro {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4.1666666667vw;
  align-items: center;
  margin-bottom: calc(70 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-page__intro {
    margin-bottom: calc(70 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .service-page__intro {
    grid-template-columns: 1fr;
    gap: 8vw;
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .service-page__intro {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.service-page__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.service-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-page__text {
  color: #4d4d4d;
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .service-page__text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .service-page__text {
    font-size: 0.972vw;
  }
}
.service-page__text p + p {
  margin-top: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-page__text p + p {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.service-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6666666667vw;
  margin-bottom: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-page__list {
    margin-bottom: calc(80 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .service-page__list {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .service-page__list {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.service-page__card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-page__card {
    padding: calc(24 / 375 * 100vw);
  }
}
.service-page__card {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.service-page__card-label {
  color: #6685AD;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .service-page__card-label {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .service-page__card-label {
    font-size: 0.833vw;
  }
}
.service-page__card-label {
  letter-spacing: 0.2em;
  margin-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-page__card-label {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.service-page__card-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1.25vw;
}
@media screen and (max-width: 959px) {
  .service-page__card-title {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .service-page__card-title {
    font-size: 1.25vw;
  }
}
.service-page__card-title {
  margin-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-page__card-title {
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.service-page__card-text {
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .service-page__card-text {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .service-page__card-text {
    font-size: 0.972vw;
  }
}
.service-page__section {
  margin-bottom: calc(70 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-page__section {
    margin-bottom: calc(70 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .service-page__section {
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .service-page__section {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.service-page__about {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-page__about {
    padding: calc(24 / 375 * 100vw);
  }
}
.service-page__about {
  color: #4d4d4d;
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .service-page__about {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .service-page__about {
    font-size: 0.972vw;
  }
}
.service-page__category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.0833333333vw;
  margin-top: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-page__category-list {
    margin-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .service-page__category-list {
    grid-template-columns: 1fr;
    gap: 6.4vw;
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .service-page__category-list {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.service-page__category-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-page__category-card:hover {
  transform: translateY(-0.3472222222vw);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.service-page__category-card:hover .service-page__category-image img {
  transform: scale(1.05);
}
.service-page__category-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.service-page__category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-page__category-content {
  padding: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-page__category-content {
    padding: calc(24 / 375 * 100vw);
  }
}
.service-page__category-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .service-page__category-title {
    font-size: 4vw;
  }
}
@media (min-width: 1441px) {
  .service-page__category-title {
    font-size: 1.111vw;
  }
}
.service-page__category-title {
  margin-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-page__category-title {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
.service-page__category-text {
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 0.903vw;
}
@media screen and (max-width: 959px) {
  .service-page__category-text {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .service-page__category-text {
    font-size: 0.903vw;
  }
}
.service-page__detail-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3888888889vw;
}
@media screen and (max-width: 959px) {
  .service-page__detail-list {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.service-page__detail {
  background-color: #ffffff;
  border-radius: 12px;
  padding: calc(22 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-page__detail {
    padding: calc(22 / 375 * 100vw);
  }
}
.service-page__detail {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.9722222222vw;
}
@media screen and (max-width: 959px) {
  .service-page__detail {
    gap: 3.2vw;
  }
}
.service-page__detail h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .service-page__detail h3 {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .service-page__detail h3 {
    font-size: 0.972vw;
  }
}
.service-page__detail p {
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .service-page__detail p {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .service-page__detail p {
    font-size: 0.972vw;
  }
}
.service-page__detail-photo {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
}
.service-page__detail-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-page__reason-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3888888889vw;
}
@media screen and (max-width: 959px) {
  .service-page__reason-list {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.service-page__reason {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: calc(22 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-page__reason {
    padding: calc(22 / 375 * 100vw);
  }
}
.service-page__reason-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .service-page__reason-title {
    font-size: 4vw;
  }
}
@media (min-width: 1441px) {
  .service-page__reason-title {
    font-size: 1.111vw;
  }
}
.service-page__reason-title {
  margin-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-page__reason-title {
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.service-page__reason-text {
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .service-page__reason-text {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .service-page__reason-text {
    font-size: 0.972vw;
  }
}
.service-page__showroom {
  background-color: #f8f8f8;
  border-radius: 16px;
  padding: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-page__showroom {
    padding: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .service-page__showroom {
    padding: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .service-page__showroom {
    padding: calc(24 / 375 * 100vw);
  }
}

.showroom__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3888888889vw;
}
@media screen and (max-width: 959px) {
  .showroom__grid {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.showroom__card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .showroom__card {
    padding: calc(24 / 375 * 100vw);
  }
}
.showroom__card {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.showroom__name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1.25vw;
}
@media screen and (max-width: 959px) {
  .showroom__name {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .showroom__name {
    font-size: 1.25vw;
  }
}
.showroom__name {
  margin-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .showroom__name {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.showroom__info {
  color: #4d4d4d;
  line-height: 1.8;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .showroom__info {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .showroom__info {
    font-size: 0.972vw;
  }
}
.showroom__info {
  margin-bottom: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .showroom__info {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.showroom__actions {
  display: flex;
}

.archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6666666667vw;
}
@media screen and (max-width: 959px) {
  .archive__grid {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}

.detail__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 2.7777777778vw;
  margin-bottom: calc(50 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__grid {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.detail__grid--full {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 959px) {
  .detail__grid {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}
.detail__header {
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__header {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.detail__header p {
  color: #4d4d4d;
  line-height: 1.9;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .detail__header p {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .detail__header p {
    font-size: 0.972vw;
  }
}
.detail__header p + p {
  margin-top: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__header p + p {
    margin-top: calc(16 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .detail__header {
    margin-bottom: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__header {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.detail__meta {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__meta {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.detail__meta {
  color: #666666;
  font-size: 0.903vw;
}
@media screen and (max-width: 959px) {
  .detail__meta {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .detail__meta {
    font-size: 0.903vw;
  }
}
@media screen and (max-width: 959px) {
  .detail__meta {
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__meta {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.detail__meta time {
  font-family: "Merriweather", serif;
}
.detail__meta .detail__category {
  background-color: #efefef;
  padding-left: calc(12 / 1440 * 100vw);
  padding-right: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__meta .detail__category {
    padding-left: calc(12 / 375 * 100vw);
    padding-right: calc(12 / 375 * 100vw);
  }
}
.detail__meta .detail__category {
  padding-top: calc(4 / 1440 * 100vw);
  padding-bottom: calc(4 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__meta .detail__category {
    padding-top: calc(4 / 375 * 100vw);
    padding-bottom: calc(4 / 375 * 100vw);
  }
}
.detail__meta .detail__category {
  border-radius: 4px;
  color: #4d4d4d;
}
.detail__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  color: #333333;
  font-size: 2.222vw;
}
@media screen and (max-width: 959px) {
  .detail__title {
    font-size: 5.867vw;
  }
}
@media (min-width: 1441px) {
  .detail__title {
    font-size: 2.222vw;
  }
}
.detail__title {
  font-weight: 500;
  margin-bottom: calc(48 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__title {
    margin-bottom: calc(48 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .detail__title {
    margin-bottom: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__title {
    margin-bottom: calc(32 / 375 * 100vw);
  }
}
.detail__content h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 1.944vw;
}
@media screen and (max-width: 959px) {
  .detail__content h2 {
    font-size: 5.333vw;
  }
}
@media (min-width: 1441px) {
  .detail__content h2 {
    font-size: 1.944vw;
  }
}
.detail__content h2 {
  margin-bottom: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__content h2 {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.detail__content h2 {
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .detail__content h2 {
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__content h2 {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.detail__content p {
  color: #333333;
  line-height: 2;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .detail__content p {
    font-size: 4vw;
  }
}
@media (min-width: 1441px) {
  .detail__content p {
    font-size: 1.111vw;
  }
}
.detail__content p + p {
  margin-top: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__content p + p {
    margin-top: calc(24 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .detail__content p + p {
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__content p + p {
    margin-top: calc(16 / 375 * 100vw);
  }
}
.detail__main-image {
  margin-bottom: calc(64 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__main-image {
    margin-bottom: calc(64 / 375 * 100vw);
  }
}
.detail__main-image {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .detail__main-image {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__main-image {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.detail__main-image img {
  width: 100%;
  height: auto;
}
.detail__text p {
  color: #333333;
  line-height: 2;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .detail__text p {
    font-size: 4vw;
  }
}
@media (min-width: 1441px) {
  .detail__text p {
    font-size: 1.111vw;
  }
}
.detail__text p {
  margin-bottom: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__text p {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .detail__text p {
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__text p {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.detail__text h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 1.528vw;
}
@media screen and (max-width: 959px) {
  .detail__text h3 {
    font-size: 4.8vw;
  }
}
@media (min-width: 1441px) {
  .detail__text h3 {
    font-size: 1.528vw;
  }
}
.detail__text h3 {
  margin-top: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__text h3 {
    margin-top: calc(80 / 375 * 100vw);
  }
}
.detail__text h3 {
  margin-bottom: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__text h3 {
    margin-bottom: calc(32 / 375 * 100vw);
  }
}
.detail__text h3 {
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .detail__text h3 {
    margin-top: calc(48 / 1440 * 100vw);
    margin-bottom: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__text h3 {
    margin-top: calc(48 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__text h3 {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.detail__text img {
  border-radius: 0.8333333333vw;
}
.detail__text ul {
  margin-bottom: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__text ul {
    margin-bottom: calc(32 / 375 * 100vw);
  }
}
.detail__text ul {
  background-color: #f8f8f8;
  padding: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__text ul {
    padding: calc(32 / 375 * 100vw);
  }
}
.detail__text ul {
  border-radius: 12px;
}
@media screen and (max-width: 959px) {
  .detail__text ul {
    padding: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__text ul {
    padding: calc(20 / 375 * 100vw);
  }
}
.detail__text ul li {
  position: relative;
  padding-left: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__text ul li {
    padding-left: calc(20 / 375 * 100vw);
  }
}
.detail__text ul li {
  font-size: 1.042vw;
}
@media screen and (max-width: 959px) {
  .detail__text ul li {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .detail__text ul li {
    font-size: 1.042vw;
  }
}
.detail__text ul li {
  line-height: 1.7;
}
.detail__text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  background-color: #1F416E;
  border-radius: 50%;
}
.detail__text ul li + li {
  margin-top: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__text ul li + li {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.detail__image {
  margin-top: calc(64 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__image {
    margin-top: calc(64 / 375 * 100vw);
  }
}
.detail__image {
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (max-width: 959px) {
  .detail__image {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__image {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.detail__image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.detail__image:hover img {
  transform: scale(1.03);
}
.detail__meta {
  display: grid;
  gap: 1.1111111111vw;
  align-self: flex-start;
}
@media screen and (max-width: 959px) {
  .detail__meta {
    gap: 3.2vw;
  }
}
.detail__meta-card {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__meta-card {
    padding: calc(24 / 375 * 100vw);
  }
}
.detail__meta-card {
  display: flex;
  flex-direction: column;
  gap: 0.5555555556vw;
}
@media screen and (max-width: 959px) {
  .detail__meta-card {
    padding: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__meta-card {
    padding: calc(20 / 375 * 100vw);
  }
}
.detail__meta-label {
  color: #666666;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .detail__meta-label {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .detail__meta-label {
    font-size: 0.833vw;
  }
}
.detail__meta-label {
  letter-spacing: 0.08em;
}
.detail__meta-value {
  color: #333333;
  font-weight: 500;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .detail__meta-value {
    font-size: 4vw;
  }
}
@media (min-width: 1441px) {
  .detail__meta-value {
    font-size: 1.111vw;
  }
}
.detail__meta-value {
  line-height: 1.4;
}
.detail__gallery-title {
  max-width: 55.5555555556vw;
  margin: 0 auto;
}
.detail__gallery-title h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 1.528vw;
}
@media screen and (max-width: 959px) {
  .detail__gallery-title h3 {
    font-size: 4.8vw;
  }
}
@media (min-width: 1441px) {
  .detail__gallery-title h3 {
    font-size: 1.528vw;
  }
}
.detail__gallery-title h3 {
  margin-top: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__gallery-title h3 {
    margin-top: calc(80 / 375 * 100vw);
  }
}
.detail__gallery-title h3 {
  margin-bottom: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__gallery-title h3 {
    margin-bottom: calc(32 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .detail__gallery-title h3 {
    margin-top: calc(48 / 1440 * 100vw);
    margin-bottom: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__gallery-title h3 {
    margin-top: calc(48 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__gallery-title h3 {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.detail__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2222222222vw;
  margin-bottom: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__gallery {
    margin-bottom: calc(80 / 375 * 100vw);
  }
}
.detail__gallery {
  max-width: 55.5555555556vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .detail__gallery {
    grid-template-columns: 1fr;
    gap: 6.4vw;
    margin-bottom: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__gallery {
    margin-bottom: calc(48 / 375 * 100vw);
  }
}
.detail__gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.detail__nav {
  text-align: center;
  margin-top: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__nav {
    margin-top: calc(80 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .detail__nav {
    margin-top: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__nav {
    margin-top: calc(48 / 375 * 100vw);
  }
}
.detail__thumbnail {
  margin-top: calc(64 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__thumbnail {
    margin-top: calc(64 / 375 * 100vw);
  }
}
.detail__thumbnail img {
  margin: auto;
}
@media screen and (max-width: 959px) {
  .detail__thumbnail {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__thumbnail {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2222222222vw;
  margin-top: calc(60 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .gallery-grid {
    margin-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.2666666667vw;
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .gallery-grid {
    margin-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

.gallery-item__image {
  overflow: hidden;
  border-radius: 12px;
  background-color: #f8f8f8;
}
.gallery-item__image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.gallery-item__caption {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .gallery-item__caption {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .gallery-item__caption {
    font-size: 0.972vw;
  }
}
.gallery-item__caption {
  margin-top: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .gallery-item__caption {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.gallery-item__caption {
  color: #333333;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.gallery-item:hover .gallery-item__image img {
  transform: scale(1.05);
}

.before-after__images-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2222222222vw;
  margin-top: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .before-after__images-block {
    margin-top: calc(80 / 375 * 100vw);
  }
}
.before-after__images-block {
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .before-after__images-block {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.before-after__images-block {
  max-width: 69.4444444444vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .before-after__images-block {
    grid-template-columns: 1fr;
    gap: 6.4vw;
    margin-top: calc(48 / 1440 * 100vw);
    margin-bottom: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .before-after__images-block {
    margin-top: calc(48 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .before-after__images-block {
    margin-bottom: calc(48 / 375 * 100vw);
  }
}
.before-after__caption {
  max-width: 69.4444444444vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .before-after__caption {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.before-after__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.before-after__item img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.before-after__label {
  position: absolute;
  top: 1.3888888889vw;
  left: 1.3888888889vw;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  padding-left: calc(16 / 1440 * 100vw);
  padding-right: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .before-after__label {
    padding-left: calc(16 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
  }
}
.before-after__label {
  padding-top: calc(6 / 1440 * 100vw);
  padding-bottom: calc(6 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .before-after__label {
    padding-top: calc(6 / 375 * 100vw);
    padding-bottom: calc(6 / 375 * 100vw);
  }
}
.before-after__label {
  border-radius: 4px;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .before-after__label {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .before-after__label {
    font-size: 0.833vw;
  }
}
.before-after__label {
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .before-after__label {
    top: 3.2vw;
    left: 3.2vw;
    padding-left: calc(12 / 1440 * 100vw);
    padding-right: calc(12 / 1440 * 100vw);
    padding-top: calc(4 / 1440 * 100vw);
    padding-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .before-after__label {
    padding-left: calc(12 / 375 * 100vw);
    padding-right: calc(12 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .before-after__label {
    padding-top: calc(4 / 375 * 100vw);
    padding-bottom: calc(4 / 375 * 100vw);
  }
}

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

.voice-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7777777778vw;
}
@media screen and (max-width: 959px) {
  .voice-archive {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.voice-archive .voice-card {
  display: block;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-decoration: none;
  color: inherit;
  padding: 0;
}
.voice-archive .voice-card:hover {
  transform: none;
  box-shadow: none;
}
.voice-archive .voice-card:hover .voice-card__image img {
  transform: scale(1.05);
}
.voice-archive .voice-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .voice-archive .voice-card__image {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .voice-archive .voice-card__image {
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .voice-archive .voice-card__image {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.voice-archive .voice-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.voice-archive .voice-card__title {
  font-size: 1.25vw;
}
@media screen and (max-width: 959px) {
  .voice-archive .voice-card__title {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .voice-archive .voice-card__title {
    font-size: 1.25vw;
  }
}
.voice-archive .voice-card__title {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: inherit;
  margin-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .voice-archive .voice-card__title {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .voice-archive .voice-card__title {
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .voice-archive .voice-card__title {
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.voice-archive .voice-card__text {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .voice-archive .voice-card__text {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .voice-archive .voice-card__text {
    font-size: 0.972vw;
  }
}
.voice-archive .voice-card__text {
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}

.news-archive {
  display: grid;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 959px) {
  .news-archive {
    gap: 3.2vw;
  }
}

.news-item {
  display: grid;
  grid-template-columns: 8.3333333333vw 8.3333333333vw 1fr;
  gap: 1.1111111111vw;
  align-items: center;
  background-color: #ffffff;
  border-radius: 12px;
  padding: calc(18 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .news-item {
    padding: calc(18 / 375 * 100vw);
  }
}
.news-item {
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 959px) {
  .news-item {
    grid-template-columns: 1fr;
  }
}
.news-item__date {
  color: #666666;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .news-item__date {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .news-item__date {
    font-size: 0.833vw;
  }
}
.news-item__tag {
  display: inline-block;
  background-color: #efefef;
  color: #4d4d4d;
  font-size: 0.764vw;
}
@media screen and (max-width: 959px) {
  .news-item__tag {
    font-size: 2.667vw;
  }
}
@media (min-width: 1441px) {
  .news-item__tag {
    font-size: 0.764vw;
  }
}
.news-item__tag {
  padding-top: calc(4 / 1440 * 100vw);
  padding-bottom: calc(4 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .news-item__tag {
    padding-top: calc(4 / 375 * 100vw);
    padding-bottom: calc(4 / 375 * 100vw);
  }
}
.news-item__tag {
  padding-left: calc(10 / 1440 * 100vw);
  padding-right: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .news-item__tag {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}
.news-item__tag {
  border-radius: 4px;
}
.news-item__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1.042vw;
}
@media screen and (max-width: 959px) {
  .news-item__title {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .news-item__title {
    font-size: 1.042vw;
  }
}

.concept__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.5555555556vw;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .concept__inner {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
  }
}
.concept__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  .concept__image {
    order: 2;
  }
}
.concept__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.concept__image:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 959px) {
  .concept__content {
    order: 1;
  }
}
.concept__text {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .concept__text {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .concept__text {
    font-size: 0.972vw;
  }
}
.concept__text {
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #333333;
}
.concept__text p + p {
  margin-top: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .concept__text p + p {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .concept__text p + p {
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .concept__text p + p {
    margin-top: calc(16 / 375 * 100vw);
  }
}
.concept__button {
  margin-top: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .concept__button {
    margin-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .concept__button {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .concept__button {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.service__list {
  display: flex;
  flex-direction: column;
  gap: 6.9444444444vw;
}
@media screen and (max-width: 959px) {
  .service__list {
    gap: 16vw;
  }
}

.service-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4.1666666667vw;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .service-card {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.service-card--reverse {
  grid-template-columns: 1fr 1.2fr;
}
@media screen and (max-width: 959px) {
  .service-card--reverse {
    grid-template-columns: 1fr;
  }
}
.service-card--reverse .service-card__image {
  order: 2;
}
@media screen and (max-width: 959px) {
  .service-card--reverse .service-card__image {
    order: 1;
  }
}
.service-card--reverse .service-card__content {
  order: 1;
}
@media screen and (max-width: 959px) {
  .service-card--reverse .service-card__content {
    order: 2;
  }
}
.service-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/11;
  overflow: hidden;
  border-radius: 8px;
}
.service-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card__image:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 959px) {
  .service-card__content {
    padding: 0;
  }
}
.service-card__number {
  display: inline-block;
  font-size: 5.556vw;
}
@media screen and (max-width: 959px) {
  .service-card__number {
    font-size: 16vw;
  }
}
@media (min-width: 1441px) {
  .service-card__number {
    font-size: 5.556vw;
  }
}
.service-card__number {
  font-weight: 400;
  color: #efefef;
  line-height: 1;
  font-family: "Merriweather", serif;
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-card__number {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .service-card__number {
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .service-card__number {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.service-card__title {
  font-size: 2.5vw;
}
@media screen and (max-width: 959px) {
  .service-card__title {
    font-size: 6.933vw;
  }
}
@media (min-width: 1441px) {
  .service-card__title {
    font-size: 2.5vw;
  }
}
.service-card__title {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-card__title {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .service-card__title {
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .service-card__title {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.service-card__desc {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .service-card__desc {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .service-card__desc {
    font-size: 0.972vw;
  }
}
.service-card__desc {
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  margin-bottom: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .service-card__desc {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .service-card__desc {
    margin-bottom: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .service-card__desc {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5555555556vw;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .service-card__link {
    font-size: 4vw;
  }
}
@media (min-width: 1441px) {
  .service-card__link {
    font-size: 1.111vw;
  }
}
.service-card__link {
  font-weight: 500;
  color: #1F416E;
  text-decoration: none;
  transition: gap 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 959px) {
  .service-card__link {
    gap: 2.1333333333vw;
  }
}
.service-card__link:hover {
  gap: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .service-card__link:hover {
    gap: 3.2vw;
  }
}
.service-card__link svg {
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .service-card__link svg {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

.works__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7777777778vw;
}
@media screen and (max-width: 959px) {
  .works__grid {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.works__button {
  margin-top: calc(60 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .works__button {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.works__button {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .works__button {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .works__button {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.work-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.work-card__tag {
  position: absolute;
  top: 0.6944444444vw;
  left: 0.6944444444vw;
  padding-top: calc(8 / 1440 * 100vw);
  padding-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .work-card__tag {
    padding-top: calc(8 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
}
.work-card__tag {
  padding-left: calc(16 / 1440 * 100vw);
  padding-right: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .work-card__tag {
    padding-left: calc(16 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
  }
}
.work-card__tag {
  background-color: #1F416E;
  color: #ffffff;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .work-card__tag {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .work-card__tag {
    font-size: 0.833vw;
  }
}
.work-card__tag {
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 4px;
  z-index: 2;
}
.work-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .work-card__image {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .work-card__image {
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .work-card__image {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.work-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.work-card__category {
  position: absolute;
  top: 1.1111111111vw;
  left: 1.1111111111vw;
  padding-top: calc(8 / 1440 * 100vw);
  padding-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .work-card__category {
    padding-top: calc(8 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
}
.work-card__category {
  padding-left: calc(16 / 1440 * 100vw);
  padding-right: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .work-card__category {
    padding-left: calc(16 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
  }
}
.work-card__category {
  background-color: #1F416E;
  color: #ffffff;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .work-card__category {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .work-card__category {
    font-size: 0.833vw;
  }
}
.work-card__category {
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 4px;
}
@media screen and (max-width: 959px) {
  .work-card__category {
    top: 3.2vw;
    left: 3.2vw;
  }
}
.work-card__title {
  font-size: 1.25vw;
}
@media screen and (max-width: 959px) {
  .work-card__title {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .work-card__title {
    font-size: 1.25vw;
  }
}
.work-card__title {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .work-card__title {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .work-card__title {
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .work-card__title {
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.work-card__desc {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .work-card__desc {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .work-card__desc {
    font-size: 0.972vw;
  }
}
.work-card__desc {
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}
.work-card:hover .work-card__image img {
  transform: scale(1.05);
}

.works-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8333333333vw;
  margin-bottom: calc(50 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .works-filter {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .works-filter {
    gap: 2.6666666667vw;
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .works-filter {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.works-filter__button {
  display: inline-block;
  padding-top: calc(12 / 1440 * 100vw);
  padding-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .works-filter__button {
    padding-top: calc(12 / 375 * 100vw);
    padding-bottom: calc(12 / 375 * 100vw);
  }
}
.works-filter__button {
  padding-left: calc(24 / 1440 * 100vw);
  padding-right: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .works-filter__button {
    padding-left: calc(24 / 375 * 100vw);
    padding-right: calc(24 / 375 * 100vw);
  }
}
.works-filter__button {
  background-color: #f8f8f8;
  color: #4d4d4d;
  border: none;
  border-radius: 1000px;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .works-filter__button {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .works-filter__button {
    font-size: 0.972vw;
  }
}
.works-filter__button {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 959px) {
  .works-filter__button {
    padding-top: calc(10 / 1440 * 100vw);
    padding-bottom: calc(10 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .works-filter__button {
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .works-filter__button {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.works-filter__button:hover {
  background-color: #efefef;
}
.works-filter__button.is-active {
  background-color: #1F416E;
  color: #ffffff;
}
.works-filter__button.is-active:hover {
  background-color: rgb(25.3936170213, 53.2446808511, 90.1063829787);
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7777777778vw;
}
@media screen and (max-width: 959px) {
  .products__grid {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.products__button {
  margin-top: calc(60 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .products__button {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.products__button {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .products__button {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .products__button {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.products-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.products-card__tag {
  position: absolute;
  top: 0.6944444444vw;
  left: 0.6944444444vw;
  padding-top: calc(8 / 1440 * 100vw);
  padding-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .products-card__tag {
    padding-top: calc(8 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
}
.products-card__tag {
  padding-left: calc(16 / 1440 * 100vw);
  padding-right: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .products-card__tag {
    padding-left: calc(16 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
  }
}
.products-card__tag {
  background-color: #1F416E;
  color: #ffffff;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .products-card__tag {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .products-card__tag {
    font-size: 0.833vw;
  }
}
.products-card__tag {
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 4px;
  z-index: 2;
}
.products-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .products-card__image {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .products-card__image {
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .products-card__image {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.products-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.products-card__category {
  position: absolute;
  top: 1.1111111111vw;
  left: 1.1111111111vw;
  padding-top: calc(8 / 1440 * 100vw);
  padding-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .products-card__category {
    padding-top: calc(8 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
}
.products-card__category {
  padding-left: calc(16 / 1440 * 100vw);
  padding-right: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .products-card__category {
    padding-left: calc(16 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
  }
}
.products-card__category {
  background-color: #1F416E;
  color: #ffffff;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .products-card__category {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .products-card__category {
    font-size: 0.833vw;
  }
}
.products-card__category {
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 4px;
}
@media screen and (max-width: 959px) {
  .products-card__category {
    top: 3.2vw;
    left: 3.2vw;
  }
}
.products-card__title {
  font-size: 1.25vw;
}
@media screen and (max-width: 959px) {
  .products-card__title {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .products-card__title {
    font-size: 1.25vw;
  }
}
.products-card__title {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .products-card__title {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .products-card__title {
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .products-card__title {
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.products-card__desc {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .products-card__desc {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .products-card__desc {
    font-size: 0.972vw;
  }
}
.products-card__desc {
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}
.products-card:hover .products-card__image img {
  transform: scale(1.05);
}

.products-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8333333333vw;
  margin-bottom: calc(50 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .products-filter {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .products-filter {
    gap: 2.6666666667vw;
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .products-filter {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.products-filter__button {
  display: inline-block;
  padding-top: calc(12 / 1440 * 100vw);
  padding-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .products-filter__button {
    padding-top: calc(12 / 375 * 100vw);
    padding-bottom: calc(12 / 375 * 100vw);
  }
}
.products-filter__button {
  padding-left: calc(24 / 1440 * 100vw);
  padding-right: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .products-filter__button {
    padding-left: calc(24 / 375 * 100vw);
    padding-right: calc(24 / 375 * 100vw);
  }
}
.products-filter__button {
  background-color: #f8f8f8;
  color: #4d4d4d;
  border: none;
  border-radius: 1000px;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .products-filter__button {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .products-filter__button {
    font-size: 0.972vw;
  }
}
.products-filter__button {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 959px) {
  .products-filter__button {
    padding-top: calc(10 / 1440 * 100vw);
    padding-bottom: calc(10 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .products-filter__button {
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .products-filter__button {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.products-filter__button:hover {
  background-color: #efefef;
}
.products-filter__button.is-active {
  background-color: #1F416E;
  color: #ffffff;
}
.products-filter__button.is-active:hover {
  background-color: rgb(25.3936170213, 53.2446808511, 90.1063829787);
}

.before-after__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.before-after__item img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.before-after__label {
  position: absolute;
  top: 1.1111111111vw;
  left: 1.1111111111vw;
  padding-top: calc(8 / 1440 * 100vw);
  padding-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .before-after__label {
    padding-top: calc(8 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
}
.before-after__label {
  padding-left: calc(20 / 1440 * 100vw);
  padding-right: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .before-after__label {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.before-after__label {
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .before-after__label {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .before-after__label {
    font-size: 0.972vw;
  }
}
.before-after__label {
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 6px;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .before-after__label {
    top: 3.2vw;
    left: 3.2vw;
    padding-top: calc(6 / 1440 * 100vw);
    padding-bottom: calc(6 / 1440 * 100vw);
    padding-left: calc(16 / 1440 * 100vw);
    padding-right: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .before-after__label {
    padding-top: calc(6 / 375 * 100vw);
    padding-bottom: calc(6 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .before-after__label {
    padding-left: calc(16 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
  }
}

.detail__gallery-title {
  margin-bottom: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .detail__gallery-title {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .detail__gallery-title {
    margin-bottom: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .detail__gallery-title {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.detail__gallery-title h3 {
  font-size: 1.667vw;
}
@media screen and (max-width: 959px) {
  .detail__gallery-title h3 {
    font-size: 5.333vw;
  }
}
@media (min-width: 1441px) {
  .detail__gallery-title h3 {
    font-size: 1.667vw;
  }
}
.detail__gallery-title h3 {
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.voice__slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3888888889vw;
}
@media screen and (max-width: 959px) {
  .voice__slider {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.voice__button {
  margin-top: calc(60 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .voice__button {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.voice__button {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .voice__button {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .voice__button {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.voice-card__date {
  font-size: 0.903vw;
}
@media screen and (max-width: 959px) {
  .voice-card__date {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .voice-card__date {
    font-size: 0.903vw;
  }
}
.voice-card__date {
  color: #666666;
  letter-spacing: 0.05em;
  margin-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .voice-card__date {
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.voice-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.voice-card__tag {
  position: absolute;
  top: 0.6944444444vw;
  left: 0.6944444444vw;
  padding-top: calc(8 / 1440 * 100vw);
  padding-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .voice-card__tag {
    padding-top: calc(8 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
}
.voice-card__tag {
  padding-left: calc(16 / 1440 * 100vw);
  padding-right: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .voice-card__tag {
    padding-left: calc(16 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
  }
}
.voice-card__tag {
  background-color: #1F416E;
  color: #ffffff;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .voice-card__tag {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .voice-card__tag {
    font-size: 0.833vw;
  }
}
.voice-card__tag {
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 4px;
  z-index: 2;
}
.voice-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .voice-card__image {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .voice-card__image {
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .voice-card__image {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.voice-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.voice-card__category {
  position: absolute;
  top: 1.1111111111vw;
  left: 1.1111111111vw;
  padding-top: calc(8 / 1440 * 100vw);
  padding-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .voice-card__category {
    padding-top: calc(8 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
}
.voice-card__category {
  padding-left: calc(16 / 1440 * 100vw);
  padding-right: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .voice-card__category {
    padding-left: calc(16 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
  }
}
.voice-card__category {
  background-color: #1F416E;
  color: #ffffff;
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .voice-card__category {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .voice-card__category {
    font-size: 0.833vw;
  }
}
.voice-card__category {
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 4px;
}
@media screen and (max-width: 959px) {
  .voice-card__category {
    top: 3.2vw;
    left: 3.2vw;
  }
}
.voice-card__title {
  font-size: 1.25vw;
}
@media screen and (max-width: 959px) {
  .voice-card__title {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .voice-card__title {
    font-size: 1.25vw;
  }
}
.voice-card__title {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .voice-card__title {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .voice-card__title {
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .voice-card__title {
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
.voice-card__desc {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .voice-card__desc {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .voice-card__desc {
    font-size: 0.972vw;
  }
}
.voice-card__desc {
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #4d4d4d;
}
.voice-card:hover .work-card__image img {
  transform: scale(1.05);
}

.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7777777778vw;
}
@media screen and (max-width: 959px) {
  .blog__list {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.blog__button {
  margin-top: calc(60 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .blog__button {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.blog__button {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .blog__button {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .blog__button {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.blog-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.blog-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .blog-card__image {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .blog-card__image {
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .blog-card__image {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-card__date {
  display: inline-block;
  font-size: 0.903vw;
}
@media screen and (max-width: 959px) {
  .blog-card__date {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .blog-card__date {
    font-size: 0.903vw;
  }
}
.blog-card__date {
  color: #666666;
  letter-spacing: 0.05em;
  margin-bottom: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .blog-card__date {
    margin-bottom: calc(8 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .blog-card__date {
    margin-bottom: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .blog-card__date {
    margin-bottom: calc(6 / 375 * 100vw);
  }
}
.blog-card__category {
  display: inline-block;
  padding-top: calc(4 / 1440 * 100vw);
  padding-bottom: calc(4 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .blog-card__category {
    padding-top: calc(4 / 375 * 100vw);
    padding-bottom: calc(4 / 375 * 100vw);
  }
}
.blog-card__category {
  padding-left: calc(12 / 1440 * 100vw);
  padding-right: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .blog-card__category {
    padding-left: calc(12 / 375 * 100vw);
    padding-right: calc(12 / 375 * 100vw);
  }
}
.blog-card__category {
  background-color: #6685AD;
  color: #ffffff;
  font-size: 0.764vw;
}
@media screen and (max-width: 959px) {
  .blog-card__category {
    font-size: 2.667vw;
  }
}
@media (min-width: 1441px) {
  .blog-card__category {
    font-size: 0.764vw;
  }
}
.blog-card__category {
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 3px;
  margin-left: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .blog-card__category {
    margin-left: calc(12 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .blog-card__category {
    margin-left: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .blog-card__category {
    margin-left: calc(8 / 375 * 100vw);
  }
}
.blog-card__title {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .blog-card__title {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .blog-card__title {
    font-size: 0.972vw;
  }
}
.blog-card__title {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  margin-top: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .blog-card__title {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.blog-card__title {
  margin-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .blog-card__title {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .blog-card__title {
    margin-top: calc(10 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .blog-card__title {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .blog-card__title {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.blog-card__desc {
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .blog-card__desc {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .blog-card__desc {
    font-size: 0.833vw;
  }
}
.blog-card__desc {
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.05);
}

@media screen and (max-width: 959px) {
  .contact__content {
    order: 1;
  }
}
.contact__methods {
  display: flex;
  gap: 2.0833333333vw;
  margin-top: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact__methods {
    margin-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .contact__methods {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.contact__methods > div {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .contact__methods > div {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 959px) {
  .contact__methods {
    gap: 6.4vw;
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .contact__methods {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.contact__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  .contact__image {
    order: 2;
    aspect-ratio: 4/3;
  }
}
.contact__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-method {
  padding: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-method {
    padding: calc(30 / 375 * 100vw);
  }
}
.contact-method {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 959px) {
  .contact-method {
    padding: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .contact-method {
    padding: calc(24 / 375 * 100vw);
  }
}
.contact-method__title {
  font-size: 1.389vw;
}
@media screen and (max-width: 959px) {
  .contact-method__title {
    font-size: 4.8vw;
  }
}
@media (min-width: 1441px) {
  .contact-method__title {
    font-size: 1.389vw;
  }
}
.contact-method__title {
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-method__title {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .contact-method__title {
    margin-bottom: calc(10 / 1440 * 100vw);
    text-align: center;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .contact-method__title {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.contact-method__tel {
  font-size: 2.222vw;
}
@media screen and (max-width: 959px) {
  .contact-method__tel {
    font-size: 6.933vw;
  }
}
@media (min-width: 1441px) {
  .contact-method__tel {
    font-size: 2.222vw;
  }
}
.contact-method__tel {
  font-weight: 400;
  color: #1F416E;
  font-family: "Merriweather", serif;
  margin-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-method__tel {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .contact-method__tel {
    margin-bottom: calc(10 / 1440 * 100vw);
    text-align: center;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .contact-method__tel {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.contact-method__tel a {
  color: inherit;
  text-decoration: none;
}
.contact-method__desc {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .contact-method__desc {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .contact-method__desc {
    font-size: 0.972vw;
  }
}
.contact-method__desc {
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-method__desc {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .contact-method__desc {
    margin-bottom: calc(16 / 1440 * 100vw);
    text-align: center;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .contact-method__desc {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}

.global-footer {
  margin-left: 16.6666666667vw;
  background-color: #6685AD;
  color: #ffffff;
  padding-top: calc(100 / 1440 * 100vw);
  padding-bottom: calc(60 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .global-footer {
    padding-top: calc(100 / 375 * 100vw);
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
.global-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 959px) {
  .global-footer {
    padding-top: calc(60 / 1440 * 100vw);
    padding-bottom: calc(40 / 1440 * 100vw);
    margin-left: 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .global-footer {
    padding-top: calc(60 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
.global-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 4.1666666667vw;
  padding-bottom: calc(60 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .global-footer__inner {
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
.global-footer__inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 959px) {
  .global-footer__inner {
    flex-direction: column;
    gap: 10.6666666667vw;
    padding-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .global-footer__inner {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
.global-footer__info {
  max-width: 27.7777777778vw;
}
@media screen and (max-width: 959px) {
  .global-footer__info {
    max-width: 100%;
  }
}
.global-footer__logo {
  margin-bottom: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .global-footer__logo {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .global-footer__logo {
    margin-bottom: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .global-footer__logo {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.global-footer__logo img {
  width: 13.8888888889vw;
  height: auto;
}
@media screen and (max-width: 959px) {
  .global-footer__logo img {
    width: 42.6666666667vw;
  }
}
.global-footer__address {
  font-size: 1.042vw;
}
@media screen and (max-width: 959px) {
  .global-footer__address {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .global-footer__address {
    font-size: 1.042vw;
  }
}
.global-footer__address {
  line-height: 2;
  letter-spacing: 0.05em;
  font-style: normal;
}
.global-footer__address p + p {
  margin-top: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .global-footer__address p + p {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .global-footer__address p + p {
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .global-footer__address p + p {
    margin-top: calc(16 / 375 * 100vw);
  }
}
.global-footer__address a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.global-footer__address a:hover {
  color: #6685AD;
}
.global-footer__banner {
  margin-top: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .global-footer__banner {
    margin-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .global-footer__banner {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .global-footer__banner {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.global-footer__banner img {
  width: 100%;
  height: auto;
  max-width: 22.2222222222vw;
}
.global-footer__nav {
  display: flex;
  gap: 5.5555555556vw;
}
@media screen and (max-width: 959px) {
  .global-footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10.6666666667vw 5.3333333333vw;
  }
}
.global-footer__nav-title {
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .global-footer__nav-title {
    font-size: 4vw;
  }
}
@media (min-width: 1441px) {
  .global-footer__nav-title {
    font-size: 1.111vw;
  }
}
.global-footer__nav-title {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .global-footer__nav-title {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.global-footer__nav-title {
  position: relative;
  padding-bottom: 0.8333333333vw;
}
.global-footer__nav-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.3888888889vw;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 959px) {
  .global-footer__nav-title::after {
    width: 5.3333333333vw;
    height: 1px;
    bottom: -2vw;
  }
}
@media screen and (max-width: 959px) {
  .global-footer__nav-title {
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .global-footer__nav-title {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.global-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.9722222222vw;
}
@media screen and (max-width: 959px) {
  .global-footer__nav-list {
    gap: 3.2vw;
  }
}
.global-footer__nav-list li {
  list-style: none;
}
.global-footer__nav-list a {
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .global-footer__nav-list a {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .global-footer__nav-list a {
    font-size: 0.833vw;
  }
}
.global-footer__nav-list a {
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
.global-footer__nav-list a:hover {
  transform: translateX(0.2777777778vw);
}
.global-footer__bottom {
  padding-top: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .global-footer__bottom {
    padding-top: calc(40 / 375 * 100vw);
  }
}
.global-footer__bottom {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .global-footer__bottom {
    padding-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .global-footer__bottom {
    padding-top: calc(30 / 375 * 100vw);
  }
}
.global-footer__copyright {
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .global-footer__copyright {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .global-footer__copyright {
    font-size: 0.833vw;
  }
}
.global-footer__copyright {
  letter-spacing: 0.05em;
}
.global-footer__privacy {
  font-size: 0.764vw;
}
@media screen and (max-width: 959px) {
  .global-footer__privacy {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .global-footer__privacy {
    font-size: 0.764vw;
  }
}
.global-footer__privacy {
  letter-spacing: 0.05em;
  margin-top: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .global-footer__privacy {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.global-footer__privacy {
  text-align: right;
}
@media screen and (max-width: 959px) {
  .global-footer__privacy {
    text-align: center;
  }
}
.global-footer__privacy a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.global-footer__privacy a:hover {
  color: #6685AD;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(18 / 1440 * 100vw);
  padding-bottom: calc(18 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .btn-primary {
    padding-top: calc(18 / 375 * 100vw);
    padding-bottom: calc(18 / 375 * 100vw);
  }
}
.btn-primary {
  padding-left: calc(40 / 1440 * 100vw);
  padding-right: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .btn-primary {
    padding-left: calc(40 / 375 * 100vw);
    padding-right: calc(40 / 375 * 100vw);
  }
}
.btn-primary {
  background-color: #6685AD;
  color: #ffffff;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .btn-primary {
    font-size: 4vw;
  }
}
@media (min-width: 1441px) {
  .btn-primary {
    font-size: 1.111vw;
  }
}
.btn-primary {
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 1000px;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .btn-primary {
    padding-top: calc(16 / 1440 * 100vw);
    padding-bottom: calc(16 / 1440 * 100vw);
    padding-left: calc(32 / 1440 * 100vw);
    padding-right: calc(32 / 1440 * 100vw);
    display: block;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-primary {
    padding-top: calc(16 / 375 * 100vw);
    padding-bottom: calc(16 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-primary {
    padding-left: calc(32 / 375 * 100vw);
    padding-right: calc(32 / 375 * 100vw);
  }
}
.btn-primary:hover {
  background-color: rgb(81.7208510638, 112.6153191489, 152.4791489362);
  transform: translateY(-0.1388888889vw);
}
.btn-primary:active {
  transform: translateY(0);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5555555556vw;
  padding-top: calc(5 / 1440 * 100vw);
  padding-bottom: calc(5 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .btn-outline {
    padding-top: calc(5 / 375 * 100vw);
    padding-bottom: calc(5 / 375 * 100vw);
  }
}
.btn-outline {
  padding-left: calc(20 / 1440 * 100vw);
  padding-right: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .btn-outline {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.btn-outline {
  background-color: transparent;
  color: #1F416E;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .btn-outline {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .btn-outline {
    font-size: 0.972vw;
  }
}
.btn-outline {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: 2px solid #1F416E;
  border-radius: 1000px;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), gap 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .btn-outline {
    padding-top: calc(12 / 1440 * 100vw);
    padding-bottom: calc(12 / 1440 * 100vw);
    padding-left: calc(28 / 1440 * 100vw);
    padding-right: calc(28 / 1440 * 100vw);
    gap: 1.6vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-outline {
    padding-top: calc(12 / 375 * 100vw);
    padding-bottom: calc(12 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-outline {
    padding-left: calc(28 / 375 * 100vw);
    padding-right: calc(28 / 375 * 100vw);
  }
}
.btn-outline:hover {
  background-color: #1F416E;
  color: #ffffff;
  gap: 0.8333333333vw;
}
@media screen and (max-width: 959px) {
  .btn-outline:hover {
    gap: 2.6666666667vw;
  }
}
.btn-outline--large {
  padding-top: calc(10 / 1440 * 100vw);
  padding-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .btn-outline--large {
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.btn-outline--large {
  padding-left: calc(20 / 1440 * 100vw);
  padding-right: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .btn-outline--large {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.btn-outline--large {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .btn-outline--large {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .btn-outline--large {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 959px) {
  .btn-outline--large {
    padding-top: calc(18 / 1440 * 100vw);
    padding-bottom: calc(18 / 1440 * 100vw);
    padding-left: calc(40 / 1440 * 100vw);
    padding-right: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-outline--large {
    padding-top: calc(18 / 375 * 100vw);
    padding-bottom: calc(18 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .btn-outline--large {
    padding-left: calc(40 / 375 * 100vw);
    padding-right: calc(40 / 375 * 100vw);
  }
}
.btn-outline svg {
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .btn-outline svg {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

[data-scroll-trigger] {
  opacity: 0;
  transform: translateY(2.0833333333vw);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
[data-scroll-trigger].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.main-visual[data-scroll-trigger] {
  opacity: 1;
  transform: translateY(0);
}

body.menu-open {
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  body.menu-open {
    overflow: auto;
  }
}

.contact-form {
  width: 100%;
  max-width: 55.5555555556vw;
  margin: 0 auto;
  border-top: 1px solid #efefef;
}
@media screen and (max-width: 959px) {
  .contact-form {
    max-width: 100%;
  }
}
.contact-form__row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 959px) {
  .contact-form__row {
    display: block;
  }
}
.contact-form__label {
  width: 100%;
  background-color: #f8f8f8;
  padding-left: calc(24 / 1440 * 100vw);
  padding-right: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-form__label {
    padding-left: calc(24 / 375 * 100vw);
    padding-right: calc(24 / 375 * 100vw);
  }
}
.contact-form__label {
  padding-top: calc(20 / 1440 * 100vw);
  padding-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-form__label {
    padding-top: calc(20 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.contact-form__label {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6944444444vw;
  font-size: 1.042vw;
}
@media screen and (max-width: 959px) {
  .contact-form__label {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .contact-form__label {
    font-size: 1.042vw;
  }
}
.contact-form__label {
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .contact-form__label {
    width: 100%;
    padding-left: calc(24 / 1440 * 100vw);
    padding-right: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .contact-form__label {
    padding-left: calc(24 / 375 * 100vw);
    padding-right: calc(24 / 375 * 100vw);
  }
}
.contact-form__label label {
  cursor: pointer;
}
.contact-form__required {
  display: inline-block;
  background-color: #e63946;
  color: #fff;
  font-size: 0.764vw;
}
@media screen and (max-width: 959px) {
  .contact-form__required {
    font-size: 2.933vw;
  }
}
@media (min-width: 1441px) {
  .contact-form__required {
    font-size: 0.764vw;
  }
}
.contact-form__required {
  line-height: 1;
  padding-top: calc(2 / 1440 * 100vw);
  padding-bottom: calc(2 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-form__required {
    padding-top: calc(2 / 375 * 100vw);
    padding-bottom: calc(2 / 375 * 100vw);
  }
}
.contact-form__required {
  padding-left: calc(6 / 1440 * 100vw);
  padding-right: calc(6 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-form__required {
    padding-left: calc(6 / 375 * 100vw);
    padding-right: calc(6 / 375 * 100vw);
  }
}
.contact-form__required {
  border-radius: 0.1388888889vw;
  vertical-align: middle;
}
@media screen and (max-width: 959px) {
  .contact-form__required {
    padding-top: calc(2 / 1440 * 100vw);
    padding-bottom: calc(2 / 1440 * 100vw);
    padding-left: calc(6 / 1440 * 100vw);
    padding-right: calc(6 / 1440 * 100vw);
    border-radius: 0.5333333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .contact-form__required {
    padding-top: calc(2 / 375 * 100vw);
    padding-bottom: calc(2 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .contact-form__required {
    padding-left: calc(6 / 375 * 100vw);
    padding-right: calc(6 / 375 * 100vw);
  }
}
.contact-form__input {
  width: 100%;
  padding-top: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-form__input {
    padding-top: calc(16 / 375 * 100vw);
  }
}
.contact-form__input {
  padding-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-form__input {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.contact-form__input {
  padding-left: calc(24 / 1440 * 100vw);
  padding-right: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-form__input {
    padding-left: calc(24 / 375 * 100vw);
    padding-right: calc(24 / 375 * 100vw);
  }
}
.contact-form__input {
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .contact-form__input {
    width: 100%;
  }
}
.contact-form__input input[type=text],
.contact-form__input input[type=email],
.contact-form__input input[type=tel],
.contact-form__input textarea,
.contact-form__input select {
  padding-top: calc(10 / 1440 * 100vw);
  padding-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-form__input input[type=text],
  .contact-form__input input[type=email],
  .contact-form__input input[type=tel],
  .contact-form__input textarea,
  .contact-form__input select {
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.contact-form__input input[type=text],
.contact-form__input input[type=email],
.contact-form__input input[type=tel],
.contact-form__input textarea,
.contact-form__input select {
  padding-left: calc(10 / 1440 * 100vw);
  padding-right: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-form__input input[type=text],
  .contact-form__input input[type=email],
  .contact-form__input input[type=tel],
  .contact-form__input textarea,
  .contact-form__input select {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}
.contact-form__input input[type=text],
.contact-form__input input[type=email],
.contact-form__input input[type=tel],
.contact-form__input textarea,
.contact-form__input select {
  width: 100%;
  border-radius: 0.2777777778vw;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .contact-form__input input[type=text],
  .contact-form__input input[type=email],
  .contact-form__input input[type=tel],
  .contact-form__input textarea,
  .contact-form__input select {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .contact-form__input input[type=text],
  .contact-form__input input[type=email],
  .contact-form__input input[type=tel],
  .contact-form__input textarea,
  .contact-form__input select {
    font-size: 0.972vw;
  }
}
.contact-form__input input[type=text],
.contact-form__input input[type=email],
.contact-form__input input[type=tel],
.contact-form__input textarea,
.contact-form__input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.3s;
  box-sizing: border-box;
}
.contact-form__input input[type=text]:focus,
.contact-form__input input[type=email]:focus,
.contact-form__input input[type=tel]:focus,
.contact-form__input textarea:focus,
.contact-form__input select:focus {
  outline: none;
  border-color: #1F416E;
}
.contact-form__input input[type=text]::-moz-placeholder, .contact-form__input input[type=email]::-moz-placeholder, .contact-form__input input[type=tel]::-moz-placeholder, .contact-form__input textarea::-moz-placeholder, .contact-form__input select::-moz-placeholder {
  font-size: 0.972vw;
}
.contact-form__input input[type=text]::placeholder,
.contact-form__input input[type=email]::placeholder,
.contact-form__input input[type=tel]::placeholder,
.contact-form__input textarea::placeholder,
.contact-form__input select::placeholder {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .contact-form__input input[type=text]::-moz-placeholder, .contact-form__input input[type=email]::-moz-placeholder, .contact-form__input input[type=tel]::-moz-placeholder, .contact-form__input textarea::-moz-placeholder, .contact-form__input select::-moz-placeholder {
    font-size: 3.733vw;
  }
  .contact-form__input input[type=text]::placeholder,
  .contact-form__input input[type=email]::placeholder,
  .contact-form__input input[type=tel]::placeholder,
  .contact-form__input textarea::placeholder,
  .contact-form__input select::placeholder {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .contact-form__input input[type=text]::-moz-placeholder, .contact-form__input input[type=email]::-moz-placeholder, .contact-form__input input[type=tel]::-moz-placeholder, .contact-form__input textarea::-moz-placeholder, .contact-form__input select::-moz-placeholder {
    font-size: 0.972vw;
  }
  .contact-form__input input[type=text]::placeholder,
  .contact-form__input input[type=email]::placeholder,
  .contact-form__input input[type=tel]::placeholder,
  .contact-form__input textarea::placeholder,
  .contact-form__input select::placeholder {
    font-size: 0.972vw;
  }
}
.contact-form__input input[type=text]::-moz-placeholder, .contact-form__input input[type=email]::-moz-placeholder, .contact-form__input input[type=tel]::-moz-placeholder, .contact-form__input textarea::-moz-placeholder, .contact-form__input select::-moz-placeholder {
  color: #999999;
}
.contact-form__input input[type=text]::placeholder,
.contact-form__input input[type=email]::placeholder,
.contact-form__input input[type=tel]::placeholder,
.contact-form__input textarea::placeholder,
.contact-form__input select::placeholder {
  color: #999999;
}
.contact-form__input textarea {
  resize: vertical;
  min-height: 13.8888888889vw;
}
.contact-form__select {
  position: relative;
  width: 100%;
}
.contact-form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8333333333vw;
  transform: translateY(-50%);
  width: 0.6944444444vw;
  height: 0.4166666667vw;
  background-color: #666666;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.contact-form__checks {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
}
.contact-form__checks .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3888888889vw;
}
@media screen and (max-width: 959px) {
  .contact-form__checks .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 3.2vw;
  }
}
.contact-form__note {
  margin-top: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-form__note {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.contact-form__note {
  display: inline-block;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .contact-form__note {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .contact-form__note {
    font-size: 0.972vw;
  }
}
.contact-form__note {
  color: #666666;
  line-height: 1.6;
}
.contact-form__button {
  margin-top: calc(60 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-form__button {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.contact-form__button {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .contact-form__button {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .contact-form__button {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.contact-form .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .contact-form .wpcf7-not-valid-tip {
    margin-top: calc(10 / 375 * 100vw);
  }
}

.page-nav {
  padding-top: calc(100 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .page-nav {
    padding-top: calc(100 / 375 * 100vw);
  }
}
.page-nav {
  padding-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .page-nav {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
.page-nav {
  margin-bottom: calc(100 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .page-nav {
    margin-bottom: calc(100 / 375 * 100vw);
  }
}
.page-nav {
  background-color: #ffffff;
}
@media screen and (max-width: 959px) {
  .page-nav {
    padding-top: calc(60 / 1440 * 100vw);
    padding-bottom: calc(20 / 1440 * 100vw);
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-nav {
    padding-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-nav {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-nav {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.page-nav__inner {
  width: 100%;
  max-width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 0 3.4722222222vw;
}
@media screen and (max-width: 959px) {
  .page-nav__inner {
    padding: 0 5vw;
  }
}
.page-nav__inner {
  max-width: 83.3333333333vw;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 959px) {
  .page-nav__inner {
    gap: 5.3333333333vw;
  }
}
.page-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #333333;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  padding-top: calc(60 / 1440 * 100vw);
  padding-bottom: calc(60 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .page-nav__link {
    padding-top: calc(60 / 375 * 100vw);
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
.page-nav__link {
  padding-left: calc(30 / 1440 * 100vw);
  padding-right: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .page-nav__link {
    padding-left: calc(30 / 375 * 100vw);
    padding-right: calc(30 / 375 * 100vw);
  }
}
.page-nav__link {
  width: 100%;
  max-width: 25vw;
  border: 1px solid #efefef;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .page-nav__link {
    padding-top: calc(40 / 1440 * 100vw);
    padding-bottom: calc(40 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-nav__link {
    padding-top: calc(40 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-nav__link {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.page-nav__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1F416E;
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}
.page-nav__link:hover {
  color: #ffffff;
  border-color: #1F416E;
}
.page-nav__link:hover::before {
  width: 100%;
}
.page-nav__link:hover .page-nav__arrow {
  transform: translateY(0.6944444444vw);
  color: #ffffff;
}
.page-nav__link:hover .page-nav__label {
  color: rgba(255, 255, 255, 0.7);
}
.page-nav__label {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "Merriweather", serif;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .page-nav__label {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .page-nav__label {
    font-size: 1.111vw;
  }
}
.page-nav__label {
  letter-spacing: 0.2em;
  font-weight: 300;
  font-style: italic;
  color: #6685AD;
  margin-bottom: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .page-nav__label {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.page-nav__label {
  transition: color 0.6s ease;
}
.page-nav__title {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 1.667vw;
}
@media screen and (max-width: 959px) {
  .page-nav__title {
    font-size: 4.8vw;
  }
}
@media (min-width: 1441px) {
  .page-nav__title {
    font-size: 1.667vw;
  }
}
.page-nav__title {
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.page-nav__arrow {
  position: relative;
  z-index: 1;
  margin-top: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .page-nav__arrow {
    margin-top: calc(24 / 375 * 100vw);
  }
}
.page-nav__arrow {
  font-size: 1.667vw;
}
@media screen and (max-width: 959px) {
  .page-nav__arrow {
    font-size: 5.333vw;
  }
}
@media (min-width: 1441px) {
  .page-nav__arrow {
    font-size: 1.667vw;
  }
}
.page-nav__arrow {
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  display: inline-block;
  color: #6685AD;
  transform: rotate(90deg);
}
@media screen and (max-width: 959px) {
  .page-nav__arrow {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .page-nav__arrow {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.faq-page {
  padding-top: calc(100 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .faq-page {
    padding-top: calc(100 / 375 * 100vw);
  }
}
.faq-page {
  padding-bottom: calc(140 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .faq-page {
    padding-bottom: calc(140 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .faq-page {
    padding-top: calc(60 / 1440 * 100vw);
    padding-bottom: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .faq-page {
    padding-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .faq-page {
    padding-bottom: calc(80 / 375 * 100vw);
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
}

.faq-item {
  border: 1px solid #efefef;
  background-color: #ffffff;
  transition: all 0.4s ease;
}
.faq-item__question {
  width: 100%;
  padding-top: calc(24 / 1440 * 100vw);
  padding-bottom: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .faq-item__question {
    padding-top: calc(24 / 375 * 100vw);
    padding-bottom: calc(24 / 375 * 100vw);
  }
}
.faq-item__question {
  padding-left: calc(32 / 1440 * 100vw);
  padding-right: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .faq-item__question {
    padding-left: calc(32 / 375 * 100vw);
    padding-right: calc(32 / 375 * 100vw);
  }
}
.faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .faq-item__question {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .faq-item__question {
    font-size: 0.972vw;
  }
}
.faq-item__question {
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  transition: color 0.3s ease;
}
.faq-item__question-main {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.faq-item__question-main span:first-child {
  color: #1F416E;
  margin-right: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .faq-item__question-main span:first-child {
    margin-right: calc(12 / 375 * 100vw);
  }
}
.faq-item__question-main span:first-child {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 1.667vw;
}
@media screen and (max-width: 959px) {
  .faq-item__question-main span:first-child {
    font-size: 5.333vw;
  }
}
@media (min-width: 1441px) {
  .faq-item__question-main span:first-child {
    font-size: 1.667vw;
  }
}
.faq-item__question-main span:first-child {
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .faq-item__question {
    padding-top: calc(18 / 1440 * 100vw);
    padding-bottom: calc(18 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .faq-item__question {
    padding-top: calc(18 / 375 * 100vw);
    padding-bottom: calc(18 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .faq-item__question {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.faq-item__question:hover {
  color: #1F416E;
}
.faq-item__icon {
  position: relative;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  flex-shrink: 0;
  margin-left: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .faq-item__icon {
    margin-left: calc(20 / 375 * 100vw);
  }
}
.faq-item__icon::before, .faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8333333333vw;
  height: 0.1388888889vw;
  background-color: #efefef;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item.is-active {
  border-color: #1F416E;
}
.faq-item.is-active .faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}
.faq-item.is-active .faq-item__icon::before {
  background-color: #1F416E;
}
.faq-item__answer {
  display: none;
  padding-left: calc(32 / 1440 * 100vw);
  padding-right: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .faq-item__answer {
    padding-left: calc(32 / 375 * 100vw);
    padding-right: calc(32 / 375 * 100vw);
  }
}
.faq-item__answer {
  padding-bottom: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .faq-item__answer {
    padding-bottom: calc(32 / 375 * 100vw);
  }
}
.faq-item__answer {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .faq-item__answer {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .faq-item__answer {
    font-size: 0.972vw;
  }
}
.faq-item__answer {
  line-height: 1.8;
  color: rgba(51, 51, 51, 0.8);
}
@media screen and (max-width: 959px) {
  .faq-item__answer {
    padding-left: calc(20 / 1440 * 100vw);
    padding-right: calc(20 / 1440 * 100vw);
    padding-bottom: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .faq-item__answer {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .faq-item__answer {
    padding-bottom: calc(24 / 375 * 100vw);
  }
}
.faq-item__answer p {
  position: relative;
  padding-left: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .faq-item__answer p {
    padding-left: calc(32 / 375 * 100vw);
  }
}
.faq-item__answer p::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  color: #6685AD;
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 1.389vw;
}
@media screen and (max-width: 959px) {
  .faq-item__answer p::before {
    font-size: 4.8vw;
  }
}
@media (min-width: 1441px) {
  .faq-item__answer p::before {
    font-size: 1.389vw;
  }
}
.faq-item__answer p::before {
  font-weight: 600;
}

.product-detail__contents > h2,
.product-detail__contents > h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 1.944vw;
}
@media screen and (max-width: 959px) {
  .product-detail__contents > h2,
  .product-detail__contents > h3 {
    font-size: 5.867vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__contents > h2,
  .product-detail__contents > h3 {
    font-size: 1.944vw;
  }
}
.product-detail__contents > h2,
.product-detail__contents > h3 {
  line-height: 1.5;
  margin-bottom: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__contents > h2,
  .product-detail__contents > h3 {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.product-detail__contents > p {
  margin-bottom: calc(15 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__contents > p {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.product-detail__product-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 1.944vw;
}
@media screen and (max-width: 959px) {
  .product-detail__product-title {
    font-size: 5.867vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__product-title {
    font-size: 1.944vw;
  }
}
.product-detail__product-title {
  line-height: 1.5;
  margin-bottom: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__product-title {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.product-detail__option-caption p + p {
  margin-top: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__option-caption p + p {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.product-detail__option-url a {
  color: #2a5dea;
  text-decoration: underline;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-wrap: anywhere;
}
.product-detail__option-url a:hover {
  opacity: 0.8;
}
.product-detail__intro-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}
@media screen and (min-width: 960px) {
  .product-detail__intro-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.7777777778vw;
    margin-bottom: calc(48 / 1440 * 100vw);
  }
}
@media screen and (min-width: 960px) and (max-width: 959px) {
  .product-detail__intro-row {
    margin-bottom: calc(48 / 375 * 100vw);
  }
}
.product-detail__intro-col {
  min-width: 0;
}
@media screen and (min-width: 960px) {
  .product-detail__intro-col--visual .detail__main-image {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .product-detail__intro-col--pricing .product-detail__section-title {
    margin-top: 0;
  }
}
.product-detail__model {
  color: #4d4d4d;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .product-detail__model {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__model {
    font-size: 0.972vw;
  }
}
.product-detail__model {
  line-height: 1.8;
  margin-bottom: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__model {
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.product-detail__section-main-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 1.528vw;
}
@media screen and (max-width: 959px) {
  .product-detail__section-main-title {
    font-size: 4.8vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__section-main-title {
    font-size: 1.528vw;
  }
}
.product-detail__section-main-title {
  line-height: 1.6;
  margin-bottom: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__section-main-title {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.product-detail__section-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 1.528vw;
}
@media screen and (max-width: 959px) {
  .product-detail__section-title {
    font-size: 4.8vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__section-title {
    font-size: 1.528vw;
  }
}
.product-detail__section-title {
  line-height: 1.6;
  margin-top: calc(48 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__section-title {
    margin-top: calc(48 / 375 * 100vw);
  }
}
.product-detail__section-title {
  margin-bottom: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__section-title {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.product-detail__price-card {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: calc(26 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__price-card {
    padding: calc(26 / 375 * 100vw);
  }
}
.product-detail__price-card {
  margin-bottom: calc(32 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__price-card {
    margin-bottom: calc(32 / 375 * 100vw);
  }
}
.product-detail__price-lead {
  color: #1F416E;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 0.903vw;
}
@media screen and (max-width: 959px) {
  .product-detail__price-lead {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__price-lead {
    font-size: 0.903vw;
  }
}
.product-detail__price-lead {
  margin-bottom: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__price-lead {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}
.product-detail__price-note {
  color: #4d4d4d;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .product-detail__price-note {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__price-note {
    font-size: 0.972vw;
  }
}
.product-detail__price-note {
  line-height: 1.8;
  margin-top: calc(14 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__price-note {
    margin-top: calc(14 / 375 * 100vw);
  }
}
.product-detail__price-include {
  color: #4d4d4d;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .product-detail__price-include {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__price-include {
    font-size: 0.972vw;
  }
}
.product-detail__price-include {
  line-height: 1.8;
  font-weight: 500;
  margin-top: calc(6 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__price-include {
    margin-top: calc(6 / 375 * 100vw);
  }
}
.product-detail__price-include {
  margin-bottom: calc(6 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__price-include {
    margin-bottom: calc(6 / 375 * 100vw);
  }
}
.product-detail__tax-note {
  color: #4d4d4d;
  font-size: 0.903vw;
}
@media screen and (max-width: 959px) {
  .product-detail__tax-note {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__tax-note {
    font-size: 0.903vw;
  }
}
.product-detail__tax-note {
  line-height: 1.8;
  margin-top: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__tax-note {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.product-detail__price-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.product-detail__price-table th,
.product-detail__price-table td {
  border: 1px solid #efefef;
  padding: 1.1111111111vw;
  text-align: left;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .product-detail__price-table th,
  .product-detail__price-table td {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__price-table th,
  .product-detail__price-table td {
    font-size: 0.972vw;
  }
}
.product-detail__price-table th {
  background-color: #f8f8f8;
  font-weight: 500;
  color: #333333;
  width: 42%;
}
.product-detail__price-table td {
  color: #4d4d4d;
}
@media screen and (max-width: 959px) {
  .product-detail__price-table th {
    background-color: #efefef;
  }
  .product-detail__price-table th,
  .product-detail__price-table td {
    display: block;
    margin-bottom: 4.2666666667vw;
    border: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    padding-top: calc(18 / 1440 * 100vw);
    padding-bottom: calc(18 / 1440 * 100vw);
    padding-left: calc(12 / 1440 * 100vw);
    padding-right: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .product-detail__price-table th,
  .product-detail__price-table td {
    padding-top: calc(18 / 375 * 100vw);
    padding-bottom: calc(18 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .product-detail__price-table th,
  .product-detail__price-table td {
    padding-left: calc(12 / 375 * 100vw);
    padding-right: calc(12 / 375 * 100vw);
  }
}
.product-detail__option-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__option-grid {
    padding: calc(40 / 375 * 100vw);
  }
}
.product-detail__option-grid {
  gap: 2.7777777778vw;
  background-color: #f8f8f8;
  border-radius: 12px;
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__option-grid {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .product-detail__option-grid {
    grid-template-columns: repeat(1, 1fr);
    padding: calc(24 / 1440 * 100vw);
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .product-detail__option-grid {
    padding: calc(24 / 375 * 100vw);
  }
}
.product-detail__option-item {
  display: flex;
  flex-direction: column;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 959px) {
  .product-detail__option-item {
    gap: 3.2vw;
  }
}
.product-detail__option-image {
  width: 100%;
  aspect-ratio: 16/11;
  overflow: hidden;
  border-radius: 8px;
  background-color: #efefef;
}
.product-detail__option-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-detail__option-name {
  font-size: 1.042vw;
}
@media screen and (max-width: 959px) {
  .product-detail__option-name {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__option-name {
    font-size: 1.042vw;
  }
}
.product-detail__option-name {
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.product-detail__size-tables {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6666666667vw;
  margin-top: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__size-tables {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.product-detail__size-tables {
  min-width: 0;
}
.product-detail__size-tables table {
  width: 100%;
  border-collapse: collapse;
}
.product-detail__size-tables table thead tr td {
  background-color: #f8f8f8;
  font-weight: 500;
  color: #333333;
}
.product-detail__size-tables table th,
.product-detail__size-tables table td {
  border: 1px solid #efefef;
  padding: 1.1111111111vw;
  text-align: left;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .product-detail__size-tables table th,
  .product-detail__size-tables table td {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__size-tables table th,
  .product-detail__size-tables table td {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 959px) {
  .product-detail__size-tables table {
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .product-detail__size-tables table th,
  .product-detail__size-tables table td {
    padding: 2.6666666667vw 3.2vw;
  }
}
.product-detail__size-tables table th {
  background-color: #f8f8f8;
  font-weight: 500;
  color: #333333;
}
.product-detail__size-tables table td {
  color: #4d4d4d;
}
.product-detail__size-block {
  border-radius: 12px;
}
@media screen and (max-width: 959px) {
  .product-detail__size-block {
    overflow: hidden;
    padding-top: calc(0 / 1440 * 100vw);
    padding-bottom: calc(20 / 1440 * 100vw);
    padding-left: calc(0 / 1440 * 100vw);
    padding-right: calc(0 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .product-detail__size-block {
    padding-top: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .product-detail__size-block {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .product-detail__size-block {
    padding-left: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .product-detail__size-block {
    padding-right: calc(0 / 375 * 100vw);
  }
}
.product-detail__size-table-wrap {
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .product-detail__size-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.product-detail__size-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 1.25vw;
}
@media screen and (max-width: 959px) {
  .product-detail__size-title {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__size-title {
    font-size: 1.25vw;
  }
}
.product-detail__size-title {
  margin-bottom: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__size-title {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
.product-detail__size-title {
  line-height: 1.6;
}
.product-detail__price-list {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__price-list {
    padding: calc(24 / 375 * 100vw);
  }
}
.product-detail__price-list {
  display: grid;
  gap: 0.8333333333vw;
  margin-top: calc(12 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__price-list {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.product-detail__price-list li {
  display: flex;
  justify-content: space-between;
  gap: 1.1111111111vw;
  align-items: baseline;
  padding-bottom: 0.6944444444vw;
  border-bottom: 1px solid #efefef;
}
.product-detail__price-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.product-detail__price-item-name {
  color: #333333;
  font-weight: 500;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .product-detail__price-item-name {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__price-item-name {
    font-size: 0.972vw;
  }
}
.product-detail__price-item-name {
  line-height: 1.6;
}
.product-detail__price-item-value {
  color: #1F416E;
  font-weight: 600;
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .product-detail__price-item-value {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__price-item-value {
    font-size: 0.972vw;
  }
}
.product-detail__price-item-value {
  line-height: 1.6;
  white-space: nowrap;
}
.product-detail__option-sections {
  margin-top: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__option-sections {
    margin-top: calc(16 / 375 * 100vw);
  }
}
.product-detail__bullet-list {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: calc(24 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__bullet-list {
    padding: calc(24 / 375 * 100vw);
  }
}
.product-detail__bullet-list {
  margin-bottom: calc(18 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__bullet-list {
    margin-bottom: calc(18 / 375 * 100vw);
  }
}
.product-detail__bullet-list li {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .product-detail__bullet-list li {
    font-size: 3.467vw;
  }
}
@media (min-width: 1441px) {
  .product-detail__bullet-list li {
    font-size: 0.972vw;
  }
}
.product-detail__bullet-list li {
  color: #4d4d4d;
  line-height: 1.8;
  position: relative;
  padding-left: calc(16 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__bullet-list li {
    padding-left: calc(16 / 375 * 100vw);
  }
}
.product-detail__bullet-list li {
  margin: 0;
}
.product-detail__bullet-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #1F416E;
}
.product-detail__bullet-list li + li {
  margin-top: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .product-detail__bullet-list li + li {
    margin-top: calc(10 / 375 * 100vw);
  }
}

.nav-cta {
  padding-top: calc(0 / 1440 * 100vw);
  padding-bottom: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .nav-cta {
    padding-top: calc(0 / 375 * 100vw);
    padding-bottom: calc(80 / 375 * 100vw);
  }
}
.nav-cta {
  background-color: #ffffff;
}
.nav-cta__list {
  display: flex;
  justify-content: center;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 959px) {
  .nav-cta__list {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 0 5vw;
  }
}
.nav-cta__item {
  flex: 1;
  max-width: 34.7222222222vw;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: calc(80 / 1440 * 100vw);
  padding-bottom: calc(80 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .nav-cta__item {
    padding-top: calc(80 / 375 * 100vw);
    padding-bottom: calc(80 / 375 * 100vw);
  }
}
.nav-cta__item {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .nav-cta__item {
    max-width: 100%;
    padding-top: calc(50 / 1440 * 100vw);
    padding-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .nav-cta__item {
    padding-top: calc(50 / 375 * 100vw);
    padding-bottom: calc(50 / 375 * 100vw);
  }
}
.nav-cta__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 133, 173, 0.03);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.nav-cta__item:hover {
  transform: translateY(-0.5555555556vw);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
  border-color: #6685AD;
}
.nav-cta__item:hover::before {
  opacity: 1;
}
.nav-cta__item:hover .nav-cta__arrow {
  transform: translateY(0.6944444444vw);
  opacity: 0.7;
}
.nav-cta__en {
  font-size: 1.25vw;
}
@media screen and (max-width: 959px) {
  .nav-cta__en {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .nav-cta__en {
    font-size: 1.25vw;
  }
}
.nav-cta__en {
  font-family: "Merriweather", serif;
  font-style: italic;
  color: #6685AD;
  margin-bottom: calc(15 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .nav-cta__en {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.nav-cta__en {
  letter-spacing: 0.15em;
  font-weight: 300;
}
.nav-cta__ja {
  font-size: 1.806vw;
}
@media screen and (max-width: 959px) {
  .nav-cta__ja {
    font-size: 5.333vw;
  }
}
@media (min-width: 1441px) {
  .nav-cta__ja {
    font-size: 1.806vw;
  }
}
.nav-cta__ja {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
  color: #333333;
  margin-bottom: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .nav-cta__ja {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.nav-cta__ja {
  letter-spacing: 0.1em;
}
.nav-cta__arrow {
  font-size: 1.667vw;
}
@media screen and (max-width: 959px) {
  .nav-cta__arrow {
    font-size: 5.333vw;
  }
}
@media (min-width: 1441px) {
  .nav-cta__arrow {
    font-size: 1.667vw;
  }
}
.nav-cta__arrow {
  color: #6685AD;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  font-weight: 300;
}

.maker__list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2.7777777778vw;
}
@media screen and (max-width: 959px) {
  .maker__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 5.3333333333vw;
  }
}

.wysiwyg.voice-detail h4 {
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg.voice-detail h4 {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .wysiwyg.voice-detail h4 {
    font-size: 1.111vw;
  }
}
.wysiwyg.voice-detail h4 {
  background-color: #f8f8f8;
  padding-top: calc(10 / 1440 * 100vw);
  padding-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .wysiwyg.voice-detail h4 {
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.wysiwyg.voice-detail h4 {
  padding-left: calc(20 / 1440 * 100vw);
  padding-right: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .wysiwyg.voice-detail h4 {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.wysiwyg {
  font-weight: 500;
  line-height: 1.8;
}
.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
  margin-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .wysiwyg p,
  .wysiwyg h2,
  .wysiwyg h3,
  .wysiwyg h4,
  .wysiwyg table,
  .wysiwyg dl,
  .wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.wysiwyg h2 {
  font-size: 1.528vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    font-size: 5.867vw;
  }
}
@media (min-width: 1441px) {
  .wysiwyg h2 {
    font-size: 1.528vw;
  }
}
.wysiwyg h2 {
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.wysiwyg h3 {
  font-size: 1.389vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg h3 {
    font-size: 5.333vw;
  }
}
@media (min-width: 1441px) {
  .wysiwyg h3 {
    font-size: 1.389vw;
  }
}
.wysiwyg h3 {
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .wysiwyg h3 {
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.wysiwyg h4 {
  font-size: 1.25vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg h4 {
    font-size: 4.8vw;
  }
}
@media (min-width: 1441px) {
  .wysiwyg h4 {
    font-size: 1.25vw;
  }
}
.wysiwyg h4 {
  font-weight: bold;
  line-height: 1.6;
}
.wysiwyg p {
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg p {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .wysiwyg p {
    font-size: 1.111vw;
  }
}
.wysiwyg p {
  line-height: 2.2em;
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .wysiwyg p {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg p {
    line-height: 1.8em;
  }
}
.wysiwyg .wp-block-table {
  overflow-x: scroll;
}
.wysiwyg .wp-block-table::-webkit-scrollbar {
  width: 10px;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-track {
  border-radius: 0.6944444444vw;
  border: 1px solid #e7e7e7;
}
@media screen and (max-width: 959px) {
  .wysiwyg .wp-block-table::-webkit-scrollbar-track {
    border-radius: 2.6666666667vw;
  }
}
.wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 0.6944444444vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
    border-radius: 2.6666666667vw;
  }
}
.wysiwyg img {
  max-width: 100%;
  width: 100%;
}
.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img.alignright {
  float: right;
  margin-left: 1.5em;
}
.wysiwyg img.alignleft {
  float: left;
  margin-right: 1.5em;
}
.wysiwyg table thead {
  background-color: #454545;
  color: #fff;
  text-align: right;
}
.wysiwyg table thead th {
  text-align: center;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .wysiwyg table th,
  .wysiwyg table td {
    padding: calc(20 / 375 * 100vw);
  }
}
.wysiwyg table th,
.wysiwyg table td {
  white-space: nowrap;
  position: relative;
}
.wysiwyg table th::after,
.wysiwyg table td::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.6em;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wysiwyg table th:last-child::after,
.wysiwyg table td:last-child::after {
  display: none;
}
.wysiwyg table tbody tr td {
  border-bottom: 2px solid #e6e6e6;
}
.wysiwyg table tbody tr td:first-child {
  background-color: #f2f2f2;
}
.wysiwyg table tbody tr td:first-child::after {
  display: none;
}
.wysiwyg table tbody tr th {
  background-color: #f2f2f2;
}
.wysiwyg dl {
  border: 1px solid #ccc;
}
.wysiwyg dt,
.wysiwyg dd {
  padding: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .wysiwyg dt,
  .wysiwyg dd {
    padding: calc(20 / 375 * 100vw);
  }
}
.wysiwyg dt,
.wysiwyg dd {
  line-height: 1.6;
}
.wysiwyg dt {
  background-color: #454545;
  color: #fff;
}
.wysiwyg blockquote {
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg blockquote {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .wysiwyg blockquote {
    font-size: 1.111vw;
  }
}
.wysiwyg blockquote {
  line-height: 1.875;
  background-color: #f2f2f2;
  padding: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .wysiwyg blockquote {
    padding: calc(40 / 375 * 100vw);
  }
}
.wysiwyg blockquote {
  position: relative;
}
.wysiwyg blockquote::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 24px;
  color: #9e9b94;
  font-size: 1.667vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg blockquote::before {
    font-size: 5.333vw;
  }
}
@media (min-width: 1441px) {
  .wysiwyg blockquote::before {
    font-size: 1.667vw;
  }
}
.wysiwyg blockquote::after {
  content: "”";
  position: absolute;
  bottom: 12px;
  right: 24px;
  color: #9e9b94;
  font-size: 1.667vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg blockquote::after {
    font-size: 5.333vw;
  }
}
@media (min-width: 1441px) {
  .wysiwyg blockquote::after {
    font-size: 1.667vw;
  }
}
.wysiwyg blockquote cite {
  font-size: 0.972vw;
}
@media screen and (max-width: 959px) {
  .wysiwyg blockquote cite {
    font-size: 3.733vw;
  }
}
@media (min-width: 1441px) {
  .wysiwyg blockquote cite {
    font-size: 0.972vw;
  }
}
.wysiwyg blockquote cite {
  display: block;
  text-align: right;
  color: #6f6c67;
  position: relative;
}
.wysiwyg blockquote cite::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 28px;
  background-color: #707070;
  vertical-align: middle;
  margin-right: 1.5em;
}
.wysiwyg ul {
  list-style: disc;
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .wysiwyg ul {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.wysiwyg ol {
  list-style: decimal;
  margin-bottom: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .wysiwyg ol {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.3em;
}
.wysiwyg ul li,
.wysiwyg ol li {
  line-height: 1.8;
}
.wysiwyg strong {
  font-weight: bold;
}

/*----------------------------------------------------------------------
　お問合わせフォーム
----------------------------------------------------------------------*/
.form {
  max-width: 48.6111111111vw;
  width: 100%;
  margin: auto;
  margin-top: calc(100 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form {
    margin-top: calc(100 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .form {
    max-width: 100%;
  }
}
.form__block:not(:first-child) {
  margin-top: calc(30 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__block:not(:first-child) {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .form__block:not(:first-child) {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .form__block:not(:first-child) {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.form__block .wpcf7-list-item {
  margin: 0;
  width: calc((100% - 4vw) / 3);
}
@media screen and (max-width: 959px) {
  .form__block .wpcf7-list-item {
    width: 100%;
  }
}
.form__item-box {
  display: flex;
  align-items: center;
  gap: 0 1vw;
}
@media screen and (max-width: 959px) {
  .form__item-box {
    width: 100%;
    gap: 0 2vw;
  }
}
.form__item-box-top {
  margin-bottom: auto;
}
.form__item {
  font-size: 1.389vw;
}
@media screen and (max-width: 959px) {
  .form__item {
    font-size: 4.8vw;
  }
}
@media (min-width: 1441px) {
  .form__item {
    font-size: 1.389vw;
  }
}
.form__item {
  font-weight: 500;
}
.form__input {
  margin-top: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__input {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.form__input input {
  box-sizing: border-box;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .form__input input {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .form__input input {
    font-size: 1.111vw;
  }
}
.form__input textarea {
  box-sizing: border-box;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 0.3472222222vw;
}
@media screen and (max-width: 959px) {
  .form__input textarea {
    border-radius: 1.3333333333vw;
  }
}
.form__input textarea {
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .form__input textarea {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .form__input textarea {
    font-size: 1.111vw;
  }
}
.form__input input[type=text] {
  background-color: #f5f5f5;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 0.3472222222vw;
}
@media screen and (max-width: 959px) {
  .form__input input[type=text] {
    border-radius: 1.3333333333vw;
  }
}
.form__input input[type=text] {
  padding: calc(14 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__input input[type=text] {
    padding: calc(14 / 375 * 100vw);
  }
}
.form__input input[type=text] {
  padding-left: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__input input[type=text] {
    padding-left: calc(8 / 375 * 100vw);
  }
}
.form__input input[type=text] {
  padding-right: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__input input[type=text] {
    padding-right: calc(8 / 375 * 100vw);
  }
}
.form__input input[type=text] {
  width: 100%;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .form__input input[type=text] {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .form__input input[type=text] {
    font-size: 1.111vw;
  }
}
.form__input input[type=tel] {
  background-color: #f5f5f5;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 0.3472222222vw;
}
@media screen and (max-width: 959px) {
  .form__input input[type=tel] {
    border-radius: 1.3333333333vw;
  }
}
.form__input input[type=tel] {
  padding: calc(14 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__input input[type=tel] {
    padding: calc(14 / 375 * 100vw);
  }
}
.form__input input[type=tel] {
  padding-left: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__input input[type=tel] {
    padding-left: calc(8 / 375 * 100vw);
  }
}
.form__input input[type=tel] {
  padding-right: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__input input[type=tel] {
    padding-right: calc(8 / 375 * 100vw);
  }
}
.form__input input[type=tel] {
  width: 100%;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .form__input input[type=tel] {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .form__input input[type=tel] {
    font-size: 1.111vw;
  }
}
.form__input input[type=email] {
  background-color: #f5f5f5;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 0.3472222222vw;
}
@media screen and (max-width: 959px) {
  .form__input input[type=email] {
    border-radius: 1.3333333333vw;
  }
}
.form__input input[type=email] {
  padding: calc(14 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__input input[type=email] {
    padding: calc(14 / 375 * 100vw);
  }
}
.form__input input[type=email] {
  padding-left: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__input input[type=email] {
    padding-left: calc(8 / 375 * 100vw);
  }
}
.form__input input[type=email] {
  padding-right: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__input input[type=email] {
    padding-right: calc(8 / 375 * 100vw);
  }
}
.form__input input[type=email] {
  width: 100%;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .form__input input[type=email] {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .form__input input[type=email] {
    font-size: 1.111vw;
  }
}
.form__input input[type=text]::-moz-placeholder, .form__input input[type=tel]::-moz-placeholder, .form__input input[type=email]::-moz-placeholder, .form__input textarea::-moz-placeholder {
  font-size: 1.25vw;
}
.form__input input[type=text]::placeholder,
.form__input input[type=tel]::placeholder,
.form__input input[type=email]::placeholder,
.form__input textarea::placeholder {
  font-size: 1.25vw;
}
@media screen and (max-width: 959px) {
  .form__input input[type=text]::-moz-placeholder, .form__input input[type=tel]::-moz-placeholder, .form__input input[type=email]::-moz-placeholder, .form__input textarea::-moz-placeholder {
    font-size: 4.8vw;
  }
  .form__input input[type=text]::placeholder,
  .form__input input[type=tel]::placeholder,
  .form__input input[type=email]::placeholder,
  .form__input textarea::placeholder {
    font-size: 4.8vw;
  }
}
@media (min-width: 1441px) {
  .form__input input[type=text]::-moz-placeholder, .form__input input[type=tel]::-moz-placeholder, .form__input input[type=email]::-moz-placeholder, .form__input textarea::-moz-placeholder {
    font-size: 1.25vw;
  }
  .form__input input[type=text]::placeholder,
  .form__input input[type=tel]::placeholder,
  .form__input input[type=email]::placeholder,
  .form__input textarea::placeholder {
    font-size: 1.25vw;
  }
}
.form__input textarea {
  background-color: #f5f5f5;
  padding: calc(14 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__input textarea {
    padding: calc(14 / 375 * 100vw);
  }
}
.form__input textarea {
  padding-left: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__input textarea {
    padding-left: calc(8 / 375 * 100vw);
  }
}
.form__input textarea {
  padding-right: calc(8 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__input textarea {
    padding-right: calc(8 / 375 * 100vw);
  }
}
.form__input textarea {
  width: 100%;
  outline: none;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .form__input textarea {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .form__input textarea {
    font-size: 1.111vw;
  }
}
.form__request {
  display: inline-block;
  padding: calc(5 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__request {
    padding: calc(5 / 375 * 100vw);
  }
}
.form__request {
  padding-left: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__request {
    padding-left: calc(10 / 375 * 100vw);
  }
}
.form__request {
  padding-right: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__request {
    padding-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .form__request {
    padding-left: calc(10 / 1440 * 100vw);
    padding-right: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .form__request {
    padding-left: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .form__request {
    padding-right: calc(10 / 375 * 100vw);
  }
}
.form__request {
  border-radius: 0.5vw;
  color: #fff;
}
.form__textarea {
  margin-top: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__textarea {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.form__textarea {
  margin-bottom: auto;
}
.form .wpcf7-list-item {
  margin: 0;
}
.form__description {
  display: block;
  margin-top: calc(10 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__description {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 2vw;
}
@media screen and (max-width: 959px) {
  .form .wpcf7-radio {
    gap: 2vw 2vw;
  }
}
.form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 2vw;
}
@media screen and (max-width: 959px) {
  .form .wpcf7-checkbox {
    gap: 2vw 2vw;
  }
}
.form .wpcf7-validates-as-required {
  justify-content: center;
}
.form p {
  line-height: 1.4;
}
.form .submit-btn {
  cursor: pointer;
  display: inline-block;
  max-width: 16.6666666667vw;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  border-radius: 10vw;
  text-align: center;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .form .submit-btn {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .form .submit-btn {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 959px) {
  .form .submit-btn {
    max-width: 100%;
  }
}
.form .submit-btn:hover:before {
  right: 2vw;
}
.form .submit-btn input {
  max-width: 16.6666666667vw;
  width: 100%;
  cursor: pointer;
  color: #fff;
  border-radius: 10vw;
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .form .submit-btn input {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .form .submit-btn input {
    font-size: 1.111vw;
  }
}
.form .submit-btn input {
  padding-top: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form .submit-btn input {
    padding-top: calc(20 / 375 * 100vw);
  }
}
.form .submit-btn input {
  padding-bottom: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form .submit-btn input {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.form .submit-btn input {
  padding-left: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form .submit-btn input {
    padding-left: calc(40 / 375 * 100vw);
  }
}
.form .submit-btn input {
  padding-right: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form .submit-btn input {
    padding-right: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .form .submit-btn input {
    max-width: 100%;
  }
}
.form .description {
  font-size: 0.833vw;
}
@media screen and (max-width: 959px) {
  .form .description {
    font-size: 3.2vw;
  }
}
@media (min-width: 1441px) {
  .form .description {
    font-size: 0.833vw;
  }
}
.form__privacy {
  margin-top: calc(40 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__privacy {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.form__privacy a {
  text-decoration: underline;
}
.form__check {
  margin-top: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__check {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.form select {
  background-color: #f5f5f5;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  padding: calc(14 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form select {
    padding: calc(14 / 375 * 100vw);
  }
}
.form select {
  padding-left: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form select {
    padding-left: calc(20 / 375 * 100vw);
  }
}
.form select {
  padding-right: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form select {
    padding-right: calc(20 / 375 * 100vw);
  }
}
.form select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form select::-ms-expand {
  display: none;
}
.form .select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.form .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333333;
  transform: translateY(-50%);
}
.form__yubin {
  font-size: 1.111vw;
}
@media screen and (max-width: 959px) {
  .form__yubin {
    font-size: 4.267vw;
  }
}
@media (min-width: 1441px) {
  .form__yubin {
    font-size: 1.111vw;
  }
}
.form__yubin {
  margin-left: calc(5 / 1440 * 100vw);
}
@media screen and (max-width: 959px) {
  .form__yubin {
    margin-left: calc(5 / 375 * 100vw);
  }
}/*# sourceMappingURL=style.css.map */