@charset "UTF-8";

/* 1: universal reset
------------------------------------- */
html {
  cursor: default;
  font-size: 62.5%;
}

/* box sizing
------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
}

/* general params
------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
body,
div,
p,
pre,
ul,
ol,
dl,
dt,
dd,
address,
form,
blockquote,
figure {
  margin: 0;
  padding: 0; /* margin&padding reset */
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

/* word break
------------------------------------- */
p {
  word-break: normal;
}

/* image
------------------------------------- */
img {
  vertical-align: bottom;
  border-style: none;
}

/* 2: form setting
------------------------------------- */
option {
  padding-right: 10px;
}

input,
select {
  vertical-align: middle;
}

*:focus {
  outline: none;
}

@-webkit-keyframes fade-bottom {
  from {
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes fade-bottom {
  from {
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mv-arrow-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-40%);
  }
  60% {
    transform: translateY(-20%);
  }
}
@keyframes mv-arrow-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-40%);
  }
  60% {
    transform: translateY(-20%);
  }
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333vw;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  /*font-family: "Ubuntu", "Noto Sans JP", sans-serif;
	font-family: Noto Sans JP,-apple-system,BlinkMacSystemFont,Roboto,Segoe UI,Helvetica Neue,HelveticaNeue,YuGothic,Yu Gothic Medium,Yu Gothic,Verdana,Meiryo,sans-serif;*/
	font-family:  'Noto Sans JP', sans-serif;
  color: #1c1c1c;
  /*background-color: #f5f5f5;*/
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-feature-settings: "palt";
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
}

img,
svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.main-content {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .tb,
.sp {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}


.footer {
  position: relative;
  background-color: #ffffff;
  border-radius: 3rem 3rem 0 0;
  margin-top: -4rem;
  z-index: 1;
}
.footer .footer__inner {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 5.7rem;
  gap: 16rem;
}
@media screen and (max-width: 1200px) {
  .footer .footer__inner {
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 5.3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}
.footer .footer__sns {
  display: none;
  padding: 0 8rem;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .footer__sns {
    margin-top: 0;
  }
  .footer .footer__sns.--mq-tb {
    display: block;
  }
}
.footer .footer__sns li + li {
  margin-top: 2rem;
}
.footer .footer__sns li a {
  display: inline-block;
  color: #1c1c1c;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer .footer__sns li a {
    transition: color 0.1s linear;
  }
  .footer .footer__sns li a:hover {
    color: #737373;
  }
  .footer .footer__sns li a:hover .num,
.footer .footer__sns li a:hover .text {
    color: #737373;
  }
  .footer .footer__sns li a:hover .num span.--sm,
.footer .footer__sns li a:hover .text span.--sm {
    color: #737373;
  }
}
.footer .footer__sns li a .sns__logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer .footer__sns li a .sns__logo.--note {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 2px;
}
.footer .footer__sns li a .sns__logo.--x {
  width: 1.4rem;
  height: 1.5rem;
}
.footer .footer__bottom {
  padding: 4rem 8rem;
}
@media screen and (min-width: 768px) {
  .footer .footer__bottom {
    display: flex;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .footer__bottom {
    padding: 4.2rem 8rem 4rem;
    gap: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__bottom {
    padding: 3rem 5rem 7rem;
    position: relative;
  }
  .footer .footer__bottom::after {
    content: "";
    display: block;
    width: calc(100% - 10rem);
    height: 1px;
    background-color: #dfded9;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer .footer__bottom > .copy {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer .footer__bottom > .copy {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.footer .footer__bottom > .link {
  color: #1c1c1c;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer .footer__bottom > .link {
    transition: color 0.1s linear;
  }
  .footer .footer__bottom > .link:hover {
    color: #737373;
  }
  .footer .footer__bottom > .link:hover .num,
.footer .footer__bottom > .link:hover .text {
    color: #737373;
  }
  .footer .footer__bottom > .link:hover .num span.--sm,
.footer .footer__bottom > .link:hover .text span.--sm {
    color: #737373;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__bottom > .link {
    display: none;
  }
}


  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}


.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}


/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
          animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
          animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
/* Dialog buttons */
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
/* IE8
   ========================================================================== */
#lower.--map .hero {
  height: 78rem;
  padding: 23rem 8rem 12rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #lower.--map .hero {
    height: 82rem;
    padding: 24.7rem 5rem 10rem;
  }
}
#lower.--map .hero::after {
  content: "";
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1073px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #lower.--map .hero::after {
    height: 91.2rem;
  }
}
#lower.--map .hero > .heading {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lower.--map .hero > .heading {
    max-width: 100%;
  }
}
#lower.--map .hero > .heading span {
  display: block;
}
#lower.--map .hero > .heading span.ja {
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #lower.--map .hero > .heading span.ja {
    font-size: 6rem;
  }
}
.ja_text{
	font-size: 20px; margin-left: 10px;
}
.ja_text_2{
	font-size: 20px; margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .ja_text{
	font-size: 20px; margin-left: 10px;
}
	.ja_text_2{
	font-size: 20px; margin-left: 0px;
}
}
#lower.--map .hero > .heading span.en {
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #lower.--map .hero > .heading span.en {
    font-size: 3.6rem;
    margin-top: 3.2rem;
  }
}
#lower.--map .hero > .loop {
  width: 100vw;
  display: flex;
  margin: 8.7rem auto 0;
}
@media screen and (max-width: 767px) {
  #lower.--map .hero > .loop {
    margin: 7.5rem auto 0;
  }
}
#lower.--map .hero > .loop .loop__img {
  flex: 0 0 auto;
  white-space: nowrap;
  width: 3240px;
}
@media screen and (max-width: 767px) {
  #lower.--map .hero > .loop .loop__img {
    width: 304.5rem;
  }
}
#lower.--map .hero > .loop .loop__img:nth-child(odd) {
  -webkit-animation: loop_map 70s -35s linear infinite;
          animation: loop_map 70s -35s linear infinite;
}
#lower.--map .hero > .loop .loop__img:nth-child(even) {
  -webkit-animation: loop2_map 70s linear infinite;
          animation: loop2_map 70s linear infinite;
}
@-webkit-keyframes loop_map {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop_map {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2_map {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2_map {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#lower.--map .gmap {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  #lower.--map .gmap {
    width: 100%;
    height: 62vw;
    max-height: 62vh;
  }
}
#lower.--map .store {
  margin: 12rem auto 14rem;
}
@media screen and (max-width: 767px) {
  #lower.--map .store {
    margin: 10rem auto 12rem;
  }
}
#lower.--map .store .store__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8rem 0;
}
@media screen and (max-width: 767px) {
  #lower.--map .store .store__lists {
    gap: 5rem 0;
  }
}
#lower.--map .store .store__lists > .item {
  width: 30.5%;
  max-width: 336px;
}
@media screen and (max-width: 767px) {
  #lower.--map .store .store__lists > .item {
    width: calc(50% - 2.1rem);
    max-width: 100%;
  }
}
#lower.--map .store .store__lists > .item .item__name {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #lower.--map .store .store__lists > .item .item__name {
    display: flex;
    align-items: center;
    height: 7rem;
    font-size: 2.8rem;
    line-height: 1.2142857143;
  }
}
#lower.--map .store .store__lists > .item .item__desc {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.07em;
  font-weight: 400;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #lower.--map .store .store__lists > .item .item__desc {
    font-size: 2.4rem;
    line-height: 1.7083333333;
    margin-top: 1.8rem;
  }
}
#lower.--special {
  position: relative;
  display: block;
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  width: 100vw;
  height: 100%;
  margin: auto;
}
#lower.--special > section {
  position: relative;
  z-index: 1;
}
#lower.--special .obj {
  display: block;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  width: 173.6rem;
  height: 85.7rem;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: auto;
  margin-left: -0.4rem;
}
@media screen and (max-width: 767px) {
  #lower.--special .obj {
    background-size: contain;
    margin-left: -0.6rem;
  }
}
#lower.--special.--special01 {
  background-image: url("../img/special/01/bg.jpg");
}
#lower.--special.--special01 .obj {
}
@media screen and (max-width: 767px) {
  #lower.--special.--special01 .obj {
    background-image: url("../img/special/01/obj--sp.png");
    width: 114.6rem;
    height: 98.2rem;
  }
}
#lower.--special.--special02 {
}
#lower.--special.--special02 .obj {
}
#lower.--special .hero .hero__inner {
  max-width: 120rem;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  #lower.--special .hero .hero__inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--special .hero .hero__inner {
    max-width: 100%;
  }
}
#lower.--special .hero .hero__inner .hero__num,
#lower.--special .hero .hero__inner .hero__image {
  opacity: 0;
}
#lower.--special .hero .hero__inner .hero__num {
  width: 12.6%;
  position: absolute;
  top: 16rem;
  right: 3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #lower.--special .hero .hero__inner .hero__num {
    width: 14.3rem;
    height: 14.3rem;
    top: 13.5rem;
    right: 2rem;
  }
}
#lower.--special .hero .hero__inner .hero__num .circle {
  width: 100%;
  height: auto;
  -webkit-animation: circle_rotate 15s linear infinite both;
          animation: circle_rotate 15s linear infinite both;
}
@-webkit-keyframes circle_rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
@keyframes circle_rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
#lower.--special .hero .hero__inner .hero__num .num {
  font-size: 2.6vw;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1201px) {
  #lower.--special .hero .hero__inner .hero__num .num {
    font-size: 3.271rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--special .hero .hero__inner .hero__num .num {
    font-size: 2.6rem;
  }
}
#lower.--special .hero .hero__inner .hero__image {
  width: 100%;
  margin: auto;
}
#lower.--special .hero .hero__inner .hero__text {
  margin-top: -3rem;
  margin-right: 8.1rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #lower.--special .hero .hero__inner .hero__text {
    margin-right: 0;
    padding: 0 5rem;
  }
}
#lower.--special .hero .hero__inner .hero__text > p {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.1052631579;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #lower.--special .hero .hero__inner .hero__text > p {
    font-size: 2.5rem;
    line-height: 1.9230769231;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }
}
#lower.--special.--special01 .hero .hero__inner {
  padding-top: 12.3rem;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special01 .hero .hero__inner {
    padding-top: 16.5rem;
  }
}
#lower.--special.--special01 .hero .hero__inner .hero__image {
  max-width: 1076px;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special01 .hero .hero__inner .hero__image {
    width: 77.1rem;
  }
}
#lower.--special.--special01 .hero .hero__inner .hero__image img {
  transform: translateX(-2.2rem);
}
@media screen and (max-width: 767px) {
  #lower.--special.--special01 .hero .hero__inner .hero__image img {
    transform: translateX(-3.7rem);
  }
}
#lower.--special.--special01 .hero .hero__inner .hero__text {
  margin-right: 7.1rem;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special01 .hero .hero__inner .hero__text {
    margin-right: 0;
    margin-top: -7rem;
  }
}
#lower.--special.--special02 .hero .hero__inner {
  padding-top: 14.7rem;
}
#lower.--special.--special02 .hero .hero__inner .hero__image {
  max-width: 1140px;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special02 .hero .hero__inner .hero__image {
    width: 74.2rem;
  }
}
#lower.--special.--special02 .hero .hero__inner .hero__image img {
  transform: translateX(-1rem);
}
@media screen and (max-width: 767px) {
  #lower.--special.--special02 .hero .hero__inner .hero__image img {
    transform: translateX(-1.8rem);
  }
}
#lower.--special.--special02 .hero .hero__inner .hero__text {
  margin-right: 8.1rem;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special02 .hero .hero__inner .hero__text {
    margin-top: -8rem;
    margin-right: 0;
  }
}
#lower.--special.--special03 .hero .hero__inner {
  padding-top: 14.7rem;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special03 .hero .hero__inner {
    padding-top: 16rem;
  }
}
#lower.--special.--special03 .hero .hero__inner .hero__image {
  max-width: 1120px;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special03 .hero .hero__inner .hero__image {
    width: 76.5rem;
  }
}
#lower.--special.--special03 .hero .hero__inner .hero__image img {
  transform: translateX(-1rem);
}
@media screen and (max-width: 767px) {
  #lower.--special.--special03 .hero .hero__inner .hero__image img {
    transform: translateX(-3.9rem);
  }
}
#lower.--special.--special03 .hero .hero__inner .hero__text {
  margin-right: 8.3rem;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special03 .hero .hero__inner .hero__text {
    margin-top: -9rem;
    margin-right: 0;
  }
}
#lower.--special.--special04 .hero .hero__inner {
  padding-top: 15.3rem;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special04 .hero .hero__inner {
    padding-top: 15.3rem;
  }
}
#lower.--special.--special04 .hero .hero__inner .hero__image {
  max-width: 1120px;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special04 .hero .hero__inner .hero__image {
    width: 76.2rem;
  }
}
#lower.--special.--special04 .hero .hero__inner .hero__image img {
  transform: translateX(-1rem);
}
@media screen and (max-width: 767px) {
  #lower.--special.--special04 .hero .hero__inner .hero__image img {
    transform: translateX(-3.3rem);
  }
}
#lower.--special.--special04 .hero .hero__inner .hero__text {
  margin-right: 9.3rem;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special04 .hero .hero__inner .hero__text {
    margin-top: -6.5rem;
    margin-right: 0;
  }
}
#lower.--special.--special05 .hero .hero__inner {
  padding-top: 15.3rem;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special05 .hero .hero__inner {
    padding-top: 13.3rem;
  }
}
#lower.--special.--special05 .hero .hero__inner .hero__image {
  max-width: 1120px;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special05 .hero .hero__inner .hero__image {
    width: 75.3rem;
  }
}
#lower.--special.--special05 .hero .hero__inner .hero__image img {
  transform: translateX(-1rem);
}
@media screen and (max-width: 767px) {
  #lower.--special.--special05 .hero .hero__inner .hero__image img {
    transform: translateX(-3.3rem);
  }
}
#lower.--special.--special05 .hero .hero__inner .hero__text {
  margin-right: 9.3rem;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special05 .hero .hero__inner .hero__text {
    margin-top: -11.5rem;
    margin-right: 0;
  }
}
#lower.--special .prof {
  margin-top: 8.8rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  #lower.--special .prof {
    margin-top: 11.2rem;
  }
}
#lower.--special .chapter {
  padding: 0 4rem 14rem;
}
@media screen and (max-width: 767px) {
  #lower.--special .chapter {
    padding: 0 4rem 12rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--special.--special01 .--chapter03-img {
    width: 53rem !important;
    margin: 5rem auto 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #lower.--special.--special01 .--chapter04-img {
    width: 38.2rem !important;
    margin: 6rem auto 0 !important;
  }
}
@media screen and (min-width: 768px) {
  #lower.--special.--special02 .--chapter02-img,
#lower.--special.--special02 .--chapter06-img {
    max-width: 44rem;
    width: 88%;
  }
}
@media screen and (max-width: 767px) {
  #lower.--special.--special02 .--chapter02-img,
#lower.--special.--special02 .--chapter06-img {
    width: 42rem !important;
  }
}
#lower.--special.--special03 .--chapter01-img {
  width: calc(100% - 2.4rem) !important;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special03 .--chapter01-img {
    width: 55.9rem;
  }
}
@media screen and (min-width: 768px) {
  #lower.--special.--special03 .--chapter02-img {
    width: 46rem !important;
    margin-top: -5% !important;
    margin-bottom: 2% !important;
    margin-right: -2% !important;
  }
}
@media screen and (max-width: 767px) {
  #lower.--special.--special03 .--chapter02-img {
    width: 50.9rem;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  #lower.--special.--special03 .--chapter03-box:first-child {
    width: 46% !important;
  }
  #lower.--special.--special03 .--chapter03-box:last-child {
    width: 54% !important;
  }
  #lower.--special.--special03 .--chapter03-box .--chapter03-img {
    width: 78.2%;
    transform: translateX(2.7rem);
  }
}
@media screen and (max-width: 767px) {
  #lower.--special.--special03 .--chapter03-box .--chapter03-img {
    width: 58rem;
  }
}
#lower.--special.--special03 .--chapter04-img {
  width: calc(100% - 5rem) !important;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special03 .--chapter04-img {
    width: 54.2rem !important;
  }
}
#lower.--special.--special03 .--chapter05-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  #lower.--special.--special03 .--chapter05-img {
    width: 96.4% !important;
    transform: translateX(-3rem);
  }
}
@media screen and (max-width: 767px) {
  #lower.--special.--special03 .--chapter05-img {
    width: 56.2rem;
    text-align: center;
  }
}
#lower.--special.--special03 .--chapter05-img .chapter05-link {
  color: #1c1c1c;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  #lower.--special.--special03 .--chapter05-img .chapter05-link {
    position: absolute;
    left: 5rem;
    bottom: 1.5rem;
  }
}
@media screen and (max-width: 1440px) {
  #lower.--special.--special03 .--chapter05-img .chapter05-link {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  #lower.--special.--special03 .--chapter05-img .chapter05-link {
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
#lower.--special.--special03 .--chapter05-img .chapter05-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1c1c1c;
  position: absolute;
  left: 0;
  bottom: -0.8rem;
  transition: opacity 0.1s;
}
#lower.--special.--special03 .--chapter05-img .chapter05-link::after {
  content: "";
  display: block;
  background-image: url("../img/common/blank-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.3rem;
  position: absolute;
  top: 50%;
  right: -2.4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #lower.--special.--special03 .--chapter05-img .chapter05-link::after {
    width: 2rem;
    height: 1.8rem;
    right: -3rem;
  }
}
@media screen and (min-width: 768px) {
  #lower.--special.--special03 .--chapter05-img .chapter05-link:hover::before {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  #lower.--special.--special03 .--chapter06-img {
    width: 48.3rem !important;
  }
}
#lower.--special.--special04 .--chapter01-img {
  text-align: center;
}
#lower.--special.--special04 .--chapter01-img .chapter01-link {
  color: #1c1c1c;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special04 .--chapter01-img .chapter01-link {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin-top: 5rem;
    text-align: left;
    width: calc(100% - 14rem);
  }
}
#lower.--special.--special04 .--chapter01-img .chapter01-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1c1c1c;
  position: absolute;
  left: 0;
  bottom: -0.8rem;
  transition: opacity 0.1s;
}
#lower.--special.--special04 .--chapter01-img .chapter01-link::after {
  content: "";
  display: block;
  background-image: url("../img/common/blank-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.3rem;
  position: absolute;
  top: 50%;
  right: -2.4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #lower.--special.--special04 .--chapter01-img .chapter01-link::after {
    width: 2rem;
    height: 1.8rem;
    right: -3rem;
  }
}
@media screen and (min-width: 768px) {
  #lower.--special.--special04 .--chapter01-img .chapter01-link:hover::before {
    opacity: 0;
  }
}
#lower.--special.--special04 .--chapter04-img,
#lower.--special.--special04 .--chapter06-img,
#lower.--special.--special04 .--chapter07-img {
  margin-top: 3.1rem;
}
#lower.--special.--special04 .--chapter02-img,
#lower.--special.--special04 .--chapter03-img,
#lower.--special.--special04 .--chapter04-img,
#lower.--special.--special04 .--chapter06-img {
  text-align: right;
}
#lower.--special.--special04 .--chapter02-img .note,
#lower.--special.--special04 .--chapter03-img .note,
#lower.--special.--special04 .--chapter04-img .note,
#lower.--special.--special04 .--chapter06-img .note {
  letter-spacing: 0 !important;
}
@media screen and (min-width: 768px) {
  #lower.--special.--special04 .--chapter02-img .note,
#lower.--special.--special04 .--chapter03-img .note,
#lower.--special.--special04 .--chapter04-img .note,
#lower.--special.--special04 .--chapter06-img .note {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 767px) {
  #lower.--special.--special04 .--chapter02-img img,
#lower.--special.--special04 .--chapter03-img img {
    display: block;
    width: calc(100% - 7.2rem);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #lower.--special.--special04 .--chapter04-img {
    width: 55rem !important;
  }
  #lower.--special.--special04 .--chapter04-img img {
    display: block;
    width: calc(100% - 17rem);
    margin: auto;
  }
}
#lower.--special.--special05 .--chapter03-img {
  margin-bottom: 6.2rem !important;
}
@media screen and (max-width: 767px) {
  #lower.--special.--special05 .--chapter03-img {
    width: 42rem !important;
  }
}
#lower.--special .other {
  /*background-color: #f3f3f1;
	 padding-bottom: 17.9rem;*/
  border-radius: 4rem 4rem 0 0;
 
}
@media screen and (max-width: 767px) {
  #lower.--special .other {
    padding-bottom: 15.9rem;
  }
}
#lower.--special .other .other__inner .other__title {
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 500;
  padding-top: 13.2rem;
}
@media screen and (max-width: 767px) {
  #lower.--special .other .other__inner .other__title {
    font-size: 5.2rem;
  }
}
#lower.--special .other .other__inner .other__list {
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  #lower.--special .other .other__inner .other__list {
    margin-top: 5.6rem;
  }
}
#lower.--special .other .other__inner .other__list .item + .item {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #lower.--special .other .other__inner .other__list .item + .item {
    margin-top: 2.9rem;
  }
}
#lower.--special .other .other__inner .other__list .item > a {
  display: flex;
  justify-content: space-between;
  padding: 2rem 2rem 2rem 4rem;
  border-radius: 1rem;
  gap: 2rem;
  position: relative;
  overflow: hidden;
}
#lower.--special .other .other__inner .other__list .item > a.--disable {
  pointer-events: none;
}
#lower.--special .other .other__inner .other__list .item > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #lower.--special .other .other__inner .other__list .item > a {
    padding: 4rem 4rem 3.5rem;
    flex-direction: column-reverse;
  }
}
#lower.--special .other .other__inner .other__list .item > a > div {
  position: relative;
  z-index: 1;
}
#lower.--special .other .other__inner .other__list .item > a .item__text > p {
  color: #ffffff;
}
#lower.--special .other .other__inner .other__list .item > a .item__text > p.num {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 0.7;
  border: 2px solid #ffffff;
  padding: 0.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1100px) {
  #lower.--special .other .other__inner .other__list .item > a .item__text > p.num {
    font-size: 1.26rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--special .other .other__inner .other__list .item > a .item__text > p.num {
    font-size: 2.3rem;
    border: 1px solid #ffffff;
    margin-top: 1.8rem;
  }
}
#lower.--special .other .other__inner .other__list .item > a .item__text > p.sub {
  font-size: 2rem;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}
