@charset "UTF-8";

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-brown: #775E40;
  --color-light-brown: #C9B8A2;
  --color-red: #FF8F7B;
  --color-green: #46BEA7;
  --color-blue: #65CFD8;
  --color-orange: #FFAC69;
  --color-orange-02: #FF811C;
  --color-light-orange: #FFE8D6;
  --color-shadow: #707070;
  --font: "Zen Kaku Gothic", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-en: "Metropolis", sans-serif;
  --font-iroha: "irohamaru", sans-serif;
  --inner-width: 124.6rem;
  --inner-width-lg: 149.6rem;
  --inner-padding-inline: 3.6rem;
  --letter-spacing: 0.1em;
  --opacity: 0.8;
  --transition: all 0.3s ease;
  --scrollbar-width: 0rem;
}

@font-face {
  font-family: "Zen Kaku Gothic";
  src: url("../font/ZenKakuGothicAntique-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic";
  src: url("../font/ZenKakuGothicAntique-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../font/Metropolis-Medium.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../font/Metropolis-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../font/Metropolis-Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "irohamaru";
  src: url("../font/irohamaru-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, main, nav, section {
  display: block;
}

img, picture, audio, canvas, video, svg {
  display: inline-block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  overflow-wrap: break-word;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

input,
button,
select,
textarea {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1496px) {
  html {
    font-size: 0.6684491979vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 393px) {
  html {
    font-size: 2.5445292621vw;
  }
}

body {
  position: relative;
  color: var(--color-brown);
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--font);
  line-height: 1;
  background-color: var(--color-white);
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  body.is-navi {
    overflow: hidden;
  }
}
body.is-modal {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}
body.is-modal #header {
  padding-right: var(--scrollbar-width);
}
@media screen and (max-width: 960px) {
  body.is-modal #header {
    padding-right: 0;
  }
}
body.is-modal #header .inner {
  padding-right: calc(var(--inner-padding-inline) + var(--scrollbar-width));
}
@media screen and (max-width: 1280px) {
  body.is-modal #header .inner {
    padding-right: calc(2.4rem + var(--scrollbar-width));
  }
}
@media screen and (max-width: 960px) {
  body.is-modal #header .inner {
    padding-right: calc(1.8rem + var(--scrollbar-width));
  }
}
body.is-modal #header-navi {
  right: calc(5.5rem + var(--scrollbar-width));
}
@media screen and (max-width: 1280px) {
  body.is-modal #header-navi {
    right: calc(2.4rem + var(--scrollbar-width));
  }
}
body.is-modal #navi-toggle {
  right: calc(2.5rem + var(--scrollbar-width));
}

a {
  color: var(--color-brown);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-decoration: none;
}

b {
  display: block;
  font-weight: bold;
}

u {
  text-decoration: underline;
}

em {
  font-weight: bold;
}

strong {
  font-size: inherit;
  font-weight: bold;
}

mark {
  background-color: transparent;
}

del {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  display: block;
}

button {
  cursor: pointer;
}

#to,
#bo {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

#page {
  position: relative;
}
#page.is-modal {
  padding-right: var(--scrollbar-width);
}

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

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

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

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

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

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

._center {
  text-align: center;
}

._pc-center {
  text-align: center;
}
@media screen and (max-width: 960px) {
  ._pc-center {
    text-align: left;
  }
}

._sp-center {
  text-align: left;
}
@media screen and (max-width: 960px) {
  ._sp-center {
    text-align: center;
  }
}

._font-en {
  font-family: var(--font-en);
}

._is-hide {
  display: none !important;
}

._color-orange {
  color: var(--color-orange);
}

._color-orange-02 {
  color: var(--color-orange-02);
}

[data-inview=fade] {
  opacity: 0;
  -webkit-transform: translatez(0) translate3d(0, 0, 0);
          transform: translatez(0) translate3d(0, 0, 0);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}

[data-inview=fade].is-inview {
  opacity: 1;
}

@-webkit-keyframes loop-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-text {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes tab-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tab-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: 997;
}
@media screen and (max-width: 960px) {
  #header {
    top: 0;
  }
}
#header .inner {
  max-width: calc(149.6rem + var(--inner-padding-inline) * 2);
  height: auto;
  padding: 2.4rem var(--inner-padding-inline) 0;
}
@media screen and (max-width: 1280px) {
  #header .inner {
    padding: 2.4rem 2.4rem 0;
  }
}
@media screen and (max-width: 960px) {
  #header .inner {
    padding: 1.9rem 1.8rem 0;
  }
}

#header-logo a {
  display: block;
  width: 100%;
  max-width: 14rem;
}
@media screen and (max-width: 960px) {
  #header-logo a {
    max-width: 9.9rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #header-logo a:hover {
    opacity: var(--opacity);
  }
}
#header-logo a img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #header-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5.4rem 2.2rem;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 30;
  }
}
@media screen and (max-width: 960px) {
  #header-content.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}

#header-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5.8rem;
  position: absolute;
  top: 2.4rem;
  right: 5.5rem;
}
@media screen and (max-width: 1280px) {
  #header-navi {
    gap: 0 4rem;
    right: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  #header-navi {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 9.3rem 2.7rem 6.6rem;
    border-radius: 2.6rem;
    background-color: var(--color-white);
  }
}
#header-navi .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5rem;
}
@media screen and (max-width: 1280px) {
  #header-navi .menu {
    gap: 0 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  #header-navi .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    width: 100%;
    margin: 0 0 3.7rem;
  }
}
#header-navi .menu > li {
  position: relative;
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li {
    width: 100%;
    border-bottom: 0.1rem solid var(--color-light-brown);
  }
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li:nth-of-type(1) {
    border-top: 0.1rem solid var(--color-light-brown);
  }
}
#header-navi .menu > li.has-child:hover > a {
  opacity: 1;
  color: var(--color-orange-02);
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li.has-child:hover > a {
    color: var(--color-black);
  }
}
#header-navi .menu > li.has-child:hover > a i {
  scale: 1 -1;
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li.has-child:hover > a i {
    scale: none;
  }
}
#header-navi .menu > li.has-child:hover > a::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#header-navi .menu > li.has-child:hover .child-menu {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li.has-child.is-active a i::before {
    content: none;
  }
}
#header-navi .menu > li.has-child > a {
  padding: 1.1rem 2.9rem 1.1rem 0;
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li.has-child > a {
    padding: 1.7rem 3.5rem 1.7rem 1.7rem;
  }
}
#header-navi .menu > li.has-child > a::before {
  width: calc(100% - 2.9rem);
}
#header-navi .menu > li.has-child > a i {
  display: inline-block;
  position: absolute;
  top: calc(50% + 0.1rem);
  right: 0;
  width: 1.8rem;
  height: 1.3rem;
  background-image: url("../img/common/header-navi-arrow-bottom.svg");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li.has-child > a i {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 1.6rem;
    width: 1.4rem;
    height: 1.4rem;
    background-image: none;
  }
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li.has-child > a i::before, #header-navi .menu > li.has-child > a i::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 1000rem;
    background-color: var(--color-black);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    translate: -50% -50%;
  }
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li.has-child > a i::before {
    width: 0.2rem;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li.has-child > a i::after {
    width: 100%;
    height: 0.2rem;
  }
}
#header-navi .menu > li.is-current > a {
  opacity: 1;
  color: var(--color-orange-02);
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li.is-current > a {
    color: var(--color-black);
  }
}
#header-navi .menu > li.is-current > a::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#header-navi .menu > li:not(.has-child) > a:hover {
  opacity: 1;
  color: var(--color-orange-02);
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li:not(.has-child) > a:hover {
    color: var(--color-black);
  }
}
#header-navi .menu > li:not(.has-child) > a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li:not(.has-child) > a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.7rem;
    width: 1.3rem;
    height: 1.3rem;
    background-image: url("../img/common/header-navi-arrow-right.svg");
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    translate: 0 -50%;
  }
}
#header-navi .menu > li > a {
  display: block;
  position: relative;
  padding: 1.1rem 0;
  color: var(--color-black);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li > a {
    padding: 1.7rem 3.5rem 1.7rem 1.7rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
#header-navi .menu > li > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background-color: var(--color-orange-02);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li > a::before {
    content: none;
  }
}
#header-navi .child-menu {
  position: absolute;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  padding: 1.4rem 0 0;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  translate: -50% 0;
}
@media screen and (max-width: 960px) {
  #header-navi .child-menu {
    display: none;
    position: static;
    padding: 0 1.7rem 1.7rem;
    opacity: 1;
    white-space: wrap;
    pointer-events: auto;
    translate: none;
  }
}
#header-navi .child-menu ul {
  padding: 3.4rem 2.4rem 3.4rem 3.2rem;
  border-radius: 3rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 1280px) {
  #header-navi .child-menu ul {
    padding: 2.8rem 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  #header-navi .child-menu ul {
    padding: 0;
  }
}
#header-navi .child-menu ul > li {
  display: block;
  width: 100%;
}
#header-navi .child-menu ul > li:not(:last-of-type) {
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 960px) {
  #header-navi .child-menu ul > li:not(:last-of-type) {
    margin: 0 0 1rem;
  }
}
#header-navi .child-menu ul > li a {
  display: block;
  position: relative;
  padding: 0 4rem 0 0;
  color: var(--color-black);
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #header-navi .child-menu ul > li a {
    padding: 0;
    color: var(--color-brown);
    font-size: 1.4rem;
    line-height: 1.45;
  }
}
@media (hover: hover) and (pointer: fine) {
  #header-navi .child-menu ul > li a:hover {
    color: var(--color-orange-02);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  #header-navi .child-menu ul > li a:hover {
    color: var(--color-brown);
  }
}
@media (hover: hover) and (pointer: fine) {
  #header-navi .child-menu ul > li a:hover i {
    background-color: var(--color-orange-02);
  }
  #header-navi .child-menu ul > li a:hover i::after {
    background-color: var(--color-white);
  }
}
#header-navi .child-menu ul > li a i {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: var(--color-white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  #header-navi .child-menu ul > li a i {
    display: none;
  }
}
#header-navi .child-menu ul > li a i::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.3rem;
  height: 1.3rem;
  -webkit-mask-image: url("../img/common/header-navi-child-arrow-right.svg");
          mask-image: url("../img/common/header-navi-child-arrow-right.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--color-orange-02);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  translate: -50% -50%;
}
@media screen and (max-width: 960px) {
  #header-navi .child-menu ul > li a i::after {
    content: none;
  }
}
#header-navi .button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.9rem 2.7rem 1.9rem;
  color: var(--color-white);
  text-align: center;
  border: 0.2rem solid var(--color-red);
  border-radius: 1rem;
  background-color: var(--color-red);
}
@media screen and (max-width: 960px) {
  #header-navi .button {
    width: 100%;
    padding: 1.4rem 0 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #header-navi .button:hover {
    color: var(--color-red);
    background-color: var(--color-white);
  }
  #header-navi .button:hover span::before {
    background-color: var(--color-red);
  }
}
#header-navi .button span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 3.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  #header-navi .button span {
    display: block;
    padding: 0 5.4rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
#header-navi .button span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.3rem;
  height: 2rem;
  -webkit-mask-image: url("../img/common/icon-contact.svg");
          mask-image: url("../img/common/icon-contact.svg");
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--color-white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  #header-navi .button span::before {
    left: 2.3rem;
    width: 2.1rem;
    height: 1.8rem;
  }
}
#navi-toggle {
  display: none;
  position: absolute;
  top: 2.9rem;
  right: 2.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 0.3rem solid var(--color-brown);
  background-color: var(--color-brown);
  z-index: 40;
}
@media screen and (max-width: 960px) {
  #navi-toggle {
    display: block;
  }
}
#navi-toggle.is-active {
  background-color: var(--color-white);
}
#navi-toggle.is-active i {
  background-color: var(--color-brown);
}
#navi-toggle.is-active i:nth-of-type(1) {
  top: 50%;
  translate: -50% -50%;
  rotate: -45deg;
}
#navi-toggle.is-active i:nth-of-type(2) {
  opacity: 0;
}
#navi-toggle.is-active i:nth-of-type(3) {
  top: 50%;
  translate: -50% -50%;
  rotate: 45deg;
}
#navi-toggle i {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.8rem;
  height: 0.2rem;
  background-color: var(--color-white);
  translate: -50% 0;
}
#navi-toggle i:nth-of-type(1) {
  top: 1.4rem;
}
#navi-toggle i:nth-of-type(2) {
  top: 50%;
  translate: -50% -50%;
}
#navi-toggle i:nth-of-type(3) {
  top: calc(100% - 1.6rem);
}

#main {
  padding: 11.6rem 0 0;
  line-height: 1.6;
  overflow-x: hidden;
}
@media screen and (max-width: 960px) {
  #main {
    padding: 8.5rem 0 0;
  }
}
#main.-pd-0 {
  padding: 0;
}

.section {
  width: 100%;
}

.inner {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  max-width: calc(124.6rem + var(--inner-padding-inline) * 2);
  padding: 0 var(--inner-padding-inline);
  margin: 0 auto;
}
.inner.-lg {
  max-width: calc(149.6rem + var(--inner-padding-inline) * 2);
}
.inner.-sm {
  max-width: calc(69rem + var(--inner-padding-inline) * 2);
}

#footer {
  padding: 13.8rem 0 9.2rem;
  border-radius: 4.8rem 4.8rem 0 0;
  background-color: var(--color-white);
  -webkit-filter: drop-shadow(0 -1rem 3rem rgba(255, 175, 175, 0.11));
          filter: drop-shadow(0 -1rem 3rem rgba(255, 175, 175, 0.11));
}
@media screen and (max-width: 960px) {
  #footer {
    padding: 12rem 0 5.8rem;
    border-radius: 3rem 3rem 0 0;
  }
}
#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #footer .inner {
    display: block;
  }
}

#footer-left {
  max-width: 38.6rem;
}
@media screen and (max-width: 960px) {
  #footer-left {
    margin: 0 auto;
  }
}

#footer-right {
  max-width: 69.8rem;
  padding: 3.2rem 0 0;
}
@media screen and (max-width: 960px) {
  #footer-right {
    padding: 0;
  }
}

#footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.8rem 0;
  margin: 0 0 9.4rem;
}
@media screen and (max-width: 960px) {
  #footer-address {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 5.3rem;
  }
}
#footer-address .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  max-width: 18.4rem;
}
@media screen and (max-width: 960px) {
  #footer-address .logo {
    max-width: 14.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #footer-address .logo:hover {
    opacity: var(--opacity);
  }
}
#footer-address .logo img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #footer-address .address {
    text-align: center;
  }
}
#footer-address .address dt {
  margin: 0 0 2.1rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #footer-address .address dt {
    margin: 0 0 2.8rem;
    font-size: 1.7rem;
  }
}
#footer-address .address dd {
  line-height: 1.75;
}
#footer-address .address dd > span {
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #footer-address .address dd > span {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
#footer-address .address dd > span:not(:last-of-type) {
  margin: 0 0 0.6rem;
}
@media screen and (max-width: 960px) {
  #footer-address .address dd > span:not(:last-of-type) {
    margin: 0;
  }
}

@media screen and (max-width: 960px) {
  #footer-navi {
    margin: 0 0 5.6rem;
  }
}
#footer-navi .menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 8.5rem;
}
@media screen and (max-width: 960px) {
  #footer-navi .menu {
    gap: 1.6rem 3.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#footer-navi .menu li a {
  display: block;
  position: relative;
  padding: 0 0 0 3.7rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #footer-navi .menu li a {
    padding: 0 0 0 2.8rem;
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
@media (hover: hover) and (pointer: fine) {
  #footer-navi .menu li a:hover {
    color: var(--color-orange);
  }
  #footer-navi .menu li a:hover i {
    border-color: var(--color-orange-02);
    background-color: var(--color-orange-02);
  }
  #footer-navi .menu li a:hover i::before {
    background-color: var(--color-white);
  }
}
#footer-navi .menu li a i {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid var(--color-orange);
  border-radius: 50%;
  background-color: var(--color-white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  #footer-navi .menu li a i {
    width: 1.7rem;
    height: 1.7rem;
  }
}
#footer-navi .menu li a i::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 1rem;
  -webkit-mask-image: url("../img/common/footer-navi-arrow-right.svg");
          mask-image: url("../img/common/footer-navi-arrow-right.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--color-orange-02);
  translate: -50% -50%;
}
@media screen and (max-width: 960px) {
  #footer-navi .menu li a i::before {
    top: calc(50% + 0.1rem);
  }
}

