@charset "UTF-8";
/* ========================================
    foundation
======================================== */
@import url("https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
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, li > ul,
a, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, figcaption,
footer, header, hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style-type: none;
}

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

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

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

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.kvFade {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
  height: -webkit-fill-available;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #444444;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body.fixed {
  overflow: hidden;
}

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

p, li, a, dt, dd {
  font-size: 1.5rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  color: #444444;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  p, li, a, dt, dd {
    font-size: 1.4rem;
  }
}

p, li, a, dt, dd {
  line-height: 1.6666666667;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  color: #333;
}

button {
  cursor: pointer;
}

/* ========================================
    layout
======================================== */
.l-inner {
  max-width: 122rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-inner900 {
  max-width: 94rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .l-inner900 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-inner1080 {
  max-width: 112rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.l-inner1680 {
  max-width: 1720rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.l-wrapper {
  overflow: hidden;
}

/* ========================================
    object / component
======================================== */
.c-btn--main a {
  width: 20rem;
  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;
  gap: 1rem;
  line-height: 1;
  padding: 1rem;
  background-color: #f6f6f6;
}
.c-btn--main .title {
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .c-btn--main .title {
    font-size: 1.2rem;
  }
}
.c-btn--main .icon {
  display: inline-block;
  width: 3rem;
  line-height: 0;
  margin-bottom: 0.5rem;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-btn--main a:hover .icon,
.c-btn--main a:focus .icon {
  -webkit-transform: translateX(1rem);
  transform: translateX(1rem);
}
.c-btn--sub a {
  max-width: 32rem;
  width: 100%;
  height: 6.4rem;
  background-color: #313131;
  border-radius: 0.8rem;
  line-height: 1;
  border: solid 0.1rem #fff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (max-width: 767px) {
  .c-btn--sub a {
    height: 4.4rem;
    max-width: 25rem;
    border-radius: 0;
  }
}
.c-btn--sub a .title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (max-width: 767px) {
  .c-btn--sub a .title {
    font-size: 1.6rem;
  }
}
.c-btn--sub a:hover, .c-btn--sub a:focus {
  background-color: #000000;
}
.c-btn--sub a:hover .title, .c-btn--sub a:focus .title {
  color: #666666;
}
.c-btn--C a {
  width: 24rem;
  background-color: #c9a063;
  padding: 1.5rem 2rem 1.5rem 3rem;
  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;
  gap: 1rem;
  -webkit-box-shadow: 0.3rem 0.3rem 2rem #c9a063;
  box-shadow: 0.3rem 0.3rem 2rem #c9a063;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-btn--C .title {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-btn--C .icon {
  display: block;
  line-height: 1;
  margin-top: -0.2rem;
}
.c-btn--C i {
  font-size: 1.2rem;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-btn--C a:hover,
.c-btn--C a:focus {
  background-color: #212128;
  -webkit-box-shadow: 0.6rem 0.6rem 2rem rgba(33, 33, 40, 0.25);
  box-shadow: 0.6rem 0.6rem 2rem rgba(33, 33, 40, 0.25);
}
.c-btn--C a:hover .title,
.c-btn--C a:focus .title {
  -webkit-transform: translateX(-0.3rem);
  transform: translateX(-0.3rem);
}
.c-btn--C a:hover i,
.c-btn--C a:focus i {
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem);
}

/* ========================================
    object / project
======================================== */
.p-breadcrumbs {
  padding: 2.4rem 4.8rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs {
    display: none;
  }
}
.p-breadcrumbs a, .p-breadcrumbs span {
  font-size: 1.2rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: #333;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs a, .p-breadcrumbs span {
    font-size: 1rem;
  }
}
.p-breadcrumbs a:hover, .p-breadcrumbs span:hover {
  text-decoration: none;
}
.p-breadcrumbs .separator {
  text-decoration: none;
  margin: 0 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-card--info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
  }
}
.p-card--info .photoBox {
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-card--info .photoBox {
    width: 15rem;
  }
}
.p-card--info .photoBox img {
  height: 18rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-card--info .photoBox img {
    height: 10rem;
  }
}
.p-card--info .detailBox {
  padding-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-card--info .detailBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.p-card--info .date {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #000;
}
.p-card--info .heading3 {
  font-size: 1.6rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-card--info .heading3 {
    font-size: 1.4rem;
  }
}
.p-card--info .tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.p-card--info .tagList li {
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.p-contactBox_inner {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contactBox_inner {
    padding-top: 2rem;
  }
}
.p-contactBox_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  max-width: 102rem;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#cf000d), color-stop(49%, #c9a063), to(#464646));
  background: -webkit-linear-gradient(left, #cf000d 0%, #c9a063 49%, #464646 100%);
  background: linear-gradient(90deg, #cf000d 0%, #c9a063 49%, #464646 100%);
  border-radius: 3rem;
  -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(235, 105, 31, 0.35);
  box-shadow: 0.3rem 0.3rem 2rem rgba(235, 105, 31, 0.35);
  padding: 5rem clamp(2rem, 6.5573770492vw, 8rem);
}
@media screen and (max-width: 767px) {
  .p-contactBox_content {
    -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;
    padding: 5rem 2rem;
    gap: 1rem;
  }
}
.p-contactBox_content .head {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
  .p-contactBox_content .head {
    width: 100%;
  }
}
.p-contactBox_content .heading2 {
  font-size: 4.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #f8f7f3;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-contactBox_content .heading2 {
    font-size: 2.8rem;
  }
}
.p-contactBox_content .detailBox {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-contactBox_content .detailBox {
    width: 100%;
  }
}
.p-contactBox_content .read {
  font-size: 1.6rem;
  font-family: "Bitter", serif;
  font-weight: 400;
  line-height: 1.4;
  color: #fcfaf7;
  letter-spacing: 0;
  margin-top: 2.5rem;
  margin-bottom: 1.6rem;
}
.p-contactBox_content .btnBox {
  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.6rem;
}
@media screen and (max-width: 767px) {
  .p-contactBox_content .btnBox {
    width: 85%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 320px) {
  .p-contactBox_content .btnBox {
    width: 100%;
  }
}
.p-contactBox_content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.6rem;
  padding: 0.8rem 2.4rem;
  border-radius: 6.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contactBox_content .btn {
    width: 100%;
    gap: 1rem;
    padding: 1rem 1.5rem;
  }
}
.p-contactBox_content .btn .icon > span {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-contactBox_content .btn .icon > span {
    font-size: 2.5rem;
  }
}
.p-contactBox_content .btn .title {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-contactBox_content .btn .title {
    font-size: 1.3rem;
  }
}
.p-contactBox_content .btn .material-symbols-outlined {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contactBox_content .btn .material-symbols-outlined {
    margin-left: auto;
  }
}
.p-contactBox_content .btn.form {
  background-color: #cf000e;
}
.p-contactBox_content .btn.form .material-symbols-outlined {
  color: #fff;
}
.p-contactBox_content .btn.form .title {
  color: #fff;
}
.p-contactBox_content .btn.mail {
  background-color: #fff;
}
.p-contactBox_content .btn.mail .material-symbols-outlined {
  color: #cf000e;
}
.p-contactBox_content .btn.mail .title {
  color: #cf000e;
}

.p-footer {
  padding-top: 10rem;
  position: relative;
  z-index: 1;
}
.p-footer::before {
  content: "";
  background: #242429;
  border-radius: 100% 100% 0px 0px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 100px;
  width: 120%;
  max-width: 120%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.p-footer_inner {
  background-color: #242429;
  padding-left: clamp(2rem, 10.2040816327vw, 10rem);
  padding-right: clamp(2rem, 10.2040816327vw, 10rem);
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-footer_inner {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 9rem;
  }
}
.p-footer_logo {
  margin: 0 calc(50% - 50vw) 4rem;
  width: 100vw;
}
.p-footer_logo a {
  display: block;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-footer_logo a {
    width: 75%;
  }
}
.p-footer_navi {
  border-bottom: solid 0.1rem #3e3e43;
  padding-bottom: 8rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-footer_navi {
    padding-bottom: 10rem;
  }
}
.p-footer_naviBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 8rem;
}
@media screen and (max-width: 820px) {
  .p-footer_naviBox {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_naviBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 5rem 0;
  }
}
.p-footer_naviItem {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-footer_naviItem {
    width: 50%;
  }
}
.p-footer_naviItem > a {
  display: block;
  font-size: 1.6rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-footer_naviItem > a {
    margin-bottom: 2rem;
  }
}
.p-footer_naviItem > a.noLink {
  pointer-events: none;
}
.p-footer_naviItem .subMenu li {
  line-height: 1;
}
.p-footer_naviItem .subMenu li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-footer_naviItem .subMenu a {
  color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 300;
  line-height: 1.4;
}
.p-footer_naviItem a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-footer_naviItem a:hover,
.p-footer_naviItem a:focus {
  opacity: 0.6;
}
.p-footer_sns {
  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;
  gap: 2rem;
  margin-bottom: 1.6rem;
}
.p-footer_sns i {
  color: #fff;
  font-size: 2rem;
}
.p-footer .copyright {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
}

.p-guide .p-secHeading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-guide .p-secHeading {
    margin-left: initial;
    margin-bottom: 8rem;
  }
}
.p-guide_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-guide_list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
    margin-right: -2rem;
  }
}
.p-guide_listItem {
  width: calc((100% - 6rem) / 4);
  height: 44rem;
  padding: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-guide_listItem {
    width: 15rem;
    height: auto;
    min-width: 15rem;
    padding: 0;
  }
}
.p-guide_listItem .photoBox {
  max-width: 18.4rem;
  margin: 0 auto 1rem;
  border-radius: 10rem;
  overflow: hidden;
}
.p-guide_listItem .name {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.5;
  color: #333;
  margin-bottom: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-guide_listItem .name {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-guide_listItem .comment {
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-guide_listItem .comment {
    font-size: 1.2rem;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 8rem;
  padding-left: clamp(2rem, 3.8461538462vw, 5rem);
  padding-right: clamp(18rem, 16.9230769231vw, 22rem);
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 820px) {
  .p-header {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 6.5rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.p-header_content {
  width: 100%;
  height: 100%;
  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: clamp(2rem, 3.0769230769vw, 4rem);
}
.p-header_logo {
  width: 20rem;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (max-width: 767px) {
  .p-header_logo {
    width: 15rem;
  }
}
.p-header_logo:hover, .p-header_logo:focus {
  opacity: 0.6;
}
.p-header_menu {
  margin-left: auto;
}
@media screen and (max-width: 820px) {
  .p-header_menu {
    display: none;
  }
}
.p-header_menu .menuBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.p-header_menu .item {
  line-height: 1;
}
.p-header_menu a {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #444444;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.p-header_menu a::after {
  content: "";
  width: 0;
  height: 0.2rem;
  background-color: #c9a063;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  z-index: -1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.p-header_menu a:hover::after, .p-header_menu a:focus::after {
  width: 100%;
}
.p-header_contact {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 820px) {
  .p-header_contact {
    display: none;
  }
}
.p-header_contact a {
  width: clamp(15rem, 15.3846153846vw, 20rem);
  height: 10rem;
  background-color: #c9a063;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
  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;
}
@media screen and (max-width: 820px) {
  .p-header_contact a {
    width: 15rem;
  }
}
.p-header_contact a .text {
  font-size: 2rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1;
  color: #444444;
  letter-spacing: 0.2em;
}
.p-header_toggleBox {
  display: none;
}
@media screen and (max-width: 820px) {
  .p-header_toggleBox {
    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;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-header_toggleBox .hamburgerMenu {
  width: 100%;
  height: 100%;
  background: initial;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.p-header_toggleBox .hamburgerMenu .material-symbols-outlined {
  color: #000;
}
.p-header .spNavi {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.p-header .navigation {
  width: 75%;
  height: 100dvh;
  background-color: #fff;
  margin-left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (max-width: 767px) {
  .p-header .navigation {
    width: 100%;
  }
}
.p-header .navigation_inner {
  height: 100%;
}
.p-header .navigation_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 5.6rem;
}
.p-header .navigation_head .decora {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header .navigation_head .decora span {
  display: block;
  height: 100%;
  width: 33%;
  opacity: 0.4;
}
.p-header .navigation_head .decora span.empty01 {
  background-color: #cf000e;
  width: 20%;
}
.p-header .navigation_head .decora span.empty02 {
  background-color: #c9a165;
  width: 40%;
}
.p-header .navigation_head .decora span.empty03 {
  background-color: #898989;
  width: 40%;
}
.p-header .navigation_head .toggleBox {
  width: 6.8rem;
  height: 100%;
  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;
  background-color: #000;
  border: none;
  padding: 1.2rem 2.4rem;
}
.p-header .navigation_head .material-symbols-outlined {
  color: #fff;
}
.p-header .navigation_content {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-header .navigation_content {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-top: 3rem;
  }
}
.p-header .navigation_list {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-header .navigation_list {
    margin-bottom: 0;
  }
}
.p-header .navigation_naviItem a {
  display: block;
  font-size: 1.6rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  padding: 2.4rem 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-header .navigation_naviItem a {
    text-align: center;
  }
}
.p-header .navigation .contactBox {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#cf000d), color-stop(49%, #c9a063), to(#464646));
  background: -webkit-linear-gradient(left, #cf000d 0%, #c9a063 49%, #464646 100%);
  background: linear-gradient(90deg, #cf000d 0%, #c9a063 49%, #464646 100%);
  border-radius: 3rem;
  -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(235, 105, 31, 0.35);
  box-shadow: 0.3rem 0.3rem 2rem rgba(235, 105, 31, 0.35);
  padding: 5rem;
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.p-header .navigation .contactBox.fade-in {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .p-header .navigation .contactBox {
    padding: 5rem 3rem;
  }
}
.p-header .navigation .contactBox .head {
  margin-bottom: 1.5rem;
}
.p-header .navigation .contactBox .heading2 {
  font-size: 3.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #f8f7f3;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-header .navigation .contactBox .heading2 {
    font-size: 2.4rem;
  }
}
.p-header .navigation .contactBox .detailBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-header .navigation .contactBox .iconMail {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 10rem;
  display: grid;
  place-items: center;
  background-color: #cf000e;
}
@media screen and (max-width: 374px) {
  .p-header .navigation .contactBox .iconMail {
    width: 5rem;
    height: 5rem;
  }
}
.p-header .navigation .contactBox .iconMail i {
  font-size: 3.2rem;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 374px) {
  .p-header .navigation .contactBox .iconMail i {
    font-size: 2.5rem;
  }
}
.p-header .navigation .contactBox .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  gap: 1.5rem;
  height: 5rem;
}
.p-header .navigation .contactBox .btn .title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-header .navigation .contactBox .btn .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 374px) {
  .p-header .navigation .contactBox .btn .title {
    font-size: 1.6rem;
  }
}
.p-header .navigation .contactBox .btn .icon {
  line-height: 1;
}
.p-header .navigation .contactBox .btn .icon i {
  font-size: 1.2rem;
  color: #fff;
}
.p-header .spNavi.active {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
}
.p-header .navigation.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.p-secHeading--main {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-secHeading--main .heading2 {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.15em;
  padding-bottom: 2.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-secHeading--main .heading2 {
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.p-secHeading--main .heading2::after {
  content: "";
  width: 10rem;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0, 1);
  transform: translateX(-50%) scale(0, 1);
  z-index: -1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.p-secHeading--main .heading2.borderAnimeLeft::after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.p-secHeading--main .heading2.borderAnimeCenter::after {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.p-secHeading--main .heading2.black {
  color: #000;
}
.p-secHeading--main .heading2.black::after {
  background-color: #000;
}
.p-secHeading--main .heading2.white {
  color: #fff;
}
.p-secHeading--main .heading2.white::after {
  background-color: #fff;
}
.p-secHeading--main .heading2.borderAnimeLeft.is-active::after {
  -webkit-transform: translateX(-50%) scale(1, 1);
  transform: translateX(-50%) scale(1, 1);
}
.p-secHeading--main .heading2.borderAnimeCenter.is-active::after {
  -webkit-transform: translateX(-50%) scale(1, 1);
  transform: translateX(-50%) scale(1, 1);
}
.p-secHeading--sub .heading2 {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-secHeading--sub .heading2 {
    margin-bottom: 0;
  }
}
.p-secHeading--sub .heading2.grade {
  background: -webkit-gradient(linear, left top, right top, from(#cf000d), color-stop(49%, #c9a063), to(#464646));
  background: -webkit-linear-gradient(left, #cf000d 0%, #c9a063 49%, #464646 100%);
  background: linear-gradient(90deg, #cf000d 0%, #c9a063 49%, #464646 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-secHeading--sub .heading2.beige {
  color: #c9a063;
}
.p-secHeading--sub .heading3 {
  font-size: 6.4rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-secHeading--sub .heading3 {
    font-size: 3.2rem;
  }
}
.p-secHeading--sub .heading3.sizeSmall {
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-secHeading--sub .heading3.sizeSmall {
    font-size: 3.2rem;
  }
}
.p-secHeading--sub .heading3.black {
  color: #333;
}
.p-secHeading--sub .heading3.white {
  color: #fff;
}
.p-secHeading--sub .heading3.grade {
  background: -webkit-gradient(linear, left top, right top, from(#cf000d), color-stop(49%, #c9a063), to(#464646));
  background: -webkit-linear-gradient(left, #cf000d 0%, #c9a063 49%, #464646 100%);
  background: linear-gradient(90deg, #cf000d 0%, #c9a063 49%, #464646 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-secHeading--sub .heading3.i-block {
  display: inline-block;
}
.p-secHeading--decoraA {
  position: relative;
  z-index: 1;
  padding-left: 2rem;
}
.p-secHeading--decoraA.guide::before {
  content: "";
  background-image: url(../img/top/heading_parts_guide.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: -7rem;
  left: -4.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-secHeading--decoraA.guide::before {
    width: 6rem;
    height: 6rem;
    top: -4.5rem;
    left: -2rem;
  }
}
.p-secHeading--decoraA.tour::before {
  content: "";
  background-image: url(../img/top/heading_parts_tour.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: -7rem;
  left: -4.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-secHeading--decoraA.tour::before {
    width: 6rem;
    height: 6rem;
    top: -5rem;
    left: -3rem;
  }
}
.p-secHeading--decoraA .heading2 {
  display: inline-block;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #333;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-secHeading--decoraA .heading2 {
    font-size: 2.8rem;
  }
}
.p-secHeading--decoraA .heading2::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-secHeading--decoraA .heading2::after {
  content: "";
  background-image: url(../img/common/icon_arrow_bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  right: -6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-secHeading--decoraB {
    height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.p-secHeading--decoraB .heading3 {
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
  padding-left: 2.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-secHeading--decoraB .heading3 {
    font-size: 2rem;
  }
}
.p-secHeading--decoraB .heading3::before {
  content: "";
  background-image: url(../img/common/heading_decora.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 3.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.pageKv {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .pageKv {
    padding-top: 6.5rem;
  }
}
.pageKv_inner {
  height: 30rem;
  display: grid;
  place-items: center;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pageKv_inner {
    height: 15rem;
  }
}
.pageKv_content {
  max-width: 64rem;
  width: 100%;
  padding: 2rem 6rem;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: brightness(81%) blur(6px);
  backdrop-filter: brightness(81%) blur(6px);
  -webkit-transition: 2s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 2s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageKv_content {
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    padding: 0;
  }
}
.pageKv_content .heading1 {
  font-size: clamp(3.2rem, 5.5384615385vw, 7.2rem);
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .pageKv_content .heading1 {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pageKv_content .heading1 {
    font-size: 3.2rem;
  }
}
.pageKv_photoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.pageKv_photoBox[data-photo=about] figure {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pageKv_photoBox[data-photo=about] figure:nth-child(2) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.pageKv_photoBox[data-photo=about] figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .pageKv_photoBox[data-photo=about] figure {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
  }
  .pageKv_photoBox[data-photo=about] figure:nth-child(1), .pageKv_photoBox[data-photo=about] figure:nth-child(2) {
    display: none;
  }
  .pageKv_photoBox[data-photo=about] figure img {
    -o-object-position: top center;
    object-position: top center;
    height: 33rem;
  }
}
.pageKv_photoBox[data-photo=contact] figure {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pageKv_photoBox[data-photo=contact] figure:nth-child(2) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.pageKv_photoBox[data-photo=contact] figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .pageKv_photoBox[data-photo=contact] figure {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
  }
  .pageKv_photoBox[data-photo=contact] figure:nth-child(1), .pageKv_photoBox[data-photo=contact] figure:nth-child(3) {
    display: none;
  }
}
.pageKv_photoBox[data-photo=recruit] figure {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 47.2rem;
}
.pageKv_photoBox[data-photo=recruit] figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center -10rem;
  object-position: center -10rem;
}
@media screen and (max-width: 1440px) {
  .pageKv_photoBox[data-photo=recruit] figure img {
    -o-object-position: top center;
    object-position: top center;
  }
}
@media screen and (max-width: 767px) {
  .pageKv_photoBox[data-photo=recruit] figure {
    height: 33.3rem;
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
  }
  .pageKv_photoBox[data-photo=recruit] figure:nth-child(1), .pageKv_photoBox[data-photo=recruit] figure:nth-child(4) {
    display: none;
  }
  .pageKv_photoBox[data-photo=recruit] figure img {
    -o-object-position: top center;
    object-position: top center;
    height: 33rem;
  }
}
@-webkit-keyframes fade-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pageKvDecora {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .pageKvDecora {
    padding-top: 6.5rem;
  }
}
.pageKvDecora_inner {
  padding: 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .pageKvDecora_inner {
    padding: 0;
  }
}
.pageKvDecora_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .pageKvDecora_content {
    height: 2rem;
  }
}
.pageKvDecora_content .decora {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}
.pageKvDecora_content .decora:nth-child(1) {
  background-color: #f0f0f0;
}
.pageKvDecora_content .decora:nth-child(2) {
  background-color: #f6f6f6;
}
.pageKvDecora_content .decora:nth-child(3) {
  background-color: #f1ede6;
}

.serviceKv {
  background-color: #f6f6f6;
  padding-top: 11.5rem;
}
@media screen and (max-width: 767px) {
  .serviceKv {
    padding-top: 6.5rem;
  }
}
.serviceKv_content {
  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;
}
@media screen and (max-width: 767px) {
  .serviceKv_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2rem;
    padding-bottom: 3rem;
  }
}
.serviceKv_content .detailBox,
.serviceKv_content .photoBox {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .serviceKv_content .detailBox,
  .serviceKv_content .photoBox {
    width: 100%;
  }
}
.serviceKv_content .heading1 {
  font-size: clamp(4.8rem, 5.2459016393vw, 6.4rem);
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .serviceKv_content .heading1 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 374px) {
  .serviceKv_content .heading1 {
    font-size: 4rem;
  }
}
.serviceKv_content .read {
  font-size: 1.6rem;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 4rem;
  width: clamp(30rem, 32.7868852459vw, 40rem);
}
@media screen and (max-width: 767px) {
  .serviceKv_content .read {
    width: 100%;
  }
}
.serviceKv_content .photoBox {
  position: relative;
  z-index: 1;
  margin-bottom: -3rem;
}
@media screen and (max-width: 767px) {
  .serviceKv_content .photoBox {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.serviceKv_content .photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  height: 56rem;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.serviceKv_content .photo.fade-in {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .serviceKv_content .photo {
    height: 20.8rem;
    border-radius: 0;
  }
}
.serviceKv_content .decora {
  width: 48%;
  position: absolute;
  left: -17.6rem;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .serviceKv_content .decora {
    left: -10rem;
  }
}
@media screen and (max-width: 767px) {
  .serviceKv_content .decora {
    width: 30%;
    bottom: -6rem;
    left: initial;
    right: 0;
  }
}

/* ページネーション */
.p-pagination {
  padding-top: 5rem;
}
.p-pagination .articlelist_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-pagination .page-numbers {
  background-color: #fff;
  font-size: clamp(1.4rem, 1.3846153846vw, 1.8rem);
  font-weight: 700;
  color: #333;
  text-align: center;
  width: 4rem;
  height: 4rem;
  text-decoration: none;
  border: solid 0.1rem #e2e2e2;
  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;
}
.p-pagination .page-numbers:not(:last-child) {
  margin-right: 8px;
}
.p-pagination .current {
  background-color: #c9a063;
  color: #333;
  border: solid 2px #c9a063;
}
.p-pagination .page-numbers.dots {
  border: none;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  font-size: 2.5rem;
}
.p-pagination a.page-numbers:hover {
  opacity: 0.7;
  background-color: #c9a063;
  border: solid 2px #c9a063;
}

@media screen and (max-width: 767px) {
  .p-panList {
    display: none;
  }
}
.p-panList_inner01 {
  padding-top: 3rem;
}
.p-panList_inner01 #breadcrumbs {
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.p-panList_inner01 #breadcrumbs > span {
  display: block;
  line-height: 1.8;
}
.p-panList_inner01 #breadcrumbs > span:not(:last-child)::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1;
  color: #333;
  margin: 0 1rem;
}
.p-panList_inner01 #breadcrumbs a, .p-panList_inner01 #breadcrumbs span {
  font-size: clamp(1.3rem, 1.5384615385vw, 1.6rem);
  font-weight: bold;
  line-height: 1.8;
  color: #333;
  white-space: nowrap;
}
.p-panList_inner02 {
  padding-top: 3rem;
}
.p-panList_inner02 :where(span, a) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-panList_inner02 > p {
  overflow-x: scroll;
}
.p-panList_inner02 a, .p-panList_inner02 span {
  font-size: clamp(1.3rem, 1.5384615385vw, 1.6rem);
  font-weight: bold;
  line-height: 1.8;
  color: #333;
  white-space: nowrap;
}
.p-panList_inner02 a:not(:last-child)::after, .p-panList_inner02 span:not(:last-child)::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1;
  color: #333;
  margin: 0 1rem;
}

.p-recruit {
  height: 47.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    height: 40rem;
  }
}
.p-recruit_content {
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruit_content {
    padding: 3rem 1rem;
  }
}
.p-recruit_content .heading2 {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit_content .heading2 {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
.p-recruit_content .read {
  max-width: 78%;
  font-size: 2rem;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit_content .read {
    font-size: 1.4rem;
    margin: 0 auto 1.2rem;
  }
}
.p-recruit_content .btnBox {
  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;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-recruit_content .btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-recruit_content .btnBox a {
  max-width: 32rem;
  width: 100%;
  height: 6.4rem;
  padding: 0.8rem 2.4rem;
  border-radius: 1.2rem;
  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;
  gap: 1.6rem;
}
@media screen and (max-width: 320px) {
  .p-recruit_content .btnBox a {
    max-width: 28rem;
  }
}
.p-recruit_content .btnBox a .title {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}
.p-recruit_content .btnBox a.btnForm {
  background-color: #c9a063;
}
.p-recruit_content .btnBox a.btnForm .icon > span {
  display: block;
  font-size: 3.2rem;
}
.p-recruit_content .btnBox a.btnForm .title {
  color: #fff;
}
.p-recruit_content .btnBox a.btnForm .material-symbols-outlined {
  color: #fff;
  font-size: 2rem;
}
.p-recruit_content .btnBox a.btnMail {
  background-color: #fff;
}
.p-recruit_content .btnBox a.btnMail .icon > span {
  display: block;
  font-size: 3.2rem;
}
.p-recruit_content .btnBox a.btnMail .title {
  color: #c9a063;
}
.p-recruit_content .btnBox a.btnMail .material-symbols-outlined {
  color: #c9a063;
  font-size: 2rem;
}
.p-recruit_content .photoBox {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-recruit_content .photoBox::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-recruit_content .photoBox .photo:nth-child(1), .p-recruit_content .photoBox .photo:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 45.6rem;
}
.p-recruit_content .photoBox .photo:nth-child(2) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.p-recruit_content .photoBox .photo img {
  height: 47.2rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit_content .photoBox .photo img {
    height: 100%;
  }
}

/* ========================================
    object / page
======================================== */
body.error404 .noPage_inner {
  padding-top: clamp(8rem, 9.6153846154vw, 10rem);
  padding-bottom: clamp(8rem, 9.6153846154vw, 10rem);
}
body.error404 .noPage .heading2 {
  font-size: clamp(2rem, 2.8846153846vw, 3rem);
  margin-bottom: 3rem;
  text-align: center;
}
body.error404 .noPage .read {
  text-align: center;
  margin-bottom: 6rem;
}
body.error404 .noPage .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.error404 .noPage .c-btn a {
  width: 27rem;
}

.pageAbout .aboutMessage_inner {
  padding-top: 16rem;
}
.pageAbout .aboutMessage .p-secHeading {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .pageAbout .aboutMessage .p-secHeading {
    padding: 0;
  }
}
.pageAbout .aboutMessage_content {
  max-width: 108rem;
  padding: 9.6rem 2.4rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pageAbout .aboutMessage_content {
    padding: 4.8rem 0.4rem 0;
  }
}
.pageAbout .aboutMessage_item:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .pageAbout .aboutMessage_item:not(:last-child) {
    margin-bottom: 4.8rem;
  }
}
.pageAbout .aboutMessage_item .js-fadeCurrent {
  opacity: 0;
  -webkit-transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.pageAbout .aboutMessage_item .js-fadeCurrent.fade-in {
  opacity: 1;
}
.pageAbout .aboutMessage_item .heading4 {
  font-size: 3.2rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 700;
  color: #c9a063;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .pageAbout .aboutMessage_item .heading4 {
    font-size: 2.4rem;
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
}
.pageAbout .aboutMessage_item:has(.descBox) .heading4 {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .pageAbout .aboutMessage_item:has(.descBox) .heading4 {
    font-size: 1.8rem;
    padding: 0;
  }
}
.pageAbout .aboutMessage_item > .read {
  margin-bottom: 10.6rem;
}
@media screen and (max-width: 767px) {
  .pageAbout .aboutMessage_item > .read {
    margin-bottom: 4.8rem;
    padding: 0 1rem;
  }
}
.pageAbout .aboutMessage_item .descBox {
  width: 80%;
  margin-bottom: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .pageAbout .aboutMessage_item .descBox {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 1.2rem;
  }
}
.pageAbout .aboutMessage_item .descBox .read {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.375;
  color: #333;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .pageAbout .aboutMessage_item .descBox .read {
    text-align: justify;
  }
}
.pageAbout .aboutMessage_item .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 48rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .pageAbout .aboutMessage_item .photo img {
    height: 24rem;
  }
}
.pageAbout .aboutMessage_item .photoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .pageAbout .aboutMessage_item .photoBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
}
.pageAbout .aboutMessage_item .photoBox img {
  width: calc((100% - 1rem) / 3);
  aspect-ratio: 1;
  height: 24rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.4rem;
}
.pageAbout .aboutMessage_item .photoBox img:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.pageAbout .aboutMessage_item .photoBox img:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.pageAbout .aboutMessage_item .photoBox img:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .pageAbout .aboutMessage_item .photoBox img:nth-child(1) {
    width: calc((100% - 0.8rem) / 2);
    height: 12rem;
  }
  .pageAbout .aboutMessage_item .photoBox img:nth-child(2) {
    width: calc((100% - 0.8rem) / 2);
    height: 12rem;
  }
  .pageAbout .aboutMessage_item .photoBox img:nth-child(3) {
    width: 100%;
    height: 24rem;
  }
}
.pageAbout .p-guide_inner {
  max-width: 108rem;
  padding-top: 10rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pageAbout .p-guide_inner {
    padding-top: 6rem;
  }
}
.pageAbout .overview_inner {
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  .pageAbout .overview_inner {
    padding-top: 5rem;
  }
}
.pageAbout .overview_content {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  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: 767px) {
  .pageAbout .overview_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
}
.pageAbout .overview_content .heading2 {
  width: 30%;
  margin-top: 1rem;
  font-size: 4rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#cf000d), color-stop(49%, #c9a063), to(#464646));
  background: -webkit-linear-gradient(left, #cf000d 0%, #c9a063 49%, #464646 100%);
  background: linear-gradient(90deg, #cf000d 0%, #c9a063 49%, #464646 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .pageAbout .overview_content .heading2 {
    width: 100%;
    font-size: 3.2rem;
  }
}
.pageAbout .overview_list {
  width: calc(70% - 10rem);
  margin: 0 5rem;
  border-top: solid 0.1rem #536375;
}
@media screen and (max-width: 900px) {
  .pageAbout .overview_list {
    width: calc(70% - 5rem);
    margin: 0 0 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .pageAbout .overview_list {
    width: 100%;
    margin: 0;
  }
}
.pageAbout .overview_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0;
  border-bottom: solid 0.1rem #536375;
}
@media screen and (max-width: 767px) {
  .pageAbout .overview_list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.pageAbout .overview_list :where(dt, dd, a) {
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  letter-spacing: 0;
}
.pageAbout .overview_list dt {
  width: 20rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .pageAbout .overview_list dt {
    font-size: 1.6rem;
  }
}
.pageAbout .overview_list dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
  color: rgba(51, 51, 51, 0.8);
}
@media screen and (max-width: 767px) {
  .pageAbout .overview_list dd {
    font-size: 1.4rem;
  }
}
.pageAbout .overview_list dd a {
  display: block;
  font-size: 1.8rem;
  color: rgba(51, 51, 51, 0.8);
  margin-top: 1rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .pageAbout .overview_list dd a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pageAbout .overview_list .item:not(:has(dd)) {
    padding-bottom: 0;
  }
}
.pageAbout .overview_list .item:not(:has(dd)) dt {
  width: 100%;
}
.pageAbout .overview_list .item:not(:has(dd)) a {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .pageAbout .overview_list .item:not(:has(dd)) a {
    font-size: 1.6rem;
  }
}
.pageAbout .overview_list .item:not(:has(dd)) a:hover,
.pageAbout .overview_list .item:not(:has(dd)) a:focus {
  font-weight: 700;
}
.pageAbout .founder_inner {
  padding-top: 17rem;
}
@media screen and (max-width: 767px) {
  .pageAbout .founder_inner {
    padding-top: 8rem;
  }
}
.pageAbout .founder .heading2 {
  font-size: 4rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#cf000d), color-stop(49%, #c9a063), to(#464646));
  background: -webkit-linear-gradient(left, #cf000d 0%, #c9a063 49%, #464646 100%);
  background: linear-gradient(90deg, #cf000d 0%, #c9a063 49%, #464646 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .pageAbout .founder .heading2 {
    width: 100%;
    font-size: 3.2rem;
  }
}
.pageAbout .founder_content {
  padding-inline: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .pageAbout .founder_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    padding-inline: 0;
  }
}
.pageAbout .founder_content .photoBox {
  width: 32.8rem;
}
@media screen and (max-width: 767px) {
  .pageAbout .founder_content .photoBox {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
  }
}
.pageAbout .founder_content .photo {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pageAbout .founder_content .photo {
    margin-bottom: 3rem;
  }
}
.pageAbout .founder_content .desc {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.4;
  color: #333;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .pageAbout .founder_content .desc {
    font-size: 1.4rem;
  }
}
.pageAbout .founder_content .detailBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pageAbout .founder_content .read {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 2;
  color: #333;
  opacity: 0.8;
  letter-spacing: 0;
}
.pageAbout .p-contactBox_inner {
  padding-top: 6rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pageAbout .p-contactBox_inner {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.pageAbout .p-contactBox_content {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.pageAbout .p-contactBox_content.fade-in {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pageContact .sendMessage_inner {
  max-width: 112rem;
  padding-top: 15.5rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .pageContact .sendMessage_inner {
    padding-top: 11.5rem;
  }
}
.pageContact .sendMessage_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .pageContact .sendMessage_content {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .pageContact .sendMessage_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.pageContact .sendMessage_head {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .pageContact .sendMessage_head {
    width: 100%;
  }
}
.pageContact .sendMessage_head .heading2 {
  font-size: 4rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#cf000d), color-stop(49%, #c9a063), to(#464646));
  background: -webkit-linear-gradient(left, #cf000d 0%, #c9a063 49%, #464646 100%);
  background: linear-gradient(90deg, #cf000d 0%, #c9a063 49%, #464646 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .pageContact .sendMessage_head .heading2 {
    font-size: 3.2rem;
  }
}
.pageContact .sendMessage_googleform {
  max-width: 70rem;
  width: 100%;
}
.pageContact .sendMessage_googleform iframe {
  width: 100%;
}
.pageContact .p-breadcrumbs {
  margin: 0;
  padding: 2.4rem 0 2.4rem 4.8rem;
}
.pageContact .pageRecruit {
  margin-bottom: 5rem;
}
.pageContact .pageRecruit_inner {
  margin: 0 4.8rem;
}
@media screen and (max-width: 820px) {
  .pageContact .pageRecruit_inner {
    margin: 0;
  }
}
.pageContact .contactConfirm_inner {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.pageContact .contactConfirm_content {
  max-width: 70rem;
  margin: 0 auto;
  background-color: #f1ede6;
  padding: 2rem;
}
.pageContact .contactConfirm .itemBox {
  padding: 3rem 0;
  border-bottom: solid 0.1rem #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pageContact .contactConfirm .itemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.pageContact .contactConfirm .itemBox .label {
  line-height: 1.5;
}
.pageContact .contactConfirm .submit {
  padding: 3rem 0;
  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: 2rem;
}
@media screen and (max-width: 767px) {
  .pageContact .contactConfirm .submit {
    gap: 1rem;
  }
}
.pageContact .contactConfirm .submit .btnBack,
.pageContact .contactConfirm .submit .btnSend {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageContact .contactConfirm .submit .btnBack,
  .pageContact .contactConfirm .submit .btnSend {
    width: 100%;
  }
}
.pageContact .contactConfirm .submit .btnBack::after,
.pageContact .contactConfirm .submit .btnSend::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  font-size: 1.2rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.pageContact .contactConfirm .submit .btnBack::after {
  content: "\f0a8";
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .pageContact .contactConfirm .submit .btnBack::after {
    left: 3rem;
  }
}
.pageContact .contactConfirm .submit .btnBack input {
  padding: 2rem 4rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .pageContact .contactConfirm .submit .btnBack input {
    padding: 2rem 4rem;
  }
}
.pageContact .contactConfirm .submit .btnBack:hover::after, .pageContact .contactConfirm .submit .btnBack:focus::after {
  -webkit-transform: translateY(-50%) translateX(-0.5rem);
  transform: translateY(-50%) translateX(-0.5rem);
}
.pageContact .contactConfirm .submit .btnSend::after {
  content: "\f0a9";
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .pageContact .contactConfirm .submit .btnSend::after {
    right: 3rem;
  }
}
.pageContact .contactConfirm .submit .btnSend input {
  padding: 2rem 6rem 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .pageContact .contactConfirm .submit .btnSend input {
    padding: 2rem 4rem;
  }
}
.pageContact .contactConfirm .submit .btnSend:hover::after, .pageContact .contactConfirm .submit .btnSend:focus::after {
  -webkit-transform: translateY(-50%) translateX(0.5rem);
  transform: translateY(-50%) translateX(0.5rem);
}
.pageContact .contactConfirm .submit input {
  background-color: #313131;
  border-radius: 0.8rem;
  line-height: 1;
  border: solid 0.1rem #fff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .pageContact .contactConfirm .submit input {
    width: 100%;
    font-size: 1.6rem;
  }
}
.pageContact .contactConfirm .submit input:hover, .pageContact .contactConfirm .submit input:focus {
  background-color: #eb691f;
}
.pageContact .contactConfirm .submit .wpcf7-spinner {
  display: none;
}
.pageContact .thanks {
  background-color: #fff;
  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;
}
.pageContact .thanks_inner {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.pageContact .thanks_content h2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.pageContact .thanks_content .read {
  text-align: center;
  margin-bottom: 5rem;
}
.pageContact .thanks_content .btn a {
  width: 30rem;
  height: 7rem;
  background-color: #212128;
  border-radius: 1rem;
  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;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageContact .thanks_content .btn a {
    width: 25rem;
  }
}
.pageContact .thanks_content .btn a::after {
  content: "\f0a8";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .pageContact .thanks_content .btn a::after {
    left: 2rem;
  }
}
.pageContact .thanks_content .btn a:hover, .pageContact .thanks_content .btn a:focus {
  background-color: #eb691f;
}
.pageContact .thanks_content .btn a:hover::after, .pageContact .thanks_content .btn a:focus::after {
  -webkit-transform: translateY(-50%) translateX(-0.5rem);
  transform: translateY(-50%) translateX(-0.5rem);
}

.pageInformation .infomation_inner {
  max-width: 102rem;
  margin: 0 auto;
  padding: 5rem 2.4rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .pageInformation .infomation_inner {
    padding: 2rem 2.4rem 6rem;
  }
}
.pageInformation .infomation_head {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .pageInformation .infomation_head {
    margin-bottom: 6rem;
  }
}
.pageInformation .infomation_head .heading2 {
  font-size: 2.8rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.15em;
  padding-bottom: 2.4rem;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .pageInformation .infomation_head .heading2 {
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
    margin-bottom: 4rem;
  }
}
.pageInformation .infomation_head .heading2 span {
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.8s cubic-bezier(0.4, 0.4, 0, 1);
}
.pageInformation .infomation_head .heading2::after {
  content: "";
  width: 10rem;
  height: 0.1rem;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0, 1);
  transform: translateX(-50%) scale(0, 1);
  -webkit-transition: 0.8s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.8s cubic-bezier(0.4, 0.4, 0, 1);
  z-index: -1;
}
.pageInformation .infomation_head .heading2.borderAnimeCenter.is-active span {
  opacity: 1;
}
.pageInformation .infomation_head .heading2.borderAnimeCenter.is-active::after {
  -webkit-transform: translateX(-50%) scale(1, 1);
  transform: translateX(-50%) scale(1, 1);
}
.pageInformation .infomation_head .categoryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pageInformation .infomation_head .categoryBox {
    gap: 0.6rem;
  }
}
.pageInformation .infomation_head .categoryBox .title {
  display: inline-block;
  padding: 0.4rem 1.6rem;
  border-radius: 2.4rem;
  border: solid 0.1rem #919191;
  font-size: 1.6rem;
  color: #919191;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (max-width: 767px) {
  .pageInformation .infomation_head .categoryBox .title {
    font-size: 1.3rem;
    padding: 0.3rem 1.2rem 0.4rem;
  }
}
.pageInformation .infomation_head .categoryBox .title:hover, .pageInformation .infomation_head .categoryBox .title:focus {
  background-color: #919191;
  color: #fff;
}
.pageInformation .infomation_content .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.4rem;
}
.pageInformation .infomation_content .article .photo {
  width: 40%;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .pageInformation .infomation_content .article .photo {
    width: 36%;
  }
}
.pageInformation .infomation_content .article .photo img {
  height: 18rem;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .pageInformation .infomation_content .article .photo img {
    height: 100%;
  }
}
.pageInformation .infomation_content .article .photo a {
  display: block;
  position: relative;
  z-index: 1;
}
.pageInformation .infomation_content .article .photo a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.pageInformation .infomation_content .article .photo a:hover::after, .pageInformation .infomation_content .article .photo a:focus::after {
  opacity: 0.5;
}
.pageInformation .infomation_content .article .detailBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .pageInformation .infomation_content .article .detailBox {
    padding: 1.2rem;
  }
}
.pageInformation .infomation_content .article .category {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  padding: 0.4rem 0.8rem;
  background-color: #000;
  color: #fff;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pageInformation .infomation_content .article .category {
    font-size: 1rem;
    padding: 0.2rem 0.8rem;
  }
}
.pageInformation .infomation_content .article .heading2 {
  line-height: 1;
}
.pageInformation .infomation_content .article .heading2 a {
  font-size: 1.6rem;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #333;
}
@media screen and (max-width: 767px) {
  .pageInformation .infomation_content .article .heading2 a {
    font-size: 1.4rem;
  }
}
.pageInformation .infomation_content .article:not(:has(.tagList)) .heading2 {
  margin-bottom: 1rem;
}
.pageInformation .infomation_content .article .tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.pageInformation .infomation_content .article .tagList li {
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
.pageInformation .infomation_content .article .infoBox {
  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;
}
.pageInformation .infomation_content .article .date {
  font-size: 1.2rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
}
.pageInformation .infomation_content .article .more {
  font-size: 1.2rem;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .pageInformation .infomation_content .article .more {
    font-size: 1rem;
  }
}
.pageInformation .infomation_content .article .more:hover, .pageInformation .infomation_content .article .more:focus {
  text-decoration: none;
}
.pageInformation .articleContent_inner {
  max-width: 94.8rem;
  margin: 0 auto;
  padding: 8rem 2.4rem 14.8rem;
}
@media screen and (max-width: 767px) {
  .pageInformation .articleContent_inner {
    padding: 4rem 2rem;
  }
}
.pageInformation .articleContent_head {
  margin-bottom: 4rem;
}
.pageInformation .articleContent_head .head {
  padding-bottom: 2.4rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageInformation .articleContent_head .head {
    padding-bottom: 1.2rem;
  }
}
.pageInformation .articleContent_head .head::after {
  content: "";
  width: calc(100% - 10rem);
  height: 0.1rem;
  background: -webkit-gradient(linear, left top, right top, from(#cf000d), color-stop(49%, #c9a063), to(#464646));
  background: -webkit-linear-gradient(left, #cf000d 0%, #c9a063 49%, #464646 100%);
  background: linear-gradient(90deg, #cf000d 0%, #c9a063 49%, #464646 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  z-index: -1;
}
.pageInformation .articleContent_head .head.is-active .heading1 span {
  opacity: 1;
}
.pageInformation .articleContent_head .head.is-active .tagList {
  opacity: 1;
}
.pageInformation .articleContent_head .head.is-active::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.pageInformation .articleContent_head .heading1 {
  font-size: 2.8rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.15em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageInformation .articleContent_head .heading1 {
    font-size: 2rem;
  }
}
.pageInformation .articleContent_head .heading1 span {
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.8s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (max-width: 767px) {
  .pageInformation .articleContent_head:not(:has(.tagList li)) .heading1 {
    margin-bottom: 1.2rem;
  }
}
.pageInformation .articleContent_head .tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.8s cubic-bezier(0.4, 0.4, 0, 1);
}
.pageInformation .articleContent_head .tagList li {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.85;
  letter-spacing: 0.15em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .pageInformation .articleContent_head .tagList li {
    letter-spacing: normal;
  }
}
.pageInformation .articleContent_head .category {
  display: grid;
  place-items: center;
}
.pageInformation .articleContent_head .category .title {
  display: inline-block;
  padding: 0.4rem 1.6rem;
  border-radius: 2.4rem;
  border: solid 0.1rem #919191;
  font-size: 1.6rem;
  color: #919191;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (max-width: 767px) {
  .pageInformation .articleContent_head .category .title {
    font-size: 1.3rem;
    padding: 0.3rem 1.2rem 0.4rem;
  }
}
.pageInformation .articleContent_head .category .title:hover, .pageInformation .articleContent_head .category .title:focus {
  background-color: #919191;
  color: #fff;
}
.pageInformation .articleContent_detail {
  max-width: 60rem;
  padding: 0 1rem;
  margin: 0 auto;
}
.pageInformation .articleContent_detail :where(h1, h2, h3, h4, h5, h6, p, ul, ol, table, figure, a) {
  margin: 1rem 0;
}
.pageInformation .articleContent_detail ul li {
  list-style-type: disc;
  margin-left: 2rem;
}
.pageInformation .articleContent_detail ol li {
  list-style-type: decimal;
  margin-left: 2rem;
}
.pageInformation .articleContent_detail p:empty {
  margin: 3rem 0;
}

.single-taxonomy_utility .pageInformation .articleContent_detail {
  max-width: 80rem;
  padding: 0 2rem;
  margin: 0 auto;
}
.single-taxonomy_utility .pageInformation .articleContent .wp-block-code {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  margin: 2rem 0;
  padding: 2.5rem 3.5rem;
  border-radius: 0.6rem;
  word-spacing: 1px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.single-taxonomy_utility .pageInformation .articleContent .wp-block-code.attention_block {
  width: 70%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .single-taxonomy_utility .pageInformation .articleContent .wp-block-code.attention_block {
    width: 100%;
  }
}
.single-taxonomy_utility .pageInformation .articleContent :where(h2) {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  margin: 2rem 0 1rem;
}
.single-taxonomy_utility .pageInformation .articleContent :where(p, p > code, a, li) {
  font-size: 1.8rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6111111111;
  color: #333;
  margin: 2rem 0;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .single-taxonomy_utility .pageInformation .articleContent :where(p, p > code, a, li) {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.single-taxonomy_utility .pageInformation .articleContent h2:has(strong) {
  font-weight: 500 !important;
}
.single-taxonomy_utility .pageInformation .articleContent h2.has-text-align-center {
  font-size: 2.4rem;
}
.single-taxonomy_utility .pageInformation .articleContent a {
  color: #007cff;
  text-decoration: underline;
}
.single-taxonomy_utility .pageInformation .articleContent p > code {
  text-decoration: underline;
}
.single-taxonomy_utility .pageInformation .articleContent ol {
  margin-left: 2rem;
  list-style-type: decimal;
}
.single-taxonomy_utility .pageInformation .articleContent ol li {
  list-style-type: decimal;
}
.single-taxonomy_utility .pageInformation .articleContent ul {
  margin-left: 2rem;
}
.single-taxonomy_utility .pageInformation .articleContent li {
  list-style-type: initial;
  margin: 1rem 0;
}
.single-taxonomy_utility .pageInformation .articleContent ol.list-number {
  list-style-type: decimal;
}
.single-taxonomy_utility .pageInformation .articleContent ol.list-number li {
  list-style-type: decimal;
}

.pageRecruit .recruitAbout_inner {
  padding-top: 8rem;
}
.pageRecruit .recruitAbout_content {
  max-width: 90rem;
  margin: 0 auto;
}
.pageRecruit .recruitAbout_content .heading2 {
  font-size: 6.4rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.05em;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#cf000d), color-stop(49%, #c9a063), to(#464646));
  background: -webkit-linear-gradient(left, #cf000d 0%, #c9a063 49%, #464646 100%);
  background: linear-gradient(90deg, #cf000d 0%, #c9a063 49%, #464646 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 4.4rem;
  -webkit-animation-name: fade-anime;
  animation-name: fade-anime;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  animation-timing-function: cubic-bezier(0.4, 0.4, 0, 1);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitAbout_content .heading2 {
    font-size: 2.4rem;
  }
}
.pageRecruit .recruitAbout_content .read {
  max-width: 75rem;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  margin: 0 auto 4.4rem;
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitAbout_content .read {
    font-size: 1.4rem;
  }
}
@keyframes fade-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pageRecruit .joblist_inner {
  padding-top: 8rem;
}
.pageRecruit .joblist .p-secHeading--sub {
  padding: 0 2rem;
  margin-right: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .pageRecruit .joblist .p-secHeading--sub {
    padding: 0;
    margin-right: 0;
  }
}
.pageRecruit .joblist_link {
  width: 100%;
  border-top: solid 0.1rem #b1b9c1;
}
.pageRecruit .joblist_linkItem {
  border-bottom: solid 0.1rem #b1b9c1;
}
.pageRecruit .joblist_linkItem a {
  padding: 3rem 0 3rem 2rem;
  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;
  position: relative;
  z-index: 1;
}
.pageRecruit .joblist_linkItem a::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#cf000d), color-stop(49%, #c9a063), to(#464646));
  background: -webkit-linear-gradient(left, #cf000d 0%, #c9a063 49%, #464646 100%);
  background: linear-gradient(90deg, #cf000d 0%, #c9a063 49%, #464646 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  opacity: 0.2;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.pageRecruit .joblist_linkItem a::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#cf000d), color-stop(49%, #c9a063), to(#464646));
  background: -webkit-linear-gradient(left, #cf000d 0%, #c9a063 49%, #464646 100%);
  background: linear-gradient(90deg, #cf000d 0%, #c9a063 49%, #464646 100%);
  width: 2rem;
  height: 2.4rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pageRecruit .joblist_linkItem a::after {
    width: 1.3rem;
    height: 1.6rem;
  }
}
.pageRecruit .joblist_linkItem a .heading3 {
  font-size: 2rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pageRecruit .joblist_linkItem a .heading3 {
    font-size: 1.5rem;
  }
}
.pageRecruit .joblist_linkItem a:hover::before,
.pageRecruit .joblist_linkItem a:focus::before {
  width: 100%;
}
.pageRecruit .recruitFlow_inner {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitFlow_inner {
    padding-bottom: 15rem;
  }
}
.pageRecruit .recruitFlow .p-secHeading--sub {
  padding: 0 2rem;
  margin-right: 2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitFlow .p-secHeading--sub {
    margin-bottom: 4rem;
  }
}
.pageRecruit .recruitFlow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitFlow_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.pageRecruit .recruitFlow_listItem {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 4rem 3rem;
  border-radius: 0 12rem 0 0;
  background-color: #c9a063;
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}
.pageRecruit .recruitFlow_listItem:nth-child(1) {
  background-color: #c9a063;
}
.pageRecruit .recruitFlow_listItem:nth-child(2) {
  background-color: rgba(201, 160, 99, 0.8);
}
.pageRecruit .recruitFlow_listItem:nth-child(3) {
  background-color: rgba(201, 160, 99, 0.6);
}
.pageRecruit .recruitFlow_listItem :where(h3, p) {
  color: #fff;
}
.pageRecruit .recruitFlow_listItem .number {
  font-size: 4.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.pageRecruit .recruitFlow_listItem .heading3 {
  font-size: 2.8rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitFlow_listItem .heading3 {
    font-size: 2rem;
  }
}
.pageRecruit .recruitFlow_listItem .read {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .pageRecruit .recruitFlow_listItem .read {
    font-size: 1.4rem;
  }
}
.pageRecruit .joinUs_inner {
  max-width: 132rem;
  padding-top: 11rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pageRecruit .joinUs_inner {
    padding-top: 6.5rem;
  }
}
.pageRecruit .joinUs_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .pageRecruit .joinUs_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.4rem;
  }
}
.pageRecruit .joinUs_head {
  max-width: 43.2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pageRecruit .joinUs_head {
    max-width: 100%;
    width: 100%;
  }
}
.pageRecruit .joinUs_head .heading2 {
  font-size: 6.4rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#cf000d), color-stop(49%, #c9a063), to(#464646));
  background: -webkit-linear-gradient(left, #cf000d 0%, #c9a063 49%, #464646 100%);
  background: linear-gradient(90deg, #cf000d 0%, #c9a063 49%, #464646 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .pageRecruit .joinUs_head .heading2 {
    font-size: 4.8rem;
    margin-bottom: 2rem;
  }
}
.pageRecruit .joinUs_head .photo img {
  height: 50rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pageRecruit .joinUs_head .photo img {
    height: 30rem;
  }
}
.pageRecruit .joinUs_googleform {
  max-width: 70rem;
  width: 100%;
}
.pageRecruit .joinUs_googleform iframe {
  width: 100%;
}

.pageService .serviceList_inner {
  padding-top: 13.5rem;
}
@media screen and (max-width: 767px) {
  .pageService .serviceList_inner {
    padding-top: 2rem;
  }
}
.pageService .serviceList_head {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .pageService .serviceList_head {
    margin-bottom: 2rem;
  }
}
.pageService .serviceList_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .pageService .serviceList_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.5rem;
  }
}
.pageService .serviceList_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: solid 0.1rem #b4b4b4;
  padding: 0 clamp(2rem, 4.9180327869vw, 6rem) clamp(2rem, 2.868852459vw, 3.5rem) clamp(2rem, 4.9180327869vw, 6rem);
}
@media screen and (max-width: 767px) {
  .pageService .serviceList_item {
    padding: 0 2rem 3.5rem;
  }
}
.pageService .serviceList_item .icon {
  width: 8.5rem;
  height: 8.5rem;
  border-radius: 10rem;
  -webkit-box-shadow: 0px 0.2rem 2.5rem rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0.2rem 2.5rem rgba(0, 0, 0, 0.2);
  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;
  margin-top: -3.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .pageService .serviceList_item .icon {
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
  }
}
.pageService .serviceList_item .icon i {
  font-size: 2.4rem;
}
.pageService .serviceList_item .heading2 {
  font-size: 2.8rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.05em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .pageService .serviceList_item .heading2 {
    margin-bottom: 1.5rem;
  }
}
.pageService .serviceList_item .read {
  font-size: 1.6rem;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
  letter-spacing: 0;
}
.pageService .serviceList_item:nth-child(1) .icon {
  background-color: #f6f6f6;
}
.pageService .serviceList_item:nth-child(1) i {
  color: rgb(180, 180, 180);
}
.pageService .serviceList_item:nth-child(1) .heading2 {
  color: rgb(119, 115, 115);
}
.pageService .serviceList_item:nth-child(2) .icon {
  background-color: #fdeee6;
}
.pageService .serviceList_item:nth-child(2) i {
  color: #f3461d;
}
.pageService .serviceList_item:nth-child(2) .heading2 {
  color: #cf000e;
}
.pageService .serviceList_item:nth-child(3) .icon {
  background-color: #fff9f0;
}
.pageService .serviceList_item:nth-child(3) i {
  color: #c9a063;
}
.pageService .serviceList_item:nth-child(3) .heading2 {
  color: #c9a063;
}
.pageService .travelPlans_inner {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans_inner {
    padding-top: 7rem;
  }
}
.pageService .travelPlans .p-secHeading--sub {
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .p-secHeading--sub {
    margin-bottom: 2rem;
  }
}
.pageService .travelPlans_listItem:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans_listItem:not(:last-child) {
    margin-bottom: 7rem;
  }
}
.pageService .travelPlans_listItem:has(.bannerList) .innerBox {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans_listItem:has(.bannerList) .innerBox {
    margin-bottom: 10rem;
  }
}
.pageService .travelPlans_listItem:has(.featureList li) .contentBox {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans_listItem:has(.featureList li) .contentBox {
    margin-bottom: 4.6rem;
  }
}
.pageService .travelPlans_listItem .contentBox {
  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;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans_listItem .contentBox {
    margin-bottom: 4.6rem;
  }
}
.pageService .travelPlans .detailBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: contents;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-9.6rem);
  transform: translateX(-9.6rem);
  -webkit-transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.pageService .travelPlans .detailBox.fade-in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .detailBox {
    padding-top: 3rem;
  }
}
.pageService .travelPlans .detailBox .p-secHeading--decoraB {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 3rem;
}
.pageService .travelPlans .detailBox .read {
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .detailBox .read {
    margin-bottom: 1.6rem;
  }
}
.pageService .travelPlans .detailBox .read > p {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 2;
  letter-spacing: 0;
}
.pageService .travelPlans .detailBox .illust {
  display: none;
}
.pageService .travelPlans .featureList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .featureList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.pageService .travelPlans .featureList li {
  width: 33%;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  padding: 3.5rem 6rem;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .featureList li {
    width: 100%;
    padding: 0 2rem 3.5rem;
  }
}
.pageService .travelPlans .featureList li .heading4 {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.4;
  color: #777373;
  letter-spacing: -0.05em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .featureList li .heading4 {
    margin-bottom: 1.5rem;
  }
}
.pageService .travelPlans .featureList li .read {
  font-weight: 300;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.4;
  color: #000;
  letter-spacing: 0;
}
.pageService .travelPlans .photoBox {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.pageService .travelPlans .photoBox.fade-in {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .photoBox {
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.pageService .travelPlans .photoBox .photo {
  width: 100%;
  height: 36rem;
  border-radius: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .photoBox .photo {
    width: 100vw;
    height: 24rem;
  }
}
.pageService .travelPlans .photoBox img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pageService .travelPlans .bannerListWrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin: 0 calc(50% - 50vw) 10rem;
  padding-left: 5rem;
  padding-right: 5rem;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .bannerListWrap .inner {
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 1.5rem;
  }
}
.pageService .travelPlans .bannerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .bannerList {
    padding-left: 0;
    margin-top: 0;
    gap: 1.5rem;
  }
}
.pageService .travelPlans .bannerList_item {
  width: 20.4rem;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .bannerList_item {
    width: 10rem;
    border-radius: 1.2rem;
  }
}
.pageService .travelPlans .subContent {
  margin-top: 4rem;
  opacity: 0;
  -webkit-transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.pageService .travelPlans .subContent.fade-in {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .subContent {
    margin-top: 4.6rem;
  }
}
.pageService .travelPlans .subContent_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .subContent_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.pageService .travelPlans .subContent_item:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .subContent_item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.pageService .travelPlans .subContent_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .subContent_item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.pageService .travelPlans .subContent .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pageService .travelPlans .subContent .detail .heading4 {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 2;
  margin-bottom: 2rem;
}
.pageService .travelPlans .subContent .detail .read {
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 2;
  word-break: break-all;
}
.pageService .travelPlans .subContent .photo {
  width: 50%;
  height: 36rem;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .subContent .photo {
    width: 100%;
    height: 24rem;
  }
}
.pageService .travelPlans .subContent .photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pageService .travelPlans .p-secHeading--decoraB {
    width: 100%;
  }
  .pageService .travelPlans .p-secHeading--decoraB .heading3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 374px) {
  .pageService .travelPlans .p-secHeading--decoraB .heading3 {
    font-size: 3rem;
  }
}
.pageService .serviceFlow {
  background-color: #444444;
}
.pageService .serviceFlow_inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pageService .serviceFlow .p-secHeading--sub {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .pageService .serviceFlow .p-secHeading--sub .heading3 {
    font-size: 4.8rem;
  }
}
.pageService .serviceFlow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .pageService .serviceFlow_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 calc(50% - 50vw);
  }
}
.pageService .serviceFlow_listItem {
  width: calc((100% - 9.6rem) / 4);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageService .serviceFlow_listItem {
    width: 100%;
  }
}
.pageService .serviceFlow_listItem .number {
  background-color: #c9a063;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.2rem;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  font-family: "Bodoni Moda", serif;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .pageService .serviceFlow_listItem .number {
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    left: 1rem;
    top: 1rem;
  }
}
.pageService .serviceFlow_listItem .photo {
  height: 24rem;
  overflow: hidden;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pageService .serviceFlow_listItem .photo {
    height: 12rem;
  }
}
.pageService .serviceFlow_listItem .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.pageService .serviceFlow_listItem .descBox {
  padding: 2.4rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .pageService .serviceFlow_listItem .descBox {
    max-width: 28rem;
    margin: 0 auto;
  }
}
.pageService .serviceFlow_listItem .heading4 {
  font-size: 2rem;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #c9a063;
  margin-bottom: 0.8rem;
}
.pageService .serviceFlow_listItem .read {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.pageService .p-guide_inner {
  padding-top: 21rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .pageService .p-guide_inner {
    padding-top: 7.2rem;
    padding-bottom: 0;
  }
}
.pageService .clientVoice {
  background-color: #f6f6f6;
}
.pageService .clientVoice_inner {
  padding-top: 8rem;
  padding-bottom: 10.5rem;
}
@media screen and (max-width: 767px) {
  .pageService .clientVoice_inner {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }
}
.pageService .clientVoice .p-secHeading--sub {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .pageService .clientVoice .p-secHeading--sub .heading3 {
    font-size: 4.8rem;
  }
}
.pageService .clientVoice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .pageService .clientVoice_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.5rem;
  }
}
.pageService .clientVoice_listItem {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: clamp(3rem, 5.737704918vw, 7rem) clamp(2rem, 4.9180327869vw, 6rem) clamp(2rem, 2.868852459vw, 3.5rem);
  -webkit-box-shadow: 4rem 4rem 4rem rgba(54, 51, 88, 0.05);
  box-shadow: 4rem 4rem 4rem rgba(54, 51, 88, 0.05);
  border-radius: 3rem;
  border: solid 0.1rem #f6f3ee;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pageService .clientVoice_listItem {
    padding: 3.5rem 6rem;
  }
}
.pageService .clientVoice_listItem .heading4 {
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.05em;
  color: #212128;
  margin-bottom: 3rem;
}
.pageService .clientVoice_listItem .read {
  font-size: 1.6rem;
  font-family: "Bitter", serif;
  font-weight: 400;
  line-height: 1.4;
  color: #87849f;
  margin-bottom: 2.5rem;
}
.pageService .clientVoice_listItem .userBox {
  padding-top: 2rem;
  border-top: solid 0.1rem #f6f3ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.pageService .clientVoice_listItem .userBox .icon {
  display: block;
  line-height: 1;
}
.pageService .clientVoice_listItem .userBox i {
  font-size: 1.4rem;
  color: #eb691f;
}
.pageService .clientVoice_listItem .userBox .name {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #212128;
  line-height: 1;
}
.pageService .p-contactBox_inner {
  padding-top: 5rem;
}
.pageService .p-contactBox_content {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.6s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.pageService .p-contactBox_content.fade-in {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pageTop {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .pageTop {
    padding-top: 6.5rem;
  }
}
.pageTop .topKv {
  /* アニメーション */
  /* アニメーション */
}
.pageTop .topKv_inner {
  width: 100%;
  height: 60rem;
  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;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageTop .topKv_inner {
    height: initial;
    padding: 9.6rem 0;
  }
}
.pageTop .topKv_content {
  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;
  width: 100%;
}
.pageTop .topKv_content .detailBox {
  width: 64rem;
  padding: 2rem;
  background-color: rbga(0, 0, 0, 0);
  -webkit-backdrop-filter: brightness(81%) blur(6px);
  backdrop-filter: brightness(81%) blur(6px);
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .pageTop .topKv_content .detailBox {
    -webkit-backdrop-filter: brightness(100%);
    backdrop-filter: brightness(100%);
  }
}
.pageTop .topKv_content .detailBox.is-active {
  opacity: 1;
}
.pageTop .topKv_content .heading1 {
  font-size: 7.2rem;
  font-weight: 400;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  letter-spacing: -0.02em;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pageTop .topKv_content .heading1 {
    font-size: 6.4rem;
    line-height: 1;
  }
}
.pageTop .topKv_content .decoraBox :where(.illust01, .illust02, .illust03) {
  position: absolute;
  z-index: 2;
}
.pageTop .topKv_content .decoraBox .illust01 {
  width: 20rem;
  top: 5rem;
  left: -10rem;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: 1.5s linear;
  transition: 1.5s linear;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .topKv_content .decoraBox .illust01 {
    width: 8.9rem;
    left: 0;
    top: 0;
  }
}
.pageTop .topKv_content .decoraBox .illust01.is-active {
  top: -3.7rem;
  left: 3.5rem;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pageTop .topKv_content .decoraBox .illust01.is-active {
    left: 5.5rem;
  }
}
.pageTop .topKv_content .decoraBox .illust02 {
  width: 12.8rem;
  left: 0.6rem;
  bottom: -1.7rem;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: 1s linear;
  transition: 1s linear;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .topKv_content .decoraBox .illust02 {
    width: 6.8rem;
    left: 2.6rem;
  }
}
.pageTop .topKv_content .decoraBox .illust02.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.pageTop .topKv_content .decoraBox .illust03 {
  width: 37.2rem;
  bottom: -7rem;
  right: -9.6rem;
  -webkit-transform: translateX(5rem);
  transform: translateX(5rem);
  -webkit-transition: 1.5s linear;
  transition: 1.5s linear;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pageTop .topKv_content .decoraBox .illust03 {
    width: 20rem;
    bottom: -10rem;
    right: -1.5rem;
  }
}
.pageTop .topKv_content .decoraBox .illust03.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.pageTop .topKv_photoBox {
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slideAnimation 50s linear infinite;
  animation: slideAnimation 50s linear infinite;
}
@media screen and (max-width: 820px) {
  .pageTop .topKv_photoBox {
    -webkit-animation: slideAnimationSp 70s linear infinite;
    animation: slideAnimationSp 70s linear infinite;
  }
}
.pageTop .topKv_photoBox .photo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 50vw;
  height: 60rem;
}
@media screen and (max-width: 820px) {
  .pageTop .topKv_photoBox .photo {
    min-width: 100vw;
    height: initial;
  }
}
.pageTop .topKv_photoBox .photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@-webkit-keyframes slideAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
  }
}
@keyframes slideAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
  }
}
@-webkit-keyframes slideAnimationSp {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-900%);
    transform: translateX(-900%);
  }
}
@keyframes slideAnimationSp {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-900%);
    transform: translateX(-900%);
  }
}
.pageTop .topVision_inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topVision_inner {
    padding-bottom: 2.5rem;
  }
}
.pageTop .topVision .p-secHeading {
  margin-bottom: 2.4rem;
}
.pageTop .topVision_content .heading3 {
  font-size: clamp(2.4rem, 6.8085106383vw, 6.4rem);
  font-weight: 400;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.15;
  letter-spacing: 0.05em;
  text-align: center;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#cf000d), color-stop(49%, #c9a063), to(#464646));
  background: -webkit-linear-gradient(left, #cf000d 0%, #c9a063 49%, #464646 100%);
  background: linear-gradient(90deg, #cf000d 0%, #c9a063 49%, #464646 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 6rem;
  opacity: 0;
  -webkit-transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.pageTop .topVision_content .heading3.fade-in {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pageTop .topVision_content .heading3 {
    font-size: 2.4rem;
  }
}
.pageTop .topVision_content .read {
  max-width: 75rem;
  font-size: clamp(1.4rem, 2.1276595745vw, 2rem);
  font-weight: 400;
  line-height: 2;
  color: #000;
  margin: 0 auto 7.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageTop .topVision_content .read {
    margin: 0 auto 4.4rem;
  }
}
.pageTop .topVision_content .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.pageTop .topVision_content .c-btn.fade-in {
  opacity: 1;
}
.pageTop .topService_inner {
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(33.33%, #f0f0f0), color-stop(33.33%, #f6f6f6), color-stop(66.66%, #f6f6f6), color-stop(66.66%, #f1ede6), to(#f1ede6));
  background: -webkit-linear-gradient(left, #f0f0f0 0%, #f0f0f0 33.33%, #f6f6f6 33.33%, #f6f6f6 66.66%, #f1ede6 66.66%, #f1ede6 100%);
  background: linear-gradient(to right, #f0f0f0 0%, #f0f0f0 33.33%, #f6f6f6 33.33%, #f6f6f6 66.66%, #f1ede6 66.66%, #f1ede6 100%);
  padding: 2.4rem 2.4rem 12rem;
  margin: 0 4.8rem;
}
@media screen and (max-width: 820px) {
  .pageTop .topService_inner {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .topService_inner {
    padding: 0;
    background: initial;
  }
}
.pageTop .topService_head {
  width: 100%;
  height: 22.7rem;
  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;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageTop .topService_head {
    height: 10rem;
  }
}
.pageTop .topService_head::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/top/serveice_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pageTop .topService_head .heading2 {
  font-size: clamp(2.8rem, 6.8085106383vw, 6.4rem);
  font-weight: 400;
  font-family: "Tenor Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  text-align: center;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pageTop .topService_head .heading2 {
    font-size: 2.8rem;
  }
}
.pageTop .topService_desc {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topService_desc {
    margin: 0 1rem;
    padding-bottom: 0;
  }
}
.pageTop .topService_desc .heading3 {
  width: 60%;
  margin-bottom: 2rem;
}
.pageTop .topService_desc .read {
  font-size: 1.8rem;
  line-height: 1.65;
  color: #000;
}
.pageTop .topTour {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topTour {
    padding-top: 10rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.pageTop .topTour > .p-secHeading {
  margin-bottom: 4rem;
}
.pageTop .topTour_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topTour_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2.4rem;
  }
}
.pageTop .topTour_item:not(:last-child) {
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topTour_item:not(:last-child) {
    margin-bottom: 4.4rem;
  }
}
.pageTop .topTour_item :where(.detailBox, .photoBox) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pageTop .topTour_item :where(.detailBox, .photoBox) {
    width: 100%;
  }
}
.pageTop .topTour_item .detailBox {
  padding: 4.8rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topTour_item .detailBox {
    padding: 0;
  }
}
.pageTop .topTour_item .detailBox .read {
  margin-bottom: 4.8rem;
}
.pageTop .topTour_item .detailBox .read > p {
  font-size: 1.4rem;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
.pageTop .topTour_item .detailBox:has(.tagBox) .read {
  margin-bottom: 2.4rem;
}
.pageTop .topTour_item .tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topTour_item .tagBox {
    padding: 0;
  }
}
.pageTop .topTour_item .tagBox li {
  font-size: 1.4rem;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #333;
}
.pageTop .topTour_item .tagBox li::before {
  content: "#";
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Noto Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #333;
}
.pageTop .topTour_item .photoBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: clamp(30rem, 58.6734693878vw, 57.5rem);
  -webkit-box-shadow: 1.4rem 1.4rem 5rem 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1.4rem 1.4rem 5rem 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transform: translateY(10rem);
  transform: translateY(10rem);
  -webkit-transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.pageTop .topTour_item .photoBox.fade-in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pageTop .topTour_item .photoBox {
    width: 100%;
  }
}
.pageTop .topTour_item .photoBox img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 36rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topTour_item .photoBox img {
    height: 22rem;
  }
}
.pageTop .topTour_item:nth-child(1) .detailBox {
  opacity: 0;
  -webkit-transform: translateX(-9.6rem);
  transform: translateX(-9.6rem);
  -webkit-transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.pageTop .topTour_item:nth-child(1) .detailBox.fade-in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.pageTop .topTour_item:nth-child(2) .detailBox {
  opacity: 0;
  -webkit-transform: translateX(9.6rem);
  transform: translateX(9.6rem);
  -webkit-transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.pageTop .topTour_item:nth-child(2) .detailBox.fade-in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.pageTop .topTour_item:nth-child(3) .detailBox {
  opacity: 0;
  -webkit-transform: translateX(-9.6rem);
  transform: translateX(-9.6rem);
  -webkit-transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 1.6s cubic-bezier(0.4, 0.4, 0, 1);
}
.pageTop .topTour_item:nth-child(3) .detailBox.fade-in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.pageTop .topTour_item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .pageTop .topTour_item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.pageTop .topInformation {
  position: relative;
  z-index: 1;
}
.pageTop .topInformation::after {
  content: "";
  background-image: url(../img/top/infomation_decora_illust01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26rem;
  height: 31.6rem;
  position: absolute;
  bottom: 1.8rem;
  right: 3.5rem;
  z-index: -1;
  opacity: 0.2;
}
@media screen and (max-width: 1500px) {
  .pageTop .topInformation::after {
    width: 18rem;
    height: 22.6rem;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .topInformation::after {
    display: none;
  }
}
.pageTop .topInformation_inner {
  padding-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topInformation_inner {
    padding-top: 12rem;
  }
}
.pageTop .topInformation .p-secHeading {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topInformation .p-secHeading {
    margin-bottom: 4.8rem;
  }
}
.pageTop .topInformation_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 4.8rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topInformation_list {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 2rem;
    margin-bottom: 5.8rem;
  }
}
.pageTop .topInformation .p-card {
  margin: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topInformation .p-card {
    margin: 0;
  }
}
.pageTop .topInformation .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pageTop .topModelTour {
  position: relative;
  z-index: 1;
}
.pageTop .topModelTour::after {
  content: "";
  background-image: url(../img/top/infomation_decora_illust01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26rem;
  height: 31.6rem;
  position: absolute;
  bottom: 1.8rem;
  right: 3.5rem;
  z-index: -1;
  opacity: 0.2;
}
@media screen and (max-width: 1500px) {
  .pageTop .topModelTour::after {
    width: 18rem;
    height: 22.6rem;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .pageTop .topModelTour::after {
    display: none;
  }
}
.pageTop .topModelTour_inner {
  padding-top: 9.6rem;
  padding-bottom: 14.4rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topModelTour_inner {
    padding-bottom: 4.8rem;
  }
}
.pageTop .topModelTour .p-secHeading {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topModelTour .p-secHeading {
    margin-bottom: 4.8rem;
  }
}
.pageTop .topModelTour_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 4.8rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topModelTour_list {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 2rem;
    margin-bottom: 5.8rem;
  }
}
.pageTop .topModelTour .p-card {
  margin: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topModelTour .p-card {
    margin: 0;
  }
}
.pageTop .topModelTour .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pageTop .topRecruit {
  margin-bottom: 5rem;
}
.pageTop .topRecruit_inner {
  margin: 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .pageTop .topRecruit_inner {
    margin: 0;
  }
}

/* ========================================
    object / utility
======================================== */