@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;700&family=Figtree:wght@300;400;500;600&family=Zen+Kaku+Gothic+New:wght@500&display=swap");
html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #313131;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.7;
  width: 100%;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body::before, body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
body::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="44" height="44"%3E%3Cpath d="M 44 0 L 0 0 0 44" fill="none" stroke="%23808080" stroke-width="0.5"/%3E%3C/svg%3E');
  background-size: 44px 44px;
  background-position: top left;
  opacity: 0.2;
}
body::after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="200" height="200"%3E%3Cfilter id="noise"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="4" stitchTiles="stitch" result="t"/%3E%3CfeColorMatrix type="luminanceToAlpha" in="t" result="a"/%3E%3CfeFlood flood-color="%238C8C8C" result="c"/%3E%3CfeComposite in="c" in2="a" operator="in"/%3E%3C/filter%3E%3Crect width="200" height="200" filter="url(%23noise)"/%3E%3C/svg%3E');
  background-size: 200px 200px;
  opacity: 0.2;
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
  body::before {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="80" height="80"%3E%3Cpath d="M 80 0 L 0 0 0 80" fill="none" stroke="%23808080" stroke-width="0.5"/%3E%3C/svg%3E');
    background-size: 80px 80px;
  }
}
body.locked {
  overflow: hidden;
}
body.device-pc a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 390px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 780px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*aタグ デフォルト設定*/
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

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

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

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media print, screen and (min-width: 780px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 1280px) {
  .inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.english {
  font-family: "Figtree", sans-serif;
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 247px;
  height: 69px;
  padding-left: 33px;
  background: url('data:image/svg+xml,%3Csvg width="247" height="69" viewBox="0 0 247 69" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M34.0925 67.6315C15.5449 67.6315 0.5 52.6073 0.5 34.0658C0.5 15.5243 15.5449 0.5 34.0925 0.5H201.238" stroke="%2319b1ed" stroke-miterlimit="10"/%3E%3Cpath d="M212.364 0.5C230.92 0.5 245.956 15.533 245.956 34.0658C245.956 52.5986 230.911 67.6315 212.364 67.6315H45.0625" stroke="%23c10020" stroke-miterlimit="10"/%3E%3C/svg%3E') no-repeat center center/contain;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
  position: relative;
}
.btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 15px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask: no-repeat right center/contain;
          mask: no-repeat right center/contain;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15" height="13" viewBox="0 0 15 13" fill="none"%3E%3Cpath d="M0.5 6.5H14.5M14.5 6.5L8.5 12.5M14.5 6.5L8.5 0.5" stroke="%23000" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15" height="13" viewBox="0 0 15 13" fill="none"%3E%3Cpath d="M0.5 6.5H14.5M14.5 6.5L8.5 12.5M14.5 6.5L8.5 0.5" stroke="%23000" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media not all and (hover: none) {
  .btn:hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.btn::after {
  right: 33px;
}
.btn.back {
  background-image: url('data:image/svg+xml,%3Csvg width="247" height="69" viewBox="0 0 247 69" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M34.0925 67.6315C15.5449 67.6315 0.5 52.6073 0.5 34.0658C0.5 15.5243 15.5449 0.5 34.0925 0.5H201.238" stroke="%238f8f8f" stroke-miterlimit="10"/%3E%3Cpath d="M212.364 0.5C230.92 0.5 245.956 15.533 245.956 34.0658C245.956 52.5986 230.911 67.6315 212.364 67.6315H45.0625" stroke="%238f8f8f" stroke-miterlimit="10"/%3E%3C/svg%3E');
}
.btn.no-arrow {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn.no-arrow::after {
  content: none;
  display: none;
}
@media not all and (hover: none) {
  .btn.no-arrow:hover {
    opacity: 0.7;
  }
}

a[href^="tel:"] {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 18px;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  white-space: nowrap;
}
a[href^="tel:"]::before {
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  vertical-align: middle;
  -webkit-mask: no-repeat right center/contain;
          mask: no-repeat right center/contain;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"%3E%3Cpath d="M2.5 0.5H6.5L8.5 5.5L6 7C7.07096 9.17153 8.82847 10.929 11 12L12.5 9.5L17.5 11.5V15.5C17.5 16.0304 17.2893 16.5391 16.9142 16.9142C16.5391 17.2893 16.0304 17.5 15.5 17.5C11.5993 17.263 7.92015 15.6065 5.15683 12.8432C2.3935 10.0798 0.73705 6.40074 0.5 2.5C0.5 1.96957 0.710714 1.46086 1.08579 1.08579C1.46086 0.710714 1.96957 0.5 2.5 0.5Z" stroke="%23000" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"%3E%3Cpath d="M2.5 0.5H6.5L8.5 5.5L6 7C7.07096 9.17153 8.82847 10.929 11 12L12.5 9.5L17.5 11.5V15.5C17.5 16.0304 17.2893 16.5391 16.9142 16.9142C16.5391 17.2893 16.0304 17.5 15.5 17.5C11.5993 17.263 7.92015 15.6065 5.15683 12.8432C2.3935 10.0798 0.73705 6.40074 0.5 2.5C0.5 1.96957 0.710714 1.46086 1.08579 1.08579C1.46086 0.710714 1.96957 0.5 2.5 0.5Z" stroke="%23000" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 780px) {
  @media not all and (hover: none) {
    a[href^="tel:"]:hover {
      pointer-events: none;
    }
  }
}

.form_box,
.tel_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.form_box strong,
.tel_box strong {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: normal;
}
@media print, screen and (min-width: 780px) {
  .form_box strong,
  .tel_box strong {
    font-size: 1.6rem;
  }
}
.form_box > p,
.tel_box > p {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: normal;
}
@media print, screen and (min-width: 780px) {
  .form_box > p,
  .tel_box > p {
    font-size: 1.4rem;
  }
}
.form_box a,
.tel_box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 282px;
  max-width: 100%;
  min-height: 50px;
  border: 1px solid currentColor;
  border-radius: 24px;
  color: inherit;
  font-size: 1.6rem;
  line-height: 1.33;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media print, screen and (min-width: 780px) {
  .form_box a,
  .tel_box a {
    padding: 12px 30px;
    border-radius: 27px;
    font-size: 1.8rem;
  }
}

.form_box a {
  position: relative;
}
.form_box a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 15px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask: no-repeat right center/contain;
          mask: no-repeat right center/contain;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15" height="13" viewBox="0 0 15 13" fill="none"%3E%3Cpath d="M0.5 6.5H14.5M14.5 6.5L8.5 12.5M14.5 6.5L8.5 0.5" stroke="%23000" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15" height="13" viewBox="0 0 15 13" fill="none"%3E%3Cpath d="M0.5 6.5H14.5M14.5 6.5L8.5 12.5M14.5 6.5L8.5 0.5" stroke="%23000" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media not all and (hover: none) {
  .form_box a:hover::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.form_box a::before {
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask: no-repeat right center/contain;
          mask: no-repeat right center/contain;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16" fill="none"%3E%3Cpath d="M19.951 2.169a2.7 2.7 0 0 0-.721-1.38A2.6 2.6 0 0 0 17.373 0H2.627A2.58 2.58 0 0 0 .59.992c-.272.34-.459.747-.54 1.178Q0 2.426 0 2.692v10.616q0 .557.218 1.07a2.66 2.66 0 0 0 .732 1.003c.47.4 1.066.619 1.677.619h14.746a2.58 2.58 0 0 0 1.857-.79c.228-.232.408-.5.538-.794l.017-.042c.143-.335.215-.694.215-1.066V2.692q0-.264-.049-.523m-18.59-.45q.054-.084.144-.176c.3-.308.699-.477 1.122-.477h14.746a1.55 1.55 0 0 1 1.265.648l.113.156L10.88 8.9a1.315 1.315 0 0 1-1.76 0l-7.863-7.03zm-.316 11.683a1 1 0 0 1-.005-.094V2.912l6.108 5.462-6.046 5.403zM18.16 14.72c-.236.14-.509.214-.787.214H2.627c-.279 0-.55-.074-.787-.214l-.247-.147 6.247-5.58.685.61c.41.366.934.567 1.475.567.543 0 1.067-.201 1.478-.567l.684-.61 6.245 5.58zm.8-1.412a1 1 0 0 1-.005.092l-.054.38-6.049-5.403 6.108-5.462z" fill="%23000"/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16" fill="none"%3E%3Cpath d="M19.951 2.169a2.7 2.7 0 0 0-.721-1.38A2.6 2.6 0 0 0 17.373 0H2.627A2.58 2.58 0 0 0 .59.992c-.272.34-.459.747-.54 1.178Q0 2.426 0 2.692v10.616q0 .557.218 1.07a2.66 2.66 0 0 0 .732 1.003c.47.4 1.066.619 1.677.619h14.746a2.58 2.58 0 0 0 1.857-.79c.228-.232.408-.5.538-.794l.017-.042c.143-.335.215-.694.215-1.066V2.692q0-.264-.049-.523m-18.59-.45q.054-.084.144-.176c.3-.308.699-.477 1.122-.477h14.746a1.55 1.55 0 0 1 1.265.648l.113.156L10.88 8.9a1.315 1.315 0 0 1-1.76 0l-7.863-7.03zm-.316 11.683a1 1 0 0 1-.005-.094V2.912l6.108 5.462-6.046 5.403zM18.16 14.72c-.236.14-.509.214-.787.214H2.627c-.279 0-.55-.074-.787-.214l-.247-.147 6.247-5.58.685.61c.41.366.934.567 1.475.567.543 0 1.067-.201 1.478-.567l.684-.61 6.245 5.58zm.8-1.412a1 1 0 0 1-.005.092l-.054.38-6.049-5.403 6.108-5.462z" fill="%23000"/%3E%3C/svg%3E');
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form_box a::after {
  position: static;
  margin-left: 6px;
}

.tel_box a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 50px;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.tel_box a::before {
  margin-right: 0;
}
@media print, screen and (min-width: 780px) {
  .tel_box a {
    border: none;
    font-size: 2.2rem;
  }
}
.tel_box > p {
  text-align: center;
}

.header .logo, .footer .logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1;
}
.header .logo a, .footer .logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media not all and (hover: none) {
  .header .logo a:hover, .footer .logo a:hover {
    opacity: 0.7;
  }
}
.header .logo img, .footer .logo img {
  display: block;
  width: auto;
  height: 40px;
}
.header .page_list, .footer .page_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 780px) {
  .header .page_list, .footer .page_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
}
.header .page_list li, .footer .page_list li {
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.header .page_list li.contact a, .footer .page_list li.contact a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  padding: 8px 32px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 780px) {
  .header .page_list li.contact a, .footer .page_list li.contact a {
    font-size: 1.5rem;
  }
}
.header .page_list li.contact a:hover, .footer .page_list li.contact a:hover {
  opacity: 0.7;
}
@media not all and (hover: none) {
  .header .page_list a:hover, .footer .page_list a:hover {
    opacity: 0.7;
  }
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 12px 16px;
  width: 100%;
}
.header::before {
  content: "";
  display: block;
  -webkit-clip-path: circle(100% at 100% 0%);
          clip-path: circle(100% at 100% 0%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 54px;
  height: 54px;
  background-color: #000;
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 780px) {
  .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 40px;
    height: 104px;
  }
  .header::before {
    content: none;
  }
}
.header.nav-open {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.header.nav-open::before {
  width: 100%;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.88);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1.628);
          transform: scale(1.628);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.header.nav-open nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
  visibility: visible;
  position: absolute;
  inset: 0;
  top: 54px;
  padding: 50px 16px;
  height: unset;
  text-align: center;
}
.header.nav-open .btn_menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.header.nav-open .btn_menu::before, .header.nav-open .btn_menu::after {
  position: absolute;
  width: 30px;
  background-color: #000;
}
.header.nav-open .btn_menu::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header.nav-open .btn_menu::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header.nav-open .btn_menu i {
  visibility: hidden;
  opacity: 0;
}
.header .logo {
  margin-right: auto;
}
.header .logo img {
  height: 30px;
}
@media print, screen and (min-width: 780px) {
  .header .logo img {
    height: 40px;
  }
}
.header nav {
  overflow: hidden;
  visibility: hidden;
  height: 0;
}
@media print, screen and (min-width: 780px) {
  .header nav {
    display: block;
    overflow: visible;
    visibility: visible;
    height: unset;
  }
  .header nav::before {
    display: none;
  }
}
.header nav .page_list {
  gap: 40px 0;
}
@media print, screen and (min-width: 780px) {
  .header nav .page_list {
    gap: 48px;
  }
}
.header nav .page_list li {
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 780px) {
  .header nav .page_list li {
    font-size: 1.5rem;
  }
}
.header nav .page_list li.contact {
  display: none;
}
@media print, screen and (min-width: 780px) {
  .header nav .page_list li.contact {
    display: block;
  }
}
.header nav .form_box {
  margin-top: 65px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 780px) {
  .header nav .form_box {
    display: none;
  }
}
.header nav .tel_box {
  margin-bottom: 65px;
}
@media print, screen and (min-width: 780px) {
  .header nav .tel_box {
    display: none;
  }
}
@media print, screen and (min-width: 780px) {
  .header nav .privacy {
    display: none;
  }
}
.header .btn_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12;
  padding-top: 14px;
  padding-right: 12px;
  width: 54px;
  height: 54px;
}
.header .btn_menu::before, .header .btn_menu::after,
.header .btn_menu i {
  display: block;
  position: relative;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .btn_menu::before {
  content: "";
  width: 24px;
}
.header .btn_menu::after {
  content: "";
  width: 16px;
}
.header .btn_menu i {
  width: 20px;
}
@media print, screen and (min-width: 1024px) {
  .header .btn_menu {
    display: none;
  }
}

.sec_recruit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 120px;
  padding: 80px 16px;
  min-height: 0;
  background: url(../img/common/bg_recruit_sp.jpg) no-repeat center center/cover;
  color: #fff;
}
.sec_recruit::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
}
.sec_recruit h2 {
  margin-bottom: 50px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  line-height: normal;
}
.sec_recruit strong {
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: normal;
}
.sec_recruit p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media print, screen and (min-width: 780px) {
  .sec_recruit {
    margin-top: 100px;
    padding: 0 80px 0 45.5555555556%;
    min-height: 552px;
    background-image: url(../img/common/bg_recruit_pc.jpg);
  }
  .sec_recruit h2 {
    margin-bottom: 80px;
    font-size: 6.4rem;
  }
  .sec_recruit strong {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
  .sec_recruit p {
    font-size: 1.6rem;
    line-height: normal;
  }
}

.sec_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 72px 16px;
  gap: 48px;
  background-color: #000;
  color: #fff;
}
.sec_contact .box_first {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  text-align: center;
}
.sec_contact .box_first h2 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: normal;
}
.sec_contact .box_first p {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 2;
}
.sec_contact .box_last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
}
@media print, screen and (min-width: 780px) {
  .sec_contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 40px;
    gap: 0;
  }
  .sec_contact .box_first {
    max-width: 490px;
    text-align: left;
  }
  .sec_contact .box_first h2 {
    font-size: 2rem;
  }
  .sec_contact .box_first p {
    font-size: 1.4rem;
  }
  .sec_contact .box_last {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .sec_contact {
    padding: 72px 80px;
  }
  .sec_contact .box_last {
    gap: 96px;
  }
}