#footer-office {
  margin: 0 0 9.3rem;
}
@media screen and (max-width: 960px) {
  #footer-office {
    margin: 0 0 6.5rem;
  }
}
#footer-office ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.1rem 6.3rem;
}
@media screen and (max-width: 960px) {
  #footer-office ul {
    grid-template-columns: 1fr;
    gap: 2.8rem 0;
    padding: 0 0.4rem;
  }
}
#footer-office ul li {
  padding: 1.9rem 1rem 3.5rem 3.2rem;
  border-left: 0.2rem solid var(--color-orange);
}
@media screen and (max-width: 960px) {
  #footer-office ul li {
    padding: 0.5rem 0 0.5rem 3rem;
  }
}
@media screen and (max-width: 960px) {
  #footer-office ul li:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 960px) {
  #footer-office ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 960px) {
  #footer-office ul li:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 960px) {
  #footer-office ul li:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
#footer-office ul li dl {
  line-height: 1.75;
}
#footer-office ul li dt {
  margin: 0 0 1.2rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #footer-office ul li dt {
    margin: 0 0 0.7rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
#footer-office ul li dd {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #footer-office ul li dd {
    font-size: 1.3rem;
    line-height: 1.538;
  }
}

#footer-copyright small {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #footer-copyright small {
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.917;
  }
}

#page-header {
  position: relative;
  z-index: 0;
}
#page-header.no-thumbnail .inner {
  display: block;
  height: 56.4rem;
  padding-top: 25.9rem;
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  #page-header.no-thumbnail .inner {
    height: auto;
    padding-top: 9.2rem;
    padding-bottom: 6.7rem;
  }
}
#page-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(149.6rem + 7.2rem * 2);
  height: 65.9rem;
  padding-inline: 7.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 960px) {
  #page-header .inner {
    display: block;
    height: auto;
    padding-top: 9.2rem;
    padding-inline: 3.6rem;
    padding-bottom: 7.3rem;
  }
}
#page-header .thumbnail {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(140.1 * 1000vw / 1920);
  height: 100%;
  -webkit-transition: opacity 1.3s ease-in, -webkit-transform 1.3s ease-in;
  transition: opacity 1.3s ease-in, -webkit-transform 1.3s ease-in;
  transition: opacity 1.3s ease-in, transform 1.3s ease-in;
  transition: opacity 1.3s ease-in, transform 1.3s ease-in, -webkit-transform 1.3s ease-in;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #page-header .thumbnail {
    position: static;
    width: 100%;
    height: auto;
    padding: 0 0 0 3.6rem;
  }
}
#page-header .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 4rem;
}
@media screen and (max-width: 960px) {
  #page-header .thumbnail img {
    height: auto;
    border-radius: 4rem 0 0 4rem;
  }
}
#page-header h1 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #page-header h1 {
    font-size: 2.6rem;
    line-height: 1.423;
  }
}
#page-header h1::after {
  content: attr(data-title);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3rem;
  color: var(--color-orange);
  font-size: 2.8rem;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  #page-header h1::after {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}

#section-relation {
  padding: 0 0 23rem;
}
@media screen and (max-width: 960px) {
  #section-relation {
    padding: 0 0 20.2rem;
  }
}
#section-relation ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 960px) {
  #section-relation ul {
    grid-template-columns: 1fr;
  }
}
#section-relation ul li:nth-of-type(1) a {
  border-radius: 3rem 0 0 3rem;
}
@media screen and (max-width: 960px) {
  #section-relation ul li:nth-of-type(1) a {
    border-radius: 2rem;
    padding: 2rem 1.7rem 5.1rem 3rem;
  }
}
#section-relation ul li:nth-of-type(1) a .bg::before {
  border-radius: 3rem 0 0 3rem;
}
@media screen and (max-width: 960px) {
  #section-relation ul li:nth-of-type(1) a .bg::before {
    border-radius: 2rem;
  }
}
#section-relation ul li:nth-of-type(1) a .bg img {
  border-radius: 3rem 0 0 3rem;
}
@media screen and (max-width: 960px) {
  #section-relation ul li:nth-of-type(1) a .bg img {
    border-radius: 2rem;
  }
}
#section-relation ul li:nth-of-type(2) a {
  border-radius: 0 3rem 3rem 0;
}
@media screen and (max-width: 960px) {
  #section-relation ul li:nth-of-type(2) a {
    border-radius: 2rem;
    padding: 2rem 1.7rem 3.1rem 3rem;
  }
}
#section-relation ul li:nth-of-type(2) .bg::before {
  border-radius: 0 3rem 3rem 0;
}
@media screen and (max-width: 960px) {
  #section-relation ul li:nth-of-type(2) .bg::before {
    border-radius: 2rem;
  }
}
#section-relation ul li:nth-of-type(2) .bg img {
  border-radius: 0 3rem 3rem 0;
}
@media screen and (max-width: 960px) {
  #section-relation ul li:nth-of-type(2) .bg img {
    border-radius: 2rem;
  }
}
#section-relation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  min-height: 31.9rem;
  padding: 5.4rem 5.4rem 5.7rem 6rem;
  color: var(--color-white);
  -webkit-transition: none;
  transition: none;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #section-relation ul li a {
    height: calc(20 * 1000vw / 393);
    min-height: 20rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  #section-relation ul li a:hover .bg {
    scale: 1.1;
  }
  #section-relation ul li a:hover h2 {
    color: var(--color-orange);
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  #section-relation ul li a:hover h2 i {
    background-color: var(--color-white);
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  #section-relation ul li a:hover h2 i::before {
    border-color: var(--color-orange);
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
}
#section-relation ul li .bg {
  position: absolute;
  inset: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: -1;
}
#section-relation ul li .bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.12);
}
#section-relation ul li .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section-relation ul li h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4.3rem 0 0;
  margin: 0 0 1.9rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.467;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #section-relation ul li h2 {
    padding: 0 3rem 0 0;
    margin: 0 0 1.1rem;
    font-size: 2rem;
    line-height: 1.45;
  }
}
#section-relation ul li h2 i {
  display: inline-block;
  position: absolute;
  top: calc(50% + 0.1rem);
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: var(--color-orange);
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  #section-relation ul li h2 i {
    width: 2rem;
    height: 2rem;
  }
}
#section-relation ul li h2 i::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.1rem);
  width: 0.7rem;
  height: 0.7rem;
  border-right: 0.2rem solid var(--color-white);
  border-bottom: 0.2rem solid var(--color-white);
  translate: -50% -50%;
  rotate: -45deg;
}
@media screen and (max-width: 960px) {
  #section-relation ul li h2 i::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#section-relation ul li p {
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (max-width: 960px) {
  #section-relation ul li p {
    font-size: 1.4rem;
    line-height: 1.429;
  }
}

#section-cta {
  padding: 0 0 22.3rem;
}
@media screen and (max-width: 960px) {
  #section-cta {
    padding: 0 0 7.9rem;
  }
}
#section-cta .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #section-cta .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#section-cta .box-title {
  width: calc(100% - 702 * 100% / 1246);
  padding: 0.7rem 1rem 0 0;
}
@media screen and (max-width: 960px) {
  #section-cta .box-title {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
#section-cta .box-title h2 {
  margin-bottom: 5.1rem;
}
@media screen and (max-width: 960px) {
  #section-cta .box-title h2 {
    margin-bottom: 2.6rem;
  }
}
#section-cta .box-title .lead {
  margin: 0 0 5.6rem;
  font-size: 2.2rem;
  line-height: 2.273;
}
@media screen and (max-width: 960px) {
  #section-cta .box-title .lead {
    margin: 0 0 3rem;
    font-size: 1.5rem;
    line-height: 2;
  }
}
#section-cta .box-title .buttons {
  max-width: 37.7rem;
}
@media screen and (max-width: 960px) {
  #section-cta .box-title .buttons {
    max-width: 27rem;
    margin: 0 auto;
  }
}
#section-cta .box-title .buttons li:nth-of-type(1) {
  margin: 0 0 3.7rem;
}
@media screen and (max-width: 960px) {
  #section-cta .box-title .buttons li:nth-of-type(1) {
    margin: 0 0 1.5rem;
  }
}
#section-cta .box-title .buttons li:nth-of-type(2) {
  margin: 0 0 2.9rem;
}
@media screen and (max-width: 960px) {
  #section-cta .box-title .buttons li:nth-of-type(2) {
    margin: 0 0 1.5rem;
  }
}
#section-cta .box-title .buttons li:nth-of-type(2) .more-button a {
  padding-left: 3.2rem;
}
@media screen and (max-width: 960px) {
  #section-cta .box-title .buttons li:nth-of-type(2) .more-button a {
    padding: 2.4rem 5.1rem 2rem 4.4rem;
  }
}
#section-cta .box-title .buttons li .more-button {
  width: 100%;
}
#section-cta .box-title .buttons li .more-button a {
  width: 100%;
  min-width: auto;
  padding-left: 6.4rem;
  padding-right: 5.1rem;
}
@media screen and (max-width: 960px) {
  #section-cta .box-title .buttons li .more-button a {
    max-width: none;
    padding: 2.2rem 5rem 2.2rem 4rem;
  }
}
#section-cta .box-title .buttons li .more-button i {
  right: 2.3rem;
}
@media screen and (max-width: 960px) {
  #section-cta .box-title .buttons li .more-button i {
    right: 2.2rem;
  }
}
#section-cta .box-title .buttons li .caption {
  display: block;
  margin: 1.1rem 0 0;
  font-size: 1.4rem;
  line-height: 1.429;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #section-cta .box-title .buttons li .caption {
    margin: 1rem 0 0;
    font-size: 1.2rem;
    line-height: 1.417;
  }
}
#section-cta .box-content {
  width: calc(702 * 100% / 1246);
}
@media screen and (max-width: 960px) {
  #section-cta .box-content {
    width: 100%;
    margin: 0 0 6rem;
  }
}
#section-cta .box-content .image img {
  width: 100%;
  border-radius: 3rem;
}
.site-photo-policy-box {
  padding: 0 0 9.2rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .site-photo-policy-box {
    padding: 0 0 4.4rem;
  }
}
.site-photo-policy-box p {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .site-photo-policy-box p {
    font-size: 1.4rem;
  }
}

h2.style-01 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  h2.style-01 {
    font-size: 2.1rem;
    line-height: 1.43;
    letter-spacing: 0;
  }
}
h2.style-01::after {
  content: attr(data-title);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
  margin-inline: auto;
  color: var(--color-orange);
  font-size: 2.5rem;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  h2.style-01::after {
    margin-top: 2.2rem;
    font-size: 1.3rem;
  }
}
h2.style-01.-left {
  margin-inline: 0;
  text-align: left;
}
h2.style-01.-left::after {
  margin-inline: 0;
}
@media screen and (max-width: 960px) {
  h2.style-01.-left::after {
    margin-top: 1.4rem;
  }
}
h2.style-01.-pc-left {
  margin-inline: 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  h2.style-01.-pc-left {
    margin-inline: auto;
    text-align: center;
  }
}
h2.style-01.-pc-left::after {
  margin-inline: 0;
}
@media screen and (max-width: 960px) {
  h2.style-01.-pc-left::after {
    margin-inline: auto;
  }
}
@media screen and (max-width: 960px) {
  h2.style-01.-center::after {
    margin-inline: auto;
  }
}

.more-button {
  display: block;
  width: 100%;
}
.more-button.-common a {
  min-width: 32.5rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .more-button.-common a {
    max-width: 22.6rem;
    min-width: auto;
    padding-left: 5.8rem;
    text-align: left;
  }
}
.more-button.-map a {
  min-width: 32.5rem;
  padding-left: 3.7rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .more-button.-map a {
    max-width: 25.2rem;
    min-width: auto;
    padding-left: 4.2rem;
    padding-right: 4.7rem;
  }
}
.more-button.-contact a {
  min-width: 32.5rem;
  padding-left: 3.8rem;
  padding-right: 6.8rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .more-button.-contact a {
    max-width: 25.2rem;
    min-width: auto;
    padding-left: 4.2rem;
    padding-right: 5.2rem;
  }
}
.more-button.-contact a i {
  right: 4rem;
}
@media screen and (max-width: 960px) {
  .more-button.-contact a i {
    right: 2.4rem;
  }
}
.more-button.-price a {
  min-width: 32.5rem;
  padding-left: 3.7rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .more-button.-price a {
    max-width: 27.8rem;
    min-width: auto;
    padding: 1.6rem 4.7rem 1.6rem;
    text-align: center;
  }
}
.more-button.-tel a {
  padding: 2.4rem 5.8rem 2.2rem;
  font-size: 2.6rem;
  font-weight: 600;
  font-family: var(--font-en);
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .more-button.-tel a {
    padding: 2.4rem 5.1rem 2rem 4.4rem;
    font-size: 2rem;
    text-align: left;
  }
}
.more-button.-orange a {
  color: var(--color-brown);
  background-color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .more-button.-orange a:hover {
    color: var(--color-white);
    background-color: var(--color-orange);
  }
  .more-button.-orange a:hover .arrow {
    background-color: var(--color-white);
  }
  .more-button.-orange a:hover .arrow::before {
    border-color: var(--color-orange);
  }
}
.more-button.-orange a .arrow {
  background-color: var(--color-orange);
}
.more-button.-orange-02 a {
  color: var(--color-brown);
  background-color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .more-button.-orange-02 a:hover {
    color: var(--color-white);
    background-color: var(--color-orange-02);
  }
  .more-button.-orange-02 a:hover .external {
    background-color: var(--color-white);
  }
}
.more-button.-orange-02 a .external {
  background-color: var(--color-orange-02);
}
.more-button.-green a {
  color: var(--color-brown);
  background-color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .more-button.-green a:hover {
    color: var(--color-white);
    background-color: var(--color-green);
  }
  .more-button.-green a:hover .arrow {
    background-color: var(--color-white);
  }
  .more-button.-green a:hover .arrow::before {
    border-color: var(--color-green);
  }
}
.more-button.-green a .arrow {
  background-color: var(--color-green);
}
.more-button.-blue a {
  color: var(--color-brown);
  background-color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .more-button.-blue a:hover {
    color: var(--color-white);
    background-color: var(--color-blue);
  }
  .more-button.-blue a:hover .arrow {
    background-color: var(--color-white);
  }
  .more-button.-blue a:hover .arrow::before {
    border-color: var(--color-blue);
  }
}
.more-button.-blue a .arrow {
  background-color: var(--color-blue);
}
.more-button.-bg-green a {
  padding: 1.9rem 5.6rem 2.2rem;
  color: var(--color-white);
  border: 0.2rem solid var(--color-green);
  background-color: var(--color-green);
}
@media screen and (max-width: 960px) {
  .more-button.-bg-green a {
    padding: 1.3rem 5.6rem 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .more-button.-bg-green a:hover {
    color: var(--color-green);
    background-color: var(--color-white);
  }
  .more-button.-bg-green a:hover i {
    background-color: var(--color-green);
  }
  .more-button.-bg-green a:hover i::before {
    border-color: var(--color-white);
  }
}
.more-button.-bg-green a i {
  background-color: var(--color-white);
}
.more-button.-bg-green a i::before {
  border-color: var(--color-green);
}
.more-button a {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.1rem 5.8rem 2.4rem;
  font-size: 1.9rem;
  line-height: 1.421;
  -webkit-box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1000rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .more-button a {
    width: 100%;
    padding: 1.5rem 5.8rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
.more-button a i {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.more-button a i::before {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.more-button a .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.3rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  .more-button a .arrow {
    right: 1.6rem;
  }
}
.more-button a .arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.1rem);
  width: 0.7rem;
  height: 0.7rem;
  border-right: 0.2rem solid var(--color-white);
  border-bottom: 0.2rem solid var(--color-white);
  translate: -50% -50%;
  rotate: -45deg;
}
.more-button a .external {
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 3.7rem;
  width: 2.1rem;
  height: 1.9rem;
  -webkit-mask-image: url("../webp/common/button-icon-external.webp");
          mask-image: url("../webp/common/button-icon-external.webp");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  .more-button a .external {
    right: 2.6rem;
  }
}

.form.-style-01 input[type=text],
.form.-style-01 input[type=email],
.form.-style-01 input[type=tel],
.form.-style-01 textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.4rem 3.8rem;
  color: var(--color-brown);
  font-size: 1.8rem;
  line-height: 1.45;
  border: 0.1rem solid #EDD5C2;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .form.-style-01 input[type=text],
  .form.-style-01 input[type=email],
  .form.-style-01 input[type=tel],
  .form.-style-01 textarea {
    padding: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.form.-style-01 input[type=radio],
.form.-style-01 input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.form.-style-01 textarea {
  resize: vertical;
}
.form.-style-01 ::-webkit-input-placeholder {
  color: #C9B8A2;
}
.form.-style-01 ::-moz-placeholder {
  color: #C9B8A2;
}
.form.-style-01 :-ms-input-placeholder {
  color: #C9B8A2;
}
.form.-style-01 ::-ms-input-placeholder {
  color: #C9B8A2;
}
.form.-style-01 ::placeholder {
  color: #C9B8A2;
}
.form.-style-01 .select {
  position: relative;
  width: 100%;
  max-width: 34.5rem;
}
.form.-style-01 .select::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3rem;
  right: 3.7rem;
  border-style: solid;
  border-width: 1.5rem 0.9rem 0 0.9rem;
  border-color: var(--color-black) transparent transparent transparent;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .select::after {
    top: 2.1rem;
    right: 2.6rem;
  }
}
.form.-style-01 .select select {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.4rem 6rem 2.4rem 3.8rem;
  color: var(--color-black);
  font-size: 1.8rem;
  line-height: 1.45;
  border: 0.1rem solid #EDD5C2;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .form.-style-01 .select select {
    padding: 1.6rem 1.6rem 1.6rem 1.6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.form.-style-01 .form-content {
  margin: 0 0 7.5rem;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .form-content {
    margin: 0 0 4.8rem;
  }
}
.form.-style-01 .form-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4.9rem 0;
  border-bottom: 0.1rem solid var(--color-shadow);
}
@media screen and (max-width: 960px) {
  .form.-style-01 .form-content .item {
    display: block;
    padding: 3.3rem 0 3rem;
  }
}
.form.-style-01 .form-content .item.-radio, .form.-style-01 .form-content .item.-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form.-style-01 .form-content .item.-radio dt, .form.-style-01 .form-content .item.-textarea dt {
  padding: 2rem 1em 0 4.4rem;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .form-content .item.-radio dt, .form.-style-01 .form-content .item.-textarea dt {
    padding: 0;
  }
}
.form.-style-01 .form-content .item.-radio dd .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.4rem 0;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .form-content .item.-radio dd .wpcf7-radio {
    gap: 1.2rem 0;
  }
}
.form.-style-01 .form-content .item.-radio dd label {
  display: inline-block;
  cursor: pointer;
}
.form.-style-01 .form-content .item:first-of-type {
  padding: 0 0 4.9rem;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .form-content .item:first-of-type {
    padding: 0 0 3rem;
  }
}
.form.-style-01 .form-content dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.7rem;
  width: auto;
  padding: 0 1em 0 4.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.46;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .form-content dt {
    gap: 0 1.5rem;
    width: 100%;
    padding: 0;
    margin: 0 0 2rem;
    font-size: 1.4rem;
    line-height: 1.45;
  }
}
.form.-style-01 .form-content dt b {
  display: inline-block;
  padding: 0.4rem 0.9rem 0.6rem;
  margin: 0.3rem 0 0;
  padding: 0.4rem 0.9rem 0.6rem;
  margin: 0.3rem 0 0;
  color: var(--color-white);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  background-color: #868686;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .form-content dt b {
    padding: 0.4rem 0.8rem 0.5rem;
    margin: 0;
    font-size: 1.2rem;
  }
}
.form.-style-01 .form-content dt b.required {
  background-color: #FF501C;
}
.form.-style-01 .form-content dd {
  width: calc(784 * 100% / 1246);
  padding: 0 7rem 0 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .form-content dd {
    width: 100%;
    padding: 0;
  }
}
.form.-style-01 .button {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 32.5rem;
  padding: 1.9rem 2rem 2.1rem;
  margin: 0 auto;
  color: var(--color-white);
  font-size: 1.9rem;
  line-height: 1.43;
  text-align: center;
  -webkit-box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
  border: 0.2rem solid var(--color-red);
  border-radius: 1000rem;
  background-color: var(--color-red);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .form.-style-01 .button {
    width: 100%;
    min-width: auto;
    max-width: 27rem;
    padding: 1.9rem 1em 2rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
@media (hover: hover) and (pointer: fine) {
  .form.-style-01 .button:hover {
    color: var(--color-red);
    background-color: var(--color-white);
  }
}

.screen-reader-response {
  display: none;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  display: block;
  padding: 1.6rem;
  margin: 3.2rem 0 0;
  text-align: center;
  border: 0.1rem solid #EDD5C2;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .wpcf7-response-output {
    padding: 1.2rem;
    margin: 2.4rem 0 0;
  }
}

[data-status=init] .wpcf7-response-output {
  display: none;
}

[data-status=invalid] .wpcf7-response-output {
  color: #FF501C;
}

[data-status=sent] .wpcf7-response-output {
  color: var(--color-green);
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
  color: #FF501C;
  margin: 0.8rem 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
}

.wpcf7 span.wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 5.5rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .wpcf7 span.wpcf7-list-item-label {
    padding: 0 0 0 2.9rem;
    font-size: 1.6rem;
    line-height: 1.688;
  }
}

