@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Playfair+Display:wght@600;700;800&family=Shippori+Mincho+B1:wght@500;600;700;800&family=Zen+Old+Mincho:wght@400;500;600;700&family=Inter:wght@300;400&display=swap");
/* フォントサイズをremに変換するmixin ($base-font-sizeはbase/_base.scssに)*/
/* フレックスボックス */
/* SCSS メディアクエリ */
/*最後の要素の余白リセット*/
.u-pc-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .u-pc-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .u-pc-only {
    display: none !important;
  }
}
.u-pc-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .u-pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .u-pc-only--flex {
    display: none !important;
  }
}

.u-tab-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .u-tab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .u-tab-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-tab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .u-tab-only {
    display: none !important;
  }
}
.u-tab-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .u-tab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .u-tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .u-tab-only--flex {
    display: none !important;
  }
}

.u-pad-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .u-pad-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-pad-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .u-pad-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .u-pad-only {
    display: none !important;
  }
}
.u-pad-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .u-pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-pad-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .u-pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .u-pad-only--flex {
    display: none !important;
  }
}

.u-sp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .u-sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-sp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .u-sp-only {
    display: block !important;
  }
}
.u-sp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .u-sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-sp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .u-sp-only--flex {
    display: flex !important;
  }
}

.u-se-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .u-se-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-se-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-se-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .u-se-only {
    display: block !important;
  }
}
.u-se-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .u-se-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-se-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-se-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .u-se-only--flex {
    display: flex !important;
  }
}

.u-pctab-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .u-pctab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .u-pctab-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .u-pctab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .u-pctab-only {
    display: none !important;
  }
}
.u-pctab-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .u-pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .u-pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .u-pctab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .u-pctab-only--flex {
    display: none !important;
  }
}

.u-tabsp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .u-tabsp-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .u-tabsp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .u-tabsp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .u-tabsp-only {
    display: block !important;
  }
}
.u-tabsp-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .u-tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .u-tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .u-tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .u-tabsp-only--flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .u-sp-none {
    display: none;
  }
}
@media (max-width: 320px) {
  .u-sp-none {
    display: none;
  }
}

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

a {
  transition: all 0.15s ease 0s;
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

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

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  position: relative;
}

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

i,
em {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 100%;
}

html,
body {
  line-height: 1.5;
  color: #111111;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  background: #ffffff;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 14px;
    font-size: 7.4666666667vw;
    line-height: 1.75;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

a {
  transition: all 0.15s ease 0s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

p {
  margin: 0;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}

main {
  display: block;
  width: 100%;
}

.l-container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .l-container {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.l-container--narrow {
  max-width: 1110px;
}
.l-container--text {
  max-width: 1034px;
}
.l-container--wide {
  max-width: 1466px;
  padding-right: 67px;
  padding-left: 67px;
}
@media (max-width: 767px) {
  .l-container--wide {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  z-index: 500;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-header {
    height: 17.6vw;
  }
}
.l-header__logo {
  line-height: 1;
  position: absolute;
  top: 37px;
  left: 30px;
  width: 209px;
  margin: 0;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .l-header__logo {
    top: 9.0666666667vw;
    left: 4vw;
    width: 33.0666666667vw;
  }
}
.l-header__logo a {
  display: block;
  position: relative;
}
.l-header__logo-img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.4s ease;
}
.l-header__logo-img--light {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.l-header.is-dark .l-header__logo-img--dark {
  opacity: 0;
}
.l-header.is-dark .l-header__logo-img--light {
  opacity: 1;
}
.l-header__actions {
  position: absolute;
  top: 0;
  right: 30px;
  width: 361px;
  height: 95px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1px;
  pointer-events: auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-header__actions {
    width: 44.8vw;
    height: 17.6vw;
    right: 5.3333333333vw;
    gap: 0.2666666667vw;
  }
}
.l-header__entry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 65px;
  padding: 20px 35px;
  background: #abcd00;
  color: #111111;
  font-family: "A P-OTF A1 Mincho StdN", "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.448;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .l-header__entry {
    height: 12.2666666667vw;
    padding: 5.3333333333vw 4vw;
    gap: 1.8666666667vw;
    font-size: 6.5px;
    font-size: 3.4666666667vw;
  }
}
.l-header__entry:hover {
  opacity: 1;
  background: #C2E415;
}
.l-header__entry:hover:after {
  transform: translateX(40%);
}
.l-header__entry::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #111111;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .l-header__entry::after {
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
  }
}
.l-header__menu {
  --bar-shift: 8px;
  width: 80px;
  height: 65px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #111111;
  gap: 6px;
  cursor: pointer;
  border: 0;
  box-sizing: border-box;
  z-index: 110;
  position: relative;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .l-header__menu {
    --bar-shift: size_sp(7);
    width: 13.3333333333vw;
    height: 12.2666666667vw;
    padding: 4vw 3.2vw;
    gap: 1.3333333333vw;
  }
}
.l-header__menu:hover {
  background: #4c4c4c;
}
.l-header__menu.is-open .l-header__menu-bar:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(160deg);
}
.l-header__menu.is-open .l-header__menu-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.l-header__menu.is-open .l-header__menu-bar:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-160deg);
}
.l-header__menu-toggle {
  width: 42px;
  height: 14px;
  position: relative;
}
@media (max-width: 767px) {
  .l-header__menu-toggle {
    width: 6.9333333333vw;
    height: 3.2vw;
  }
}
.l-header__menu-bar {
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform-origin: center center;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .l-header__menu-bar {
    height: 0.2666666667vw;
  }
}
.l-header__menu-bar:nth-child(1) {
  top: 0;
  transform: translateY(0%) rotate(0);
}
.l-header__menu-bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__menu-bar:nth-child(3) {
  bottom: 0;
  transform: translateY(0%) rotate(0);
}

body.is-menu-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  body.is-menu-open .l-header__logo-img--dark {
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  body.is-menu-open .l-header__logo-img--light {
    opacity: 0 !important;
  }
}

.l-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: 390px;
  max-width: 100%;
  max-height: 100vh;
  max-height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 125px 30px 50px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border-left: 1px solid #E1E0E0;
  border-bottom: 1px solid #E1E0E0;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transform: translateX(20px);
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s linear 0.4s;
}
@media (max-width: 767px) {
  .l-nav {
    width: 100vw;
    padding: 25.6vw 5.3333333333vw 8vw;
    transform: translateX(0);
  }
}
.l-nav.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s linear 0s;
}
.l-nav__list {
  list-style: none;
  margin: 0;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-nav__list {
    padding: 0;
    align-items: stretch;
    align-self: stretch;
  }
}
.l-nav__item {
  width: 269px;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-nav__item {
    width: 100%;
    justify-content: center;
  }
  .l-nav__item:last-child .l-nav__link {
    border-bottom: 0;
  }
}
.l-nav__link {
  display: block;
  width: 249px;
  max-width: 100%;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 2.5555;
  letter-spacing: 0.01em;
  color: #111111;
  text-decoration: none;
  text-align: right;
  padding: 0 10px 3px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid #E0E0E0;
}
@media (max-width: 767px) {
  .l-nav__link {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 2.875;
    text-align: center;
    padding: 0 2.6666666667vw 0.8vw;
    border-bottom-width: 0.2666666667vw;
  }
}
.l-nav__link:hover {
  color: #abcd00;
  padding-right: 20px;
  border-bottom-color: #abcd00;
  opacity: 1;
}
@media (max-width: 767px) {
  .l-nav__link:hover {
    padding-right: 2.6666666667vw;
  }
}

.l-footer {
  background: #111111;
  color: #ffffff;
  width: 100%;
}
.l-footer__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10.6666666667vw;
    padding: 16vw 5.3333333333vw;
  }
}
.l-footer__nav {
  flex-shrink: 0;
}
.l-footer__list {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .l-footer__list {
    gap: 13.3333333333vw;
  }
}
.l-footer__item {
  display: inline-flex;
}
.l-footer__link {
  display: inline-block;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.448;
  color: #ffffff;
  text-decoration: underline;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .l-footer__link {
    font-size: 6px;
    font-size: 3.2vw;
  }
}
.l-footer__link:hover {
  opacity: 1;
  text-decoration: none;
}
.l-footer__copyright {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.21;
  color: #999999;
  text-align: right;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    font-size: 5px;
    font-size: 2.6666666667vw;
    text-align: right;
  }
}

.c-page-top {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10;
}
@media (max-width: 767px) {
  .c-page-top {
    bottom: 21.3333333333vw;
    right: auto;
    left: 5.3333333333vw;
  }
}
.c-page-top__wrap {
  position: relative;
  width: 74px;
  height: 70px;
}
@media (max-width: 767px) {
  .c-page-top__wrap {
    width: 25.3333333333vw;
    height: 24.2666666667vw;
  }
}

.c-fixed-btn {
  transform: translateX(180%);
  transition: 1s;
}
.c-fixed-btn.is-view {
  transform: translateX(0);
  transition: 1s;
}
@media (max-width: 767px) {
  .c-fixed-btn {
    transform: translateX(-180%);
  }
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 35px;
  min-height: 60px;
  background: #abcd00;
  color: #111111;
  font-family: "A P-OTF A1 Mincho StdN", "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.448;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .c-btn {
    width: 100%;
    font-size: 16px;
    padding: 18px 20px;
    min-height: 54px;
  }
}
.c-btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #111111;
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn--more {
  gap: 6px;
  padding: 10px 23px;
  min-height: auto;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.333;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .c-btn--more {
    font-size: 14px;
    padding: 10px 23px;
  }
}

input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
}

