@charset "UTF-8";

.head_wrap p {
  font-size: clamp(24px, 3.4rem, 6.4rem);
  line-height: clamp(24px, 3.4rem, 6.4rem);
}

.head_wrap span {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

#TOP {
  position: relative;
  height: 975px;
}

#TOP .back-image {
  position: absolute;
  background-image: url(../image/top-image.png);
  background-repeat: no-repeat;
  height: 975px;
  width: 100%;
  background-size: cover;
  background-position: right;
  content: " ";
}

#TOP .back-image .wrapper {
  margin-top: 200px;
  display: flex;
  flex-direction: row;
}

#TOP .back-image .wrapper .wrap {
  position: absolute;
  bottom: 3vw;
  left: 5vw;
}

#TOP .back-image .wrapper .wrap .led {
  color: rgba(225, 23, 23, 0.92);
  background-color: white;
  transform: skewX(-15deg);
  padding: 0.3rem;
  padding-right: 5rem;
  padding-left: 5rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

#TOP .back-image .wrapper .wrap .led p {
  font-size: clamp(24px, 3rem, 4rem);
  font-weight: bold;
  transform: skewX(15deg);
}

#TOP .back-image .wrapper .wrap .led::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

#TOP .back-image .wrapper .wrap .led::after {
  position: absolute;
  content: "";
  background: rgba(225, 23, 23, 0.92);
  width: 100%;
  height: 100%;
  top: auto;
  z-index: -2;
  bottom: -10px;
  right: -10px;
  left: auto;
}

#TOP .back-image .wrapper .logo {
  color: white;
  position: absolute;
  top: 40%;
  left: 55%;
  z-index: 1;
}

#TOP .back-image .wrapper .logo div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4vw;
}

#TOP .back-image .wrapper .logo div img {
  width: 50%;
}

#TOP .back-image .wrapper .logo div p {
  font-size: 1rem;
}

#TOP .back-image .wrapper .logo::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 110%;
  background: url(../image/circle-white.webp) no-repeat;
  background-size: contain;
  bottom: 1vw;
  left: 1vw;
}

#TOP .back-image .wrapper .logo::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 110%;
  background: url(../image/circle-white.webp) no-repeat;
  background-size: contain;
  top: -1.5vw;
  right: -0.5vw;
}

#TOP .back-image .down {
  position: absolute;
  bottom: 20px;
  left: 50%;
}

#TOP .back-image .down img {
  width: auto;
}

.side-black {
  margin-top: 2vw;
}

.side-black.two {
  margin-top: 0;
}

.button-set {
  display: flex;
  flex-direction: row;
  gap: 2vw;
}

.button-set a {
  background-color: #e11717;
  display: inline-block;
  border-radius: 80px;
  padding: 0.5vw;
  padding-right: 5vw;
  padding-left: 5vw;
  text-align: left;
  position: relative;
  color: #fff;
}

.button-set a span {
  font-size: clamp(8px, 1rem, 1.4rem);
  line-height: 1.4rem;
}

.button-set a p {
  font-size: 2rem;
  line-height: 2rem;
}

.button-set a:before {
  content: "";
  position: absolute;
  background: url(../image/link-arrow.svg) no-repeat;
  width: 2vw;
  height: 2vw;
  background-size: contain;
  right: 1vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#PICK-UP {
  margin: 5vw 0;
  background: white;
  text-align: center;
  position: relative;
}

#PICK-UP .head_wrap {
  position: relative;
  top: -30px;
}

#PICK-UP .head_wrap .hed {
  color: #e11717;
}

#PICK-UP .head_wrap .sub-hed {
  color: black;
}

#PICK-UP .insta-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  bottom: -100px;
}

#wordpress_blog {
  margin: 5vw 0;
  display: flex;
  flex-direction: row;
}

#wordpress_blog a {
  text-decoration: none;
  color: black;
  font-size: clamp(8px, 1rem, 1.4rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#wordpress_blog .wp-article {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: flex-start;
  align-items: flex-start;
}

#wordpress_blog .wp-article .eyecatch {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

#wordpress_blog .wp-article .eyecatch img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#wordpress_blog .wp-article div {
  padding-right: 1vw;
  font-size: clamp(0.5rem, 0.393rem + 0.44vw, 0.938rem);
  text-align: left;
}

