@charset "UTF-8";
:root {
  --color-black: #222222;
  --color-link: #222222;
  --color-red: #bc262b;
  --color-red-deep: #a0151a;
}

/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  letter-spacing: 0;
  vertical-align: baseline;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}
html.--fixed {
  overflow: hidden;
}

body {
  color: var(--color-black);
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

button {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

figure,
dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  figure,
dd,
dt,
td,
th,
ol,
ul,
p {
    font-size: 3.7333333333vw;
  }
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

ol,
ul {
  list-style: none;
}

a {
  color: var(--color-link);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  a:hover {
    color: var(--color-eg);
  }
  a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
}
.wrap.--wide {
  max-width: 1460px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}

.inner-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 77.7777777778vw;
}
@media (max-width: 1440px) {
  .inner-wrap {
    max-width: 1120px;
  }
}

address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  width: 100%;
}

sub,
sup {
  font-size: 0.6em;
  font-weight: normal;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

.text-bold,
strong {
  font-weight: bold;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

video {
  outline: none;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.text-black {
  color: var(--color-black) !important;
}

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp,
br.sp,
span.sp,
.sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
img.pc,
br.pc {
    display: inline !important;
  }
  th.pc,
td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  th.pc,
td.pc,
span.pc,
br.pc,
img.pc,
.pc {
    display: none !important;
  }
  img.sp,
br.sp,
span.sp {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* c-btn
========================================================================== */
.c-btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn {
    margin-top: 10.6666666667vw;
  }
}
.c-btn > button,
.c-btn > span,
.c-btn > a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  min-width: 260px;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.c-btn > button::before,
.c-btn > span::before,
.c-btn > a::before {
  background: url(../img/icon-arrow.svg) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 8px;
  width: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .c-btn > button:hover,
.c-btn > span:hover,
.c-btn > a:hover {
    border-color: var(--color-red);
  }
}
@media screen and (max-width: 767px) {
  .c-btn > button,
.c-btn > span,
.c-btn > a {
    font-size: 3.7333333333vw;
    min-width: 65.3333333333vw;
    padding: 4.8vw;
  }
  .c-btn > button::before,
.c-btn > span::before,
.c-btn > a::before {
    height: 1.7333333333vw;
    width: 2.2666666667vw;
    right: 4vw;
  }
}
.c-btn.--left {
  text-align: left;
}
.c-btn.--center {
  text-align: center;
}
.c-btn.--right {
  text-align: right;
}

/* c-title
========================================================================== */
.c-title {
  margin-bottom: 70px;
  text-align: center;
}
.c-title > strong {
  display: block;
  font-family: "Zen Kurenaido", "Noto Sans JP", sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.c-title > span {
  display: block;
  font-size: 16px;
  margin-top: 30px;
}
.c-title.--left {
  text-align: left;
}
.c-title.--vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
}
.c-title.--vertical > span {
  margin-right: 20px;
  margin-top: 0;
}
.c-title.--white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 10.6666666667vw;
  }
  .c-title > strong {
    font-size: 7.7333333333vw;
  }
  .c-title > span {
    font-size: 3.2vw;
    margin-top: 4.8vw;
  }
  .c-title.--vertical > span {
    margin-right: 4.8vw;
  }
}

/* c-content-title
========================================================================== */
.c-content-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
.c-content-title > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "PT Serif", "Noto Serif JP", serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  gap: 8px;
  margin-bottom: 20px;
}
.c-content-title > span::before {
  background-color: var(--color-red);
  content: "";
  height: 1px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .c-content-title {
    font-size: 4.5333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .c-content-title > span {
    font-size: 3.2vw;
    gap: 1.0666666667vw;
    margin-bottom: 3.7333333333vw;
  }
  .c-content-title > span::before {
    width: 5.3333333333vw;
  }
}

/* c-content-box
========================================================================== */
.c-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  margin-top: 80px;
}
.c-content-box.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-content-box figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 530px;
}
.c-content-box .c-content-box_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    margin-top: 10.6666666667vw;
  }
  .c-content-box.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-content-box figure {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    max-width: 100%;
  }
  .c-content-box .c-content-box_text {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

/* swiper
========================================================================== */
.c-swiper-controls {
  pointer-events: none;
}
.c-swiper-controls .swiper-button-next,
.c-swiper-controls .swiper-button-prev {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  height: 46px;
  margin: 0;
  opacity: 0.4;
  pointer-events: all;
  width: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-swiper-controls .swiper-button-next::after,
.c-swiper-controls .swiper-button-prev::after {
  content: none;
}
.c-swiper-controls .swiper-button-prev {
  background-image: url(../img/icon-arrow-left.svg);
  left: 15px;
}
.c-swiper-controls .swiper-button-next {
  background-image: url(../img/icon-arrow-right.svg);
  right: 15px;
}
@media screen and (max-width: 767px) {
  .c-swiper-controls .swiper-button-next,
.c-swiper-controls .swiper-button-prev {
    height: 9.0666666667vw;
    opacity: 1;
    width: 4.8vw;
  }
  .c-swiper-controls .swiper-button-prev {
    left: 4vw;
  }
  .c-swiper-controls .swiper-button-next {
    right: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: 6.6666666667vw;
  }
}
.swiper-container .swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-container .swiper-pagination {
    display: block;
    bottom: -6.6666666667vw;
    top: auto;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    margin: 0 0.8vw;
    height: 1.0666666667vw;
    width: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .swiper-container.--few-slides .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* c-job
========================================================================== */
.c-job {
  background: url(../img/job_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.c-job .c-job_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 48px;
}
.c-job .c-job_list {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(4, 1fr);
}
.c-job .c-job_list p {
  background: url(../img/icon-arrow.svg) no-repeat right 0 top 50%;
  background-size: 10px 8px;
  line-height: 1.2;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
.c-job .c-job_list a {
  border-bottom: 1px solid #ddd;
  display: block;
  position: relative;
}
.c-job .c-job_list a::before {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color-red)), to(var(--color-red))) no-repeat 100% 100%;
  background: -webkit-linear-gradient(bottom, var(--color-red), var(--color-red)) no-repeat 100% 100%;
  background: linear-gradient(0deg, var(--color-red), var(--color-red)) no-repeat 100% 100%;
  background-size: 0 1px;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
@media (hover: hover) {
  .c-job .c-job_list a:hover::before {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 767px) {
  .c-job {
    background-image: url(../img/job_bg-sp.jpg);
  }
  .c-job .c-job_title {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
  .c-job .c-job_list {
    gap: 9.3333333333vw 4vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-job .c-job_list p {
    background-size: 2.2666666667vw 1.7333333333vw;
    padding-bottom: 4.8vw;
    padding-top: 4.8vw;
  }
}

/* c-frame-work
========================================================================== */
.c-frame-work .c-frame-work_list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.c-frame-work .c-frame-work_list figure {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.c-frame-work .c-frame-work_list figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-frame-work .c-frame-work_list figure::before {
  background-color: #000;
  content: "";
  height: 100%;
  opacity: 0.5;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-frame-work .c-frame-work_list a {
  color: #fff;
  display: block;
  text-decoration: none;
  position: relative;
}
.c-frame-work .c-frame-work_list a p {
  line-height: 1;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.c-frame-work .c-frame-work_list a p > strong {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.c-frame-work .c-frame-work_list a p > span {
  display: block;
  font-family: "Zen Kurenaido", "Noto Sans JP", sans-serif;
  font-size: 15px;
  margin-top: 14px;
}
@media (hover: hover) {
  .c-frame-work .c-frame-work_list a:hover figure::before {
    opacity: 0.2;
  }
}
@media screen and (max-width: 767px) {
  .c-frame-work .c-frame-work_list {
    gap: 4vw;
    grid-template-columns: auto;
  }
  .c-frame-work .c-frame-work_list figure::before {
    content: none;
  }
  .c-frame-work .c-frame-work_list a p > strong {
    font-size: 4.2666666667vw;
  }
  .c-frame-work .c-frame-work_list a p > span {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}

/* c-entry
========================================================================== */
.c-entry {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 490px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}
.c-entry .c-entry_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.c-entry .c-entry_title strong {
  font-family: "Zen Kurenaido", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
.c-entry .c-entry_title span {
  font-size: 15px;
}
.c-entry .c-entry_inner {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.56);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.56);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
  padding: 40px;
}
.c-entry .c-entry_btn > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-red);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 330px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-entry .c-entry_btn > a::before {
  background: url(../img/icon-arrow-white.svg) no-repeat 50% 50%;
  background-size: 10px 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .c-entry .c-entry_btn > a:hover {
    background-color: var(--color-red-deep);
  }
}
.c-entry .c-entry_bg {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c-entry .c-entry_bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-entry {
    height: 90.6666666667vw;
  }
  .c-entry .c-entry_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
  }
  .c-entry .c-entry_title strong {
    font-size: 6.6666666667vw;
  }
  .c-entry .c-entry_title span {
    font-size: 2.9333333333vw;
  }
  .c-entry .c-entry_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.56);
            box-shadow: 0 0 2.6666666667vw rgba(0, 0, 0, 0.56);
    -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: start;
    gap: 6.1333333333vw;
    padding: 5.3333333333vw;
  }
  .c-entry .c-entry_btn > a {
    font-size: 3.7333333333vw;
    height: 14.6666666667vw;
    width: 65.3333333333vw;
  }
  .c-entry .c-entry_btn > a::before {
    background-size: 2vw 1.6vw;
    height: 8vw;
    width: 8vw;
    right: 2.6666666667vw;
  }
}

/* c-indent
========================================================================== */
ul.c-indent li {
  padding-left: 1em;
  text-indent: -1em;
}

/* header
------------------------------------------- */
.l-header {
  height: 160px;
  padding-top: 30px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header.--active {
  background-color: rgba(0, 0, 0, 0.85);
}
.l-header.--active.--openmenu {
  background: none;
}
.l-header .l-header_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 60px;
  width: 574px;
}
.l-header .l-header_inner .logo img {
  width: 198px;
}
.l-header .l-header_inner > p {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "PT Serif", "Noto Serif JP", serif;
  font-style: italic;
  font-size: 17px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 21.3333333333vw;
    padding-top: 4vw;
  }
  .l-header .l-header_inner {
    gap: 0 5.3333333333vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 4vw;
    width: auto;
  }
  .l-header .l-header_inner .logo img {
    width: 26.4vw;
  }
  .l-header .l-header_inner > p {
    font-size: 2.9333333333vw;
    margin-left: 0;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}

/* l-menu
------------------------------------------- */
.l-menu {
  display: none;
  height: 9.3333333333vw;
  width: 9.3333333333vw;
  position: fixed;
  right: 5.3333333333vw;
  top: 4.6666666667vw;
  z-index: 10001;
}
@media screen and (max-width: 767px) {
  .l-menu {
    display: block;
  }
}
.l-menu > b {
  background-color: #fff;
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-menu > b:nth-child(1) {
  width: 9.3333333333vw;
  top: 4.2666666667vw;
}
.l-menu > b:nth-child(2) {
  width: 5.3333333333vw;
  top: 5.6vw;
}
.l-menu.--active > b:nth-child(1) {
  top: 4.8vw;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}
.l-menu.--active > b:nth-child(2) {
  width: 9.3333333333vw;
  top: 4.8vw;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* gnav
------------------------------------------- */
.l-gnav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  position: fixed;
  right: 60px;
  top: 54px;
  z-index: 10000;
}
.l-gnav > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 36px;
}
.l-gnav > ul > li > a {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)) no-repeat 100% 100%;
  background: -webkit-linear-gradient(bottom, #fff, #fff) no-repeat 100% 100%;
  background: linear-gradient(0deg, #fff, #fff) no-repeat 100% 100%;
  background-size: 0 1px;
  padding-bottom: 2px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  color: #fff;
  text-decoration: none;
}
.l-gnav > ul > li > a > span {
  display: none;
}
@media (hover: hover) {
  .l-gnav > ul > li > a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.l-gnav > ul > li > a.--active {
  background-position: 0 100%;
}
.l-gnav .l-gnav_entry {
  line-height: 1;
}
.l-gnav .l-gnav_entry > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-red);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kurenaido", "Noto Sans JP", sans-serif;
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  text-decoration: none;
  text-transform: uppercase;
  width: 170px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .l-gnav .l-gnav_entry > a:hover {
    background-color: var(--color-red-deep);
  }
}
@media screen and (max-width: 767px) {
  .l-gnav {
    background-color: #111;
    display: block;
    height: 100dvh;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    width: 100vw;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-gnav.--active {
    opacity: 1;
    pointer-events: all;
  }
  .l-gnav > ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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;
    gap: 8.5333333333vw;
    padding-top: 32vw;
  }
  .l-gnav > ul > li > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4.8vw;
    gap: 2.6666666667vw;
    line-height: 1;
    padding-bottom: 0;
    text-align: center;
  }
  .l-gnav > ul > li > a > span {
    color: #676767;
    display: block;
    font-family: "Zen Kurenaido", "Noto Sans JP", sans-serif;
    font-size: 2.9333333333vw;
  }
  .l-gnav .l-gnav_entry {
    margin-top: 10.6666666667vw;
  }
  .l-gnav .l-gnav_entry > a {
    font-size: 5.6vw;
    margin-left: auto;
    margin-right: auto;
    padding: 5.3333333333vw;
    width: 65.3333333333vw;
  }
}

/* l-section
------------------------------------------- */
.l-section {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-bottom: 20vw;
    padding-top: 20vw;
  }
}

/* l-page-title
------------------------------------------- */
.l-page-title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.l-page-title h1 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "shippori-antique", "Noto Sans JP", sans-serif;
  font-size: 27px;
  line-height: 1.1;
  padding-bottom: 20px;
  padding-top: 20px;
}
.l-page-title .l-page-title_bg {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.l-page-title .l-page-title_bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-page-title {
    height: 29.3333333333vw;
  }
  .l-page-title h1 {
    font-size: 3.7333333333vw;
    padding-bottom: 2.1333333333vw;
    padding-top: 2.1333333333vw;
  }
}

/* l-entry
------------------------------------------- */
.l-entry {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-entry {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18.6666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  .l-entry a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--color-red);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4.2666666667vw;
    height: 12vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 62.6666666667vw;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-entry a::before {
    background: url(../img/icon-arrow-white.svg) no-repeat 50% 50%;
    background-size: 1.6vw 1.2vw;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    height: 6.4vw;
    width: 6.4vw;
    position: absolute;
    right: 2.6666666667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* footer
------------------------------------------- */
.l-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 60px;
}
.l-footer .logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 198px;
}
.l-footer > ul {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  gap: 1.5em;
  line-height: 1.1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.l-footer > ul > li > a {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color-black)), to(var(--color-black))) no-repeat 100% 100%;
  background: -webkit-linear-gradient(bottom, var(--color-black), var(--color-black)) no-repeat 100% 100%;
  background: linear-gradient(0deg, var(--color-black), var(--color-black)) no-repeat 100% 100%;
  background-size: 0 1px;
  padding-bottom: 2px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
@media (hover: hover) {
  .l-footer > ul > li > a:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
.l-footer > ul > li > a[target] {
  padding-right: 15px;
  position: relative;
}
.l-footer > ul > li > a[target]::before {
  background: url(../img/icon-blank.svg) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 10px;
  width: 13px;
  position: absolute;
  right: 0;
  top: 0.35em;
}
.l-footer .copyright {
  font-family: "Zen Kurenaido", "Noto Sans JP", sans-serif;
  font-size: 15px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.l-footer .l-footer_nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -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;
    gap: 13.3333333333vw;
    padding: 13.3333333333vw 10.6666666667vw 34.6666666667vw;
  }
  .l-footer .logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: auto;
    margin-right: auto;
    width: 40vw;
  }
  .l-footer .l-footer_nav {
    display: block;
  }
  .l-footer .l-footer_nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 4vw;
    text-align: left;
  }
  .l-footer .l-footer_nav > ul li {
    width: 33%;
  }
  .l-footer > ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 3.2vw;
  }
  .l-footer > ul > li > a {
    padding-bottom: 0;
  }
  .l-footer > ul > li > a[target] {
    padding-right: 4vw;
  }
  .l-footer > ul > li > a[target]::before {
    height: 2.6666666667vw;
    width: 3.3333333333vw;
  }
  .l-footer .copyright {
    font-size: 2.9333333333vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* ==========================================================================
Index
========================================================================== */
/* main-visual
========================================================================== */
.main-visual {
  color: #fff;
  height: 100dvh;
  max-height: 820px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.main-visual .wrap {
  height: 100%;
}
.main-visual .swiper-container {
  padding-bottom: 0;
}
.main-visual .main-visual_slider {
  height: 100%;
  width: 100vw;
}
.main-visual .main-visual_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 40px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 850px;
}
.main-visual .main-visual_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 397px;
}
.main-visual .main-visual_img img {
  width: 100%;
}
.main-visual .main-visual_img img.--ilbrio {
  max-width: 397px;
}
.main-visual .main-visual_img img.--ilbrio-azabu {
  max-width: 137px;
}
.main-visual .main-visual_img img.--urufu {
  max-width: 158px;
}
.main-visual .main-visual_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 360px;
}
.main-visual .main-visual_box h2 {
  font-family: "shippori-antique", "Noto Sans JP", sans-serif;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 1.3333333333;
}
.main-visual .main-visual_box p {
  margin-top: 40px;
}
.main-visual .main-visual_bg {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.main-visual .main-visual_bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-visual {
    max-height: 160vw;
  }
  .main-visual .main-visual_container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 8vw;
    height: 100%;
    padding-bottom: 16vw;
    width: 100%;
  }
  .main-visual .main-visual_img {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .main-visual .main-visual_img img.--ilbrio {
    height: 13.8666666667vw;
    max-width: 52.9333333333vw;
  }
  .main-visual .main-visual_img img.--ilbrio-azabu {
    height: 35.2vw;
    max-width: 18.2666666667vw;
  }
  .main-visual .main-visual_img img.--urufu {
    height: 25.8666666667vw;
    max-width: 21.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .main-visual .main-visual_box {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    max-width: initial;
  }
  .main-visual .main-visual_box h2 {
    display: table;
    font-size: 8.9333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .main-visual .main-visual_box p {
    margin-top: 9.3333333333vw;
  }
}

/* top-restaurant
========================================================================== */
.top-restaurant .top-restaurant_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.top-restaurant .top-restaurant_list figure {
  position: relative;
}
.top-restaurant .top-restaurant_list figure img:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-restaurant .top-restaurant_list figure::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .top-restaurant .top-restaurant_list a:hover figure::before {
    opacity: 0;
  }
}
.top-restaurant .top-restaurant_list p {
  line-height: 1.2;
  margin-top: 24px;
  text-align: center;
}
.top-restaurant .top-restaurant_list p > span,
.top-restaurant .top-restaurant_list p > strong {
  display: block;
}
.top-restaurant .top-restaurant_list p > span {
  color: var(--color-red);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.top-restaurant .top-restaurant_list p > strong {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .top-restaurant .top-restaurant_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.5333333333vw;
  }
  .top-restaurant .top-restaurant_list figure {
    position: relative;
  }
  .top-restaurant .top-restaurant_list figure img.--ilbrio {
    width: 43.6vw;
  }
  .top-restaurant .top-restaurant_list figure img.--ilbrio-azabu {
    width: 16.2666666667vw;
  }
  .top-restaurant .top-restaurant_list figure img.--urufu {
    width: 15.7333333333vw;
  }
  .top-restaurant .top-restaurant_list p {
    margin-top: 6.4vw;
  }
  .top-restaurant .top-restaurant_list p > span {
    font-size: 3.2vw;
    font-weight: 400;
    margin-bottom: 2.4vw;
  }
  .top-restaurant .top-restaurant_list p > strong {
    font-size: 4vw;
  }
}

/* top-interview
========================================================================== */
.top-interview {
  background-color: #13100f;
  padding-top: 0;
}
.top-interview .top-interview_title-wrapper,
.top-interview .top-interview_wrapper {
  position: relative;
}
.top-interview .top-interview_title-wrapper {
  padding-top: 270px;
}
.top-interview .top-interview_title-wrapper .c-title {
  position: absolute;
  right: 0;
  top: 80px;
}
.top-interview .c-swiper-controls {
  height: 450px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-interview .top-interview_wrapper {
  margin-bottom: 80px;
}
.top-interview .top-interview_wrapper:last-child {
  margin-bottom: 0;
}
.top-interview .top-interview_wrapper h2 {
  margin-bottom: 70px;
  text-align: center;
}
.top-interview .top-interview_wrapper.--static .swiper-slide.swiper-slide-active figure::before {
  opacity: 1;
}
.top-interview .top-interview_wrapper.--static .swiper-slide.swiper-slide-active a {
  display: block;
}
@media (hover: hover) {
  .top-interview .top-interview_wrapper.--static .swiper-slide.swiper-slide-active a:hover figure::before {
    opacity: 0;
  }
}
.top-interview .top-interview_slide {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.top-interview .top-interview_slide .swiper-slide {
  width: 340px;
}
.top-interview .top-interview_slide .swiper-slide figure {
  -webkit-box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.44);
          box-shadow: 3px 3px 21px rgba(0, 0, 0, 0.44);
  position: relative;
}
.top-interview .top-interview_slide .swiper-slide figure::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-interview .top-interview_slide .swiper-slide figure figcaption {
  line-height: 1;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
}
.top-interview .top-interview_slide .swiper-slide figure figcaption > span {
  color: var(--color-red);
  display: block;
  font-size: 15px;
}
.top-interview .top-interview_slide .swiper-slide figure figcaption > em {
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  margin-top: 10px;
}
.top-interview .top-interview_slide .swiper-slide a {
  display: block;
}
@media (hover: hover) {
  .top-interview .top-interview_slide .swiper-slide a:hover figure::before {
    opacity: 0;
  }
}
.top-interview .top-interview_slide .swiper-slide.swiper-slide-active figure::before {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top-interview {
    overflow: hidden;
  }
  .top-interview .top-interview_title-wrapper {
    padding-top: 40vw;
  }
  .top-interview .top-interview_title-wrapper .c-title {
    right: 6.6666666667vw;
    top: 13.3333333333vw;
  }
  .top-interview .c-swiper-controls {
    height: 77.3333333333vw;
  }
  .top-interview .top-interview_wrapper {
    margin-bottom: 13.3333333333vw;
  }
  .top-interview .top-interview_wrapper h2 {
    margin-bottom: 8vw;
  }
  .top-interview .top-interview_wrapper h2 img.--ilbrio {
    width: 39.4666666667vw;
  }
  .top-interview .top-interview_wrapper h2 img.--azabu {
    width: 16.8vw;
  }
  .top-interview .top-interview_wrapper h2 img.--urufu {
    width: 16.9333333333vw;
  }
  .top-interview .top-interview_slide {
    max-width: initial;
    overflow: visible;
  }
  .top-interview .top-interview_slide .swiper-slide {
    width: 60vw;
  }
  .top-interview .top-interview_slide .swiper-slide figure {
    -webkit-box-shadow: 0.4vw 0.4vw 2.8vw rgba(0, 0, 0, 0.44);
            box-shadow: 0.4vw 0.4vw 2.8vw rgba(0, 0, 0, 0.44);
  }
  .top-interview .top-interview_slide .swiper-slide figure figcaption {
    bottom: 4vw;
    left: 5.3333333333vw;
  }
  .top-interview .top-interview_slide .swiper-slide figure figcaption > span {
    font-size: 3.2vw;
  }
  .top-interview .top-interview_slide .swiper-slide figure figcaption > em {
    font-size: 5vw;
    margin-top: 1.2vw;
    padding: 4px;
    background: rgb(0 0 0 / 70%);
  }
}

/* ==========================================================================
Interview
========================================================================== */
/* interview
========================================================================== */
.interview .interview_title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  overflow: hidden;
  position: relative;
}
.interview .interview_title .c-title {
  position: absolute;
  right: 0;
  top: 0;
}
.interview .interview_title .interview_title_box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 90px;
}
.interview .interview_title .interview_title_box figure {
  max-width: 690px;
}
@media (max-width: 1280px) {
  .interview .interview_title .interview_title_box figure {
    max-width: 53.90625vw;
  }
}
.interview .interview_title .interview_title_box .interview_title_box_text h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 60px;
}
.interview .interview_title .interview_title_box .interview_title_box_text dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 36px;
}
.interview .interview_title .interview_title_box .interview_title_box_text dl dt {
  color: var(--color-red);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Zen Kurenaido", "Noto Sans JP", sans-serif;
  font-size: 48px;
  line-height: 1;
}
.interview .interview_title .interview_title_box .interview_title_box_text dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1em;
}
@media (max-width: 1280px) {
  .interview .interview_title .interview_title_box .interview_title_box_text {
    max-width: 41.40625vw;
  }
  .interview .interview_title .interview_title_box .interview_title_box_text h2 {
    font-size: 2.7777777778vw;
    margin-bottom: 4.1666666667vw;
  }
  .interview .interview_title .interview_title_box .interview_title_box_text dl {
    gap: 0 2.5vw;
  }
  .interview .interview_title .interview_title_box .interview_title_box_text dl dt {
    font-size: 3.3333333333vw;
    line-height: 1;
  }
  .interview .interview_title .interview_title_box .interview_title_box_text dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .interview .interview_title .c-title {
    right: 6.6666666667vw;
  }
  .interview .interview_title .interview_title_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12vw 0;
  }
  .interview .interview_title .interview_title_box figure {
    max-width: 73.3333333333vw;
  }
  .interview .interview_title .interview_title_box figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    width: 100%;
  }
  .interview .interview_title .interview_title_box .interview_title_box_text {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    max-width: 100%;
  }
  .interview .interview_title .interview_title_box .interview_title_box_text h2 {
    font-size: 6vw;
    margin-bottom: 8vw;
  }
  .interview .interview_title .interview_title_box .interview_title_box_text dl {
    gap: 0 4.8vw;
  }
  .interview .interview_title .interview_title_box .interview_title_box_text dl dt {
    font-size: 7.4666666667vw;
  }
}
.interview .interview_box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  margin-top: 80px;
}
.interview .interview_box.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.interview .interview_box.--horizontal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px 0;
}
.interview .interview_box.--horizontal figure {
  max-width: 100%;
}
.interview .interview_box.--horizontal .interview_box_text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
.interview .interview_box.--horizontal .interview_box_text h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 370px;
          flex: 1 1 370px;
}
.interview .interview_box.--horizontal .interview_box_text p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 690px;
          flex: 1 1 690px;
}
.interview .interview_box figure {
  max-width: 530px;
}
.interview .interview_box .interview_box_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.interview .interview_box .interview_box_text h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 48px;
  padding-left: 72px;
  position: relative;
}
.interview .interview_box .interview_box_text h3::before {
  background-color: var(--color-black);
  content: "";
  height: 1px;
  width: 60px;
  position: absolute;
  left: 0;
  top: 50%;
}
.interview .interview_box .interview_box_text p {
  line-height: 2;
}
@media (max-width: 1280px) {
  .interview .interview_box {
    gap: 0 4.1666666667vw;
    margin-top: 5.5555555556vw;
  }
  .interview .interview_box.--horizontal {
    gap: 3.75vw 0;
  }
  .interview .interview_box.--horizontal figure {
    max-width: 100%;
  }
  .interview .interview_box.--horizontal .interview_box_text {
    gap: 0 4.1666666667vw;
  }
  .interview .interview_box.--horizontal .interview_box_text h3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25.6944444444vw;
            flex: 1 1 25.6944444444vw;
  }
  .interview .interview_box.--horizontal .interview_box_text p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 47.9166666667vw;
            flex: 1 1 47.9166666667vw;
  }
  .interview .interview_box figure {
    max-width: 36.8055555556vw;
  }
  .interview .interview_box .interview_box_text h3 {
    margin-bottom: 3.3333333333vw;
    padding-left: 5vw;
  }
  .interview .interview_box .interview_box_text h3::before {
    width: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .interview .interview_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw 0;
    margin-top: 16vw;
  }
  .interview .interview_box.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw 0;
  }
  .interview .interview_box.--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw 0;
  }
  .interview .interview_box.--horizontal figure {
    max-width: 100%;
  }
  .interview .interview_box.--horizontal .interview_box_text {
    display: block;
    gap: 0 60px;
  }
  .interview .interview_box.--horizontal .interview_box_text h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    margin-bottom: 7.2vw;
  }
  .interview .interview_box.--horizontal .interview_box_text p {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .interview .interview_box figure {
    max-width: 100%;
  }
  .interview .interview_box .interview_box_text {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .interview .interview_box .interview_box_text h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 7.2vw;
    padding-left: 11.2vw;
  }
  .interview .interview_box .interview_box_text h3::before {
    width: 9.3333333333vw;
  }
}