input[type=text]:placeholder-shown,
input[type=email]:placeholder-shown,
select:placeholder-shown,
textarea:placeholder-shown {
  color: #aaa;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
input[type=text],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 5px 10px;
  background-color: #ffffff;
  border: solid 1px #ccc;
  border-radius: 3px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  height: 39px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background-image: url("./images/common/arw_select.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
  box-sizing: border-box;
}

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

input[type=radio] {
  vertical-align: 0.15em;
  margin-right: 5px;
}

.c-heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-heading {
    align-items: center;
    gap: 1.0666666667vw;
  }
}
.c-heading--left {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .c-heading--left {
    align-items: center;
  }
}
.c-heading--left .c-heading__ja {
  text-align: left;
}
@media (max-width: 767px) {
  .c-heading--left .c-heading__ja {
    text-align: center;
  }
}
.c-heading__en {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 5px 2px;
  background: #111111;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: left;
}
@media (max-width: 767px) {
  .c-heading__en {
    font-size: 9px;
    font-size: 4.8vw;
    padding: 0.5333333333vw 1.3333333333vw 0.8vw;
  }
}
.c-heading__ja {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 90px;
  line-height: 1.448;
  color: #111111;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .c-heading__ja {
    font-size: 40px;
  }
}
@media (max-width: 1600px) and (min-width: 768px) {
  .c-heading__en {
    font-size: clamp(18px, 1.75vw, 28px);
    padding: clamp(1px, 0.0625vw, 1px) clamp(4px, 0.3125vw, 5px);
  }
  .c-heading__ja {
    font-size: clamp(40px, 5.625vw, 90px);
  }
}

.p-firstview {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  background-image: url("./images/firstview/bg_pc.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-firstview {
    background-image: url("./images/firstview/bg_sp.png");
  }
}
.p-firstview + section {
  margin-top: -100vh;
  position: relative;
  z-index: 1;
}
.p-firstview__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 70px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-firstview__inner {
    max-width: 100vw;
    padding: 0;
    align-items: center;
    gap: 3.4666666667vw;
  }
}
.p-firstview__title {
  width: 100%;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #111111;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  animation: firstviewFadeIn 1.2s ease 1s both;
}
@media (max-width: 767px) {
  .p-firstview__title {
    width: auto;
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 3.3333em;
  }
}
.p-firstview__sub {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .p-firstview__sub {
    gap: 3.2vw;
  }
}
.p-firstview__deco {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 1200/124;
  margin: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .p-firstview__deco {
    width: 100%;
    max-width: 82.6666666667vw;
    aspect-ratio: 310/32;
  }
}
.p-firstview__deco-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.p-firstview__deco-svg path {
  opacity: 0;
  transform: translateY(30px);
  transform-box: fill-box;
  transform-origin: 50% 100%;
  animation: firstviewDecoReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.p-firstview__deco-svg path:nth-of-type(1) {
  animation-delay: 0.2s;
}
.p-firstview__deco-svg path:nth-of-type(2) {
  animation-delay: 0.27s;
}
.p-firstview__deco-svg path:nth-of-type(3) {
  animation-delay: 0.34s;
}
.p-firstview__deco-svg path:nth-of-type(4) {
  animation-delay: 0.41s;
}
.p-firstview__deco-svg path:nth-of-type(5) {
  animation-delay: 0.48s;
}
.p-firstview__deco-svg path:nth-of-type(6) {
  animation-delay: 0.55s;
}
.p-firstview__deco-svg path:nth-of-type(7) {
  animation-delay: 0.62s;
}
.p-firstview__deco-svg path:nth-of-type(8) {
  animation-delay: 0.69s;
}
.p-firstview__deco-svg path:nth-of-type(9) {
  animation-delay: 0.76s;
}
.p-firstview__deco-svg path:nth-of-type(10) {
  animation-delay: 0.83s;
}
.p-firstview__lead {
  width: 100%;
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 2.142857em;
  color: #111111;
  text-align: center;
  opacity: 0;
  animation: firstviewFadeIn 1.2s ease 1s both;
}
@media (max-width: 767px) {
  .p-firstview__lead {
    max-width: 100vw;
    font-size: 7.5px;
    font-size: 4vw;
    line-height: 1.6em;
  }
}
.p-firstview__scroll {
  position: absolute;
  right: 38px;
  bottom: 1px;
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #111111;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .p-firstview__scroll {
    gap: 2.1333333333vw;
    right: auto;
    left: 50%;
    bottom: 0.5333333333vw;
    transform: translateX(-80%);
  }
}
.p-firstview__scroll-label {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #111111;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-firstview__scroll-label {
    font-size: 5px;
    font-size: 2.6666666667vw;
  }
}
.p-firstview__scroll-line {
  display: block;
  width: 1px;
  height: 70px;
  background: #111111;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-firstview__scroll-line {
    height: 13.3333333333vw;
  }
}
@media (max-width: 1600px) and (min-width: 768px) {
  .p-firstview__inner {
    max-width: clamp(720px, 77.5vw, 1240px);
    gap: clamp(40px, 4.375vw, 70px);
  }
  .p-firstview__title {
    font-size: clamp(14px, 1.25vw, 20px);
  }
  .p-firstview__sub {
    gap: clamp(16px, 1.875vw, 30px);
  }
  .p-firstview__deco {
    max-width: clamp(720px, 75vw, 1200px);
  }
  .p-firstview__lead {
    font-size: clamp(18px, 1.75vw, 28px);
    line-height: 2;
  }
  .p-firstview__scroll {
    right: clamp(16px, 2.375vw, 38px);
    gap: clamp(6px, 0.625vw, 10px);
  }
  .p-firstview__scroll-label {
    font-size: clamp(10px, 0.75vw, 12px);
  }
  .p-firstview__scroll-line {
    height: clamp(40px, 4.375vw, 70px);
  }
}

@keyframes firstviewFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes firstviewFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes firstviewDecoReveal {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-firstview__title, .p-firstview__lead {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .p-firstview__deco-svg path {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.p-concept {
  position: relative;
  z-index: 1;
  color: #ffffff;
  background-color: #000000;
  padding: 140vh 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-concept {
    padding: 120vh 0 0;
  }
}
.p-concept__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  background-image: url("./images/concept/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}
@media (max-width: 767px) {
  .p-concept__bg {
    background-image: url("./images/concept/bg-sp.jpg");
  }
}
.p-concept__inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 170px;
  display: flex;
  flex-direction: column;
  gap: 200px;
  z-index: 10;
}
@media (max-width: 767px) {
  .p-concept__inner {
    max-width: 100%;
    padding: 0 5.3333333333vw 17.8666666667vw;
    gap: 26.6666666667vw;
  }
}
.p-concept__inner::after {
  content: "";
  width: 100vw;
  height: calc(100% + 100vh);
  position: absolute;
  top: -100vh;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.2) 10%, rgba(21, 21, 21, 0.5) 25%, rgba(21, 21, 21, 0.8) 45%, rgba(21, 21, 21, 0.95) 65%, rgb(21, 21, 21) 100%);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-concept__inner::after {
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.25) 15%, rgba(21, 21, 21, 0.6) 35%, rgba(21, 21, 21, 0.88) 60%, rgb(21, 21, 21) 100%);
  }
}
.p-concept__main {
  width: 100%;
  max-width: 1034px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 70px;
}
@media (max-width: 767px) {
  .p-concept__main {
    max-width: 100%;
    gap: 9.3333333333vw;
  }
}
.p-concept__main-inner {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 0;
}
@media (max-width: 767px) {
  .p-concept__main-inner {
    gap: 0;
  }
}
.p-concept__title {
  margin: 0;
  align-self: stretch;
  line-height: 0;
}
.p-concept__title picture,
.p-concept__title img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-concept__body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 767px) {
  .p-concept__body {
    gap: 0;
  }
}
.p-concept__text {
  margin: 0;
  align-self: stretch;
  line-height: 0;
}
.p-concept__text picture,
.p-concept__text img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-concept__catch {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 8px;
}
@media (max-width: 767px) {
  .p-concept__catch {
    gap: 1.0666666667vw;
  }
}
.p-concept__catch-row {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  width: 100%;
}
.p-concept__catch-text {
  margin: 0;
  width: 100%;
  align-self: stretch;
  line-height: 0;
}
.p-concept__catch-text picture,
.p-concept__catch-text img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-concept__catch-line {
  display: block;
  width: 100%;
  height: 0.5px;
  background: #ffffff;
  align-self: stretch;
}
.p-concept__lead {
  align-self: stretch;
  width: 100%;
  max-width: 1034px;
  margin: 0;
  padding: 9px 3px;
  box-sizing: border-box;
  line-height: 0;
}
@media (max-width: 767px) {
  .p-concept__lead {
    padding: 1.6vw 0.5333333333vw;
  }
}
.p-concept__lead img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-concept__youtube {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .p-concept__youtube {
    gap: 4.2666666667vw;
  }
}
.p-concept__youtube-head {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-concept__youtube-head {
    height: 17.3333333333vw;
  }
}
.p-concept__youtube-anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .p-concept__youtube-anim {
    top: 1.6vw;
  }
}
.p-concept__youtube-anim-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  animation: p-concept-marquee 30s linear infinite;
  will-change: transform;
}
@media (max-width: 767px) {
  .p-concept__youtube-anim-track {
    animation-duration: 15s;
  }
}
.p-concept__youtube-anim-item {
  display: block;
  flex-shrink: 0;
  width: 1600px;
  height: 160px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 767px) {
  .p-concept__youtube-anim-item {
    width: 112.5333333333vw;
    height: 11.2vw;
  }
}
.p-concept__youtube-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.448;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-concept__youtube-title {
    font-size: 12px;
    font-size: 6.4vw;
  }
}
.p-concept__youtube-player {
  position: relative;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 1200/674;
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-concept__youtube-player {
    max-width: 89.3333333333vw;
    aspect-ratio: 335/188;
  }
}
.p-concept__youtube-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000000;
}
@media (max-width: 1600px) and (min-width: 768px) {
  .p-concept__inner {
    max-width: clamp(720px, 77.5vw, 1240px);
    padding: 0 clamp(16px, 1.25vw, 20px) clamp(80px, 10.625vw, 170px);
    gap: clamp(100px, 12.5vw, 200px);
  }
  .p-concept__main {
    max-width: clamp(680px, 64.625vw, 1034px);
    gap: clamp(36px, 4.375vw, 70px);
  }
  .p-concept__catch {
    gap: clamp(4px, 0.5vw, 8px);
  }
  .p-concept__lead {
    max-width: clamp(680px, 64.625vw, 1034px);
    padding: clamp(5px, 0.5625vw, 9px) clamp(2px, 0.1875vw, 3px);
  }
  .p-concept__youtube {
    gap: clamp(28px, 3.125vw, 50px);
  }
  .p-concept__youtube-head {
    height: clamp(88px, 9.5vw, 152px);
  }
  .p-concept__youtube-anim-item {
    width: clamp(880px, 100vw, 1600px);
    height: clamp(88px, 10vw, 160px);
  }
  .p-concept__youtube-title {
    font-size: clamp(28px, 3.125vw, 50px);
  }
  .p-concept__youtube-player {
    max-width: clamp(720px, 75vw, 1200px);
  }
}