@media screen and (max-width: 1100px) {
  #lower.--special .other .other__inner .other__list .item > a .item__text > p.sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--special .other .other__inner .other__list .item > a .item__text > p.sub {
    margin-top: 2.8rem;
    font-size: 2.6rem;
  }
}
#lower.--special .other .other__inner .other__list .item > a .item__text > p.head {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 1100px) {
  #lower.--special .other .other__inner .other__list .item > a .item__text > p.head {
    font-size: 2.08rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--special .other .other__inner .other__list .item > a .item__text > p.head {
    font-size: 4.5rem;
    line-height: 1.4888888889;
    margin-top: 1.2rem;
  }
}
#lower.--special .other .other__inner .other__list .item > a .item__thumb {
  width: 34%;
  border-radius: 1rem;
  overflow: hidden;
}
#lower.--special .other .other__inner .other__list .item > a .item__thumb img {
  transition: transform 0.3s linear;
}
@media screen and (max-width: 767px) {
  #lower.--special .other .other__inner .other__list .item > a .item__thumb {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #lower.--special .other .other__inner .other__list .item > a:hover::after {
    opacity: 0.7;
  }
  #lower.--special .other .other__inner .other__list .item > a:hover .item__thumb img {
    transform: scale(1.05);
  }
}
#lower.--special .other .other__inner .other__list .item .other01::after {
  background: linear-gradient(to right, #8d48ee, #d954ec);
}
#lower.--special .other .other__inner .other__list .item .other02::after {
  background: linear-gradient(to right, #4952dc, #37e2ea);
}
#lower.--special .other .other__inner .other__list .item .other03::after {
  background: linear-gradient(to right, #e376b9, #fdb4a7);
}
#lower.--special .other .other__inner .other__list .item .other04::after {
  background: linear-gradient(to right, #4fd957, #199dd0);
}
#lower.--special .other .other__inner .other__list .item .other05::after {
  background: linear-gradient(to right, #ff8c71, #f7d44d);
}
#lower.--people .people__content {
  padding: 23rem 0 0rem;
  position: relative;
}
#lower.--people .people__content::before, #lower.--people .people__content::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
#lower.--people .people__content::before {
  width: 49.5rem;
  height: 107.3rem;
  top: 0;
  left: 0;
}
#lower.--people .people__content:after {
  width: 64.2rem;
  height: 95.2rem;
  bottom: 0;
  right: 0;
}
#lower.--people .people__content .inner {
  position: relative;
  z-index: 1;
}
#lower.--people .people__content .inner .heading .head__ja {
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #lower.--people .people__content .inner .heading .head__ja {
    font-size: 6rem;
  }
}
#lower.--people .people__content .inner .heading .head__en {
  display: block;
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #lower.--people .people__content .inner .heading .head__en {
    font-size: 3.6rem;
  }
}
#lower.--people .people__content .inner .staff {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 4.5rem;
  margin-top: 10rem;
}
@media screen and (max-width: 1100px) {
  #lower.--people .people__content .inner .staff {
    gap: 5rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--people .people__content .inner .staff {
    margin-top: 11rem;
  }
}
#lower.--people .people__content .inner .staff .staff__block {
  /*background-color: #ffffff;
  padding: 3rem 3.3rem 4.2rem;*/
  border-radius: 1rem;
  width: calc(25% - 4rem);
  transition: background-color 0.3s;
}
/*@media screen and (min-width: 768px) {
  #lower.--people .people__content .inner .staff .staff__block[href="./01/"]:hover {
    background-color: #fcee7d;
  }
  #lower.--people .people__content .inner .staff .staff__block[href="./02/"]:hover {
    background-color: #80d8eb;
  }
  #lower.--people .people__content .inner .staff .staff__block[href="./03/"]:hover {
    background-color: #f2b3bf;
  }
  #lower.--people .people__content .inner .staff .staff__block[href="./04/"]:hover {
    background-color: #c3e576;
  }
  #lower.--people .people__content .inner .staff .staff__block[href="./05/"]:hover {
    background-color: #bea4fe;
  }
}*/
@media screen and (max-width: 1100px) {
  #lower.--people .people__content .inner .staff .staff__block {
    width: calc(50% - 1.25rem);
  }
}
#lower.--people .people__content .inner .staff .staff__block .category {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-top: 2.2rem;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #lower.--people .people__content .inner .staff .staff__block .category {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
#lower.--people .people__content .inner .btn {
  width: 39rem;
  height: 6.8rem;
  margin: 10rem auto 0;
  background-color: #ffffff;
  border-radius: 0.4rem;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #lower.--people .people__content .inner .btn {
    width: 54rem;
    height: 11.6rem;
  }
}
#lower.--people .people__content .inner .btn > span {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #1c1c1c;
  position: relative;
  transform: translateX(-1.2rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #lower.--people .people__content .inner .btn > span {
    font-size: 2.4rem;
    transform: translateX(-1.7rem);
  }
}
#lower.--people .people__content .inner .btn > span::after {
  content: "";
  display: block;
  background-image: url("../img/common/blank-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.3rem;
  position: absolute;
  top: 50%;
  right: -2.4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #lower.--people .people__content .inner .btn > span::after {
    width: 2.2rem;
    height: 2rem;
    right: -3.4rem;
  }
}
#lower.--people-detail .staff-mv {
  /*background-color: var(--people-color);*/
  position: relative;
  padding-top: 9rem;
  padding-bottom: 12.5rem;
	background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .staff-mv {
    padding-top: 14rem;
  }
}
#lower.--people-detail .staff-mv:after {
  /*content: "";
  width: 100vw;
  height: 3.5rem;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  background-color: #f5f5f5;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;*/
}
#lower.--people-detail .staff-mv__bg {
  position: absolute;
  top: 10.7rem;
  left: 0;
  height: 9.5rem;
  display: flex;
}
#lower.--people-detail .staff-mv__bg div {
  -webkit-animation: loop 7s -3.5s linear infinite;
          animation: loop 7s -3.5s linear infinite;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .staff-mv__bg {
    top: 12.4rem;
    left: 0;
  }
}
#lower.--people-detail .staff-mv__bg img {
  height: 100%;
  width: auto;
}
#lower.--people-detail .staff-mv__kv {
  text-align: center;
  padding: 8rem 8rem 0rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .staff-mv__kv {
    padding: 0;
  }
}
#lower.--people-detail .staff-mv__kv img {
  max-width: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  #lower.--people-detail .staff-mv__kv img {
    transform: translateX(-2%);
  }
}
#lower.--people-detail .staff-mv__title {
  max-width: 116rem;
  padding: 0 8rem;
  margin: 0 auto;
  margin-top: -13rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .staff-mv__title {
    margin-top: -7rem;
    padding: 0 5rem;
  }
}
#lower.--people-detail .staff-mv__title img {
  width: auto;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .staff-mv__title img {
    width: auto;
    height: 9.6rem;
  }
}
#lower.--people-detail .staff-mv__title img.--line2 {
  height: 15.7rem;
}
#lower.--people-detail .staff-mv__bio {
  max-width: 116rem;
  padding: 0 8rem;
  margin: 4rem auto 0;
  display: flex;
  justify-content: space-between;
}
#lower.--people-detail .staff-mv__bio img{
		width: 80%;
  margin: 0 auto;
		
	}
