@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP",
               "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
}

@font-face {
  font-family: "Genkai Mincho";
  src: url("https://www.ariake-e.co.jp/wp/wp-content/themes/new_theme/genkai-mincho.woff2") format("truetype");
  font-display: swap;
}

section {
overflow-x: hidden;
}

.section-wrapper {
  margin: 0 auto;
  padding-bottom: 8.33vw;
}

.title-sub-wrapper {
  display: flex;
  gap: 2.22vw;
  font-size: 6.67vw;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  color: rgba(217, 217, 217, 0.3019607843);
  animation: flow 10s linear infinite;
  overflow: hidden;
}
.title-sub-wrapper .section-title-sub {
  flex-shrink: 0;
  white-space: nowrap;
}

.section-title {
  font-size: clamp(32px, 3.33vw, 100px);
  font-weight: 700;
  text-align: center;
  color: #1F80CC;
  margin-bottom: 4.44vw;
}

@keyframes flow {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.fadein-2 {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
  transform: translate(0, 30px);
}
.fadein-2.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.fadein-3 {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
  transform: translate(0, 30px);
}
.fadein-3.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}


/* スライダー全体 */
.slider-wrapper {
  display: flex;
  overflow: hidden;
}
.section-title-sub {
  font-size: 6.67vw;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  color: rgba(217, 217, 217, 0.3019607843);
  white-space: nowrap;
}

/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* スライド3枚のグループ */
.slider-28 {
  animation: scroll-left 50s infinite linear .5s both;
  display: flex; /* スライド2.5枚を横並び */
}
/* スライド */
.slide-28 {
  width: calc(100vw / 2.8); /* 2.5はスライドの枚数 */
white-space: nowrap;
}

/* スライド2.5枚のグループ */
.slider-25 {
  animation: scroll-left 50s infinite linear .5s both;
  display: flex; /* スライド2.5枚を横並び */
}
/* スライド */
.slide-25 {
  width: calc(100vw / 2.5); /* 2.5はスライドの枚数 */
white-space: nowrap;
}


/* スライド1.8枚のグループ */
.slider-18 {
  animation: scroll-left 50s infinite linear .5s both;
  display: flex; /* スライド1.8枚を横並び */
}
/* スライド */
.slide-18 {
  width: calc(100vw / 1.8); /* 1.8はスライドの枚数 */
white-space: nowrap;
}


/* スライド4.5枚のグループ */
.slider-45 {
  animation: scroll-left 50s infinite linear .5s both;
  display: flex; /* スライド4.5枚を横並び */
}
/* スライド */
.slide-45 {
  width: calc(100vw / 4.5); /* 4.5はスライドの枚数 */
white-space: nowrap;
}

/* スライド4.3枚のグループ */
.slider-43 {
  animation: scroll-left 50s infinite linear .5s both;
  display: flex; /* スライド4.3枚を横並び */
}
/* スライド */
.slide-43 {
  width: calc(100vw / 4.3); /* 4.3はスライドの枚数 */
white-space: nowrap;
}

/* スライド3.4枚のグループ */
.slider-34 {
  animation: scroll-left 50s infinite linear .5s both;
  display: flex; /* スライド3.4枚を横並び */
}
/* スライド */
.slide-34 {
  width: calc(100vw / 3.4); /* 3.4はスライドの枚数 */
white-space: nowrap;
}

/* スライド3枚のグループ */
.slider-3 {
  animation: scroll-left 50s infinite linear .5s both;
  display: flex; /* スライド3枚を横並び */
}
/* スライド */
.slide-3 {
  width: calc(100vw / 3); /* 3はスライドの枚数 */
white-space: nowrap;
}

/* スライド6.2枚のグループ */
.slider-62 {
  animation: scroll-left 50s infinite linear .5s both;
  display: flex; 
}
/* スライド */
.slide-62 {
  width: calc(100vw / 6.2); 
white-space: nowrap;
}

/* スライド3.4枚のグループ */
.slider-34 {
  animation: scroll-left 50s infinite linear .5s both;
  display: flex;
}
/* スライド */
.slide-34 {
  width: calc(100vw / 3.4); 
white-space: nowrap;
}

/* スライド2枚のグループ */
.slider-2 {
  animation: scroll-left 50s infinite linear .5s both;
  display: flex;
}
/* スライド */
.slide-2 {
  width: calc(100vw / 2); 
white-space: nowrap;
}

/* スライド6枚のグループ */
.slider-6 {
  animation: scroll-left 50s infinite linear .5s both;
  display: flex; /* スライド6枚を横並び */
}
/* スライド */
.slide-6 {
  width: calc(100vw / 6); /* 6はスライドの枚数 */
white-space: nowrap;
}








/* header */
.new-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  z-index: 999;
  white-space: nowrap;
  padding: 16px 32px;
}

@media screen and (max-width: 1280px) {
  .new-header {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .new-header {
    width: 100%;
    height: 50px;
padding: 16px 8px;
  }
}
.new-header .header-box-2 {
  display: flex;
align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
position: relative;

}


.new-header .header-box-2 .header-logo {
  display: flex;
  width: 100%;
  max-width: 300px;
  margin: 0;
}

@media screen and (max-width: 1536px) {
  .new-header .header-box-2 .header-logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 1280px) {
  .new-header .header-box-2 .header-logo {
    max-width: 180px;
  }
}
.new-header .header-box-2 .header-logo img {
  width: 100%;
}

.new-header .header-text {
  display: flex;
  font-size: clamp(20px, 1.39vw, 32px);
  font-weight: 700;
  color: #1F80CC;
margin-left:20px;
margin-top: 8px;
}
@media screen and (max-width: 425px) {
  .new-header .header-text {
    font-size: 16px;
  }
}

.new-header .header-box-2 .header-nav {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  margin-left: 0;
position: absolute;
right: 0;
}

@media screen and (max-width: 1024px) {
  .new-header .header-box-2 .header-nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    background-color: #eef0f3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .new-header .header-box-2 .header-nav {
    padding-top: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .new-header .header-box-2 .header-nav.open {
    left: 0;
  }
}
.new-header .header-box-2 .header-nav .header-nav-list {
  display: flex;
  justify-content: flex-start;
  height: 100%;
  margin: 0;
  gap: 16px;
  list-style: none;
}

@media screen and (max-width: 1024px) {
  .new-header .header-box-2 .header-nav .header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    height: auto;
    margin: 0 auto;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .new-header .header-box-2 .header-nav .header-nav-list {
    gap: 0;
  }
}
.new-header .header-box-2 .header-nav .header-nav-list .header-nav-item {

  height: 100%;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .new-header .header-box-2 .header-nav .header-nav-list .header-nav-item {
    height: auto;
  }
}
.new-header .header-box-2 .header-nav .header-nav-list .header-nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  font-size: clamp(14px, 0.97vw, 24px);
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1536px) {
  .new-header .header-box-2 .header-nav .header-nav-list .header-nav-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .new-header .header-box-2 .header-nav .header-nav-list .header-nav-item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .new-header .header-box-2 .header-nav .header-nav-list .header-nav-item a {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
margin-left:0;
  }
}
@media screen and (max-width: 1024px) {
  .new-header .header-box-2 .header-nav .header-nav-list .header-nav-item a::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #027fcc;
    border-right: 0;
  }
}
.new-header .header-box-2 .header-nav .header-nav-list .header-nav-item a:hover {
  opacity: 0.5;
}