#wordpress_blog .wp-article div p:first-child {
  font-size: clamp(8px, 1rem, 1.4rem);
}

#wordpress_blog .wp-article div p:nth-child(2) {
  text-align: center;
  color: white;
  font-size: clamp(10px, 1.4rem, 2rem);
}

#wordpress_blog .wp-article:hover {
  margin-left: 0vw;
  transition: all 0.6s;
}

#wordpress_blog .wp-article:not(:first-child) {
  display: none;
}

#works {
  text-align: left;
}

#works .head_wrap {
  padding-left: 10vw;
}

#works .head_wrap p {
  color: #e11717;
}

#works .head_wrap span {
  color: #000;
}

#works .wrapper {
  display: flex;
  padding: 5vw 10vw;
  gap: 3vw;
  width: 100%;
  transition: all 0.6s;
}

#works .wrapper .content {
  position: relative;
  width: 15%;
  transition: width 0.5s ease-in-out;
}

#works .wrapper .content .no {
  position: absolute;
  color: #e11717;
  font-size: clamp(24px, 4.4rem, 6.4rem);
  padding: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  top: -50px;
  left: -23px;
}

#works .wrapper .content .no p {
  font-size: clamp(11px, 1.4rem, 2.4rem);
}

#works .wrapper .content .card {
  display: flex;
  align-items: flex-end;
  background: url(../image/work-01.webp) no-repeat;
  background-size: cover;
  height: 424px;
  justify-content: flex-start;
}

#works .wrapper .content .card .title {
  animation-delay: 2s;
  padding: 1vw;
}

#works .wrapper .content .card .title p {
  font-size: 14px;
  color: white;
}

#works .wrapper .content .card .text {
  display: none;
  width: 100%;
  margin: 5vw 2vw 2vw 2vw;
  opacity: 0;
  visibility: hidden;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

#works .wrapper .content .card .text p {
  font-size: 0px;
  color: white;
}

#works .wrapper .content.two .card {
  background: url(../image/work-02.webp) no-repeat;
}

#works .wrapper .content.three .card {
  background: url(../image/work-03.webp) no-repeat;
}

#works .wrapper .content::after {
  content: "";
  border: #e11717 solid 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  right: -25px;
  z-index: -1;
}

#works .wrapper .content.active {
  width: 60%;
  position: relative;
}

#works .wrapper .content.active .no {
  z-index: 2;
}

#works .wrapper .content.active .card {
  display: flex;
  align-items: flex-end;
  background: url(../image/work-01.webp) no-repeat;
  background-size: cover;
  height: 424px;
  justify-content: flex-start;
  position: relative;
}

#works .wrapper .content.active .card .title {
  z-index: 2;
  width: 50%;
  opacity: 1;
  visibility: visible;
}

#works .wrapper .content.active .card .title p {
  font-size: clamp(16px, 1.8rem, 3.2rem);
}

#works .wrapper .content.active .card .text.active {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  visibility: visible;
  display: inline-block;
  /* display: flex; */
  width: 50%;
  margin: 5vw 2vw 2vw 2vw;
  z-index: 2;
}

#works .wrapper .content.active .card .text.active p {
  font-size: clamp(10px, 1.4rem, 2rem);
}

#works .wrapper .content.active .background-color::after {
  content: "";
  background: url(../image/works-back.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  z-index: 1;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

#works .wrapper .content.two.active .card {
  background: url(../image/work-02.webp) no-repeat;
  background-size: cover;
}

#works .wrapper .content.three.active .card {
  background: url(../image/work-03.webp) no-repeat;
  background-size: cover;
}

#message {
  padding: 5vw;
  background: #fff;
}

#message .cover {
  border: 10px solid #e11717;
  padding: 5vw;
  text-align: center;
}

#message .cover .head_wrap {
  margin-bottom: 5vw;
}

#message .cover .head_wrap p {
  color: #e11717;
}

#message .cover .head_wrap span {
  color: #000;
}

#message .cover .wrapper {
  width: calc(100% - 20vw);
  height: calc(100vh - 20vw);
  margin: auto;
  position: relative;
}

#message .cover .wrapper .wrap {
  position: relative;
  margin: 0 auto;
}

#message .cover .wrapper .wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 0;
}