input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2.9rem;
  height: 2.9rem;
  border: 0.1rem solid #D8D8D8;
  border-radius: 50%;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  input[type=radio] + .wpcf7-list-item-label::before {
    top: 0.4rem;
    width: 2rem;
    height: 2rem;
  }
}

input[type=radio] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0.6rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: var(--color-orange);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  input[type=radio] + .wpcf7-list-item-label::after {
    top: 0.9rem;
    left: 0.5rem;
    width: 1rem;
    height: 1rem;
  }
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

#page.front .site-photo-policy-box {
  padding: 0 0 9.2rem;
}
@media screen and (max-width: 960px) {
  #page.front .site-photo-policy-box {
    padding: 0 0 4.4rem;
  }
}
#page.front #footer {
  margin: -34.8rem 0 0;
}
@media screen and (max-width: 960px) {
  #page.front #footer {
    margin: -21.2rem 0 0;
  }
}

#page-front {
  position: relative;
  z-index: 0;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#bg > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
#bg > span.is-hide {
  opacity: 0;
}
#bg .item:nth-of-type(1) {
  background-image: url("../img/top/page-bg-01.png");
}
@media screen and (max-width: 960px) {
  #bg .item:nth-of-type(1) {
    background-image: url("../img/top/sp/page-bg-01.png");
  }
}
#bg .item:nth-of-type(2) {
  background-image: url("../img/top/page-bg-02.png");
}
@media screen and (max-width: 960px) {
  #bg .item:nth-of-type(2) {
    background-image: url("../img/top/sp/page-bg-02.png");
  }
}
#bg .item:nth-of-type(3) {
  background-image: url("../img/top/page-bg-03.png");
}
@media screen and (max-width: 960px) {
  #bg .item:nth-of-type(3) {
    background-image: url("../img/top/sp/page-bg-03.png");
  }
}

#loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-white);
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
  z-index: 9999;
}
#loading.is-loaded {
  opacity: 0;
  pointer-events: none;
}
#loading.loading-none {
  display: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}
#loading .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
#loading .text > span {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--color-orange);
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.35em;
  overflow: hidden;
  -webkit-animation: loading-animation 1.4s calc(1s * var(--index)) 1 both normal ease-in-out;
          animation: loading-animation 1.4s calc(1s * var(--index)) 1 both normal ease-in-out;
}
@media screen and (max-width: 960px) {
  #loading .text > span {
    font-size: 3.3rem;
  }
}
@-webkit-keyframes loading-animation {
  0% {
    opacity: 0;
    -webkit-filter: blur(0.6rem);
            filter: blur(0.6rem);
    -webkit-transform: translate(0, -0.5em);
            transform: translate(0, -0.5em);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes loading-animation {
  0% {
    opacity: 0;
    -webkit-filter: blur(0.6rem);
            filter: blur(0.6rem);
    -webkit-transform: translate(0, -0.5em);
            transform: translate(0, -0.5em);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#top-branding {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 960px) {
  #top-branding {
    padding: 0 0 4.8rem;
  }
}
#top-branding .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: none;
  padding: 0;
}
@media screen and (max-width: 960px) {
  #top-branding .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.7rem 0;
  }
}
#top-branding .swiper {
  display: block;
  width: calc(124.6 * 1000vw / 1920);
  height: 77rem;
  margin: 0;
}
@media screen and (max-width: 960px) {
  #top-branding .swiper {
    width: calc(31.4 * 1000vw / 393);
    height: auto;
    margin: 0 0 0 auto;
  }
}
#top-branding .swiper .swiper-slide picture {
  height: 100%;
}
#top-branding .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 4rem;
}
@media screen and (max-width: 960px) {
  #top-branding .swiper .swiper-slide img {
    height: auto;
  }
}
#top-branding .content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  padding: 0 calc(13 * 1000vw / 1920) 2rem 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 960px) {
  #top-branding .content {
    width: 100%;
    padding: 0 var(--inner-padding-inline) 0 calc(var(--inner-padding-inline) + 1.1rem);
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
#top-branding .content .text {
  margin: 0.6rem 0 0;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #top-branding .content .text {
    margin: 0 0 0 0.4rem;
  }
}
#top-branding .content .text > span {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2.2rem;
  letter-spacing: 0.205em;
}
@media screen and (max-width: 960px) {
  #top-branding .content .text > span {
    display: inline;
    font-size: 1.4rem;
    line-height: 2.143;
    letter-spacing: 0;
  }
}
#top-branding .content .text > span:last-of-type {
  margin: 0 2.2rem 0 0;
}
#top-branding h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 4.4rem;
  gap: 2.4rem 0;
}
@media screen and (max-width: 960px) {
  #top-branding h1 {
    gap: 0;
    margin: 0 0 2.6rem;
  }
}
#top-branding h1 > span {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.35em;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #top-branding h1 > span {
    font-size: 3.3rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

#top-branding-bottom {
  position: relative;
  padding: 9.6rem 0 0;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #top-branding-bottom {
    padding: 7.6rem 0 0;
  }
}
#top-branding-bottom .bg-text {
  display: block;
  position: absolute;
  top: 18.7rem;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #top-branding-bottom .bg-text {
    top: 0;
  }
}
#top-branding-bottom .bg-text > span {
  display: inline-block;
  padding: 0 0 0 100%;
  margin: 0;
  color: var(--color-white);
  font-size: 20rem;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-animation: loop-text 16s linear infinite;
          animation: loop-text 16s linear infinite;
  opacity: 0.39;
}
@media screen and (max-width: 960px) {
  #top-branding-bottom .bg-text > span {
    font-size: 5.3rem;
    -webkit-animation: loop-text 12s linear infinite;
            animation: loop-text 12s linear infinite;
  }
}
#top-branding-bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: calc(180rem + 0rem * 2);
  padding: 0 15.4rem 0 3.6rem;
}
@media screen and (max-width: 1724px) {
  #top-branding-bottom .inner {
    padding: 0 3.6rem;
  }
}
@media screen and (max-width: 960px) {
  #top-branding-bottom .inner {
    padding: 0;
  }
}
#top-branding-bottom .swiper {
  max-width: 94.8rem;
  margin: 0;
}
@media screen and (max-width: 960px) {
  #top-branding-bottom .swiper {
    width: calc(250 * 100% / 393);
    max-width: none;
    min-width: auto;
  }
}
#top-branding-bottom .swiper li {
  height: auto;
}
#top-branding-bottom .swiper img {
  width: 100%;
  border-radius: 4rem;
}
@media screen and (max-width: 960px) {
  #top-branding-bottom .swiper img {
    border-radius: 2rem;
  }
}
#top-branding-bottom .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
  padding: 10.3rem 0 0;
}
#top-branding-bottom .scrolldown {
  display: inline-block;
  position: relative;
  padding: 0 2rem 0 2.6rem;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #top-branding-bottom .scrolldown {
    display: none;
  }
}
#top-branding-bottom .scrolldown::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--color-light-brown);
  translate: 0 -50%;
}
#top-branding-bottom .scrolldown::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 1.3rem;
  background-image: url("../img/top/branding-bottom-scroll-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  translate: 0 -50%;
}

#top-goal {
  padding: 10.1rem 0 0;
}
@media screen and (max-width: 960px) {
  #top-goal {
    padding: 9.1rem 0 0;
  }
}
#top-goal .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #top-goal .content {
    display: block;
  }
}
#top-goal .content .description {
  width: calc(720 * 100% / 1246);
  padding: 2rem 0 0;
}
@media screen and (max-width: 960px) {
  #top-goal .content .description {
    width: 100%;
    padding: 0;
    margin: 0 0 6.4rem;
  }
}
#top-goal .content .description h2 {
  margin: 0 0 5.4rem;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #top-goal .content .description h2 {
    margin: 0 0 1.8rem;
    font-size: 2.1rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}
#top-goal .content .description p {
  font-size: 2.2rem;
  line-height: 2.727;
}
@media screen and (max-width: 960px) {
  #top-goal .content .description p {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#top-goal .content .image {
  width: calc(457 * 100% / 1246);
}
@media screen and (max-width: 960px) {
  #top-goal .content .image {
    width: 100%;
    padding: 0 4.4rem;
    text-align: center;
  }
}
#top-goal .content .image img {
  border-radius: 1000rem;
  -webkit-filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.1));
}
#top-about.section {
  padding: 20.4rem 0 38.3rem;
}
@media screen and (max-width: 960px) {
  #top-about.section {
    padding: 12.7rem 0 17.2rem;
  }
}
#top-about .inner {
  max-width: calc(149.6rem + 1.6rem * 2);
  padding: 0 1.6rem;
}
#top-about h2 {
  margin-bottom: 5.3rem;
}
@media screen and (max-width: 960px) {
  #top-about h2 {
    margin-bottom: 2.5rem;
  }
}
#top-about .content {
  padding: 0 2.1rem;
  border-radius: 10.5rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  #top-about .content {
    padding: 10.4rem 2.1rem 6.7rem;
    border-radius: 3rem;
  }
}
#top-about .content-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding: 0 0 0 calc(510 * 100% / 1246 + 3.2rem);
  max-width: 124.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #top-about .content-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}
#top-about .content-in .swiper {
  position: absolute;
  top: 0;
  left: 6rem;
  width: calc(450 * 100% / 1246);
  height: 100%;
}
@media screen and (max-width: 960px) {
  #top-about .content-in .swiper {
    position: static;
    width: calc(100% + 4.2rem);
    margin: 0;
  }
}
#top-about .content-in .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#top-about .content-in .swiper-slide {
  height: auto;
  margin: 0 0 5.7rem;
}
@media screen and (max-width: 960px) {
  #top-about .content-in .swiper-slide {
    margin: 0 2.9rem 0 0;
  }
}
#top-about .content-in .swiper-slide img {
  width: 100%;
  max-width: none;
  height: auto;
  border-radius: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  #top-about .content-in .swiper-slide img {
    border-radius: 2rem;
  }
}
#top-about .content-in .description {
  width: 100%;
  max-width: 57.3rem;
  padding: 17.7rem 0 17rem;
}
@media screen and (max-width: 960px) {
  #top-about .content-in .description {
    width: 100%;
    max-width: none;
    padding: 0 0 0 2.3rem;
    margin: 0 0 5.7rem;
  }
}
#top-about .content-in .description p {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #top-about .content-in .description p {
    font-size: 1.4rem;
    line-height: 2.143;
  }
}
#top-about .content-in .description .more-button {
  margin-top: 6.6rem;
}
@media screen and (max-width: 960px) {
  #top-about .content-in .description .more-button {
    margin-top: 4rem;
    padding: 0 2.3rem 0 0;
  }
}
@media screen and (max-width: 960px) {
  #top-about .content-in .description .more-button a {
    margin: 0 auto;
  }
}

#top-feature {
  padding: 0 0 20.5rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  #top-feature {
    padding: 0 0 6rem;
  }
}
#top-feature .inner {
  max-width: calc(124.6rem + 2.3rem * 2);
  padding: 0 2.3rem;
}
#top-feature .section-bg {
  width: 100%;
  height: 44.9rem;
  background-image: url("../webp/top/feature-bg.webp");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #top-feature .section-bg {
    height: calc(16.5 * 1000vw / 393);
    background-image: url("../webp/top/sp/feature-bg.webp");
  }
}
#top-feature .feature-content {
  padding: 17rem 0 0;
  margin: -15rem 0 0;
  border-radius: 4rem 4rem 0 0;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  #top-feature .feature-content {
    padding: 12rem 0 0;
    margin: -5.3rem 0 0;
    border-radius: 2rem 2rem 0 0;
  }
}
#top-feature .feature-content h2 {
  margin-bottom: 12.8rem;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-content h2 {
    margin-bottom: 5.7rem;
  }
}
#top-feature .feature-content .lead {
  margin: 0 0 8.7rem;
  font-size: 2.8rem;
  line-height: 2.5;
}
@media screen and (max-width: 960px) {
  #top-feature .feature-content .lead {
    margin: 0 0 1.9rem;
    font-size: 1.6rem;
    line-height: 2.188;
  }
}
#top-feature .feature-content .image {
  max-width: 86.9rem;
  margin: 0 auto;
}
#top-feature .feature-content .image img {
  width: 100%;
}

