@charset "UTF-8";
/* フォントの指定
--------------------------------------------- */
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  display: swap;
}
.ttl_fv {
  font-family: "Montserrat", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "YuGothic", "Arial", "Yu Gothic", "Meiryo";
  font-weight: 600;
}

.ttl_size_l {
  font-size: 4.375rem;
  font-size: clamp(4.375rem, 0rem + 5vw, 5rem);
  font-family: "Montserrat", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "YuGothic", "Arial", "Yu Gothic", "Meiryo";
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 0.25em;
}

.ttl_size_s {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.00001875rem + 1.42855vw, 1.42856875rem);
}

.ttl_size_m {
  font-size: 2rem;
  font-size: clamp(2rem, 0.0000125rem + 2.2857vw, 2.2857125rem);
}

@media screen and (max-width: 1400px) {
  .ttl_size_l {
    font-size: 2.5rem;
    font-size: clamp(2.5rem, 1.75rem + 3vw, 4.375rem);
  }
  .ttl_size_m {
    font-size: 1.625rem;
    font-size: clamp(1.625rem, 1.475rem + 0.6vw, 2rem);
  }
}
/* レイアウト
--------------------------------------------- */
.ly_900 {
  max-width: 56.25rem;
  max-width: clamp(56.25rem, 34.375rem + 25vw, 59.375rem);
  margin-left: auto;
  margin-right: auto;
}

/* ナビゲーション
--------------------------------------------- */
.nav_recruit {
  position: fixed;
  top: calc(clamp(4.375rem, 3.6890243902rem + 2.9268292683vw, 6.25rem) + 80px);
  right: 4.5%;
  text-align: right;
  width: 150px;
  z-index: 5;
  mix-blend-mode: multiply;
}

.list_recruit {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.01875rem + 1.05vw, 1.06875rem);
}

.list_recruit li {
  margin-bottom: 0.8em;
}

.list_recruit a {
  color: #025593;
}

@media screen and (max-width: 1000px) {
  .nav_recruit {
    display: none;
  }
}
/* FV
--------------------------------------------- */
.sec_fv {
  min-height: 100vh;
  color: #025593;
  position: relative;
  padding-top: clamp(9.85153125rem, -0.6234875rem + 11.97145vw, 11.3479625rem);
  padding-bottom: clamp(6.23514375rem, 0.9976125rem + 5.98575vw, 6.9833625rem);
}

.wrap_fv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ttlbox_fv {
  width: 49%;
  display: grid;
  place-content: center right;
  padding-right: 5%;
  padding-bottom: 8vw;
  text-align: right;
  position: relative;
  z-index: 2;
}

.ttl_fv {
  padding-right: 0.2em;
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  font-size: 4.56111875rem;
  font-size: clamp(4.56111875rem, -0.0000375rem + 5.21275vw, 5.2127125rem);
}

.copy_fv {
  font-size: 2.10684375rem;
  font-size: clamp(2.10684375rem, -0.000025rem + 2.40785vw, 2.407825rem);
}

.imgbox_fv {
  width: 51%;
}

.sec_fv::before {
  content: "";
  background-image: url(../img/cmn/bg_grd.webp);
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  /* マスク画像の設定 */
  -webkit-mask-image: url(../img/recruit/mask_recruit_circle.png);
  mask-image: url(../img/recruit/mask_recruit_circle.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  animation: maskZoom 5s infinite ease-in-out alternate;
}

.sec_fv::after {
  content: "";
  background-image: url(../img/recruit/bg_recruit_ring.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  animation: maskZoom2 5s infinite ease-in-out alternate;
}

@keyframes maskZoom {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.08) translate(-10px, -10px);
  }
  100% {
    transform: scale(1.05) translate(10px, 10px);
  }
}
@keyframes maskZoom2 {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(1) translate(-5px, -5px);
  }
  50% {
    transform: scale(1) translate(5px, 0px);
  }
  75% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1) translate(-5px, -5px);
  }
}
.pic_fv_main {
  overflow: hidden;
  border-radius: 50px;
  width: clamp(29.6867125rem, -0.000025rem + 33.9277vw, 33.927675rem);
  height: clamp(38.2339875rem, -0.0000125rem + 43.696vw, 43.6959875rem);
  position: relative;
  z-index: 1;
}

.pic_circle {
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 1;
}

.pic_circle01 {
  width: 9.72145625rem;
  width: clamp(9.72145625rem, -0.0000125rem + 11.11025vw, 11.1102375rem);
  top: 8.68495rem;
  top: clamp(8.68495rem, -0.35401875rem + 10.33025vw, 9.97623125rem);
  left: calc(50% - clamp(38.0625rem, -1.60400625rem + 45.33315vw, 43.72914375rem));
}