.new-header .header-box-2 .header-nav .header-nav-list .header-nav-item a span {
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 1536px) {
  .new-header .header-box-2 .header-nav .header-nav-list .header-nav-item a span {
    font-size: 11px;
  }
}
@media screen and (max-width: 1280px) {
  .new-header .header-box-2 .header-nav .header-nav-list .header-nav-item a span {
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .new-header .header-box-2 .header-nav .header-nav-list .header-nav-item a span {
    display: none;
  }
}
.new-header .entry-btn {
  background-color: #D6000F;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 16px 32px;
  margin-left: 16px;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .new-header .entry-btn {
    margin-top: 32px;
    margin-left: 0;
  }
}
.new-header .header-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 90px;
  height: 100px;
  background-color: #363636;
  color: #fff;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .new-header .header-btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .new-header .header-btn {
    width: 50px;
    height: 50px;
  }
}
.new-header .header-btn .header-btn {
  position: relative;
}

.new-header .header-btn .header-btn__inner {
  height: 100%;
}

.new-header .header-btn .header-btn__inner::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .new-header .header-btn .header-btn__inner::before {
    top: calc(50% - 1px);
    width: 25px;
  }
}
.new-header .header-btn .header-btn__inner::after {
  position: absolute;
  top: calc(50% - 16px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .new-header .header-btn .header-btn__inner::after {
    top: calc(50% - 10px);
    width: 25px;
  }
}
.new-header .header-btn .header-btn__inner span {
  position: absolute;
  top: calc(50% + 18px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .new-header .header-btn .header-btn__inner span {
    top: calc(50% + 12px);
    font-size: 10px;
    width: 100%;
    text-align: center;
  }
}
.new-header .header-btn.open .header-btn__inner::before {
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
  transform: translate(-50%, -50%) rotate(-20deg);
  top: calc(50% - 8px);
}

.new-header .header-btn.open .header-btn__inner::after {
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
  transform: translate(-50%, -50%) rotate(20deg);
  top: calc(50% - 8px);
}

/* first-view */
.first-view {
  position: relative;
}
.first-view .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 128, 204, 0.4);
}
.first-view ul {
  width: 100%;
}
.first-view ul li {
  width: 100%;
  display: none;
}
.first-view ul li img {
  object-fit: cover;
  width: 100%;
  height: 64.17vw;
}
.first-view .container {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-60%);
}
.first-view .first-view-copy-sub {
  position: absolute;
  bottom: 14.93vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(10px, 1.39vw, 40px);
  font-weight: 700;
  color: #FFFFFF;
  white-space: nowrap;
}

.c1 {
  display: inline-block;
  height: 6vh;
}

.c2 {
  display: inline-block;
  height: 6vh;
}

.type1 {
font-family: "Genkai Mincho";
  color: #FFFFFF;
  font-size: 9.72vw;
  overflow: hidden;
  border-right: 5px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
  width: 0;
  line-height: 1.18;
  font-weight: 800;
  animation: typing 1.5s steps(5, end) forwards;
  animation-delay: 2s;
}
.type1 span {
  font-size: 8vw;
}

.type2 {
font-family: "Genkai Mincho";
  color: #FFFFFF;
  font-size: 9.72vw;
  overflow: hidden;
  border-right: 5px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
  width: 0;
  font-weight: 800;
  animation: typing 1.5s steps(6, end) forwards;
  animation-delay: 4s;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink {
  from {
    border-color: #FFFFFF;
  }
  to {
    border-color: #FFFFFF;
  }
}
@keyframes effect {
  50% {
    border-color: #FFFFFF;
  }
}
#recruit-message {
  position: relative;
}
#recruit-message .section-wrapper {
  width: 95vw;
}
#recruit-message .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.17vw;
  position: relative;
  padding: 0 4.93vw;
  z-index: 10;
}
#recruit-message .message-item {
  width: 75vw;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  opacity: 0;
  transition: all 3s;
  transform: translateY(25vw);
}
#recruit-message .message-item.up {
  opacity: 1;
  transform: translateY(0);
}
#recruit-message .message-item:nth-child(odd) {
  margin-right: auto;
}
#recruit-message .message-item:nth-child(even) {
  margin-left: auto;
}
#recruit-message .message-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40vw;
  max-width: 100%;
  height: auto;
}
#recruit-message .message-text-container .message-title {
  font-size: clamp(16px, 1.67vw, 48px);
  font-weight: 700;
  color: #1F80CC;
}
#recruit-message .message-text-container .message-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-top: 16px;
  margin-bottom: 3.33vw;
}
@media screen and (max-width: 428px) {
  #recruit-message .message-text-container .message-title::after {
    height: 1px;
  }
}
#recruit-message .message-text-container .message-text {
  font-size: clamp(14px, 1.39vw, 32px);
  line-height: 1.81;
}
#recruit-message .message-img {
  width: 33.5vw;
  height: 21.5vw;
}
#recruit-message .message-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#recruit-message .triangle-large {
  display: flex;
  position: absolute;
  width: 0vw;
  height: 0vw;
  border-top: 0vw solid transparent;
  border-right: 0vw solid #1F80CC4D;
  border-left: 80vw solid transparent;
  border-bottom: 80vw solid #1F80CC4D;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#recruit-message .triangle-small {
  display: flex;
  position: absolute;
  width: 0vw;
  height: 0vw;
  border-top: 0vw solid transparent;
  border-right: 0vw #FFFFFF;
  border-left: 40vw solid transparent;
  border-bottom: 40vw solid #FFFFFF;
  right: 0;
  bottom: 0;
  z-index: 0;
}


@media (max-width: 860px) {
  #recruit-message .message-item {
    width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit-message .section-wrapper {
    width: 90vw;
  } 
  #recruit-message .message-item {
    width: 100%;
  }
}
@media screen and (max-width: 428px) {
  #recruit-message .content-wrapper {
    width: 100%;
    padding: 0;
    gap: 32px;
    justify-content: center;
    align-items: center;
  }
  #recruit-message .message-item {
    width: 100%;
    flex-direction: column;
    gap: 4px;
    margin: 0;
  }
  #recruit-message .message-item:nth-child(odd) {
    margin-right: 0;
  }
  #recruit-message .message-item:nth-child(even) {
    margin-left: 0;
  }
  #recruit-message .message-text-container {
    width: 100%;
  }
  #recruit-message .message-title::after {
    content: "";
    display: block;
    margin: 0;
  }
  #recruit-message .message-img {
    width: 100%;
    height: 60vw;
  }
}
/* Service */
.service {
  z-index: 10;
  background-image: linear-gradient(rgba(31, 128, 204, 0.8)), url('https://www.ariake-e.co.jp/wp/wp-content/uploads/2025/11/service-background.png');
  background-size: cover;
}
.service .section-wrapper {
  max-width: 75vw;
  margin: 0 auto;
}
.service .section-wrapper .section-title {
  color: #FFFFFF;
  text-align: left;
}
.service .section-wrapper .video {
  max-width: 75vw;
  height: auto;
  margin: 0 auto;
}
.service .section-wrapper video {
  width: 100%;
  height: 100%;
}
/* result */
#recruit-result .result-container {
  max-width: 75vw;
  margin: 0 auto;
  display: flex;
}/* カードをクリックできるように */
#recruit-result .result-item {
  cursor: pointer;
}