/* interview-other
========================================================================== */
.interview-other {
  overflow: hidden;
}
.interview-other h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 48px;
}
.interview-other .wrap {
  position: relative;
}
.interview-other .interview-other_slide {
  overflow: visible;
}
.interview-other .interview-other_slide .swiper-slide {
  width: 265px;
}
.interview-other .interview-other_slide .swiper-slide figure {
  position: relative;
}
.interview-other .interview-other_slide .swiper-slide figure::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.interview-other .interview-other_slide .swiper-slide dl {
  background-color: #13100f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  padding: 20px;
}
.interview-other .interview-other_slide .swiper-slide dl dt {
  color: var(--color-red);
  font-family: "Zen Kurenaido", "Noto Sans JP", sans-serif;
  font-size: 26px;
  line-height: 1;
}
.interview-other .interview-other_slide .swiper-slide dl dd {
  font-size: 14px;
}
.interview-other .interview-other_slide .swiper-slide.swiper-slide-active figure::before {
  opacity: 0;
}
.interview-other .interview-other_slide .swiper-slide.swiper-slide-active dl {
  background-color: #f9f5f2;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .interview-other h2 {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
  .interview-other .c-swiper-controls {
    height: 72vw;
    pointer-events: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .interview-other .interview-other_slide .swiper-slide {
    width: 41.3333333333vw;
  }
  .interview-other .interview-other_slide .swiper-slide dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
    padding: 4vw;
  }
  .interview-other .interview-other_slide .swiper-slide dl dt {
    font-size: 4.8vw;
  }
  .interview-other .interview-other_slide .swiper-slide dl dd {
    font-size: 2.6666666667vw;
  }
  .interview-other .swiper-pagination .swiper-pagination-bullet {
    background-color: #bbb;
    opacity: 1;
  }
  .interview-other .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-red);
  }
}