#message .cover .wrapper .wrap .text {
  padding: 2rem;
  position: absolute;
  width: 65%;
  right: 0vw;
  left: auto;
  bottom: 0;
  top: 20vw;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}

#message .cover .wrapper .wrap .text p {
  font-size: clamp(10px, 1.4rem, 2rem);
  text-align: left;
}

#message .cover .wrapper .wrap .text p:nth-child(2) {
  font-size: clamp(8px, 1rem, 1.4rem);
  text-align: right;
}

#message .cover .wrapper .wrap .text::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#message .cover .wrapper::after {
  content: " ";
  background: url(../image/message-02.webp) no-repeat;
  width: 25vw;
  height: 25vw;
  position: absolute;
  background-size: contain;
  top: -10vw;
  left: -20vw;
}

#recruit {
  padding: 2vw;
  position: relative;
}

#recruit .background {
  position: relative;
  background-image: url(../image/recruit-back.webp);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 5vw 5vw;
  padding-bottom: 25vw;
}

#recruit .background .head_wrap {
  margin-bottom: 5vw;
  text-align: right;
}

#recruit .background .head_wrap p {
  color: #fff;
}

#recruit .background .head_wrap span {
  color: #fff;
}

#recruit .background .wrapper .list-menu {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: flex-end;
  justify-content: center;
}

#recruit .background .wrapper .list-menu li a {
  display: block;
  background: white;
  margin: 0 2vw;
  padding: 1vw 3vw;
  text-decoration: none;
  border-radius: 50px;
  color: black;
  font-weight: 700;
  font-style: normal;
  position: relative;
  z-index: 1;
}

#recruit .background .wrapper .list-menu li a p {
  font-size: 24px;
}

#recruit .background .wrapper .list-menu li a::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0;
  left: 0;
  z-index: -1;
}

#recruit .background .wrapper .list-menu li a::after {
  content: "";
  position: absolute;
  background: #e11717;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  top: 0.5em;
  left: 0.5em;
  z-index: -2;
}

#recruit .background .wrapper .list-menu li.active a {
  background: #e11717;
  color: #fff;
}

#recruit .background .wrapper .list-menu li.active a::after,
#recruit .background .wrapper .list-menu li.active a::before {
  display: none;
}

#recruit .background .wrapper .area {
  display: none;
  opacity: 0;
  /* background: #fff; */
  padding: 50px 0px;
}

#recruit .background .wrapper .area ul {
  padding: 0 10vw;
}

#recruit .background .wrapper .area ul li {
  display: flex;
  flex-direction: row;
  gap: 1vw;
  margin-bottom: 1vw;
}

#recruit .background .wrapper .area ul li p {
  padding: 0.2em 2em;
}

#recruit .background .wrapper .area ul li p:first-child {
  color: white;
  background-color: rgba(225, 23, 23, 0.74);
  font-size: clamp(10px, 1.4rem, 2rem);
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#recruit .background .wrapper .area ul li p:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  font-size: clamp(10px, 1.4rem, 2rem);
  width: 80%;
}

#recruit .background .wrapper .area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  margin: 0 auto;
}

#recruit .background::after {
  content: "";
  background: rgba(0, 0, 0, 0.49);
  position: absolute;
  top: 0;
  left: 0;
}

#recruit .background::before {
  content: "";
  background: url(../image/circle-white.webp) no-repeat;
  width: 30%;
  height: auto;
  background-size: contain;
  top: -15vh;
  right: -16vw;
  position: absolute;
  aspect-ratio: 1/1;
}

/* タブ制御 - ふわ〜としゅつげん */
@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#BENEFITS {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100vh;
  padding-top: 15vw;
  top: -40vw;
  z-index: 1;
}

#BENEFITS .benefits-deco {
  width: 15%;
  position: relative;
  top: -200px;
}

#BENEFITS .benefits-deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#BENEFITS .wrapper {
  text-align: center;
  background: #e11717;
  width: 70%;
  padding: 3vw 5vw;
}

#BENEFITS .wrapper .head_wrap {
  margin-bottom: 5vw;
}

#BENEFITS .wrapper .head_wrap p {
  color: #fff;
  font-size: clamp(20px, 2.4rem, 4rem);
}

#BENEFITS .wrapper .head_wrap span {
  color: #000;
}

#BENEFITS .wrapper .content {
  padding: 2vw 5vw;
  display: flex;
  flex-direction: row;
  gap: 2vw;
  justify-content: center;
}