/* モーダル表示中は背景スクロール禁止 */
body.is-fixed {
  overflow: hidden;
}

/* 事業実績ポップアップ ---------------------------- */
.result-modal {
  display: none; /* 初期は非表示 */
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.result-modal.is-active {
  display: flex;
}

.result-modal__content {
  position: relative;
  width: 90%;
  max-width: 960px;
  max-height: 90vh;
  background-color: #fff;
  padding: 24px;
  overflow-y: auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}

.result-modal__image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
  object-fit: cover;
}

.result-modal__body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #00559f;
  margin-bottom: 8px;
}

.result-modal__body h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 4px;
}

.result-modal__body p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 8px;
}

.result-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.result-modal__close:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .result-modal__content {
    width: 95%;
    padding: 16px;
  }

  .result-modal__body h3 {
    font-size: 16px;
  }
}

#recruit-result .result-item {
  width: 33.26vw;
  margin: 0 16px;
}
#recruit-result .result-item img {
  width: 100%;
  height: 20vw;
  object-fit: cover;
  margin-bottom: 1.67vw;
}
#recruit-result .result-item .date {
  font-size: clamp(14px, 1.39vw, 32px);
  margin-bottom: 1.11vw;
}
#recruit-result .result-item .name {
  font-size: clamp(14px, 1.39vw, 32px);
  margin-bottom: 1.11vw;
}
#recruit-result .result-item .box-wrapper {
  display: flex;
  gap: 10px;
}
#recruit-result .result-item .box-wrapper .box {
  width: fit-content;
  padding: 8px;
  font-size: clamp(14px, 1.39vw, 32px);
  line-height: 1;
  color: #FFFFFF;
  background-color: #1F80CC;
  text-align: center;
  white-space: nowrap;
}
#recruit-result .readmore {
  display: flex;
  width: fit-content;
  padding: 16px 32px;
  background-color: #1F80CC;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  color: #FFFFFF;
  transition: 0.5s;
}
#recruit-result .readmore:hover {
  background-color: #BAD7EE;
}
#recruit-result .readmore a {
  width: 100%;
  font-size: clamp(16px, 1.67vw, 32px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  #recruit-result .result-container {
    max-width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit-result .result-container {
    max-width: 90vw;
  }
  #recruit-result .result-item img {
    height: 50vw;
  }
}
/* works */
#recruit-works .works-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
#recruit-works .works-item {
  display: flex;
  width: 100%;
  background-color: #1F80CC;
  border-radius: 50px 50px 0 0;
  padding: 48px 0 96px;
  position: relative;
  box-shadow: inset 0 2px 4px #FFFFFF;
}
#recruit-works .works-item-number {
  position: absolute;
  bottom: 64px;
}
#recruit-works .works-item-number .number {
  font-size: 10.42vw;
  color: #FFFFFF80;
  line-height: 1;
}
@media screen and (max-width: 768px){
  #recruit-works .works-item-number {
    position: absolute;
    bottom: 96px;
    right: 56px;
  }
  #recruit-works .works-item-number .number {
    color: #FFFFFF80;
    line-height: 1;
  }
}
@media screen and (max-width: 560px){
  #recruit-works .works-item-number {
    right: 16px;
  }
}

#recruit-works .works-item-second, .works-item-third {
  margin-top: -48px;
}