@media screen and (max-width: 767px) {
  #lower.--people-detail .staff-mv__bio {
    padding: 0 5rem;
    margin: 6rem auto 0;
    display: block;
  }
	#lower.--people-detail .staff-mv__bio img{
		
		width: 100%;
  margin: 0 auto;
	}
}
#lower.--people-detail .staff-mv__bio .name {
  /*padding-right: 9rem;*/
  max-width: 26rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .staff-mv__bio .name {
    padding-right: 0;
    max-width: 100%;
  }
}
#lower.--people-detail .staff-mv__bio .name .ja {
  white-space: nowrap;
}
#lower.--people-detail .staff-mv__bio .name .ja img {
  height: 1.9rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .staff-mv__bio .name .ja img {
    height: 3rem;
  }
}
#lower.--people-detail .staff-mv__bio .name .en {
  margin-top: 1.3rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .staff-mv__bio .name .en {
    margin-top: 1.8rem;
  }
}
#lower.--people-detail .staff-mv__bio .name .en img {
  height: 1.1rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .staff-mv__bio .name .en img {
    height: 1.9rem;
  }
}
#lower.--people-detail .staff-mv__bio .desc {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .staff-mv__bio .desc {
    margin-top: 3rem;
    font-size: 2.6rem;
    line-height: 1.7692307692;
  }
}
#lower.--people-detail .interview-container {
  padding-top: 7rem;
	background-image: url("../img/common/back_pink.png");
	background-position: top;
    background-attachment: inherit;
    background-repeat: repeat-y;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .interview-container {
    padding-top: 5rem;
    background-image: url("../img/common/back_sp.png");
    background-attachment: inherit;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
}
#lower.--people-detail .interview-container__title {
  font-size: 7rem;
  padding-bottom: 5rem;
  font-weight: 500;
  color: var(--people-color);
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .interview-container__title {
    font-size: 8.8rem;
    padding-bottom: 6rem;
  }
}
#lower.--people-detail .interview-container__inner {
  max-width: 102rem;
  margin: 0 auto;
  padding: 0 8rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .interview-container__inner {
    padding: 0 5rem;
  }
}
#lower.--people-detail .interview-container__heading {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.3846153846;
  margin-bottom: 2.3rem;
  /*padding-left: 6rem;*/
  position: relative;
  margin-top: 9rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .interview-container__heading {
    font-size: 3.6rem;
    /*padding-left: 8rem;*/
    margin-bottom: 3.5rem;
    margin-top: 6.4rem;
  }
}
#lower.--people-detail .interview-container__heading:first-of-type {
  margin-top: 0;
}
#lower.--people-detail .interview-container__heading:before {
 /* content: "";
  width: 4rem;
  height: 0.2rem;
  background-color: #1c1c1c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;*/
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .interview-container__heading:before {
    width: 5.5rem;
  }
}
#lower.--people-detail .interview-container__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
	line-height: 2;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .interview-container__text {
    font-size: 2.6rem;
    line-height: 1.8461538462;
    letter-spacing: 0.07em;
  }
}
#lower.--people-detail .interview-container__text img {
  /*float: right;
  margin-left: 8rem;
  margin-bottom: 5rem;
  padding-top: 0.9rem;*/
	float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;/*
  padding-top: 9rem;*/
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .interview-container__text img {
    width: 27rem;
    margin: 0 auto 2rem;
    display: block;
    float: none;
	  padding-top: 4rem;
  }
}
#lower.--people-detail .interview-container__text:after {
  content: "";
  clear: both;
}
#lower.--people-detail .schedule {
  margin-top: 11rem;
  padding: 0 4rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .schedule {
    margin-bottom: 12rem;
    margin-top: 7rem;
    padding: 0 4rem;
  }
}
#lower.--people-detail .schedule__inner {
  max-width: 118rem;
  margin: 0 auto;
  /*background-color: #fff;*/
  border-radius: 4rem;
  /*padding: 23rem 4rem 4rem;*/
	padding: 20rem 4rem 0.5rem;
  margin-top: -19.5rem;
}
@media screen and (max-width: 1100px) {
  #lower.--people-detail .schedule__inner {
    padding-top: 36.7%;
    margin-top: -24%;
  }
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .schedule__inner {
    padding-top: 29.5rem;
    margin-top: -21rem;
  }
}
#lower.--people-detail .schedule__conts {
  position: relative;
}
#lower.--people-detail .schedule__image {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 108rem;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .schedule__image {
    padding: 0 3rem;
  }
}
#lower.--people-detail .schedule__title {
  max-width: 86rem;
  margin: 0 auto;
  font-size: 3rem;
  margin-bottom: 3.4rem;
  font-weight: bold;
  color: var(--people-color);
}.schedule__title01{
	font-weight: bold;background: linear-gradient(25deg, #8d48ee, #d954ec);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.schedule__title02{
	font-weight: bold;background: linear-gradient(25deg, #48eeb8, #0087ff);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.schedule__title03{
	font-weight: bold;background: linear-gradient(25deg, #ff76b0, #ffd1d1);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.schedule__title04{font-weight: bold;background: linear-gradient(25deg, #9ddf0b, #ffc821);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .schedule__title {
    font-size: 4.8rem;
    margin-bottom: 6rem;
    padding: 0 1rem;
	  font-weight: bold
  }
}
#lower.--people-detail .schedule__timetable {
  max-width: 86rem;
  margin: 0 auto;
}
#lower.--people-detail .schedule__timetable .inner {
  padding: 5rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .schedule__timetable .inner {
    padding: 5rem 0rem;
  }
}
#lower.--people-detail .schedule__timetable .inner:before {
  content: "";
  height: 100%;
  width: 12rem;
  background: var(--schedule-gradient);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .schedule__timetable .inner:before {
    width: 10rem;
    left: 0rem;
  }
}
#lower.--people-detail .schedule__timetable .item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  margin-bottom: 4.5rem;
}
#lower.--people-detail .schedule__timetable .item:last-child {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .schedule__timetable .item:last-child {
    padding-bottom: 2rem;
  }
}
#lower.--people-detail .schedule__timetable .item .time {
  padding-right: 7rem;
  width: 19rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .schedule__timetable .item .time {
    padding-right: 9rem;
    font-size: 2.8rem;
  }
}
#lower.--people-detail .schedule__timetable .item .time:before {
  content: "";
  height: 0.2rem;
  width: 3rem;
  background-color: var(--people-color);
  display: block;
  position: absolute;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .schedule__timetable .item .time:before {
    width: 3.6rem;
    right: 3rem;
    top: 1.6rem;
  }
}
#lower.--people-detail .schedule__timetable .item .time.--nobar:before {
  display: none;
}
#lower.--people-detail .schedule__timetable .item .conts {
  flex: 1;
}
#lower.--people-detail .schedule__timetable .item .conts p {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .schedule__timetable .item .conts p {
    font-size: 2.6rem;
  }
}
#lower.--people-detail .schedule__timetable .item .conts figure {
  margin-top: 2.5rem;
  max-width: 38rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .schedule__timetable .item .conts figure {
    margin-top: 3.2rem;
  }
}
#lower.--people-detail .schedule__timetable .item .conts figure img {
  width: 100%;
}
#lower.--people-detail .schedule__timetable .item .conts figure figcaption {
  margin-top: 1.3rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .schedule__timetable .item .conts figure figcaption {
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 1.5416666667;
  }
}
#lower.--people-detail .message {
  max-width: 102rem;
  padding: 0 8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .message {
    padding: 0 5rem;
  }
}
#lower.--people-detail .message__title {
  font-size: 7rem;
  margin-bottom: 4rem;
  font-weight: 500;
  color: var(--people-color);
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .message__title {
    font-size: 8.8rem;
    margin-bottom: 6.7rem;
    padding: 0 1rem;
  }
}
#lower.--people-detail .message__heading {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.3846153846;
  margin-bottom: 3rem;
  padding-left: 6rem;
  position: relative;
  margin-top: 9rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .message__heading {
    font-size: 3.6rem;
    padding-left: 8rem;
    margin-bottom: 3rem;
    margin-top: 7rem;
  }
}
#lower.--people-detail .message__heading:first-of-type {
  margin-top: 0;
}
#lower.--people-detail .message__heading:before {
  content: "";
  width: 4rem;
  height: 0.2rem;
  background-color: #1c1c1c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .message__heading:before {
    width: 5.5rem;
  }
}
#lower.--people-detail .message__desc {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .message__desc {
    font-size: 2.6rem;
    letter-spacing: 0.07em;
    line-height: 1.8461538462;
  }
}
#lower.--people-detail .message__note {
  margin-top: 4.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .message__note {
    font-size: 2.4rem;
  }
}
#lower.--people-detail .other {
  padding: 0 8rem;
  margin-top: 19rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .other {
    padding: 0 4rem;
  }
}
#lower.--people-detail .other::before, #lower.--people-detail .other::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
}
#lower.--people-detail .other::before {
  width: 49.5rem;
  height: 107.3rem;
  top: -10rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .other::before {
    top: -9rem;
    left: -13rem;
  }
}
#lower.--people-detail .other:after {
  width: 64.2rem;
  height: 95.2rem;
  bottom: -24rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .other:after {
    width: 70rem;
    height: 102rem;
    bottom: -28rem;
    right: -10rem;
  }
}
#lower.--people-detail .other__inner {
  display: flex;
  justify-content: space-between;
  max-width: 126rem;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #lower.--people-detail .other__inner {
    display: block;
  }
}
#lower.--people-detail .other__title {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.1666666667;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .other__title {
    font-size: 6.4rem;
    padding-right: 0;
  }
}
#lower.--people-detail .other .staff {
  grid-template-columns: repeat(2, 1fr);
  width: 65.4545454545%;
  display: grid;
  gap: 6rem 4rem;
}
@media screen and (max-width: 1000px) {
  #lower.--people-detail .other .staff {
    margin-top: 5rem;
    width: 100%;
    gap: 4rem 2.5rem;
  }
}
#lower.--people-detail .other .staff__block {
  /*padding: 3.5rem 3rem 5rem;*/
  background-color: #fff;
  border-radius: 1rem;
  text-align: center;
  color: #131313;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .other .staff__block {
    border-radius: 1.2rem;
   /* padding: 3rem 3.5rem 5rem;*/
  }
}
/*@media screen and (min-width: 768px) {
  #lower.--people-detail .other .staff__block[href="../01/"]:hover {
    background-color: #fcee7d;
  }
  #lower.--people-detail .other .staff__block[href="../02/"]:hover {
    background-color: #80d8eb;
  }
  #lower.--people-detail .other .staff__block[href="../03/"]:hover {
    background-color: #f2b3bf;
  }
  #lower.--people-detail .other .staff__block[href="../04/"]:hover {
    background-color: #c3e576;
  }
  #lower.--people-detail .other .staff__block[href="../05/"]:hover {
    background-color: #bea4fe;
  }
}*/
#lower.--people-detail .other .staff .category {
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .other .staff .category {
    font-size: 2.2rem;
  }
}
#lower.--people-detail .other .staff .category strong {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail .other .staff .category strong {
    font-size: 2.4rem;
  }
}
@-webkit-keyframes loop {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (min-width: 768px) {
  #lower.--people-detail.--people01 .staff-mv__kv img {
    transform: translateY(-3.5rem);
    max-width: 98.6rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--people-detail.--people01 .staff-mv__kv img {
    width: 80.4rem;
    max-width: none;
    transform: translate(-3.8rem, -3.6rem);
  }
}
#lower.--people-detail.--people01 .staff-mv__bg div {
  -webkit-animation-duration: 53.6858974359s;
          animation-duration: 53.6858974359s;
}
@media screen and (min-width: 768px) {
  #lower.--people-detail.--people01 .staff-mv__title {
    margin-top: -14.5rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--people-detail.--people01 .staff-mv__title {
    margin-top: -10.5rem;
  }
}
#lower.--people-detail.--people01 .interview-container__text img {
  /*width: 21rem;*/
	width:50rem;
}
@media screen and (min-width: 768px) {
	#lower.--people-detail.--people01 .interview-container__text img {
  /*width: 21rem;*/
	width:40rem;
		  float: right!important;
 
 /* margin-left: 2rem;*/
			  margin-bottom: 14rem!important;
}}
@media screen and (max-width: 768px) {
	#lower.--people-detail.--people01 .interview-container__text img {
  /*width: 21rem;*/
	width:50rem;
}
  #lower.--people-detail.--people02 .staff-mv__kv img {
    max-width: 88.3rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--people-detail.--people02 .staff-mv__kv img {
    width: 71.9rem;
    max-width: none;
    transform: translate(-1.5rem, 0.8rem);
  }
}
#lower.--people-detail.--people02 .staff-mv__bg div {
  -webkit-animation-duration: 107.4487179487s;
          animation-duration: 107.4487179487s;
}
@media screen and (min-width: 768px) {
  #lower.--people-detail.--people02 .staff-mv__title {
    margin-top: -8rem;
  }
}
#lower.--people-detail.--people02 .interview-container__text img {
  width: 35.3rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail.--people02 .interview-container__text img {
    width: 42rem;
  }
}
#lower.--people-detail.--people02 .schedule__timetable .item .conts figure.--vertical {
  max-width: 27rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-detail.--people02 .schedule__timetable .item .conts figure.--vertical {
    max-width: 100%;
  }
  #lower.--people-detail.--people02 .schedule__timetable .item .conts figure.--vertical img {
    max-width: 28rem;
  }
}
@media screen and (min-width: 768px) {
  #lower.--people-detail.--people03 .staff-mv__kv img {
    max-width: 96.6rem;
    transform: translate(1.8%, 1%);
  }
}
@media screen and (max-width: 767px) {
  #lower.--people-detail.--people03 .staff-mv__kv img {
    transform: translate(-2%, 3%);
    width: 78.6rem;
    max-width: none;
  }
}
#lower.--people-detail.--people03 .staff-mv__bg div {
  -webkit-animation-duration: 32.6923076923s;
          animation-duration: 32.6923076923s;
}
@media screen and (min-width: 768px) {
  #lower.--people-detail.--people03 .staff-mv__title {
    margin-top: -9.6rem;
  }
}
@media screen and (min-width: 768px) {
  #lower.--people-detail.--people04 .staff-mv__kv img {
    max-width: 86.3rem;
    transform: translate(-2%, 1%);
  }
}
@media screen and (max-width: 767px) {
  #lower.--people-detail.--people04 .staff-mv__kv img {
    transform: translate(-0.9%, 0.8rem);
    width: 72.3rem;
    max-width: none;
  }
}
#lower.--people-detail.--people04 .staff-mv__bg div {
  -webkit-animation-duration: 83.7820512821s;
          animation-duration: 83.7820512821s;
}
@media screen and (min-width: 768px) {
  #lower.--people-detail.--people04 .staff-mv__title {
    margin-top: -14.6rem;
  }
}
#lower.--people-detail.--people04 .interview-container__text img {
  width: 21rem;
}
#lower.--people-detail.--people04 .schedule__timetable .item .conts figure {
  max-width: 50.5rem;
}
@media screen and (min-width: 768px) {
  #lower.--people-detail.--people05 .staff-mv__kv img {
    max-width: 81.3rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--people-detail.--people05 .staff-mv__kv {
    padding: 0 2.8rem 0 2.5rem;
  }
}
#lower.--people-detail.--people05 .staff-mv__bg div {
  -webkit-animation-duration: 132.7051282051s;
          animation-duration: 132.7051282051s;
}
#lower.--people-new_staff {
  /* モーダル */
}
@media screen and (min-width: 768px) {
  #lower.--people-new_staff {
    overflow: visible;
  }
}
@-webkit-keyframes loop_newStaff {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop_newStaff {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2_newStaff {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2_newStaff {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#lower.--people-new_staff section.hero {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  /*padding-bottom: 17rem;*/
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero {
    padding-top: 10rem;
    /*padding-bottom: 12rem;*/
  }
}
#lower.--people-new_staff section.hero .heading {
  text-align: center;
}
#lower.--people-new_staff section.hero .heading > .title {
  position: relative;
}
#lower.--people-new_staff section.hero .heading > .title .title__pop {
  display: block;
  width: 75.9%;
  max-width: 83.5rem;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .heading > .title .title__pop {
    width: 71.5rem;
    max-width: 100%;
  }
}
#lower.--people-new_staff section.hero .heading > .title .title__bg-loop {
  width: 100vw;
  display: flex;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #lower.--people-new_staff section.hero .heading > .title .title__bg-loop {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .heading > .title .title__bg-loop {
    top: -3.5rem;
  }
}
#lower.--people-new_staff section.hero .heading > .title .title__bg-loop .loop__img {
  flex: 0 0 auto;
  white-space: nowrap;
  width: 137rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .heading > .title .title__bg-loop .loop__img {
    width: 108.5rem;
  }
}
#lower.--people-new_staff section.hero .heading > .title .title__bg-loop .loop__img:nth-child(odd) {
  -webkit-animation: loop_newStaff 70s -35s linear infinite;
          animation: loop_newStaff 70s -35s linear infinite;
}
#lower.--people-new_staff section.hero .heading > .title .title__bg-loop .loop__img:nth-child(even) {
  -webkit-animation: loop2_newStaff 70s linear infinite;
          animation: loop2_newStaff 70s linear infinite;
}
#lower.--people-new_staff section.hero .heading > .desc {
  display: inline;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .heading > .desc {
    font-size: 3.1rem;
    position: relative;
    top: 3.5rem;
  }
}
#lower.--people-new_staff section.hero .category {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category {
    margin-top: 8rem;
  }
}
#lower.--people-new_staff section.hero .category .category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6.2rem 3%;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list {
    /*gap: 4.5rem;*/
	  gap: 4.rem;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box {
  cursor: pointer;
  position: relative;
}
#lower.--people-new_staff section.hero .category .category__list > .box .icon {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: -1.2rem;
  right: -1.2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box .icon {
    width: 5.2rem;
    height: 5.2rem;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box .icon .icon__plus {
  width: 0.2rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box .icon .icon__plus {
    width: 0.3rem;
    height: 2.1rem;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box .icon .icon__plus:before, #lower.--people-new_staff section.hero .category .category__list > .box .icon .icon__plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#lower.--people-new_staff section.hero .category .category__list > .box .icon .icon__plus::after {
  transform: rotate(90deg);
}
#lower.--people-new_staff section.hero .category .category__list > .box .image {
  transition: transform 0.2s linear;
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal01 {
  max-width: 24rem;
  width: 21.8%;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box.modal01 {
    max-width: 100%;
    width: 30.2rem;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal01 .icon {
  border: 2px solid #f1729e;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box.modal01 .icon {
    border: 0.3rem solid #f1729e;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal01 .icon .icon__plus:before, #lower.--people-new_staff section.hero .category .category__list > .box.modal01 .icon .icon__plus::after {
  background-color: #f1729e;
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal02 {
  max-width: 26rem;
  width: 23.7%;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box.modal02 {
    max-width: 100%;
    width: 30.2rem;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal02 .icon {
  border: 2px solid #4852d7;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box.modal02 .icon {
    border: 0.3rem solid #4852d7;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal02 .icon .icon__plus:before, #lower.--people-new_staff section.hero .category .category__list > .box.modal02 .icon .icon__plus::after {
  background-color: #4852d7;
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal03 {
  max-width: 27.1rem;
  width: 24.6%;
  margin-left: -1rem;
  margin-right: -1.4rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box.modal03 {
    max-width: 100%;
    width: 32.8rem;
    margin-left: -1.1rem;
    margin-right: -1.6rem;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal03 .icon {
  border: 2px solid #54bd5c;
  right: 0.1rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box.modal03 .icon {
    border: 0.3rem solid #54bd5c;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal03 .icon .icon__plus:before, #lower.--people-new_staff section.hero .category .category__list > .box.modal03 .icon .icon__plus::after {
  background-color: #54bd5c;
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal04 {
  max-width: 25rem;
  width: 22.7%;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box.modal04 {
    max-width: 100%;
    width: 30.2rem;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal04 .icon {
  border: 2px solid #28b9ce;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box.modal04 .icon {
    border: 0.3rem solid #28b9ce;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal04 .icon .icon__plus:before, #lower.--people-new_staff section.hero .category .category__list > .box.modal04 .icon .icon__plus::after {
  background-color: #28b9ce;
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal05 {
  max-width: 24.4rem;
  width: 22.2%;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box.modal05 {
    max-width: 100%;
    width: 30.2rem;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal05 .icon {
  border: 2px solid #9b999c;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box.modal05 .icon {
    border: 0.3rem solid #9b999c;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal05 .icon .icon__plus:before, #lower.--people-new_staff section.hero .category .category__list > .box.modal05 .icon .icon__plus::after {
  background-color: #9b999c;
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal06 {
  max-width: 24rem;
  width: 21.8%;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box.modal06 {
    max-width: 100%;
    width: 30.2rem;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal06 .icon {
  border: 2px solid #d9cd3e;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box.modal06 .icon {
    border: 0.3rem solid #d9cd3e;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal06 .icon .icon__plus:before, #lower.--people-new_staff section.hero .category .category__list > .box.modal06 .icon .icon__plus::after {
  background-color: #d9cd3e;
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal07 {
  max-width: 25.5rem;
  width: 23.2%;
  margin-left: -0.5rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box.modal07 {
    max-width: 100%;
    width: 30.7rem;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal07 .icon {
  border: 2px solid #f19856;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.hero .category .category__list > .box.modal07 .icon {
    border: 0.3rem solid #f19856;
  }
}
#lower.--people-new_staff section.hero .category .category__list > .box.modal07 .icon .icon__plus:before, #lower.--people-new_staff section.hero .category .category__list > .box.modal07 .icon .icon__plus::after {
  background-color: #f19856;
}
@media screen and (min-width: 768px) {
  #lower.--people-new_staff section.hero .category .category__list > .box:hover .image {
    transform: scale(1.06);
  }
}
#lower.--people-new_staff section.anchor {
  background-color: #ffffff;
  margin-top: -4rem;
  padding-bottom: 0.5rem;
  border-radius: 4rem 4rem 0 0;
}
#lower.--people-new_staff section.anchor .anchor__list {
  display: flex;
  justify-content: center;
  gap: 4rem;
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.anchor .anchor__list {
    flex-direction: column;
    gap: 3rem;
    padding-top: 7rem;
  }
}
#lower.--people-new_staff section.anchor .anchor__list > .item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  width: 31rem;
  height: 5.8rem;
  border-radius: 1rem 1rem 0 0;
  border-bottom: 0.3rem solid #000000;
  position: relative;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  #lower.--people-new_staff section.anchor .anchor__list > .item:hover {
    background-color: #f9cda0;
  }
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.anchor .anchor__list > .item {
    width: 59rem;
    height: 9.4rem;
    border-bottom: 0.4rem solid #000000;
    margin: 0 auto;
  }
}
#lower.--people-new_staff section.anchor .anchor__list > .item::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  position: absolute;
  right: 1.6rem;
  top: 25%;
  transform: rotate(135deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.anchor .anchor__list > .item::after {
    width: 1.7rem;
    height: 1.7rem;
  }
}
#lower.--people-new_staff section.anchor .anchor__list > .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#lower.--people-new_staff section.anchor .anchor__list > .item a span {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #000000;
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.anchor .anchor__list > .item a span {
    font-size: 3rem;
  }
}
#lower.--people-new_staff section.note {
  background-color: #ffffff;
  padding-bottom: 16rem;
  padding-top: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note {
    padding-top: 10rem;
  }
}
#lower.--people-new_staff section.note .note__heading {
  text-align: center;
  position: relative;
  z-index: 1;
}
#lower.--people-new_staff section.note .note__heading > .head {
  width: 32.1rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note .note__heading > .head {
    width: 45.2rem;
  }
}
#lower.--people-new_staff section.note .note__heading > .desc {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.07em;
  color: #1c1c1c;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note .note__heading > .desc {
    font-size: 2.8rem;
    line-height: 1.8571428571;
  }
}
#lower.--people-new_staff section.note .note__article {
  max-width: 1160px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #lower.--people-new_staff section.note .note__article {
    margin-top: -13.5rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note .note__article {
    max-width: 100%;
  }
}
#lower.--people-new_staff section.note .note__article .article__list {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note .note__article .article__list {
    margin-top: 13.5rem;
  }
}
#lower.--people-new_staff section.note .note__article .article__list .item + .item {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note .note__article .article__list .item + .item {
    margin-top: 4rem;
  }
}
#lower.--people-new_staff section.note .note__article .article__list > .item {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 0.3rem solid #f9cda0;
  border-radius: 2rem;
  padding: 4rem;
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note .note__article .article__list > .item {
    flex-direction: column;
    border-radius: 2.4rem;
    padding: 5rem;
  }
}
#lower.--people-new_staff section.note .note__article .article__list > .item:nth-of-type(1)::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13.8rem;
  height: 13.8rem;
  position: absolute;
  top: -10.4rem;
  right: -1.3rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note .note__article .article__list > .item:nth-of-type(1)::after {
    width: 19.3rem;
    height: 19.2rem;
    top: -8.5rem;
    right: -3.1rem;
  }
}
#lower.--people-new_staff section.note .note__article .article__list > .item .item__thumb {
  width: 332px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #1c1c1c;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note .note__article .article__list > .item .item__thumb {
    width: 100%;
    height: auto;
  }
}
#lower.--people-new_staff section.note .note__article .article__list > .item .item__textArea {
  color: #1c1c1c;
}
@media screen and (min-width: 768px) {
  #lower.--people-new_staff section.note .note__article .article__list > .item .item__textArea {
    padding: 0 4rem;
  }
}
#lower.--people-new_staff section.note .note__article .article__list > .item .item__textArea .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.54;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note .note__article .article__list > .item .item__textArea .title {
    display: inline-block;
    margin-top: 1em;
    font-size: 3rem;
  }
}
#lower.--people-new_staff section.note .note__article .article__list > .item .item__textArea .text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.07em;
  margin-top: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note .note__article .article__list > .item .item__textArea .text {
    font-size: 2.4rem;
  }
}
#lower.--people-new_staff section.note .note__article .article__list > .item .item__textArea .date {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.07em;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note .note__article .article__list > .item .item__textArea .date {
    margin-top: 1em;
    font-size: 2.4rem;
  }
}
#lower.--people-new_staff section.note .note__article .article__list > .item > .icon {
  pointer-events: none;
}
#lower.--people-new_staff section.note .note__article .article__list > .item > .icon .icon__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  background-color: #000000;
  border-radius: 50%;
  transition: background-color 0.2s linear;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note .note__article .article__list > .item > .icon .icon__arrow {
    width: 7.338rem;
    height: 7.338rem;
    right: 3rem;
    bottom: 4rem;
  }
}
#lower.--people-new_staff section.note .note__article .article__list > .item > .icon .icon__arrow svg {
  width: 1.2rem;
  margin-left: -0.6rem;
}
#lower.--people-new_staff section.note .note__article .article__list > .item > .icon .icon__arrow svg:first-child {
  opacity: 0;
}
#lower.--people-new_staff section.note .note__article .article__list > .item > .icon .icon__arrow svg path {
  fill: #ffffff;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note .note__article .article__list > .item > .icon .icon__arrow svg {
    width: 1.8rem;
    margin-left: -0.9rem;
  }
}
@media screen and (min-width: 768px) {
  #lower.--people-new_staff section.note .note__article .article__list > .item:hover:hover > .icon .icon__arrow svg:first-child,
#lower.--people-new_staff section.note .note__article .article__list > .item:hover:hover > .icon .icon__arrow img:first-child {
    opacity: 1;
    transform: translate(0.6rem, 0px);
    transition-delay: 150ms;
    transition-duration: 300ms;
  }
  #lower.--people-new_staff section.note .note__article .article__list > .item:hover:hover > .icon .icon__arrow svg:last-child,
