@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

:where(:root) {
  scrollbar-gutter: stable;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

:where(body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd) {
  margin: 0;
}

:where(body) {
  min-height: 100vh;
}

:where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style-type: "";
}

:where(a:not([class])) {
  color: currentColor;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[class]) {
  display: block;
  text-decoration: none;
  color: inherit;
}

:where(img, picture) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

:where(svg) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  fill: currentColor;
}

:where(input, button, textarea, select) {
  font-family: inherit;
  font-size: inherit;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  color: inherit;
}

:where(button) {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  touch-action: manipulation;
}

:where(address) {
  font-style: normal;
}

:where(dialog) {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  border: none;
  position: static;
  background: transparent;
  font: inherit;
  color: inherit;
}

:where(fieldset) {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

:where(legend) {
  margin: 0;
  padding: 0;
}

:where(summary)::-webkit-details-marker {
  display: none;
}

:root {
  --duration: 0.3s;
  --black: #1a1a1a;
  --black-70: #1a1a1a70;
  --black-30: #1a1a1a30;
  --gray: #ccc;
  --red: #820000;
  --red2: #953e2e;
  --red3: #bb3321;
  --orange: #d3864e;
  --brown: #7f5c3c;
  --brown2: #ba9a65;
  --brown3: #cbaf49;
  --sand: #dfc174;
  --sand2: #d3bb7e;
  --gold: #a78a4a;
}

html {
  scroll-padding-top: 8.875rem;
}
@media screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 3rem;
  }
}
html:not([lang=ja]) {
  word-break: break-word;
}
html.is-scroll-locked {
  position: fixed;
  inset: 0;
  width: 100%;
  overflow: hidden;
}

body {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--black);
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.8125rem;
  }
}

.sawarabi {
  font-family: YakuHanJP, "Sawarabi Gothic", sans-serif;
}