#recruit-works .works-item-wrapper {
  width: 70vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#recruit-works .works-item-wrapper .works-img {
  flex: 1;
  height: 19.44vw;
}
#recruit-works .works-item-wrapper .works-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.08vw;
  box-shadow: 1.11vw 1.11vw rgba(255, 255, 255, 0.6980392157);
}
#recruit-works .works-text-wrapper {
  width: 65%;
  padding-right: 16px;
}
#recruit-works .works-text-wrapper .works-title {
  font-size: clamp(32px, 3.33vw, 120px);
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: clamp(16px, 1.67vw, 48px);
}
#recruit-works .works-text-wrapper .works-text1 {
  font-size: clamp(16px, 1.39vw, 32px);
  color: #FFFFFF;
  margin-bottom: clamp(16px, 1.67vw, 24px);
}
#recruit-works .works-text-wrapper .works-text2 {
  font-size: clamp(16px, 1.39vw, 32px);
  color: #FFFFFF;
  line-height: 1.5;
}
#recruit-works .works-text-wrapper .works-text2 span {
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  #recruit-works .works-item-wrapper {
    width: 78vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit-works .works-item-wrapper {
    width: 85vw;
    align-items: flex-start;
  }
  #recruit-works .works-item-wrapper .works-img {
    flex: 1;
    height: 19.44vw;
    margin-right: 16px;
  }
}
@media screen and (max-width: 700px) {
  #recruit-works .works-item-number .number{
    font-size: 15vw;
  }
}
@media screen and (max-width: 560px) {
  #recruit-works .works-item-wrapper {
    width: 95vw;
    flex-direction: column;
  }
  #recruit-works .works-item-number {
    top: 32px;
  }
  #recruit-works .works-text-wrapper {
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-bottom: 16px;
  }
  #recruit-works .works-item-wrapper .works-img {
    width: 100%;
    max-height: 250px;
    justify-content: stretch;
    height: -webkit-fill-available;
  }
}
/* career */
.career .section-wrapper {
  max-width: 75vw;
  display: flex;
  flex-direction: column;
}
.career .career-text {
  text-align: center;
  font-size: clamp(16px, 1.67vw, 24px);
  font-weight: 700;
}
.career .underline {
  width: clamp(250px, 38.19vw, 550px);
  height: 5px;
  background-color: #BAD7EE;
  margin: 0 auto;
}
.career .sp {
  display: none;
}
@media screen and (max-width: 428px) {
  .career .sp {
    display: block;
  }
}
.career .career-text-sub {
  margin-top: clamp(16px, 3.33vw, 48px);
  margin-bottom: clamp(16px, 2.22vw, 32px);
  text-align: center;
  font-size: clamp(12px, 1.39vw, 24px);
  font-weight: 500;
  line-height: 1.5;
}
.career .career-wrapper {
  max-width: 75vw;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.career .career-wrapper-title {
  font-size: clamp(24px, 2.22vw, 32px);
  font-weight: 700;
  color: #1F80CC;
  margin-bottom: 16px;
}
.career .career-map {
  display: flex;
  overflow-x: auto;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
.career .career-map::-webkit-scrollbar{
  display:none;
}
.career .category {
  height: 540px;
  display: grid;
  grid-template-rows: 5fr 2fr 3fr;
  position: sticky;
  left: 0;
  z-index: 30;
}
.career .label {
  width: 47px;
  background-color: #D3D3D3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.career .label:nth-child(2) {
  background-color: #f3f3f3;
}
.career .category-name {
  writing-mode: vertical-rl;
  font-size: clamp(20px, 1.53vw, 24px);
  font-weight: 700;
  color: #231815;
}
.career .map {
  display: flex;
  flex-direction: column;
  position: relative;
}
.career .map1 {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: end;
  padding: 2px 8px;
}
.career .step-item {
  display: flex;
  flex-direction: column;
  width: 129px;
}
.career .step-item4 {
  width: 152px;
}
.career .step-item6 {
  width: 152px;
}
.career .step-item7 {
  width: 158px;
}
.career .step-item8 {
  width: 160px;
}
.career .step-item9 {
  width: 162px;
}
.career .step {
  font-family: "Adamina";
  font-size: clamp(16px, 1.67vw, 32px);
  margin-bottom: 4px;
}
.career .step-box-top {
  width: 100%;
  height: 32px;
  background-color: #BAD7EE;
}
.career .box-top2 {
  background-color: rgba(31, 128, 204, 0.5019607843);
}
.career .box-top3 {
  background-color: rgba(31, 128, 204, 0.6);
}
.career .box-top4 {
  background-color: rgba(31, 128, 204, 0.8);
}
.career .box-top5 {
  height: 40px;
}
.career .box-top6 {
  height: 40px;
  background-color: rgba(31, 128, 204, 0.5019607843);
}
.career .box-top7 {
  height: 40px;
  background-color: rgba(31, 128, 204, 0.6);
}
.career .box-top8 {
  height: 40px;
  background-color: rgba(31, 128, 204, 0.6980392157);
}
.career .box-top9 {
  height: 40px;
  background-color: rgba(31, 128, 204, 0.8);
}
.career .step-label {
  display: flex;
  width: 100%;
  height: 32px;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}
.career .step-label-even {
  background-color: #F5F5F5;
}
.career .step-label-name {
  font-size: 16px;
  font-weight: 700;
  color: #1F80CC;
}
.career .step-box-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 96px;
  background-color: #BAD7EE;
}
.career .box-bottom1 {
  position: relative;
}
.career .box-bottom1 .change-box {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 0 8px;
  position: absolute;
  margin: auto;
  bottom: -13px;
  z-index: 10;
}
.career .box-bottom1 .change-box .change-text {
  font-size: 10px;
  font-weight: bold;
}
.career .box-bottom1 .arrow4 {
  position: absolute;
  bottom: -20px;
  left: 55.5px;
}
.career .box-bottom1 .arrow4-2 {
  position: absolute;
  bottom: -35px;
  left: 55.4px;
  transform: scale(-1, -1);
}
.career .box-bottom2 {
  height: 115.2px;
  background-color: rgba(31, 128, 204, 0.5019607843);
}
.career .box-bottom3 {
  height: 134.4px;
  background-color: rgba(31, 128, 204, 0.6);
  position: relative;
}
.career .box-bottom3 .change-box {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 4px 8px;
  position: absolute;
  margin: auto;
  bottom: 8px;
}
.career .box-bottom3 .change-box .change-text {
  font-size: 10px;
  font-weight: bold;
}
.career .box-bottom3 .arrow1 {
  position: absolute;
  bottom: -36px;
  left: 50%;
}
.career .box-bottom4 {
  height: 153.6px;
  background-color: rgba(31, 128, 204, 0.8);
  position: relative;
}
.career .box-bottom4 .change-box {
  width: 58px;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 4px;
  position: absolute;
  margin: auto;
  bottom: 8px;
  text-align: center;
}
.career .box-bottom4 .change-box .change-text {
  font-size: 10px;
  font-weight: bold;
}
.career .box-bottom4 .change-box2 {
  width: 58px;
  position: absolute;
  right: -20px;
  bottom: 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2509803922);
  text-align: center;
}
.career .box-bottom4 .arrow2 {
  position: absolute;
  bottom: -36px;
  left: 43%;
}
.career .box-bottom4 .arrow3 {
  position: absolute;
  bottom: -40px;
  left: 94%;
}
.career .step-box-bottom-text {
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.career .bottom-text-black {
  color: #000000;
}
.career .dotted {
  font-size: 1px;
  margin: 0 8px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3019607843) 4px, transparent 4px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.career .map2 {
  display: flex;
  width: 100%;
  height: 50%;
  padding: 2px 8px;
}
.career .step-item-under {
  display: flex;
  flex-direction: column;
}
.career .step-item-under5 {
  width: 387px;
}
.career .box-bottom5 {
  flex-grow: 1;
}
.career .box-bottom6 {
  flex-grow: 1;
  background-color: rgba(31, 128, 204, 0.5019607843);
}
.career .box-bottom7 {
  flex-grow: 1;
  background-color: rgba(31, 128, 204, 0.6);
}
.career .box-bottom8 {
  flex-grow: 1;
  background-color: rgba(31, 128, 204, 0.6980392157);
}
.career .box-bottom9 {
  flex-grow: 1;
  background-color: rgba(31, 128, 204, 0.8);
}
.career .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5019607843);
}
.career .circle1 {
  top: 44%;
  left: 110px;
}
.career .circle2 {
  top: 44%;
  left: 239px;
}
.career .circle3 {
  top: 44%;
  left: 368px;
}
.career .circle-text {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.career .circle-text .text-top {
  text-align: center;
}
.career .circle-text .text-bottom {
  font-size: 12px;
}
.career .circle-text .text-bottom span {
  font-size: 24px;
  color: #1F80CC;
}

@media screen and (max-width: 768px) {
  .career .section-wrapper {
    max-width: 95vw;
  }
  .career .career-wrapper {
    max-width: 95vw;
  }
}
/* Training */
#recruit-training .section-wrapper {
  width: 75vw;
}
@media screen and (max-width: 768px) {
  #recruit-training .section-wrapper {
    width: 95vw;
  }
}
#recruit-training .training-text {
  text-align: center;
  font-size: clamp(16px, 1.67vw, 24px);
  font-weight: 700;
}
#recruit-training .sp {
  display: none;
}
@media screen and (max-width: 428px) {
  #recruit-training .sp {
    display: block;
  }
}
#recruit-training .underline {
  width: clamp(250px, 38.19vw, 550px);
  height: 5px;
  background-color: #BAD7EE;
  margin: 0 auto;
}
#recruit-training .training-text-sub {
  margin-top: clamp(16px, 3.33vw, 48px);
  margin-bottom: clamp(16px, 5.56vw, 80px);
  text-align: center;
  font-size: clamp(12px, 1.39vw, 24px);
  font-weight: 500;
  line-height: 1.5;
}
#recruit-training .table {
  display: flex;
  margin: 0 auto;
  white-space: nowrap;
  justify-content: center;
  overflow-x: auto;
}
#recruit-training .position {
  width: 92px;
  display: grid;
  grid-template-rows: 1fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 4fr 2fr;
  position: sticky;
  left: 0;
  border-right: 2px solid #FFFFFF;
  z-index: 50;
}
#recruit-training .position-item {
  display: flex;
  width: 90px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #D3D3D3;
}
#recruit-training .position-item:nth-child(even) {
  background-color: #F5F5F5;
}
#recruit-training .position-item0 {
  background-color: #BAD7EE;
}
#recruit-training .position-text {
  font-size: 20px;
  font-weight: 700;
  writing-mode: horizontal-tb;
}

#recruit-training .content {
  width: 995px;
  display: flex;
  overflow-x: auto;
    /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
.content::-webkit-scrollbar{
  display:none;
}