@keyframes p-concept-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-concept__youtube-anim-track {
    animation: none;
  }
}
.p-interview {
  background: #ffffff;
  padding: 160px 67px;
}
@media (max-width: 1024px) {
  .p-interview {
    padding: 120px 40px;
  }
}
@media (max-width: 767px) {
  .p-interview {
    padding: 26.6666666667vw 0 29.0666666667vw;
  }
}
.p-interview__section {
  max-width: 1466px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 767px) {
  .p-interview__section {
    max-width: 100vw;
    gap: 10.6666666667vw;
  }
}
.p-interview__header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 70px;
}
@media (max-width: 767px) {
  .p-interview__header {
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 5.0666666667vw;
    padding: 0 5.3333333333vw;
    box-sizing: border-box;
  }
}
.p-interview__lead {
  margin: 0;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.888;
  color: #111111;
  text-align: left;
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  .p-interview__lead {
    width: 100%;
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.75;
    padding-bottom: 0;
  }
}
.p-interview__panel {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-interview__panel {
    gap: 4.2666666667vw;
  }
}
.p-interview__swiper {
  width: 100%;
  overflow: hidden;
}
.p-interview__swiper .swiper-wrapper {
  align-items: stretch;
}
.p-interview__swiper .swiper-slide {
  width: 489px;
  height: auto;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .p-interview__swiper .swiper-slide {
    width: clamp(320px, 47.75vw, 489px);
  }
}
@media (max-width: 767px) {
  .p-interview__swiper .swiper-slide {
    width: 81.3333333333vw;
  }
}
.p-interview__card {
  position: relative;
  width: 489px;
  aspect-ratio: 489/651;
  padding: 20px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-interview__card {
    width: clamp(320px, 47.75vw, 489px);
    padding: clamp(12px, 1.95vw, 20px);
  }
}
@media (max-width: 767px) {
  .p-interview__card {
    width: 81.3333333333vw;
    aspect-ratio: 305/406;
    padding: 2.9333333333vw;
  }
}
.p-interview__card-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-interview__card-link:hover {
  opacity: 1;
}
.p-interview__card-link:hover .p-interview__card-overlay:before {
  opacity: 1;
}
.p-interview__card-link:hover .p-interview__card-title span {
  color: #abcd00;
  background: #111111;
}
.p-interview__card-link:hover .p-interview__card-more {
  background: #C2E415;
}
.p-interview__card-link:hover .p-interview__card-more:after {
  transform: translateX(40%);
}
.p-interview__card-link:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 2px;
}
.p-interview__card-photo {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-interview__card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  z-index: 1;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-interview__card-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  .p-interview__card-overlay:before {
    display: none;
  }
}
.p-interview__card-title {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4px;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-interview__card-title {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.p-interview__card-title span {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  flex-shrink: 0;
  width: 44px;
  background: #ffffff;
  color: #111111;
  padding: 9px 7px 6px;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.107;
  letter-spacing: 0.11em;
  font-feature-settings: "palt";
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .p-interview__card-title span {
    width: 7.4666666667vw;
    font-size: 10px;
    font-size: 5.3333333333vw;
    line-height: 1.2;
    letter-spacing: 0.2em;
    padding: 2.4vw 0.5333333333vw 1.8666666667vw;
  }
}
.p-interview__card-info {
  position: absolute;
  left: 14px;
  bottom: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 131px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-interview__card-info {
    left: 1.6vw;
    bottom: 2.6666666667vw;
    width: 22.9333333333vw;
  }
}
.p-interview__card-number {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 130px;
  line-height: 1;
  letter-spacing: -0.07em;
  color: #ffffff;
  position: relative;
  left: -0.04em;
}
@media (max-width: 767px) {
  .p-interview__card-number {
    font-size: 45px;
    font-size: 24vw;
  }
}
.p-interview__card-logo {
  display: block;
  width: 122px;
  height: auto;
}
@media (max-width: 767px) {
  .p-interview__card-logo {
    width: 21.0666666667vw;
  }
}
.p-interview__card-more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 23px;
  background: #abcd00;
  color: #111111;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.333;
  text-decoration: none;
  z-index: 3;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .p-interview__card-more {
    font-size: 7px;
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 3.7333333333vw;
    gap: 2.4vw;
  }
}
.p-interview__card-more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #111111;
  position: relative;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .p-interview__card-more::after {
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
    top: 0.2666666667vw;
  }
}
.p-interview__controls {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 67px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-interview__controls {
    max-width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 4.2666666667vw;
  }
}
.p-interview__pagination {
  display: none;
}
@media (max-width: 767px) {
  .p-interview__pagination {
    display: inline-flex;
    position: static;
    width: auto;
    align-items: center;
    justify-content: center;
    gap: 2.1333333333vw;
  }
  .p-interview__pagination .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    background: transparent;
    border: solid 0.2666666667vw #E0E0E0;
    border-radius: 50%;
    opacity: 1;
    margin: 0 !important;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .p-interview__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #111111;
    border-color: #111111;
  }
}
.p-interview__nav {
  display: flex;
  align-items: center;
  gap: 0;
}
@media (max-width: 767px) {
  .p-interview__nav {
    width: 100%;
    max-width: 100vw;
    padding: 0 5.3333333333vw;
    justify-content: space-between;
    box-sizing: border-box;
  }
}
.p-interview__nav-btn {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #e0e0e0;
  padding: 25px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-interview__nav-btn + .p-interview__nav-btn {
  margin-left: -1px;
}
@media (max-width: 767px) {
  .p-interview__nav-btn + .p-interview__nav-btn {
    margin-left: 0;
  }
}
.p-interview__nav-btn--prev .p-interview__nav-btn-icon {
  border-width: 5px 8px 5px 0;
  border-color: transparent #111111 transparent transparent;
}
@media (max-width: 767px) {
  .p-interview__nav-btn--prev .p-interview__nav-btn-icon {
    border-width: 1.3333333333vw 2.1333333333vw 1.3333333333vw 0;
  }
}
.p-interview__nav-btn--prev:hover .p-interview__nav-btn-icon {
  border-color: transparent #ffffff transparent transparent;
}
.p-interview__nav-btn--next .p-interview__nav-btn-icon {
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #111111;
}
@media (max-width: 767px) {
  .p-interview__nav-btn--next .p-interview__nav-btn-icon {
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
  }
}
.p-interview__nav-btn--next:hover .p-interview__nav-btn-icon {
  border-color: transparent transparent transparent #ffffff;
}
.p-interview__nav-btn:hover {
  background: #111111;
}
.p-interview__nav-btn:active {
  background-color: #e0e0e0;
}
.p-interview__nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.p-interview__nav-btn:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 2px;
}
.p-interview__nav-btn-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1600px) and (min-width: 768px) {
  .p-interview {
    padding: clamp(60px, 10vw, 160px) clamp(20px, 4.1875vw, 67px);
  }
  .p-interview__section {
    max-width: clamp(900px, 91.625vw, 1466px);
    gap: clamp(30px, 3.125vw, 50px);
  }
  .p-interview__header {
    gap: clamp(30px, 4.375vw, 70px);
  }
  .p-interview__lead {
    font-size: clamp(14px, 1.125vw, 18px);
    padding-bottom: clamp(16px, 1.75vw, 28px);
  }
  .p-interview__panel {
    gap: clamp(12px, 1.25vw, 20px);
  }
  .p-interview__controls {
    max-width: clamp(900px, 100vw, 1600px);
    padding: 0 clamp(20px, 4.1875vw, 67px);
    gap: clamp(12px, 1.25vw, 20px);
  }
}