.bene-card {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  width: 33.33%;
}

.bene-card .shadow img {
  width: 100%;
}

.bene-card p {
  font-size: clamp(11px, 1.4rem, 2.4rem);
  color: #fff;
}


.bene-card {
  display: inline-block;
  cursor: pointer;
  margin: 5px;
}

.overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.overlay.active {
  display: flex;
  pointer-events: auto;
  /* ← 表示中はクリックできるようにする */
}

.popup {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  z-index: 1000;
}

.cancel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  cursor: default;
}

.overlay .popup h2 {
  margin-top: 0;
  color: #666;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: clamp(16px, 1.8rem, 3.2rem);
}

.overlay .popup .content {
  overflow: auto;
}

.overlay .popup p {
  margin: 0 0 1em;
  font-size: clamp(9px, 1.2rem, 1.6rem);
}

.overlay .popup p:last-child {
  margin: 0;
  text-align: left;
}

#interview {
  background: #fff;
  padding: 5vw 25vw;
  margin-top: -50.2vw;
  position: relative;
}

#interview .head_wrap {
  margin-top: 200px;
  margin-bottom: 5vw;
}

#interview .head_wrap p {
  color: #e11717;
}

#interview .head_wrap span {
  color: #000;
}

#interview .content {
  display: flex;
  flex-direction: row;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 2vw;
  padding-bottom: 2vw;
  position: relative;
}

#interview .content .wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: space-between;
}

#interview .content .wrapper .img {
  width: auto;
  text-align: center;
  padding: 1vw;
  padding-bottom: 2vw;
}

#interview .content .wrapper .img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#interview .content .wrapper .message {
  padding: 1rem;
  border-top: 1px solid;
  padding-top: 2vw;
}

#interview .content .wrapper .message p {
  font-size: clamp(8px, 1rem, 1.4rem);
  margin-bottom: 2rem;
}

#interview .content .wrapper .message .text-box p {
  font-size: clamp(10px, 1.4rem, 2rem);
}

#interview .content .wrapper .profile p:first-child {
  font-size: clamp(8px, 1rem, 1.4rem);
  margin-bottom: 2rem;
}

#interview .content .wrapper .profile p:nth-child(2) {
  font-size: clamp(16px, 1.8rem, 3.2rem);
}

#interview .content .wrapper .profile div p {
  font-size: clamp(10px, 1.4rem, 2rem) !important;
  line-height: 1.5em;
}

#interview .content .wrapper .Q-A {
  margin-top: 2rem;
}

#interview .content .wrapper .Q-A p {
  font-size: clamp(8px, 1rem, 1.4rem);
  margin-bottom: 2rem;
}

#interview .content .wrapper .Q-A .text-block {
  margin-left: 1rem;
}

#interview .content .wrapper .Q-A .text-block p {
  font-size: clamp(10px, 1.4rem, 2rem);
  margin-bottom: 1em;
}

#interview .content .wrapper .Q-A .text-block p:nth-child(2n-1) {
  color: #e11717;
}

#interview .content .wrapper.wide {
  width: 70%;
  border-left: 1px solid;
  padding-left: 2vw;
}

#interview .content:before {
  content: "01";
  position: absolute;
  color: #e11717;
  top: 0;
  right: 0;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  font-size: clamp(24px, 3.4rem, 6.4rem);
  padding: 0vw 2vw;
  margin-top: 1vw;
  font-family: "DINNextLTPro-Bold";
}

#interview .content.two:before {
  content: "02";
}

#interview .content.three:before {
  content: "03";
}

#interview .main #slide {
  position: relative;
}

#about-us .head_wrap {
  margin-top: 5vw;
  margin-bottom: 2vw;
  text-align: center;
}

#about-us .head_wrap p {
  color: #e11717;
}

#about-us .head_wrap span {
  color: #000;
}

#about-us .wrap ul {
  padding: 0 15vw;
}

#about-us .wrap ul li {
  display: flex;
  flex-direction: row;
  gap: 1vw;
  margin-bottom: 1vw;
}

#about-us .wrap ul li p {
  padding: 0.2em 2em;
  font-size: clamp(10px, 1.4rem, 2rem);
}