.pic_circle02 {
  width: 14.77005625rem;
  width: clamp(14.77005625rem, -0.00003125rem + 16.8801vw, 16.88006875rem);
  bottom: clamp(7.85628125rem, -0.8729375rem + 9.97625vw, 9.1033125rem);
  left: calc(50% - clamp(34.29329375rem, -0.6235375rem + 39.90495vw, 39.2814125rem));
}

@media screen and (max-width: 1400px) {
  .ttl_fv {
    font-size: 3.4458125rem;
    font-size: clamp(3.4458125rem, 2.99969rem + 1.78449vw, 4.56111875rem);
  }
  .copy_fv {
    font-size: 1.5916875rem;
    font-size: clamp(1.5916875rem, 1.385625rem + 0.82425vw, 2.10684375rem);
  }
}
@media screen and (max-width: 1400px) {
  .pic_circle01 {
    left: 5%;
  }
  .pic_circle02 {
    left: 6%;
  }
}
@media screen and (max-width: 950px) {
  .pic_fv_main {
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .pic_fv_main img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 100%;
  }
}
@media screen and (max-width: 800px) {
  .wrap_fv {
    display: block;
  }
  .sec_fv::before {
    -webkit-mask-image: url(../img/recruit/mask_recruit_circle_sp.png);
    mask-image: url(../img/recruit/mask_recruit_circle_sp.png);
  }
  .sec_fv::after {
    content: "";
    background-image: url(../img/recruit/bg_recruit_ring_sp.png);
  }
  .ttlbox_fv {
    width: 85%;
    display: block;
    padding-right: 0;
    padding-bottom: 0;
    text-align: left;
    margin: 0 auto;
  }
  .ttl_fv {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .imgbox_fv {
    width: 100%;
    padding-left: 15%;
    margin-top: -30px;
  }
  .pic_circle01 {
    top: 230px;
    left: auto;
    right: 4%;
    width: 30%;
  }
  .pic_circle02 {
    bottom: 50px;
    left: 4%;
    width: 35%;
  }
}
/* about
--------------------------------------------- */
.sec_about {
  min-height: 100vh;
  min-height: 55vw;
  position: relative;
  color: #025593;
  overflow: hidden;
}

.sec_about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/cmn/bg_grd.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.wrap_about {
  height: 100%;
}

.txtbox_about {
  color: #fff;
  position: relative;
}

.pic_staff {
  opacity: 0;
  position: absolute;
}

.staff_in.staff01 {
  animation: 1500ms 400ms forwards cubic-bezier(0, 1, 0, 1) staff01;
}

.staff_in.staff04 {
  animation: 1500ms 500ms forwards cubic-bezier(0, 1, 0, 1) staff03;
}

.staff_in.staff03 {
  animation: 1500ms 600ms forwards cubic-bezier(0, 1, 0, 1) staff03;
}

.staff_in.staff02 {
  animation: 1500ms 700ms forwards cubic-bezier(0, 1, 0, 1) staff02;
}

@keyframes staff01 {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(1%);
  }
}
@keyframes staff02 {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(1%);
  }
}
@keyframes staff03 {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(1%);
  }
}
@keyframes staff04 {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.staff01 {
  transform: translateX(200px);
  bottom: -80px;
  right: -10vw;
  width: 75%;
  z-index: 3;
}

.staff02 {
  transform: translateY(200px);
  bottom: -80px;
  left: 8vw;
  width: 40%;
  z-index: 2;
}

.staff03 {
  transform: translateY(-200px);
  bottom: 10vw;
  left: 3vw;
  width: 55%;
  z-index: 1;
}

.staff04 {
  transform: translateX(-200px);
  bottom: 20vw;
  left: 5vw;
  width: 28%;
}

/* 流れ文字*/
/* 123_140 */
.size_123_140 {
  font-size: 7.6875rem;
  font-size: clamp(7.6875rem, 0.25rem + 8.5vw, 8.75rem);
}

@media screen and (max-width: 1400px) {
  /* 123_140_57 */
  .size_123_140 {
    font-size: 3.5625rem;
    font-size: clamp(3.5625rem, 2.0533536585rem + 6.4390243902vw, 7.6875rem);
  }
}
.txt_nagare .txt:last-child {
  animation: 100s loop 0s linear infinite;
}

.txt_nagare .txt:first-child {
  animation: 100s loop 0s linear infinite;
}

.txt_nagare .txt {
  flex: 0 0 auto;
  padding: 0 30px;
  color: #fff;
  white-space: nowrap;
  line-height: 1.2;
  font-family: "Montserrat", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "YuGothic", "Arial", "Yu Gothic", "Meiryo";
}

.txt_nagare {
  display: flex;
  padding: 20px 0;
}

@keyframes loop {
  100% {
    transform: translate(-100%);
  }
}
/* 採用メッセージ
--------------------------------------------- */
.sec_message {
  position: relative;
  text-align: left;
  color: #025593;
  padding-top: clamp(11.25rem, -1.875rem + 15vw, 13.125rem);
  padding-bottom: 100px;
}

.wrap_message {
  width: 90%;
  padding-top: 80px;
}

.ttlbox_message {
  margin-bottom: 50px;
}

.ttlbox_message, .txtbox_message {
  max-width: 38.75rem;
  max-width: clamp(38.75rem, -0.625rem + 45vw, 44.375rem);
}

.txtbox_message {
  line-height: 2;
}

.txtbox_message p {
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .sec_message {
    padding-top: 80px;
  }
}
/* ギャラリー
--------------------------------------------- */
.sec_gallery {
  padding-top: 80px;
  padding-bottom: 130px;
  position: relative;
}

.wrap_gallery {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

.pic_gallery {
  overflow: hidden;
  border-radius: 50px;
}

.pic_gallery .simpleParallax, .pic_gallery picture {
  height: 100%;
}

.pic_gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.pic_gallery01 {
  width: clamp(231.9732px, 231.9732px + 309.8728 * (100vw - 400px) / 1200, 541.846px);
  height: clamp(131.3456px, 131.3456px + 175.4531 * (100vw - 400px) / 1200, 306.7987px);
}

.pic_gallery02 {
  width: clamp(283.1056px, 283.1056px + 378.1754 * (100vw - 400px) / 1200, 661.281px);
  height: clamp(283.1056px, 283.1056px + 159.269 * (100vw - 400px) / 1200, 442.3746px);
}

.pic_gallery03 {
  width: clamp(312.56px, 312.56px + 417.5216 * (100vw - 400px) / 1200, 730.0816px);
  height: clamp(173.7567px, 173.7567px + 232.1065 * (100vw - 400px) / 1200, 405.8632px);
}

.pic_gallery04 {
  width: clamp(313.458px, 313.458px + 418.7213 * (100vw - 400px) / 1200, 732.1793px);
  height: clamp(316.04px, 316.04px + 422.1704 * (100vw - 400px) / 1200, 738.2104px);
}

.wrap_gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
}

.pic_gallery {
  width: 100%;
  height: auto;
  display: block;
}

/* A1 */
.pic_gallery01 {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 75%;
  margin-left: auto;
  margin-top: -20%;
  margin-right: -20%;
  z-index: 1;
}

/* A2：右側2行結合 */
.pic_gallery04 {
  grid-column: 2/3;
  grid-row: 1/3;
}

/* B1 */
.pic_gallery02 {
  grid-column: 1/2;
  grid-row: 2/3;
  width: 93%;
  height: 85%;
  margin-top: auto;
}

/* C：最下段を横2列結合 */
.pic_gallery03 {
  grid-column: 1/3;
  grid-row: 3/4;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5%;
}

@media screen and (max-width: 900px) {
  .pic_gallery {
    border-radius: 25px;
  }
}
@media screen and (max-width: 640px) {
  .sec_message {
    padding-bottom: 30px;
  }
  .sec_gallery {
    padding-top: 20px;
  }
  .pic_gallery {
    overflow: hidden;
    border-radius: 15px;
  }
}
/* 業務内容
--------------------------------------------- */
.bgbox_grd {
  position: relative;
  overflow: hidden;
  /*border-radius: 50px;*/
}

.bgbox_grd::before {
  content: "";
  background-image: url(../img/cmn/bg_grd.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.sec_business {
  display: flex;
  position: relative;
  color: #fff;
  overflow: hidden;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  text-align: left;
}

.wrap_business {
  padding-top: clamp(10.625rem, 0.125rem + 12vw, 12.125rem);
  width: 85%;
  padding-bottom: 130px;
}

.ttlbox_business {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.pic_business {
  overflow: hidden;
  /*border-top-right-radius: 50px;*/
  border-bottom-left-radius: 50px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 38%;
}

.pic_business img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-width: 100%;
  min-height: 100%;
}

.txtbox_business {
  width: clamp(30.29594375rem, 0.00003125rem + 34.6239vw, 34.62393125rem);
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  .txtbox_business {
    width: 58%;
  }
}
@media screen and (max-width: 800px) {
  .txtbox_business {
    width: 100%;
  }
  .pic_business {
    border-radius: 0px;
    position: relative;
    height: auto;
    width: 100%;
  }
  .pic_business img {
    border-radius: 20px;
  }
  .txtbox_business {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .wrap_business {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
/* 動画で分かるアジア建設工業の仕事
--------------------------------------------- */
.sec_movie {
  position: relative;
  padding-top: 120px;
  padding-bottom: 130px;
}

.wrap_movie {
  width: 90%;
  margin: 0 auto;
}

.video_quality {
  max-width: 730px;
  width: 74.56%;
}

.ttl_movie {
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .video_quality {
    width: 100%;
  }
}
/* 
--------------------------------------------- */
.sec_flow {
  color: #025593;
  text-align: left;
}

/* ドットのボタンを数字スタイルに */
.slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  margin: 0 6px;
}

.slick-dots button {
  border: none;
  background: none;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  padding: 5px 10px;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.slick-dots .slick-active button {
  opacity: 1;
  color: #007bff; /* お好きな色に変更してください */
  cursor: default;
}

/* 先輩インタビュー
--------------------------------------------- */
.sec_interview {
  position: relative;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: left;
}

.sec_interview::before {
  content: "";
  /*background-image: url(../img/cmn/bg_grd.webp);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.wrap_interview {
  position: relative;
  width: 85%;
}

.interviewbox {
  counter-reset: interview-counter; /* カウンター名は任意 */
}

.art_interview {
  color: #29ABE2;
  background-color: #fff;
  border-radius: 50px;
  padding: 70px 9% 50px 9%;
  position: relative;
  counter-increment: interview-counter;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "YuGothic", "Arial", "Yu Gothic", "Meiryo";
  margin-bottom: 30px;
}

.art_interview::before {
  content: counter(interview-counter, decimal-leading-zero);
  font-family: "Montserrat", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "YuGothic", "Arial", "Yu Gothic", "Meiryo";
  position: absolute;
  right: 3%;
  top: -40px;
  font-size: 12.75rem;
  font-size: clamp(12.75rem, -0.375rem + 15vw, 14.625rem);
  font-weight: bold;
  opacity: 0.1;
}

.art_interview:nth-child(even)::before {
  right: auto;
  left: 3%;
}

.ttl_question {
  margin-bottom: 20px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.art_interview:nth-child(even) .ttl_question {
  width: clamp(30.29594375rem, 0.00003125rem + 34.6239vw, 34.62393125rem);
  margin-left: auto;
}

.txtbox_interview {
  line-height: 2;
}

.art_interview:has(.pic_interview) .txtbox_interview {
  width: clamp(30.29594375rem, 0.00003125rem + 34.6239vw, 34.62393125rem);
  position: relative;
  z-index: 1;
}

.art_interview:nth-child(even) .txtbox_interview {
  margin-left: auto;
}

.txt_interview {
  text-align: justify;
}

.txt_interview p {
  margin-bottom: 1em;
}

.al_right {
  text-align: right;
}

.pic_interview {
  position: absolute;
  width: 35%;
  height: 100%;
  display: flex;
  align-items: end;
  right: 0;
  bottom: 0;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}

.art_interview:nth-child(even) .pic_interview {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 50px;
  right: inherit;
  left: 0;
}

@media screen and (max-width: 1000px) {
  .art_interview:nth-child(even) .ttl_question {
    width: 70%;
  }
  .art_interview:has(.pic_interview) .txtbox_interview {
    width: 70%;
  }
}
@media screen and (max-width: 800px) {
  .art_interview:nth-child(even) .ttl_question {
    width: 100%;
  }
  .art_interview:has(.pic_interview) .txtbox_interview {
    width: 100%;
  }
  .pic_interview {
    position: static;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    height: auto;
    justify-content: center;
    border-bottom-right-radius: 0px;
  }
  .art_interview:nth-child(even) .pic_interview {
    border-bottom-left-radius: 0px;
  }
  .art_interview {
    border-radius: 20px;
  }
  .art_interview:has(.pic_interview) {
    padding: 70px 9% 0px 9%;
  }
}
/* 写真
--------------------------------------------- */
/* 募集要項
--------------------------------------------- */
.sec_youko {
  padding-top: clamp(10rem, 1.25rem + 10vw, 11.25rem);
  padding-bottom: 100px;
}

.wrap_youko {
  color: #025593;
  width: 85%;
}

.txtbox_youko {
  text-align: left;
  margin-bottom: 50px;
}

.tab_nav {
  display: flex;
  gap: 10px;
}

.tab_btn {
  max-width: 320px;
  width: 30%;
  font-size: clamp(18px, 18px + 4.8 * (100vw - 400px) / 1400, 22.8px);
  padding: 1.55em 20px 1.44em 20px;
  border-radius: 50px 50px 0 0;
  border: none;
  cursor: pointer;
  color: #fff;
  background-image: url(../img/cmn/bg_grd_sp.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #025593;
}

.tab_btn.is-active {
  background: #fff;
  color: #025593;
  border-left: 1px solid #025593;
  border-right: 1px solid #025593;
  border-top: 1px solid #025593;
  border-bottom: none;
}

.tab_contents {
  border: 1px solid #025593;
  margin-top: -1px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 50px 5%;
}

.tab_content {
  display: none;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "YuGothic", "Arial", "Yu Gothic", "Meiryo";
}

.tab_content.is-active {
  display: block;
}

.dl_youko {
  margin-top: 10px;
}

.dl_row {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
  padding: 1em 2%;
}

.dl_row:last-child {
  border-bottom: none;
}

.dl_row dt {
  width: 150px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8875rem + 0.2vw, 1.0625rem);
  font-weight: 500;
}

.dl_row dd {
  flex: 1;
  width: calc(100% - 150px);
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.85rem + 0.1vw, 0.9375rem);
  padding-left: 20px;
}

.ttl_syokusyu {
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
}

.recruit_item {
  margin-bottom: 80px;
}

.recruit_item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .tab_btn {
    border-radius: 20px 20px 0 0;
    padding: 1.55em 10px 1.44em 10px;
  }
  .tab_contents {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .dl_row dt {
    width: 100%;
    margin-bottom: 8px;
    font-weight: bold;
  }
  .dl_row dd {
    width: 100%;
    padding-left: 0px;
  }
}
/* エントリー
--------------------------------------------- */
.sec_entry {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.txtbox_entry {
  margin-bottom: 40px;
}

.entry_tel {
  font-size: 3.485rem;
  font-size: clamp(3.485rem, -0.00043125rem + 3.98335vw, 3.98291875rem);
  font-family: "Montserrat", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "YuGothic", "Arial", "Yu Gothic", "Meiryo";
  letter-spacing: 0.05em;
}

.txt_entry {
  margin-bottom: 30px;
}

.btn_entry {
  max-width: clamp(27.68404375rem, 0.00000625rem + 31.6389vw, 31.63890625rem);
  width: 90%;
  border-radius: 80px;
  overflow: hidden;
  background-image: url(../img/cmn/bg_grd_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  cursor: pointer;
}

.btn_entry a {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  display: block;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.entry_contact {
  font-size: 2rem;
  font-size: clamp(2rem, 0.0000125rem + 2.2857vw, 2.2857125rem);
  display: block;
  font-family: "Montserrat", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "YuGothic", "Arial", "Yu Gothic", "Meiryo";
}

.entry_contact_ja {
  display: block;
}

@media screen and (max-width: 1400px) {
  .entry_tel {
    font-size: 1.875rem;
    font-size: clamp(1.875rem, 1.25rem + 2.5vw, 3.4375rem);
  }
}
/* 関連バナー
--------------------------------------------- */
.sec_bnr {
  position: relative;
  z-index: 1;
}

.wrap_bnr {
  display: flex;
}

.link_bnr {
  width: 50%;
  height: 37vw;
  min-height: 500px;
  height: clamp(480px, 37vw, 550px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}

.pic_bnr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.link_bnr::before {
  content: "";
  background-color: #000;
  position: absolute;
  opacity: 0.4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.25s;
}

.link_bnr:hover::before {
  opacity: 0;
  transition: 0.25s;
}

.link_bnr:hover img {
  transform: scale(1.1);
  transition: 0.25s;
}

.txt_bnr {
  position: relative;
  color: #fff;
  font-family: "Montserrat", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "YuGothic", "Arial", "Yu Gothic", "Meiryo";
  letter-spacing: 0.05em;
}

.pic_bnr img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transition: 0.25s;
}

.ttl_bnr {
  display: block;
  font-size: 4.375rem;
  font-size: clamp(4.375rem, 0rem + 5vw, 5rem);
}

.ttl_s_bnr {
  display: block;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7083333333rem + 0.6666666667vw, 1.375rem);
}

@media screen and (max-width: 1400px) {
  .ttl_bnr {
    font-size: 1.875rem;
    font-size: clamp(1.875rem, 0.875rem + 4vw, 4.375rem);
  }
}
@media screen and (max-width: 900px) {
  .sec_bnr {
    padding-bottom: 80px;
  }
}
.wrap_site-info {
  position: relative;
  z-index: 1;
  background-color: #025593;
}

.site-footer {
  background-color: #fff;
}