.p-interview-detail {
  color: #111111;
  background: #ffffff;
  padding-top: 125px;
}
@media (max-width: 767px) {
  .p-interview-detail {
    padding-top: 22.9333333333vw;
  }
}
.p-interview-detail__hero {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  background: #111111;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-interview-detail__hero {
    flex-direction: column;
    padding: 5.3333333333vw 5.3333333333vw 16vw;
    gap: 10.6666666667vw;
  }
}
.p-interview-detail__hero-photo {
  flex: 0 0 50%;
  width: 50%;
  min-height: 775px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-interview-detail__hero-photo {
    flex: none;
    width: 100%;
    min-height: auto;
    aspect-ratio: 335/324;
  }
}
.p-interview-detail__hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-interview-detail__hero-intro {
  flex: 0 0 50%;
  width: 50%;
  min-height: 775px;
  background: #111111;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-interview-detail__hero-intro {
    flex: none;
    width: 100%;
    min-height: auto;
    padding: 0;
    align-items: stretch;
  }
}
.p-interview-detail__hero-inner {
  display: flex;
  flex-direction: column;
  gap: 78px;
  width: 100%;
  max-width: 665px;
}
@media (max-width: 767px) {
  .p-interview-detail__hero-inner {
    gap: 10.6666666667vw;
    max-width: 100%;
    align-items: stretch;
  }
}
.p-interview-detail__hero-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .p-interview-detail__hero-text {
    gap: 5.3333333333vw;
  }
}
.p-interview-detail__hero-title {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.1212;
  letter-spacing: -0.1em;
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-interview-detail__hero-title {
    font-size: 20px;
    font-size: 10.6666666667vw;
    line-height: 1.2;
    font-weight: 800;
  }
}
.p-interview-detail__hero-lead {
  margin: 0;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-interview-detail__hero-lead {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.p-interview-detail__hero-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-interview-detail__hero-meta {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
.p-interview-detail__hero-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .p-interview-detail__hero-info {
    align-items: flex-start;
    gap: 5.3333333333vw;
  }
}
.p-interview-detail__hero-info-name {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5454;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-interview-detail__hero-info-name {
    font-size: 10px;
    font-size: 5.3333333333vw;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.p-interview-detail__hero-info-list {
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid #E0E0E0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 767px) {
  .p-interview-detail__hero-info-list {
    padding-top: 5.3333333333vw;
    border-top-width: 0.2666666667vw;
    gap: 1.0666666667vw;
  }
}
.p-interview-detail__hero-info-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-interview-detail__hero-info-row {
    font-size: 7px;
    font-size: 3.7333333333vw;
    gap: 2.6666666667vw;
    line-height: 1.857;
    letter-spacing: 0;
  }
}
.p-interview-detail__hero-info-row dt {
  flex: 0 0 100px;
  width: 100px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-interview-detail__hero-info-row dt {
    flex: 0 0 21.3333333333vw;
    width: 21.3333333333vw;
  }
}
.p-interview-detail__hero-info-row dd {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-weight: 400;
}
.p-interview-detail__hero-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 131px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-interview-detail__hero-number {
    align-items: flex-end;
    width: 100%;
    gap: 2.1333333333vw;
    margin-top: -3.7333333333vw;
  }
}
.p-interview-detail__hero-number-num {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 130px;
  line-height: 1;
  letter-spacing: -0.07em;
  color: #ffffff;
  position: relative;
  left: -0.04em;
}
@media (max-width: 767px) {
  .p-interview-detail__hero-number-num {
    font-size: 40px;
    font-size: 21.3333333333vw;
    left: -0.07em;
  }
}
.p-interview-detail__hero-number-logo {
  display: block;
  width: 122px;
  height: auto;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .p-interview-detail__hero-number-logo {
    width: 21.3333333333vw;
    height: auto;
  }
}
@media (max-width: 1600px) and (min-width: 768px) {
  .p-interview-detail__hero-photo {
    min-height: clamp(500px, 48.4375vw, 775px);
  }
  .p-interview-detail__hero-intro {
    min-height: clamp(500px, 48.4375vw, 775px);
    padding: 2.5vw;
  }
  .p-interview-detail__hero-inner {
    gap: clamp(48px, 4.875vw, 78px);
    max-width: 41.5625vw;
  }
  .p-interview-detail__hero-text {
    gap: clamp(24px, 2.5vw, 40px);
  }
  .p-interview-detail__hero-title {
    font-size: 3.5vw;
  }
  .p-interview-detail__hero-lead {
    font-size: clamp(14px, 1vw, 16px);
  }
  .p-interview-detail__hero-meta {
    gap: clamp(12px, 1.25vw, 20px);
  }
  .p-interview-detail__hero-info {
    gap: clamp(12px, 1.125vw, 18px);
  }
  .p-interview-detail__hero-info-name {
    font-size: clamp(16px, 1.375vw, 22px);
  }
  .p-interview-detail__hero-info-list {
    padding-top: clamp(12px, 1.125vw, 18px);
  }
  .p-interview-detail__hero-info-row {
    font-size: clamp(14px, 1vw, 16px);
  }
  .p-interview-detail__hero-info-row dt {
    flex: 0 0 clamp(70px, 6.25vw, 100px);
    width: clamp(70px, 6.25vw, 100px);
  }
  .p-interview-detail__hero-number {
    width: clamp(82px, 8.1875vw, 131px);
  }
  .p-interview-detail__hero-number-num {
    font-size: clamp(80px, 8.125vw, 130px);
  }
  .p-interview-detail__hero-number-logo {
    width: clamp(76px, 7.625vw, 122px);
  }
}
.p-interview-detail__section {
  position: relative;
  width: 100%;
  background: transparent;
  color: #111111;
  box-sizing: border-box;
  overflow: hidden;
}
.p-interview-detail__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .p-interview-detail__inner {
    display: block;
    padding: 0 5.3333333333vw;
    gap: 0;
  }
}
.p-interview-detail__anchor {
  width: 280px;
  flex-shrink: 0;
  padding: 160px 0 0;
  position: relative;
  align-self: flex-start;
  box-sizing: border-box;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transition: none !important;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-interview-detail__anchor {
    flex: none;
    width: 100%;
    padding: 21.3333333333vw 0;
    transform: none !important;
    will-change: auto;
  }
}
.p-interview-detail__anchor-list, .p-interview-detail__anchor-item, .p-interview-detail__anchor-link {
  transition: none;
}
.p-interview-detail__anchor-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
@media (max-width: 767px) {
  .p-interview-detail__anchor-list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 3.2vw 0;
    gap: 0.5333333333vw 3.7333333333vw;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .p-interview-detail__anchor-list:before {
    content: "";
    background: #ffffff;
    width: 100vw;
    height: 100vh;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
.p-interview-detail__anchor-item {
  display: block;
}
.p-interview-detail__anchor-link {
  display: block;
  padding: 2px 0;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  color: #111111;
  text-decoration: none;
  transition: opacity 0.3s ease, border-color 0.3s ease !important;
  position: relative;
}
@media (max-width: 767px) {
  .p-interview-detail__anchor-link {
    font-size: 6px;
    font-size: 3.2vw;
    line-height: 2.166;
    padding: 0;
  }
}
.p-interview-detail__anchor-link:before {
  content: "";
  background: #E0E0E0;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .p-interview-detail__anchor-link:before {
    height: 0.2666666667vw;
  }
}
.p-interview-detail__anchor-link:hover {
  opacity: 0.7;
}
.p-interview-detail__anchor-link.is-current {
  font-weight: 700;
}
.p-interview-detail__anchor-link.is-current:before {
  opacity: 1;
}
.p-interview-detail__main {
  width: 100%;
  max-width: 1040px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: transparent;
}
@media (max-width: 767px) {
  .p-interview-detail__main {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}
.p-interview-detail__block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 160px 0;
  scroll-margin-top: 120px;
  background: transparent;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-interview-detail__block {
    gap: 16vw;
    padding: 26.6666666667vw 0;
    scroll-margin-top: 42.6666666667vw;
  }
}
.p-interview-detail__block:nth-of-type(odd) {
  background: #F5F5F5;
  box-shadow: 0 0 0 100vw #F5F5F5;
  clip-path: inset(0 -100vw);
}
.p-interview-detail__block:nth-of-type(even) {
  background: #ffffff;
  box-shadow: 0 0 0 100vw #ffffff;
  clip-path: inset(0 -100vw);
}
.p-interview-detail__block-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .p-interview-detail__block-head {
    gap: 3.2vw;
  }
}
.p-interview-detail__block-label {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 6px;
  background: #111111;
  color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-interview-detail__block-label {
    font-size: 8px;
    font-size: 4.2666666667vw;
    padding: 0.5333333333vw 1.6vw;
    gap: 2.6666666667vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.p-interview-detail__block-heading {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 1.2;
  color: #111111;
}
@media (max-width: 767px) {
  .p-interview-detail__block-heading {
    font-size: 13px;
    font-size: 6.9333333333vw;
    line-height: 1.4285;
    letter-spacing: -0.01em;
  }
}
.p-interview-detail__block-body {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .p-interview-detail__block-body {
    gap: 16vw;
  }
}
.p-interview-detail__block-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .p-interview-detail__block-item {
    gap: 5.3333333333vw;
  }
}
.p-interview-detail__block-subheading {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: 0.115em;
  color: #111111;
}
@media (max-width: 767px) {
  .p-interview-detail__block-subheading {
    font-size: 11px;
    font-size: 5.8666666667vw;
    font-weight: 600;
    line-height: 1.448;
    letter-spacing: 0;
  }
}
.p-interview-detail__block-text {
  margin: 0;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: #111111;
  text-align: justify;
}
@media (max-width: 767px) {
  .p-interview-detail__block-text {
    font-size: 7px;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1.857;
    letter-spacing: 0.03em;
    text-align: justify;
  }
}
.p-interview-detail__block-mark {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.034em;
  line-height: 1.5;
  background: #abcd00;
  color: inherit;
  padding: 0 0;
}
@media (max-width: 767px) {
  .p-interview-detail__block-mark {
    font-size: 9px;
    font-size: 4.8vw;
  }
}
.p-interview-detail__block-item-media {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
}
@media (max-width: 767px) {
  .p-interview-detail__block-item-media {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.p-interview-detail__block-item-media .p-interview-detail__block-text {
  flex: 1;
  min-width: 0;
}
.p-interview-detail__block-texts {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .p-interview-detail__block-texts {
    gap: 5.3333333333vw;
  }
}
.p-interview-detail__block-photo {
  flex: 0 0 400px;
  width: 400px;
  height: 380px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-interview-detail__block-photo {
    flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 335/318;
  }
}
.p-interview-detail__block-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) and (min-width: 768px) {
  .p-interview-detail__inner {
    padding: 0 clamp(20px, 3.75vw, 60px);
    gap: clamp(24px, 3.75vw, 60px);
  }
  .p-interview-detail__anchor {
    width: clamp(180px, 17.5vw, 280px);
    padding: clamp(80px, 10vw, 160px) 0 0;
  }
  .p-interview-detail__main {
    max-width: clamp(600px, 65vw, 1040px);
  }
  .p-interview-detail__block {
    gap: clamp(32px, 3.75vw, 60px);
    padding: clamp(80px, 10vw, 160px) 0;
    scroll-margin-top: clamp(60px, 7.5vw, 120px);
  }
  .p-interview-detail__block-head {
    gap: clamp(16px, 1.5vw, 24px);
  }
  .p-interview-detail__block-label {
    font-size: clamp(14px, 1.25vw, 20px);
  }
  .p-interview-detail__block-heading {
    font-size: clamp(30px, 3.375vw, 54px);
  }
  .p-interview-detail__block-body {
    gap: clamp(32px, 3.75vw, 60px);
  }
  .p-interview-detail__block-item {
    gap: clamp(16px, 1.5vw, 24px);
  }
  .p-interview-detail__block-subheading {
    font-size: clamp(22px, 2.25vw, 36px);
  }
  .p-interview-detail__block-text {
    font-size: clamp(14px, 1vw, 16px);
  }
  .p-interview-detail__block-mark {
    font-size: clamp(14px, 1.25vw, 20px);
  }
  .p-interview-detail__block-item-media {
    gap: clamp(20px, 2.5vw, 40px);
  }
  .p-interview-detail__block-texts {
    gap: clamp(16px, 1.5vw, 24px);
  }
  .p-interview-detail__block-photo {
    flex: 0 0 clamp(240px, 25vw, 400px);
    width: clamp(240px, 25vw, 400px);
    height: clamp(230px, 23.75vw, 380px);
  }
}
.p-interview-detail__related {
  background: #111111;
  color: #ffffff;
  padding: 160px 67px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-interview-detail__related {
    padding: 26.6666666667vw 0;
  }
}
.p-interview-detail__related .p-interview__section {
  gap: 54px;
}
@media (max-width: 767px) {
  .p-interview-detail__related .p-interview__section {
    gap: 7.4666666667vw;
  }
}
.p-interview-detail__related .p-interview__panel {
  width: 100%;
  max-width: 1466px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-interview-detail__related .p-interview__panel {
    gap: 4.2666666667vw;
  }
}
.p-interview-detail__related .p-interview__swiper {
  width: 100%;
  overflow: hidden;
}
.p-interview-detail__related .p-interview__swiper .swiper-wrapper {
  box-sizing: border-box;
}
.p-interview-detail__related .p-interview__swiper .swiper-slide {
  flex-shrink: 0;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.p-interview-detail__related .p-interview__swiper.swiper-initialized {
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-interview-detail__related .p-interview__swiper.swiper-initialized {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .p-interview-detail__related .p-interview__swiper {
    overflow: visible;
  }
  .p-interview-detail__related .p-interview__swiper .swiper-slide {
    width: 86.6666666667vw;
    padding: 4.8vw;
  }
}
.p-interview-detail__related .p-interview__card {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-interview-detail__related .p-interview__card {
    width: 81.3333333333vw;
    aspect-ratio: 305/406;
    padding: 2.9333333333vw;
  }
}
@media (max-width: 767px) {
  .p-interview-detail__related .p-interview__controls {
    gap: 4.2666666667vw;
  }
}
@media (max-width: 767px) {
  .p-interview-detail__related .p-interview__nav {
    width: 100%;
    max-width: 100vw;
    padding: 0 5.3333333333vw;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .p-interview-detail__related .p-interview__nav-btn {
    width: 16vw;
    height: 16vw;
    padding: 6.6666666667vw 6.4vw;
    background: transparent;
    border: 0.2666666667vw solid #E0E0E0;
  }
}
.p-interview-detail__related .p-interview__nav-btn--prev .p-interview__nav-btn-icon {
  border-color: transparent #ffffff transparent transparent;
}
.p-interview-detail__related .p-interview__nav-btn--next .p-interview__nav-btn-icon {
  border-color: transparent transparent transparent #ffffff;
}
.p-interview-detail__related .p-interview__nav-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .p-interview-detail__related .p-interview__pagination {
    gap: 2.1333333333vw;
  }
}
@media (max-width: 767px) {
  .p-interview-detail__related .p-interview__pagination .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    background: transparent;
    border: 0.2666666667vw solid #E0E0E0;
  }
}
.p-interview-detail__related .p-interview__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  border-color: #ffffff;
}
@media (max-width: 1600px) and (min-width: 768px) {
  .p-interview-detail__related .p-interview__swiper {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: visible;
  }
  .p-interview-detail__related .p-interview__swiper.swiper-initialized {
    overflow: visible;
  }
  .p-interview-detail__related .p-interview__swiper .swiper-slide {
    width: 489px;
    flex-shrink: 0;
  }
  .p-interview-detail__related .p-interview__card {
    width: 100%;
    max-width: 100%;
  }
}
.p-interview-detail__related-inner {
  max-width: 1466px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 767px) {
  .p-interview-detail__related-inner {
    max-width: 100vw;
    gap: 10.6666666667vw;
  }
}
.p-interview-detail__related-inner .p-interview__card {
  border-color: #ffffff;
  background: transparent;
}
.p-interview-detail__related-inner .p-interview__controls {
  padding: 0;
}
.p-interview-detail__related-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 767px) {
  .p-interview-detail__related-title {
    align-items: center;
    gap: 1.0666666667vw;
  }
}
.p-interview-detail__related-title .c-heading__en {
  color: #ffffff;
}
.p-interview-detail__related-title .c-heading__ja {
  color: #ffffff;
}

.p-message {
  background: #111111;
  color: #ffffff;
  width: 100%;
}
.p-message__visual {
  margin: 0;
  text-align: center;
}
.p-message__visual picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-message__visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-message--1 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-message--1 {
    min-height: 107.2vw;
  }
}
.p-message--1 .p-message__visual {
  width: 100%;
  max-width: 1600px;
  aspect-ratio: 1600/490;
}
@media (max-width: 767px) {
  .p-message--1 .p-message__visual {
    max-width: none;
    aspect-ratio: 375/402;
  }
}
.p-message--1 .p-message__visual img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-message--3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  background: #111111;
}
.p-message--3 .p-message__visual {
  width: 100%;
  max-width: 1600px;
  aspect-ratio: 1600/393;
}
@media (max-width: 767px) {
  .p-message--3 .p-message__visual {
    aspect-ratio: 375/463;
  }
}
.p-message--3 .p-message__visual picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-message--3 .p-message__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-message--2 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #111111;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-message--2 {
    flex-direction: column;
    padding: 5.3333333333vw;
    gap: 0;
  }
}
.p-message--2 .p-message__visual {
  flex: 0 0 50%;
  width: 50%;
  margin: 0;
  aspect-ratio: 800/736;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-message--2 .p-message__visual {
    flex: none;
    width: 100%;
    max-width: 89.3333333333vw;
    margin: 0 auto;
    aspect-ratio: 335/308;
  }
}
.p-message--2 .p-message__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-message--2 .p-message__panel {
  flex: 0 0 50%;
  width: 50%;
  background: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 160px 0 141px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-message--2 .p-message__panel {
    flex: none;
    width: 100%;
    padding: 13.6vw 0 18.6666666667vw;
  }
}
.p-message--2 .p-message__frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  max-width: 504px;
  width: 100%;
  padding: 0 20px;
  position: relative;
  left: -13px;
}
@media (max-width: 767px) {
  .p-message--2 .p-message__frame {
    max-width: 89.3333333333vw;
    gap: 6.6666666667vw;
    padding: 0;
    left: auto;
    align-items: stretch;
    left: auto;
  }
}
.p-message--2 .p-message__title {
  margin: 0;
  align-self: flex-start;
  width: 100%;
  max-width: 467px;
  line-height: 0;
}
@media (max-width: 767px) {
  .p-message--2 .p-message__title {
    align-self: flex-start;
    max-width: 78.4vw;
  }
}
.p-message--2 .p-message__title picture {
  display: block;
  width: 100%;
}
.p-message--2 .p-message__title img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-message--2 .p-message__subcontainer {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.p-message--2 .p-message__body {
  margin: 0;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .p-message--2 .p-message__body {
    font-size: 7px;
    font-size: 3.7333333333vw;
  }
}
.p-message--2 .p-message__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 65px;
  padding: 20px 35px;
  background: #abcd00;
  color: #111111;
  text-decoration: none;
  align-self: flex-start;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .p-message--2 .p-message__btn {
    align-self: stretch;
    gap: 3.2vw;
    height: 17.3333333333vw;
    width: 100%;
    padding: 5.3333333333vw 9.3333333333vw;
  }
}
.p-message--2 .p-message__btn:hover {
  opacity: 1;
  background: #C2E415;
}
.p-message--2 .p-message__btn:hover:after {
  transform: translateX(40%);
}
.p-message--2 .p-message__btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #111111;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .p-message--2 .p-message__btn::after {
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
    top: 0.2666666667vw;
  }
}
.p-message--2 .p-message__btn-text {
  font-family: "A P-OTF A1 Mincho StdN", "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.448;
}
@media (max-width: 1600px) and (min-width: 768px) {
  .p-message--2 .p-message__panel {
    padding: clamp(80px, 10vw, 160px) 0 clamp(70px, 8.8125vw, 141px);
  }
  .p-message--2 .p-message__frame {
    gap: clamp(14px, 1.375vw, 22px);
    max-width: clamp(340px, 31.5vw, 504px);
    padding: 0 clamp(12px, 1.25vw, 20px);
    left: clamp(-13px, -0.8125vw, -6px);
  }
  .p-message--2 .p-message__title {
    max-width: clamp(320px, 29.1875vw, 467px);
  }
  .p-message--2 .p-message__subcontainer {
    gap: clamp(24px, 2.625vw, 42px);
  }
  .p-message--2 .p-message__body {
    font-size: clamp(14px, 1vw, 16px);
  }
  .p-message--2 .p-message__btn {
    height: clamp(48px, 4.0625vw, 65px);
    padding: clamp(14px, 1.25vw, 20px) clamp(20px, 2.1875vw, 35px);
    gap: clamp(8px, 0.75vw, 12px);
  }
  .p-message--2 .p-message__btn-text {
    font-size: clamp(14px, 1.25vw, 20px);
  }
}