#about-us .wrap ul li p:first-child {
  width: 20%;
  background: #e11717;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about-us .wrap ul li p:nth-child(2) {
  width: 80%;
  background: #fff;
  color: #000;
}

#access {
  margin: 10vw 0;
}

#access .head_wrap {
  margin-top: 5vw;
  margin-bottom: 3vw;
  text-align: center;
}

#access .head_wrap p {
  color: #e11717;
}

#access .head_wrap span {
  color: #000;
}

#access .wrapper {
  text-align: center;
}

#access .wrapper .map {
  height: 270px;
  width: 779px;
  margin: 0 auto;
}

#access .wrapper .map iframe {
  height: 100%;
  width: 100%;
}

#access .wrapper p {
  font-size: clamp(10px, 1.4rem, 2rem);
  margin-top: 1vw;
}

.insta-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.insta-list iframe html body div div .Embed div .Header {
  display: none;
}

.up-img {
  display: flex;
  justify-content: center;
  margin: 3vw auto;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 24px !important;
  height: 24px !important;
  aspect-ratio: 1/1 !important;
  background: #666;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e11717;
}

.swiper-button-next,
.swiper-button-prev {
  margin-right: 10vw;
  background-color: #e11717;
  color: #fff !important;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 70px !important;
  height: auto !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px !important;
}

.swiper-button-next {
  margin-right: 10vw;
}

.swiper-button-prev {
  margin-left: 10vw;
}