#recruit-training .goal {
  width: 287px;
  display: grid;
  grid-template-rows: 1fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 2fr 4fr 2fr;
}
#recruit-training .goal-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #D3D3D3;

}
#recruit-training .goal-item:nth-child(even) {
  background-color: #F5F5F5;
}
#recruit-training .goal-item0 {
  background-color: #BAD7EE;
}
#recruit-training .goal-text {
  text-align: center;
  font-size: 16px;
}
#recruit-training .goal-text0 {
  font-size: 20px;
  font-weight: 700;
}
#recruit-training .mass {
  max-width: 708px;
  display: flex;
  flex-direction: column;
}
#recruit-training .mass .title-container {
  display: grid;
  grid-template-columns: 272px 163px 272px;
}
#recruit-training .mass .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit-training .mass .title1 {
  background-color: rgba(186, 215, 238, 0.5019607843);
}
#recruit-training .mass .title2 {
  background-color: #BAD7EE;
}
#recruit-training .mass .title3 {
  background-color: rgba(31, 128, 204, 0.5019607843);
}
#recruit-training .mass .text {
  font-size: 20px;
  font-weight: 700;
}
#recruit-training .mass .text span {
  font-size: 12px;
}
#recruit-training .mass .space {
  flex-grow: 1;
  position: relative;
  background-color: rgba(186, 215, 238, 0.1490196078);
}
#recruit-training .mass .dotted {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 98%;
  font-size: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3019607843) 4px, transparent 4px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  left: 1%;
  z-index: 10;
}
#recruit-training .mass .dotted1 {
  top: 64px;
}
#recruit-training .mass .dotted2 {
  top: 128px;
}
#recruit-training .mass .dotted3 {
  top: 190px;
}
#recruit-training .mass .dotted4 {
  top: 254px;
}
#recruit-training .mass .dotted5 {
  top: 320px;
}
#recruit-training .mass .dotted6 {
  top: 384px;
}
#recruit-training .mass .dotted7 {
  top: 448px;
}
#recruit-training .mass .dotted8 {
  top: 512px;
}
#recruit-training .mass .dotted9 {
  top: 640px;
}
#recruit-training .mass .dotted10 {
  transform: rotate(90deg);
  top: 350px;
  left: -74px;
  width: 98%;
}
#recruit-training .mass .space2 {
  display: flex;
  width: 272px;
  height: 100%;
  background-color: rgba(31, 128, 204, 0.3019607843);
  position: absolute;
  right: 0;
  border-radius: 10px;
}
#recruit-training .mass .training-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #BAD7EE;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2509803922);
  z-index: 20;
  position: absolute;
}
#recruit-training .mass .training-item1 {
  width: 172px;
  height: 190px;
  top: 14px;
  left: 50px;
}
#recruit-training .mass .training-item2 {
  width: 172px;
  height: 140px;
  top: 220px;
  left: 50px;
}
#recruit-training .mass .training-item3 {
  width: 140px;
  height: 30px;
  top: 272px;
  left: 283.5px;
}
#recruit-training .mass .training-item4 {
  width: 370px;
  height: 100px;
  top: 372px;
  left: 50px;
}
#recruit-training .mass .training-item5 {
  width: 370px;
  height: 54px;
  top: 484px;
  left: 50px;
}
#recruit-training .mass .training-item6 {
  width: 370px;
  height: 83px;
  top: 550px;
  left: 50px;
}
#recruit-training .mass .training-item7 {
  width: 370px;
  height: 30px;
  top: 656px;
  left: 50px;
}
#recruit-training .mass .training-item-vertical {
  display: flex;
  width: 36px;
  height: 664px;
  justify-content: center;
  align-items: center;
  background-color: #1F80CC;
  position: absolute;
  z-index: 30;
}
#recruit-training .mass .training-item-vertical1 {
  top: 24px;
  left: 18px;
}
#recruit-training .mass .training-item-vertical2 {
  top: 24px;
  left: 68px;
}
#recruit-training .mass .training-item-vertical3 {
  top: 24px;
  left: 118px;
}
#recruit-training .mass .training-item-vertical4 {
  top: 24px;
  left: 168px;
}
#recruit-training .mass .training-item-vertical5 {
  height: 194px;
  top: 24px;
  left: 218px;
}
#recruit-training .mass .training-item-vertical6 {
  height: 154px;
  bottom: 16px;
  left: 218px;
}
#recruit-training .mass .training-item-text {
  font-size: 20px;
  font-weight: 700;
  color: #0045CA;
}
#recruit-training .mass .training-item-text-vertical {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  #recruit-training .section-wrapper {
    max-width: 95vw;
  }
  #recruit-training .table {
    max-width: 95vw;
  }
}
/* Interview*/
#recruit-interview {
  background-color: #1F80CC;
}
#recruit-interview .section-wrapper {
  width: 77.22vw;
  margin: 0 auto;
}
#recruit-interview .section-title {
  text-align: left;
  color: #FFFFFF;
  margin-left: 1.11vw;
}
#recruit-interview .interview-item-container {
  height: 33.68vw;
}
#recruit-interview .interview-item {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  margin: 0 1.11vw;
}
#recruit-interview .interview-img {
  width: 32.78vw;
  height: 33.68vw;
  object-fit: cover;
  position: relative;
}
#recruit-interview .interview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
#recruit-interview .label {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: clamp(4px, 1.11vw, 16px);
  background-color: rgba(255, 255, 255, 0.8980392157);
}
#recruit-interview .label .label-text {
  font-size: clamp(12px, 1.67vw, 24px);
}
#recruit-interview .interview-text-container {
  display: flex;
  width: 44.44vw;
  height: 33.68vw;
  flex-direction: column;
  padding: 32px 16px;
  position: relative;
}
#recruit-interview .interview-text-box {
  width: fit-content;
}
#recruit-interview .line-before {
  width: clamp(32px, 3.47vw, 50px);
  height: clamp(2px, 0.28vw, 4px);
  background-color: #E32628;
}
#recruit-interview .interview-text {
  font-size: clamp(24px, 3.19vw, 48px);
  font-weight: 700;
  line-height: 1.2;
}
#recruit-interview .line-after {
  width: clamp(32px, 3.47vw, 50px);
  height: clamp(2px, 0.28vw, 4px);
  background-color: #E32628;
  margin-left: auto;
}
#recruit-interview .interview-text-sub {
  margin-top: clamp(16px, 1.11vw, 32px);
  font-size: clamp(14px, 1.11vw, 24px);
  line-height: 1.62;
}
#recruit-interview .interview-text-sub span {
  font-weight: 700;
}
#recruit-interview .number {
  position: absolute;
  display: flex;
  right: 1.11vw;
  bottom: 0.63vw;
  font-size: clamp(24px, 2.78vw, 40px);
  color: rgba(0, 0, 0, 0.5019607843);
}
#recruit-interview .tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  #recruit-interview .section-wrapper {
    width: 95vw;
  }
  #recruit-interview .interview-item-container {
  height: 40vw;
}
  #recruit-interview .interview-text-container {
    height: 40vw;
    flex: 1;
  }
    #recruit-interview .interview-img {
    height: 40vw;
  }
}
@media screen and (max-width: 960px) {
  #recruit-interview .interview-item-container {
  height: 35vw;
}
  #recruit-interview .interview-text-container {
    height: 35vw;
    padding: 24px 16px;
  }
  #recruit-interview .interview-img {
  width: 28vw;
  height: 35vw;
  object-fit: cover;
  position: relative;
}
}
@media screen and (max-width: 930px) {
  #recruit-interview .interview-item-container {
  height: 38vw;
}
  #recruit-interview .interview-text-container {
    height: 38vw;
  }
  #recruit-interview .interview-img {
  width: 28vw;
  height: 38vw;
}
}
@media screen and (max-width: 830px) {
  #recruit-interview .interview-item-container {
  height: 45vw;
}
  #recruit-interview .interview-text-container {
    height: 45vw;
  }
  #recruit-interview .interview-img {
  width: 32vw;
  height: 45vw;
}
}