#top-service {
  padding: 0 0 26rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) calc(100% - 26rem), rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) calc(100% - 26rem), rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 960px) {
  #top-service {
    padding: 0 0 19.3rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) calc(100% - 19.3rem), rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) calc(100% - 19.3rem), rgba(255, 255, 255, 0) 100%);
  }
}
#top-service .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #top-service .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#top-service .description {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: auto;
  padding: 8.8rem 0 0;
}
@media screen and (max-width: 960px) {
  #top-service .description {
    width: 100%;
    padding: 0;
    margin: 0 0 7.7rem;
  }
}
#top-service .description h2 {
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 960px) {
  #top-service .description h2 {
    margin-bottom: 2.6rem;
  }
}
#top-service .description p {
  margin: 0 0 8.2rem;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #top-service .description p {
    margin: 0 0 4.3rem;
    font-size: 1.5rem;
  }
}
#top-service .description .more-button a {
  min-width: 39rem;
  padding-left: 8rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #top-service .description .more-button a {
    max-width: 25.2rem;
    min-width: auto;
    padding-left: 4.2rem;
    margin: 0 auto;
  }
}
#top-service .description .more-button a i {
  right: 4rem;
}
@media screen and (max-width: 960px) {
  #top-service .description .more-button a i {
    right: 1.6rem;
  }
}
#top-service .thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(675 * 100% / 1246);
  margin: 0;
}
@media screen and (max-width: 960px) {
  #top-service .thumbnail {
    width: 100%;
  }
}
#top-service .thumbnail .swiper-wrapper picture {
  width: 100%;
  height: auto;
}
#top-service .thumbnail .swiper-wrapper img {
  width: 100%;
  border-radius: 4rem;
}
#top-service .selector {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: auto;
  padding: 0 0 0 3.5rem;
  margin: 0 0 11rem;
}
@media screen and (max-width: 960px) {
  #top-service .selector {
    padding: 0;
    margin: 0 0 4.8rem;
  }
}
#top-service .selector .swiper-wrapper {
  display: block;
}
#top-service .selector .swiper-slide {
  position: relative;
  padding: 0 0 0 5.8rem;
  color: var(--color-light-brown);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.455;
  letter-spacing: 0.1em;
  counter-increment: number;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #top-service .selector .swiper-slide {
    padding: 0 0 0 4.4rem;
    font-size: 1.7rem;
    line-height: 1.471;
  }
}
#top-service .selector .swiper-slide:not(:last-of-type) {
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 960px) {
  #top-service .selector .swiper-slide:not(:last-of-type) {
    margin: 0 0 1.5rem;
  }
}
#top-service .selector .swiper-slide:hover {
  color: var(--color-brown);
}
#top-service .selector .swiper-slide:hover::after {
  background-size: 100% 100%;
  background-position-y: top;
  -webkit-transition: background-size 0.6s ease;
  transition: background-size 0.6s ease;
}
#top-service .selector .swiper-slide::before {
  content: counter(number, decimal-leading-zero);
  display: inline-block;
  position: absolute;
  top: 0.7rem;
  left: 2.6rem;
  color: currentColor;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #top-service .selector .swiper-slide::before {
    top: 0.6rem;
    left: 2rem;
    font-size: 1.1rem;
  }
}
#top-service .selector .swiper-slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0.2rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color-orange)), to(var(--color-orange)));
  background-image: -webkit-linear-gradient(bottom, var(--color-orange), var(--color-orange));
  background-image: linear-gradient(0deg, var(--color-orange), var(--color-orange));
  background-position-y: bottom;
  background-size: 100% 0;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
  z-index: 2;
}
#top-service .selector .swiper-slide-thumb-active {
  color: var(--color-brown);
}
#top-service .selector .swiper-slide-thumb-active::after {
  background-size: 100% 100%;
  background-position-y: top;
  -webkit-transition: background-size 0.6s ease;
  transition: background-size 0.6s ease;
}

#top-recruit {
  padding: 0 0 30.2rem;
}
@media screen and (max-width: 960px) {
  #top-recruit {
    padding: 0 0 16.4rem;
  }
}
#top-recruit .inner {
  max-width: calc(149.6rem + 3.6rem * 2);
}
@media screen and (max-width: 960px) {
  #top-recruit .inner {
    padding: 0;
  }
}
#top-recruit .recruit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #top-recruit .recruit-content {
    display: block;
    padding: 0 2.3rem 0 3.6rem;
  }
}
#top-recruit .recruit-content .image {
  position: relative;
  width: calc(607 * 100% / 1496);
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #top-recruit .recruit-content .image {
    width: calc(266 * 100% / 333);
  }
}
#top-recruit .recruit-content .image img {
  width: 100%;
  border-radius: 4rem;
}
#top-recruit .recruit-content .description {
  position: relative;
  width: calc(723 * 100% / 1496);
  padding: 14rem 0;
  margin: 13.3rem 0 0;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #top-recruit .recruit-content .description {
    width: 100%;
    padding: calc(23 * 1000vw / 393) 0 14.2rem 1.3rem;
    margin: calc(-17.9 * 1000vw / 393) 0 0;
  }
}
#top-recruit .recruit-content .description::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(-45.2 * 1000vw / 1920);
  right: -100vw;
  bottom: 0;
  border-radius: 3rem 0 0 3rem;
  background-color: rgba(255, 255, 255, 0.56);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  #top-recruit .recruit-content .description::before {
    left: -3.6rem;
  }
}
#top-recruit .recruit-content .description h2 {
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 960px) {
  #top-recruit .recruit-content .description h2 {
    margin-bottom: 2.7rem;
  }
}
#top-recruit .recruit-content .description p {
  margin-bottom: 6.5rem;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #top-recruit .recruit-content .description p {
    margin-bottom: 4rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  #top-recruit .recruit-content .description .more-button a {
    margin: 0 auto;
  }
}

#top-gallery {
  position: relative;
  padding: 10rem 0 39.5rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #top-gallery {
    padding: 6.2rem 0 18.4rem;
  }
}
#top-gallery .bg-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
#top-gallery .bg-text > span {
  display: inline-block;
  padding: 0 0 0 100%;
  margin: 0;
  color: var(--color-white);
  font-size: 20rem;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-animation: loop-text 16s linear infinite;
          animation: loop-text 16s linear infinite;
  opacity: 0.39;
}
@media screen and (max-width: 960px) {
  #top-gallery .bg-text > span {
    font-size: 7.8rem;
    -webkit-animation: loop-text 12s linear infinite;
            animation: loop-text 12s linear infinite;
  }
}
#top-gallery h2 {
  margin-bottom: 6.8rem;
}
@media screen and (max-width: 960px) {
  #top-gallery h2 {
    margin-bottom: 2.5rem;
  }
}
#top-gallery .lead-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1.6rem;
  margin: 0 0 11.7rem;
}
@media screen and (max-width: 960px) {
  #top-gallery .lead-box {
    display: block;
    margin: 0 0 7.4rem;
  }
}
#top-gallery .lead {
  font-size: 2.8rem;
  line-height: 1.43;
}
@media screen and (max-width: 960px) {
  #top-gallery .lead {
    margin: 0 0 3.9rem;
    font-size: 1.6rem;
    line-height: 2.19;
  }
}
#top-gallery .more-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  #top-gallery .more-button {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #top-gallery .more-button a {
    margin: 0 0 0 auto;
  }
}
#top-gallery .swiper {
  overflow: hidden;
}
#top-gallery .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#top-gallery .swiper-slide {
  width: auto;
}
#top-gallery .swiper-slide.-p-02 {
  margin: 8rem 0 0;
}
@media screen and (max-width: 960px) {
  #top-gallery .swiper-slide.-p-02 {
    margin: 2.7rem 0 0;
  }
}
#top-gallery .swiper-slide img {
  width: 100%;
  aspect-ratio: 421/495;
  border-radius: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  #top-gallery .swiper-slide img {
    border-radius: 3rem;
  }
}

#top-contact-wrap {
  padding: 20.5rem 0 34.8rem;
  text-align: center;
  border-radius: 5rem 5rem 0 0;
  background-image: url("../webp/top/contact-bg.webp");
  background-position: top center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #top-contact-wrap {
    padding: 15.4rem 0 21.2rem;
    border-radius: 3rem 3rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-contact-wrap {
    background-image: url("../webp/top/sp/contact-bg.webp");
  }
}

#top-contact {
  margin: 0 0 30rem;
}
@media screen and (max-width: 960px) {
  #top-contact {
    margin: 0 0 15.4rem;
  }
}
@media screen and (max-width: 960px) {
  #top-contact .inner {
    padding: 0 2.9rem;
  }
}
#top-contact h2 {
  margin-bottom: 6.8rem;
}
@media screen and (max-width: 960px) {
  #top-contact h2 {
    margin-bottom: 4.3rem;
  }
}
#top-contact .lead {
  margin-bottom: 10.6rem;
  font-size: 2.2rem;
  line-height: 2.27;
}
@media screen and (max-width: 960px) {
  #top-contact .lead {
    margin-bottom: 8.9rem;
    font-size: 1.5rem;
    line-height: 2;
  }
}
#top-contact .cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 960px) {
  #top-contact .cta {
    grid-template-columns: 1fr;
    gap: 1.7rem 0;
  }
}
#top-contact .cta li {
  width: 100%;
  min-height: 28.2rem;
  padding: 6.2rem 1rem 1rem;
  color: var(--color-white);
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #top-contact .cta li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 24rem;
    padding: 1rem;
  }
}
#top-contact .cta li:nth-of-type(1) {
  border-radius: 3rem 0 0 3rem;
  background-image: url("../webp/top/contact-cta-bg-green.webp");
}
@media screen and (max-width: 960px) {
  #top-contact .cta li:nth-of-type(1) {
    border-radius: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #top-contact .cta li:nth-of-type(1) {
    background-image: url("../webp/top/sp/contact-cta-bg-green.webp");
  }
}
#top-contact .cta li:nth-of-type(1) .more-button a {
  padding-left: 4.6rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #top-contact .cta li:nth-of-type(1) .more-button a {
    padding: 2.1rem 5.1rem 2.3rem 4.4rem;
  }
}
#top-contact .cta li:nth-of-type(2) {
  border-radius: 0 3rem 3rem 0;
  background-image: url("../webp/top/contact-cta-bg-orange.webp");
}
@media screen and (max-width: 960px) {
  #top-contact .cta li:nth-of-type(2) {
    border-radius: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #top-contact .cta li:nth-of-type(2) {
    background-image: url("../webp/top/sp/contact-cta-bg-orange.webp");
  }
}
#top-contact .cta li:nth-of-type(2) .more-button a {
  padding-left: 5.3rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #top-contact .cta li:nth-of-type(2) .more-button a {
    padding: 2.4rem 5.1rem 2rem 4.4rem;
  }
}
#top-contact .cta dl {
  width: 100%;
}
#top-contact .cta dt {
  margin: 0 0 3.2rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.455;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #top-contact .cta dt {
    margin: 0 0 3rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#top-contact .cta dd .caption {
  display: block;
  margin: 1.9rem 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  #top-contact .cta dd .caption {
    margin: 2rem 0 0;
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
#top-contact .cta .more-button a {
  width: 100%;
  max-width: 32.5rem;
  min-width: auto;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #top-contact .cta .more-button a {
    max-width: 27rem;
  }
}

#top-contact-form {
  padding: 0 0 30.4rem;
}
@media screen and (max-width: 960px) {
  #top-contact-form {
    padding: 0 0 19.6rem;
  }
}
#top-contact-form h2 {
  margin-bottom: 14.9rem;
}
@media screen and (max-width: 960px) {
  #top-contact-form h2 {
    margin-bottom: 7.6rem;
  }
}

#page.about {
  background-image: url("../img/about/bg.png");
  background-position: center top;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #page.about {
    background-image: url("../img/about/sp/bg.png");
  }
}

#about-feeling {
  padding: 28.6rem 0 13.7rem;
}
@media screen and (max-width: 960px) {
  #about-feeling {
    padding: 11.6rem 0 6.4rem;
  }
}
#about-feeling .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #about-feeling .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#about-feeling .box-title {
  padding: 1.7rem 0 0;
}
@media screen and (max-width: 960px) {
  #about-feeling .box-title {
    padding: 0;
    margin-bottom: 0.7rem;
  }
}
#about-feeling .box-title h2 {
  margin-bottom: 4.1rem;
}
@media screen and (max-width: 960px) {
  #about-feeling .box-title h2 {
    margin-bottom: 4.1rem;
  }
}
#about-feeling .box-title b {
  color: var(--color-orange);
  font-size: 5rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #about-feeling .box-title b {
    font-size: 2rem;
    line-height: 1.75;
  }
}
#about-feeling .box-content {
  width: calc(528 * 100% / 1246);
}
@media screen and (max-width: 960px) {
  #about-feeling .box-content {
    width: 100%;
  }
}
#about-feeling .box-content p {
  font-size: 2.4rem;
  line-height: 2.917;
}
@media screen and (max-width: 960px) {
  #about-feeling .box-content p {
    font-size: 1.5rem;
    line-height: 2.667;
  }
}

#about-feeling-bottom .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#about-feeling-bottom .swiper-slide img {
  width: 100%;
  border-radius: 4rem;
}
@media screen and (max-width: 960px) {
  #about-feeling-bottom .swiper-slide img {
    border-radius: 2rem;
  }
}

#about-message {
  position: relative;
  padding: 19.5rem 0 25.5rem;
}
@media screen and (max-width: 960px) {
  #about-message {
    padding: 11.6rem 0;
  }
}
#about-message .inner {
  max-width: calc(149.6rem + 3.6rem * 2);
}
@media screen and (max-width: 960px) {
  #about-message .inner {
    padding: 0 2.7rem;
  }
}
#about-message .content {
  width: calc(1007 * 100% / 1496);
  padding: 14.9rem 15.9rem 10.4rem 12.5rem;
  border-radius: 3rem;
  background-color: rgba(255, 255, 255, 0.56);
}
@media screen and (max-width: 1568px) {
  #about-message .content {
    padding-left: 8.5rem;
  }
}
@media screen and (max-width: 960px) {
  #about-message .content {
    width: 100%;
    padding: 7.4rem 1.7rem 7.4rem 2.2rem;
    border-radius: 2rem;
  }
}
#about-message h2 {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 960px) {
  #about-message h2 {
    margin-bottom: 4.2rem;
  }
}
#about-message b {
  margin: 0 0 3.9rem;
  color: var(--color-orange);
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #about-message b {
    margin-bottom: 2.2rem;
    font-size: 2rem;
    line-height: 1.75;
  }
}
#about-message p {
  margin: 0 0 5rem;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #about-message p {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
    line-height: 2.143;
  }
}
#about-message .name {
  display: block;
  font-size: 2rem;
  font-family: var(--font-iroha);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #about-message .name {
    font-size: 1.5rem;
  }
}
#about-message .sp-image {
  display: none;
}
@media screen and (max-width: 960px) {
  #about-message .sp-image {
    display: block;
    width: calc(100% + 0.7rem);
    margin: 5.5rem -0.7rem 0 0;
  }
}
#about-message .sp-image img {
  width: 100%;
  border-radius: 2rem;
}
#about-message .image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 16.2rem;
  width: calc(170.8 * 1000vw / 1920);
  pointer-events: none;
}
#about-message .image-box .pc-image {
  width: calc(762 * 100% / 1708);
  max-width: 76.2rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 960px) {
  #about-message .image-box .pc-image {
    display: none;
  }
}
#about-message .image-box .pc-image img {
  width: 100%;
  border-radius: 4rem 0 0 4rem;
}

#about-message-bottom .inner {
  max-width: calc(149.6rem + 3.6rem * 2);
}
@media screen and (max-width: 960px) {
  #about-message-bottom .inner {
    padding: 0;
  }
}
#about-message-bottom img {
  width: 100%;
  border-radius: 4rem;
}
@media screen and (max-width: 960px) {
  #about-message-bottom img {
    border-radius: 0;
  }
}

#about-profile {
  padding: 20rem 0 0;
}
@media screen and (max-width: 960px) {
  #about-profile {
    padding: 9rem 0 0;
  }
}
#about-profile h2 {
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 960px) {
  #about-profile h2 {
    margin-bottom: 5.7rem;
  }
}
#about-profile dl .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.9rem 0;
  border-bottom: 0.1rem solid var(--color-light-brown);
}
@media screen and (max-width: 960px) {
  #about-profile dl .item {
    display: block;
    padding: 2.6rem 1.2rem;
  }
}
#about-profile dl .item:first-of-type {
  padding: 0 0 3.9rem;
}
@media screen and (max-width: 960px) {
  #about-profile dl .item:first-of-type {
    padding: 0 1.2rem 2.6rem;
  }
}
#about-profile dl dt {
  width: auto;
  padding: 0 1rem 0 5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #about-profile dl dt {
    padding: 0;
    margin: 0 0 0.9rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