.footer {
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 80px 0 48px;
}
.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='noise2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch' result='t'/%3E%3CfeColorMatrix type='luminanceToAlpha' in='t' result='a'/%3E%3CfeFlood flood-color='%238C8C8C' result='c'/%3E%3CfeComposite in='c' in2='a' operator='in'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23noise2)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.2;
  pointer-events: none;
}
.footer .logo {
  margin: 0 16px 32px;
}
.footer .box_first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  padding: 0 16px 32px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 32px;
}
.footer address {
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.footer address .tel_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer address .tel_link {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.footer nav .page_list {
  position: relative;
  gap: 24px;
}
@media print, screen and (min-width: 780px) {
  .footer nav .page_list {
    gap: 48px;
  }
}
.footer nav li {
  max-width: 50%;
  font-size: 1.3rem;
  white-space: nowrap;
}
@media print, screen and (min-width: 780px) {
  .footer nav li {
    max-width: unset;
  }
}
.footer nav li a:not(.contact):hover {
  opacity: 0.7;
}
.footer nav li.contact {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media print, screen and (min-width: 780px) {
  .footer nav li.contact {
    position: static;
  }
}
.footer .box_last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
}
.footer .box_last a {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.footer .box_last a:hover {
  opacity: 0.7;
}
.footer .box_last .copyright {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 780px) {
  .footer {
    padding: 100px 0 60px;
  }
  .footer .logo {
    margin: 0 40px 32px;
  }
  .footer .box_first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    padding: 0 40px 32px;
    margin-bottom: 40px;
  }
  .footer address {
    font-size: 1.4rem;
  }
  .footer nav {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .footer nav li {
    font-size: 1.4rem;
  }
  .footer nav li:last-child {
    margin-left: 16px;
  }
  .footer .box_last {
    padding: 0 40px;
  }
  .footer .box_last .copyright {
    font-size: 1.2rem;
  }
}

.fade-up[data-inview] {
  visibility: hidden;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fade-up[data-inview].is-visible {
  visibility: visible;
  -webkit-clip-path: inset(0% 0 0 0);
          clip-path: inset(0% 0 0 0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}