#lower.--people-new_staff section.note .note__article .article__list > .item:hover:hover > .icon .icon__arrow img:last-child {
    opacity: 0;
    transform: translate(0.6rem, 0px);
    transition-duration: 300ms;
  }
  #lower.--people-new_staff section.note .note__article .article__list > .item:hover > .icon .icon__arrow {
    background-color: #f2953b;
  }
}
#lower.--people-new_staff section.note .note__article .more__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 5rem;
  padding: 3rem 8rem;
  border-top: 1px solid #000000;
  border-bottom: 3px solid #000000;
}
#lower.--people-new_staff section.note .note__article .more__btn .more__btn--text {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note .note__article .more__btn .more__btn--text {
    font-size: 3.2rem;
  }
}
#lower.--people-new_staff section.note .note__article .more__btn .more__btn--icon {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: 1.7rem;
  height: 0.2rem;
  background: #000000;
  position: relative;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.note .note__article .more__btn .more__btn--icon {
    width: 2.4rem;
    height: 0.4rem;
  }
}
#lower.--people-new_staff section.note .note__article .more__btn .more__btn--icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
#lower.--people-new_staff section.question {
  border-radius: 4rem 4rem 0 0;
  background-color: #f5f5f5;
  margin-top: -4rem;
  position: relative;
}
#lower.--people-new_staff section.question .question__heading {
  text-align: center;
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.question .question__heading {
    padding-top: 8rem;
  }
}
#lower.--people-new_staff section.question .question__heading .head {
  width: 60.6rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.question .question__heading .head {
    width: 61.8rem;
  }
}
#lower.--people-new_staff section.question .question__heading > .desc {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.07em;
  color: #1c1c1c;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff section.question .question__heading > .desc {
    font-size: 2.8rem;
    line-height: 1.8571428571;
  }
}
#lower.--people-new_staff .modal {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  transform: translateZ(0);
  transition: opacity 0.3s linear;
  pointer-events: none;
  z-index: 9999;
  /* モーダルがactiveの時 */
}
@media screen and (min-width: 768px) {
  #lower.--people-new_staff .modal {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff .modal {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 30rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 12rem;
  }
}
#lower.--people-new_staff .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
#lower.--people-new_staff .modal .inner {
  /* モーダル背景のオーバーレイ部分 */
  /* モーダルのコンテンツ */
}
#lower.--people-new_staff .modal .inner .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  cursor: pointer;
}
#lower.--people-new_staff .modal .inner .modal__content {
  position: relative;
  width: 63.8888888889vw;
  max-width: 920px;
  min-width: 600px;
  margin: 0 auto;
  /* モーダルを閉じるボタン */
  /* Swiperの矢印部分 */
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff .modal .inner .modal__content {
    width: 65rem;
    max-width: 100%;
    min-width: auto;
  }
}
#lower.--people-new_staff .modal .inner .modal__content .modal__close-btn {
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  top: 1.3888888889vw;
  right: 2.0833333333vw;
  cursor: pointer;
  z-index: 10;
  border: none;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  #lower.--people-new_staff .modal .inner .modal__content .modal__close-btn {
    transition: opacity 0.3s linear;
  }
  #lower.--people-new_staff .modal .inner .modal__content .modal__close-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  #lower.--people-new_staff .modal .inner .modal__content .modal__close-btn {
    max-width: 4.8rem;
    max-height: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff .modal .inner .modal__content .modal__close-btn {
    width: 7rem;
    height: 7rem;
    top: 3rem;
    right: 3rem;
  }
}
#lower.--people-new_staff .modal .inner .modal__content .modal__function {
  display: flex;
  justify-content: center;
  gap: 0 3rem;
  position: absolute;
  left: 50%;
  bottom: 2.0833333333vw;
  transform: translateX(-50%);
}
#lower.--people-new_staff .fixed__area {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  #lower.--people-new_staff .fixed__area {
    margin-top: 2.5rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff .fixed__area {
    position: absolute;
  }
}
#lower.--people-new_staff .fixed__area .en-loop {
  width: 100vw;
  display: flex;
}
#lower.--people-new_staff .fixed__area .en-loop .loop__img {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 0 2.5rem;
}
#lower.--people-new_staff .fixed__area .en-loop .loop__img:nth-child(odd) {
  -webkit-animation: loop_newStaff 70s -35s linear infinite;
          animation: loop_newStaff 70s -35s linear infinite;
}
#lower.--people-new_staff .fixed__area .en-loop .loop__img:nth-child(even) {
  -webkit-animation: loop2_newStaff 70s linear infinite;
          animation: loop2_newStaff 70s linear infinite;
}
#lower.--people-new_staff .fixed__area.--type_note {
  top: 38rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff .fixed__area.--type_note {
    top: 57rem;
  }
}
#lower.--people-new_staff .fixed__area.--type_note .en-loop {
  position: relative;
  z-index: 1;
}
#lower.--people-new_staff .fixed__area.--type_note .en-loop .loop__img {
  width: 167rem;
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff .fixed__area.--type_note .en-loop .loop__img {
    width: 162.3rem;
  }
}
#lower.--people-new_staff .fixed__area.--type_note .deco.--left {
  width: 51.7rem;
  position: absolute;
  bottom: -26rem;
  right: calc(50% + 17.4rem);
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff .fixed__area.--type_note .deco.--left {
    width: 57.5rem;
    bottom: -62rem;
    right: calc(50% - 8.2rem);
  }
}
#lower.--people-new_staff .fixed__area.--type_note .deco.--right {
  width: 51.8rem;
  position: absolute;
  top: -13.5rem;
  left: calc(50% + 17.5rem);
}
@media screen and (max-width: 767px) {
  #lower.--people-new_staff .fixed__area.--type_note .deco.--right {
    width: 57.5rem;
    top: -17.5rem;
    left: calc(50% + 5.7rem);
  }
}
#lower.--talk .mv {
  padding-top: 14.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lower.--talk .mv {
    padding-top: 17.6rem;
  }
}
#lower.--talk .mv::before, #lower.--talk .mv::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
#lower.--talk .mv::before {
  width: 49.5rem;
  height: 94.6rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #lower.--talk .mv::before {
    width: 37.2rem;
    height: 84.4rem;
    z-index: 1;
  }
}
#lower.--talk .mv:after {
  width: 64.2rem;
  height: 82.5rem;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #lower.--talk .mv:after {
  /*  background-image: url("../img/recruiting/talk/bg-right--sp.png");*/
    width: 49rem;
    height: 69.9rem;
  }
}
#lower.--talk .mv .mv-inner {
  display: flex;
}
@media screen and (max-width: 1100px) {
  #lower.--talk .mv .mv-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .mv .mv-inner {
    padding: 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 1100px) {
  #lower.--talk .mv .mv-inner .heading {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#lower.--talk .mv .mv-inner .title {
  width: 29.4rem;
  transform: translateX(2rem);
}
@media screen and (max-width: 1100px) {
  #lower.--talk .mv .mv-inner .title {
    width: 26.9rem;
    transform: translateX(2.5rem);
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .mv .mv-inner .title {
    width: 39.5rem;
    transform: unset;
  }
}
#lower.--talk .mv .mv-inner .text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 6.2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #lower.--talk .mv .mv-inner .text {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1100px) {
  #lower.--talk .mv .mv-inner .text {
    padding-left: 6.5rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .mv .mv-inner .text {
    font-size: 2.6rem;
    text-align: center;
    padding: 0;
    margin-top: 4.5rem;
  }
}
#lower.--talk .mv .mv-inner .image {
  width: 77rem;
  transform: translate(3.8rem, 2rem);
}
@media screen and (max-width: 1100px) {
  #lower.--talk .mv .mv-inner .image {
    width: 60.8rem;
    margin: 4rem auto 0;
    transform: unset;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .mv .mv-inner .image {
    width: 100%;
    margin: 5.5rem auto 0;
  }
}
#lower.--talk .tab {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 8.9rem auto 0;
}
@media screen and (max-width: 1100px) {
  #lower.--talk .tab {
    margin: 10.2rem auto 0;
    justify-content: center;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .tab {
    margin: 6.9rem auto 0;
    gap: 2rem;
  }
}
#lower.--talk .tab .tab__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 0.9rem);
  height: 8.2rem;
  background-color: #474747;
  border-radius: 4.1rem;
  position: relative;
  transition: background-color 0.1s;
}
@media screen and (max-width: 1100px) {
  #lower.--talk .tab .tab__btn {
    width: 30rem;
  }
  #lower.--talk .tab .tab__btn:last-child > span .ja {
    transform: translateX(1rem);
    line-height: 1.4;
  }
}
@media screen and (max-width: 1100px) and (max-width: 767px) {
  #lower.--talk .tab .tab__btn:last-child > span .ja {
    transform: unset;
    line-height: 1.4;
    padding-top: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .tab .tab__btn {
    align-items: flex-start;
    width: 31.5rem;
    height: 20rem;
    border-radius: 2.2rem;
  }
}
#lower.--talk .tab .tab__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 1.2rem 0 1.2rem;
  border-color: #67c121 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -1.99rem;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.1s;
}
@media screen and (max-width: 767px) {
  #lower.--talk .tab .tab__btn::after {
    border-width: 7rem 4rem 0 4rem;
    bottom: -2.7rem;
  }
}
#lower.--talk .tab .tab__btn > span {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 1100px) {
  #lower.--talk .tab .tab__btn > span {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .tab .tab__btn > span {
    font-size: 3.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 3.2rem;
  }
}
#lower.--talk .tab .tab__btn > span .ja {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #lower.--talk .tab .tab__btn > span .ja {
    font-size: 3rem;
    padding-top: 4.2rem;
  }
}
#lower.--talk .tab .tab__btn > span br.tb {
  display: none;
}
@media screen and (max-width: 1100px) {
  #lower.--talk .tab .tab__btn > span br.tb {
    display: block;
  }
}
#lower.--talk .tab .tab__btn.--active {
  pointer-events: none;
  background-color: #67c121;
}
#lower.--talk .tab .tab__btn.--active::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #lower.--talk .tab .tab__btn:hover {
    background-color: #67c121;
  }
  #lower.--talk .tab .tab__btn:hover::after {
    opacity: 1;
  }
}
#lower.--talk .talk-container > .heading {
  margin-top: 6.1rem;
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container > .heading {
    margin-top: 9.7rem;
  }
}
#lower.--talk .talk-container > .heading .num {
  width: 9.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container > .heading .num {
    width: 12.8rem;
  }
}
#lower.--talk .talk-container > .heading .head {
  width: 29.5rem;
  margin: 2rem auto 0;
  transform: translateX(0.5rem);
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container > .heading .head {
    width: 41.2rem;
    margin: 2.8rem auto 0;
    transform: translateX(0.1rem);
  }
}
#lower.--talk .talk-container > .heading .text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container > .heading .text {
    font-size: 2.6rem;
    line-height: 1.9230769231;
    letter-spacing: 0.06em;
    margin-top: 4rem;
  }
}
#lower.--talk .talk-container > .heading .text br.tb {
  display: none;
}
@media screen and (max-width: 1100px) {
  #lower.--talk .talk-container > .heading .text br.tb {
    display: block;
  }
}
#lower.--talk .talk-container.--crosstalk .member {
  background-color: #bfe0a6;
  border-radius: 4rem 4rem 0 0;
  margin-top: 4.7rem;
  padding: 10rem 0 12rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #lower.--talk .talk-container.--crosstalk .member {
    margin-top: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .member {
    margin-top: 4.5rem;
    padding: 14.8rem 0 17.6rem;
  }
}
#lower.--talk .talk-container.--crosstalk .member > .title {
  width: 75.8rem;
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  #lower.--talk .talk-container.--crosstalk .member > .title {
    width: 59.5rem;
    top: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .member > .title {
    width: 72rem;
    top: 8.9rem;
  }
}
#lower.--talk .talk-container.--crosstalk .member > .member__list {
  max-width: 1260px;
  padding: 0 8rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.2rem 5%;
  }
}
@media screen and (max-width: 1100px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list {
    gap: 2.2rem 5%;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list {
    max-width: 100%;
    padding: 0 5rem;
  }
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item {
  width: 30%;
  max-width: 30rem;
  background-color: #ffffff;
  padding: 2.7rem 9.5rem 3.9rem 2.1rem;
  position: relative;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1100px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item {
    padding: 2.1rem 6.5rem 1.4rem 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item {
    width: calc(100% - 13rem);
    max-width: 100%;
    border-radius: 1rem;
    padding: 4.4rem 17rem 4.9rem 3.5rem;
  }
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item + .item {
    margin-top: 5.7rem;
  }
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item:nth-child(even) {
    margin-left: auto;
  }
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10.6rem;
  height: 23.3rem;
  position: absolute;
  top: -2.3rem;
  right: -1rem;
}
@media screen and (max-width: 1100px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item::after {
    width: 6.6rem;
    height: 14.5rem;
    top: 0;
    right: -0.6rem;
  }
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item#comic::after {
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item#comic::after {
    width: 13.2rem;
    height: 38.7rem;
    top: -3.7rem;
    right: 1.8rem;
  }
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item#comic .head {
  background-color: #ee71b9;
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item#event::after {
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item#event::after {
    width: 15.1rem;
    height: 37.1rem;
    top: -2.2rem;
    right: 0;
  }
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item#event .head {
  background-color: #e7993d;
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item#newbook::after {
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item#newbook::after {
    width: 16.6rem;
    height: 37.7rem;
    top: -2.6rem;
    right: -3.8rem;
  }
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item#newbook .head {
  background-color: #6ccc32;
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item#fashion::after {
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item#fashion::after {
    width: 17.4rem;
    height: 37.7rem;
    top: -2.3rem;
    right: -2.1rem;
  }
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item#fashion .head {
  background-color: #68bef7;
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item#rights::after {
  width: 11rem;
  height: 24.5rem;
  top: -3.4rem;
}
@media screen and (max-width: 1100px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item#rights::after {
    width: 6.6rem;
    height: 14.4rem;
    top: -1rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item#rights::after {
    width: 18.1rem;
    height: 40.3rem;
    top: -2.9rem;
    right: -3.4rem;
  }
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item#rights .head {
  background-color: #a46ae5;
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item > p {
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: bold;
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item > p.head {
  display: inline;
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  padding: 1px 6px;
}
@media screen and (max-width: 1100px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item > p.head {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item > p.head {
    font-size: 3.6rem;
    padding: 0.3rem 1rem;
  }
}
@media screen and (max-width: 1100px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item > p.head.--tb-box {
    display: inline-block;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item > p.head.--tb-box {
    line-height: 1;
  }
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item > p.head br.tb {
  display: none;
}
@media screen and (max-width: 1100px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item > p.head br.tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item > p.head br.tb {
    display: none;
  }
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item > p.anonymous {
  font-size: 1.5rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item > p.anonymous {
    font-size: 2.7rem;
    margin-top: 3.4rem;
  }
}
#lower.--talk .talk-container.--crosstalk .member > .member__list .item > p.desc {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  margin-top: 0.7rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .member > .member__list .item > p.desc {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin-top: 1rem;
  }
}
#lower.--talk .talk-container.--crosstalk .talk {
  margin: -4rem auto 0;
  /*border-radius: 4rem 4rem 0 0;*/
  background-color: #ffffff;
  position: relative;
  top: 0 auto;
  background-size: 100%;
	padding-bottom: 100px;
}
}
#lower.--talk .talk-container.--crosstalk .talk .talk__inner {
  padding-top: 12rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .talk .talk__inner {
    /*padding-top: 9.2rem;
    padding-bottom: 15rem;*/
  }
}
#lower.--talk .talk-container.--crosstalk .talk .talk__inner > .heading {
  padding: 0 5rem;
}
@media screen and (max-width: 1100px) {
  #lower.--talk .talk-container.--crosstalk .talk .talk__inner > .heading {
    padding: 0;
  }
}
#lower.--talk .talk-container.--crosstalk .talk .talk__inner > .heading h4 {
  font-size: 2.6rem;
  line-height: 1.45;
  letter-spacing: 0.07em;
  font-weight: bold;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .talk .talk__inner > .heading h4 {
    font-size: 3.1rem;
    /*padding-left: 9rem;*/
  }
}
#lower.--talk .talk-container.--crosstalk .talk .talk__inner > .heading h4::after {
 /* content: "";
  display: block;
  width: 8.4rem;
  height: 0.2rem;
  background-color: #000000;
  position: absolute;
  top: 0.65em;
  left: 0;*/
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .talk .talk__inner > .heading h4::after {
    width: 6.8rem;
    height: 0.1rem;
    top: 0.8em;
  }
}
#lower.--talk .talk-container.--crosstalk .talk .talk__inner > .heading .note {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  font-weight: bold;
  margin-top: 2.1rem;
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .talk .talk__inner > .heading .note {
    font-size: 2.3rem;
    margin-top: 2.3rem;
    line-height: 1.5652173913;
    padding-left: 9rem;
  }
}
#lower.--talk .talk-container.--crosstalk .talk .talk__inner > .heading + .textBox {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .talk .talk__inner > .heading + .textBox {
    margin-top: 5.4rem;
  }
}
#lower.--talk .talk-container.--crosstalk .talk .talk__inner > .textBox {
  display: flex;
  padding: 0 7rem;
  margin-top: 3.7rem;
}
@media screen and (max-width: 1100px) {
  #lower.--talk .talk-container.--crosstalk .talk .talk__inner > .textBox {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .talk .talk__inner > .textBox {
    margin-top: 4.4rem;
  }
}
#lower.--talk .talk-container.--crosstalk .talk .talk__inner > .textBox + .heading {
  margin-top: 8.2rem;
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .talk .talk__inner > .textBox + .heading {
    margin-top: 6.2rem;
  }
}
#lower.--talk .talk-container.--crosstalk .talk .talk__inner > .textBox .thumb {
  width: 8.2rem;
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .talk .talk__inner > .textBox .thumb {
    width: 12.6rem;
  }
}
#lower.--talk .talk-container.--crosstalk .talk .talk__inner > .textBox .text {
  width: calc(100% - 8.2rem);
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.07em;
  padding-left: 2.8rem;
  margin-top: -0.9rem;
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--crosstalk .talk .talk__inner > .textBox .text {
    width: calc(100% - 12.6rem);
    font-size: 2.6rem;
    line-height: 1.7692307692;
    padding-left: 4.1rem;
    margin-top: -1.3rem;
  }
}
#lower.--talk .talk-container.--crosstalk .talk .talk__inner > .textBox .text .anonymous {
  font-weight: bold;
}
#lower.--talk .talk-container.--faq .heading .head {
  width: 32.2rem;
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--faq .heading .head {
    width: 44.6rem;
    transform: translateX(-0.1rem);
  }
}
#lower.--talk .talk-container.--faq .graph {
  margin-top: 5.4rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--faq .graph {
    margin-top: 6.8rem;
    padding-bottom: 16rem;
  }
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--faq .graph .graph__inner {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 768px) {
  #lower.--talk .talk-container.--faq .graph .graph__inner .graph__image.--col {
    display: flex;
    justify-content: space-between;
  }
}
#lower.--talk .talk-container.--faq .graph .graph__inner .graph__image.--col > picture {
  display: block;
  width: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--faq .graph .graph__inner .graph__image.--col > picture {
    width: 100%;
  }
  #lower.--talk .talk-container.--faq .graph .graph__inner .graph__image.--col > picture + picture {
    margin-top: 4rem;
  }
}
#lower.--talk .talk-container.--faq .graph .graph__inner .graph__image.--deco {
  position: relative;
}
#lower.--talk .talk-container.--faq .graph .graph__inner .graph__image.--deco .deco__img {
  width: 17.7%;
  position: absolute;
  top: -9%;
  left: 3.1%;
}
@media screen and (max-width: 767px) {
  #lower.--talk .talk-container.--faq .graph .graph__inner .graph__image.--deco .deco__img {
    width: 23.9rem;
    left: auto;
    top: 3.5rem;
    right: -7.1rem;
  }
}
#lower.--talk .talk-container.--faq .graph .graph__inner .graph__image + .graph__image {
  margin-top: 4rem;
}
#lower.--talk > .module-localnav {
  margin-top: -4rem;
}