#about-profile dl dd {
  width: calc(900 * 100% / 1246);
  padding: 0 5rem 0 0;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #about-profile dl dd {
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.667;
  }
}

#about-office {
  padding: 28.9rem 0 35.8rem;
}
@media screen and (max-width: 960px) {
  #about-office {
    padding: 14.3rem 0 16.2rem;
  }
}
#about-office h2 {
  margin: 0 0 7.5rem;
  padding: 0 0 4.4rem;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.1em;
  border-bottom: 0.1rem solid var(--color-brown);
}
@media screen and (max-width: 960px) {
  #about-office h2 {
    margin: 0 0 3.5rem;
    padding: 0 0 2.2rem;
    font-size: 2rem;
    letter-spacing: 0;
  }
}
#about-office .office-list:not(:last-of-type) {
  margin: 0 0 15rem;
}
@media screen and (max-width: 960px) {
  #about-office .office-list:not(:last-of-type) {
    margin: 0 0 9rem;
  }
}
#about-office .office-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #about-office .office-list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#about-office .office-list ul li:not(:last-of-type) {
  margin: 0 0 8rem;
}
@media screen and (max-width: 960px) {
  #about-office .office-list ul li:not(:last-of-type) {
    margin: 0 0 7rem;
  }
}
#about-office .office-list ul .description {
  width: auto;
  padding: 0 1rem 0 0;
}
@media screen and (max-width: 960px) {
  #about-office .office-list ul .description {
    display: contents;
    padding: 0;
  }
}
#about-office .office-list ul .description:has(.sub-title) h3 {
  margin: 0;
}
#about-office .office-list ul .description h3 {
  margin: 0 0 6rem;
  color: var(--color-orange-02);
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.457;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #about-office .office-list ul .description h3 {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
    margin: 0 0 2rem;
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0;
  }
}
#about-office .office-list ul .description .sub-title {
  margin: 1.5rem 0 4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #about-office .office-list ul .description .sub-title {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin: 1rem 0 2rem;
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
@media screen and (max-width: 960px) {
  #about-office .office-list ul .description .more-button a {
    margin: 0 auto;
  }
}
#about-office .office-list ul .summary {
  margin: 0 0 4rem;
}
@media screen and (max-width: 960px) {
  #about-office .office-list ul .summary {
    margin: 0 0 3.5rem;
  }
}
#about-office .office-list ul .summary .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 3rem;
}
@media screen and (max-width: 960px) {
  #about-office .office-list ul .summary .row {
    gap: 0 2.1rem;
  }
}
#about-office .office-list ul .summary .row:not(:last-of-type) {
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 960px) {
  #about-office .office-list ul .summary .row:not(:last-of-type) {
    margin: 0 0 1rem;
  }
}
#about-office .office-list ul .summary .row:nth-of-type(2) dd, #about-office .office-list ul .summary .row:nth-of-type(3) dd {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #about-office .office-list ul .summary .row:nth-of-type(2) dd, #about-office .office-list ul .summary .row:nth-of-type(3) dd {
    letter-spacing: 0.05em;
  }
}
#about-office .office-list ul .summary dt {
  min-width: 11.8rem;
  padding: 0.3rem 0.5em 0.5rem;
  color: var(--color-orange-02);
  line-height: 1.5;
  text-align: center;
  border-radius: 1000rem;
  background-color: var(--color-light-orange);
}
@media screen and (max-width: 960px) {
  #about-office .office-list ul .summary dt {
    min-width: 8.9rem;
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
#about-office .office-list ul .summary dd {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #about-office .office-list ul .summary dd {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
#about-office .office-list ul .image {
  width: calc(577 * 100% / 1246);
}
@media screen and (max-width: 960px) {
  #about-office .office-list ul .image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin: 0 0 3.5rem;
  }
}
#about-office .office-list ul .image img {
  width: 100%;
  border-radius: 4rem;
}
@media screen and (max-width: 960px) {
  #about-office .office-list ul .image img {
    border-radius: 2rem;
  }
}

#page.service {
  background-image: url("../img/service/bg.png");
  background-position: center top;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #page.service {
    background-image: url("../img/service/sp/bg.png");
  }
}

.food-slider-bg:not(.is-active) *,
.food-slider-bg:not(.is-active) {
  pointer-events: none;
}

.food-slider-bg:not(.is-active) {
  visibility: hidden;
  pointer-events: none;
}

.food-slider-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 0 3.2rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, background-color 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, background-color 0.4s ease;
  background-color: rgba(0, 0, 0, 0.52);
  z-index: 1004;
}
@media screen and (max-width: 960px) {
  .food-slider-bg.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}
.food-slider-bg .content {
  width: 100%;
}
.food-slider-bg .swiper {
  overflow: visible;
  margin: 0 0 2.9rem;
}
.food-slider-bg .swiper-slide img {
  display: block;
  width: auto;
  max-height: 75vh;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.food-slider-bg .swiper-button-next,
.food-slider-bg .swiper-button-prev {
  position: absolute;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  top: 50%;
  color: var(--color-white);
  border-radius: 50%;
  border: 0.1rem solid var(--color-brown);
  background-color: var(--color-white);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 10;
}
.food-slider-bg .swiper-button-prev {
  left: -1.6rem;
}
.food-slider-bg .swiper-button-next {
  right: -1.6rem;
}
.food-slider-bg .swiper-button-prev:after,
.food-slider-bg .swiper-button-next:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1.7rem;
  background-image: url("../img/gallery/sp/lightbox-icon-next.svg");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  translate: -50% -50%;
}
.food-slider-bg .swiper-button-prev:after {
  left: calc(50% - 0.1rem);
  scale: -1 1;
}
.food-slider-bg .swiper-button-next:after {
  left: calc(50% + 0.1rem);
}
.food-slider-bg .swiper-button-next.swiper-button-disabled,
.food-slider-bg .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.food-slider-bg .close-button {
  display: block;
  width: 100%;
  max-width: 16.5rem;
  padding: 0.4rem 0.25em 0.7rem;
  margin: 0 auto;
  color: var(--color-white);
  font-size: 1.2rem;
  line-height: 1.417;
  text-align: center;
  border-radius: 1000rem;
  background-color: var(--color-orange-02);
  cursor: pointer;
}

#service-point {
  padding: 31.3rem 0 0;
}
@media screen and (max-width: 960px) {
  #service-point {
    padding: 10.5rem 0 0;
  }
}
#service-point .section-title h2 {
  margin-bottom: 9.8rem;
}
@media screen and (max-width: 960px) {
  #service-point .section-title h2 {
    margin-bottom: 7.3rem;
  }
}
#service-point .point-list {
  margin: 0 0 16.9rem;
}
@media screen and (max-width: 960px) {
  #service-point .point-list {
    margin: 0 0 8rem;
  }
}
#service-point .point-list .inner {
  max-width: calc(149.6rem + 2.7rem * 2);
  padding: 0 2.7rem;
}
#service-point .point-list ul li {
  padding: 11.5rem 2.4rem 11.1rem;
  border-radius: 3rem;
  background-color: rgba(255, 255, 255, 0.64);
}
@media screen and (max-width: 960px) {
  #service-point .point-list ul li {
    padding: 4rem 1.6rem 3.5rem;
    border-radius: 2rem;
  }
}
#service-point .point-list ul li:not(:last-of-type) {
  margin: 0 0 6rem;
}
@media screen and (max-width: 960px) {
  #service-point .point-list ul li:not(:last-of-type) {
    margin: 0 0 2rem;
  }
}
#service-point .point-list ul li .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 2.4rem;
  max-width: calc(124.6rem + 0rem * 2);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #service-point .point-list ul li .content {
    display: block;
  }
}
#service-point .point-list ul li .image {
  width: 54.3rem;
}
@media screen and (max-width: 960px) {
  #service-point .point-list ul li .image {
    width: 100%;
    margin: 0 0 2.7rem;
  }
}
#service-point .point-list ul li .image img {
  width: 100%;
  border-radius: 4rem;
}
@media screen and (max-width: 960px) {
  #service-point .point-list ul li .image img {
    border-radius: 2rem;
  }
}
#service-point .point-list ul li .description {
  width: 57.8rem;
}
@media screen and (max-width: 960px) {
  #service-point .point-list ul li .description {
    width: 100%;
    padding: 0 0 0 0.5rem;
  }
}
#service-point .point-list ul li h3 {
  margin: 0 0 4.6rem;
  color: var(--color-orange);
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.457;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  #service-point .point-list ul li h3 {
    margin: 0 0 1rem;
    font-size: 2rem;
    line-height: 1.75;
  }
}
#service-point .point-list ul li p {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #service-point .point-list ul li p {
    font-size: 1.4rem;
    line-height: 2.143;
  }
}
#service-point .section-bg {
  width: 100%;
  height: 39rem;
  background-image: url("../webp/service/point-bg.webp");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #service-point .section-bg {
    height: calc(16.5 * 1000vw / 393);
    background-image: url("../webp/service/sp/point-bg.webp");
  }
}

.service-image-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.service-image-slider .swiper-slide img {
  width: 100%;
  border-radius: 4rem;
}
@media screen and (max-width: 960px) {
  .service-image-slider .swiper-slide img {
    border-radius: 2rem;
  }
}

#service-facility {
  padding: 16rem 0 0;
}
@media screen and (max-width: 960px) {
  #service-facility {
    padding: 14rem 0 0;
  }
}
#service-facility h2 {
  margin-bottom: 8.3rem;
}
@media screen and (max-width: 960px) {
  #service-facility h2 {
    margin-bottom: 7rem;
  }
}