.p-casual {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  background-image: url("./images/casual/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 160px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-casual {
    background-image: none;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
  }
}
.p-casual__card {
  width: 100%;
  max-width: 994px;
  padding: 120px 60px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-casual__card {
    max-width: 100.2666666667vw;
    margin: 0 auto;
    padding: 18.6666666667vw 5.3333333333vw;
  }
}
.p-casual__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 50px;
}
@media (max-width: 767px) {
  .p-casual__inner {
    gap: 8vw;
  }
}
.p-casual__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-casual__content {
    gap: 5.3333333333vw;
  }
}
.p-casual__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .p-casual__head {
    gap: 1.3333333333vw;
  }
}
.p-casual__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
}
@media (max-width: 767px) {
  .p-casual__badge {
    gap: 4vw;
  }
}
.p-casual__badge-bracket {
  display: block;
  width: 27px;
  height: 34px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-casual__badge-text {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.545;
  color: #111111;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .p-casual__badge-text {
    font-size: 9.5px;
    font-size: 5.0666666667vw;
    line-height: 1.789;
  }
}
.p-casual__title {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 66px;
  line-height: 1.448;
  color: #111111;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-casual__title {
    font-size: 20px;
    font-size: 10.6666666667vw;
    line-height: 1.25;
  }
}
.p-casual__body {
  margin: 0;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.888;
  color: #111111;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-casual__body {
    width: 89.3333333333vw;
    max-width: 100%;
    margin: 0 auto;
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.75;
    text-align: left;
  }
}
.p-casual__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 60px;
  padding: 20px 35px;
  background: #abcd00;
  color: #111111;
  text-decoration: none;
  align-self: center;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .p-casual__btn {
    align-self: stretch;
    width: 100%;
    max-width: 89.3333333333vw;
    height: 17.3333333333vw;
    padding: 5.3333333333vw 9.3333333333vw;
    margin: 0 auto;
    gap: 3.2vw;
  }
}
.p-casual__btn:hover {
  opacity: 1;
  background: #C2E415;
}
.p-casual__btn:hover:after {
  transform: translateX(40%);
}
.p-casual__btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #111111;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .p-casual__btn::after {
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
    top: 0.2666666667vw;
  }
}
.p-casual__btn-text {
  font-family: "A P-OTF A1 Mincho StdN", "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-casual__btn-text {
    font-size: 10px;
    font-size: 5.3333333333vw;
  }
}
.p-casual__bg {
  display: none;
}
@media (max-width: 767px) {
  .p-casual__bg {
    display: block;
    width: 100%;
    height: 53.8666666667vw;
    background-image: url("./images/casual/bg-sp.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 1600px) and (min-width: 768px) {
  .p-casual {
    padding: clamp(80px, 10vw, 160px) clamp(16px, 1.25vw, 20px);
  }
  .p-casual__card {
    max-width: clamp(680px, 62.125vw, 994px);
    padding: clamp(64px, 7.5vw, 120px) clamp(32px, 3.75vw, 60px);
  }
  .p-casual__inner {
    gap: clamp(28px, 3.125vw, 50px);
  }
  .p-casual__badge {
    gap: clamp(10px, 0.9375vw, 15px);
  }
  .p-casual__badge-bracket {
    width: clamp(18px, 1.6875vw, 27px);
    height: clamp(22px, 2.125vw, 34px);
  }
  .p-casual__badge-text {
    font-size: clamp(16px, 1.375vw, 22px);
  }
  .p-casual__title {
    font-size: clamp(36px, 4.125vw, 66px);
  }
  .p-casual__body {
    font-size: clamp(14px, 1.125vw, 18px);
  }
  .p-casual__btn {
    height: clamp(48px, 3.75vw, 60px);
    padding: clamp(14px, 1.25vw, 20px) clamp(20px, 2.1875vw, 35px);
    gap: clamp(8px, 0.75vw, 12px);
  }
  .p-casual__btn-text {
    font-size: clamp(14px, 1.25vw, 20px);
  }
}

.p-process {
  background: #ffffff;
  padding: 160px 0;
}
@media (max-width: 767px) {
  .p-process {
    padding: 26.6666666667vw 0;
  }
}
.p-process__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-process__container {
    max-width: 100vw;
    padding: 0 5.3333333333vw;
    gap: 7.4666666667vw;
  }
}
.p-process__header {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.p-process__list {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 110px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-process__list {
    max-width: 89.3333333333vw;
    flex-direction: column;
    gap: 0;
  }
}
.p-process__col {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 545px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
@media (max-width: 767px) {
  .p-process__col {
    width: 100%;
  }
}
.p-process__step {
  position: relative;
  display: grid;
  grid-template-columns: 49px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: start;
  padding-bottom: 27px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-process__step {
    padding-bottom: 2.6666666667vw;
    grid-template-columns: 10.4vw 1fr;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
.p-process__step::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 49px;
  bottom: 0;
  width: 1px;
  background: #abcd00;
}
@media (max-width: 767px) {
  .p-process__step::before {
    left: 5.0666666667vw;
    top: 10.4vw;
  }
}
@media (min-width: 768px) {
  .p-process__step:last-child {
    padding-bottom: 0;
  }
}
.p-process__step--final {
  padding-bottom: 0;
}
.p-process__step--final::before {
  display: none;
}
.p-process__step-icon {
  position: relative;
  width: 49px;
  height: 49px;
  border-radius: 100px;
  background: #abcd00;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-process__step-icon {
    width: 10.4vw;
    height: 10.4vw;
  }
}
.p-process__step-icon img {
  aspect-ratio: 1;
  width: 26px;
  display: block;
}
.p-process__step-icon--home {
  padding: 0;
}
.p-process__step-number {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.448;
  color: #111111;
  text-align: center;
  display: inline-block;
  letter-spacing: 0;
}
.p-process__step-text {
  padding: 5px 0 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  min-width: 0;
}
@media (max-width: 767px) {
  .p-process__step-text {
    gap: 1.3333333333vw;
  }
}
.p-process__step-title {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4615;
  color: #111111;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .p-process__step-title {
    font-size: 10px;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
}
.p-process__step-desc {
  margin: 0;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #111111;
  text-align: left;
}
@media (max-width: 767px) {
  .p-process__step-desc {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.8571;
  }
}
@media (max-width: 1600px) and (min-width: 768px) {
  .p-process {
    padding: clamp(80px, 10vw, 160px) 0;
  }
  .p-process__container {
    max-width: clamp(720px, 77.5vw, 1240px);
    padding: 0 clamp(16px, 1.25vw, 20px);
    gap: clamp(30px, 3.125vw, 50px);
  }
  .p-process__list {
    max-width: clamp(720px, 75vw, 1200px);
    gap: clamp(30px, 6.875vw, 110px);
  }
  .p-process__col {
    width: clamp(300px, 34vw, 545px);
    flex: 1 1 clamp(300px, 34vw, 545px);
    min-width: 0;
  }
  .p-process__step {
    grid-template-columns: clamp(36px, 3.0625vw, 49px) 1fr;
    -moz-column-gap: clamp(12px, 1.25vw, 20px);
         column-gap: clamp(12px, 1.25vw, 20px);
    padding-bottom: clamp(16px, 1.6875vw, 27px);
  }
  .p-process__step::before {
    left: clamp(17px, 1.5vw, 24px);
    top: clamp(36px, 3.0625vw, 49px);
  }
  .p-process__step-icon {
    width: clamp(36px, 3.0625vw, 49px);
    height: clamp(36px, 3.0625vw, 49px);
  }
  .p-process__step-icon img {
    width: clamp(20px, 1.625vw, 26px);
  }
  .p-process__step-number {
    font-size: clamp(18px, 1.5vw, 24px);
  }
  .p-process__step-text {
    padding: clamp(2px, 0.3125vw, 5px) 0 0;
    gap: clamp(6px, 0.625vw, 10px);
  }
  .p-process__step-title {
    font-size: clamp(18px, 1.625vw, 26px);
  }
  .p-process__step-desc {
    font-size: clamp(14px, 1vw, 16px);
  }
}

.p-president {
  background: #ffffff;
  padding: 160px 0;
}
@media (max-width: 767px) {
  .p-president {
    padding: 26.6666666667vw 0;
  }
}
.p-president__container {
  max-width: 1600;
  margin: 0 auto;
  padding: 0 67px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-president__container {
    max-width: 100vw;
    padding: 0;
    gap: 7.4666666667vw;
  }
}
.p-president__header {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .p-president__header {
    padding: 0 5.3333333333vw;
  }
}
.p-president__panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-president__panel {
    gap: 5.3333333333vw;
  }
}
.p-president__swiper {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.p-president__swiper .swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  box-sizing: content-box;
}
.p-president__swiper .swiper-slide {
  flex: 0 0 auto;
  width: 33.3333333333%;
  height: auto;
  box-sizing: border-box;
  margin: 0;
}
.p-president__swiper.swiper-initialized {
  overflow: visible;
}
.p-president__swiper.swiper-initialized .swiper-wrapper {
  justify-content: flex-start;
}
.p-president__swiper.swiper-initialized .swiper-slide {
  width: 305px;
  margin: 0;
}
@media (max-width: 767px) {
  .p-president__swiper.swiper-initialized .swiper-slide {
    width: 86.6666666667vw;
  }
}
.p-president__card {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 489/534;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #E0E0E0;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-president__card {
    aspect-ratio: 305/333;
  }
}
.p-president__card-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.p-president__card-link:hover {
  opacity: 1;
}
.p-president__card-link:hover .p-president__card-overlay:after {
  opacity: 1;
}
.p-president__card-link:hover .p-president__card-more:after {
  transform: translateX(40%);
}
.p-president__card-photo {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-president__card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-president__card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-president__card-overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.p-president__card-link:hover .p-president__card-overlay {
  background: rgba(255, 255, 255, 0.15);
}
.p-president__card-more {
  position: absolute;
  right: 46px;
  bottom: 39px;
  right: 2.875vw;
  bottom: 2.4375vw;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111111;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .p-president__card-more {
    right: 7.4666666667vw;
    bottom: 6.4vw;
    gap: 2.1333333333vw;
  }
}
.p-president__card-more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #111111;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .p-president__card-more::after {
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
    top: 0.2666666667vw;
  }
}
.p-president__card-more-text {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.333;
  letter-spacing: 0;
  color: #111111;
}
@media (max-width: 767px) {
  .p-president__card-more-text {
    font-size: 7px;
    font-size: 3.7333333333vw;
  }
}
.p-president__nav {
  display: none;
}
@media (max-width: 767px) {
  .p-president__nav {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    padding: 0 5.3333333333vw;
    justify-content: space-between;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .p-president__nav-btn {
    width: 16vw;
    height: 16vw;
    background: transparent;
    border: 0.2666666667vw solid #e0e0e0;
    padding: 6.6666666667vw 6.4vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .p-president__nav-btn + .p-president__nav-btn {
    margin-left: 0;
  }
  .p-president__nav-btn:hover {
    background: #111111;
  }
  .p-president__nav-btn:active {
    background-color: #e0e0e0;
  }
  .p-president__nav-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
  }
  .p-president__nav-btn:focus-visible {
    outline: 0.5333333333vw solid #111111;
    outline-offset: 0.5333333333vw;
  }
}
@media (max-width: 767px) {
  .p-president__nav-btn--prev .p-president__nav-btn-icon {
    border-width: 1.3333333333vw 2.1333333333vw 1.3333333333vw 0;
    border-color: transparent #111111 transparent transparent;
  }
  .p-president__nav-btn--prev:hover .p-president__nav-btn-icon {
    border-color: transparent #ffffff transparent transparent;
  }
}
@media (max-width: 767px) {
  .p-president__nav-btn--next .p-president__nav-btn-icon {
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
    border-color: transparent transparent transparent #111111;
  }
  .p-president__nav-btn--next:hover .p-president__nav-btn-icon {
    border-color: transparent transparent transparent #ffffff;
  }
}
.p-president__nav-btn-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1600px) and (min-width: 768px) {
  .p-president {
    padding: clamp(80px, 10vw, 160px) 0;
  }
  .p-president__container {
    padding: 0 clamp(20px, 4.1875vw, 67px);
    gap: clamp(28px, 3.25vw, 52px);
  }
  .p-president__panel {
    gap: clamp(12px, 1.25vw, 20px);
  }
  .p-president__swiper.swiper-initialized .swiper-slide {
    width: clamp(220px, 19.0625vw, 305px);
  }
  .p-president__card-more {
    right: clamp(20px, 2.875vw, 46px);
    bottom: clamp(18px, 2.4375vw, 39px);
    gap: clamp(6px, 0.5vw, 8px);
  }
  .p-president__card-more-text {
    font-size: clamp(12px, 1vw, 16px);
  }
}