/* ==========================================================================
framework
========================================================================== */
/* benefits-nav
========================================================================== */
.benefits-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.benefits-nav > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.benefits-nav > li figure {
  overflow: hidden;
  position: relative;
}
.benefits-nav > li figure::before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.benefits-nav > li figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.benefits-nav > li a {
  display: block;
  position: relative;
}
.benefits-nav > li a::before {
  background: url(../img/icon-arrpw-down.svg) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 16px;
  width: 13px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.benefits-nav > li a p {
  color: #fff;
  line-height: 1;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.benefits-nav > li a p > span,
.benefits-nav > li a p > strong {
  display: block;
}
.benefits-nav > li a p > strong {
  font-size: 20px;
  font-weight: 500;
}
.benefits-nav > li a p > span {
  font-family: "Zen Kurenaido", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-top: 15px;
}
@media (hover: hover) {
  .benefits-nav > li a:hover figure::before {
    opacity: 0.2;
  }
}
@media screen and (max-width: 767px) {
  .benefits-nav > li figure::before {
    content: none;
  }
  .benefits-nav > li a::before {
    height: 2.9333333333vw;
    width: 2.4vw;
    bottom: 2.6666666667vw;
  }
  .benefits-nav > li a p > strong {
    font-size: 3.2vw;
  }
  .benefits-nav > li a p > span {
    font-size: 2.4vw;
    margin-top: 2.4vw;
  }
}

/* benefits
========================================================================== */
.benefits {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .benefits {
    margin-top: 16vw;
  }
}
.benefits .benefits_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  text-align: center;
}
.benefits .benefits_list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9f5f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.benefits .benefits_list li figure > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 109px;
}
.benefits .benefits_list li figure figcaption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.35;
  margin-top: 12px;
  min-height: 3em;
}
@media screen and (max-width: 767px) {
  .benefits .benefits_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }
  .benefits .benefits_list li {
    height: 42.6666666667vw;
  }
  .benefits .benefits_list li figure > span {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 20.8vw;
  }
  .benefits .benefits_list li figure figcaption {
    margin-top: 5.3333333333vw;
  }
  .benefits .benefits_list li:nth-child(1) img {
    width: 19.4666666667vw;
  }
  .benefits .benefits_list li:nth-child(2) img {
    width: 14.5333333333vw;
  }
  .benefits .benefits_list li:nth-child(3) img {
    width: 13.7333333333vw;
  }
  .benefits .benefits_list li:nth-child(4) img {
    width: 18.4vw;
  }
  .benefits .benefits_list li:nth-child(5) img {
    width: 17.6vw;
  }
  .benefits .benefits_list li:nth-child(6) img {
    width: 19.3333333333vw;
  }
  .benefits .benefits_list li:nth-child(7) img {
    width: 18vw;
  }
  .benefits .benefits_list li:nth-child(8) img {
    width: 20.6666666667vw;
  }
  .benefits .benefits_list li:nth-child(9) img {
    width: 20.6666666667vw;
  }
  .benefits .benefits_list li:nth-child(10) img {
    width: 13.7333333333vw;
  }
}