.--m-inner {
  width: 100%;
  max-width: 1260px;
  padding: 0 8rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .--m-inner {
    max-width: 100%;
    padding: 0 5rem;
  }
}

.--m-top-heading .lead {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  border: 2px solid #1c1c1c;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .--m-top-heading .lead {
    font-size: 2.8rem;
    border: 1px solid #1c1c1c;
  }
}
.--m-top-heading .head {
  font-size: 8rem;
  font-weight: 500;
  margin-top: 1.1rem;
}
@media screen and (max-width: 1100px) {
  .--m-top-heading .head {
    font-size: 6.8rem;
  }
}
@media screen and (max-width: 767px) {
  .--m-top-heading .head {
    font-size: 8rem;
    letter-spacing: -0.011em;
    margin-top: 2.1rem;
  }
}
.--m-top-heading .head .--sm {
  font-size: 6.6rem;
}
@media screen and (max-width: 1100px) {
  .--m-top-heading .head .--sm {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 767px) {
  .--m-top-heading .head .--sm {
    font-size: 6.6rem;
  }
}
.--m-top-heading .text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .--m-top-heading .text {
    line-height: 1.9;
    font-size: 2.8rem;
  }
}
.--m-top-heading.--white .lead {
  border: 2px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .--m-top-heading.--white .lead {
    border: 1px solid #ffffff;
  }
}
.--m-top-heading.--white .lead,
.--m-top-heading.--white .head,
.--m-top-heading.--white .text {
  color: #ffffff;
}