.p-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.3s;
}
@media (max-width: 767px) {
  .p-modal {
    padding: 5.3333333333vw;
  }
}
.p-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}
.p-modal.is-open .p-modal__dialog {
  transform: scale(1);
}
.p-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.8);
  cursor: pointer;
}
.p-modal__dialog {
  position: relative;
  width: 780px;
  max-width: calc(100% - 48px);
  max-height: 100%;
  box-sizing: border-box;
  transform: scale(0.96);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1280px) and (min-width: 768px) {
  .p-modal__dialog {
    width: 70vw;
  }
}
@media (max-width: 767px) {
  .p-modal__dialog {
    width: 89.3333333333vw;
    max-width: 100%;
  }
}
.p-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #E0E0E0;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-modal__close:hover {
  background: rgba(255, 255, 255, 0.1);
}
.p-modal__close:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}
@media (max-width: 767px) {
  .p-modal__close {
    top: calc(50% - 62.6666666667vw);
    right: 5.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    padding: 3.7333333333vw;
    border-width: 0.2666666667vw;
  }
}
.p-modal__close-icon {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .p-modal__close-icon {
    width: 4vw;
    height: 4vw;
  }
}
.p-modal__close-icon::before, .p-modal__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-modal__close-icon::before, .p-modal__close-icon::after {
    height: 0.2666666667vw;
  }
}
.p-modal__close-icon::before {
  transform: translateY(-50%) rotate(45deg);
}
.p-modal__close-icon::after {
  transform: translateY(-50%) rotate(-45deg);
}
.p-modal__body {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  overflow: hidden;
  background: #ffffff;
}
@media (max-width: 767px) {
  .p-modal__body {
    max-height: calc(100dvh - 29.8666666667vw);
  }
}
.p-modal__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}