.service-facility-selector {
  position: relative;
}
.service-facility-selector ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2.5rem;
}
@media screen and (max-width: 960px) {
  .service-facility-selector ul {
    gap: 2rem;
  }
}
.service-facility-selector ul li {
  display: block;
  width: 100%;
  max-width: 35.9rem;
}
@media screen and (max-width: 960px) {
  .service-facility-selector ul li {
    max-width: 27.8rem;
  }
}
@media screen and (max-width: 960px) {
  .service-facility-selector ul li:nth-of-type(3) a {
    padding: 1.5rem 4.8rem 1.7rem 1.6rem;
  }
}
.service-facility-selector ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 2.1rem 5.1rem 2.4rem 2.8rem;
  color: var(--color-brown);
  font-size: 1.9rem;
  line-height: 1.421;
  text-align: center;
  border-radius: 1000rem;
  -webkit-box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .service-facility-selector ul li a {
    padding: 1.5rem 4.8rem 1.7rem 4.8rem;
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
@media (hover: hover) and (pointer: fine) {
  .service-facility-selector ul li a:hover {
    color: var(--color-white);
    background-color: var(--color-orange);
  }
  .service-facility-selector ul li a:hover i {
    background-color: var(--color-white);
  }
  .service-facility-selector ul li a:hover i::before {
    border-color: var(--color-orange);
  }
}
.service-facility-selector ul li i {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.3rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: var(--color-orange);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  .service-facility-selector ul li i {
    right: 1.6rem;
  }
}
.service-facility-selector ul li i::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 0.2rem solid var(--color-white);
  border-bottom: 0.2rem solid var(--color-white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  translate: -50% -50%;
  rotate: 45deg;
}
.service-facility-item {
  padding: 27.2rem 0 0;
}
@media screen and (max-width: 960px) {
  .service-facility-item {
    padding: 8rem 0 0;
  }
}
.service-facility-item h4 {
  position: relative;
  padding: 0 0 0 3rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.429;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .service-facility-item h4 {
    padding: 0 0 0 1.5rem;
    font-size: 2rem;
    line-height: 1.45;
  }
}
.service-facility-item h4 i {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9rem;
  height: 2.3rem;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  .service-facility-item h4 i {
    width: 0.5rem;
    height: 1.3rem;
  }
}
.service-facility-item h4 i::before, .service-facility-item h4 i::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .service-facility-item h4 i::before, .service-facility-item h4 i::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.service-facility-item h4 i::before {
  top: 0;
  background-color: var(--color-orange);
}
.service-facility-item h4 i::after {
  bottom: 0;
  background-color: var(--color-green);
}

.service-facility-item.-i-01 .service-facility-item-table > .item.-price .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 12.6rem;
  padding: 2.7rem 8.7rem 2.7rem;
  margin: 0 0 4.5rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-01 .service-facility-item-table > .item.-price .box {
    display: block;
    padding: 2rem 2.3rem 2rem;
    margin: 0 0 3.5rem;
  }
}
.service-facility-item.-i-01 .service-facility-item-table > .item.-price .price-left {
  margin: 0 0 0.4rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-01 .service-facility-item-table > .item.-price .price-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1rem;
    margin: 0 0 0.6rem;
  }
}
.service-facility-item.-i-01 .service-facility-item-table > .item.-price .price-left span {
  display: block;
  color: var(--color-orange-02);
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-01 .service-facility-item-table > .item.-price .price-left span {
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
.service-facility-item.-i-01 .service-facility-item-table > .item.-price .price-text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-01 .service-facility-item-table > .item.-price .price-text {
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
.service-facility-item.-i-01 .service-facility-item-table > .item.-price .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4.1rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-01 .service-facility-item-table > .item.-price .button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem 0;
  }
}
.service-facility-item.-i-01 .service-facility-item-table > .item.-price .button-wrap .more-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-01 .service-facility-item-table > .item.-price .button-wrap .more-button {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-01 .service-facility-item-table > .item.-price .button-wrap .more-button a {
    margin: 0 auto;
  }
}
.service-facility-item.-i-01 .service-facility-item-table > .item.-price .button-wrap .text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.813;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-01 .service-facility-item-table > .item.-price .button-wrap .text {
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
.service-facility-item.-i-01 .service-image-slider {
  margin: 15.7rem 0 0;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-01 .service-image-slider {
    margin: 8.2rem 0 0;
  }
}

.service-facility-item.-i-02 .service-facility-item-table > .item.-price .box {
  width: 100%;
  max-width: 61.5rem;
  padding: 2.7rem 11rem 2.7rem 8.7rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-price .box {
    padding: 2rem 3.2rem;
  }
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-price .box .price-list {
  width: 100%;
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-price .box .price-list .item {
  margin: 0 0 0.8rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-price .box .price-list .item {
    margin: 0 0 0.7rem;
  }
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-price .box .price-list .item.-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.6rem 0 2.3rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-price .box .price-list .item.-list {
    padding: 0 0.8rem 0;
  }
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-price .box .price-list .item.-list dt {
  color: var(--color-orange-02);
  font-size: 1.6rem;
  line-height: 1.313;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-price .box .price-list .item.-list dt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-price .box .price-list .item.-list dd {
  font-size: 1.8rem;
  line-height: 1.167;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-price .box .price-list .item.-list dd {
    font-size: 1.6rem;
    line-height: 1.313;
  }
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-price .box .price-list .item.-list dd .unit {
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-price .box .price-list .item.-list dd .unit {
    font-size: 1.5rem;
  }
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-price .box .price-list .item.-caption {
  padding: 0 2.6rem 0 2.3rem;
  margin: 0 0 1.1rem;
  font-size: 1.4rem;
  line-height: 1.429;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-price .box .price-list .item.-caption {
    padding: 0 0.8rem 0;
    margin: 0.8rem 0 1.2rem;
    font-size: 1.2rem;
    line-height: 1.667;
  }
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-price .box .price-list .item.-total {
  padding: 1.4rem 2.6rem 0 2.3rem;
  margin: 0;
  border-top: 0.1rem solid var(--color-brown);
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-price .box .price-list .item.-total {
    padding: 1.2rem 0.8rem 0;
  }
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box {
  width: 100%;
  max-width: 61.5rem;
  padding: 2.7rem 1.7rem 2.7rem 2.5rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box {
    padding: 2rem 2rem;
  }
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.8rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3.6rem;
  }
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex .item {
  text-align: center;
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex .item:not(:last-of-type) .content::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -0.45rem;
  width: 0.1rem;
  height: 100%;
  background-color: var(--color-light-brown);
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex .item:not(:last-of-type) .content::after {
    right: -1.8rem;
  }
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex .item.-level {
  width: calc(235 * 100% / 573);
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex .item.-level {
    width: 100%;
  }
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex .item.-level .content > span {
  color: var(--color-orange-02);
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex .item.-level .content > span {
    font-size: 1.4rem;
    line-height: 2.143;
  }
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex .item.-unit {
  width: calc(330 * 100% / 573);
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex .item.-unit {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex .item.-unit .content > span {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex .item .title {
  padding: 0.4rem 0.25em 0.5rem;
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1.313;
  border-radius: 0.6rem;
  color: var(--color-orange-02);
  background-color: var(--color-light-orange);
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex .item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 6.6rem;
    padding: 0 0.25em;
    margin: 0 0 1.8rem;
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex .item .content {
  position: relative;
}
.service-facility-item.-i-02 .service-facility-item-table > .item.-payment-limit .box .flex .item .content > span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.875;
}
.service-facility-item.-i-02 .service-image-slider {
  margin: 16rem 0 0;
}
@media screen and (max-width: 960px) {
  .service-facility-item.-i-02 .service-image-slider {
    margin: 10rem 0 0;
  }
}
.service-facility-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 2.4rem;
  max-width: calc(124.6rem + 0rem * 2);
  margin: 0 auto 15.7rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-head {
    display: block;
    margin: 0 auto 6.5rem;
  }
}
.service-facility-item-head .image {
  width: 54.3rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-head .image {
    width: 100%;
    margin: 0 0 2.9rem;
  }
}
.service-facility-item-head .image img {
  width: 100%;
  border-radius: 4rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-head .image img {
    border-radius: 2rem;
  }
}
.service-facility-item-head .description {
  width: 57.8rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-head .description {
    width: 100%;
    padding: 0 0 0 1.1rem;
  }
}
.service-facility-item-head h3 {
  margin: 0 0 3.6rem;
  color: var(--color-orange-02);
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.457;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .service-facility-item-head h3 {
    margin: 0 0 1.1rem;
    font-size: 2rem;
    line-height: 1.75;
  }
}
.service-facility-item-head p {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .service-facility-item-head p {
    font-size: 1.4rem;
    line-height: 2.143;
  }
}

.service-facility-item-table {
  margin: 0 0 20.4rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table {
    margin: 0 0 5.7rem;
  }
}
.service-facility-item-table > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item {
    display: block;
  }
}
.service-facility-item-table > .item:not(:last-of-type) {
  margin: 0 0 4.5rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item:not(:last-of-type) {
    margin: 0 0 4.8rem;
  }
}
.service-facility-item-table > .item.-flow .box-content {
  overflow: hidden;
}
.service-facility-item-table > .item.-flow .box-content .box {
  padding: 7.6rem 8.9rem 7.2rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item.-flow .box-content .box {
    padding: 3.8rem 3.3rem 2.8rem;
  }
}
.service-facility-item-table > .item .flow-list {
  overflow: visible;
}
.service-facility-item-table > .item .flow-list ul {
  margin: 0 0 4.4rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item .flow-list ul {
    margin: 0 0 1rem;
  }
}
.service-facility-item-table > .item .flow-list ul li {
  width: 26.4rem;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item .flow-list ul li {
    width: 19rem;
  }
}
.service-facility-item-table > .item .flow-list ul li:not(:last-of-type) {
  margin: 0 5.3rem 0 0;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item .flow-list ul li:not(:last-of-type) {
    margin: 0 1.3rem 0 0;
  }
}
.service-facility-item-table > .item .flow-list ul li:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.4rem;
  left: 2rem;
  width: calc(100% + 5.3rem - 2rem);
  height: 0.3rem;
  background-image: url("../img/service/facility-flow-list-time-border.svg");
  background-size: 1.6rem 0.3rem;
  background-repeat: repeat-x;
  background-position: left bottom;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item .flow-list ul li:not(:last-of-type)::before {
    top: 1.15rem;
    left: 1.8rem;
    width: calc(100% + 1.3rem - 1.8rem);
  }
}
.service-facility-item-table > .item .flow-list ul li .time {
  display: inline-block;
  color: var(--color-white);
  padding: 0.4rem 2.7rem 0.7rem;
  margin: 0 0 2.3rem;
  font-size: 2rem;
  line-height: 1;
  border-radius: 0.6rem;
  background-color: var(--color-orange-02);
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item .flow-list ul li .time {
    padding: 0.4rem 1.3rem 0.7rem;
    margin: 0 0 1.5rem;
    font-size: 1.5rem;
  }
}
.service-facility-item-table > .item .flow-list ul li dl dt {
  margin: 0 0 1.1rem;
  color: var(--color-orange-02);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.444;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item .flow-list ul li dl dt {
    margin: 0 0 0.9rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.service-facility-item-table > .item .flow-list ul li dl dd {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item .flow-list ul li dl dd {
    font-size: 1.3rem;
    line-height: 1.538;
  }
}
.service-facility-item-table > .item .flow-list .slider-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 0 2rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item .flow-list .slider-button {
    gap: 0 1rem;
  }
}
.service-facility-item-table > .item .flow-list .swiper-horizontal > .swiper-pagination-bullets,
.service-facility-item-table > .item .flow-list .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
.service-facility-item-table > .item .flow-list .swiper-button-next,
.service-facility-item-table > .item .flow-list .swiper-button-prev {
  position: static;
  width: 4.6rem;
  height: 4.6rem;
  margin-top: 0;
  color: var(--color-white);
  border-radius: 50%;
  background-color: var(--color-orange);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item .flow-list .swiper-button-next,
  .service-facility-item-table > .item .flow-list .swiper-button-prev {
    width: 3.7rem;
    height: 3.7rem;
  }
}
.service-facility-item-table > .item .flow-list .swiper-button-prev {
  left: 0;
}
.service-facility-item-table > .item .flow-list .swiper-button-next {
  right: 0;
}
.service-facility-item-table > .item .flow-list .swiper-button-prev:after,
.service-facility-item-table > .item .flow-list .swiper-button-next:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-right: 0.2rem solid var(--color-white);
  border-bottom: 0.2rem solid var(--color-white);
  translate: -50% -50%;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item .flow-list .swiper-button-prev:after,
  .service-facility-item-table > .item .flow-list .swiper-button-next:after {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.service-facility-item-table > .item .flow-list .swiper-button-prev:after {
  left: calc(50% + 0.2rem);
  rotate: 135deg;
}
.service-facility-item-table > .item .flow-list .swiper-button-next:after {
  left: calc(50% - 0.2rem);
  rotate: -45deg;
}
.service-facility-item-table > .item .flow-list .swiper-button-next.swiper-button-disabled,
.service-facility-item-table > .item .flow-list .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.service-facility-item-table .box-title {
  width: auto;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-title {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-title h4 {
    margin: 0 0 1.8rem;
  }
}
.service-facility-item-table .box-content {
  width: calc(836 * 100% / 1246);
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content {
    width: 100%;
  }
}
.service-facility-item-table .box-content .lead {
  margin: 0 0 2.8rem;
  font-size: 1.8rem;
  line-height: 1.667;
}
.service-facility-item-table .box-content .lead:first-of-type {
  padding: 0.6rem 0 0;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .lead:first-of-type {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .lead {
    margin: 0 0 2.5rem;
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.service-facility-item-table .box-content .box-caption {
  display: block;
  margin: 3.6rem 0 0;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box-caption {
    margin: 1.7rem 0 0;
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.service-facility-item-table .box-content .box {
  overflow: hidden;
}
.service-facility-item-table .box-content .box.-common {
  border-radius: 2rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box.-common {
    border-radius: 1rem;
  }
}
.service-facility-item-table .box-content .box.-list.-style-01 {
  padding: 2.7rem 9.6rem 2.7rem 8.7rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box.-list.-style-01 {
    padding: 2rem 1.3rem 2rem 2.3rem;
  }
}
.service-facility-item-table .box-content .box.-list.-style-01:not(.-has-block) ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box.-list.-style-01:not(.-has-block) ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1rem;
  }
}
.service-facility-item-table .box-content .box.-list.-style-01:not(.-has-block) ul li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box.-list.-style-01:not(.-has-block) ul li {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.service-facility-item-table .box-content .box.-list.-style-01:not(.-has-block) ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0.7rem;
  left: 0;
  line-height: 1;
}
.service-facility-item-table .box-content .box.-list.-style-01.-has-block {
  display: grid;
}
.service-facility-item-table .box-content .box.-list.-style-01.-has-block.-column-02 {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box.-list.-style-01.-has-block.-column-02 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box.-list.-style-01.-has-block.-column-02.-sp-true {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1em;
  }
}
.service-facility-item-table .box-content .box.-list.-style-01.-has-block.-column-03 {
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box.-list.-style-01.-has-block.-column-03 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1rem;
  }
}
.service-facility-item-table .box-content .box.-list.-style-01.-has-block:not(.-circle-none) .item ul li {
  padding: 0 0 0 1em;
}
.service-facility-item-table .box-content .box.-list.-style-01.-has-block:not(.-circle-none) .item ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0.7rem;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box.-list.-style-01.-has-block:not(.-circle-none) .item ul li::before {
    top: 0.4rem;
  }
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box.-list.-style-01.-has-block.-circle-none {
    padding: 2rem 1.3rem 2rem 3.3rem;
  }
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box.-list.-style-01.-has-block .item {
    display: contents;
  }
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box.-list.-style-01.-has-block .item ul {
    display: contents;
  }
}
.service-facility-item-table .box-content .box.-list.-style-01.-has-block .item ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box.-list.-style-01.-has-block .item ul li {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.service-facility-item-table .box-content .box.-list.-style-02 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem 1.1rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box.-list.-style-02 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem 0.6rem;
  }
}
.service-facility-item-table .box-content .box.-list.-style-02 ul li {
  padding: 1.4rem 2.3rem 1.5rem;
  border-radius: 1rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box.-list.-style-02 ul li {
    padding: 1rem 1.2rem 0.9rem;
  }
}
.service-facility-item-table .box-content .box.-list.-style-02 ul li span {
  display: block;
  position: relative;
  padding: 0 0 0 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .box-content .box.-list.-style-02 ul li span {
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
.service-facility-item-table .box-content .box.-list.-style-02 ul li span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--color-green);
  translate: 0 -50%;
}
.service-facility-item-table > .item.-food .box {
  padding: 8rem 0;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item.-food .box {
    padding: 3rem 0;
  }
}
.service-facility-item-table > .item.-food .zoom-caption {
  display: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 2.4rem;
  margin: 2.5rem auto 0;
  font-size: 1.2rem;
  line-height: 1.417;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item.-food .zoom-caption {
    display: block;
  }
}
.service-facility-item-table > .item.-food .zoom-caption::before {
  content: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../img/service/food-modal-open-caption.svg");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table > .item.-food .zoom-caption::before {
    content: "";
  }
}
.service-facility-item-table .food-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .food-loop {
    gap: 0 1.2rem;
  }
}
.service-facility-item-table .food-loop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  -webkit-animation: food-loop 40s infinite linear 0.5s both;
          animation: food-loop 40s infinite linear 0.5s both;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .food-loop ul {
    gap: 0 1.2rem;
  }
}
.service-facility-item-table .food-loop ul li {
  width: 28.6rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-table .food-loop ul li {
    width: calc(15.8 * 1000vw / 393);
  }
}
.service-facility-item-table .food-loop ul li img {
  width: 100%;
}
@-webkit-keyframes food-loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes food-loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.service-facility-item-office h4 {
  margin: 0 0 6.6rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office h4 {
    margin: 0 0 2rem;
  }
}
.service-facility-item-office > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-facility-item-office > ul > li:not(:last-of-type) {
  margin: 0 0 12rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul > li:not(:last-of-type) {
    margin: 0 0 4.5rem;
  }
}
.service-facility-item-office > ul .description {
  width: auto;
  padding: 0 1rem 0 0;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .description {
    display: contents;
    padding: 0;
  }
}
.service-facility-item-office > ul .description:has(.sub-title) h5 {
  margin: 0;
}
.service-facility-item-office > ul .description h5 {
  margin: 0 0 1.8rem;
  color: var(--color-orange-02);
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.429;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .description h5 {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
    margin: 0 0 1.6rem;
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0;
  }
}
.service-facility-item-office > ul .description .sub-title {
  margin: 1.8rem 0 3.3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .description .sub-title {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin: 1rem 0 2rem;
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .description .more-button a {
    margin: 0 auto;
  }
}
.service-facility-item-office > ul .summary .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 3rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .summary .row {
    gap: 0 2.1rem;
  }
}
.service-facility-item-office > ul .summary .row:not(:last-of-type) {
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .summary .row:not(:last-of-type) {
    margin: 0 0 1rem;
  }
}
.service-facility-item-office > ul .summary dt {
  min-width: 11.8rem;
  padding: 0.3rem 0.5em 0.5rem;
  color: var(--color-orange-02);
  line-height: 1.5;
  text-align: center;
  border-radius: 1000rem;
  background-color: var(--color-light-orange);
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .summary dt {
    min-width: 8.9rem;
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
.service-facility-item-office > ul .summary dd {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .summary dd {
    font-size: 1.4rem;
    line-height: 1.786;
  }
}
.service-facility-item-office > ul .caption-box {
  margin: 2.3rem 0 3.2rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .caption-box {
    margin: 0.8rem 0 3rem;
  }
}
.service-facility-item-office > ul .caption-box small {
  display: block;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .caption-box small {
    font-size: 1.3rem;
    line-height: 1.923;
    letter-spacing: 0;
  }
}
.service-facility-item-office > ul .more-button:not(:last-of-type) {
  margin: 0 0 3rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .more-button:not(:last-of-type) {
    margin: 0 auto 2.5rem;
  }
}
.service-facility-item-office > ul .swiper {
  width: calc(577 * 100% / 1246);
  padding: 0 0 4.8rem;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .swiper {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    border-radius: 1rem;
    padding: 0 0 2.8rem;
    margin: 0 0 3.5rem;
  }
}
.service-facility-item-office > ul .swiper-slide {
  position: relative;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .swiper-slide {
    padding: 0 0 calc(190 * 100% / 320) 0;
  }
}
.service-facility-item-office > ul .swiper-slide img {
  width: 100%;
  border-radius: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .swiper-slide img {
    position: absolute;
    inset: 0;
    height: 100%;
    -o-object-position: center 70%;
       object-position: center 70%;
    border-radius: 2rem;
  }
}
.service-facility-item-office > ul .swiper-horizontal > .swiper-pagination-bullets,
.service-facility-item-office > ul .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.4rem;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .swiper-horizontal > .swiper-pagination-bullets,
  .service-facility-item-office > ul .swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 0 1rem;
  }
}
.service-facility-item-office > ul .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .service-facility-item-office > ul .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  background: var(--color-light-brown);
}
.service-facility-item-office > ul .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1000rem;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > ul .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.service-facility-item-office > ul .swiper-pagination-bullet-active {
  background: var(--color-orange) !important;
}
.service-facility-item-office > .more-button {
  margin: 15.7rem 0 0;
}
@media screen and (max-width: 960px) {
  .service-facility-item-office > .more-button {
    margin: 2.5rem 0 0;
  }
}
.service-facility-item-office > .more-button a {
  margin: 0 auto;
}

#service-support {
  padding: 32.8rem 0 29.6rem;
}
@media screen and (max-width: 960px) {
  #service-support {
    padding: 15rem 0 13.5rem;
  }
}
#service-support .content {
  margin: 0 0 12.6rem;
}
@media screen and (max-width: 960px) {
  #service-support .content {
    margin: 0 0 8rem;
  }
}
#service-support .content p {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #service-support .content p {
    font-size: 1.4rem;
    line-height: 2.143;
  }
}
#service-support h2 {
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 960px) {
  #service-support h2 {
    margin-bottom: 4.5rem;
  }
}
#service-support .more-button {
  margin: 6rem 0 0;
}
@media screen and (max-width: 960px) {
  #service-support .more-button {
    margin: 5.7rem 0 0;
  }
}
#service-support .more-button a {
  margin: 0 auto;
}
#service-support .bg img {
  width: 100%;
  border-radius: 4rem;
}
@media screen and (max-width: 960px) {
  #service-support .bg img {
    border-radius: 2rem;
  }
}

