@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  text-decoration: none; /* 下線を削除 */
  color: inherit; /* 親のテキストカラーを引き継ぐ */
  background: none; /* 背景をリセット */
  outline: none; /* アウトラインを削除 */
  border: none; /* 枠線を削除 */
  padding: 0; /* パディングをリセット */
  margin: 0; /* マージンをリセット */
}

ul, li {
  margin: 0; /* デフォルトのマージンをリセット */
  padding: 0; /* デフォルトのパディングをリセット */
  list-style: none; /* リストスタイル（箇条書きや番号）を削除 */
}

dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* input[type="checkbox"] {
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  } */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #222222;
  font-size: clamp(1.2rem, 3.2vw, 1.6rem);
  font-weight: 400;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1600px) {
  body {
    font-size: clamp(1.6rem, 1vw, 1.8rem);
  }
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__inner {
  max-width: 1104px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (min-width: 1600px) {
  .section__inner {
    width: 71.11vw;
    max-width: none;
    padding: 0;
  }
}
@media screen and (max-width: 650px) {
  .section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section__inner--recruit {
    padding-left: 20px;
    padding-right: 0;
  }
  .section__inner--intro {
    padding: 0 16px;
  }
  .section__inner--staff-intro {
    padding: 0;
  }
}
@media screen and (max-width: 376px) {
  .section__inner {
    padding: 0 17px;
  }
  .section__inner--intro {
    padding: 0 16px;
  }
  .section__inner--recruit {
    padding-right: 0;
  }
  .section__inner--staff-intro {
    padding: 0;
  }
}
.flex-columns {
  display: flex;
  align-items: center;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.site-logo__link {
  display: block;
  width: 17.36vw;
  aspect-ratio: 250/61;
}

@media screen and (max-width: 834px) {
  .site-logo__link {
    width: 24vw;
  }
}
@media screen and (max-width: 650px) {
  .site-logo__link {
    width: 160px;
  }
}
@media screen and (max-width: 376px) {
  .site-logo__link {
    width: 154px;
  }
}
.primary-btn__position--center {
  display: flex;
  justify-content: center;
}
.primary-btn__link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.6rem, 1.66vw, 2rem);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  color: #222222;
  transition-duration: 0.5s;
}
.primary-btn__link:hover {
  background-color: #222222;
  color: #ffffff;
}
.primary-btn__link:hover:before {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
.primary-btn__link:before {
  content: "";
  width: 8.6px;
  height: 8.6px;
  border: 0;
  border-top: 3px solid #222222;
  border-right: 3px solid #222222;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}
.primary-btn__link--en {
  font-family: "Viga", sans-serif;
  font-weight: 400;
}
.primary-btn__link--border {
  max-width: 353px;
  width: 100%;
  aspect-ratio: 355/80;
  border: 1px solid #222222;
}
.primary-btn__link--recruit {
  background-color: #ffffff;
  max-width: 100%;
  width: 100%;
}
.primary-btn__link--recruit:hover {
  background-color: #222222;
  color: #ffffff;
}
.primary-btn__link--medium {
  aspect-ratio: 470/120;
}
.primary-btn__link--large {
  aspect-ratio: 956/120;
}
.primary-btn__link--banner {
  background-color: #AFA86F;
  max-width: none;
  width: 38.611vw;
  aspect-ratio: 556/70;
  border: 1px solid #AFA86F;
  font-size: 1.6rem;
}

.arrow-circle__link {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.5s;
}
.arrow-circle__link:hover {
  transform: scale(1.1);
}
.arrow-circle__link--black {
  background-color: #222222;
  color: #ffffff;
}
.arrow-circle__link--white {
  background-color: #ffffff;
  border: 1px solid #222222;
  color: #222222;
}
.arrow-circle__arrow {
  font-size: clamp(2.4rem, 2vw, 3.2rem);
}
.arrow-circle .material-symbols-outlined {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.third-btn__link {
  font-family: "Viga", sans-serif;
  text-decoration: underline;
  text-decoration-thickness: 0.138vw;
  /* 下線の太さ */
  text-underline-offset: 0.208vw;
}

@media screen and (min-width: 1600px) {
  .primary-btn__link {
    font-size: clamp(2rem, 1.875vw, 2.4rem);
  }
  .primary-btn__link::before {
    width: 0.6vw;
    height: 0.6vw;
    border: 0;
    border-top: 0.15vw solid #222222;
    border-right: 0.15vw solid #222222;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 2.1vw;
  }
  .primary-btn__link--border {
    max-width: none;
    width: 22vw;
  }
  .arrow-circle__link {
    width: 4.02vw;
    height: 4.02vw;
  }
  .arrow-circle .material-symbols-outlined {
    font-size: clamp(2.4rem, 2vw, 3.2rem);
  }
}
@media screen and (max-width: 1280px) {
  .primary-btn__link--border {
    max-width: 280px;
  }
  .arrow-circle__link {
    width: 42px;
    height: 42px;
  }
  .arrow-circle__link--blog {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 834px) {
  .primary-btn__link {
    width: 277px;
  }
  .primary-btn__link::before {
    border-top: 2px solid #222223;
    border-right: 2px solid #222222;
    width: 12px;
    height: 12px;
    right: 32px;
    top: 47%;
  }
  .primary-btn__link--border::before {
    border-top: 3px solid #222223;
    border-right: 3px solid #222222;
    width: 7px;
    height: 7px;
    right: 25px;
    top: 47%;
  }
  .primary-btn__link--recruit {
    width: 80%;
    aspect-ratio: 355/80;
    margin: 0 auto;
  }
  .primary-btn__link--banner {
    aspect-ratio: 355/80;
  }
}
@media screen and (max-width: 650px) {
  .primary-btn__link--recruit {
    width: 100%;
    aspect-ratio: 341/86;
  }
  .primary-btn__link--recruit::before {
    border-top: 2px solid #222223;
    border-right: 2px solid #222222;
    width: 12px;
    height: 12px;
    right: 32px;
    top: 47%;
  }
}
@media screen and (max-width: 376px) {
  .primary-btn__link::before {
    border-top: 3px solid #222223;
    border-right: 3px solid #222222;
    width: 7px;
    height: 7px;
    right: 25px;
    top: 47%;
  }
  .primary-btn__link--border {
    max-width: 277px;
  }
  .primary-btn__link--border::before {
    border-top: 3px solid #222223;
    border-right: 3px solid #222222;
    width: 7px;
    height: 7px;
    right: 25px;
    top: 47%;
  }
  .primary-btn__link--recruit {
    max-width: 100%;
    aspect-ratio: 341/86;
    font-size: 2rem;
  }
  .primary-btn__link--recruit::before {
    border-top: 3px solid #222223;
    border-right: 3px solid #222222;
    width: 12px;
    height: 12px;
    right: 32px;
    top: 47%;
  }
  .primary-btn__link--banner {
    max-width: 200px;
    width: 100%;
    aspect-ratio: 200/54;
    font-size: 1.4rem;
  }
  .primary-btn__link--banner::before {
    border-top: 3px solid #222223;
    border-right: 3px solid #222222;
    width: 8px;
    height: 8px;
    right: 27px;
    top: 50%;
  }
  .third-btn__link {
    font-size: 1.6rem;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
}
.heading-second__text {
  position: relative;
  font-size: clamp(3.8rem, 3.95vw, 5.2rem);
  font-weight: 700;
  display: inline-block;
  padding-top: 2.916vw;
  padding-bottom: 2.916vw;
}
.heading-second__text--line {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  /* 下線の太さ */
  text-underline-offset: 8px;
  /* 下線とテキストの距離 */
}
.heading-second__text--center {
  display: block;
  text-align: center;
}
.heading-second__text--member::before {
  content: "MEMBER";
}
.heading-second__text--benefits::before {
  content: "BENEFITS";
}
.heading-second__text--blog::before {
  content: "BLOG";
}
.heading-second__text--recruit::before {
  content: "RECRUITMENT";
}
.heading-second__text::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 136px;
  font-size: clamp(10rem, 10.416vw, 13.6rem);
  font-family: "Poppins", sans-serif;
  color: rgba(151, 151, 151, 0.1019607843);
  font-weight: 400;
}

@media screen and (max-width: 1280px) {
  .heading-second__text--member {
    width: 100%;
    overflow: hidden;
  }
  .heading-second__text--member::before {
    left: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 834px) {
  .heading-second__text--blog {
    width: 100%;
  }
  .heading-second__text--blog::before {
    left: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 650px) {
  .heading-second__text {
    overflow: hidden;
  }
  .heading-second__text--recruit {
    text-align: left;
    overflow: hidden;
  }
  .heading-second__text--recruit::before {
    left: 0;
    transform: translate(0, -50%);
  }
  .heading-second__text::before {
    font-size: clamp(8rem, 21.33vw, 10rem);
  }
}
@media screen and (max-width: 376px) {
  .heading-second__text {
    width: 100%;
    font-size: 3.2rem;
  }
  .heading-second__text::before {
    font-size: 8rem;
  }
  .heading-second__text--line {
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }
  .heading-second__text--center {
    text-align: left;
  }
}
.heading-group__lead-br--benefits {
  display: none;
}
.heading-group__lead {
  margin-top: 0.555vw;
  line-height: 1.5;
  font-size: 1.6rem;
}
.heading-group__lead--left {
  text-align: left;
}
.heading-group__lead--center {
  text-align: center;
}
.heading-group__lead--recruit {
  line-height: 1;
  margin-top: 0.625vw;
}
.heading-group__lead--benefits {
  margin-left: 11.736vw;
}
.heading-group__lead--blog {
  margin-top: 28px;
}

@media screen and (max-width: 1280px) {
  .heading-group__lead--benefits {
    margin-left: auto;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .heading-group__lead-br--benefits {
    display: block;
  }
  .heading-group__lead {
    margin-top: 20px;
    line-height: 1.5;
  }
  .heading-group__lead--benefits {
    text-align: center;
    margin-left: auto;
  }
}
@media screen and (max-width: 650px) {
  .heading-group__lead--recruit {
    text-align: left;
    padding-right: 20px;
  }
  .heading-group__lead-br--benefits {
    display: none;
  }
}
@media screen and (max-width: 376px) {
  .heading-group__lead {
    margin-top: 31px;
  }
  .heading-group__lead--benefits {
    text-align: left;
  }
  .heading-group__lead--recruit {
    padding-right: 17px;
  }
}
.heading-third {
  font-size: 3.2rem;
  font-size: clamp(2.8rem, 2.916vw, 3.2rem);
  font-weight: 700;
}

@media screen and (min-width: 1600px) {
  .heading-second__text {
    font-size: clamp(5.2rem, 3.25vw, 6rem);
  }
  .heading-second__text::before {
    font-size: clamp(13.6rem, 8.5vw, 17.5rem);
  }
  .heading-third {
    font-size: clamp(3.2rem, 2vw, 4rem);
  }
  .heading-group__lead {
    font-size: clamp(1.6rem, 1vw, 1.8rem);
  }
}
@media screen and (max-width: 376px) {
  .heading-third {
    font-size: 2.4rem;
  }
}
.subpage__bg {
  width: 100%;
  aspect-ratio: 1440/339;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.subpage__bg--about {
  background-image: url("../img/about-fv 1.png");
}
.subpage__bg--blog {
  background-image: url("../img/blog-fv 1.png");
}
.subpage__bg--staff {
  background-image: url("../img/staff-fv 1.png");
}
.subpage__bg--benefits {
  background-image: url("../img/benefits-fv 1.png");
}
.subpage__bg--career {
  background-image: url("../img/carrer-fv 1.png");
}
.subpage__bg--require-detail {
  background-image: url("../img/details-fv 1.png");
}
.subpage__bg--faq {
  background-image: url("../img/faq-fv 1.png");
}

@media screen and (max-width: 1280px) {
  .subpage__bg {
    display: flex;
    align-items: center;
    aspect-ratio: 1280/450;
  }
}
@media screen and (max-width: 650px) {
  .subpage__bg {
    aspect-ratio: 1280/650;
  }
}
.subpage__heading {
  padding-top: 5.208vw;
  padding-left: 16.11vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* 左揃え */
  gap: 18px;
}
.subpage__heading-text {
  font-family: "Viga", sans-serif;
  font-size: 6.4rem;
  background-color: #ffffff;
  padding: 3px 10px;
  display: inline-block;
}
.subpage__copy-text {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #ffffff;
  padding: 3px 10px;
}
.subpage__copy-lead {
  display: inline-block;
  padding: 7px 10px;
  color: #988C2C;
  font-weight: 700;
  background-color: #ffffff;
}
.subpage__lead-text {
  margin-top: 44px;
  line-height: 1.5;
}

.breadcrumbsWrap {
  width: 100%;
  height: 54px;
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  max-width: 1104px;
  width: 100%;
  padding: 0 64px;
  margin: 0 auto;
}
.breadcrumbs .arrow {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1.5px #222222;
  border-right: solid 1.5px #222222;
  margin-right: 8px;
  margin-left: 4px;
  transform: rotate(45deg);
}

@media screen and (min-width: 1600px) {
  .breadcrumbs {
    aspect-ratio: 1440/54;
    height: auto;
    max-width: none;
    width: 76.6vw;
    padding: 0 4.4vw;
    font-size: clamp(1.4rem, 0.87vw, 1.6rem);
  }
  .breadcrumbs .arrow {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1.5px #222222;
    border-right: solid 1.5px #222222;
    margin-right: 8px;
    margin-left: 4px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 834px) {
  .breadcrumbsWrap {
    width: 100%;
    height: 50px;
  }
}
@media screen and (max-width: 650px) {
  .breadcrumbs {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1600px) {
  .subpage__heading {
    padding-top: 5.208vw;
    padding-left: 16.11vw;
    gap: 1.125vw;
  }
  .subpage__heading-text {
    font-size: clamp(6.4rem, 4vw, 8.8rem);
    padding: 0.187vw 0.625vw;
  }
  .subpage__copy-text {
    font-size: 3.3rem;
    padding: 0.187vw 0.625vw;
    font-size: clamp(2.4rem, 1.5vw, 4.3rem);
  }
  .subpage__copy-lead {
    padding: 0.4375vw 0.625vw;
    font-size: clamp(1.6rem, 1.125vw, 2rem);
  }
  .subpage__lead-text {
    margin-top: 3.055vw;
    font-size: clamp(1.6rem, 1.125vw, 2rem);
  }
}
@media screen and (max-width: 1280px) {
  .subpage__heading {
    padding-top: 0;
    padding-left: 16.11vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* 左揃え */
    gap: 9px;
  }
  .subpage__heading-text {
    font-size: clamp(3.4rem, 5.23vw, 6.4rem);
  }
  .subpage__copy-text {
    font-size: clamp(1.8rem, 2.76vw, 2.4rem);
    padding: 3px 10px;
  }
  .subpage__copy-lead {
    padding: 7px 10px;
    font-size: clamp(1.4rem, 2.15vw, 1.6rem);
  }
  .subpage__lead-text {
    margin-top: 44px;
    line-height: 1.5;
  }
  .breadcrumb {
    aspect-ratio: 1280/60;
  }
  .breadcrumb__link {
    font-size: clamp(1.2rem, 1.846vw, 1.6rem);
  }
}
@media screen and (max-width: 834px) {
  .subpage__lead-br {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .subpage__heading-text {
    font-size: clamp(3rem, 8vw, 3.4rem);
  }
  .subpage__copy-text {
    font-size: clamp(1.4rem, 3.73vw, 2.4rem);
  }
  .subpage__copy-lead {
    display: none;
  }
  .breadcrumb {
    aspect-ratio: 1280/90;
  }
}
.subpage__inner {
  padding: 145px 22px 139px 22px;
}

@media screen and (max-width: 650px) {
  .subpage__inner {
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-nav__wrapper {
  display: flex;
  align-items: center;
  column-gap: 49px;
}
.page-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222222;
  background-color: #FAF7F1;
  border-radius: 40px;
  max-width: 294px;
  width: 100%;
  aspect-ratio: 294/56;
}
.page-nav__link-text {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  position: relative;
}
.page-nav__arrow-text {
  position: absolute;
  top: 50%;
  right: -20px;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  transform: translate(50%, -50%) rotate(90deg);
}
.page-nav .material-symbols-outlined {
  font-size: 2.4rem;
  line-height: 1;
  color: #222222;
  font-weight: 400;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

@media screen and (min-width: 1600px) {
  .page-nav__wrapper {
    margin-top: 4.24vw;
    column-gap: 3.4vw;
  }
  .page-nav__link {
    max-width: none;
    width: 20.42vw;
  }
  .page-nav__link-text {
    font-size: clamp(2rem, 1.25vw, 2.4rem);
  }
  .page-nav__arrow-text {
    right: -1.39vw;
    font-size: clamp(2rem, 1.25vw, 2.4rem);
    transform: translate(50%, -50%) rotate(90deg);
  }
}
@media screen and (max-width: 1280px) {
  .page-nav__wrapper {
    column-gap: 24px;
  }
  .page-nav__link {
    max-width: none;
    width: 30vw;
  }
  .page-nav__link-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .page-nav__wrapper {
    column-gap: 14px;
  }
  .page-nav__link {
    width: 33vw;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-nav__link-text {
    position: static;
    font-size: 1.4rem;
  }
  .page-nav__arrow-text {
    position: static;
    transform: none;
    writing-mode: vertical-rl;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
  }
  .page-nav .material-symbols-outlined {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 650px) {
  .page-nav__wrapper {
    column-gap: normal;
    justify-content: space-between;
  }
  .page-nav__link {
    width: 29vw;
  }
  .page-nav__link-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .page-nav__wrapper {
    column-gap: normal;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 24px;
  }
  .page-nav__link {
    width: 60vw;
  }
  .page-nav__link-text {
    font-weight: 700;
    display: block;
    position: relative;
  }
  .page-nav__arrow-text {
    position: absolute;
    top: 50%;
    right: -20px;
    display: block;
    font-weight: bold;
    transform: translate(50%, -50%) rotate(90deg);
    writing-mode: horizontal-tb;
    margin-top: auto;
  }
  .page-nav .material-symbols-outlined {
    font-size: 1.6rem;
    line-height: 1;
    color: #222222;
    font-weight: 400;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  }
}
.recruit-banner__bg {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/488;
  background-image: url("../img/cta 1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.recruit-banner__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 50%);
  left: 50%;
  background-color: #ffffff;
  width: 66.38vw;
  aspect-ratio: 956/273;
  border-radius: 20px;
}
.recruit-banner__text {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  font-size: clamp(1.4rem, 3.733vw, 1.6rem);
}
.recruit-banner__btn {
  margin-top: 2.15vw;
}

@media screen and (min-width: 1600px) {
  .recruit-banner__text {
    font-size: clamp(1.6rem, 1vw, 2rem);
  }
}
@media screen and (max-width: 834px) {
  .recruit-banner__bg {
    aspect-ratio: 833/440;
  }
  .recruit-banner__wrapper {
    aspect-ratio: auto;
    padding: 32px 0;
  }
  .recruit-banner__btn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 650px) {
  .recruit-banner__wrapper {
    width: calc(100% - 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 376px) {
  .recruit-banner__bg {
    aspect-ratio: 375/250;
  }
  .recruit-banner__wrapper {
    padding-top: 24px;
    padding-bottom: 29px;
    bottom: 0;
  }
  .recruit-banner__text {
    font-size: 1.4rem;
    line-height: 2.5;
  }
}
.info-table {
  margin-top: 110px;
  max-width: 980px;
  width: 100%;
}
.info-table__row {
  width: 100%;
  border-bottom: 1px dashed #222222;
}
.info-table__ttl, .info-table__detail {
  padding: 36px 0;
  text-align: left;
}
.info-table__ttl--first, .info-table__detail--first {
  padding-top: 0;
}
.info-table__ttl {
  width: 23.47%;
  font-weight: 700;
}
.info-table__detail {
  width: 76.53%;
}
.info-table__detail--multiple {
  line-height: 1.5;
}

@media screen and (max-width: 834px) {
  .info-table__ttl {
    width: 35%;
  }
  .info-table__detail {
    width: 65%;
  }
  .info-table__detail--tablet-multiple {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1600px) {
  .info-table {
    margin-top: 7.63vw;
    width: 68vw;
    max-width: 100%;
  }
  .info-table__row {
    width: 100%;
    border-bottom: 1px dashed #222222;
  }
  .info-table__ttl, .info-table__detail {
    padding: 2.5vw 0;
    font-size: clamp(1.8rem, 1.125vw, 2.2rem);
  }
}
.member-card__wrapper {
  display: block;
}
.member-card__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 300/397;
}
.member-card__img {
  width: 100%;
  aspect-ratio: 300/379;
}
.member-card__img img {
  border-radius: 30px;
}
.member-card__copy {
  position: absolute;
  bottom: 0;
}
.member-card__copy-text {
  font-size: 2rem;
  font-weight: 700;
  background-color: #AFA86F;
  padding: 5px 7px;
  margin-top: 6px;
  display: inline-block;
}
.member-card__copy-text:first-child {
  margin-top: 0;
}
.member-card__job {
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
}
.member-card__join-date {
  margin-left: 8px;
}
.member-card__name {
  margin-top: 16px;
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (min-width: 1600px) {
  .member-card__copy-text {
    font-size: clamp(2rem, 1.25vw, 2.8rem);
  }
  .member-card__name {
    font-size: clamp(2.4rem, 1.5vw, 2.8rem);
  }
}
@media screen and (max-width: 1280px) {
  .member-card__copy-text--staff {
    font-size: 1.6rem;
  }
  .member-card__job--staff {
    font-size: 1.6rem;
  }
  .member-card__join-date--staff {
    display: block;
    margin-left: 0;
    line-height: 2;
  }
  .member-card__name--staff {
    font-size: 2rem;
  }
}
@media screen and (max-width: 650px) {
  .member-card__copy--tablet-s {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .member-card__copy-text {
    font-size: clamp(1.6rem, 4.26vw, 1.8rem);
  }
  .member-card__copy-text--tablet-s {
    width: max-content;
  }
  .member-card__join-date--staff {
    display: inline;
    margin-left: 13px;
    line-height: 1;
    font-size: 1.4rem;
  }
  .member-card__job--staff {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 376px) {
  .member-card__copy-text {
    font-size: 1.6rem;
    padding: 7px;
  }
  .member-card__job {
    margin-top: 13px;
    font-size: 1.2rem;
  }
  .member-card__join-date {
    font-size: 1.2rem;
  }
  .member-card__name {
    margin-top: 13px;
    font-size: 2rem;
  }
}
.blog-card__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  column-gap: 5.6%;
  row-gap: 23px;
}
.blog-card__contents {
  width: 100%;
  background-color: #ffffff;
  aspect-ratio: 452/180;
  border-radius: 10px;
  height: 100%;
}
.blog-card__contents--colored {
  background-color: #FAF7F1;
}
.blog-card__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.blog-card__img {
  max-width: 34.51%;
  width: 100%;
  height: 100%;
}
.blog-card__img img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.blog-card__detail {
  padding: 1.319vw 1.697vw;
}
.blog-card__label {
  position: relative;
  font-size: clamp(1.2rem, 3.2vw, 1.4rem);
  padding-left: 1.25vw;
  line-height: 1;
}
.blog-card__label::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.97vw;
  aspect-ratio: 1/1;
  background-image: url("../img/categorry 1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-card__info {
  display: block;
  text-decoration: underline;
  height: 80px;
  margin-top: 1.6vw;
  font-size: clamp(1.5rem, 1.562vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
}
.blog-card__date {
  display: block;
  margin-top: 0.69vw;
  font-size: 1.2rem;
}
.blog-card__date--blog-detail {
  display: inline;
  margin-top: 0;
  font-size: 1.4rem;
  margin-left: 15px;
}

@media screen and (min-width: 1600px) {
  .blog-card__contents {
    width: 31.38vw;
  }
  .blog-card__label {
    font-size: clamp(1.4rem, 0.875vw, 1.6rem);
  }
  .blog-card__info {
    height: 5.972vw;
    font-size: clamp(1.8rem, 1.125vw, 2.4rem);
  }
  .blog-card__date {
    font-size: clamp(1.2rem, 0.972vw, 1.6rem);
  }
}
@media screen and (max-width: 1280px) {
  .blog-card__date {
    margin-top: 11px;
  }
}
@media screen and (max-width: 834px) {
  .blog-card__list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    justify-content: center;
    max-width: 540px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-card__detail {
    padding-left: 18px;
    padding-right: 18px;
  }
  .blog-card__label {
    padding-left: 18px;
  }
  .blog-card__label::before {
    width: 14px;
  }
}
@media screen and (max-width: 376px) {
  .blog-card__list {
    row-gap: 9px;
  }
  .blog-card__contents {
    aspect-ratio: auto;
  }
  .blog-card__img {
    max-width: 121px;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .blog-card__detail {
    padding: 8px 8px 5px 18px;
  }
  .blog-card__info {
    margin-top: 9px;
    height: 63px;
  }
  .blog-card__label {
    padding-left: 16px;
  }
}
.subpage__headline-text {
  font-size: 3.2rem;
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  .subpage__headline-text {
    font-size: clamp(2.4rem, 3.69vw, 3.2rem);
  }
}
@media screen and (min-width: 1600px) {
  .subpage__headline-text {
    font-size: 3.2rem;
    font-size: clamp(3.2rem, 2vw, 4.4rem);
  }
}
@media screen and (max-width: 834px) {
  .subpage__headline-text {
    line-height: 1.5;
  }
}
.heading-subpage__text {
  font-size: 3.2rem;
  font-weight: 700;
}
.heading-subpage__text--center {
  text-align: center;
}

@media screen and (min-width: 1600px) {
  .heading-subpage__text {
    font-size: clamp(3.2rem, 2vw, 4.4rem);
    font-weight: 700;
  }
  .heading-subpage__text--center {
    text-align: center;
  }
}
@media screen and (max-width: 1280px) {
  .heading-subpage__text {
    font-size: clamp(2.4rem, 3.69vw, 3.2rem);
  }
}
@media screen and (max-width: 834px) {
  .heading-subpage__text {
    line-height: 1.5;
  }
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.fade-in--left {
  transform: translateX(-100vw);
  transition: all 1s ease;
  /* ← 左だけ1秒に変更 */
}

.fade-in.inview {
  opacity: 1;
  transform: translate(0, 0);
}

.error-contents__bg {
  background-color: #FAF7F1;
  margin-top: 90px;
  margin-bottom: 90px;
  text-align: center;
  padding: 90px 20px;
}
.error-contents__text {
  margin-top: 40px;
}
.error-contents__link {
  width: 280px;
  margin: 0 auto;
  aspect-ratio: 400/60;
  background-color: #988C2C;
  color: #ffffff;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-contents__link:hover {
  color: #ffffff;
  background-color: #222222;
}

.header {
  /* スクロール時（JSで追加されるクラス） */
}
.header__outer {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 118px;
  top: 0;
  left: 0;
}
.header__outer--open {
  position: static;
}
.header__outer--subpage {
  position: relative;
  background-color: #ffffff;
}
.header__front {
  transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  background-color: transparent;
  opacity: 1;
}
.header__front .header--sticky {
  background-color: #ffffff;
  transform: translateY(0);
  opacity: 1;
}
.header__front .header--fading-out {
  opacity: 0; /* ← ゆっくり消える状態 */
}
.header__logo-link {
  background-image: url("../img/tetote-logo-white.png");
  object-fit: cover;
  background-size: cover;
  background-position: center;
  width: 250px;
  display: block;
  aspect-ratio: 250/61;
}
.header__logo-link.scrolled {
  background-image: url("../img/tetote-logo-black.png");
}
.header__inner {
  width: 100%;
  height: 100%;
  padding-left: 2.08vw;
  padding-right: 2.08vw;
  justify-content: space-between;
  align-items: center;
}
.header__inner--open {
  height: 8vw;
  padding-right: 8.4722vw;
}
.header__btn {
  width: 8.75vw;
  aspect-ratio: 126/42;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.2rem, 1.438vw, 1.4rem);
  font-weight: 700;
  color: #ffffff;
  margin-left: 1.527vw;
}
.header__btn:first-child {
  margin-left: 0;
}
.header__btn--black {
  background-color: #222222;
}
.header__btn--subcolor {
  font-family: "Viga", sans-serif;
  font-weight: 400;
  background-color: #AFA86F;
}
.header__btn--black:hover, .header__btn--subcolor:hover {
  background-color: #988C2C;
  transition-duration: 0.5s;
}

.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  animation: slideDown 0.6s ease-in-out;
  background-color: #ffffff;
  transform: translateY(0);
  opacity: 1;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@media screen and (min-width: 1600px) {
  .header__outer {
    height: 7.37vw;
  }
  .header__btn {
    max-width: auto;
    width: 8.75vw;
    font-size: clamp(1.4rem, 0.875vw, 1.6rem);
  }
  .header__logo-link {
    max-width: none;
    width: 15.625vw;
  }
}
@media screen and (max-width: 1280px) {
  .header__outer {
    height: 110px;
  }
  .header__inner--open {
    height: 110px;
  }
  .header__inner--open .site-logo__link {
    width: 210px;
  }
  .header__btn {
    width: 12vw;
  }
  .header__logo-link {
    width: 210px;
  }
}
@media screen and (max-width: 834px) {
  .header__outer {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header__inner {
    padding: 0 0;
  }
  .header__inner--open {
    height: 110px;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .header__inner--open .site-logo__link {
    width: 200px;
  }
  .header__logo-link {
    max-width: none;
    width: 200px;
  }
  .header__btn--tablet-none {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .header__outer {
    height: 90px;
  }
  .header__inner--open {
    height: 90px;
  }
  .header__inner--open .site-logo__link {
    width: 35vw;
  }
  .header__logo-link {
    width: 35vw;
  }
}
@media screen and (max-width: 376px) {
  .header__outer {
    height: 56px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .header__inner--open {
    height: 56px;
  }
  .header__inner--open .site-logo__link {
    width: 154px;
  }
  .header__logo-link {
    width: 154px;
  }
}
.hamburger {
  width: 52px;
  height: 58px;
  margin-left: 2.777vw;
}
.hamburger__contents {
  position: fixed;
  top: 0;
  right: -100%;
  /* 初期状態では画面の外に隠れている */
  width: 100%;
  height: 100%;
  background-color: black;
  color: #333;
  transition: right 0.3s ease;
  /* スライドインのアニメーション */
  box-sizing: border-box;
  z-index: 10;
}
.hamburger__contents.open {
  right: 0;
}
.hamburger__contents.open .hamburger__inner {
  position: absolute;
  top: 1.875vw;
  right: 1.597vw;
  width: 52px;
  height: 58px;
  cursor: pointer;
  z-index: 20;
}
.hamburger__inner {
  position: fixed;
  top: 2.083vw;
  right: 2.083vw;
  width: 3.611vw;
  cursor: pointer;
  z-index: 20;
}
.hamburger__inner.active .hamburger__line:nth-child(1) {
  transform: rotate(45deg) translate(17px, 17px);
  background-color: #222222;
}
.hamburger__inner.active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger__inner.active .hamburger__line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
  background-color: #222222;
}
.hamburger__inner.active .hamburger__text {
  opacity: 0;
}
.hamburger__line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  margin-top: 0.972vw;
  transition: 0.4s;
}
.hamburger__line:first-child {
  margin-top: 0;
}
.hamburger__line--subpage {
  background-color: #222222;
}
.hamburger__line.scrolled {
  background-color: #222222;
}
.hamburger__text.scrolled {
  color: #222222;
}
.hamburger__text {
  display: block;
  margin-top: 0.625vw;
  color: #ffffff;
  font-size: 1.2rem;
  font-family: "Viga", sans-serif;
  text-align: center;
}
.hamburger__text--subpage {
  color: #222222;
}

@media screen and (min-width: 1600px) {
  .hamburger {
    width: 3.611vw;
    height: 4.027vw;
  }
  .hamburger__inner.active .hamburger__line:nth-child(1) {
    transform: rotate(45deg) translate(1.18vw, 1.18vw);
  }
  .hamburger__inner.active .hamburger__line:nth-child(3) {
    transform: rotate(-45deg) translate(0.416vw, -0.416vw);
  }
  .hamburger__line {
    margin-top: 0.972vw;
  }
  .hamburger__text {
    margin-top: 0.625vw;
    font-size: clamp(1.2rem, 0.75vw, 1.4rem);
  }
}
@media screen and (max-width: 1280px) {
  .hamburger__inner {
    width: 50px;
    height: 50px;
    top: 55px;
    transform: translateY(-50%);
  }
  .hamburger__line {
    margin-top: 14px;
  }
  .hamburger__contents.open .hamburger__inner {
    width: 50px;
    height: 50px;
    top: 55px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 834px) {
  .hamburger__inner {
    right: 3vw;
  }
  .hamburger__contents.open .hamburger__inner {
    position: absolute;
    top: 45px;
    width: 50px;
    height: 50px;
    right: 32px;
  }
}
@media screen and (max-width: 650px) {
  .hamburger__contents.open .hamburger__inner {
    width: 32px;
    height: 32px;
    top: 16px;
    transform: none;
  }
  .hamburger__inner {
    top: 45px;
    right: 12px;
    width: 32px;
  }
  .hamburger__inner.active .hamburger__line:nth-child(1) {
    transform: rotate(45deg) translate(19.63px, 0);
  }
  .hamburger__inner.active .hamburger__line:nth-child(3) {
    transform: rotate(-45deg) translate(13.63px, 4px);
  }
  .hamburger__line {
    margin-top: 8px;
  }
  .hamburger__text {
    margin-top: 6px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 376px) {
  .hamburger__contents.open .hamburger__inner {
    top: 7px;
    right: 21px;
  }
  .hamburger__inner {
    top: 7px;
    transform: none;
    right: 12px;
    width: 32px;
  }
  .hamburger__inner.active .hamburger__line:nth-child(1) {
    transform: rotate(45deg) translate(19.63px, 0);
  }
  .hamburger__inner.active .hamburger__line:nth-child(3) {
    transform: rotate(-45deg) translate(13.63px, 4px);
  }
  .hamburger__inner.active .hamburger__text {
    opacity: 0;
  }
}
.header-nav__bg {
  background-color: #FAF7F1;
  width: 100%;
  height: 100vh;
}
.header-nav__wrapper {
  display: flex;
  justify-content: right;
}
.header-nav__menu-wrapper {
  display: flex;
}
.header-nav__menu-btn {
  display: flex;
}
.header-nav__contents {
  margin-right: 9.097vw;
  margin-top: 6.3vw;
  display: flex;
  align-items: center;
}
.header-nav__site-logo {
  border-right: 1px solid #988C2C;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-nav__logo-link {
  margin-right: 4.375vw;
}
.header-nav__list--first {
  padding-left: 4.375vw;
  margin-right: 2.083vw;
}
.header-nav__item {
  border-bottom: 1px solid #988C2C;
  padding: 1.597vw 0;
  display: block;
  width: 17.22vw;
}
.header-nav__item:first-child {
  border-top: 1px solid #988C2C;
}
.header-nav__btn {
  margin-top: 3.263vw;
  display: flex;
  align-items: center;
  padding-left: 4.375vw;
  column-gap: 30px;
}
.header-nav__btn-link {
  max-width: 248px;
  width: 100%;
  aspect-ratio: 250/41;
  margin-left: 0;
}
.header-nav__item-text {
  font-family: "Viga", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}
.header-nav__item-detail {
  display: block;
  font-weight: 700;
  margin-top: 11px;
}

@media screen and (min-width: 1600px) {
  .header-nav__item-text {
    font-size: clamp(3.2rem, 2vw, 4rem);
  }
  .header-nav__item-detail, .header-nav__btn-link {
    font-size: clamp(1.6rem, 1vw, 1.8rem);
  }
  .header-nav__btn-link {
    max-width: none;
    width: 17.2vw;
    aspect-ratio: 250/41;
    margin-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .header-nav__wrapper {
    justify-content: center;
  }
  .header-nav__contents {
    margin-right: 0;
    margin-top: 120px;
  }
  .header-nav__item {
    width: 200px;
  }
}
@media screen and (max-width: 834px) {
  .header-nav__logo-link {
    display: none;
  }
  .header-nav__contents {
    margin-top: 40px;
  }
  .header-nav__menu-wrapper {
    flex-direction: column;
  }
  .header-nav__site-logo {
    display: none;
  }
  .header-nav__list--first {
    border-left: none;
    padding-left: 0;
    margin-right: 0;
  }
  .header-nav__list--second .header-nav__item {
    border-top: none !important;
  }
  .header-nav__item {
    width: 100%;
    text-align: center;
    padding: 20px 80px;
  }
  .header-nav__item-text {
    font-size: clamp(1.8rem, 4.8vw, 2.8rem);
  }
  .header-nav__item-detail {
    font-size: 1.2rem;
    font-size: clamp(1.2rem, 3.2vw, 1.6rem);
  }
  .header-nav__btn {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 650px) {
  .header-nav__item {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 376px) {
  .header-nav__menu {
    width: 100%;
    padding: 0 12px;
  }
  .header-nav__contents {
    width: 100%;
    margin-top: 36px;
  }
  .header-nav__item {
    text-align: left;
    padding: 13px 0;
  }
  .header-nav__item--sp-mg {
    padding-top: 10px;
  }
  .header-nav__item-text {
    font-size: 1.8rem;
  }
  .header-nav__item-detail {
    margin-top: 9px;
  }
  .header-nav__btn {
    margin-top: 52px;
    row-gap: 13px;
    align-items: normal;
  }
  .header-nav__btn-link {
    aspect-ratio: 248/42;
    font-size: 1.4rem;
  }
}
.footer__outer {
  padding-top: 9.4778974895vw;
  padding-bottom: 4.2vw;
  background-color: #FAF7F1;
  width: 91.11vw;
  margin: 0 auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: center;
}
.footer__container {
  margin-top: 4.3vw;
  display: flex;
  column-gap: 7.56vw;
  padding-left: 12.36vw;
  padding-right: 12.36vw;
}
.footer__menu {
  padding-top: 1.73vw;
  width: 41.45vw;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.52vw;
  /* 横の間隔 */
  row-gap: 2.77vw;
  /* 縦の間隔 */
  font-weight: bold;
}
.footer__menu-link {
  font-size: clamp(1.4rem, 3.733vw, 1.6rem);
}
.footer__copyright {
  font-size: 1.2rem;
  font-family: "Viga", sans-serif;
  color: #999999;
  display: block;
  margin-top: 7.22vw;
}
.footer__sns {
  margin-top: 4.23vw;
  display: flex;
  justify-content: right;
}
.footer__sns-wrapper {
  column-gap: 1.111vw;
}
.footer__sns-link {
  max-width: 24px;
  width: 100%;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 1600px) {
  .footer__menu-link {
    font-size: clamp(1.6rem, 1vw, 2rem);
  }
  .footer__copyright {
    font-size: clamp(1.2rem, 0.833vw, 1.4rem);
  }
  .footer__sns-wrapper {
    column-gap: 1.111vw;
  }
  .footer__sns-link {
    max-width: 1.667vw;
  }
}
@media screen and (max-width: 834px) {
  .footer__outer {
    padding-top: 140px;
  }
  .footer__container {
    flex-direction: column;
    column-gap: 40px;
    justify-content: center;
  }
  .footer__menu {
    justify-content: center;
    width: 65vw;
    display: flex;
    flex-wrap: wrap;
    column-gap: 6.52vw;
  }
  .footer__sns {
    justify-content: center;
  }
  .footer__logo-link {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__copyright {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .footer__outer {
    width: 100%;
  }
  .footer__menu {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 376px) {
  .footer__outer {
    padding-bottom: 24px;
  }
  .footer__container {
    margin-top: 21px;
  }
  .footer__sns {
    margin-top: 56px;
  }
  .footer__sns-wrapper {
    column-gap: 16px;
  }
  .footer__logo-link {
    margin-top: 27px;
    max-width: 250px;
    width: 100%;
  }
  .footer__copyright {
    margin-top: 50px;
  }
}
.staff__outer {
  margin-top: 130px;
  padding-bottom: 139px;
}
.staff__container {
  max-width: 1024px;
  width: 100%;
  padding: 0 19px;
}
.staff__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3列 */
  column-gap: 4.28%;
  /* 横の間隔 */
  row-gap: 48px;
  /* 縦の間隔 */
}

@media screen and (min-width: 1600px) {
  .staff__outer {
    margin-top: 9.02vw;
    padding-bottom: 9.652vw;
  }
  .staff__container {
    width: 83.19vw;
    max-width: 100%;
    padding: 0;
  }
  .staff__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3列 */
    column-gap: 4.28%;
    /* 横の間隔 */
    row-gap: 5vw;
    /* 縦の間隔 */
  }
}
@media screen and (max-width: 1280px) {
  .staff__container {
    max-width: 753px;
    width: 100%;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .staff__wrapper {
    column-gap: 20px;
    row-gap: 60px;
  }
}
@media screen and (max-width: 834px) {
  .staff__container {
    max-width: 550px;
  }
  .staff__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .staff__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 318px;
    width: 100%;
    margin: 0 auto;
  }
  .staff__outer {
    margin-top: 90px;
  }
}
@media screen and (max-width: 650px) {
  .staff__wrapper {
    max-width: 260px;
  }
}/*# sourceMappingURL=staff.css.map */