/* benefits-faq
========================================================================== */
.benefits-faq {
  border-top: 1px solid #ddd;
  margin-top: 120px;
  padding-top: 120px;
}
.benefits-faq .benefits-faq_box {
  background-color: #f9f5f2;
  margin-bottom: 20px;
}
.benefits-faq .benefits-faq_box:last-child {
  margin-bottom: 0;
}
.benefits-faq .benefits-faq_box h3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  padding: 24px 50px 24px 20px;
  position: relative;
}
.benefits-faq .benefits-faq_box h3::before {
  color: var(--color-red);
  content: "Q.";
  font-family: "PT Serif", "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 1;
  margin-right: 12px;
  margin-top: -0.2em;
}
.benefits-faq .benefits-faq_box h3 > i {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.benefits-faq .benefits-faq_box h3 > i::after, .benefits-faq .benefits-faq_box h3 > i::before {
  background-color: var(--color-red);
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}
.benefits-faq .benefits-faq_box h3 > i::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.benefits-faq .benefits-faq_box h3.--active > i::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.benefits-faq .benefits-faq_box .benefits-faq_box_text {
  display: none;
  padding: 32px;
  position: relative;
}
.benefits-faq .benefits-faq_box .benefits-faq_box_text::before {
  background-color: #e1dad5;
  height: 1px;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
}
.benefits-faq .benefits-faq_box .benefits-faq_box_text.--active::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .benefits-faq {
    margin-top: 20vw;
    padding-top: 20vw;
  }
  .benefits-faq .benefits-faq_box {
    margin-bottom: 4vw;
  }
  .benefits-faq .benefits-faq_box h3 {
    font-size: 4vw;
    padding: 4.2666666667vw 8vw 4.2666666667vw 3.6vw;
  }
  .benefits-faq .benefits-faq_box h3::before {
    font-size: 6.6666666667vw;
    margin-right: 1.6vw;
  }
  .benefits-faq .benefits-faq_box h3 > i {
    height: 4vw;
    width: 4vw;
    right: 4vw;
  }
  .benefits-faq .benefits-faq_box h3 > i::after, .benefits-faq .benefits-faq_box h3 > i::before {
    height: 0.2666666667vw;
  }
  .benefits-faq .benefits-faq_box .benefits-faq_box_text {
    padding: 4.2666666667vw;
  }
  .benefits-faq .benefits-faq_box .benefits-faq_box_text::before {
    left: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}

/* ==========================================================================
Restaurant
========================================================================== */
/* restaurant_title
========================================================================== */
.restaurant {
  margin-top: 160px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .restaurant {
    margin-top: 17.3333333333vw;
  }
}
.restaurant .restaurant_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 100px;
}
.restaurant .restaurant_title.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.restaurant .restaurant_title figure {
  overflow: hidden;
  height: 480px;
  width: 100%;
}
.restaurant .restaurant_title figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.restaurant .restaurant_title .restaurant_title_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  background: url(../../img/restaurant_title_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 480px;
  width: 100%;
}
.restaurant .restaurant_title .restaurant_title_box h2 {
  text-align: center;
}
.restaurant .restaurant_title .restaurant_title_box h2 > strong,
.restaurant .restaurant_title .restaurant_title_box h2 > span {
  display: block;
}
.restaurant .restaurant_title .restaurant_title_box h2 > span {
  color: var(--color-red);
  font-size: 13px;
  font-weight: 400;
  margin-top: 50px;
}
.restaurant .restaurant_title .restaurant_title_box h2 > strong {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .restaurant .restaurant_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../../img/restaurant_title_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10.6666666667vw;
    padding-bottom: 5.3333333333vw;
    padding-top: 10.6666666667vw;
  }
  .restaurant .restaurant_title.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .restaurant .restaurant_title figure {
    overflow: hidden;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: auto;
    width: 100%;
  }
  .restaurant .restaurant_title .restaurant_title_box {
    aspect-ratio: none;
    background: none;
    display: contents;
    max-width: 100%;
  }
  .restaurant .restaurant_title .restaurant_title_box h2 {
    display: contents;
  }
  .restaurant .restaurant_title .restaurant_title_box h2 img {
    margin-bottom: 10.6666666667vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .restaurant .restaurant_title .restaurant_title_box h2 img.--ilbrio {
    width: 47.6vw;
  }
  .restaurant .restaurant_title .restaurant_title_box h2 img.--ilbrio-azabu {
    width: 16.4vw;
  }
  .restaurant .restaurant_title .restaurant_title_box h2 img.--urufu {
    width: 18vw;
  }
  .restaurant .restaurant_title .restaurant_title_box h2 > span {
    font-size: 2.9333333333vw;
    margin-top: 4.8vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .restaurant .restaurant_title .restaurant_title_box h2 > strong {
    font-size: 3.4666666667vw;
    margin-top: 2vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.restaurant .restaurant_catch {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  gap: 0 9px;
  line-height: 1.7857142857;
}
.restaurant .restaurant_catch::before {
  background-color: var(--color-black);
  content: "";
  height: 1px;
  width: 80px;
  position: relative;
  top: 1em;
}
@media screen and (max-width: 767px) {
  .restaurant .restaurant_catch {
    font-size: 4.8vw;
    gap: 0 1.8666666667vw;
    margin-left: -6.6666666667vw;
  }
  .restaurant .restaurant_catch::before {
    width: 12vw;
    top: 1em;
  }
}