#service-faq {
  padding: 0 0 23.3rem;
}
@media screen and (max-width: 960px) {
  #service-faq {
    padding: 0 0 20.5rem;
  }
}
#service-faq h2 {
  margin-bottom: 11.3rem;
}
@media screen and (max-width: 960px) {
  #service-faq h2 {
    margin-bottom: 4rem;
  }
}
#service-faq .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1.6rem;
}
@media screen and (max-width: 960px) {
  #service-faq .content {
    display: block;
    width: calc(100% + 1.8rem);
    margin: 0 0 0 -0.9rem;
  }
}
#service-faq .faq-selector {
  width: 100%;
  max-width: 26.4rem;
}
@media screen and (max-width: 960px) {
  #service-faq .faq-selector {
    max-width: none;
    margin: 0 0 4rem;
  }
}
#service-faq .faq-selector ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.8rem 0;
  width: 100%;
}
@media screen and (max-width: 960px) {
  #service-faq .faq-selector ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1.3rem;
  }
}
#service-faq .faq-selector ul li {
  padding: 2.2rem 0.25em 2.5rem;
  font-size: 1.7rem;
  line-height: 1.471;
  text-align: center;
  border-radius: 1000rem;
  background-color: var(--color-white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (max-width: 960px) {
  #service-faq .faq-selector ul li {
    padding: 1.6rem 0.25em 1.7rem;
    font-size: 1.3rem;
    line-height: 1.462;
  }
}
@media (hover: hover) and (pointer: fine) {
  #service-faq .faq-selector ul li:hover {
    color: var(--color-white);
    background-color: var(--color-orange);
  }
}
#service-faq .faq-selector ul li.is-active {
  color: var(--color-white);
  background-color: var(--color-orange);
}
#service-faq .faq-selector ul li:not(.is-active) {
  cursor: pointer;
}
#service-faq .faq-list-wrap {
  width: 100%;
  max-width: 83.3rem;
}
#service-faq .faq-list {
  display: none;
}
#service-faq .faq-list.is-active {
  display: block;
  -webkit-animation: tab-fade 0.4s ease forwards;
          animation: tab-fade 0.4s ease forwards;
}
#service-faq .faq-list .item {
  position: relative;
  border-bottom: 0.1rem solid var(--color-light-brown);
  background-color: var(--color-white);
}
#service-faq .faq-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
  position: relative;
  font-size: 2rem;
  line-height: 1.45;
  padding: 3.3rem 4rem 3.3rem 10rem;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #service-faq .faq-list dt {
    padding: 2rem 2rem 2rem 5.7rem;
    font-size: 1.6rem;
    line-height: 1.563;
  }
}
#service-faq .faq-list dt.is-active i::before {
  display: none;
}
#service-faq .faq-list dt::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.4rem);
  left: 4rem;
  color: var(--color-orange-02);
  font-size: 3.5rem;
  line-height: 1;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  #service-faq .faq-list dt::before {
    top: calc(50% - 0.2rem);
    left: 2rem;
    font-size: 2.5rem;
  }
}
#service-faq .faq-list dt i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
}
@media screen and (max-width: 960px) {
  #service-faq .faq-list dt i {
    width: 1.6rem;
    height: 1.6rem;
  }
}
#service-faq .faq-list dt i::before, #service-faq .faq-list dt i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: var(--color-brown);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#service-faq .faq-list dt i::before {
  rotate: 90deg;
}
#service-faq .faq-list dd {
  position: relative;
  display: none;
  padding: 0 4rem 3.3rem 10rem;
  font-size: 2rem;
  line-height: 1.45;
}
@media screen and (max-width: 960px) {
  #service-faq .faq-list dd {
    padding: 0 2rem 2rem 5.7rem;
    margin: -0.6rem 0 0;
    font-size: 1.6rem;
    line-height: 1.563;
  }
}
#service-faq .faq-list dd::before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: -0.5rem;
  left: 4rem;
  color: var(--color-green);
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #service-faq .faq-list dd::before {
    top: 0;
    left: 2rem;
    font-size: 2.5rem;
  }
}

#page.recruit {
  background-image: url("../img/recruit/bg.png");
  background-position: center top;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #page.recruit {
    background-image: url("../img/recruit/sp/bg.png");
  }
}

#recruit-message {
  padding: 29.5rem 0 19.7rem;
}
@media screen and (max-width: 960px) {
  #recruit-message {
    padding: 11.6rem 0 10.6rem;
  }
}
#recruit-message .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #recruit-message .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recruit-message .box-title {
  padding: 1.7rem 1rem 0 0;
}
@media screen and (max-width: 960px) {
  #recruit-message .box-title {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  #recruit-message .box-title h2 {
    margin-bottom: 3.6rem;
  }
}
#recruit-message .box-content {
  width: calc(644 * 100% / 1246);
}
@media screen and (max-width: 960px) {
  #recruit-message .box-content {
    width: 100%;
  }
}
#recruit-message .box-content p {
  font-size: 2.4rem;
  line-height: 2.917;
}
@media screen and (max-width: 960px) {
  #recruit-message .box-content p {
    font-size: 1.5rem;
    line-height: 2.667;
  }
}

#recruit-person {
  padding: 0 0 23.3rem;
}
@media screen and (max-width: 960px) {
  #recruit-person {
    padding: 0 0 11.6rem;
  }
}
#recruit-person h2 {
  margin-bottom: 11.2rem;
}
@media screen and (max-width: 960px) {
  #recruit-person h2 {
    margin-bottom: 4.5rem;
  }
}
#recruit-person .image {
  max-width: 86.9rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #recruit-person .image {
    width: calc(100% + 1.8rem);
    margin: 0 -0.9rem;
  }
}
#recruit-person .image img {
  width: 100%;
}

#recruit-staff .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7rem;
}
@media screen and (max-width: 960px) {
  #recruit-staff .box-title {
    margin-bottom: 7.4rem;
  }
}
#recruit-staff .swiper {
  overflow: visible;
}
#recruit-staff .swiper .swiper-slide {
  height: auto;
}
#recruit-staff .swiper .swiper-slide .image img {
  width: 100%;
  border-radius: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit-staff .swiper .swiper-slide h3 {
  position: relative;
  padding: 0 0 2.5rem;
  margin: 3.5rem 0 2.9rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.429;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #recruit-staff .swiper .swiper-slide h3 {
    padding: 0 0 1.4rem;
    margin: 2.4rem 0 1.6rem;
    font-size: 1.8rem;
    line-height: 1.444;
  }
}
#recruit-staff .swiper .swiper-slide h3 i {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2.3rem;
  height: 0.9rem;
  translate: -50% 0;
}
@media screen and (max-width: 960px) {
  #recruit-staff .swiper .swiper-slide h3 i {
    width: 1.7rem;
    height: 0.6rem;
  }
}
#recruit-staff .swiper .swiper-slide h3 i::before, #recruit-staff .swiper .swiper-slide h3 i::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  #recruit-staff .swiper .swiper-slide h3 i::before, #recruit-staff .swiper .swiper-slide h3 i::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#recruit-staff .swiper .swiper-slide h3 i::before {
  left: 0;
  background-color: var(--color-orange);
}
#recruit-staff .swiper .swiper-slide h3 i::after {
  right: 0;
  background-color: var(--color-green);
}
#recruit-staff .swiper .swiper-slide p {
  font-size: 1.8rem;
  line-height: 2.222;
}
@media screen and (max-width: 960px) {
  #recruit-staff .swiper .swiper-slide p {
    font-size: 1.4rem;
    line-height: 2.143;
  }
}
#recruit-staff .slider-button {
  position: relative;
  gap: 0 2.8rem;
}
@media screen and (max-width: 960px) {
  #recruit-staff .slider-button {
    gap: 0 4rem;
  }
}
#recruit-staff .slider-button.-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  #recruit-staff .slider-button.-pc {
    display: none;
  }
}
#recruit-staff .slider-button.-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #recruit-staff .slider-button.-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3.4rem auto 0;
  }
}
#recruit-staff .swiper-horizontal > .swiper-pagination-bullets,
#recruit-staff .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
#recruit-staff .swiper-button-next,
#recruit-staff .swiper-button-prev {
  position: static;
  width: 6.4rem;
  height: 6.4rem;
  margin-top: 0;
  color: var(--color-white);
  border-radius: 50%;
  background-color: var(--color-orange);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  #recruit-staff .swiper-button-next,
  #recruit-staff .swiper-button-prev {
    width: 3.7rem;
    height: 3.7rem;
  }
}
#recruit-staff .swiper-button-prev {
  left: 0;
}
#recruit-staff .swiper-button-next {
  right: 0;
}
#recruit-staff .swiper-button-prev:after,
#recruit-staff .swiper-button-next:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border-right: 0.4rem solid var(--color-white);
  border-bottom: 0.4rem solid var(--color-white);
  translate: -50% -50%;
}
@media screen and (max-width: 960px) {
  #recruit-staff .swiper-button-prev:after,
  #recruit-staff .swiper-button-next:after {
    width: 0.9rem;
    height: 0.9rem;
    border-right: 0.2rem solid var(--color-white);
    border-bottom: 0.2rem solid var(--color-white);
  }
}
#recruit-staff .swiper-button-prev:after {
  left: calc(50% + 0.2rem);
  rotate: 135deg;
}
#recruit-staff .swiper-button-next:after {
  left: calc(50% - 0.2rem);
  rotate: -45deg;
}
#recruit-staff .swiper-button-next.swiper-button-disabled,
#recruit-staff .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

#recruit-overview {
  padding: 17.7rem 0 0;
}
@media screen and (max-width: 960px) {
  #recruit-overview {
    padding: 15.3rem 0 0;
  }
}
#recruit-overview h2 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview h2 {
    margin-bottom: 6rem;
  }
}
#recruit-overview .overview-list:not(:last-of-type) {
  margin: 0 0 10rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list:not(:last-of-type) {
    margin: 0 0 10.5rem;
  }
}
#recruit-overview .overview-list.-customer ul li:nth-of-type(1) h4 {
  margin: 0 0 3.5rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-customer ul li:nth-of-type(1) h4 {
    margin: 0 0 3.4rem;
  }
}
#recruit-overview .overview-list.-customer ul li:nth-of-type(1) .image {
  max-width: 31.9rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-customer ul li:nth-of-type(1) .image {
    max-width: 26.3rem;
  }
}
#recruit-overview .overview-list.-customer ul li:nth-of-type(2) h4 {
  margin: 0 0 5.2rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-customer ul li:nth-of-type(2) h4 {
    margin: 0 0 2.9rem;
  }
}
#recruit-overview .overview-list.-customer ul li:nth-of-type(2) .image {
  max-width: 25.8rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-customer ul li:nth-of-type(2) .image {
    max-width: 24.6rem;
  }
}
#recruit-overview .overview-list.-customer ul li:nth-of-type(3) h4 {
  margin: 0 0 6.1rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-customer ul li:nth-of-type(3) h4 {
    margin: 0 0 3.8rem;
  }
}
#recruit-overview .overview-list.-customer ul li:nth-of-type(3) .image {
  max-width: 27.6rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-customer ul li:nth-of-type(3) .image {
    max-width: 21rem;
  }
}
#recruit-overview .overview-list.-staff ul li:nth-of-type(1) h4 {
  margin: 0 0 4.4rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-staff ul li:nth-of-type(1) h4 {
    margin: 0 0 2.9rem;
  }
}
#recruit-overview .overview-list.-staff ul li:nth-of-type(1) .image {
  max-width: 25.9rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-staff ul li:nth-of-type(1) .image {
    max-width: 18.6rem;
  }
}
#recruit-overview .overview-list.-staff ul li:nth-of-type(2) h4 {
  margin: 0 0 2.3rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-staff ul li:nth-of-type(2) h4 {
    margin: 0 0 3.4rem;
  }
}
#recruit-overview .overview-list.-staff ul li:nth-of-type(2) .image {
  max-width: 23.4rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-staff ul li:nth-of-type(2) .image {
    max-width: 18.5rem;
  }
}
#recruit-overview .overview-list.-staff ul li:nth-of-type(3) h4 {
  margin: 0 0 1.3rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-staff ul li:nth-of-type(3) h4 {
    margin: 0 0 0.5rem;
  }
}
#recruit-overview .overview-list.-staff ul li:nth-of-type(3) .image {
  max-width: 32.4rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-staff ul li:nth-of-type(3) .image {
    max-width: 26.4rem;
  }
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-staff ul li:nth-of-type(4) {
    min-height: 41.8rem;
  }
}
#recruit-overview .overview-list.-staff ul li:nth-of-type(4) h4 {
  margin: 0 0 3.1rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-staff ul li:nth-of-type(4) h4 {
    margin: 0 0 2.5rem;
  }
}
#recruit-overview .overview-list.-staff ul li:nth-of-type(4) .image {
  max-width: 27.2rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-staff ul li:nth-of-type(4) .image {
    max-width: 26rem;
  }
}
#recruit-overview .overview-list.-staff ul li:nth-of-type(5) {
  padding-top: 2.8rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-staff ul li:nth-of-type(5) {
    padding-top: 3.2rem;
  }
}
#recruit-overview .overview-list.-staff ul li:nth-of-type(5) h4 {
  margin: 0 0 3.3rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-staff ul li:nth-of-type(5) h4 {
    margin: 0 0 2.7rem;
  }
}
#recruit-overview .overview-list.-staff ul li:nth-of-type(5) .image {
  max-width: 14.3rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-staff ul li:nth-of-type(5) .image {
    max-width: 9.8rem;
  }
}
#recruit-overview .overview-list.-staff ul li:nth-of-type(6) h4 {
  margin: 0 0 6.2rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-staff ul li:nth-of-type(6) h4 {
    margin: 0 0 3.8rem;
  }
}
#recruit-overview .overview-list.-staff ul li:nth-of-type(6) .image {
  max-width: 24.8rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list.-staff ul li:nth-of-type(6) .image {
    max-width: 18.7rem;
  }
}
#recruit-overview .overview-list h3 {
  position: relative;
  padding: 0 0 0 3rem;
  margin: 0 0 6.2rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.429;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list h3 {
    padding: 0 0 0 1.5rem;
    margin: 0 0 3.5rem;
    font-size: 2rem;
    line-height: 1.45;
  }
}
#recruit-overview .overview-list h3 i {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9rem;
  height: 2.3rem;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list h3 i {
    width: 0.5rem;
    height: 1.3rem;
  }
}
#recruit-overview .overview-list h3 i::before, #recruit-overview .overview-list h3 i::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list h3 i::before, #recruit-overview .overview-list h3 i::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}
#recruit-overview .overview-list h3 i::before {
  top: 0;
  background-color: var(--color-orange);
}
#recruit-overview .overview-list h3 i::after {
  bottom: 0;
  background-color: var(--color-green);
}
#recruit-overview .overview-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem 2.6rem;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list ul {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}
#recruit-overview .overview-list ul li {
  padding: 3.9rem 0.8rem 0.8rem;
  min-height: 46.6rem;
  border-radius: 3rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list ul li {
    min-height: 38rem;
    padding: 3.2rem 0.8rem 0.8rem;
  }
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list ul li.size-small {
    min-height: 33rem;
  }
}
#recruit-overview .overview-list ul li h4 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.667;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #recruit-overview .overview-list ul li h4 {
    font-size: 1.7rem;
    line-height: 1.765;
  }
}
#recruit-overview .overview-list ul li .image {
  margin: 0 auto;
}
#recruit-overview .overview-list ul li .image img {
  width: 100%;
}

#recruit-benefits {
  padding: 26.7rem 0;
}
@media screen and (max-width: 960px) {
  #recruit-benefits {
    padding: 18.9rem 0 10.9rem;
  }
}
#recruit-benefits .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #recruit-benefits .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recruit-benefits .box-title {
  padding: 0 1rem 0 0;
}
@media screen and (max-width: 960px) {
  #recruit-benefits .box-title {
    padding: 0;
  }
}
#recruit-benefits .box-title h2 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 960px) {
  #recruit-benefits .box-title h2 {
    margin-bottom: 4.5rem;
  }
}
#recruit-benefits .benefits-list {
  padding: 6rem 6rem;
  border-radius: 1rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  #recruit-benefits .benefits-list {
    padding: 0;
    margin: 0 0 4.7rem;
    border-radius: 0;
    background-color: transparent;
  }
}
#recruit-benefits .benefits-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 5.8rem;
}
@media screen and (max-width: 960px) {
  #recruit-benefits .benefits-list ul {
    gap: 0.9rem 2.4rem;
  }
}
#recruit-benefits .benefits-list ul li {
  position: relative;
  padding: 0 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  #recruit-benefits .benefits-list ul li {
    padding: 0 0 0 1.2rem;
    font-size: 1.4rem;
  }
}
#recruit-benefits .benefits-list ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--color-green);
  translate: 0 -50%;
}
#recruit-benefits .box-content {
  width: calc(577 * 100% / 1246);
}
@media screen and (max-width: 960px) {
  #recruit-benefits .box-content {
    width: calc(100% + 2rem);
    padding: 4.4rem 2rem 4.4rem;
    margin: 0 0 0 -1rem;
    border-radius: 1rem;
    background-color: var(--color-white);
  }
}
#recruit-benefits .box-content .swiper {
  padding: 0 0 4.8rem;
}
@media screen and (max-width: 960px) {
  #recruit-benefits .box-content .swiper {
    padding: 0 1rem 2.5rem;
  }
}
#recruit-benefits .box-content .swiper-slide img {
  width: 100%;
  border-radius: 4rem;
}
@media screen and (max-width: 960px) {
  #recruit-benefits .box-content .swiper-slide img {
    border-radius: 2rem;
  }
}
#recruit-benefits .box-content .swiper-horizontal > .swiper-pagination-bullets,
#recruit-benefits .box-content .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.4rem;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  #recruit-benefits .box-content .swiper-horizontal > .swiper-pagination-bullets,
  #recruit-benefits .box-content .swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 0 1rem;
  }
}
#recruit-benefits .box-content .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #recruit-benefits .box-content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  background: var(--color-light-brown);
}
#recruit-benefits .box-content .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1000rem;
}
@media screen and (max-width: 960px) {
  #recruit-benefits .box-content .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#recruit-benefits .box-content .swiper-pagination-bullet-active {
  background: var(--color-orange) !important;
}