@media screen and (max-width: 768px) {

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

  .head_wrap p {
    font-size: 28px;
    line-height: 28px;
  }

  .head_wrap span {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  #TOP {
    height: 656px;
  }

  #TOP .back-image {
    background: url(../image/top-image-mob.png) no-repeat;
    height: 646px;
    width: 100%;
    -o-object-fit: contain;
    background-size: cover;
    background-position: right;
  }

  #TOP .back-image .wrapper .wrap .led {
    padding: 0.5rem;
    padding-right: 4rem;
    padding-left: 4rem;
  }

  #TOP .back-image .wrapper .wrap .led p {
    font-size: 16px;
  }

  #TOP .back-image .wrapper .logo {
    position: relative;
    top: auto;
    left: auto;
    margin: auto;
  }

  #TOP .back-image .wrapper .logo div {
    padding: 20vw;
  }

  #TOP .back-image .wrapper .logo div p {
    font-size: 1.4rem;
  }

  #TOP .back-image .down {
    display: none;
  }

  .button-set {
    flex-direction: column;
    padding: 5vw;
  }

  .button-set a {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .button-set a span {
    font-size: 8px;
    line-height: 0;
  }

  .button-set a p {
    font-size: 16px;
    line-height: 16px;
  }

  .button-set a:before {
    width: 4vw;
    height: 4vw;
    right: 2vw;
  }

  #works .wrapper {
    flex-direction: column;
    margin-top: 10vw;
    gap: 25vw;
  }

  #works .wrapper .content {
    width: 100%;
  }

  #works .wrapper .content .no p {
    font-size: 2rem;
  }

  #works .wrapper .content .card {
    flex-direction: column;
    height: auto;
    background-size: cover !important;
    opacity: 1;
    visibility: visible;
    animation-name: auto;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    width: -moz-fit-content;
    width: fit-content;
  }

  #works .wrapper .content .card .title {
    z-index: 2;
    width: 100%;
    opacity: 1;
    visibility: visible;
    text-align: right;
  }

  #works .wrapper .content .card .title p {
    font-size: 16px;
  }

  #works .wrapper .content .card .text {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    visibility: visible;
    display: inline-block;
    /* display: flex; */
    width: -moz-fit-content;
    width: fit-content;
    margin: 5vw 2vw 2vw 2vw;
    z-index: 2;
  }

  #works .wrapper .content .card .text p {
    font-size: 14px;
  }

  #works .wrapper .content .background-color::after {
    content: "";
    background: url(../image/works-back.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    z-index: 1;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
  }

  #works .wrapper .content::after {
    top: 15px;
    right: -20px;
  }

  #works .wrapper .content.active {
    width: -moz-fit-content;
    width: fit-content;
  }

  #works .wrapper .content.active .card {
    height: auto;
    width: auto;
  }

  #works .wrapper .content.active .card .title {
    width: 100%;
  }

  #works .wrapper .content.active .card .title p {
    font-size: 16px;
  }

  #works .wrapper .content.active .card .text {
    width: 100%;
  }

  #works .wrapper .content.active .card .text p {
    font-size: 14px;
  }

  #works .wrapper .content.active .card .text.active {
    width: -moz-fit-content;
    width: fit-content;
  }

  #works .wrapper .content.active .card .text.active p {
    font-size: 14px;
  }

  #message .cover .wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }

  #message .cover .wrapper .wrap img {
    position: static;
    width: 100%;
  }

  #message .cover .wrapper .wrap .text {
    position: static;
    width: 100%;
    padding: 0;
  }

  #message .cover .wrapper .wrap .text p {
    font-size: 16px;
  }

  #message .cover .wrapper::after {
    display: none;
  }

  #recruit .background .wrapper .list-menu {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5vw;
  }

  #recruit .background .wrapper .list-menu li {
    width: 100%;
    text-align: center;
  }

  #recruit .background .wrapper .list-menu li a p {
    font-size: 20px;
  }

  #recruit .background .wrapper .area ul {
    padding: 0;
  }

  #recruit .background .wrapper .area ul li {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    margin-bottom: 1vw;
  }

  #recruit .background .wrapper .area ul li p {
    font-size: 16px;
  }

  #recruit .background .wrapper .area ul li p:first-child {
    width: 100%;
    font-size: 16px;
  }

  #recruit .background .wrapper .area ul li p:nth-child(2) {
    width: 100%;
    font-size: 16px;
  }

  #BENEFITS {
    height: auto;
    padding-top: 0vw;
    top: 0vw;
  }

  #BENEFITS .benefits-deco {
    display: none;
  }

  #BENEFITS .wrapper {
    width: 100%;
  }

  #BENEFITS .wrapper .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .bene-card {
    width: 80%;
  }

  .bene-card p {
    font-size: 16px;
  }

  #BENEFITS .overlay .popup {
    width: calc(100% - 20vw);
  }

  #interview {
    padding: 0;
    margin-top: 0%;
  }

  #interview .head_wrap {
    margin-top: 0;
  }

  #interview .content {
    flex-direction: column;
    border-bottom: none;
  }

  #interview .content .wrapper {
    width: 100%;
  }

  #interview .content .wrapper .img {
    padding: 5vw;
  }

  #interview .content .wrapper .img img {
    width: 100%;
  }

  #interview .content .wrapper .message {
    padding-bottom: 0;
  }

  #interview .content .wrapper .message p {
    font-size: 18px;
    margin-bottom: 2vw;
  }

  #interview .content .wrapper .message .text-box p {
    font-size: 16px;
  }

  #interview .content .wrapper .profile p:first-child {
    font-size: 18px;
    margin-bottom: 2vw;
  }

  #interview .content .wrapper .profile p:nth-child(2) {
    font-size: 20px;
    margin-bottom: 2vw;
  }

  #interview .content .wrapper .profile div p {
    font-size: 16px !important;
  }

  #interview .content .wrapper .Q-A p {
    font-size: 18px;
    margin-bottom: 2vw;
  }

  #interview .content .wrapper .Q-A .text-block {
    margin-left: 0rem;
    margin-right: 2rem;
  }

  #interview .content .wrapper .Q-A .text-block p {
    font-size: 12px;
  }

  #interview .content .wrapper.wide {
    width: 100%;
    border: transparent;
    padding: 1rem;
  }

  #interview .content:before {
    font-size: 32px;
  }

  #about-us .wrap ul {
    padding: 0;
  }

  #about-us .wrap ul li {
    flex-direction: column;
  }

  #about-us .wrap ul li p {
    font-size: 16px;
  }

  #about-us .wrap ul li p:first-child {
    width: 100%;
  }

  #about-us .wrap ul li p:nth-child(2) {
    width: 100%;
  }

  #access .wrapper .map {
    height: 40vh;
    width: 100%;
  }

  #access .wrapper .map iframe {
    height: 100%;
  }

  #access .wrapper p {
    font-size: 16px;
  }

  #PICK-UP {
    margin: 10vw 0;
  }

  #PICK-UP .insta-btn {
    width: 25%;
  }

  #PICK-UP .insta-btn .circle img {
    width: 100%;
    height: 100%;
  }

  .side-black {
    margin-top: 0;
  }
}

/*# sourceMappingURL=index.css.map */