.--m-btn {
  position: relative;
  width: 20.5rem;
  height: 6rem;
  background-color: #000000;
  /*border-radius: 3rem;*/
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .--m-btn:hover > .icon .icon__arrow svg:first-child,
.--m-btn:hover > .icon .icon__arrow img:first-child {
    opacity: 1;
    transform: translate(1.2rem, 0px);
    transition-delay: 150ms;
    transition-duration: 300ms;
  }
  .--m-btn:hover > .icon .icon__arrow svg:last-child,
.--m-btn:hover > .icon .icon__arrow img:last-child {
    opacity: 0;
    transform: translate(1.2rem, 0px);
    transition-duration: 300ms;
  }
}
@media screen and (max-width: 767px) {
  .--m-btn {
    width: 26rem;
    height: 7.2rem;
    /*border-radius: 3.6rem;*/
  }
}
.--m-btn > span {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #ffffff;
  /*padding-left: 3rem;*/
}
@media screen and (max-width: 767px) {
  .--m-btn > span {
    font-size: 2.4rem;
  }
}
.--m-btn > .icon .icon__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}
.--m-btn > .icon .icon__arrow img {
  max-width: 100%;
}
.--m-btn > .icon .icon__arrow img:first-child {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .--m-btn > .icon .icon__arrow {
    width: 1.8rem;
    height: 2rem;
  }
}