#recruit-benefits-bottom {
  width: 100%;
  height: 39rem;
  background-image: url("../webp/recruit/benefits-bottom-bg.webp");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #recruit-benefits-bottom {
    height: calc(16.5 * 1000vw / 393);
    background-image: url("../webp/recruit/sp/benefits-bottom-bg.webp");
  }
}

#recruit-jobs {
  padding: 20rem 0 0;
}
@media screen and (max-width: 960px) {
  #recruit-jobs {
    padding: 9.8rem 0 0;
  }
}

.recruit-jobs-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 0 7.5rem;
  margin: 0 0 12.9rem;
}
@media screen and (max-width: 960px) {
  .recruit-jobs-selector {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 7.3rem;
    margin: 0 0 4.3rem;
  }
}
.recruit-jobs-selector::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -4.6rem;
  bottom: 0;
  width: calc(100% + 9.2rem);
  height: 0.1rem;
  background-color: var(--color-brown);
}
@media screen and (max-width: 1410px) {
  .recruit-jobs-selector::after {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .recruit-jobs-selector h2 {
    margin-bottom: 5.9rem;
  }
}
.recruit-jobs-selector ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2.5rem;
}
@media screen and (max-width: 960px) {
  .recruit-jobs-selector ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
.recruit-jobs-selector ul li {
  min-width: 24.2rem;
  padding: 1.4rem 0.5em 1.6rem;
  color: var(--color-orange-02);
  font-size: 1.9rem;
  line-height: 1.421;
  text-align: center;
  border: 0.1rem solid var(--color-orange-02);
  border-radius: 1000rem;
  background-color: var(--color-white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .recruit-jobs-selector ul li {
    padding: 1.2rem 0.5em 1.4rem;
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit-jobs-selector ul li:hover {
    color: var(--color-white);
    background-color: var(--color-orange-02);
  }
}
.recruit-jobs-selector ul li.is-active {
  color: var(--color-white);
  background-color: var(--color-orange-02);
}

.recruit-jobs-detail h2 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 960px) {
  .recruit-jobs-detail h2 {
    display: none;
  }
}
.recruit-jobs-detail .content {
  padding: 12.5rem 12rem 10.2rem;
  border-radius: 2rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .recruit-jobs-detail .content {
    width: calc(100% + 2rem);
    padding: 8.9rem 2.2rem 6.5rem;
    margin: 0 0 0 -1rem;
  }
}
.recruit-jobs-detail .content h3 {
  margin: 0 0 3.9rem;
  color: var(--color-orange-02);
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.457;
}
@media screen and (max-width: 960px) {
  .recruit-jobs-detail .content h3 {
    margin: 0 0 3.2rem;
    font-size: 2rem;
    line-height: 1.45;
    text-align: center;
  }
}
.recruit-jobs-detail .content-in {
  display: none;
}
.recruit-jobs-detail .content-in.is-active {
  display: block;
  -webkit-animation: tab-fade 0.4s ease forwards;
          animation: tab-fade 0.4s ease forwards;
}

.recruit-jobs-detail-list > ul > li:not(:first-of-type) {
  padding-top: 8.7rem;
}
@media screen and (max-width: 960px) {
  .recruit-jobs-detail-list > ul > li:not(:first-of-type) {
    padding-top: 8.3rem;
  }
}
.recruit-jobs-detail-list > ul > li:not(:last-of-type) {
  padding-bottom: 8rem;
  border-bottom: 0.4rem solid var(--color-light-brown);
}
@media screen and (max-width: 960px) {
  .recruit-jobs-detail-list > ul > li:not(:last-of-type) {
    padding-bottom: 6.8rem;
    border-width: 0.2rem;
  }
}
.recruit-jobs-detail-list .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1rem;
  margin: 0 0 6.7rem;
}
@media screen and (max-width: 960px) {
  .recruit-jobs-detail-list .point {
    gap: 0.7rem 0.5rem;
    margin: 0 0 6.8rem;
  }
}
.recruit-jobs-detail-list .point li {
  min-width: 16.6rem;
  padding: 0.4rem 2.6rem 0.7rem;
  font-size: 1.8rem;
  line-height: 1.444;
  text-align: center;
  border: 0.2rem solid #EAE1D5;
  border-radius: 1000rem;
}
@media screen and (max-width: 960px) {
  .recruit-jobs-detail-list .point li {
    min-width: auto;
    padding: 0.6rem 1.4rem 0.7rem;
    font-size: 1.2rem;
    line-height: 1.417;
    border: 0.1rem solid #EAE1D5;
  }
}
.recruit-jobs-detail-list .summary h4 {
  padding: 0 0 0 5rem;
  margin: 0 0 3.4rem;
  font-size: 3rem;
  line-height: 1.467;
}
@media screen and (max-width: 960px) {
  .recruit-jobs-detail-list .summary h4 {
    padding: 0 0 0 1rem;
    margin: 0 0 4.2rem;
    font-size: 1.8rem;
    line-height: 1.444;
  }
}
.recruit-jobs-detail-list .summary dl {
  margin: 0 0 8.9rem;
}
@media screen and (max-width: 960px) {
  .recruit-jobs-detail-list .summary dl {
    margin: 0 0 5.8rem;
  }
}
.recruit-jobs-detail-list .summary dl .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.2rem 0;
  border-bottom: 0.1rem solid var(--color-light-brown);
}
@media screen and (max-width: 960px) {
  .recruit-jobs-detail-list .summary dl .item {
    display: block;
    padding: 2.2rem 1rem;
  }
}
.recruit-jobs-detail-list .summary dl .item:first-of-type {
  border-top: 0.1rem solid var(--color-light-brown);
}
.recruit-jobs-detail-list .summary dl dt {
  width: auto;
  padding: 0 1rem 0 5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 960px) {
  .recruit-jobs-detail-list .summary dl dt {
    padding: 0;
    margin: 0 0 0.8rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.recruit-jobs-detail-list .summary dl dd {
  width: calc(732 * 100% / 1006);
  padding: 0 5rem 0 0;
  font-size: 2rem;
  line-height: 1.75;
}
@media screen and (max-width: 960px) {
  .recruit-jobs-detail-list .summary dl dd {
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.recruit-jobs-detail-list .more-button a {
  min-width: 33rem;
  margin: 0 auto;
  font-size: 2.5rem;
  line-height: 1.44;
}
@media screen and (max-width: 960px) {
  .recruit-jobs-detail-list .more-button a {
    min-width: auto;
    padding-left: 4rem;
    font-size: 1.4rem;
    line-height: 1.429;
    text-align: center;
  }
}

#recruit-entry-form {
  padding: 25rem 0 29.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #recruit-entry-form {
    padding: 12.8rem 0 22.4rem;
  }
}
#recruit-entry-form h2 {
  margin-bottom: 8.1rem;
}
@media screen and (max-width: 960px) {
  #recruit-entry-form h2 {
    margin-bottom: 3.7rem;
  }
}
#recruit-entry-form .lead {
  margin-bottom: 14.2rem;
  font-size: 2.2rem;
  line-height: 2.273;
}
@media screen and (max-width: 960px) {
  #recruit-entry-form .lead {
    margin-bottom: 7.3rem;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

#page.gallery {
  background-image: url("../img/gallery/bg.png");
  background-position: center top;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #page.gallery {
    background-image: url("../img/gallery/sp/bg.png");
  }
}

#gallery {
  padding: 0 0 27.7rem;
}
@media screen and (max-width: 960px) {
  #gallery {
    padding: 0 0 18rem;
  }
}
#gallery .inner {
  max-width: calc(149.6rem + var(--inner-padding-inline) * 2);
}

.archives-gallery-container .gallery-selector {
  margin: 0 0 12.4rem;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-selector {
    margin: 0 0 9.7rem;
  }
}
.archives-gallery-container .gallery-selector ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 3rem;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-selector ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-selector ul li {
    width: 100%;
    max-width: 24rem;
  }
}
.archives-gallery-container .gallery-selector ul li.is-active a {
  color: var(--color-white);
  background-color: var(--color-orange);
}
@media (hover: hover) and (pointer: fine) {
  .archives-gallery-container .gallery-selector ul li:hover a {
    color: var(--color-white);
    background-color: var(--color-orange);
  }
}
.archives-gallery-container .gallery-selector ul li a {
  display: block;
  padding: 1.1rem 4.8rem 1.3rem;
  color: var(--color-orange);
  font-size: 1.9rem;
  line-height: 1.421;
  text-align: center;
  border: 0.1rem solid var(--color-orange);
  border-radius: 1000rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-selector ul li a {
    width: 100%;
    padding: 1.2rem 0.5em 1.4rem;
    font-size: 1.4rem;
    line-height: 1.429;
  }
}
.archives-gallery-container .gallery-list h2 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-list h2 {
    margin-bottom: 4rem;
  }
}
.archives-gallery-container .gallery-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.5rem;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.archives-gallery-container .gallery-list ul li {
  display: block;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.archives-gallery-container .gallery-list ul li::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.4rem;
  bottom: 1.4rem;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url("../img/gallery/lightbox-icon-open.svg");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-list ul li::after {
    right: 1rem;
    bottom: 1rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.archives-gallery-container .gallery-list ul li img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.archives-gallery-container .gallery-modal:not(.is-active) *,
.archives-gallery-container .gallery-modal:not(.is-active) {
  pointer-events: none;
}
.archives-gallery-container .gallery-modal:not(.is-active) {
  visibility: hidden;
  pointer-events: none;
}
.archives-gallery-container .gallery-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, background-color 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, background-color 0.5s ease;
  background-color: var(--color-white);
  z-index: 1004;
}
.archives-gallery-container .gallery-modal.is-active {
  opacity: 1;
  pointer-events: auto;
  padding-right: var(--scrollbar-width);
}
.archives-gallery-container .gallery-modal.is-active .close-button {
  right: calc(4.8rem + var(--scrollbar-width));
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-modal.is-active .close-button {
    right: calc(1.6rem + var(--scrollbar-width));
  }
}
.archives-gallery-container .gallery-modal .content {
  width: 100%;
}
.archives-gallery-container .gallery-modal .swiper {
  overflow: visible;
}
.archives-gallery-container .gallery-modal .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  padding: 0 3.6rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-modal .swiper-slide {
    padding: 0 1.8rem;
  }
}
.archives-gallery-container .gallery-modal .swiper-slide img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 85vh;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-modal .swiper-slide img {
    max-height: 75vh;
  }
}
.archives-gallery-container .gallery-modal .swiper-slide-active {
  pointer-events: auto;
}
.archives-gallery-container .gallery-modal .swiper-button-next,
.archives-gallery-container .gallery-modal .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 3.4rem;
  height: 6.4rem;
  margin-top: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-modal .swiper-button-next,
  .archives-gallery-container .gallery-modal .swiper-button-prev {
    top: 50%;
    width: 4rem;
    height: 4rem;
    border: 0.1rem solid var(--color-brown);
    border-radius: 50%;
    background-color: var(--color-white);
  }
}
.archives-gallery-container .gallery-modal .swiper-button-prev {
  left: calc(12.4 * 1000vw / 1920);
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-modal .swiper-button-prev {
    left: 2.1rem;
  }
}
.archives-gallery-container .gallery-modal .swiper-button-prev::after {
  background-image: url("../img/gallery/lightbox-icon-prev.svg");
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-modal .swiper-button-prev::after {
    left: calc(50% - 0.1rem);
    background-image: url("../img/gallery/sp/lightbox-icon-next.svg");
    scale: -1 1;
  }
}
.archives-gallery-container .gallery-modal .swiper-button-next {
  right: -1.6rem;
  right: calc(12.4 * 1000vw / 1920);
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-modal .swiper-button-next {
    right: 2.1rem;
  }
}
.archives-gallery-container .gallery-modal .swiper-button-next::after {
  left: calc(50% + 0.1rem);
  background-image: url("../img/gallery/lightbox-icon-next.svg");
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-modal .swiper-button-next::after {
    background-image: url("../img/gallery/sp/lightbox-icon-next.svg");
  }
}
.archives-gallery-container .gallery-modal .swiper-button-prev:after,
.archives-gallery-container .gallery-modal .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  translate: -50% -50%;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-modal .swiper-button-prev:after,
  .archives-gallery-container .gallery-modal .swiper-button-next:after {
    width: 1rem;
    height: 1.7rem;
  }
}
.archives-gallery-container .gallery-modal .close-button {
  display: block;
  position: absolute;
  top: 4.4rem;
  right: 4.8rem;
  width: 4.3rem;
  height: 3.3rem;
  cursor: pointer;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .gallery-modal .close-button {
    top: 3.1rem;
    right: 1.6rem;
    width: 2.7rem;
    height: 2.1rem;
  }
}
.archives-gallery-container .gallery-modal .close-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url("../img/gallery/lightbox-icon-close.png");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  translate: -50% -50%;
}
.archives-gallery-container .pagination {
  margin: 25.4rem 0 0;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .pagination {
    margin: 10.4rem 0 0;
  }
}
.archives-gallery-container .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .pagination ul {
    gap: 1.9rem;
  }
}
.archives-gallery-container .pagination li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-brown);
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .pagination li .page-numbers {
    font-size: 1.5rem;
  }
}
.archives-gallery-container .pagination li .page-numbers:not(.dots) {
  width: 7.3rem;
  height: 7.3rem;
  border: 0.2rem solid var(--color-brown);
  border-radius: 50%;
  background-color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .pagination li .page-numbers:not(.dots) {
    width: 3.8rem;
    height: 3.8rem;
    padding: 0 0 0.2rem;
    border: 0.1rem solid var(--color-brown);
  }
}
@media (hover: hover) and (pointer: fine) {
  .archives-gallery-container .pagination li .page-numbers:not(.dots):hover {
    color: var(--color-white);
    background-color: var(--color-brown);
  }
}
.archives-gallery-container .pagination li .page-numbers.dots {
  margin: 0 0.9rem;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .pagination li .page-numbers.dots {
    margin: 0 -2rem;
  }
}
.archives-gallery-container .pagination li .page-numbers.prev, .archives-gallery-container .pagination li .page-numbers.next {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .archives-gallery-container .pagination li .page-numbers.prev:hover::before, .archives-gallery-container .pagination li .page-numbers.next:hover::before {
    background-color: var(--color-white);
  }
}
.archives-gallery-container .pagination li .page-numbers.prev::before, .archives-gallery-container .pagination li .page-numbers.next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 1.3rem;
  height: 2.2rem;
  -webkit-mask-image: url("../img/common/icon-pagination-arrow.svg");
          mask-image: url("../img/common/icon-pagination-arrow.svg");
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--color-brown);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  translate: -50% -50%;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .pagination li .page-numbers.prev::before, .archives-gallery-container .pagination li .page-numbers.next::before {
    width: 0.8rem;
    height: 1.5rem;
    -webkit-mask-image: url("../img/common/sp/icon-pagination-arrow.svg");
            mask-image: url("../img/common/sp/icon-pagination-arrow.svg");
  }
}
.archives-gallery-container .pagination li .page-numbers.prev {
  margin: 0 3.1rem 0 0;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .pagination li .page-numbers.prev {
    margin: 0 0.5rem 0 0;
  }
}
.archives-gallery-container .pagination li .page-numbers.prev::before {
  left: calc(50% - 0.1rem);
  scale: -1 1;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .pagination li .page-numbers.prev::before {
    left: calc(50% - 0.1rem);
  }
}
.archives-gallery-container .pagination li .page-numbers.next {
  margin: 0 0 0 3.1rem;
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .pagination li .page-numbers.next {
    margin: 0 0 0 0.5rem;
  }
}
.archives-gallery-container .pagination li .page-numbers.next::before {
  left: calc(50% + 0.1rem);
}
@media screen and (max-width: 960px) {
  .archives-gallery-container .pagination li .page-numbers.next::before {
    left: calc(50% + 0.1rem);
  }
}
.archives-gallery-container .pagination li .page-numbers.current {
  color: var(--color-white);
  background-color: var(--color-brown);
}