@media screen and (max-width: 780px) {
  #recruit-interview .interview-item-container {
  height: 50vw;
}
  #recruit-interview .interview-text-container {
    height: 50vw;
  }
  #recruit-interview .interview-img {
  width: 35vw;
  height: 50vw;
}
}
@media screen and (max-width: 700px) {
  #recruit-interview .interview-item-container {
  height: 105vw;
}
  #recruit-interview .interview-item {
  flex-direction: column;
  height: 105vw;
}
  #recruit-interview .interview-img {
    width: 100%;
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    width: 100%;
    height: 45vw;
  }
}
@media screen and (max-width: 670px) {
  #recruit-interview .interview-item-container {
  height: 110vw;
}
  #recruit-interview .interview-item {
  height: 110vw;
}
  #recruit-interview .interview-img {
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    height: 50vw;
  }
}
@media screen and (max-width: 620px) {
  #recruit-interview .interview-item-container {
  height: 115vw;
}
  #recruit-interview .interview-item {
  height: 115vw;
}
  #recruit-interview .interview-img {
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    height: 55vw;
  }
}
@media screen and (max-width: 570px) {
  #recruit-interview .interview-item-container {
  height: 118vw;
}
  #recruit-interview .interview-item {
  height: 118vw;
}
  #recruit-interview .interview-img {
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    height: 58vw;
  }
}
@media screen and (max-width: 520px) {
  #recruit-interview .interview-item-container {
  height: 130vw;
}
  #recruit-interview .interview-item {
  height: 130vw;
}
  #recruit-interview .interview-img {
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    height: 70vw;
  }
}
@media screen and (max-width: 500px) {
  #recruit-interview .interview-item-container {
  height: 135vw;
}
  #recruit-interview .interview-item {
  height: 135vw;
}
  #recruit-interview .interview-img {
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    height: 75vw;
  }
}
@media screen and (max-width: 470px) {
  #recruit-interview .interview-item-container {
  height: 140vw;
}
  #recruit-interview .interview-item {
  height: 140vw;
}
  #recruit-interview .interview-img {
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    height: 80vw;
  }
}
@media screen and (max-width: 450px) {
  #recruit-interview .interview-item-container {
  height: 145vw;
}
  #recruit-interview .interview-item {
  height: 145vw;
}
  #recruit-interview .interview-img {
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    height: 85vw;
  }
}
@media screen and (max-width: 428px) {
  #recruit-interview .interview-item-container {
  height: 150vw;
}
  #recruit-interview .interview-item {
  height: 150vw;
}
  #recruit-interview .interview-img {
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    height: 90vw;
    padding: 24px 8px;
  }
}
@media screen and (max-width: 400px) {
  #recruit-interview .interview-item-container {
  height: 155vw;
}
  #recruit-interview .interview-item {
  height: 155vw;
}
  #recruit-interview .interview-img {
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    height: 95vw;

  }
}
@media screen and (max-width: 380px) {
  #recruit-interview .interview-item-container {
  height: 165vw;
}
  #recruit-interview .interview-item {
  height: 165vw;
}
  #recruit-interview .interview-img {
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    height: 105vw;

  }
}

@media screen and (max-width: 360px) {
  #recruit-interview .interview-item-container {
  height: 170vw;
}
  #recruit-interview .interview-item {
  height: 170vw;
}
  #recruit-interview .interview-img {
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    height: 110vw;

  }
}
@media screen and (max-width: 350px) {
  #recruit-interview .interview-item-container {
  height: 180vw;
}
  #recruit-interview .interview-item {
  height: 180vw;
}
  #recruit-interview .interview-img {
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    height: 120vw;

  }
}
@media screen and (max-width: 340px) {
  #recruit-interview .interview-item-container {
  height: 185vw;
}
  #recruit-interview .interview-item {
  height: 185vw;
}
  #recruit-interview .interview-img {
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    height: 125vw;

  }
}
@media screen and (max-width: 335px) {
  #recruit-interview .interview-item-container {
  height: 195vw;
}
  #recruit-interview .interview-item {
  height: 195vw;
}
  #recruit-interview .interview-img {
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    height: 135vw;

  }
}
@media screen and (max-width: 320px) {
  #recruit-interview .interview-item-container {
  height: 200vw;
}
  #recruit-interview .interview-item {
  height: 200vw;
}
  #recruit-interview .interview-img {
    height: 60vw;
  }
    #recruit-interview .interview-text-container {
    height: 140vw;

  }
}
/* 社員インタビュー スライダー矢印 -------------------- */
.interview-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.4);  /* 半透明背景 */
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}

.interview-arrow span {
  line-height: 1;
}

.interview-arrow--prev {
  left: 8px;   /* 左端 */
}

.interview-arrow--next {
  right: 8px;  /* 右端 */
}

.interview-arrow:hover {
  background: rgba(0, 0, 0, 0.7);  /* ホバーで少し濃く */
}

/* スマホでも押しやすいように少し大きく */
@media screen and (max-width: 768px) {
  .interview-arrow {
    width: 56px;
    height: 56px;
    font-size: 26px;
  }
}




/* data */
#recruit-data .section-wrapper {
  width: 75vw;
  margin: 0 auto;
}
#recruit-data .data-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2.22vw;
  row-gap: 2.22vw;
}
#recruit-data .data-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding: 1.67vw 1.11vw;
  border: 30px solid rgba(31, 128, 204, 0.3019607843);
  background-color: #FFFFFF;
  border-radius: 2.08vw;
}
#recruit-data .data-title {
  font-size: clamp(24px, 1.94vw, 32px);
  font-weight: 700;
  color: #0045CA;
  text-align: center;
}
#recruit-data .data-title-box {
  height: 76.79px;
}

#recruit-data .data-title1, #recruit-data .data-title2 {
  margin-bottom: 2.22vw;
}
#recruit-data .data-img {
  width: 12vw;
  height: 12vw;
  margin-bottom: 0.8vw;  /* 画像の下の余白少しだけ */
}
#recruit-data .data-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#recruit-data .data-wrapper {
  display: flex;
  align-items: flex-end;
  margin: 2.22vw 0;
}
#recruit-data .data-wrapper .data {
  font-size: clamp(64px, 10.42vw, 150px);
  font-weight: 700;
  color: #0045CA;
  line-height: 1;
}
#recruit-data .data-wrapper .unit {
  font-size: clamp(24px, 2.78vw, 40px);
  font-weight: 700;
  line-height: 1.2;
}
#recruit-data .data-wrapper1, #recruit-data .data-wrapper2 {
  margin: 0;
}
#recruit-data .text {
  font-size: clamp(12px, 1.39vw, 20px);
  font-weight: 500;
}
#recruit-data .text span {
  font-size: 900;
}