.module-mv {
  height: 54.2rem;
  position: relative;
}
.module-mv:before {
  content: "";
  width: 38.6111111111%;
  min-width: 55.6rem;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 62%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width: 1260px) {
  .module-mv:before {
    left: -7.6rem;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .module-mv:before {
  /*  background-image: url(../img/recruiting/mv-obj_sp.png);*/
    left: 0;
    width: 100%;
    min-width: auto;
  }
}
.module-mv:after {
  content: "";
  width: 100%;
  height: 5.5rem;
  /*background-color: #f5f5f5;*/
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  /*border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;*/
  bottom: -0.5rem;
}
@media screen and (max-width: 767px) {
  .module-mv:after {
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .module-mv {
    height: 60.6rem;
  }
}
.module-mv.--company:before {
}
@media screen and (min-width: 768px) {
  .module-mv.--company:before {
    width: 39.2361111111%;
    right: 61%;
  }
}
@media screen and (max-width: 767px) {
  .module-mv.--company:before {
  }
}
.module-mv.--works-people:before {
}
@media screen and (min-width: 768px) {
  .module-mv.--works-people:before {
    width: 42.7777777778%;
  }
}
@media screen and (max-width: 767px) {
  .module-mv.--works-people:before {
  }
}
.module-mv.--news:before {
}
@media screen and (min-width: 768px) {
  .module-mv.--news:before {
    width: 40%;
    right: 60%;
  }
}
@media screen and (max-width: 767px) {
  .module-mv.--news:before {
  }
}
.module-mv__heading {
  width: 100%;
  position: absolute;
  max-width: 126rem;
  padding: 0 8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  color: #ee0c76;
  flex-wrap: wrap;
  letter-spacing: 0.05em;
  text-shadow:2px 2px 2px #FFF, -2px -2px 2px #FFF,-2px 2px 2px #FFF,2px -2px 2px #FFF,2px 0px 2px #FFF, -2px -0px 2px #FFF,0px 2px 2px #FFF,  0px -2px 2px #FFF;    
  margin: 0;
}
@media screen and (max-width: 767px) {
  .module-mv__heading {
    padding: 0 5rem;
  }
}
.module-mv__heading .ja {
  font-size: 4.4rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0.05em;
  /*width: 100%;*/
	width: auto;
  padding: 5px 10px 5px;
}
@media screen and (max-width: 767px) {
  .module-mv__heading .ja {
    font-size: 6rem;
    line-height: 1.06;
	  margin: 0 auto;
  }
}
.module-mv__heading .en {
  display: block;
  font-weight: 500;
  font-size: 1.9rem;
  margin-top: 1.9rem;
  letter-spacing: 0em;
	width: auto;
  padding: 8px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
  .module-mv__heading .en {
    margin-top: 1.9rem;
    font-size: 3.6rem;
  }
}
.module-mv__img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .module-mv__img {
    height: get_vw(460);
    width: calc(100% - get_vw(80));
    margin-top: get_vw(-13);
  }
}
.module-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .module-mv__img.--fix_Top img {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media screen and (min-width: 768px) {
  .module-mv__img.--fix_Center img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.module-mv__character {
  opacity: 0;
  position: absolute;
  z-index: 2;
}
.module-mv__character.--right-top {
  top: 185px;
  right: 50%;
  transform: translateX(50%);
  margin-right: -400px;
}
@media screen and (max-width: 767px) {
  .module-mv__character.--right-top {
    margin-right: 0;
    top: get_vw(180);
    transform: translateX(0%);
    right: get_vw(50);
  }
}
.module-mv__character.--right-bottom {
  bottom: -100px;
  right: 50%;
  transform: translateX(50%);
  margin-right: -300px;
}
@media screen and (max-width: 767px) {
  .module-mv__character.--right-bottom {
    margin-right: 0;
    bottom: get_vw(-60);
    transform: translateX(0%);
    right: get_vw(50);
  }
}
.module-mv__character.--left-bottom {
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  margin-left: -350px;
}
@media screen and (max-width: 767px) {
  .module-mv__character.--left-bottom {
    bottom: get_vw(-120);
    transform: none;
    margin-left: 0;
    left: get_vw(40);
  }
}
.module-mv__character.--people-left-bottom {
  left: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  margin-left: -350px;
}
@media screen and (max-width: 767px) {
  .module-mv__character.--people-left-bottom {
    bottom: get_vw(-120);
    transform: none;
    margin-left: 0;
    left: get_vw(40);
  }
}
.module-mv__character.--diversity-right {
  top: -47px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .module-mv__character.--diversity-right {
    top: -35vw;
    right: get_vw(50);
  }
}
@media screen and (min-width: 768px) {
  .module-mv__character.--faq, .module-mv__character.--welfare, .module-mv__character.--department {
    bottom: -80px;
    right: 40%;
  }
}
@media screen and (max-width: 767px) {
  .module-mv__character.--faq, .module-mv__character.--welfare, .module-mv__character.--department {
    bottom: get_vw(-30);
  }
}
@media screen and (min-width: 768px) {
  .module-mv__character.--requirements, .module-mv__character.--profile {
    bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .module-mv__character.--requirements, .module-mv__character.--profile {
    bottom: 0;
  }
}
.module-mv__circle {
  width: 1200px;
  height: 1200px;
  border-radius: 600px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -250px;
  z-index: 0;
  margin-left: 700px;
}
@media screen and (max-width: 767px) {
  .module-mv__circle {
    width: get_vw(970);
    height: get_vw(970);
    border-radius: get_vw(485);
    top: get_vw(-10);
    margin-left: get_vw(320);
  }
}

.module-section {
  position: relative;
  max-width: 110rem;
  padding: 0 5rem;
  margin: 0 auto;
  /*margin-bottom: 14rem;*/
}
@media screen and (max-width: 767px) {
  .module-section {
    width: 100%;
    padding: 0 5rem;
    margin-bottom: 13rem;
    border-width: 0.2rem;
  }
}
.module-section:first-of-type {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .module-section:first-of-type {
    padding-top: 7rem;
  }
}
.module-section > *:first-child {
  margin-top: 0;
}

.module-heading-1 {
  font-weight: bold;
  margin-bottom: 10rem;
  font-size: 3.4rem;
  line-height: 1.4;
  padding-bottom: 1rem;
  color: var(--page-color);
  border-bottom: 0.1rem solid var(--page-color);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .module-heading-1 {
    font-size: 4.4rem;
    margin-bottom: 7rem;
    padding-bottom: 1.6rem;
  }
}
.module-heading-1.mb-small {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .module-heading-1.mb-small {
    margin-bottom: 7rem;
  }
}

.module-heading-2 {
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 5.3rem;
  position: relative;
  margin-top: 9rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
	/*color:#4a68ff;*/
}
@media screen and (max-width: 767px) {
  .module-heading-2 {
    font-size: 3.6rem;
    margin-top: 13rem;
    margin-bottom: 5rem;
    margin-left: 1.6em;
    text-indent: -1.6em;
  }
}
.module-heading-2 svg {
  width: 2.1rem;
  vertical-align: initial;
  margin-right: 1.7rem;
}
@media screen and (max-width: 767px) {
  .module-heading-2 svg {
    width: 3.1rem;
    margin-right: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .module-heading-1 + .module-heading-2 {
    font-size: 3.6rem;
    margin-top: 7rem;
  }
}

.module-heading-3 {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .module-heading-3 {
    margin-bottom: 3.2rem;
    font-size: 3rem;
    line-height: 1.5;
  }
}
.module-heading-3.--mt60 {
  margin-top: 6rem;
}

.module-text {
  font-size: 1.6rem;
  margin-bottom: 5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .module-text {
    font-size: 2.6rem;
    margin-bottom: 6rem;
    line-height: 1.7692307692;
  }
}
.module-text.--mb0 {
  margin-bottom: 0;
}
.module-text p + p {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .module-text p + p {
    margin-top: 4.8rem;
  }
}
.module-text a {
  color: var(--page-color);
  text-decoration: underline;
}
.module-text a:hover {
  text-decoration: none;
}

.module-image {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .module-image {
    margin-bottom: 6rem;
  }
}
.module-image__img {
  position: relative;
  display: block;
}
.module-image__img.--modal:after {
  content: "";
  width: 8rem;
  height: 8rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000000;
  background-image: url(../img/common/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 4.8rem;
  height: 4.8rem;
  background-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .module-image__img.--modal:after {
    width: 8rem;
    height: 8rem;
    background-size: 5rem;
  }
}
.module-image__img.--border {
  border: 0.1rem solid #cfcdcd;
}
@media screen and (max-width: 767px) {
  .module-image__img.--border {
    border-width: 0.2rem;
  }
}
.module-image__head {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .module-image__head {
    font-size: 3rem;
    margin-top: 2.8rem;
    line-height: 1.4666666667;
  }
}
.module-image__desc {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-top: 1.6rem;
  letter-spacing: 0.1em;
	
}
@media screen and (max-width: 767px) {
  .module-image__desc {
    font-size: 2.4rem;
    margin-top: 1.6rem;
    line-height: 1.7083333333;
  }
}

.module-col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 767px) {
  .module-col2 {
    margin-bottom: 9rem;
  }
}
.module-col2:last-child {
  margin-bottom: 0;
}
.module-col2__item {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .module-col2__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .module-col2__item + .module-col2__item {
    margin-top: 7rem;
  }
}
.module-col2__item > .module-image {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .module-col2__item > .module-image img {
    margin: 0;
    width: 100%;
  }
}
.module-col2__item .module-text {
  margin-bottom: 0;
}

.module-col2_2 + .module-col2_2 {
  margin-top: 10rem;
}

.module-col2_2 {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .module-col2_2 {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .module-col2_2 .module-col2_2__wrap {
    width: 50%;
  }
}
.module-col2_2 .module-col2_2__wrap .module-heading-2 {
  margin-top: 0;
}
.module-col2_2 .module-col2_2__text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .module-col2_2 .module-col2_2__text {
    font-size: 2.6rem;
  }
}
.module-col2_2 .module-col2_2__link {
  position: relative;
}
@media screen and (min-width: 768px) {
  .module-col2_2 .module-col2_2__link {
    transition: opacity 0.3s linear;
  }
  .module-col2_2 .module-col2_2__link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .module-col2_2 .module-col2_2__link {
    width: 50%;
  }
}
.module-col2_2 .module-col2_2__link:after {
  content: "";
  display: block;
  background-image: url(../img/common/icon-plus.svg);
  background-size: contain;
  background-position: center;
  background-color: var(--page-color);
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 2.4rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .module-col2_2 .module-col2_2__link:after {
    width: 8rem;
    height: 9rem;
    background-size: 5rem;
  }
}
.module-col2_2 .module-col2_2__link .module-col2_2__img {
  width: 100%;
  align-items: flex-start;
}
.module-col2_2 .module-col2_2__link .module-col2_2__img img {
  width: 100%;
  height: auto;
}
.module-col2_2 .module-col2_2__img {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.module-col2_2 .module-col2_2__img img {
  width: auto;
}
.module-col2_2 .module-col2_2__img .--img01 {
  height: 253px;
}
@media screen and (max-width: 767px) {
  .module-col2_2 .module-col2_2__img .--img01 {
    height: 35.3rem;
  }
}
.module-col2_2 .module-col2_2__img .--img02 {
  height: 197px;
}
@media screen and (max-width: 767px) {
  .module-col2_2 .module-col2_2__img .--img02 {
    height: 27.2rem;
  }
}
.module-col2_2 .module-col2_2__img .--img03 {
  height: 252px;
}
@media screen and (max-width: 767px) {
  .module-col2_2 .module-col2_2__img .--img03 {
    height: 34.8rem;
  }
}
@media screen and (max-width: 767px) {
  .module-col2_2 .module-col2_2__img {
    width: 100%;
    height: auto;
    margin: get_vw(60) auto 0;
  }
  .module-col2_2 .module-col2_2__img.--img01 {
    width: get_vw(476);
  }
  .module-col2_2 .module-col2_2__img.--img02 {
    width: get_vw(595);
  }
  .module-col2_2 .module-col2_2__img.--img03 {
    width: get_vw(473);
  }
}

.module-list-1 {
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  display: grid;
}
@media screen and (max-width: 767px) {
  .module-list-1 {
    display: block;
  }
}
.module-list-1 li {
  line-height: 6rem;
  border: 1px solid #cfcdcd;
  border-radius: 0.4rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .module-list-1 li {
    width: 100%;
    line-height: 10rem;
    border-radius: 0.8rem;
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
}


.module-note {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .module-note {
    margin-top: 3rem;
  }
}
.module-note li {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .module-note li {
    font-size: 2.2rem;
  }
}
.module-note li a {
  color: #000000;
  text-decoration: underline;
}
.module-note li a:hover {
  text-decoration: none;
}


.module-contact {
  margin-top: 8rem;
  background-position: right center;
  overflow: hidden;
  border-radius: 1.4rem;
}
@media screen and (max-width: 767px) {
  .module-contact {
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.module-contact a {
  height: 23rem;
  padding: 0 6rem;
  color: #131313;
  display: block;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .module-contact a {
    height: 32.6rem;
    padding: 0 4rem;
  }
}
@media screen and (min-width: 768px) {
  .module-contact a:hover .icon {
    transform: scale(1.1);
  }
}
.module-contact__heading {
  font-size: 3.6rem;
  font-weight: 600;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .module-contact__heading {
    font-size: 4.6rem;
  }
}
.module-contact__desc {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .module-contact__desc {
    font-size: 2.1rem;
    margin-top: 2.6rem;
  }
}
.module-contact__desc span {
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .module-contact__desc span {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
    display: block;
  }
}
.module-contact__num {
  margin-top: 1.6rem;
  width: 100%;
  font-size: 4.2rem;
  display: flex;
  align-items: center;
  padding-left: 6rem;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .module-contact__num {
    margin-top: 2.4rem;
    font-size: 4.8rem;
    padding-left: 7rem;
  }
}
.module-contact__num .icon {
  position: absolute;
  left: 0;
  transition: all 0.2s;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 9999px;
  background-color: #131313;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .module-contact__num .icon {
    width: 5rem;
    height: 5rem;
  }
}
.module-contact__num .icon svg {
  width: 2.4rem;
  height: 2.3rem;
}
@media screen and (max-width: 767px) {
  .module-contact__num .icon svg {
    width: 2.6rem;
    height: 2.5rem;
  }
}

.module-faq {
  letter-spacing: 0.1em;
}
.module-faq + .module-faq {
  border-top: 1px solid #cfcdcd;
  padding-top: 3.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .module-faq + .module-faq {
    border-top: 0.2rem solid #cfcdcd;
    padding-top: 6.7rem;
    margin-top: 7rem;
  }
}
.module-faq__q {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-indent: -3rem;
  padding-left: 3rem;
}
.module-faq__q:before {
  /*content: "";
  width: 2.1rem;
  height: 2.1rem;
 /* background-image: url(../img/recruiting/faq/q.svg);*/
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;*/
}
@media screen and (max-width: 767px) {
  .module-faq__q:before {
    width: 3.1rem;
    height: 3.1rem;
    margin-top: -0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .module-faq__q {
    margin-bottom: 3.2rem;
    font-size: 3rem;
    text-indent: -4rem;
    padding-left: 4rem;
  }
}
.module-faq__a {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .module-faq__a {
    font-size: 2.6rem;
  }
}
.module-faq__link {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .module-faq__link {
    margin-top: 2rem;
  }
}
.module-faq__link li {
  display: inline-block;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .module-faq__link li {
    margin-top: 2.4rem;
    margin-right: 2.6rem;
  }
}
.module-faq__link li a {
  color: #000000;
  font-size: 1.6rem;
  text-decoration: underline;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .module-faq__link li a {
    font-size: 2.6rem;
  }
}
.module-faq__link li a:hover {
  text-decoration: none;
}

.--mb0 {
  margin-bottom: 0;
}


				  
/* table01 */
#table01 {
	border-top: none!important;
}
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 18%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}
	.person_intro {
  font-size: 1.6rem;
  padding: 10px 4px;
  line-height: 1.3;
  position: relative;
}

.software {
  border: 1px solid;
  padding: 30px;
  border-radius: 2.1rem;
  background: white;
}

.software_title {
  border-bottom: 1px solid gray;
  font-size: 2rem;
  padding: 5px 0;
}

.person_top img {
  width: 80%;
  margin: 0 auto;
}

.person_box {
  width: 24%;
  float: left;
  margin: 0.5%;
  color: black;
}

@media screen and (max-width: 767px) {
  .person_intro {
    font-size: 2.2rem;
    padding: 10px 4px;
    line-height: 1.3;
    position: relative;
  }

  .software {
    border: 1px solid;
    padding: 30px;
    border-radius: 2.1rem;
    background: white;
  }

  .software_title {
    border-bottom: 1px solid gray;
    font-size: 2.4rem;
    padding: 5px 0;
  }

  .person_top img {
    width: 100%;
    margin: 0 auto;
  }
}

.comment_box {
  display: inline-block;
  margin: 30px 0;
}

.indent {
  text-indent: -3em;
  padding-left: 3em;
  display: inline-block;

}

.text_erp {
  color: #b512ff;
}

.text_bs {
  color: #00ca20;
}

.text_si {
  color: #ff63c9;
}

.text_sum {
  color: #00c6db;
}

.crosstalk_topttl {
  font-size: 3.2rem;
  line-height: 1.45;
  letter-spacing: 0.07em;
  font-weight: bold;
  padding-left: 2rem;
  position: relative;
}


.person_title {
  width: 80%;
  font-size: 2.2rem;
  margin: 0 auto;
}

.dev_box {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.mg12rem{margin-bottom: 0rem;}

@media screen and (max-width: 767px) {
  .person_box {
    width: 48% !important;
    float: left;
    margin: 0 1%;
    color: black;
  }

  #lower.--people-detail.--people01 .interview-container__text img {}

  .person_title {
    width: 80%;
    font-size: 2.4rem;
    margin: 0 auto;
  }

  .crosstalk_topttl {
    font-size: 2.8rem;
    line-height: 1.45;
    letter-spacing: 0.07em;
    font-weight: bold;
    padding-left: 2rem;
    position: relative;
  }

  .dev_box {
    width: 100%;
    height: auto;
    margin: 20px 0;
  }

  #lower.--people-detail.--people01 .interview-container__text img {
    float: none !important;

    margin-left: none !important;
    margin-bottom: none !important;
  }

  .crosstalk_photo {
    margin: 10rem auto;
    width: 85%;

  }

  .btm_info {
    border: 1px solid;
    padding: 20px;
    border-radius: 2.1rem;
    background: white;
    font-size: 2.6rem;
  }

  .info_inner {
    width: 80%;
    font-size: 1.8rem;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 2.6rem !important;
  }
	.mg12rem{margin-bottom: 12rem;}
}


.crosstalk_photo {
  margin: 10rem auto !important;
  width: 80% !important;

}

.btm_info {
  border: 1px solid;
  padding: 50px;
  border-radius: 2.1rem;
  background: white;
}

.info_inner {
  width: 80%;
  font-size: 1.8rem;
  margin: 0 auto;
  line-height: 1.6;
  padding: 5rem !important;
}

.company_photo {
  width: 60%;
  margin: 10px 0;
}

@media screen and (max-width: 820px) and (min-width: 768px) {
  
	#lower.--people-new_staff section.hero .category .category__list > .box.modal01 {
  max-width: 24rem;
  width:48%;
}
}