body.is-modal-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  overscroll-behavior: contain;
}
body.is-modal-open .p-concept__bg,
body.is-modal-open .pin-spacer {
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.p-blog {
  background: #f5f5f5;
  padding: 160px 0;
}
@media (max-width: 767px) {
  .p-blog {
    padding: 26.6666666667vw 0;
  }
}
.p-blog__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-blog__container {
    max-width: 100vw;
    padding: 0 5.3333333333vw;
    gap: 7.4666666667vw;
  }
}
@media (max-width: 767px) {
  .p-blog__header {
    text-align: center;
  }
}
.p-blog__content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 767px) {
  .p-blog__content {
    gap: 16vw;
  }
}
.p-blog__post {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.p-blog__post:hover {
  opacity: 1;
}
.p-blog__post:hover .p-blog__post-more {
  background: #C2E415;
}
.p-blog__post:hover .p-blog__post-more::after {
  transform: translateX(40%);
}
@media (max-width: 767px) {
  .p-blog__post {
    flex-direction: column;
    gap: 9.6vw;
    align-items: stretch;
  }
}
.p-blog__post-photo {
  flex: 0 0 376px;
  width: 376px;
  aspect-ratio: 376/236;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-blog__post-photo {
    flex: none;
    width: 100%;
    max-width: 89.6vw;
    margin: 0 auto;
    aspect-ratio: 336/211;
  }
}
.p-blog__post-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-blog__post-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767px) {
  .p-blog__post-body {
    flex: none;
    justify-content: flex-start;
    gap: 5.3333333333vw;
  }
}
.p-blog__post-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .p-blog__post-inner {
    gap: 4vw;
  }
}
.p-blog__post-date {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0;
}
.p-blog__post-date-line {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #4c4c4c;
}
.p-blog__post-date-text {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #111111;
}
.p-blog__post-title {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.428;
  color: #111111;
}
@media (max-width: 767px) {
  .p-blog__post-title {
    font-size: 11px;
    font-size: 5.8666666667vw;
    line-height: 1.545;
  }
}
.p-blog__post-excerpt {
  margin: 0;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #111111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-blog__post-excerpt {
    -webkit-line-clamp: 4;
  }
}
.p-blog__post-more {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 23px;
  background: #abcd00;
  color: #111111;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-blog__post-more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #111111;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .p-blog__post-more::after {
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
    top: 0.2666666667vw;
  }
}
.p-blog__post-more-text {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.333;
}
@media (max-width: 1600px) and (min-width: 768px) {
  .p-blog {
    padding: clamp(80px, 10vw, 160px) 0;
  }
  .p-blog__container {
    max-width: clamp(720px, 77.5vw, 1240px);
    padding: 0 clamp(16px, 1.25vw, 20px);
    gap: clamp(32px, 3.375vw, 54px);
  }
  .p-blog__content {
    gap: clamp(48px, 5vw, 80px);
  }
  .p-blog__post {
    gap: clamp(20px, 2.25vw, 36px);
  }
  .p-blog__post-photo {
    flex: 0 0 clamp(240px, 23.5vw, 376px);
    width: clamp(240px, 23.5vw, 376px);
  }
  .p-blog__post-body {
    gap: clamp(20px, 2.5vw, 40px);
  }
  .p-blog__post-inner {
    gap: clamp(10px, 0.9375vw, 15px);
  }
  .p-blog__post-date {
    gap: clamp(8px, 0.6875vw, 11px);
  }
  .p-blog__post-date-line {
    width: clamp(24px, 2.5vw, 40px);
  }
  .p-blog__post-date-text {
    font-size: clamp(12px, 0.875vw, 14px);
  }
  .p-blog__post-title {
    font-size: clamp(20px, 1.75vw, 28px);
  }
  .p-blog__post-excerpt {
    font-size: clamp(14px, 1vw, 16px);
  }
  .p-blog__post-more {
    padding: clamp(8px, 0.625vw, 10px) clamp(16px, 1.4375vw, 23px);
    gap: clamp(6px, 0.5vw, 8px);
  }
  .p-blog__post-more-text {
    font-size: clamp(13px, 1vw, 16px);
  }
}