#recruit-data .text7-2 {
  margin: 0;
}
#recruit-data .pie-chart-3 {
  display: flex;
  width: 27.78vw;
  min-width: 200px;
  height: 27.78vw;
  min-height: 200px;
  margin: 0;
  border-radius: 50%;
  background-image: conic-gradient(#3c69c3 54%, #689eca 54% 86%, #3491ef 86% 100%);
  position: relative;
}
#recruit-data .pie-chart-3 .chart-text {
  position: absolute;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.18;
}
#recruit-data .pie-chart-3 .chart-text1 {
  top: 38%;
  right: 5%;
  font-size: clamp(20px, 2.78vw, 56px);
}
#recruit-data .pie-chart-3 .chart-text1 span {
  font-size: clamp(32px, 4.44vw, 80px);
  font-weight: 700;
}
#recruit-data .pie-chart-3 .chart-text2 {
  top: 45%;
  left: 4%;
  font-size: clamp(16px, 2.22vw, 48px);
}
#recruit-data .pie-chart-3 .chart-text2 span {
  font-size: clamp(32px, 4.44vw, 80px);
  font-weight: 700;
}
#recruit-data .pie-chart-3 .chart-text3 {
  top: 8%;
  left: 25%;
  font-size: clamp(12px, 1.67vw, 48px);
}
#recruit-data .pie-chart-3 .chart-text3 span {
  font-size: clamp(30px, 3.06vw, 64px);
  font-weight: 700;
}
#recruit-data .pie-chart-4 {
  margin: auto;
  display: flex;
  width: 27.78vw;
  min-width: 200px;
  height: 27.78vw;
  min-height: 200px;
  margin: 0;
  border-radius: 50%;
  background-image: conic-gradient(#3c69c3 63%, #689eca 63% 100%);
  position: relative;
}
#recruit-data .pie-chart-4 .chart-text {
  position: absolute;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.18;
}
#recruit-data .pie-chart-4 .chart-text1 {
  top: 36%;
  right: 12%;
  font-size: clamp(20px, 2.78vw, 56px);
}
#recruit-data .pie-chart-4 .chart-text1 span {
  font-size: clamp(32px, 4.44vw, 80px);
  font-weight: 700;
}
#recruit-data .pie-chart-4 .chart-text2 {
  top: 22%;
  left: 12%;
  font-size: clamp(16px, 2.22vw, 48px);
}
#recruit-data .pie-chart-4 .chart-text2 span {
  font-size: clamp(32px, 4.44vw, 80px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #recruit-data .section-wrapper {
    width: 95vw;
  }
  #recruit-data .data-item {
    border: 20px solid rgba(31, 128, 204, 0.3019607843);
  }
}
@media screen and (max-width: 560px) {
  #recruit-data .section-wrapper {
    width: 75vw;
  }
  #recruit-data .data-container {
    grid-template-columns: 1fr;
  }
  #recruit-data .data-item {
    border: 8px solid rgba(31, 128, 204, 0.3019607843);
  }
  #recruit-data .data-title-box {
    height: auto;
  }
}


/* benefits */
.benefits {
  position: relative;
}
.benefits .triangle {
  display: flex;
  position: absolute;
  width: 0vw;
  height: 0vw;
  border-top: 0vw solid transparent;
  border-right: 0vw solid #1F80CC4D;
  border-left: 30vw solid transparent;
  border-bottom: 40vw solid #1F80CC4D;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.benefits .section-wrapper {
  width: 75vw;
  margin: 0 auto;
  z-index: 10;
}
.benefits .benefits-container {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  column-gap: 2.22vw;
  row-gap: 3.33vw;
}
.benefits .benefits-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.11vw;
}
.benefits .benefits-title-wrapper {
  display: flex;
  align-items: center;
  gap: 0.56vw;
}
.benefits .benefits-title {
  font-size: clamp(16px, 1.67vw, 24px);
  font-weight: 700;
  color: #1F80CC;
}
.benefits .benefits-line {
  flex: 1;
  height: 1px;
  background-color: #000000;
  opacity: 0; /* 初期状態で非表示 */
  transform: translateX(-10%); /* 左に隠す */
  transition: opacity 0.8s ease-in-out, transform 0.5s ease-in-out; /* アニメーションの設定 */
}
.benefits .benefits-line .visible {
  opacity: 1;
  transform: translateX(0);
}



.target {
  flex: 1;
  height: 1px;
  background-color: #000000;
}

.benefits .benefits-text {
  font-size: clamp(12px, 1.11vw, 20px);
  line-height: 1.62;
}
.benefits .sp {
  display: block;
}
@media screen and (max-width: 768px) {
  .benefits .section-wrapper {
    width: 95vw;
  }
}
@media screen and (max-width: 600px) {
  .benefits .section-wrapper {
    width: 95vw;
  }
  .benefits .benefits-container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 428px) {
  .benefits .sp {
    display: none;
  }
}
/* requirements */
#requirements .section-wrapper {
  display: flex;
  flex-direction: column;
  width: 66.67vw;
  margin: 0 auto;
}
#requirements .table {
  display: flex;
  flex-direction: column;
}
#requirements .background {
  width: 66.67vw;
  padding: 1.11vw 2.22vw 3.33vw;
  background-color: #D2E6F5;
}

#requirements .table-1, #requirements .table-2 {
  display: flex;
  width: 100%;
  margin: 0 auto;
  gap: 0;
  overflow: auto;
  justify-content: center;
}
#requirements .item-container {
  display: grid;
  grid-template-rows: 1fr 1fr 5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 4px;
  width: 100px;
  position: sticky;
  left: 0;
}
#requirements .item-container2 {
  display: grid;
  grid-template-rows: repeat(12, 1fr);
  gap: 4px;
  width: 100px;
  position: sticky;
  left: 0;
}
#requirements .item {
  display: flex;
  align-items: center;
  width: 100px;
  padding: 4px 8px;
  background-color: #F5F5F5;
  position: sticky;
}
#requirements .item-text {
  font-size: clamp(14px, 1.39vw, 20px);
  font-weight: 700;
  
}
#requirements .content-container {
  display: grid;
  grid-template-rows: 1fr 1fr 5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 4px;
  width: 832px;
  overflow: auto;
    /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
.content::-webkit-scrollbar{
  display:none;
}
#requirements .content-container2 {
  grid-template-rows: repeat(12, 1fr);
}
#requirements .content {
  display: flex;
  align-items: center;
  width: 832px;
  padding: 0.97vw;
  background-color: #FDFDFD;
  overflow: auto;
    /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
.content::-webkit-scrollbar{
  display:none;
}