.noto-mincho {
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.mincho {
  font-family: YakuHanMP, serif;
}

* {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  * {
    letter-spacing: 0.02em;
  }
}

/**
 * l-container
 */
.l-container {
  overflow-x: clip;
  position: relative;
}

/**
 * l-footer
 */
.l-footer .entry-sec {
  background-color: #fff;
  position: relative;
}
.l-footer .entry-sec .obi {
  background: linear-gradient(140deg, #a18a53 0%, #a18a53 50%, #cfb788 77%, #a18a53 99%);
  height: 25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer .entry-sec .obi {
    height: 89.3333333333vw;
  }
}
.l-footer .entry-sec .obi .copy {
  width: 100%;
  max-width: 85.375rem;
}
.l-footer .entry-sec .obi .copy .main {
  width: 66.75rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .l-footer .entry-sec .obi .copy .main {
    width: 100%;
  }
}
.l-footer .entry-sec .obi .copy .sub {
  color: #fff;
  font-size: 1.75rem;
  margin-left: 5.625rem;
}
@media screen and (max-width: 768px) {
  .l-footer .entry-sec .obi .copy .sub {
    font-size: 4vw;
    margin-left: 4vw;
    position: absolute;
    top: 22.6666666667vw;
    left: 0;
    line-height: 1.6;
  }
}
.l-footer .entry-sec .list {
  width: calc(100% - 4.375rem);
  max-width: 75rem;
  margin: -7.5rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer .entry-sec .list {
    width: calc(100% - 2.1875rem);
    margin-top: -11.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-footer .entry-sec .list::after {
  content: "";
  width: 0.0625rem;
  height: calc(100% - 3.75rem);
  background-color: var(--sand);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .l-footer .entry-sec .list::after {
    height: 0.0625rem;
    width: calc(100% - 3.75rem);
    left: 0;
    right: 0;
  }
}
.l-footer .entry-sec .list .item a {
  padding: 5rem 0;
  color: #fff;
  background-color: var(--red3);
  text-align: center;
  font-size: 1.75rem;
}
@media screen and (max-width: 1024px) {
  .l-footer .entry-sec .list .item a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .entry-sec .list .item a {
    padding: 1.875rem 0 3.125rem;
    font-size: 1.125rem;
  }
}
.l-footer .entry-sec .list .item a .more {
  padding-right: 0;
  margin: 3rem auto 0;
  width: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .l-footer .entry-sec .list .item a .more {
    width: 2.0625rem;
    margin-top: 1.25rem;
  }
}
.l-footer .entry-sec .list .item a .more::after {
  content: none;
}
.l-footer .entry-sec .list .item a .more .arrow {
  width: 4.0625rem;
  height: 2.5rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer .entry-sec .list .item a .more .arrow {
    width: 2.0625rem;
    height: 1.25rem;
  }
}
.l-footer .entry-sec .list .item a .more .arrow::before, .l-footer .entry-sec .list .item a .more .arrow::after {
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer .entry-sec .list .item a .more .arrow::before, .l-footer .entry-sec .list .item a .more .arrow::after {
    line-height: 1.25rem;
  }
}
.l-footer .entry-sec .signature {
  background-color: #fff;
  padding-top: 3.75rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 1024px) {
  .l-footer .entry-sec .signature {
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
  }
}
.l-footer .entry-sec .signature .inner {
  width: calc(100% - 4.375rem);
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .l-footer .entry-sec .signature .inner {
    display: block;
  }
}
.l-footer .entry-sec .signature .inner .footer-logo {
  width: 9.125rem;
}
@media screen and (max-width: 1024px) {
  .l-footer .entry-sec .signature .inner .footer-logo {
    width: 10.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer .entry-sec .signature .inner .link {
    text-align: center;
    margin-top: 1.25rem;
  }
}
.l-footer .entry-sec .signature .inner .link a {
  font-size: 0.875rem;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .l-footer .entry-sec .signature .inner .link a {
    font-size: 0.75rem;
  }
}
.l-footer .entry-sec .signature .inner .link a span {
  display: inline-block;
  width: 0.875rem;
  height: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .l-footer .entry-sec .signature .inner .link a span {
    width: 0.75rem;
    height: 0.625rem;
  }
}
.l-footer .entry-sec .totop {
  position: absolute;
  top: 2.25rem;
  right: 1.875rem;
  width: 0.75rem;
}
@media screen and (max-width: 768px) {
  .l-footer .entry-sec .totop {
    width: 0.625rem;
    right: 1.25rem;
    top: -0.625rem;
  }
}

/**
 * l-header
 */
.l-header {
  padding: 1.375rem 0 1.5rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 8.875rem;
}
@media screen and (max-width: 1024px) {
  .l-header {
    padding: 0.75rem 1.25rem;
    height: 3rem;
  }
}
.l-header .logo {
  width: 20.625rem;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 1280px) {
  .l-header .logo {
    width: 13.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .logo {
    width: 10.3125rem;
    margin: 0;
    position: fixed;
    top: 0.75rem;
    left: 1.25rem;
    z-index: 100;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .pc-nav {
    display: none;
  }
}
.l-header .pc-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(1.8301610542vw, 1.5625rem);
}
@media screen and (max-width: 1280px) {
  .l-header .pc-nav ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin: 0 6.25rem;
  }
  .l-header .pc-nav ul li {
    text-align: center;
  }
  .l-header .pc-nav ul li a {
    display: block;
  }
}
.l-header .pc-nav ul a {
  text-decoration: none;
  letter-spacing: -0.07em;
  color: var(--brown);
  font-size: 0.875rem;
  transition: opacity 0.2s;
  position: relative;
  z-index: 1;
}
.l-header .pc-nav ul a:hover {
  opacity: 0.8;
}
.l-header .pc-nav ul .dropdown-trigger {
  position: relative;
}
.l-header .pc-nav ul .dropdown-trigger .cursor {
  display: inline-block;
  width: 0.625rem;
  margin-left: 0.3125rem;
  translate: 0 -0.125rem;
}
.l-header .pc-nav ul .dropdown-trigger .dropdown-targget {
  position: absolute;
  top: 0;
  z-index: 0;
  left: -0.625rem;
  width: 18.75rem;
  background-color: #fff;
  padding: 0.625rem;
  padding-top: 3.1875rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.l-header .pc-nav ul .dropdown-trigger .dropdown-targget a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.l-header .pc-nav ul .dropdown-trigger .dropdown-targget a + a {
  margin-top: 0.625rem;
}
.l-header .pc-nav ul .dropdown-trigger .dropdown-targget a span {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0;
}
.l-header .pc-nav ul .dropdown-trigger:hover .dropdown-targget {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .l-header .sp-nav {
    display: none;
  }
}
.l-header .sp-nav .sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 50;
  padding: 5rem 3.125rem 7.5rem;
  color: var(--brown);
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.l-header .sp-nav .sp-menu::before {
  content: "";
  width: 100%;
  height: 3.625rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 80%, white 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-header .sp-nav .sp-menu.is-open {
  visibility: visible;
  opacity: 1;
}
.l-header .sp-nav .sp-menu__block__midashi {
  margin-bottom: 0.3125rem;
}
.l-header .sp-nav .sp-menu__block__midashi .en {
  font-size: 1.75rem;
}
.l-header .sp-nav .sp-menu__block__list .item a {
  display: block;
  width: 100%;
  color: var(--brown);
  border-bottom: 0.0625rem solid var(--black);
  padding: 0.9375rem 2.5rem 0.9375rem 0;
  letter-spacing: 0;
  line-height: 1.4;
}
.l-header .sp-nav .sp-menu__block__list .item a i {
  font-style: normal;
  font-size: 0.625rem;
}
.l-header .sp-nav .sp-menu__block__list .item a.projectstory1-link {
  border-bottom: none;
  padding-bottom: 0.625rem;
}
.l-header .sp-nav .sp-menu__block__list .item a.projectstory2-link {
  border-top: none;
  padding-top: 0;
}
.l-header .sp-nav .sp-menu .sp-menu__block + .sp-menu__block {
  margin-top: 1.875rem;
}
.l-header .l-nav-hamburger {
  width: 1.625rem;
  height: 0.8125rem;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 300;
  right: 1.25rem;
  margin: auto;
}
.l-header .l-nav-hamburger span {
  display: inline-block;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.l-header .l-nav-hamburger span:nth-child(1) {
  background-color: var(--black);
  width: 100%;
  height: 0.0625rem;
  top: 0;
}
.l-header .l-nav-hamburger span:nth-child(2) {
  background-color: var(--black);
  width: 100%;
  height: 0.0625rem;
  top: 0.375rem;
}
.l-header .l-nav-hamburger span:nth-child(3) {
  background-color: var(--black);
  width: 100%;
  height: 0.0625rem;
  bottom: 0;
}
.l-header .l-nav-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header .l-nav-hamburger.is-open span:nth-child(1) {
  rotate: 30deg;
  top: calc(50% - 0.03125rem);
}
.l-header .l-nav-hamburger.is-open span:nth-child(3) {
  rotate: -30deg;
  top: calc(50% - 0.03125rem);
}

/**
 * l-loading
 */
.l-loading {
  display: grid;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  place-items: center;
  transition: opacity var(--duration), visibility var(--duration);
  background: var(--sand);
}
.l-loading.is-loaded {
  visibility: hidden;
  opacity: 0;
}

.l-loading__txt {
  font-size: 1.6666666667vw;
  color: white;
}

@media screen and (min-width: 769px) {
  .l-loading__txt {
    font-size: 2vw;
  }
}
.c-loading {
  color: #fff;
  font-size: 0.8125rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
}
.c-loading .dot {
  height: 2px;
  width: 2px;
  animation: dots 0.3s infinite ease-in-out;
  background-color: #fff;
  display: inline-block;
  margin-left: -2px;
}
.c-loading .dot:nth-child(2) {
  animation-delay: 0.1s;
}
.c-loading .dot:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes dots {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
/**
 * l-nav
 */
/**
 * l-nav-hamburger
 */
/**
 * l-nav-overlay
 */
.l-nav-overlay {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity var(--duration), visibility var(--duration);
  background: var(--black-30);
  backdrop-filter: blur(5px);
}
.l-nav-overlay.is-open {
  visibility: visible;
  opacity: 1;
}

/**
 * l-page-top
 */
.l-page-top {
  opacity: 0;
  position: fixed;
  right: 0.9375rem;
  bottom: 1.875rem;
  transition: opacity var(--duration);
  color: var(--black);
}
.l-page-top.is-show {
  opacity: 1;
}
.l-page-top.is-stop {
  position: absolute;
}

.l-page-top__link {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid;
  border-radius: 50%;
  background: white;
}
.l-page-top__link::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid;
  border-right: 0.125rem solid;
  position: absolute;
  top: calc(50% + 0.125rem);
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 769px) {
  .l-page-top {
    right: 1.875rem;
  }
  .l-page-top__link {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.l-pagehead {
  background-color: var(--sand2);
  color: #fff;
  padding: 3.125rem 0;
  background-image: url("../images/common/bg_pagehead-01_pc.svg");
  background-repeat: no-repeat;
  background-position: calc(50% + 25rem) top;
  background-size: 38.5rem;
}
@media screen and (max-width: 768px) {
  .l-pagehead {
    padding: 1.25rem 0;
    background-image: url("../images/common/bg_pagehead-01_sp.svg");
    background-size: 23.75rem;
    background-position: right bottom;
    height: 11.875rem;
    position: relative;
  }
}
.l-pagehead .inner {
  width: calc(100% - 2.5rem);
  max-width: 75rem;
  margin: 0 auto;
}
.l-pagehead .inner .breadcrumb {
  margin-bottom: 8.125rem;
}
@media screen and (max-width: 768px) {
  .l-pagehead .inner .breadcrumb {
    margin-bottom: 3.75rem;
  }
}
.l-pagehead .inner .page-title {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-pagehead .inner .page-title {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
  }
}
.l-pagehead .inner .page-title .ja {
  font-size: 3.625rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-pagehead .inner .page-title .ja {
    font-size: 1.71875rem;
    line-height: 1.2;
  }
}
.l-pagehead .inner .page-title .en {
  font-size: 2.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-pagehead .inner .page-title .en {
    font-size: 1rem;
  }
}

.entry-floatbtn-sec {
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  z-index: 20;
  display: flex;
}
@media screen and (max-width: 768px) {
  .entry-floatbtn-sec {
    bottom: 0;
    right: 0.9375rem;
    width: calc(100% - 1.875rem);
    gap: 0.3125rem;
  }
}
.entry-floatbtn-sec a {
  display: block;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .entry-floatbtn-sec a {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .entry-floatbtn-sec a {
    background-color: #0f247a;
  }
}
.entry-floatbtn-sec a img {
  opacity: 1;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .entry-floatbtn-sec a:hover img {
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  .entry-floatbtn-sec a {
    width: 9.375rem;
    height: 9.375rem;
  }
}
@media screen and (max-width: 768px) {
  .entry-floatbtn-sec a {
    width: 50%;
    border-radius: 0;
    border: 0.125rem solid #0f247a;
    border-bottom: none;
    border-radius: 0.3125rem 0.3125rem 0 0;
    overflow: hidden;
  }
}
.entry-floatbtn-sec a:nth-child(2) {
  margin-left: -1.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .entry-floatbtn-sec a:nth-child(2) {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .entry-floatbtn-sec a:nth-child(2) {
    margin-left: 0;
  }
}

/**
 * アニメーションのためのスタイル
 */
[data-anime=fadeIn] {
  opacity: 0;
  transition-property: opacity;
  transition-duration: var(--duration);
}
[data-anime=fadeIn].is-found {
  opacity: 1;
}

[data-anime=fadeInUp] {
  opacity: 0;
  translate: 0 1.875rem;
  transition-property: opacity, translate;
  transition-duration: var(--duration);
}
[data-anime=fadeInUp].is-found {
  opacity: 1;
  translate: 0;
}

[data-anime=fadeInDown] {
  opacity: 0;
  translate: 0 -1.875rem;
  transition-property: opacity, translate;
  transition-duration: var(--duration);
}
[data-anime=fadeInDown].is-found {
  opacity: 1;
  translate: 0;
}

[data-anime=fadeInLeft] {
  opacity: 0;
  translate: -1.875rem 0;
  transition-property: opacity, translate;
  transition-duration: var(--duration);
}
[data-anime=fadeInLeft].is-found {
  opacity: 1;
  translate: 0;
}

[data-anime=fadeInRight] {
  opacity: 0;
  translate: -1.875rem 0;
  transition-property: opacity, translate;
  transition-duration: var(--duration);
}
[data-anime=fadeInRight].is-found {
  opacity: 1;
  translate: 0;
}

[data-anime][data-anime-duration="0.1"] {
  transition-duration: 0.1s;
}
[data-anime][data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
[data-anime][data-anime-duration="0.2"] {
  transition-duration: 0.2s;
}
[data-anime][data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}
[data-anime][data-anime-duration="0.3"] {
  transition-duration: 0.3s;
}
[data-anime][data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}
[data-anime][data-anime-duration="0.4"] {
  transition-duration: 0.4s;
}
[data-anime][data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}
[data-anime][data-anime-duration="0.5"] {
  transition-duration: 0.5s;
}
[data-anime][data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}
[data-anime][data-anime-duration="0.6"] {
  transition-duration: 0.6s;
}
[data-anime][data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}
[data-anime][data-anime-duration="0.7"] {
  transition-duration: 0.7s;
}
[data-anime][data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}
[data-anime][data-anime-duration="0.8"] {
  transition-duration: 0.8s;
}
[data-anime][data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}
[data-anime][data-anime-duration="0.9"] {
  transition-duration: 0.9s;
}
[data-anime][data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
[data-anime][data-anime-duration="1"] {
  transition-duration: 1s;
}
[data-anime][data-anime-delay="1"] {
  transition-delay: 1s;
}
[data-anime][data-anime-duration="1.1"] {
  transition-duration: 1.1s;
}
[data-anime][data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
[data-anime][data-anime-duration="1.2"] {
  transition-duration: 1.2s;
}
[data-anime][data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}
[data-anime][data-anime-duration="1.3"] {
  transition-duration: 1.3s;
}
[data-anime][data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}
[data-anime][data-anime-duration="1.4"] {
  transition-duration: 1.4s;
}
[data-anime][data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}
[data-anime][data-anime-duration="1.5"] {
  transition-duration: 1.5s;
}
[data-anime][data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}
[data-anime][data-anime-duration="1.6"] {
  transition-duration: 1.6s;
}
[data-anime][data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}
[data-anime][data-anime-duration="1.7"] {
  transition-duration: 1.7s;
}
[data-anime][data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}
[data-anime][data-anime-duration="1.8"] {
  transition-duration: 1.8s;
}
[data-anime][data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}
[data-anime][data-anime-duration="1.9"] {
  transition-duration: 1.9s;
}
[data-anime][data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
[data-anime][data-anime-duration="2"] {
  transition-duration: 2s;
}
[data-anime][data-anime-delay="2"] {
  transition-delay: 2s;
}
[data-anime][data-anime-duration="2.1"] {
  transition-duration: 2.1s;
}
[data-anime][data-anime-delay="2.1"] {
  transition-delay: 2.1s;
}
[data-anime][data-anime-duration="2.2"] {
  transition-duration: 2.2s;
}
[data-anime][data-anime-delay="2.2"] {
  transition-delay: 2.2s;
}
[data-anime][data-anime-duration="2.3"] {
  transition-duration: 2.3s;
}
[data-anime][data-anime-delay="2.3"] {
  transition-delay: 2.3s;
}
[data-anime][data-anime-duration="2.4"] {
  transition-duration: 2.4s;
}
[data-anime][data-anime-delay="2.4"] {
  transition-delay: 2.4s;
}
[data-anime][data-anime-duration="2.5"] {
  transition-duration: 2.5s;
}
[data-anime][data-anime-delay="2.5"] {
  transition-delay: 2.5s;
}
[data-anime][data-anime-duration="2.6"] {
  transition-duration: 2.6s;
}
[data-anime][data-anime-delay="2.6"] {
  transition-delay: 2.6s;
}
[data-anime][data-anime-duration="2.7"] {
  transition-duration: 2.7s;
}
[data-anime][data-anime-delay="2.7"] {
  transition-delay: 2.7s;
}
[data-anime][data-anime-duration="2.8"] {
  transition-duration: 2.8s;
}
[data-anime][data-anime-delay="2.8"] {
  transition-delay: 2.8s;
}
[data-anime][data-anime-duration="2.9"] {
  transition-duration: 2.9s;
}
[data-anime][data-anime-delay="2.9"] {
  transition-delay: 2.9s;
}
[data-anime][data-anime-duration="3"] {
  transition-duration: 3s;
}
[data-anime][data-anime-delay="3"] {
  transition-delay: 3s;
}

@media screen and (max-width: 768px) {
  [data-anime] {
    transition-delay: 0s;
  }
}
.in-view {
  opacity: 0;
  filter: blur(4px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.4, 1), filter 0.6s cubic-bezier(0.4, 0, 0.4, 1);
}
.in-view.is-fadein {
  opacity: 1;
  filter: none;
}

.in-view--fade {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.4, 1);
}
.in-view--fade.is-fadein {
  opacity: 1;
}

.c-midashi {
  font-weight: 400;
  color: #fff;
}
.c-midashi .en {
  font-size: 4.375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .c-midashi .en {
    font-size: 2.1875rem;
  }
}
.c-midashi .ja {
  font-size: 1.375rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-midashi .ja {
    font-size: 0.875rem;
  }
}

.c-bnr {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-bnr {
    background: #fff;
    border-radius: 0.625rem;
    position: relative;
    overflow: hidden;
  }
  .c-bnr::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #a78a4a 0%, #b59a60 42%, rgba(181, 154, 96, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.c-bnr .c-linktrigger {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .c-bnr .c-linktrigger {
    border-radius: 0;
  }
}
.c-bnr .c-linktrigger:hover .c-linkbtn .arrow::before {
  animation-name: transformRightLeft;
}
.c-bnr .c-linktrigger:hover .c-linkbtn .arrow::after {
  animation-name: transformLeftRight;
  animation-delay: 0.08s;
}
.c-bnr .text {
  position: absolute;
  top: 50%;
  left: 2.5vw;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .c-bnr .text {
    transform: translateY(0);
    padding: 1.25rem 1.25rem 2.5rem;
    position: relative;
    z-index: 2;
  }
}
.c-bnr .text .bnr-name {
  color: #fff;
}
.c-bnr .text .bnr-name .en {
  font-size: min(1.756954612vw, 1.5rem);
  line-height: 1.8;
  font-weight: 100;
}
@media screen and (max-width: 1024px) {
  .c-bnr .text .bnr-name .en {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .c-bnr .text .bnr-name .en {
    font-size: 0.875rem;
  }
}
.c-bnr .text .bnr-name .ja {
  font-size: min(2.4158125915vw, 2.0625rem);
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .c-bnr .text .bnr-name .ja {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .c-bnr .text .bnr-name .ja {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.c-bnr .text .description {
  font-size: 1rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-bnr .text .description {
    font-size: 0.8125rem;
    margin-top: 0.5rem;
  }
}
.c-bnr .text .more {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-bnr .text .more {
    margin-top: 1.25rem;
  }
}
.c-bnr figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-bnr figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.c-bnr figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.c-bnr figure video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-bnr figure {
    border-radius: 0 0 0.625rem 0.625rem;
    overflow: hidden;
    height: 33.3333333333vw;
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-bnr figure {
    height: 100%;
  }
}
.c-bnr figure .grad {
  background: linear-gradient(90deg, rgb(167, 138, 74) 0%, rgb(167, 138, 74) 60%, rgba(255, 255, 255, 0) 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .c-bnr figure .grad {
    display: none;
  }
}
.c-bnr figure .grad img {
  display: block;
  width: 100%;
  height: auto;
}

/* 汎用的なリンクトリガー（親） */
.c-linktrigger {
  display: block;
  text-decoration: none;
}
.c-linktrigger:hover .c-linkbtn .arrow::before {
  animation-name: transformRightLeft;
}
.c-linktrigger:hover .c-linkbtn .arrow::after {
  animation-name: transformLeftRight;
  animation-delay: 0.08s;
}
.c-linktrigger:hover .c-linkbtn__vertical .arrow::before {
  animation-name: transformDownOut;
}
.c-linktrigger:hover .c-linkbtn__vertical .arrow::after {
  animation-name: transformDownIn;
  animation-delay: 0.08s;
}
.c-linktrigger:hover .c-linkbtn__vertical .arrow .icon {
  animation-name: iconDip;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.3, 0.84, 0.68, 1);
  animation-fill-mode: forwards;
}

/* 汎用的なボタンパーツ（子） */
.c-linkbtn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  padding-right: 5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-linkbtn {
    font-size: 0.8125rem;
    padding-right: 3.125rem;
  }
}
.c-linkbtn::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #fff;
  position: absolute;
  bottom: -0.625rem;
  left: 0;
}
.c-linkbtn .arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--brown3);
  width: 2.125rem;
  height: 1.5625rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-linkbtn .arrow {
    width: 1.625rem;
    height: 1.125rem;
  }
}
.c-linkbtn .arrow::before, .c-linkbtn .arrow::after {
  content: "→";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 1.5625rem;
  color: var(--red);
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.3, 0.84, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .c-linkbtn .arrow::before, .c-linkbtn .arrow::after {
    line-height: 1.125rem;
  }
}
.c-linkbtn .arrow::before {
  opacity: 1;
  transform: translateX(0);
}
.c-linkbtn .arrow::after {
  opacity: 0;
  transform: translateX(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .c-linkbtn:hover .arrow:before {
    animation-name: transformRightLeft;
  }
  .c-linkbtn:hover .arrow:after {
    animation-name: transformLeftRight;
    animation-delay: 0.05s;
  }
}

/* 縦方向アニメーション（ダウンロードアイコン） */
.c-linkbtn__vertical .arrow::before, .c-linkbtn__vertical .arrow::after {
  content: "→";
  scale: 1 0.7;
  translate: 0.0625rem -0.125rem;
}
.c-linkbtn__vertical .arrow::before {
  transform: rotate(90deg) translateX(0);
}
.c-linkbtn__vertical .arrow::after {
  opacity: 0;
  transform: rotate(90deg) translateX(-60%);
}
.c-linkbtn__vertical .arrow .icon {
  width: 30%;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 768px) {
  .c-linkbtn__vertical .arrow .icon {
    bottom: 0.4375rem;
    width: 40%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-linkbtn__vertical:hover .arrow::before {
    animation-name: transformDownOut;
  }
  .c-linkbtn__vertical:hover .arrow::after {
    animation-name: transformDownIn;
    animation-delay: 0.05s;
  }
  .c-linkbtn__vertical:hover .arrow .icon {
    animation-name: iconDip;
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0.3, 0.84, 0.68, 1);
    animation-fill-mode: forwards;
  }
}

/* ホバー時の挙動 */
@keyframes transformLeftRight {
  0% {
    transform: translateX(-60%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(60%);
    opacity: 0;
  }
}
@keyframes transformDownOut {
  0% {
    transform: rotate(90deg) translateX(0);
    opacity: 1;
  }
  100% {
    transform: rotate(90deg) translateX(60%);
    opacity: 0;
  }
}
@keyframes transformDownIn {
  0% {
    transform: rotate(90deg) translateX(-60%);
    opacity: 0;
  }
  100% {
    transform: rotate(90deg) translateX(0);
    opacity: 1;
  }
}
@keyframes iconDip {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  45% {
    transform: translateY(0.125rem);
    opacity: 0;
  }
  55% {
    transform: translateY(0.125rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * c-form1
 * フォームのスタイル
 */
.c-form1 input[type=text],
.c-form1 input[type=number],
.c-form1 input[type=email],
.c-form1 input[type=password],
.c-form1 input[type=tel],
.c-form1 input[type=date],
.c-form1 textarea {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 0.8em;
  border: 1px solid #e8e5d5;
  border-radius: 3px;
  font-size: 16px;
  -webkit-appearance: none;
}
.c-form1 input[type=text]::-moz-placeholder, .c-form1 input[type=number]::-moz-placeholder, .c-form1 input[type=email]::-moz-placeholder, .c-form1 input[type=password]::-moz-placeholder, .c-form1 input[type=tel]::-moz-placeholder, .c-form1 input[type=date]::-moz-placeholder, .c-form1 textarea::-moz-placeholder {
  color: #ccc;
}
.c-form1 input[type=text]::placeholder,
.c-form1 input[type=number]::placeholder,
.c-form1 input[type=email]::placeholder,
.c-form1 input[type=password]::placeholder,
.c-form1 input[type=tel]::placeholder,
.c-form1 input[type=date]::placeholder,
.c-form1 textarea::placeholder {
  color: #ccc;
}
.c-form1 input[type=text].half,
.c-form1 input[type=number].half,
.c-form1 input[type=email].half,
.c-form1 input[type=password].half,
.c-form1 input[type=tel].half,
.c-form1 input[type=date].half,
.c-form1 textarea.half {
  max-width: 200px;
}
.c-form1 textarea {
  max-width: 100%;
  min-height: 15em;
}
.c-form1 div:has(> select),
.c-form1 span:has(> select) {
  width: 100%;
  position: relative;
}
.c-form1 div:has(> select):before,
.c-form1 span:has(> select):before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  position: absolute;
  top: calc(50% - 0.4em);
  right: 1em;
  z-index: 1;
  transform: rotate(45deg);
  pointer-events: none;
}
.c-form1 select {
  width: 100%;
  padding: 0.6em;
  border-color: var(--black);
  background: white;
  font-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-form1 label:has(> input[type=radio]) {
  display: inline-block;
  padding-right: 1em;
  padding-left: 1.6em;
  position: relative;
  cursor: pointer;
}
.c-form1 label:has(> input[type=radio])::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-form1 label:has(> input[type=radio])::after {
  content: "";
  display: block;
  opacity: 0;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0.25em;
  translate: 0 -50%;
  transition: opacity 0.3s;
  background: var(--red3);
}
.c-form1 label:has(> input[type=radio]:checked)::after {
  opacity: 1;
}
.c-form1 input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
.c-form1 label:has(> input[type=checkbox]) {
  display: inline-block;
  padding-right: 1em;
  padding-left: 1.2em;
  position: relative;
  cursor: pointer;
}
.c-form1 label:has(> input[type=checkbox])::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid var(--black);
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.c-form1 label:has(> input[type=checkbox])::after {
  content: "";
  display: block;
  opacity: 0;
  width: 0.4em;
  height: 0.8em;
  border-right: 0.2em solid var(--black);
  border-bottom: 0.2em solid var(--black);
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  transform: rotate(45deg);
  transition: opacity 0.3s;
}
.c-form1 label:has(> input[type=checkbox]:checked)::after {
  opacity: 1;
}
.c-form1 label:has(> input[type=checkbox]:focus)::before {
  outline: 2px solid -webkit-focus-ring-color;
  outline: 2px solid #39f;
  outline-offset: 2px;
}
.c-form1 input[type=checkbox] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
.c-form1 input[type=submit],
.c-form1 input[type=button] {
  display: grid;
  width: 100%;
  max-width: 15rem;
  padding: 0.3125rem;
  border: 1px solid;
  border-radius: calc(infinity * 1px);
  place-items: center;
  -webkit-appearance: none;
}

.c-form1__fieldset + .c-form1__fieldset {
  margin-top: 1.25rem;
}

.c-form1__legend {
  font-weight: 700;
}

.c-form1__btns {
  margin-top: 1.875rem;
}
.c-form1__btns input {
  margin-inline: auto;
}
.c-form1__btns input + input {
  margin-top: 0.625rem;
}

@media screen and (min-width: 769px) {
  .c-form1__btns {
    display: flex;
    margin-top: 3.125rem;
    justify-content: center;
    gap: 1.875rem;
  }
  .c-form1__btns input {
    margin-inline: 0;
  }
  .c-form1__btns input + input {
    margin-top: 0;
  }
}
/**
 * c-modal1
 * モーダル
 */
dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.c-modal1 {
  border: none;
  position: relative;
  transition: opacity var(--duration);
  background: transparent;
  outline: none;
}
.c-modal1::backdrop {
  transition: opacity var(--duration, 0.3s);
}
.c-modal1.is-open, .c-modal1.is-close {
  opacity: 0;
}
.c-modal1.is-open::backdrop, .c-modal1.is-close::backdrop {
  opacity: 0;
}

.c-modal1__container {
  width: min(100% - 100px, 800px);
  height: -moz-fit-content;
  height: fit-content;
  inset: 0;
  margin: auto;
  position: fixed;
  background: white;
}

.c-modal1__inner {
  max-height: calc(100dvh - 100px);
  padding: 50px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.c-modal1--video .c-modal1__container {
  background: black;
  width: min((100dvh - 100px) * 9 / 16, 100% - 40px);
}

.c-modal1__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
}
.c-modal1__close::before, .c-modal1__close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
}
.c-modal1__close::before {
  transform: rotate(45deg);
}
.c-modal1__close::after {
  transform: rotate(-45deg);
}

.c-modal1__video {
  position: relative;
  aspect-ratio: 9/16;
}
.c-modal1__video iframe,
.c-modal1__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.c-breadcrumb span {
  display: inline-block;
}
.c-breadcrumb span + span {
  margin-left: 3.125rem;
  position: relative;
}
.c-breadcrumb span + span::before {
  content: "";
  width: 1.875rem;
  height: 0.0625rem;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: calc(100% + 0.625rem);
  top: calc(50% - 0.03125rem);
}

.c-deco-btn {
  background-color: var(--gold);
}
.c-deco-btn__inner {
  background-color: #fcf5e8;
  text-decoration: none;
  clip-path: polygon(0% 0.75rem, 0.75rem 0%, calc(100% - 0.75rem) 0%, 100% 0.75rem, 100% calc(100% - 0.75rem), calc(100% - 0.75rem) 100%, 0.75rem 100%, 0% calc(100% - 0.75rem));
  border: 0.125rem solid var(--gold);
}

.c-deco-midashi {
  font-size: 1.875rem;
  color: var(--red3);
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-deco-midashi {
    font-size: 0.9375rem;
  }
}
.c-deco-midashi span {
  letter-spacing: 0;
  position: relative;
}
.c-deco-midashi span::before {
  content: "";
  width: 3.5rem;
  height: 1.125rem;
  background-image: url("../images/careerpath/deco_midashi.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: calc(100% + 1.25rem);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-deco-midashi span::before {
    right: calc(100% + 0.3125rem);
    width: 1.75rem;
    height: 0.5625rem;
  }
}
.c-deco-midashi span::after {
  content: "";
  width: 3.5rem;
  height: 1.125rem;
  background-image: url("../images/careerpath/deco_midashi.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(100% + 1.25rem);
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scaleY(-1);
}
@media screen and (max-width: 768px) {
  .c-deco-midashi span::after {
    left: calc(100% + 0.3125rem);
    width: 1.75rem;
    height: 0.5625rem;
  }
}

.c-interview-thumbnail {
  position: relative;
}
.c-interview-thumbnail .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: min(8.78477306vw, 7.5rem);
  height: min(8.78477306vw, 7.5rem);
}
@media screen and (max-width: 1024px) {
  .c-interview-thumbnail .icon {
    width: 12.5vw;
    height: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-interview-thumbnail .icon {
    width: 24vw;
    height: 24vw;
  }
}
.c-interview-thumbnail .copy {
  position: absolute;
  top: min(1.1713030747vw, 1rem);
  left: min(1.1713030747vw, 1rem);
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  gap: min(0.3660322108vw, 0.3125rem);
}
@media screen and (max-width: 1024px) {
  .c-interview-thumbnail .copy {
    gap: 0.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-interview-thumbnail .copy {
    top: 2.1333333333vw;
    left: 2.1333333333vw;
    gap: 1.3333333333vw;
  }
}
.c-interview-thumbnail .copy p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: min(1.317715959vw, 1.125rem);
}
@media screen and (max-width: 1024px) {
  .c-interview-thumbnail .copy p {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-interview-thumbnail .copy p {
    font-size: 3.7333333333vw;
  }
}
.c-interview-thumbnail .copy p span {
  display: inline-block;
  background-color: #fff;
  padding: min(1.0980966325vw, 0.9375rem) min(0.5856515373vw, 0.5rem);
  color: var(--orange);
}
@media screen and (max-width: 1024px) {
  .c-interview-thumbnail .copy p span {
    padding: 2.0833333333vw 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-interview-thumbnail .copy p span {
    padding: 4vw 2.1333333333vw;
  }
}
.c-interview-thumbnail .name {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: min(1.317715959vw, 1.125rem);
  background-color: var(--orange);
  line-height: 1.6;
  padding: min(0.7320644217vw, 0.625rem) min(0.3660322108vw, 0.3125rem) 0;
  display: flex;
  flex-direction: row-reverse;
  height: min(22vw, 13.75rem);
}
@media screen and (max-width: 1024px) {
  .c-interview-thumbnail .name {
    font-size: 2.8333333333vw;
    height: 23.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-interview-thumbnail .name {
    font-size: 5.6vw;
    padding: 4vw 1.3333333333vw 0;
    height: 52vw;
  }
}
.c-interview-thumbnail .name span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  color: #fff;
  padding: min(1.0980966325vw, 0.9375rem) 0;
}
.c-interview-thumbnail .name span .text-combine {
  font-style: normal;
  text-combine-upright: all;
}
.c-interview-thumbnail .name span.post, .c-interview-thumbnail .name span.career {
  font-size: 0.875rem;
}
.c-interview-thumbnail .name span .space {
  padding: 0.1875rem;
}

.c-introduction {
  width: calc(100% - 2.5rem);
  max-width: 75rem;
  margin: 0 auto;
  padding: 4.375rem 0 3.75rem;
}
.c-introduction .midashi-block::after {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url("../images/common/img_introducton-01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 1.875rem auto;
}
@media screen and (max-width: 768px) {
  .c-introduction .midashi-block::after {
    width: 0.9375rem;
    height: 0.9375rem;
    margin: 0.625rem auto;
  }
}
.c-introduction .midashi-block .catch {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--red3);
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-introduction .midashi-block .catch {
    font-size: 1.25rem;
    margin-left: -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
.c-introduction .midashi-block .sub-catch {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-introduction .midashi-block .sub-catch {
    font-size: 1rem;
  }
}
.c-introduction .read {
  font-size: 1.125rem;
  text-align: center;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .c-introduction .read {
    font-size: 0.875rem;
  }
}
.c-introduction .read span {
  display: block;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-introduction .read span {
    font-size: 1rem;
  }
}

/**
 * Layout
 */
.u-inner {
  width: calc(100% - 4.375rem);
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .u-inner {
    width: calc(100% - 2.1875rem);
  }
}

main {
  margin-top: 8.875rem;
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 3rem;
  }
}

/**
 * Visibility
 */
.u-sr-only {
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .u-hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .u-hidden-mlg {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden-max-md {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-hidden-max-lg {
    display: none !important;
  }
}

/**
 * Typography
 */
.u-font-bold {
  font-weight: 700;
}

.u-font-black {
  font-weight: 900;
}

.u-text-black {
  color: var(--black);
}

.u-text-gray {
  color: var(--gray);
}

.u-leading-trim {
  margin-block: calc((1em - 1lh) / 2);
}
.u-leading-trim[lang=en] {
  margin-block: calc((1cap - 1lh) / 2);
}

/**
 * Other
 */
.u-alpha {
  transition: opacity var(--duration);
}
.u-alpha:focus-visible {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .u-alpha:hover {
    opacity: 0.7;
  }
}

.page-index .mv-sec {
  background-color: var(--sand);
  overflow: hidden;
}
.page-index .mv-sec .inner {
  width: 100%;
  position: relative;
}
.page-index .mv-sec .inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 9.1666666667vw;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #dfc174 65%, #dfc174 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 6;
}
.page-index .mv-sec .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/index/bg_mv-01_pc.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .page-index .mv-sec .inner::before {
    background-image: url("../images/index/bg_mv-01_sp.svg");
    top: 1.875rem;
    width: 110%;
    margin-left: -10%;
  }
}
.page-index .mv-sec .mado {
  width: 55.5vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M 0,100 L 0,50 A 50,50 0 0,1 100,50 L 100,100 Z' fill='white'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M 0,100 L 0,50 A 50,50 0 0,1 100,50 L 100,100 Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  -webkit-mask-size: 0% 0%;
          mask-size: 0% 0%;
}
@media screen and (max-width: 1024px) {
  .page-index .mv-sec .mado {
    margin-top: 18.6666666667vw;
    width: 88.8vw;
    padding-bottom: 16.2666666667vw;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M 0,100 L 0,35 A 50,35 0 0,1 100,35 L 100,100 Z' fill='white'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M 0,100 L 0,35 A 50,35 0 0,1 100,35 L 100,100 Z' fill='white'/%3E%3C/svg%3E");
  }
}
.page-index .mv-sec .noren {
  position: absolute;
  top: -1.875rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 46.5vw;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .page-index .mv-sec .noren {
    top: -21.3333333333vw;
    width: 86.6666666667vw;
  }
}
.page-index .mv-sec .noren img {
  display: block;
  width: 100%;
}
.page-index .mv-sec .noren .noren__canvas {
  position: absolute;
  top: -8%;
  left: -8%;
  width: 116%;
  height: 116%;
  pointer-events: none;
}
.page-index .mv-sec .copy {
  width: 32.1666666667vw;
  height: 100%;
  position: absolute;
  top: calc(3.75vw - 1.875rem);
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  gap: 12.9166666667vw;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  .page-index .mv-sec .copy {
    width: 56.8vw;
    gap: 20.6666666667vw;
    top: -14.6666666667vw;
  }
}
.page-index .mv-sec .staff1 {
  width: 27.4166666667vw;
  position: absolute;
  bottom: 1.875rem;
  left: -63.3333333333vw;
  right: 0;
  margin: auto;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  .page-index .mv-sec .staff1 {
    width: 55.4666666667vw;
    left: -2.6666666667vw;
    bottom: 0;
    right: auto;
  }
}
.page-index .mv-sec .staff2 {
  width: 27.4166666667vw;
  position: absolute;
  bottom: 1.875rem;
  left: 63.3333333333vw;
  right: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .page-index .mv-sec .staff2 {
    width: 55.4666666667vw;
    left: auto;
    right: -4vw;
    bottom: 0;
  }
}
.page-index .mv-sec .obj-1 {
  width: 25vw;
  position: absolute;
  top: calc(16.25vw - 1.875rem);
  left: calc(50% - 49.1666666667vw);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .page-index .mv-sec .obj-1 {
    width: 41.2vw;
    top: 50.2666666667vw;
    left: -6.6666666667vw;
  }
}
.page-index .mv-sec .obj-2 {
  width: 20.8333333333vw;
  position: absolute;
  top: calc(19.8333333333vw - 1.875rem);
  right: calc(50% - 44.1666666667vw);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .page-index .mv-sec .obj-2 {
    width: 33.2vw;
    top: 8.6666666667vw;
    right: -13.3333333333vw;
  }
}
.page-index .message-sec {
  padding: 10rem 0 8.125rem;
  background-color: var(--sand);
  background-image: url("../images/index/bg_message-01_pc.svg");
  background-position: center calc(100% - 5.625rem);
  background-repeat: no-repeat;
  background-size: 97.4375rem;
}
@media screen and (max-width: 1024px) {
  .page-index .message-sec {
    overflow: hidden;
    padding: 2.5rem 0 10.46875rem;
    background-image: url("../images/index/bg_message-01_sp.svg");
    background-position: 42.5% calc(100% - 3.125rem);
    background-size: 115%;
  }
}
.page-index .message-sec .box {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .page-index .message-sec .box {
    flex-direction: column;
  }
}
.page-index .message-sec .box .midashi {
  width: calc(100% - 40.5rem);
  margin-right: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .page-index .message-sec .box .midashi {
    display: contents;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .message-sec .box .c-midashi {
    order: 1;
  }
}
.page-index .message-sec .box .imgs {
  position: relative;
  margin-top: 4.375rem;
  width: 26.875rem;
}
@media screen and (max-width: 1024px) {
  .page-index .message-sec .box .imgs {
    order: 3;
    width: 69.6vw;
  }
}
.page-index .message-sec .box .imgs img {
  border-radius: 0.625rem;
  overflow: hidden;
}
.page-index .message-sec .box .imgs .img1 {
  width: 69.6vw;
}
.page-index .message-sec .box .imgs .img2 {
  width: 13.4375rem;
  position: relative;
  z-index: 1;
  margin-top: -3.125rem;
  margin-left: 17.8125rem;
}
@media screen and (max-width: 1024px) {
  .page-index .message-sec .box .imgs .img2 {
    width: 37.3333333333vw;
    margin-top: 7.0666666667vw;
    margin-left: 22.6666666667vw;
  }
}
.page-index .message-sec .box .imgs .img3 {
  width: 11.25rem;
  position: relative;
  z-index: 1;
  margin-top: -5.4375rem;
  margin-left: 32.75rem;
}
@media screen and (max-width: 1024px) {
  .page-index .message-sec .box .imgs .img3 {
    width: 37.3333333333vw;
    margin-top: -7.0666666667vw;
    margin-left: 44.9333333333vw;
  }
}
.page-index .message-sec .box .text {
  width: 40.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-index .message-sec .box .text {
    order: 2;
    width: 100%;
  }
}
.page-index .message-sec .box .text .read {
  font-size: 1.5rem;
  line-height: 2.4;
  color: #fff;
  margin-top: 6.25rem;
}
@media screen and (max-width: 1024px) {
  .page-index .message-sec .box .text .read {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.page-index .company-sec {
  background-color: var(--brown2);
  padding: 8.125rem 0;
}
@media screen and (max-width: 1024px) {
  .page-index .company-sec {
    padding: 3.125rem 0 2.5rem;
  }
}
.page-index .company-sec .movie-wrap {
  padding-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .page-index .company-sec .movie-wrap {
    padding-top: 1.875rem;
  }
}
.page-index .company-sec .thumbnail {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.page-index .company-sec .thumbnail iframe,
.page-index .company-sec .thumbnail video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.page-index .company-sec .thumbnail {
  border-radius: 0.625rem;
  overflow: hidden;
}
.page-index .company-sec .thumbnail__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  background-color: rgba(127, 92, 60, 0.3);
}
.page-index .company-sec .thumbnail__overlay__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(10.2489019034vw, 8.75rem);
  height: min(10.2489019034vw, 8.75rem);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-index .company-sec .thumbnail__overlay__play {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.page-index .company-sec .caption {
  font-size: 1.75rem;
  letter-spacing: 0.2em;
  color: #fff;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .page-index .company-sec .caption {
    font-size: 1.125rem;
  }
}
.page-index .people-sec {
  padding: 8.125rem 0 0;
  background: linear-gradient(315deg, #f5d18e 0%, #fcdfc2 30%, #f5d18e 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .page-index .people-sec {
    padding-top: 3.125rem;
  }
}
.page-index .people-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/index/bg-01.webp");
  background-position: center top;
  background-repeat: repeat;
  background-size: 85.375rem;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
  .page-index .people-sec::before {
    background-size: 46.875rem;
  }
}
.page-index .people-sec .wrapper {
  position: relative;
  z-index: 1;
}
.page-index .people-sec .c-midashi {
  color: var(--gold);
}
.page-index .people-sec .job-introductions {
  display: block;
  width: 100%;
  background-color: var(--gold);
  border-radius: 0.8333333333vw;
  margin-top: 3.4375rem;
  position: relative;
  overflow: hidden;
}
.page-index .people-sec .job-introductions figure {
  overflow: hidden;
}
@media (hover: hover) {
  .page-index .people-sec .job-introductions figure img {
    transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page-index .people-sec .job-introductions:hover figure img {
    transform: scale(1.05, 1.05);
  }
}
@media screen and (max-width: 1024px) {
  .page-index .people-sec .job-introductions {
    max-width: 83.3333333333vw;
    margin: 3.4375rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .job-introductions {
    max-width: none;
    border-radius: 1.3333333333vw;
    height: min(40vw, 18.75rem);
    margin-top: 1.875rem;
  }
}
.page-index .people-sec .job-introductions figure {
  width: 100%;
  height: 100%;
}
.page-index .people-sec .job-introductions .text {
  position: absolute;
  top: 50%;
  left: min(4.39238653vw, 3.75rem);
  margin: auto;
  transform: translateY(-50%);
}
.page-index .people-sec .job-introductions .text .bnr-name {
  color: #fff;
}
.page-index .people-sec .job-introductions .text .bnr-name .en {
  font-size: min(2.0497803807vw, 1.75rem);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .job-introductions .text .bnr-name .en {
    font-size: 2.9333333333vw;
  }
}
.page-index .people-sec .job-introductions .text .bnr-name .ja {
  font-size: min(4.0995607613vw, 3.5rem);
  letter-spacing: 0.5em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .job-introductions .text .bnr-name .ja {
    font-size: 5.0666666667vw;
    letter-spacing: 0.24em;
  }
}
.page-index .people-sec .job-introductions .text .more {
  margin-top: min(2.9282576867vw, 2.5rem);
  font-size: min(1.317715959vw, 1.125rem);
  padding-right: 5.3333333333vw;
}
.page-index .people-sec .job-introductions .text .more .arrow {
  width: min(2.4890190337vw, 2.125rem);
  height: min(1.8301610542vw, 1.5625rem);
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .job-introductions .text .more .arrow {
    width: 3.4666666667vw;
    height: 2.4vw;
  }
}
.page-index .people-sec .job-introductions .text .more .arrow::before, .page-index .people-sec .job-introductions .text .more .arrow::after {
  line-height: min(1.8301610542vw, 1.5625rem);
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .job-introductions .text .more .arrow::before, .page-index .people-sec .job-introductions .text .more .arrow::after {
    line-height: 2.4vw;
  }
}
.page-index .people-sec .job-introductions .text .more .arrow::before {
  opacity: 1;
  transform: translateX(0);
}
.page-index .people-sec .job-introductions .text .more .arrow::after {
  opacity: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .job-introductions .text .more {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    padding-right: 13.3333333333vw;
    letter-spacing: 0.05em;
  }
  .page-index .people-sec .job-introductions .text .more .arrow {
    width: 6.6666666667vw;
    height: 4.6666666667vw;
  }
  .page-index .people-sec .job-introductions .text .more .arrow::before, .page-index .people-sec .job-introductions .text .more .arrow::after {
    line-height: 4.6666666667vw;
    font-size: 2.6666666667vw;
  }
  .page-index .people-sec .job-introductions .text .more::after {
    bottom: -1.3333333333vw;
  }
}
.page-index .people-sec .interview {
  padding-top: min(18.3016105417vw, 15.625rem);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-index .people-sec .interview {
    padding-top: 8.4375rem;
  }
}
.page-index .people-sec .interview .obj {
  position: absolute;
  top: min(10.2489019034vw, 8.75rem);
  left: min(-4.39238653vw, -3.75rem);
  z-index: -1;
  width: min(100vw, 85.375rem);
}
@media screen and (max-width: 1024px) {
  .page-index .people-sec .interview .obj {
    left: 0;
    top: 9.1666666667vw;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .interview .obj {
    width: calc(100% + 2.1875rem);
    left: -1.09375rem;
    top: 3.75rem;
  }
}
.page-index .people-sec .interview .komidashi {
  font-size: 1.75rem;
  color: var(--gold);
  margin-bottom: 1.25rem;
  letter-spacing: 0.2em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .page-index .people-sec .interview .komidashi {
    max-width: 83.3333333333vw;
    margin: 0 auto 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .interview .komidashi {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.625rem;
    line-height: 1.6;
  }
}
.page-index .people-sec .interview .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .page-index .people-sec .interview .list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 83.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .interview .list {
    max-width: none;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0.9375rem;
  }
}
.page-index .people-sec .interview .list .item {
  position: relative;
}
.page-index .people-sec .interview .list .item figure {
  overflow: hidden;
}
@media (hover: hover) {
  .page-index .people-sec .interview .list .item figure img {
    transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page-index .people-sec .interview .list .item:hover figure img {
    transform: scale(1.05, 1.05);
  }
}
.page-index .people-sec .project-story {
  margin-top: 8.125rem;
}
@media screen and (max-width: 1024px) {
  .page-index .people-sec .project-story {
    max-width: 83.3333333333vw;
    margin: 6.25rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .project-story {
    max-width: none;
  }
}
.page-index .people-sec .project-story .bnr + .bnr {
  margin-top: 2.5rem;
}
.page-index .people-sec .project-story .bnr a figure {
  overflow: hidden;
}
@media (hover: hover) {
  .page-index .people-sec .project-story .bnr a figure img {
    transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page-index .people-sec .project-story .bnr a:hover figure img {
    transform: scale(1.05, 1.05);
  }
}
.page-index .people-sec .project-story .bnr .more {
  margin-top: min(2.9282576867vw, 2.5rem);
  font-size: min(1.317715959vw, 1.125rem);
  padding-right: 5.3333333333vw;
}
.page-index .people-sec .project-story .bnr .more .arrow {
  width: min(2.4890190337vw, 2.125rem);
  height: min(1.8301610542vw, 1.5625rem);
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .project-story .bnr .more .arrow {
    width: 3.4666666667vw;
    height: 2.4vw;
  }
}
.page-index .people-sec .project-story .bnr .more .arrow::before, .page-index .people-sec .project-story .bnr .more .arrow::after {
  line-height: min(1.8301610542vw, 1.5625rem);
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .project-story .bnr .more .arrow::before, .page-index .people-sec .project-story .bnr .more .arrow::after {
    line-height: 2.4vw;
  }
}
.page-index .people-sec .project-story .bnr .more .arrow::before {
  opacity: 1;
  transform: translateX(0);
}
.page-index .people-sec .project-story .bnr .more .arrow::after {
  opacity: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .project-story .bnr .more {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
    padding-right: 13.3333333333vw;
    letter-spacing: 0.05em;
  }
  .page-index .people-sec .project-story .bnr .more .arrow {
    width: 6.6666666667vw;
    height: 4.6666666667vw;
  }
  .page-index .people-sec .project-story .bnr .more .arrow::before, .page-index .people-sec .project-story .bnr .more .arrow::after {
    line-height: 4.6666666667vw;
    font-size: 2.6666666667vw;
  }
  .page-index .people-sec .project-story .bnr .more::after {
    bottom: -1.3333333333vw;
  }
}
.page-index .people-sec .holiday {
  padding-top: 18.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-index .people-sec .holiday {
    padding-top: 6.25rem;
  }
}
.page-index .people-sec .holiday .midashi {
  margin-bottom: 5.625rem;
}
.page-index .people-sec .holiday .midashi p {
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: var(--orange);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-index .people-sec .holiday .midashi p {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .holiday .midashi p {
    font-size: 1.5rem;
  }
}
.page-index .people-sec .holiday .midashi p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  bottom: 0;
  left: -3.75rem;
  margin: auto;
  width: 0.125rem;
  height: 5rem;
  background-color: var(--orange);
  rotate: -30deg;
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .holiday .midashi p::before {
    height: 3.75rem;
    left: -1.875rem;
    top: 0.625rem;
    width: 0.0625rem;
  }
}
.page-index .people-sec .holiday .midashi p::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  bottom: 0;
  right: -3.75rem;
  margin: auto;
  width: 0.125rem;
  height: 5rem;
  background-color: var(--orange);
  rotate: 30deg;
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .holiday .midashi p::after {
    height: 3.75rem;
    right: -1.875rem;
    top: 0.625rem;
    width: 0.0625rem;
  }
}
.page-index .people-sec .holiday .inner {
  background-color: var(--orange);
}
.page-index .people-sec .holiday a {
  display: block;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 1024px) {
  .page-index .people-sec .holiday a {
    padding-bottom: 3.75rem;
  }
}
.page-index .people-sec .holiday a figure {
  width: 53.5625rem;
  margin: 0 auto -4.0625rem;
  transform: translateY(-4.0625rem);
}
@media screen and (max-width: 1024px) {
  .page-index .people-sec .holiday a figure {
    width: 83.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .holiday a figure {
    width: calc(100% - 2.1875rem);
  }
}
.page-index .people-sec .holiday a .read {
  color: #fff;
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .holiday a .read {
    font-size: 1.125rem;
    margin-top: 0;
  }
}
.page-index .people-sec .holiday a .more {
  margin: 1.875rem auto 0;
}
@media screen and (max-width: 768px) {
  .page-index .people-sec .holiday a .more {
    margin-top: 0.625rem;
  }
}
.page-index .environment-sec {
  background-color: #fff;
  padding: 8.125rem 0 5rem;
}
@media screen and (max-width: 1024px) {
  .page-index .environment-sec {
    padding: 3.125rem 0 5.625rem;
  }
}
.page-index .environment-sec .c-midashi {
  color: var(--gold);
}
.page-index .environment-sec .data {
  width: 100%;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-top: 3.125rem;
}
.page-index .environment-sec .data figure {
  overflow: hidden;
}
@media (hover: hover) {
  .page-index .environment-sec .data figure img {
    transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page-index .environment-sec .data:hover figure img {
    transform: scale(1.05, 1.05);
  }
}
.page-index .environment-sec .data::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(167, 138, 74, 0.9) 0%, rgba(167, 138, 74, 0) 100%);
  z-index: 1;
}
.page-index .environment-sec .data::after {
  content: "";
  width: 22.25rem;
  height: 22.25rem;
  background-image: url("../images/index/btndeco_data-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5rem;
  z-index: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-index .environment-sec .data::after {
    width: 11.125rem;
    height: 11.125rem;
    right: -2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .environment-sec .data {
    max-width: 83.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .page-index .environment-sec .data {
    max-width: none;
    margin-top: 1.875rem;
    height: 56vw;
  }
}
.page-index .environment-sec .data figure {
  width: 100%;
  height: 100%;
}
.page-index .environment-sec .data p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: min(4.0995607613vw, 3.5rem);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .page-index .environment-sec .data p {
    font-size: 6.4vw;
    letter-spacing: 0.2em;
  }
}
.page-index .environment-sec .system {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .page-index .environment-sec .system {
    max-width: 83.3333333333vw;
    margin: 1.25rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .page-index .environment-sec .system {
    max-width: none;
  }
}
.page-index .environment-sec .system .bnr + .bnr {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .page-index .environment-sec .system .bnr + .bnr {
    margin-top: 1.25rem;
  }
}
.page-index .environment-sec .system .bnr a figure {
  overflow: hidden;
}
@media (hover: hover) {
  .page-index .environment-sec .system .bnr a figure img {
    transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page-index .environment-sec .system .bnr a:hover figure img {
    transform: scale(1.05, 1.05);
  }
}
.page-index .environment-sec .system .bnr a .text .bnr-name .ja {
  font-size: 2.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .page-index .environment-sec .system .bnr a .text .bnr-name .ja {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .page-index .environment-sec .system .bnr a .text .bnr-name .ja {
    font-size: 1.5rem;
  }
}
.page-index .environment-sec .system .bnr a .text .bnr-name .ja span {
  display: block;
  font-size: 1.625rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .page-index .environment-sec .system .bnr a .text .bnr-name .ja span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .page-index .environment-sec .system .bnr a .text .bnr-name .ja span {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.page-index .environment-sec .system .bnr:nth-of-type(1) a .bnr-name .ja {
  letter-spacing: 0em;
}
.page-index .environment-sec .other {
  margin-top: 9.375rem;
}
@media screen and (max-width: 1024px) {
  .page-index .environment-sec .other {
    max-width: 83.3333333333vw;
    margin: 1.25rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .page-index .environment-sec .other {
    max-width: none;
  }
}
.page-index .environment-sec .other .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .page-index .environment-sec .other .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.page-index .environment-sec .other .list .item a {
  display: block;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid var(--gold);
  color: var(--gold);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  font-size: 1.75rem;
  letter-spacing: 0.2em;
  text-decoration: none;
  border-radius: 0.625rem;
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 1024px) {
  .page-index .environment-sec .other .list .item a {
    font-size: 1rem;
    padding: 0.9375rem;
  }
}
.page-index .environment-sec .other .list .item a:hover {
  background-color: var(--gold);
  color: #fff;
}

.page-guidelines main {
  background-image: url("../images/guidelines/bg_content-01.svg");
  background-position: center top;
  background-repeat: repeat;
  background-size: 85.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-guidelines main {
    background-size: 100%;
  }
}
.page-guidelines .content-sec .tabs {
  width: calc(100% - 2.5rem);
  max-width: 68.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  padding: 9.375rem 0 3.125rem;
}
@media screen and (max-width: 1024px) {
  .page-guidelines .content-sec .tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tabs {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
    padding: 3.125rem 0 3.125rem;
  }
}
.page-guidelines .content-sec .tabs .tab a {
  display: flex;
  align-items: center;
}
.page-guidelines .content-sec .tabs .tab a figure {
  overflow: hidden;
}
@media (hover: hover) {
  .page-guidelines .content-sec .tabs .tab a figure img {
    transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page-guidelines .content-sec .tabs .tab a:hover figure img {
    transform: scale(1.05, 1.05);
  }
}
.page-guidelines .content-sec .tabs .tab a figure {
  width: 8.4375rem;
}
.page-guidelines .content-sec .tabs .tab a .text {
  width: calc(100% - 8.4375rem);
  padding: 0 min(1.0980966325vw, 0.9375rem);
  color: var(--red);
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tabs .tab a .text {
    padding: 0 0.625rem;
  }
}
.page-guidelines .content-sec .tabs .tab a .text p {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tabs .tab a .text p {
    font-size: 1rem;
  }
}
.page-guidelines .content-sec .tabs .tab a .text p span {
  display: block;
  font-size: 0.8125rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tabs .tab a .text p span {
    font-size: 0.875rem;
  }
}
.page-guidelines .content-sec .tab-item {
  margin: 0 auto;
  position: relative;
}
.page-guidelines .content-sec .tab-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fcf5e8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.page-guidelines .content-sec .tab-item:nth-last-of-type(1) {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item:nth-last-of-type(1) {
    padding-bottom: 5rem;
  }
}
.page-guidelines .content-sec .tab-item:nth-last-of-type(1) .item .detail .links {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item:nth-last-of-type(1) .item .detail .links {
    margin-top: 1.875rem;
  }
}
.page-guidelines .content-sec .tab-item .item {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 2.5rem);
  max-width: 75rem;
  margin: 0 auto;
  padding: 6.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item .item {
    display: block;
    padding: 3.125rem 0 0;
  }
}
.page-guidelines .content-sec .tab-item .item .midashi {
  width: 4.375rem;
  border-top: 0.125rem solid var(--red);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item .item .midashi {
    width: 100%;
    border-top: none;
    border-left: 0.125rem solid var(--red);
  }
}
.page-guidelines .content-sec .tab-item .item .midashi p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: var(--red);
  font-size: 1.875rem;
  margin: 1.875rem auto;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item .item .midashi p {
    writing-mode: horizontal-tb;
    font-size: 1.125rem;
    margin: 0 0 1.25rem 0.625rem;
  }
}
.page-guidelines .content-sec .tab-item .item .detail {
  width: calc(100% - 4.375rem);
  padding-left: min(5.8565153734vw, 5rem);
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item .item .detail {
    width: 100%;
    padding-left: 0;
  }
}
.page-guidelines .content-sec .tab-item .item .detail .table dl {
  display: flex;
  border-bottom: 0.0625rem solid #e8e5d5;
}
.page-guidelines .content-sec .tab-item .item .detail .table dl:nth-last-of-type(1) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item .item .detail .table dl {
    display: block;
    border-bottom: none;
  }
}
.page-guidelines .content-sec .tab-item .item .detail .table dl dt {
  width: 22.8571428571%;
  background-color: #f8f8f8;
  padding: 1.5625rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item .item .detail .table dl dt {
    width: 100%;
    padding: 0.625rem 0.9375rem;
  }
}
.page-guidelines .content-sec .tab-item .item .detail .table dl dd {
  width: 77.1428571429%;
  padding: 1.5625rem 1.875rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item .item .detail .table dl dd {
    width: 100%;
    padding: 0.625rem 0.9375rem;
  }
}
.page-guidelines .content-sec .tab-item .item .detail .table dl dd .strong {
  color: var(--red);
}
.page-guidelines .content-sec .tab-item .item .detail .links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem 0.875rem;
  width: calc(100% - 3.75rem);
  max-width: 46.875rem;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item .item .detail .links {
    margin: 1.875rem auto 0;
  }
}
.page-guidelines .content-sec .tab-item .item .detail .links .btn:last-child:nth-child(odd) {
  grid-column: 1/-1;
  justify-self: center;
  width: calc(50% - 0.4375rem);
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item .item .detail .links .btn:last-child:nth-child(odd) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item .item .detail .links {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem 0.875rem;
    width: calc(100% - 1.25rem);
  }
}
.page-guidelines .content-sec .tab-item .item .detail .links .btn {
  display: block;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item .item .detail .links .btn {
    height: 4.375rem;
  }
}
.page-guidelines .content-sec .tab-item .item .detail .links .btn .more {
  font-size: 1rem;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item .item .detail .links .btn .more {
    font-size: 0.875rem;
  }
}
.page-guidelines .content-sec .tab-item .item .detail .links .btn--red {
  background-color: #b22d1e;
}
.page-guidelines .content-sec .tab-item .item .detail .links .btn--yellow {
  background-color: var(--brown3);
}
.page-guidelines .content-sec .tab-item .item .detail .links .btn--yellow .more {
  color: var(--text-color);
}
.page-guidelines .content-sec .tab-item .item .detail .links .btn--yellow .more span {
  background-color: #fff;
  color: var(--brown3);
}
.page-guidelines .content-sec .tab-item .item .detail .links .btn--white {
  background-color: #fff;
}
.page-guidelines .content-sec .tab-item .item .detail .links .btn--white .more {
  color: var(--text-color);
}
.page-guidelines .content-sec .tab-item .item .detail .links .btn .more {
  letter-spacing: -0.03em;
}
.page-guidelines .content-sec .tab-item .item .detail .links .btn .more::after {
  content: none;
}
.page-guidelines .content-sec .tab-item .item .detail .links .btn .more span {
  width: 3rem;
  height: 2.125rem;
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item .item .detail .links .btn .more span {
    width: 2.5rem;
    height: 1.75rem;
  }
}
.page-guidelines .content-sec .tab-item .item .detail .links .btn .more span::before, .page-guidelines .content-sec .tab-item .item .detail .links .btn .more span::after {
  line-height: 2.125rem;
}
@media screen and (max-width: 768px) {
  .page-guidelines .content-sec .tab-item .item .detail .links .btn .more span::before, .page-guidelines .content-sec .tab-item .item .detail .links .btn .more span::after {
    line-height: 1.75rem;
  }
}

.page-education-welfare main {
  background-image: url("../images/guidelines/bg_content-01.svg");
  background-position: center top;
  background-repeat: repeat;
  background-size: 85.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-education-welfare main {
    background-size: 100%;
  }
}
.page-education-welfare .content-sec .tabs {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tabs {
    gap: 0.9375rem;
  }
}
.page-education-welfare .content-sec .tabs .tab {
  width: 15.625rem;
  text-align: center;
}
.page-education-welfare .content-sec .tabs .tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 0;
  color: var(--red3);
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tabs .tab a {
    padding: 0.9375rem 0;
  }
}
.page-education-welfare .content-sec .tab-item {
  scroll-margin-top: 8.875rem;
}
@media screen and (max-width: 1024px) {
  .page-education-welfare .content-sec .tab-item {
    scroll-margin-top: 3rem;
  }
}
.page-education-welfare .content-sec .tab-item {
  position: relative;
  padding-bottom: 6.25rem;
}
.page-education-welfare .content-sec .tab-item.welfare {
  padding-bottom: 0;
}
.page-education-welfare .content-sec .tab-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fcf5e8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.page-education-welfare .content-sec .tab-item__midashi {
  background-color: #474543;
  color: #fff;
  padding-left: calc(50vw - 38.75rem);
}
.page-education-welfare .content-sec .tab-item__midashi h2 {
  margin: 0 1.25rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: 1.875rem 0;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item__midashi h2 {
    padding: 0.9375rem 0;
  }
}
.page-education-welfare .content-sec .tab-item__midashi h2 p {
  font-size: 2.5rem;
  border-right: 0.0625rem solid #fff;
  padding-right: 1.25rem;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item__midashi h2 p {
    padding-right: 0.9375rem;
    font-size: 1.5rem;
  }
}
.page-education-welfare .content-sec .tab-item__midashi h2 span {
  font-size: 1.125rem;
  margin-left: 1.25rem;
  letter-spacing: -0.05em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item__midashi h2 span {
    margin-left: 0.9375rem;
    font-size: 0.75rem;
    line-height: 1.3;
  }
}
.page-education-welfare .content-sec .tab-item .content {
  width: calc(100% - 2.5rem);
  max-width: 75rem;
  margin: 0 auto;
  padding: 3.75rem 0;
  border-bottom: 0.0625rem solid var(--gold);
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .content {
    padding: 1.875rem 0;
  }
}
.page-education-welfare .content-sec .tab-item .content ul li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .content ul li {
    align-items: flex-start;
  }
}
.page-education-welfare .content-sec .tab-item .content ul li + li {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .content ul li + li {
    margin-top: 1.25rem;
  }
}
.page-education-welfare .content-sec .tab-item .content ul li .icon {
  width: 5.25rem;
  flex-shrink: 0;
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .content ul li .icon {
    width: 3.4375rem;
    margin-right: 0.625rem;
  }
}
.page-education-welfare .content-sec .tab-item .content ul li .text .title {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .content ul li .text .title {
    font-size: 1rem;
    margin-bottom: 0.3125rem;
  }
}
.page-education-welfare .content-sec .tab-item .content ul li .text .title + p {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .content ul li .text .title + p {
    font-size: 0.79375rem;
  }
}
.page-education-welfare .content-sec .tab-item .detail-block {
  width: calc(100% - 2.5rem);
  max-width: 75rem;
  margin: 0 auto;
}
.page-education-welfare .content-sec .tab-item .detail-block .box {
  display: flex;
  padding: 6.875rem 0 5.9375rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .detail-block .box {
    display: block;
    padding: 3.75rem 0 3.125rem;
  }
}
.page-education-welfare .content-sec .tab-item .detail-block .box + .box {
  border-top: 0.0625rem solid var(--gold);
}
.page-education-welfare .content-sec .tab-item .detail-block .box:nth-child(even) {
  flex-direction: row-reverse;
}
.page-education-welfare .content-sec .tab-item .detail-block .box:nth-child(even) .photo .nakamidashi {
  left: auto;
  right: 1.25rem;
}
.page-education-welfare .content-sec .tab-item .detail-block .box:nth-child(even) .text {
  padding-left: 0;
  padding-right: min(5.8565153734vw, 5rem);
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .detail-block .box:nth-child(even) .text {
    padding-right: 0;
  }
}
.page-education-welfare .content-sec .tab-item .detail-block .box .photo {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .detail-block .box .photo {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
.page-education-welfare .content-sec .tab-item .detail-block .box .photo .nakamidashi {
  color: var(--red3);
  font-weight: 400;
  writing-mode: vertical-rl;
  position: absolute;
  top: -3.625rem;
  left: 1.875rem;
  background-color: #fff;
  padding: 0.9375rem 0.3125rem;
  font-size: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .detail-block .box .photo .nakamidashi {
    font-size: 1.25rem;
    top: -1.25rem;
    left: 1.25rem;
    padding: 0.625rem 0.0625rem;
  }
}
.page-education-welfare .content-sec .tab-item .detail-block .box .text {
  width: 50%;
  flex-shrink: 1;
  padding-left: min(5.8565153734vw, 5rem);
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .detail-block .box .text {
    width: 100%;
    padding-left: 0;
  }
}
.page-education-welfare .content-sec .tab-item .detail-block .box .text .komidashi {
  color: var(--red);
  font-weight: 400;
  font-size: 1.875rem;
  letter-spacing: 0;
  margin-bottom: 0.625rem;
  margin-top: -1.25rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .detail-block .box .text .komidashi {
    margin-top: 0;
    font-size: 1.25rem;
    margin-bottom: 0.3125rem;
  }
}
.page-education-welfare .content-sec .tab-item .detail-block .box .text .description {
  line-height: 2;
}
.page-education-welfare .content-sec .tab-item .detail-block .box .text .program {
  margin-top: 1.875rem;
  background-color: #fff;
  border-left: 0.3125rem solid var(--red3);
  padding: 1.25rem 0 1.25rem 3.75rem;
  position: relative;
  height: 13.75rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%);
}
@media screen and (max-width: 1024px) {
  .page-education-welfare .content-sec .tab-item .detail-block .box .text .program {
    height: auto;
    padding: 1.25rem 0 1.25rem 2.5rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.25rem), calc(100% - 1.25rem) 100%, 0 100%);
  }
}
.page-education-welfare .content-sec .tab-item .detail-block .box .text .program::after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background-color: #e8e5d5;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .page-education-welfare .content-sec .tab-item .detail-block .box .text .program::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.page-education-welfare .content-sec .tab-item .detail-block .box .text .program .deco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  writing-mode: vertical-lr;
  color: var(--red3);
  text-align: center;
  vertical-align: middle;
  font-size: 1.25rem;
  rotate: 180deg;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .detail-block .box .text .program .deco {
    font-size: 1rem;
  }
}
.page-education-welfare .content-sec .tab-item .detail-block .box .text .program .school-name {
  text-align: left;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .detail-block .box .text .program .school-name {
    font-size: 0.8125rem;
  }
}
.page-education-welfare .content-sec .tab-item .detail-block .box .text .program ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  flex-wrap: wrap;
  height: 12.5rem;
}
@media screen and (max-width: 1024px) {
  .page-education-welfare .content-sec .tab-item .detail-block .box .text .program ul {
    flex-wrap: nowrap;
    height: auto;
    gap: 0.3125rem;
  }
}
.page-education-welfare .content-sec .tab-item .detail-block .box .text .program ul li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .detail-block .box .text .program ul li {
    font-size: 0.8125rem;
  }
}
.page-education-welfare .content-sec .tab-item .detail-block .box .text .program.row-3 ul {
  height: 5rem;
}
@media screen and (max-width: 1024px) {
  .page-education-welfare .content-sec .tab-item .detail-block .box .text .program.row-3 ul {
    height: auto;
  }
}
.page-education-welfare .content-sec .tab-item .detail-block .box .text .program.row-4 ul {
  height: 6.875rem;
}
@media screen and (max-width: 1024px) {
  .page-education-welfare .content-sec .tab-item .detail-block .box .text .program.row-4 ul {
    height: auto;
  }
}
.page-education-welfare .content-sec .tab-item .detail-block .box .text .program.row-5 ul {
  height: 8.75rem;
}
@media screen and (max-width: 1024px) {
  .page-education-welfare .content-sec .tab-item .detail-block .box .text .program.row-5 ul {
    height: auto;
  }
}
.page-education-welfare .content-sec .tab-item .detail-block small {
  display: block;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .detail-block small {
    font-size: 1rem;
  }
}
.page-education-welfare .content-sec .tab-item .support-system {
  width: calc(100% - 2.5rem);
  max-width: 75rem;
  margin: 0 auto;
  background-color: var(--red3);
  color: #fff;
  padding: 2.8125rem 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .support-system {
    padding: 1.25rem;
  }
}
.page-education-welfare .content-sec .tab-item .support-system .midashi {
  font-size: 2.0625rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .support-system .midashi {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.page-education-welfare .content-sec .tab-item .support-system .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .support-system .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-education-welfare .content-sec .tab-item .support-system .list li {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.75rem;
  border: 0.0625rem solid var(--gold);
  border-left: none;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .support-system .list li {
    height: 2.1875rem;
  }
}
@media screen and (min-width: 769px) {
  .page-education-welfare .content-sec .tab-item .support-system .list li:nth-child(5n) {
    border-right: none;
  }
  .page-education-welfare .content-sec .tab-item .support-system .list li:nth-child(n+11) {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .support-system .list li:nth-child(even) {
    border-right: none;
  }
  .page-education-welfare .content-sec .tab-item .support-system .list li:nth-last-of-type(1) {
    border-bottom: none;
  }
}
.page-education-welfare .content-sec .tab-item .comment {
  padding: 16.875rem 0 10rem;
  margin-top: -12.5rem;
  background-color: #474543;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .comment {
    margin-top: -14.375rem;
    padding-bottom: 5rem;
  }
}
.page-education-welfare .content-sec .tab-item .comment .inner {
  width: calc(100% - 2.5rem);
  max-width: 75rem;
  margin: 0 auto;
}
.page-education-welfare .content-sec .tab-item .comment .inner .midashi {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  border-bottom: 0.0625rem solid var(--gold);
  margin: 0 auto 2.5rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .comment .inner .midashi {
    font-size: 1rem;
    padding-bottom: 0.4375rem;
  }
}
.page-education-welfare .content-sec .tab-item .comment .inner .block .box {
  display: flex;
  align-items: flex-start;
}
.page-education-welfare .content-sec .tab-item .comment .inner .block .box + .box {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .comment .inner .block .box + .box {
    margin-top: 1.25rem;
  }
}
.page-education-welfare .content-sec .tab-item .comment .inner .block .box:nth-child(even) {
  flex-direction: row-reverse;
}
.page-education-welfare .content-sec .tab-item .comment .inner .block .box:nth-child(even) .text .fukidashi {
  margin-left: 0;
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .comment .inner .block .box:nth-child(even) .text .fukidashi {
    margin-right: 0.9375rem;
  }
}
.page-education-welfare .content-sec .tab-item .comment .inner .block .box:nth-child(even) .text .fukidashi::before {
  content: "";
  position: absolute;
  left: auto;
  right: -3.0625rem;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .comment .inner .block .box:nth-child(even) .text .fukidashi::before {
    right: -0.875rem;
  }
}
.page-education-welfare .content-sec .tab-item .comment .inner .block .box .photo {
  width: 9.75rem;
  flex-shrink: 0;
  margin: 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .comment .inner .block .box .photo {
    width: 4.875rem;
    margin: 0;
  }
}
.page-education-welfare .content-sec .tab-item .comment .inner .block .box .text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .comment .inner .block .box .text {
    margin-top: 0;
  }
}
.page-education-welfare .content-sec .tab-item .comment .inner .block .box .text .fukidashi {
  margin-left: 1.875rem;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1.875rem;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .comment .inner .block .box .text .fukidashi {
    margin-left: 0.9375rem;
    border-radius: 0.625rem;
    padding: 0.625rem;
    line-height: 1.6;
  }
}
.page-education-welfare .content-sec .tab-item .comment .inner .block .box .text .fukidashi::before {
  content: "";
  position: absolute;
  left: -3.0625rem;
  top: 1.875rem;
  z-index: 1;
  width: 3.125rem;
  height: 1.875rem;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .page-education-welfare .content-sec .tab-item .comment .inner .block .box .text .fukidashi::before {
    left: -0.9375rem;
    top: 0.625rem;
    width: 1rem;
    height: 0.8125rem;
  }
}

.page-careerpath main {
  background-image: url("../images/guidelines/bg_content-01.svg");
  background-position: center top;
  background-repeat: repeat;
  background-size: 85.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-careerpath main {
    background-size: 100%;
  }
}
.page-careerpath .content-sec {
  position: relative;
}
.page-careerpath .content-sec .contents {
  position: relative;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents {
    padding-bottom: 6.25rem;
  }
}
.page-careerpath .content-sec .contents::before {
  content: "";
  width: 100%;
  height: calc(100% - 3.75rem);
  background-color: #fcf5e8;
  position: absolute;
  top: 3.75rem;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.page-careerpath .content-sec .contents .inner {
  width: calc(100% - 2.5rem);
  max-width: 75rem;
  margin: 0 auto;
}
.page-careerpath .content-sec .contents .tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 13.75rem;
  border-bottom: 0.0625rem solid var(--gold);
}
@media screen and (max-width: 1280px) {
  .page-careerpath .content-sec .contents .tabs {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    padding-bottom: 6.875rem;
  }
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents .tabs {
    padding-bottom: 2.5rem;
  }
}
.page-careerpath .content-sec .contents .tabs .tab {
  width: 28rem;
  margin-left: -4.5rem;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 1280px) {
  .page-careerpath .content-sec .contents .tabs .tab {
    margin: 0 auto;
  }
  .page-careerpath .content-sec .contents .tabs .tab:nth-child(n+3) {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-careerpath .content-sec .contents .tabs .tab {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents .tabs .tab {
    width: 98%;
  }
  .page-careerpath .content-sec .contents .tabs .tab:nth-child(n+3) {
    margin-top: 1.25rem;
  }
}
.page-careerpath .content-sec .contents .tabs .tab a {
  display: block;
  width: 100%;
}
.page-careerpath .content-sec .contents .tabs .tab a figure {
  overflow: hidden;
}
@media (hover: hover) {
  .page-careerpath .content-sec .contents .tabs .tab a figure img {
    transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page-careerpath .content-sec .contents .tabs .tab a:hover figure img {
    transform: scale(1.05, 1.05);
  }
}
.page-careerpath .content-sec .contents .tabs .tab a figure {
  overflow: visible;
}
.page-careerpath .content-sec .contents .tabs .tab a .caption {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  writing-mode: vertical-rl;
  color: var(--red3);
  font-size: 0.875rem;
  padding: 0.9375rem 0.3125rem;
  translate: -19.375rem 9.375rem;
}
@media screen and (max-width: 1024px) {
  .page-careerpath .content-sec .contents .tabs .tab a .caption {
    translate: -35.8333333333vw 17.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents .tabs .tab a .caption {
    writing-mode: unset;
    padding: 0.125rem 0.3125rem;
    font-size: 3.5vw;
    right: auto;
    top: auto;
    left: 0;
    top: 18.3333333333vw;
    translate: 0 0;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1281px) {
  .page-careerpath .content-sec .contents .tabs .tab:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-careerpath .content-sec .contents .tabs .tab:nth-child(3n-1) {
    translate: 0 6.875rem;
  }
  .page-careerpath .content-sec .contents .tabs .tab:nth-child(n+4) {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 1280px) {
  .page-careerpath .content-sec .contents .tabs .tab {
    translate: 0 0;
  }
}
.page-careerpath .content-sec .contents .tab-item {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents .tab-item {
    padding-top: 2.5rem;
  }
}
.page-careerpath .content-sec .contents .tab-item + .tab-item {
  margin-top: 2.5rem;
}
.page-careerpath .content-sec .contents .tab-item .box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents .tab-item .box {
    display: block;
  }
}
.page-careerpath .content-sec .contents .tab-item .box .photo {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents .tab-item .box .photo {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.page-careerpath .content-sec .contents .tab-item .box .photo__midashi {
  font-size: 1.25rem;
  position: absolute;
  top: -1.5625rem;
  left: 1.25rem;
  writing-mode: vertical-lr;
  color: var(--red3);
  font-weight: 400;
  background-color: #fff;
  letter-spacing: 0.2em;
  padding: 0.9375rem 0.1875rem;
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents .tab-item .box .photo__midashi {
    font-size: 1rem;
  }
}
.page-careerpath .content-sec .contents .tab-item .box .text {
  width: 50%;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents .tab-item .box .text {
    width: 100%;
    padding-left: 0;
  }
}
.page-careerpath .content-sec .contents .tab-item .box .text__midashi {
  font-size: 1.875rem;
  color: var(--red3);
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents .tab-item .box .text__midashi {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
.page-careerpath .content-sec .contents .tab-item .box .text__catch {
  font-size: 1.25rem;
  color: var(--red3);
  margin-bottom: 1.25rem;
}
.page-careerpath .content-sec .contents .tab-item .box .text dl {
  display: flex;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents .tab-item .box .text dl {
    display: block;
    font-size: 0.8125rem;
  }
}
.page-careerpath .content-sec .contents .tab-item .box .text dl dt {
  flex-shrink: 0;
  width: 6.25rem;
}
.page-careerpath .content-sec .contents .tab-item .box .text dl + dl {
  margin-top: 0.625rem;
}
.page-careerpath .content-sec .contents .tab-item .career-chart {
  position: relative;
  background-color: #fff;
  display: flex;
  width: 100%;
  border-left: 0.25rem solid var(--red3);
  margin-top: 3.75rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%);
}
@media screen and (max-width: 1024px) {
  .page-careerpath .content-sec .contents .tab-item .career-chart {
    height: auto;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.25rem), calc(100% - 1.25rem) 100%, 0 100%);
    display: block;
  }
}
.page-careerpath .content-sec .contents .tab-item .career-chart::after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background-color: #e8e5d5;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .page-careerpath .content-sec .contents .tab-item .career-chart::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart {
  width: calc(100% - 15rem);
  padding: 1.25rem 1.875rem 1.875rem;
}
@media screen and (max-width: 1024px) {
  .page-careerpath .content-sec .contents .tab-item .career-chart .chart {
    width: 100%;
  }
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart__midashi {
  font-size: 1.875rem;
  color: var(--red3);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents .tab-item .career-chart .chart__midashi {
    font-size: 0.9375rem;
  }
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart__midashi span {
  letter-spacing: 0;
  position: relative;
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart__midashi span::before {
  content: "";
  width: 3.5rem;
  height: 1.125rem;
  background-image: url("../images/careerpath/deco_midashi.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: calc(100% + 1.25rem);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents .tab-item .career-chart .chart__midashi span::before {
    right: calc(100% + 0.3125rem);
    width: 1.75rem;
    height: 0.5625rem;
  }
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart__midashi span::after {
  content: "";
  width: 3.5rem;
  height: 1.125rem;
  background-image: url("../images/careerpath/deco_midashi.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(100% + 1.25rem);
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scaleY(-1);
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents .tab-item .career-chart .chart__midashi span::after {
    left: calc(100% + 0.3125rem);
    width: 1.75rem;
    height: 0.5625rem;
  }
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  position: relative;
  margin-top: 1.875rem;
  place-content: center;
}
@media screen and (max-width: 1024px) {
  .page-careerpath .content-sec .contents .tab-item .career-chart .chart .item {
    width: 55rem;
    grid-template-columns: repeat(6, 1fr);
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents .tab-item .career-chart .chart .item {
    width: 37.5rem;
  }
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item.column-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1024px) {
  .page-careerpath .content-sec .contents .tab-item .career-chart .chart .item.column-6 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item::before {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #e8e5d5;
  position: absolute;
  top: 4.5rem;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .page-careerpath .content-sec .contents .tab-item .career-chart .chart .item::before {
    top: 3.8125rem;
  }
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item dl {
  color: var(--red3);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-careerpath .content-sec .contents .tab-item .career-chart .chart .item dl:first-child {
    display: none;
  }
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item dl dt {
  display: flex;
  translate: -0.45em 0;
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item dl dt p + p {
  margin-left: 0.625rem;
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item dl dt p {
  writing-mode: vertical-lr;
  text-orientation: upright;
  line-height: 1;
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item dl dt p .text-combine {
  text-combine-upright: all;
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item dl dt .break {
  padding: 0.9375rem 0 0;
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item dl dt:first-child {
  position: relative;
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item dl dt:first-child .unit::before {
  content: "約";
  position: absolute;
  top: -1em;
  left: 0;
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item dl dd {
  height: 8.125rem;
  font-size: 0.8125rem;
  margin-top: -0.3125rem;
  padding: 1.25rem 0 0 0.625rem;
  line-height: 1.3;
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item dl dd.line {
  border-left: 0.0625rem solid var(--red3);
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item dl dd p {
  letter-spacing: -0.01em;
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item dl dd p + p {
  margin-top: 0.1875rem;
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item dl dd p.text-indent {
  text-indent: -1em;
  margin-left: 1em;
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .item dl:nth-child(1) dd {
  border-left: none;
}
.page-careerpath .content-sec .contents .tab-item .career-chart .chart .scroll-hint-text {
  letter-spacing: 0;
}
.page-careerpath .content-sec .contents .tab-item .career-chart .future {
  width: 15rem;
  border-left: 0.125rem solid #fcf5e8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .page-careerpath .content-sec .contents .tab-item .career-chart .future {
    border-left: none;
    border-top: 0.125rem solid #fcf5e8;
    width: 100%;
  }
}
.page-careerpath .content-sec .contents .tab-item .career-chart .future__midashi {
  text-align: center;
}
.page-careerpath .content-sec .contents .tab-item .career-chart .future__midashi::after {
  content: "";
  display: block;
  margin: 0.625rem auto 0.625rem;
  width: 1.875rem;
  height: 0.125rem;
  background-color: var(--red3);
}
.page-careerpath .content-sec .contents .tab-item .career-chart .future__read {
  font-size: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .page-careerpath .content-sec .contents .tab-item .career-chart .future__read {
    max-width: 34.375rem;
  }
}

.page-data main {
  background-image: url("../images/guidelines/bg_content-01.svg");
  background-position: center top;
  background-repeat: repeat;
  background-size: 85.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-data main {
    background-size: 100%;
  }
}
.page-data .content-sec {
  padding-bottom: 9.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-data .content-sec {
    padding-bottom: 25.3333333333vw;
  }
}
.page-data .content-sec::before {
  content: "";
  width: 100%;
  height: calc(100% - 35.625rem);
  background-color: #fcf5e8;
  position: absolute;
  top: 35.625rem;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.page-data .content-sec .contents {
  width: calc(100% - 2.5rem);
  max-width: 75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem 3.4375rem;
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-data .content-sec .contents .item .inner {
  width: 100%;
  height: 100%;
  min-height: min(40.8064516129vw, 31.625rem);
  padding: min(2.4193548387vw, 1.875rem);
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item .inner {
    padding: 5.3333333333vw;
    min-height: 118.1333333333vw;
  }
}
.page-data .content-sec .contents .item .inner .badge {
  position: absolute;
  top: 0;
  right: min(2.4193548387vw, 1.875rem);
  font-size: min(1.7741935484vw, 1.375rem);
  writing-mode: vertical-lr;
  background-color: var(--red3);
  color: #fff;
  padding: min(1.6129032258vw, 1.25rem) min(0.8064516129vw, 0.625rem);
  line-height: 1;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item .inner .badge {
    right: 4vw;
    font-size: 4vw;
    padding: 2.6666666667vw 1.3333333333vw;
    letter-spacing: 0.05rem;
  }
}
.page-data .content-sec .contents .item .inner .midashi {
  font-size: min(2.4193548387vw, 1.875rem);
  line-height: 1;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: min(2.8225806452vw, 2.1875rem);
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item .inner .midashi {
    font-size: 4vw;
    margin-bottom: 6.6666666667vw;
  }
}
.page-data .content-sec .contents .item .inner .midashi::before {
  content: "◆";
  display: inline-block;
  font-size: min(2.0967741935vw, 1.625rem);
  color: var(--red3);
  margin-right: min(0.8064516129vw, 0.625rem);
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item .inner .midashi::before {
    font-size: 3.4666666667vw;
  }
}
.page-data .content-sec .contents .item .inner .number {
  width: min(34.9193548387vw, 27.0625rem);
  margin-bottom: min(0.8064516129vw, 0.625rem);
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item .inner .number {
    width: 59.4666666667vw;
  }
}
.page-data .content-sec .contents .item .inner .description {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item .inner .description {
    display: block;
  }
}
.page-data .content-sec .contents .item .inner .description .read {
  width: min(23.3870967742vw, 18.125rem);
  margin-right: min(2.4193548387vw, 1.875rem);
  font-size: min(1.2903225806vw, 1rem);
  flex-shrink: 0;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item .inner .description .read {
    width: 100%;
    font-size: 3.4666666667vw;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item .inner .description figure {
    width: 40vw;
    margin: 5.3333333333vw auto 0;
  }
}
.page-data .content-sec .contents .item .inner .description figure figcaption {
  font-size: min(0.9677419355vw, 0.75rem);
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item .inner .description figure figcaption {
    font-size: 3.2vw;
    text-align: center;
  }
}
.page-data .content-sec .contents .item__1 .inner .number {
  margin-top: -2.1875rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item__1 .inner .number {
    margin-bottom: 1.25rem;
  }
}
.page-data .content-sec .contents .item__2 .inner {
  background-image: url("../images/data/bg_item-02.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - min(3.2258064516vw, 2.5rem)) calc(100% - min(1.2096774194vw, 0.9375rem));
  background-size: min(21.3709677419vw, 16.5625rem);
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item__2 .inner {
    background-position: center calc(100% - 6.6666666667vw);
    background-size: 60.2666666667vw;
  }
}
.page-data .content-sec .contents .item__3 .inner {
  background-image: url("../images/data/bg_item-03.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - min(2.4193548387vw, 1.875rem)) calc(100% - min(1.2096774194vw, 0.9375rem));
  background-size: min(27.4193548387vw, 21.25rem);
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item__3 .inner {
    background-position: center calc(100% - 6.6666666667vw);
    background-size: 73.7333333333vw;
  }
}
.page-data .content-sec .contents .item__4 .inner {
  background-image: url("../images/data/bg_item-04.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - min(2.4193548387vw, 1.875rem)) calc(100% - min(1.2096774194vw, 0.9375rem));
  background-size: min(28.4677419355vw, 22.0625rem);
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item__4 .inner {
    background-position: center calc(100% - 9.3333333333vw);
    background-size: 66.2666666667vw;
  }
}
.page-data .content-sec .contents .item__5 .inner {
  background-image: url("../images/data/bg_item-05.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - min(6.4516129032vw, 5rem)) calc(100% - min(1.2096774194vw, 0.9375rem));
  background-size: min(19.1129032258vw, 14.8125rem);
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item__5 .inner {
    background-position: center calc(100% - 4vw);
    background-size: 43.7333333333vw;
  }
}
.page-data .content-sec .contents .item__6 .inner {
  background-image: url("../images/data/bg_item-06.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - min(2.4193548387vw, 1.875rem)) calc(100% - min(1.2096774194vw, 0.9375rem));
  background-size: min(24.3548387097vw, 18.875rem);
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item__6 .inner {
    background-position: center calc(100% - 4vw);
    background-size: 64vw;
  }
}
.page-data .content-sec .contents .item__7 .inner .number {
  width: min(38.5483870968vw, 29.875rem);
  margin: 0 auto min(1.6129032258vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item__7 .inner .number {
    width: 100%;
  }
}
.page-data .content-sec .contents .item__7 .inner .description .read {
  width: 100%;
}
.page-data .content-sec .contents .item__8 .inner {
  background-image: url("../images/data/bg_item-08.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - min(2.4193548387vw, 1.875rem)) calc(100% - min(2.4193548387vw, 1.875rem));
  background-size: min(22.6612903226vw, 17.5625rem);
}
@media screen and (max-width: 768px) {
  .page-data .content-sec .contents .item__8 .inner {
    background-position: center calc(100% - 6.6666666667vw);
    background-size: 54.2666666667vw;
  }
}

.page-job main {
  background-image: url("../images/guidelines/bg_content-01.svg");
  background-position: center top;
  background-repeat: repeat;
  background-size: 85.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-job main {
    background-size: 100%;
  }
}
.page-job .content-sec {
  overflow: hidden;
  padding-bottom: 9.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec {
    padding-bottom: 25.3333333333vw;
  }
}
.page-job .content-sec::before {
  content: "";
  width: 100%;
  height: calc(100% - 35.625rem);
  background-color: #fcf5e8;
  position: absolute;
  top: 35.625rem;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.page-job .content-sec .contents .inner {
  width: calc(100% - 2.5rem);
  max-width: 75rem;
  margin: 0 auto;
}
.page-job .content-sec .contents .tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem 2.375rem;
}
@media screen and (max-width: 1024px) {
  .page-job .content-sec .contents .tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tabs {
    gap: 1.5625rem 0.5rem;
  }
}
.page-job .content-sec .contents .tabs .tab a {
  display: block;
  width: 100%;
  height: 100%;
  border: 0.3125rem solid var(--gold);
  position: relative;
}
.page-job .content-sec .contents .tabs .tab a figure {
  overflow: hidden;
}
@media (hover: hover) {
  .page-job .content-sec .contents .tabs .tab a figure img {
    transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page-job .content-sec .contents .tabs .tab a:hover figure img {
    transform: scale(1.05, 1.05);
  }
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tabs .tab a {
    border-width: 0.1875rem;
  }
}
.page-job .content-sec .contents .tabs .tab a .caption {
  position: absolute;
  top: -0.3125rem;
  left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tabs .tab a .caption {
    top: auto;
    bottom: -0.9375rem;
    left: 0.625rem;
  }
}
.page-job .content-sec .contents .tabs .tab a .caption span {
  width: -moz-fit-content;
  width: fit-content;
  writing-mode: vertical-rl;
  text-align: left;
  background-color: #fff;
  padding: 0.9375rem 0.3125rem;
  color: var(--red3);
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tabs .tab a .caption span {
    writing-mode: inherit;
    padding: 0.25rem 0.375rem;
    letter-spacing: 0;
  }
}
.page-job .content-sec .contents .tab-item {
  padding-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item {
    padding-top: 2.5rem;
  }
}
.page-job .content-sec .contents .tab-item + .tab-item {
  margin-top: 2.5rem;
}
.page-job .content-sec .contents .tab-item__midashi {
  font-size: 2.375rem;
  font-weight: 400;
  color: var(--red3);
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item__midashi {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.page-job .content-sec .contents .tab-item__midashi::before {
  content: "";
  flex: 1;
  order: 1;
  height: 0.0625rem;
  background-color: var(--gold);
}
.page-job .content-sec .contents .tab-item .box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .box {
    display: block;
  }
}
.page-job .content-sec .contents .tab-item .box .photo {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .box .photo {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.page-job .content-sec .contents .tab-item .box .photo__midashi {
  font-size: 1.25rem;
  position: absolute;
  top: -1.5625rem;
  left: 1.25rem;
  writing-mode: vertical-lr;
  color: var(--red3);
  font-weight: 400;
  background-color: #fff;
  letter-spacing: 0.2em;
  padding: 0.9375rem 0.1875rem;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .box .photo__midashi {
    font-size: 1rem;
  }
}
.page-job .content-sec .contents .tab-item .box .text {
  width: 50%;
  padding-left: 5%;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .box .text {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    text-align: justify;
  }
}
.page-job .content-sec .contents .tab-item .box .text__midashi {
  font-size: 1.875rem;
  color: var(--red3);
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .box .text__midashi {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
.page-job .content-sec .contents .tab-item .box .text__read {
  line-height: 2;
}
.page-job .content-sec .contents .tab-item .work-image {
  position: relative;
  background-color: #fff;
  padding: 2.1875rem 1.875rem 3.125rem;
  width: 100%;
  border-left: 0.25rem solid var(--red3);
  margin: 3.75rem 0 2.8125rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.875rem), calc(100% - 1.875rem) 100%, 0 100%);
}
@media screen and (max-width: 1024px) {
  .page-job .content-sec .contents .tab-item .work-image {
    height: auto;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.25rem), calc(100% - 1.25rem) 100%, 0 100%);
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .work-image {
    padding: 1.875rem 0 3.125rem;
    margin: 1.875rem 0 1.875rem;
  }
}
.page-job .content-sec .contents .tab-item .work-image::after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background-color: #e8e5d5;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .page-job .content-sec .contents .tab-item .work-image::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.page-job .content-sec .contents .tab-item .work-image__midashi {
  font-size: 1.875rem;
  color: var(--red3);
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .work-image__midashi {
    font-size: 0.9375rem;
  }
}
.page-job .content-sec .contents .tab-item .work-image__midashi span {
  letter-spacing: 0;
  position: relative;
}
.page-job .content-sec .contents .tab-item .work-image__midashi span::before {
  content: "";
  width: 3.5rem;
  height: 1.125rem;
  background-image: url("../images/careerpath/deco_midashi.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: calc(100% + 1.25rem);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .work-image__midashi span::before {
    right: calc(100% + 0.3125rem);
    width: 1.75rem;
    height: 0.5625rem;
  }
}
.page-job .content-sec .contents .tab-item .work-image__midashi span::after {
  content: "";
  width: 3.5rem;
  height: 1.125rem;
  background-image: url("../images/careerpath/deco_midashi.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(100% + 1.25rem);
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scaleY(-1);
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .work-image__midashi span::after {
    left: calc(100% + 0.3125rem);
    width: 1.75rem;
    height: 0.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .work-image .js-scrollable {
    margin-left: 1.25rem;
  }
}
.page-job .content-sec .contents .tab-item .work-image__item {
  width: 61.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .work-image__item {
    width: 53.75rem;
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .work-detail__midashi {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .work-detail__list {
    margin-left: -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
.page-job .content-sec .contents .tab-item .work-detail__list .splide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .work-detail__list .splide__list {
    display: flex;
    gap: 0;
  }
}
.page-job .content-sec .contents .tab-item .work-detail__list__item figure {
  margin-bottom: 0.625rem;
}
.page-job .content-sec .contents .tab-item .work-detail__list__item .midashi {
  color: var(--red3);
  font-size: 1.5rem;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .work-detail__list__item .midashi {
    font-size: 1.125rem;
  }
}
.page-job .content-sec .contents .tab-item .work-detail__list__item .description {
  text-align: justify;
}
.page-job .content-sec .contents .tab-item .interview {
  margin-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .interview {
    margin-top: 4.375rem;
  }
}
.page-job .content-sec .contents .tab-item .interview__box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .page-job .content-sec .contents .tab-item .interview__box {
    display: block;
  }
}
.page-job .content-sec .contents .tab-item .interview__box__movie {
  width: 28.125rem;
  margin-right: min(9vw, 5.625rem);
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .page-job .content-sec .contents .tab-item .interview__box__movie {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .interview__box__movie {
    width: calc(100% - 2.5rem);
  }
}
.page-job .content-sec .contents .tab-item .interview__box__movie > a figure {
  overflow: hidden;
}
@media (hover: hover) {
  .page-job .content-sec .contents .tab-item .interview__box__movie > a figure img {
    transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page-job .content-sec .contents .tab-item .interview__box__movie > a:hover figure img {
    transform: scale(1.05, 1.05);
  }
}
.page-job .content-sec .contents .tab-item .interview__box__movie > a::before {
  content: "";
  width: 18.625rem;
  height: 20.875rem;
  background-image: url("../images/job/deco_interview-01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: -4.625rem;
  left: -11.5rem;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .interview__box__movie > a::before {
    width: 39.7333333333vw;
    height: 44.5333333333vw;
    top: -9.8666666667vw;
    left: -20vw;
  }
}
.page-job .content-sec .contents .tab-item .interview__box__movie > a::after {
  content: "";
  width: 18.625rem;
  height: 20.875rem;
  background-image: url("../images/job/deco_interview-02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  bottom: -4.625rem;
  right: -11.5rem;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .interview__box__movie > a::after {
    width: 39.7333333333vw;
    height: 44.5333333333vw;
    bottom: -9.8666666667vw;
    right: -20vw;
  }
}
.page-job .content-sec .contents .tab-item .interview__box__links {
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .page-job .content-sec .contents .tab-item .interview__box__links {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .interview__box__links {
    margin-top: 3.75rem;
  }
}
.page-job .content-sec .contents .tab-item .interview__box__links .btn {
  display: block;
  width: 22.3125rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .page-job .content-sec .contents .tab-item .interview__box__links .btn {
    margin: 0 auto;
    width: 28.125rem;
  }
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .interview__box__links .btn {
    width: calc(100% - 2.5rem);
    height: 4.375rem;
  }
}
.page-job .content-sec .contents .tab-item .interview__box__links .btn + .btn {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .interview__box__links .btn + .btn {
    margin-top: 0.9375rem;
  }
}
.page-job .content-sec .contents .tab-item .interview__box__links .btn .more {
  font-size: 1rem;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .interview__box__links .btn .more {
    font-size: 0.875rem;
  }
}
.page-job .content-sec .contents .tab-item .interview__box__links .btn--white {
  background-color: #fff;
}
.page-job .content-sec .contents .tab-item .interview__box__links .btn--white .more {
  color: var(--black);
}
.page-job .content-sec .contents .tab-item .interview__box__links .btn .more {
  letter-spacing: -0.03em;
}
.page-job .content-sec .contents .tab-item .interview__box__links .btn .more::after {
  content: none;
}
.page-job .content-sec .contents .tab-item .interview__box__links .btn .more span {
  width: 3rem;
  height: 2.125rem;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .interview__box__links .btn .more span {
    width: 2.5rem;
    height: 1.75rem;
  }
}
.page-job .content-sec .contents .tab-item .interview__box__links .btn .more span::before, .page-job .content-sec .contents .tab-item .interview__box__links .btn .more span::after {
  line-height: 2.125rem;
}
@media screen and (max-width: 768px) {
  .page-job .content-sec .contents .tab-item .interview__box__links .btn .more span::before, .page-job .content-sec .contents .tab-item .interview__box__links .btn .more span::after {
    line-height: 1.75rem;
  }
}

.page-crosstalk .introduction {
  background-image: url("../images/crosstalk/obj_talk-03.svg");
  background-repeat: no-repeat;
  background-position: left 8.75rem;
  background-size: 18.125rem;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .introduction {
    background-size: 9.0625rem;
    background-position: -1.875rem 10rem;
    margin-left: -1.25rem;
    width: calc(100% + 2.5rem);
    padding-bottom: 1.25rem;
  }
}
.page-crosstalk main {
  background-image: url("../images/common/bg.svg");
  background-position: center top;
  background-repeat: repeat;
  background-size: 85.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-crosstalk main {
    background-size: 100%;
  }
}
.page-crosstalk .content-sec {
  overflow: hidden;
  position: relative;
}
.page-crosstalk .content-sec::before {
  content: "";
  width: 100%;
  height: calc(100% - 37.5rem);
  background-color: #f9cdaf;
  position: absolute;
  top: 37.5rem;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec::before {
    height: calc(100% - 30rem);
    top: 30rem;
  }
}
.page-crosstalk .content-sec .contents {
  background-image: url("../images/crosstalk/bg_talk-01.svg");
  background-position: center top 2.5rem;
  background-repeat: no-repeat;
  background-size: 85.375rem;
}
.page-crosstalk .content-sec .contents .inner {
  width: calc(100% - 2.5rem);
  max-width: 75rem;
  margin: 0 auto;
  padding-bottom: 12.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner {
    padding-bottom: 6.25rem;
  }
}
.page-crosstalk .content-sec .contents .inner::before {
  content: "";
  width: 18.125rem;
  height: 4.25rem;
  background-image: url("../images/crosstalk/obj_talk-03.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 3.75rem;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner::before {
    width: 9.0625rem;
    height: 2.125rem;
    left: auto;
    bottom: 2.25rem;
    right: -1.875rem;
  }
}
.page-crosstalk .content-sec .contents .inner .speaker__photo {
  width: 34.25rem;
  margin: 0 auto -4.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .speaker__photo {
    width: 73.0666666667vw;
    margin-bottom: 0;
  }
}
.page-crosstalk .content-sec .contents .inner .speaker__photo .name {
  font-size: 1.25rem;
  color: var(--red3);
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.3;
  position: absolute;
  top: 3.75rem;
  background-color: #fff;
  padding: 0.625rem;
  box-shadow: -0.4375rem 0.4375rem 0px 0 var(--gold);
  border-radius: 0px;
  min-height: 9rem;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .speaker__photo .name {
    font-size: 1rem;
    padding: 0.9375rem 0.3125rem;
    top: 1.875rem;
    line-height: 1.4;
    min-height: 8.375rem;
  }
}
.page-crosstalk .content-sec .contents .inner .speaker__photo .name .pos {
  font-style: normal;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .speaker__photo .name .pos {
    font-size: 0.75rem;
  }
}
.page-crosstalk .content-sec .contents .inner .speaker__photo .name .space {
  display: inline-block;
  font-style: normal;
  padding: 0.1875rem;
}
.page-crosstalk .content-sec .contents .inner .speaker__photo .name__senior {
  left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .speaker__photo .name__senior {
    left: 0rem;
  }
}
.page-crosstalk .content-sec .contents .inner .speaker__photo .name__junior {
  right: 0;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .speaker__photo .name__junior {
    right: -0.625rem;
  }
}
.page-crosstalk .content-sec .contents .inner .speaker__pullquote {
  display: flex;
  justify-content: space-between;
  gap: min(1.2096774194vw, 0.9375rem);
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .speaker__pullquote {
    display: block;
  }
}
.page-crosstalk .content-sec .contents .inner .speaker__pullquote__junior, .page-crosstalk .content-sec .contents .inner .speaker__pullquote__senior {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .speaker__pullquote__junior, .page-crosstalk .content-sec .contents .inner .speaker__pullquote__senior {
    width: calc(100% - 11.7333333333vw);
  }
}
.page-crosstalk .content-sec .contents .inner .speaker__pullquote__junior .copy, .page-crosstalk .content-sec .contents .inner .speaker__pullquote__senior .copy {
  position: absolute;
  top: min(3.2258064516vw, 2.5rem);
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
}
.page-crosstalk .content-sec .contents .inner .speaker__pullquote__junior .copy span, .page-crosstalk .content-sec .contents .inner .speaker__pullquote__senior .copy span {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  writing-mode: vertical-lr;
  background-color: #fff;
  color: var(--red3);
  font-size: min(2.0967741935vw, 1.625rem);
  line-height: 1;
  margin: 0 min(0.4032258065vw, 0.3125rem);
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .speaker__pullquote__junior .copy span, .page-crosstalk .content-sec .contents .inner .speaker__pullquote__senior .copy span {
    font-size: 4.2666666667vw;
    margin: 0 0.6666666667vw;
  }
}
.page-crosstalk .content-sec .contents .inner .speaker__pullquote__junior .copy {
  left: min(3.2258064516vw, 2.5rem);
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .speaker__pullquote__senior {
    margin-left: 11.7333333333vw;
    margin-top: 7.3333333333vw;
  }
}
.page-crosstalk .content-sec .contents .inner .speaker__pullquote__senior .copy {
  right: min(3.2258064516vw, 2.5rem);
}
.page-crosstalk .content-sec .contents .inner .talk__midashi {
  padding-top: 5rem;
  font-size: 2rem;
  color: var(--red3);
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .talk__midashi {
    padding-top: 1.875rem;
    font-size: 1rem;
  }
}
.page-crosstalk .content-sec .contents .inner .talk__midashi span {
  border-bottom: 0.0625rem solid var(--gold);
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .talk__midashi span {
    letter-spacing: 0;
    padding-bottom: 0.5rem;
    letter-spacing: -0.05em;
  }
}
.page-crosstalk .content-sec .contents .inner .talk__block {
  position: relative;
  z-index: 1;
}
.page-crosstalk .content-sec .contents .inner .talk__block + .talk__block {
  margin-top: 1.875rem;
}
.page-crosstalk .content-sec .contents .inner .talk__block .box {
  display: flex;
  align-items: flex-start;
}
.page-crosstalk .content-sec .contents .inner .talk__block .box .photo {
  width: 9.8125rem;
  flex-shrink: 0;
  margin: 0.625rem 1.875rem 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .talk__block .box .photo {
    width: 4.875rem;
    margin: 0;
  }
}
.page-crosstalk .content-sec .contents .inner .talk__block .box .photo p {
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .talk__block .box .photo p {
    margin-top: 0.3125rem;
  }
}
.page-crosstalk .content-sec .contents .inner .talk__block .box .text .fukidashi {
  margin-left: 1.875rem;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1.875rem;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .talk__block .box .text .fukidashi {
    margin-left: 0.9375rem;
    border-radius: 0.625rem;
    padding: 0.625rem;
    line-height: 1.6;
  }
}
.page-crosstalk .content-sec .contents .inner .talk__block .box .text .fukidashi::before {
  content: "";
  position: absolute;
  left: -3.0625rem;
  top: 1.875rem;
  z-index: 1;
  width: 3.125rem;
  height: 1.875rem;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .talk__block .box .text .fukidashi::before {
    left: -0.9375rem;
    top: 0.625rem;
    width: 1rem;
    height: 0.8125rem;
  }
}
.page-crosstalk .content-sec .contents .inner .talk__block .box .text .fukidashi span {
  color: var(--red3);
}
.page-crosstalk .content-sec .contents .inner .talk__junior .box {
  flex-direction: row-reverse;
}
.page-crosstalk .content-sec .contents .inner .talk__junior .box .photo {
  margin: 0.625rem 3.75rem 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .talk__junior .box .photo {
    margin: 0.625rem 0 0;
  }
}
.page-crosstalk .content-sec .contents .inner .talk__junior .box .text .fukidashi {
  margin-left: 0;
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .talk__junior .box .text .fukidashi {
    margin-right: 0.9375rem;
  }
}
.page-crosstalk .content-sec .contents .inner .talk__junior .box .text .fukidashi::before {
  content: "";
  position: absolute;
  left: auto;
  right: -3.0625rem;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .talk__junior .box .text .fukidashi::before {
    right: -0.875rem;
  }
}
.page-crosstalk .content-sec .contents .inner .talk__insert {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .talk__insert {
    margin-top: 2.5rem;
    margin-left: -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
.page-crosstalk .content-sec .contents .inner .talk__insert figure {
  position: relative;
  z-index: 1;
}
.page-crosstalk .content-sec .contents .inner .talk__insert figure::before {
  content: "";
  width: 18.125rem;
  height: 4.25rem;
  background-image: url("../images/crosstalk/obj_talk-03.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 3.75rem;
  left: -3.75rem;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .talk__insert figure::before {
    width: 9.0625rem;
    height: 2.125rem;
    bottom: 1.75rem;
    left: -1.875rem;
  }
}
.page-crosstalk .content-sec .contents .inner .talk__insert figure::after {
  content: "";
  width: 18.125rem;
  height: 4.25rem;
  background-image: url("../images/crosstalk/obj_talk-03.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 6.25rem;
  right: -3.125rem;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .talk__insert figure::after {
    width: 9.0625rem;
    height: 2.125rem;
    top: -0.9375rem;
    right: -1.875rem;
  }
}
.page-crosstalk .content-sec .contents .inner .talk__insert::before {
  content: "";
  width: 16.875rem;
  height: 16.875rem;
  background-image: url("../images/crosstalk/obj_talk-01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: calc(100% - 8.4375rem);
  right: 9.875rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .talk__insert::before {
    width: 8.4375rem;
    height: 8.4375rem;
    bottom: calc(100% - 3.125rem);
    right: -2.5rem;
  }
}
.page-crosstalk .content-sec .contents .inner .talk__insert::after {
  content: "";
  width: 14.1875rem;
  height: 14.1875rem;
  background-image: url("../images/crosstalk/obj_talk-02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(100% - 4.375rem);
  left: 8.4375rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .inner .talk__insert::after {
    width: 7.09375rem;
    height: 7.09375rem;
    top: calc(100% - 1.875rem);
    left: -1.875rem;
  }
}
.page-crosstalk .content-sec .contents .closing__q {
  background-color: var(--red3);
  background-image: url("../images/crosstalk/bg_closing-01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 85.375rem;
  padding: 3.125rem 0 5.625rem;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .closing__q {
    background-size: 200%;
    font-size: 1rem;
    padding: 1.5625rem 0 3.125rem;
    line-height: 2.5;
  }
}
.page-crosstalk .content-sec .contents .closing__q span {
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.625rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .closing__q span {
    padding-bottom: 0.3125rem;
  }
}
.page-crosstalk .content-sec .contents .closing__a {
  position: relative;
  z-index: 1;
  margin-top: -5.9166666667vw;
}
@media screen and (max-width: 768px) {
  .page-crosstalk .content-sec .contents .closing__a {
    margin-top: -10.6666666667vw;
  }
}

.page-myoffday main {
  background-image: url("../images/common/bg.svg");
  background-position: center top;
  background-repeat: repeat;
  background-size: 85.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-myoffday main {
    background-size: 100%;
  }
}
.page-myoffday .content-sec {
  overflow: hidden;
  position: relative;
}
.page-myoffday .content-sec::before {
  content: "";
  width: 100%;
  height: calc(100% - 37.5rem);
  background-color: #f9cdaf;
  position: absolute;
  top: 37.5rem;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec::before {
    height: calc(100% - 30rem);
    top: 30rem;
  }
}
.page-myoffday .content-sec .contents {
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents {
    margin-bottom: 5rem;
  }
}
.page-myoffday .content-sec .contents .case {
  overflow: hidden;
  width: calc(100% - 2.5rem);
  max-width: 62.5rem;
  margin: 0 auto;
  color: #fff;
  padding: 2.8125rem 2.5rem 7.5rem 3.75rem;
  display: flex;
  align-items: stretch;
}
.page-myoffday .content-sec .contents .case + .case {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case {
    display: block;
    padding: 2.8125rem 2.8125rem 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case {
    padding: 0.9375rem 1.4375rem 3.75rem;
  }
}
.page-myoffday .content-sec .contents .case__name {
  width: 8.75rem;
  padding-right: 3.75rem;
  flex-shrink: 0;
  border-right: 0.0625rem solid rgba(167, 138, 74, 0.5);
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__name {
    border-right: none;
    border-bottom: 0.0625rem solid rgba(167, 138, 74, 0.5);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.4;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__name {
    padding-bottom: 0.9375rem;
  }
}
.page-myoffday .content-sec .contents .case__name .icon {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__name .icon {
    width: 5rem;
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__name .icon {
    width: 3.4375rem;
  }
}
.page-myoffday .content-sec .contents .case__name .name {
  writing-mode: vertical-lr;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  font-size: 2.0625rem;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__name .name {
    writing-mode: unset;
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__name .name {
    font-size: 1.125rem;
  }
}
.page-myoffday .content-sec .contents .case__name .name .pos {
  font-size: 0.9375rem;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__name .name .pos {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__name .name .pos {
    font-size: 0.75rem;
  }
}
.page-myoffday .content-sec .contents .case__content {
  width: calc(100% - 5rem - min(5.7692307692vw, 3.75rem));
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__content {
    width: 100%;
  }
}
.page-myoffday .content-sec .contents .case__content .section .read {
  line-height: 2.2;
  position: relative;
  z-index: 1;
}
.page-myoffday .content-sec .contents .case__content .section .read + .read {
  margin-top: 1.875rem;
}
.page-myoffday .content-sec .contents .case__content .section__1 {
  position: relative;
  padding-top: 5.9375rem;
  padding-left: min(6.7307692308vw, 4.375rem);
  padding-right: 15rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__content .section__1 {
    padding: 1.875rem 0 0 0;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__content .section__1 {
    padding-top: 1.25rem;
  }
}
.page-myoffday .content-sec .contents .case__content .section__1 .midashi {
  letter-spacing: 0;
  color: var(--brown3);
  font-size: 1.625rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__content .section__1 .midashi {
    text-align: center;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__content .section__1 .midashi {
    font-size: 1.0625rem;
  }
}
.page-myoffday .content-sec .contents .case__content .section__1 .obj {
  width: 21.1875rem;
  position: absolute;
  bottom: 0;
  right: -1.25rem;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__content .section__1 .obj {
    position: static;
    margin: 2.5rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__content .section__1 .obj {
    margin: 1.25rem auto 0;
    width: 14.125rem;
  }
}
.page-myoffday .content-sec .contents .case__content .section__2 {
  margin-left: -15rem;
  width: calc(100% + 5rem + 3.75rem + 8.75rem);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__content .section__2 {
    width: calc(100% + 5.625rem);
    margin-left: -2.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__content .section__2 {
    width: 100%;
    margin-left: -1.4375rem;
    width: calc(100% + 2.875rem);
  }
}
.page-myoffday .content-sec .contents .case__content .section__2::before {
  content: "";
  width: 4.625rem;
  height: 8.25rem;
  background-image: url("../images/myoffday/obj_case1-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -3.125rem;
  left: 11.25rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__content .section__2::before {
    width: 3.375rem;
    height: 5.9375rem;
    left: 0.625rem;
    top: -1.875rem;
  }
}
.page-myoffday .content-sec .contents .case__content .section__2::after {
  content: "";
  width: 7.875rem;
  height: 4.0625rem;
  background-image: url("../images/myoffday/obj_case1-02.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 2.5rem;
  right: 7.875rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__content .section__2::after {
    width: 5.875rem;
    height: 3.0625rem;
    bottom: 0.625rem;
    right: 0.625rem;
  }
}
.page-myoffday .content-sec .contents .case__content .section__2 .slides {
  background: transparent;
}
.page-myoffday .content-sec .contents .case__content .section__2 .slides .slide {
  width: 18.75rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__content .section__2 .slides .slide {
    width: 14.1875rem;
    margin: 0 0.25rem;
  }
}
.page-myoffday .content-sec .contents .case__content .section__2 .slides .slide--wide {
  width: 38.5rem;
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__content .section__2 .slides .slide--wide {
    width: 29.03125rem;
  }
}
.page-myoffday .content-sec .contents .case__content .section__3 {
  margin-top: 3.75rem;
  padding-left: min(6.7307692308vw, 4.375rem);
  position: relative;
  padding-right: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__content .section__3 {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__content .section__3 {
    padding-right: 0;
    margin-top: 1.25rem;
  }
}
.page-myoffday .content-sec .contents .case__content .section__3 .obj {
  width: 9.875rem;
  position: absolute;
  top: 0;
  right: calc(100% - 1.5625rem);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__content .section__3 .obj {
    width: 34.5625rem;
    position: static;
    margin: 1.25rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__content .section__3 .obj {
    width: 100%;
  }
}
.page-myoffday .content-sec .contents .case__1 {
  background-color: #a23627;
}
.page-myoffday .content-sec .contents .case__2 {
  background-color: #c19e59;
}
.page-myoffday .content-sec .contents .case__2 .case__name {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.page-myoffday .content-sec .contents .case__2 .case__content .section .midashi {
  color: #a23627;
}
.page-myoffday .content-sec .contents .case__2 .case__content .section .obj {
  width: 19.25rem;
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__2 .case__content .section .obj {
    width: 13.40625rem;
  }
}
.page-myoffday .content-sec .contents .case__2 .case__content .section__2::before {
  content: "";
  width: 6.75rem;
  height: 9.0625rem;
  background-image: url("../images/myoffday/obj_case2-01.svg");
  top: auto;
  bottom: calc(100% + 4.1875rem);
  left: 9.375rem;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__2 .case__content .section__2::before {
    bottom: calc(100% - 5.625rem);
    left: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__2 .case__content .section__2::before {
    width: 4.59375rem;
    height: 6.125rem;
    left: 0.625rem;
    top: -1.875rem;
  }
}
.page-myoffday .content-sec .contents .case__2 .case__content .section__2::after {
  content: "";
  width: 8.875rem;
  height: 4.625rem;
  background-image: url("../images/myoffday/obj_case2-02.svg");
  bottom: auto;
  top: 0.625rem;
  right: 7.875rem;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__2 .case__content .section__2::after {
    top: auto;
    bottom: 2.5rem;
    right: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__2 .case__content .section__2::after {
    width: 5.6875rem;
    height: 3rem;
    bottom: 1.875rem;
    right: 0.625rem;
  }
}
.page-myoffday .content-sec .contents .case__2 .case__content .section__3 .obj {
  width: 10.6875rem;
  position: absolute;
  top: 0;
  right: calc(100% - 1.875rem);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__2 .case__content .section__3 .obj {
    width: 28.3125rem;
    position: static;
    margin: 1.25rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__2 .case__content .section__3 .obj {
    width: calc(100% - 5rem);
  }
}
.page-myoffday .content-sec .contents .case__3 {
  background-color: #496646;
}
.page-myoffday .content-sec .contents .case__3 .case__content .section .obj {
  width: 18rem;
  bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__3 .case__content .section .obj {
    width: 13.6875rem;
  }
}
.page-myoffday .content-sec .contents .case__3 .case__content .section__2::before {
  content: "";
  width: 9.0625rem;
  height: 7.875rem;
  background-image: url("../images/myoffday/obj_case3-01.svg");
  top: auto;
  bottom: calc(100% + 4.1875rem);
  left: 8.125rem;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__3 .case__content .section__2::before {
    bottom: calc(100% - 5.625rem);
    left: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__3 .case__content .section__2::before {
    width: 5.125rem;
    height: 5.625rem;
    left: 0.625rem;
    top: -1.875rem;
    rotate: -10deg;
  }
}
.page-myoffday .content-sec .contents .case__3 .case__content .section__2::after {
  content: "";
  width: 8.8125rem;
  height: 3.375rem;
  background-image: url("../images/myoffday/obj_case3-02.svg");
  bottom: auto;
  top: 1.25rem;
  right: 7.875rem;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__3 .case__content .section__2::after {
    top: auto;
    bottom: 2.5rem;
    right: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__3 .case__content .section__2::after {
    width: 7.125rem;
    height: 2.5625rem;
    bottom: 1.875rem;
    right: 0.625rem;
  }
}
.page-myoffday .content-sec .contents .case__3 .case__content .section__3 .obj {
  width: 9.625rem;
  position: absolute;
  top: -1.875rem;
  right: calc(100% - 1.875rem);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page-myoffday .content-sec .contents .case__3 .case__content .section__3 .obj {
    width: 28.3125rem;
    position: static;
    margin: 1.25rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .page-myoffday .content-sec .contents .case__3 .case__content .section__3 .obj {
    width: calc(100% - 5rem);
  }
}

.page-project-story main {
  background-image: url("../images/common/bg.svg");
  background-position: center top;
  background-repeat: repeat;
  background-size: 85.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-project-story .introduction {
    padding-bottom: 0;
  }
}
.page-project-story .introduction .read span {
  margin-bottom: 0.625rem;
}
.page-project-story .introduction figure {
  width: 100%;
  max-width: 48.75rem;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
.page-project-story .content-sec {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-project-story .content-sec {
    background-size: 100%;
  }
}
.page-project-story .content-sec .contents {
  width: calc(100% - 2.5rem);
  max-width: 56.25rem;
  margin: 0 auto;
}
.page-project-story .content-sec .contents::before {
  content: "";
  width: 100%;
  height: calc(100% - 46.875rem);
  background-color: #eddcc0;
  position: absolute;
  top: 37.5rem;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .page-project-story .content-sec .contents::before {
    height: calc(100% - 23.75rem);
    top: 19.375rem;
  }
}
.page-project-story .content-sec .contents__insert {
  margin: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .page-project-story .content-sec .contents__insert {
    margin: 1.25rem 0;
  }
}
.page-project-story .content-sec .contents__catch {
  font-size: 2rem;
  color: var(--red3);
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .page-project-story .content-sec .contents__catch {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.page-project-story .content-sec .contents__read {
  margin-bottom: 1.25rem;
  letter-spacing: 0;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .page-project-story .content-sec .contents__read {
    line-height: 2;
  }
}
.page-project-story .content-sec .contents__closing {
  position: relative;
  height: 37.875rem;
}
@media screen and (max-width: 768px) {
  .page-project-story .content-sec .contents__closing {
    position: static;
    height: auto;
  }
}
.page-project-story .content-sec .contents__closing figure {
  width: 29.125rem;
  height: 25.25rem;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .page-project-story .content-sec .contents__closing figure {
    width: 80vw;
    height: 69.3333333333vw;
  }
}
.page-project-story .content-sec .contents__closing figure:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .page-project-story .content-sec .contents__closing figure:first-child {
    position: static;
  }
}
.page-project-story .content-sec .contents__closing figure:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .page-project-story .content-sec .contents__closing figure:last-child {
    position: static;
    margin-left: 22.6666666667vw;
    margin-top: 5.3333333333vw;
    width: 66.6666666667vw;
    height: 56vw;
  }
}
.page-project-story .archive-sec {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .page-project-story .archive-sec {
    padding-bottom: 4.375rem;
  }
}
.page-project-story .archive-sec .inner {
  width: calc(100% - 2.5rem);
  max-width: 75rem;
  margin: 0 auto;
}
.page-project-story .archive-sec .inner .midashi {
  font-weight: 400;
  color: var(--gold);
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 768px) {
  .page-project-story .archive-sec .inner .midashi {
    margin-bottom: 1.875rem;
  }
}
.page-project-story .archive-sec .inner .midashi .ja {
  font-size: 3.625rem;
  letter-spacing: -0.15em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-project-story .archive-sec .inner .midashi .ja {
    font-size: 1.75rem;
  }
}
.page-project-story .archive-sec .inner .midashi .en {
  font-size: 2.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-project-story .archive-sec .inner .midashi .en {
    font-size: 1.25rem;
  }
}
.page-project-story .archive-sec .inner .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5625rem;
}
@media screen and (max-width: 768px) {
  .page-project-story .archive-sec .inner .list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
}
.page-project-story .archive-sec .inner .list .item figure {
  overflow: hidden;
}
@media (hover: hover) {
  .page-project-story .archive-sec .inner .list .item figure img {
    transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .page-project-story .archive-sec .inner .list .item:hover figure img {
    transform: scale(1.05, 1.05);
  }
}
.page-project-story .archive-sec .inner .list .item__inner {
  background-image: url("../images/common/bg.svg");
  background-position: center top;
  background-repeat: repeat;
  background-size: 85.375rem;
  position: relative;
}
.page-project-story .archive-sec .inner .list .item__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f9cdaf;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .page-project-story .archive-sec .inner .list .item__inner::before {
    height: calc(100% - 30rem);
    top: 30rem;
  }
}
.page-project-story .archive-sec .inner .list .item__inner__midashi {
  color: var(--red3);
  padding: 0.9375rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-project-story .archive-sec .inner .list .item__inner__midashi {
    padding: 0.9375rem 1.25rem;
  }
}
.page-project-story .archive-sec .inner .list .item__inner__midashi .en {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-project-story .archive-sec .inner .list .item__inner__midashi .en {
    font-size: 0.75rem;
  }
}
.page-project-story .archive-sec .inner .list .item__inner__midashi .ja {
  font-size: 1.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-project-story .archive-sec .inner .list .item__inner__midashi .ja {
    font-size: 1.125rem;
  }
}
.page-project-story .archive-sec .inner .list .item__inner figure {
  mix-blend-mode: multiply;
}

.page-faq main {
  background-image: url("../images/guidelines/bg_content-01.svg");
  background-position: center top;
  background-repeat: repeat;
  background-size: 85.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-faq main {
    background-size: 100%;
  }
}
.page-faq .content-sec .contents .tabs {
  padding: 6.25rem 0 3.125rem;
  width: calc(100% - 2.5rem);
  max-width: 45rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-faq .content-sec .contents .tabs {
    padding: 3.125rem 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }
}
.page-faq .content-sec .contents .tabs .tab {
  text-align: center;
}
.page-faq .content-sec .contents .tabs .tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 0;
  color: var(--red3);
}
@media screen and (max-width: 768px) {
  .page-faq .content-sec .contents .tabs .tab a {
    padding: 0.9375rem 0;
  }
}
.page-faq .content-sec .contents .tab-item {
  position: relative;
  padding: 8.125rem 0 0;
}
.page-faq .content-sec .contents .tab-item:nth-last-of-type(1) {
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 768px) {
  .page-faq .content-sec .contents .tab-item {
    padding: 4.375rem 0 0;
  }
  .page-faq .content-sec .contents .tab-item:nth-last-of-type(1) {
    padding-bottom: 5rem;
  }
}
.page-faq .content-sec .contents .tab-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fcf5e8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.page-faq .content-sec .contents .tab-item .inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 2.5rem);
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-faq .content-sec .contents .tab-item .inner {
    display: block;
  }
}
.page-faq .content-sec .contents .tab-item .inner .aside {
  width: 9.0625rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-faq .content-sec .contents .tab-item .inner .aside {
    width: 100%;
  }
}
.page-faq .content-sec .contents .tab-item .inner .aside .midashi {
  border-top: 0.125rem solid var(--red3);
  padding-top: 1.25rem;
  color: var(--red3);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 500;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-faq .content-sec .contents .tab-item .inner .aside .midashi {
    writing-mode: inherit;
    border-top: none;
    border-left: 0.125rem solid var(--red3);
    padding-top: 0;
    font-size: 1.125rem;
    line-height: 1.2;
    padding-left: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.page-faq .content-sec .contents .tab-item .inner .faq-body dl {
  padding-bottom: 3.125rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .page-faq .content-sec .contents .tab-item .inner .faq-body dl {
    padding-bottom: 1.875rem;
  }
}
.page-faq .content-sec .contents .tab-item .inner .faq-body dl + dl {
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .page-faq .content-sec .contents .tab-item .inner .faq-body dl + dl {
    padding-top: 1.875rem;
  }
}
.page-faq .content-sec .contents .tab-item .inner .faq-body dl dt {
  display: flex;
  margin-bottom: 0.1875rem;
}
.page-faq .content-sec .contents .tab-item .inner .faq-body dl dt span {
  font-size: 1.875rem;
  flex-shrink: 0;
  margin-right: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .page-faq .content-sec .contents .tab-item .inner .faq-body dl dt span {
    font-size: 1rem;
    margin-right: 0.9375rem;
  }
}
.page-faq .content-sec .contents .tab-item .inner .faq-body dl dt p {
  color: var(--red3);
  font-size: 1.625rem;
  padding-top: 0.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-faq .content-sec .contents .tab-item .inner .faq-body dl dt p {
    font-size: 1rem;
    padding-top: 0.125rem;
  }
}
.page-faq .content-sec .contents .tab-item .inner .faq-body dl dd {
  display: flex;
}
.page-faq .content-sec .contents .tab-item .inner .faq-body dl dd span {
  font-size: 1.875rem;
  flex-shrink: 0;
  margin-right: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .page-faq .content-sec .contents .tab-item .inner .faq-body dl dd span {
    font-size: 1rem;
    margin-right: 0.9375rem;
  }
}
.page-faq .content-sec .contents .tab-item .inner .faq-body dl dd p {
  padding-top: 0.9375rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .page-faq .content-sec .contents .tab-item .inner .faq-body dl dd p {
    font-size: 0.8125rem;
    padding-top: 0.25rem;
  }
}

.page-entry main {
  background-image: url("../images/guidelines/bg_content-01.svg");
  background-position: center top;
  background-repeat: repeat;
  background-size: 85.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-entry main {
    background-size: 100%;
  }
}
.page-entry .contents-sec .introduction {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-entry .contents-sec .introduction {
    padding: 2.5rem 0 3.125rem;
  }
}
.page-entry .contents-sec .introduction a {
  color: var(--brown);
}
.page-entry .contents-sec .form {
  position: relative;
  padding: 3.75rem 0 9.375rem;
}
@media screen and (max-width: 768px) {
  .page-entry .contents-sec .form {
    padding: 2.5rem 0 5.625rem;
  }
}
.page-entry .contents-sec .form::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fcf5e8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.page-entry .contents-sec .form .inner {
  width: calc(100% - 2.5rem);
  max-width: 55rem;
  margin: 0 auto;
}
.page-entry .contents-sec .form .inner .note {
  text-align: center;
}
.page-entry .contents-sec .form .inner dl {
  display: flex;
  padding: 3.125rem 0;
  border-bottom: 0.0625rem solid rgba(204, 204, 204, 0.4);
}
@media screen and (max-width: 768px) {
  .page-entry .contents-sec .form .inner dl {
    padding: 1.875rem 0;
    display: block;
  }
}
.page-entry .contents-sec .form .inner dl dt {
  width: 35%;
  flex-shrink: 0;
  padding: 0.6em 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page-entry .contents-sec .form .inner dl dt {
    width: 100%;
    padding-bottom: 1em;
  }
}
.page-entry .contents-sec .form .inner dl dt .must {
  margin-right: 1.25rem;
  flex-shrink: 0;
}
.page-entry .contents-sec .form .inner dl dd {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .page-entry .contents-sec .form .inner dl dd {
    width: 100%;
  }
}
.page-entry .contents-sec .form .inner dl dd .radio-box {
  padding: 0.8em 0;
}
.page-entry .contents-sec .form .inner dl dd .radio-box.vertical {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.page-entry .contents-sec .form .inner dl dd .radio-box.horizontal {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-entry .contents-sec .form .inner dl dd .radio-box.horizontal {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-entry .contents-sec .form .inner dl dd .flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-entry .contents-sec .form .inner dl dd .flex-box .example {
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-entry .contents-sec .form .inner dl dd .flex-box .example {
    width: 100%;
  }
}
.page-entry .contents-sec .form .inner dl dd .flex-box .prefix {
  margin-right: 0.625rem;
}
.page-entry .contents-sec .form .inner dl dd .flex-box .zip-fill {
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-entry .contents-sec .form .inner dl dd .flex-box .zip-fill {
    margin-left: 0.625rem;
    font-size: 0.9375rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.page-entry .contents-sec .form .inner dl dd .address {
  margin-top: 1.25rem;
}
.page-entry .contents-sec .form .inner .must {
  display: inline-block;
  background-color: var(--red3);
  color: #fff;
  padding: 0rem 0.8rem;
  border-radius: 0.2rem;
}
.page-entry .contents-sec .form .inner .zip-fill {
  background: #e8e5d5;
  text-shadow: none;
  border: none;
  padding: 10px 20px;
}
.page-entry .contents-sec .form .inner .mfp_err {
  font-family: YakuHanJP, "Sawarabi Gothic", sans-serif;
}
.page-entry .contents-sec .form .inner .btn {
  display: block;
  width: 22.5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  margin: 3.125rem auto 0;
}
.page-entry .contents-sec .form .inner .btn--red {
  background-color: #b22d1e;
}
.page-entry .contents-sec .form .inner .btn--red:hover {
  background-color: #b22d1e;
}
.page-entry .contents-sec .form .inner .btn .more {
  font-size: 1rem;
  width: 85%;
  text-align: left;
}
.page-entry .contents-sec .form .inner .btn .more::after {
  display: none;
}
.page-entry .contents-sec .form .inner .btn .more .arrow {
  background-color: #fff;
}
.page-entry .contents-sec #mfp_phase_confirm {
  padding-top: 2.5rem;
}
.page-entry .contents-sec #mfp_phase_confirm_inner h4 {
  display: none;
}
.page-entry .contents-sec #mfp_phase_confirm_inner #mfp_confirm_table {
  width: 100%;
}
.page-entry .contents-sec #mfp_phase_confirm_inner #mfp_confirm_table tr {
  padding: 1.5625rem 0;
  display: block;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}
.page-entry .contents-sec #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma, .page-entry .contents-sec #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_colored {
  background-color: transparent;
}
.page-entry .contents-sec #mfp_phase_confirm_inner #mfp_confirm_table tr th,
.page-entry .contents-sec #mfp_phase_confirm_inner #mfp_confirm_table tr td {
  border-top: none;
  font-size: 1rem;
}
.page-entry .contents-sec #mfp_phase_confirm_inner #mfp_confirm_table tr th {
  width: 17.5rem;
  font-weight: 400;
}
.page-entry .contents-sec #mfp_button_cancel {
  width: 22.5rem;
  text-shadow: none;
  margin-top: 1.25rem;
  background: #CCC;
  border: none;
  font-size: 0.875rem;
  padding: 0.625rem 0;
  font-family: YakuHanJP, "Sawarabi Gothic", sans-serif;
}
.page-entry #mfp_thanks {
  display: none;
}
.page-entry .thanks-message .introduction .midashi-block {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-entry .thanks-message .introduction .midashi-block {
    margin-bottom: 1.25rem;
  }
}
.page-entry .thanks-message .introduction .midashi-block::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .page-entry .thanks-message .introduction .read {
    margin-bottom: 3.125rem;
  }
}