.p-faq {
  background: #ffffff;
  padding: 160px 0;
}
@media (max-width: 767px) {
  .p-faq {
    padding: 26.6666666667vw 0;
  }
}
.p-faq__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-faq__container {
    max-width: 100vw;
    padding: 0 5.3333333333vw;
    gap: 7.4666666667vw;
  }
}
@media (max-width: 767px) {
  .p-faq__header {
    text-align: center;
  }
}
.p-faq__list {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-faq__item {
  background: #F5F5F5;
  transition: padding-bottom 0.35s ease;
  box-sizing: border-box;
}
.p-faq__item.is-open {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .p-faq__item.is-open {
    padding-bottom: 8vw;
  }
}
.p-faq__item-question {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  padding: 14px 30px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-faq__item-question:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-faq__item-question {
    gap: 2.6666666667vw;
    padding: 3.7333333333vw 5.3333333333vw;
  }
}
.p-faq__item-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.p-faq__item-label {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background: #abcd00;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.03em;
  transition: font-size 0.25s ease;
}
.p-faq__item-text {
  flex: 1;
  min-width: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #111111;
  text-align: left;
  letter-spacing: 0;
  transition: font-size 0.25s ease, line-height 0.25s ease;
}
@media (max-width: 767px) {
  .p-faq__item-text {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 1.5555;
  }
}
.p-faq__item-icon {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.p-faq__item-icon::before, .p-faq__item-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #111111;
  transition: transform 0.3s ease;
}
.p-faq__item-icon::before {
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.p-faq__item-icon::after {
  width: 2px;
  height: 20px;
  transform: translate(-50%, -50%);
}
.p-faq__item-answer {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 30px;
  box-sizing: border-box;
  transition: grid-template-rows 0.35s ease;
}
@media (max-width: 767px) {
  .p-faq__item-answer {
    padding: 0 5.3333333333vw;
  }
}
.p-faq__item-answer-inner {
  overflow: hidden;
  min-height: 0;
}
.p-faq__item-answer-text {
  padding: 18px 15px 0;
  margin-top: 2px;
  border-top: 1px solid #E1E0E0;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #111111;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-faq__item-answer-text {
    padding: 4.8vw 0 0;
    margin-top: 0;
  }
}
.p-faq__item.is-open .p-faq__item-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.p-faq__item.is-open .p-faq__item-answer {
  grid-template-rows: 1fr;
}
@media (max-width: 1600px) and (min-width: 768px) {
  .p-faq {
    padding: clamp(80px, 10vw, 160px) 0;
  }
  .p-faq__container {
    max-width: clamp(720px, 77.5vw, 1240px);
    padding: 0 clamp(16px, 1.25vw, 20px);
    gap: clamp(30px, 3.25vw, 52px);
  }
  .p-faq__item.is-open {
    padding-bottom: clamp(18px, 1.875vw, 30px);
  }
  .p-faq__item-question {
    gap: clamp(16px, 1.875vw, 30px);
    padding: clamp(10px, 0.875vw, 14px) clamp(16px, 1.875vw, 30px);
  }
  .p-faq__item-content {
    gap: clamp(10px, 0.9375vw, 15px);
  }
  .p-faq__item-label {
    width: clamp(26px, 2.1875vw, 35px);
    height: clamp(26px, 2.1875vw, 35px);
    font-size: clamp(14px, 1.25vw, 20px);
  }
  .p-faq__item-text {
    font-size: clamp(15px, 1.25vw, 20px);
  }
  .p-faq__item-icon {
    width: clamp(14px, 1.25vw, 20px);
    height: clamp(14px, 1.25vw, 20px);
  }
  .p-faq__item-icon::before {
    width: clamp(14px, 1.25vw, 20px);
  }
  .p-faq__item-icon::after {
    height: clamp(14px, 1.25vw, 20px);
  }
  .p-faq__item-answer {
    padding: 0 clamp(16px, 1.875vw, 30px);
  }
  .p-faq__item-answer-text {
    padding: clamp(12px, 1.125vw, 18px) clamp(8px, 0.9375vw, 15px) 0;
    font-size: clamp(14px, 1vw, 16px);
  }
}

.p-positions {
  background: #f5f5f5;
  padding: 160px 0;
}
@media (max-width: 767px) {
  .p-positions {
    padding: 26.6666666667vw 0;
  }
}
.p-positions__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-positions__container {
    max-width: 100vw;
    padding: 0 5.3333333333vw;
    gap: 7.7333333333vw;
  }
}
@media (max-width: 767px) {
  .p-positions__header {
    text-align: center;
  }
}
.p-positions__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 2.25vw, 36px);
}
@media (max-width: 767px) {
  .p-positions__list {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}
.p-positions__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  background: #ffffff;
  padding: 30px 40px;
  border: 0;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .p-positions__card {
    flex-direction: column;
    align-items: stretch;
    gap: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.p-positions__card:hover {
  opacity: 1;
}
.p-positions__card:hover .p-positions__card-more {
  background: #C2E415;
}
.p-positions__card:hover .p-positions__card-more::after {
  transform: translateX(40%);
}
.p-positions__card:focus-visible {
  outline: 2px solid #abcd00;
  outline-offset: -2px;
}
.p-positions__card-title {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.545;
  color: #111111;
  text-align: left;
}
@media (max-width: 767px) {
  .p-positions__card-title {
    flex: none;
    font-size: 10px;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.p-positions__card-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 23px;
  background: #abcd00;
  color: #111111;
  box-sizing: border-box;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .p-positions__card-more {
    gap: 1.6vw;
    padding: 2.6666666667vw 6.1333333333vw;
    align-self: flex-start;
  }
}
.p-positions__card-more::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #111111;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .p-positions__card-more::after {
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
    top: 0.2666666667vw;
  }
}
.p-positions__card-more-text {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.333;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-positions__card-more-text {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 1600px) and (min-width: 768px) {
  .p-positions {
    padding: clamp(80px, 10vw, 160px) 0;
  }
  .p-positions__container {
    max-width: clamp(720px, 77.5vw, 1240px);
    padding: 0 clamp(16px, 1.25vw, 20px);
    gap: clamp(30px, 3.25vw, 52px);
  }
  .p-positions__card {
    padding: clamp(20px, 1.875vw, 30px) clamp(20px, 2.5vw, 40px);
    gap: clamp(14px, 1.25vw, 20px);
  }
  .p-positions__card-title {
    font-size: clamp(16px, 1.375vw, 22px);
  }
  .p-positions__card-more {
    gap: clamp(5px, 0.375vw, 6px);
    padding: clamp(8px, 0.625vw, 10px) clamp(16px, 1.4375vw, 23px);
  }
  .p-positions__card-more-text {
    font-size: clamp(13px, 1vw, 16px);
  }
}

@media (max-width: 767px) {
  .p-modal--position .p-modal__close {
    top: 5.3333333333vw;
  }
}
.p-modal--position .p-modal__dialog--position {
  width: 582px;
  max-width: calc(100% - 48px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 1280px) and (min-width: 768px) {
  .p-modal--position .p-modal__dialog--position {
    width: clamp(420px, 55vw, 582px);
  }
}
@media (max-width: 767px) {
  .p-modal--position .p-modal__dialog--position {
    width: 89.3333333333vw;
    max-width: 100%;
  }
}
.p-modal--position .p-modal__body--position {
  overflow-y: auto;
}
@media (max-width: 767px) {
  .p-modal--position .p-modal__body--position {
    max-height: calc(100dvh - 29.8666666667vw - 10.6666666667vw);
  }
}

.p-position-detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 40px 0;
  background: #ffffff;
  box-sizing: border-box;
}
@media (max-width: 1280px) and (min-width: 768px) {
  .p-position-detail {
    padding: clamp(20px, 2.5vw, 30px) clamp(20px, 3vw, 40px) 0;
    gap: clamp(16px, 1.5vw, 20px);
  }
}
@media (max-width: 767px) {
  .p-position-detail {
    padding: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}
.p-position-detail__title {
  margin: 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.545;
  color: #111111;
  text-align: left;
}
@media (max-width: 767px) {
  .p-position-detail__title {
    font-size: 10px;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.p-position-detail__spec {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .p-position-detail__spec {
    gap: 0.8vw;
    padding: 4.8vw 0;
    border-top-width: 0.2666666667vw;
    border-bottom-width: 0.2666666667vw;
  }
}
.p-position-detail__spec-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
@media (max-width: 767px) {
  .p-position-detail__spec-row {
    gap: 2.6666666667vw;
  }
}
.p-position-detail__spec-row dt {
  flex: 0 0 100px;
  width: 100px;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  color: #111111;
}
@media (max-width: 767px) {
  .p-position-detail__spec-row dt {
    flex: 0 0 26.6666666667vw;
    width: 26.6666666667vw;
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.857;
  }
}
.p-position-detail__spec-row dd {
  flex: 1;
  margin: 0;
  min-width: 0;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #111111;
}
@media (max-width: 767px) {
  .p-position-detail__spec-row dd {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.857;
  }
}
.p-position-detail__description {
  margin: 0;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #111111;
  text-align: justify;
}
@media (max-width: 767px) {
  .p-position-detail__description {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.75;
    text-align: left;
  }
}
.p-position-detail__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: calc(100% + 80px);
  margin: 10px -40px 0;
  padding: 10px 23px;
  background: #abcd00;
  color: #111111;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1280px) and (min-width: 768px) {
  .p-position-detail__cta {
    width: calc(100% + 2 * clamp(20px, 3vw, 40px));
    margin: calc(-1 * clamp(5px, 0.625vw, 10px)) calc(-1 * clamp(20px, 3vw, 40px)) 0;
  }
}
@media (max-width: 767px) {
  .p-position-detail__cta {
    display: inline-flex;
    width: auto;
    margin: 0;
    align-self: flex-start;
    gap: 2.1333333333vw;
    padding: 2.6666666667vw 6.1333333333vw;
  }
}
.p-position-detail__cta::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #111111;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .p-position-detail__cta::after {
    border-width: 1.3333333333vw 0 1.3333333333vw 2.1333333333vw;
    top: 0.2666666667vw;
  }
}
.p-position-detail__cta:hover {
  opacity: 1;
  background: #C2E415;
}
.p-position-detail__cta:hover::after {
  transform: translateX(40%);
}
.p-position-detail__cta-text {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.333;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-position-detail__cta-text {
    font-size: 8px;
    font-size: 4.2666666667vw;
  }
}/*# sourceMappingURL=style.css.map */