#requirements .content3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: flex-start;
  gap: clamp(4px, 0.42vw, 6px);
}
#requirements .content-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#requirements .content-inner .title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F5F5;
  padding: 0.56vw;
}
#requirements .content-inner .title-box .title {
  font-size: clamp(16px, 1.39vw, 20px);
  font-weight: 500;
  white-space: nowrap;
}
#requirements .content-inner .text-box {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0.42vw;
  gap: 0.97vw;
}
#requirements .content-inner .text-box2 {
  padding-left: 0;
}
#requirements .content-text {
  font-size: clamp(14px, 1.11vw, 20px);
  font-weight: 500;
}
#requirements .entry-btn {
  margin: 32px auto 48px;
  padding: 8px 48px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E32628;
}
#requirements .entry-text {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}
#requirements .section-title2 {
  font-size: clamp(32px, 3.33vw, 48px);
  font-weight: 700;
  text-align: center;
  color: #1F80CC;
  margin-bottom: 4.44vw;
}
#requirements .section-title2 span {
  font-size: clamp(16px, 1.67vw, 24px);
}
@media screen and (max-width: 428px) {
  #requirements .section-title2 {
    line-height: 1;
  }
}
#requirements .flow {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#requirements .flow-item {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 1.39vw;
  background-color: #0045CA;
}
@media screen and (max-width: 428px) {
  #requirements .flow-item {
    flex-direction: column;
  }
}
#requirements .flow-text {
  font-size: clamp(18px, 1.39vw, 24px);
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}
#requirements .flow-text span {
  font-size: 14px;
}
#requirements .flow-text1 {
  border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
}
#requirements .triangle {
  margin: 0 auto;
  height: 26.5px;
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: rgba(31, 128, 204, 0.8);
}
#requirements .entry-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  margin-top: 4.44vw;
}
#requirements .entry-form-title {
  font-size: clamp(24px, 3.33vw, 48px);
  font-weight: 700;
  color: #323232;
  text-align: center;
  margin-top: 4.44vw;
  margin-bottom: 16px;
}
#requirements .entry-form-text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 4.44vw;
}
#requirements .form-container {
  display: flex;
  flex-direction: column;
  padding: 16px 2.22vw;
  gap: 16px;
}
#requirements .form-category {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 4px solid #B299FF;
  margin: 2.22vw 0 1.11vw;
}
#requirements .form-category .category-text {
  font-size: clamp(16px, 2.22vw, 32px);
  font-weight: 700;
  color: #323232;
}
#requirements .form-container label {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin-bottom: 16px;
}
#requirements select {
  border: 1px solid #000000;
  border-radius: 3px;
}
#requirements .wpcf7-validates-as-tel {
  border: 1px solid #000000;
  border-radius: 3px;
}
#requirements textarea {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  resize: none;
  border-radius: 3px;
}
#requirements .consent .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: inline-block;
}
#requirements input {
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
#requirements .wpcf7-file {
  border: none;
  margin-bottom: 16px;
}
#requirements .btn {
  display: flex;
  margin: 2.22vw auto 4.44vw;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 24px;
  color: #FFFFFF;
  background-color: #0045CA;
  border-radius: 10px;
  border: none;
}
#requirements .required::after {
  content: "*";
  color: #cc0000;
  font-size: 16px;
}
#requirements br {
  display: none;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  background-color: #fff;
  width: 66.67vw;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #requirements .section-wrapper {
    width: 95vw;
  }
  #requirements .background {
    width: 95vw;
  }
  .tabs {
    width: 95vw;
  }
}

/*タブのスタイル*/
.tab_item {
  width: 11.11vw;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 50px;
  background-color: #BAD7EE;
  line-height: 2.5;
  font-size: 20px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #0045CA;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #requirements .section-wrapper {
    width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  #requirements .section-wrapper {
    width: 95vw;
  }
}
/* FAQ */
.FAQ .section-wrapper {
  display: flex;
  flex-direction: column;
  width: 51.39vw;
  margin: 0 auto;
}
.FAQ .FAQ-container {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.22vw, 32px);
}
.FAQ .question-box {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2.22vw 16px;
  background-color: rgba(31, 128, 204, 0.8);
  position: relative;
  cursor: pointer;
}
.FAQ .question {
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}
.FAQ .plus {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  right: clamp(16px, 2.22vw, 32px);
}
.FAQ .answer-box {
  display: none;
  padding: clamp(16px, 2.22vw, 32px);
  background-color: #F5F5F5;
  gap: clamp(8px, 1.11vw, 16px);
  transition: max-height 0.6s ease, opacity 0.6s ease;
}
.FAQ .answer-text {
  font-size: clamp(14px, 1.39vw, 24px);
  line-height: 1.5;
  color: #000000;
  margin-bottom: 8px;
}
.FAQ .answer-text span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .FAQ .section-wrapper {
    width: 95vw;
  }
}
/* ending */
.ending {
  background-image: linear-gradient(rgba(31, 128, 204, 0.8)), url('https://www.ariake-e.co.jp/wp/wp-content/uploads/2025/11/first-view1.jpg');
  background-position: right -136vw;
}
.ending .section-wrapper {
  width: 98vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6.67vw 0;
  gap: 2.22vw;
}
.ending .ending-text {
  font-size: clamp(16px, 2.78vw, 48px);
  color: #FFFFFF;
}
.ending .ending-container {
  display: flex;
  width: 50vw;
  justify-content: space-between;
}
.ending .ending-item .text {
  font-size: clamp(32px, 6.67vw, 108px);
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-grow: 1;
}
@media screen and (max-width: 425px) {
  .ending .ending-container {
    width: 66vw;
  }
}
/* footer */
.footer-2 {
  background-color: #1F80CC;
}
.footer-2 .footer-inner {
  flex-grow: 1;
  width: 75vw;
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
}
.footer-2 .footer-inner-left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.footer-2 .footer-logo {
  width: 19.03vw;
  height: auto;
  margin-bottom: 24px;
}

.footer-2 .footer-logo img {
  width: 100%;
  height: 100%;
}
.footer-2 .address {
  font-size: clamp(12px, 1.39vw, 20px);
  color: #FFFFFF;
  text-align: left;
}
.footer-2 .footer-nav {
  display: flex;
  flex-grow: 1;
}
.footer-2 .footer-nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2.22vw;
  row-gap: 1.67vw;
}
.footer-2 .footer-nav-item {
  color: #FFFFFF;
  text-align: left;
  font-size: clamp(16px, 2.22vw, 24px);
}
.footer-2 .footer-nav-item span {
  font-size: clamp(10px, 1.11vw, 16px);
}

@media screen and (max-width: 768px) {
  .footer-2 .footer-logo {
    width: 300px;
    justify-content: center;
  }
  .footer-2 .footer-inner {
    width: 95vw;
  }
}
@media screen and (max-width: 600px) {
  .footer-2 .footer-inner {
    flex-direction: column;
    width: 100vw;
    padding: 7.78vw 16px;
    gap: 16px;
  }
  .footer-2 .footer-inner-left {
    justify-content: center;
    align-items: center;
  }
  .footer-2 .footer-logo {
    width: 70vw;
  }
  .footer-2 .footer-nav-list {
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* ==========================
   事業実績ポップアップ
   ========================== */
.result-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}

.result-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.result-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.result-modal__content {
  position: relative;
  background: #fff;
  max-width: 800px;
  width: 90%;
  max-height: 80vh;
  padding: 24px 24px 32px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  z-index: 1;
}

.result-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.result-modal__close:hover {
  background: rgba(0, 0, 0, 0.7);
}

.result-modal__image {
  margin-bottom: 16px;
}

.result-modal__image img {
  width: 100%;
  height: auto;
  display: block;
}

.result-modal__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.result-modal__detail dt {
  font-weight: 700;
  margin-top: 8px;
}

.result-modal__detail dd {
  margin: 0 0 4px;
}

@media (max-width: 768px) {
  .result-modal__content {
    padding: 20px 16px 24px;
  }

  .result-modal__title {
    font-size: 1.1rem;
  }
}
.result-modal__body h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 8px 0 12px;
}

.result-modal__body h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 12px 0 6px;
}

.result-modal__body p {
  line-height: 1.6;
  margin: 0 0 8px;
}


}/*# sourceMappingURL=recruit.css.map */