/*==================================================
 COMMON CSS
==================================================*/
.line01 {
  border-bottom: 0.1rem solid #d2d1d1;
}

.h2_01 {
  font-size: 1.4em;
  font-weight: bold;
}

.h3_01 {
  font-size: 1.2em;
  font-weight: bold;
}

.section_head {
  margin-bottom: 2rem;
  color: #00a4e3;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 180%;
}

.section01_wrap {
  width: 100rem;
  margin: 0rem auto;
  overflow: hidden;
  zoom: 1;
}

.section02 {
  background: #f6f6f6;
}

.section02_wrap {
  width: 100rem;
  margin: 0rem auto;
  overflow: hidden;
  zoom: 1;
}

.section03 {
  background: #e8eef1;
}

.section03_wrap {
  width: 100rem;
  margin: 0rem auto;
  overflow: hidden;
  zoom: 1;
}

.box01_wrap {
  padding: 4rem;
  overflow: hidden;
  zoom: 1;
  background: #f2fafe;
}

.box02_wrap {
  padding: 4rem;
  overflow: hidden;
  zoom: 1;
  background: #fef6f6;
}

.box03_wrap {
  padding: 4rem;
  overflow: hidden;
  zoom: 1;
  background: #f6f6f6;
}

.box04_wrap {
  padding: 2rem;
  overflow: hidden;
  zoom: 1;
  background: #ededed;
}

.entry01 {
  overflow: hidden;
  zoom: 1;
}

.entry01 .side {
  float: left;
  width: 27.5rem;
}

.entry01 .page {
  margin: 0rem 0 0 27.5rem;
}

.entry02 {
  overflow: hidden;
  zoom: 1;
}

.entry02 .side {
  float: right;
  width: 38rem;
}

.entry02 .page {
  margin: 0rem 39rem 0 0;
}

.entry03 {
  overflow: hidden;
  zoom: 1;
}

.entry03 .side {
  float: left;
  width: 31rem;
}

.entry03 .page {
  margin: 0rem 0 0 33rem;
}

.entry04 {
  overflow: hidden;
  zoom: 1;
}

.entry04 .side {
  float: left;
  width: 45rem;
}

.entry04 .page {
  margin: 0rem 0 0 46rem;
}

.entry05 {
  overflow: hidden;
  zoom: 1;
}

.entry05 .side {
  float: left;
  width: 34rem;
}

.entry05 .page {
  margin: 0rem 0 0 36rem;
}

.entry06 {
  overflow: hidden;
  zoom: 1;
}

.entry06 .side {
  float: left;
  width: 36.5rem;
}

.entry06 .page {
  margin: 0rem 0 0 39rem;
}

.entry07 {
  overflow: hidden;
  zoom: 1;
}

.entry07 .side {
  float: left;
  width: 38rem;
}

.entry07 .page {
  margin: 0rem 0 0 39rem;
}

.table01 table {
  width: 100%;
}

.table01 table th,
.table01 table td {
  border-top: 0.1rem solid #bfbfbf;
  border-bottom: 0.1rem solid #bfbfbf;
}

.table01 table th {
  padding: 1.5rem 1rem;
  background: #f2fafe;
}

.table01 table td {
  padding: 1.5rem 1rem 1.5rem 3rem;
  background: #ffffff;
}

.table02 table {
  width: 100%;
}

.table02 table th,
.table02 table td {
  padding: 1.5rem 2.5rem 1.5rem 0;
  border-top: 0.1rem solid #bfbfbf;
}

.table03 table {
  width: 100%;
}

.table03 table th,
.table03 table td {
  padding: 1.5rem 2rem 1.5rem 0;
  border-bottom: 0.1rem solid #bfbfbf;
  vertical-align: middle;
  font-size: 1.2em;
}

.table03 table tr.border_none th,
.table03 table tr.border_none td {
  padding-bottom: 0rem;
  border-bottom: none;
}

.table03 table tr.va_top th,
.table03 table tr.va_top td {
  vertical-align: top;
}

.table03 table td.valid {
  width: 8rem;
  padding: 1.5rem 0 1.5rem 0;
}

.table03 table td * {
  vertical-align: middle;
}

.table03 table th {
  font-weight: bold;
  color: #00a4e3;
}

/* Visual */
.page-hero {
  margin: 11.5rem auto 0;
}

.page-hero_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6.2rem;
}

.page-hero_cont {
  flex-basis: 33.5rem;
  padding-left: clamp(
    2rem,
    calc(2rem + (9.8rem - 2rem) * ((100vw - 750px) / (1366px - 750px))),
    9.8rem
  );
}

.page-hero_cont h2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-hero_cont h2 > :nth-child(1) {
  color: #00a4e3;
  font-family: Akshar;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.18rem;
}

.page-hero_cont h2 > :nth-child(2) {
  color: #4c4948;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 4.8rem;
  font-weight: 300;
}

.page-hero_bg {
  flex: 1 1 60rem;
  height: auto;
  aspect-ratio: 87.1/40;
}

.page-hero_bg img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.c-btn {
  color:#333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  position: relative;
  display: block; /* optional but safer */
  text-decoration: none;
  border-bottom: 1px solid #00A4E3;
  padding-bottom: 18px;
  transition: 0.3s;
}

.c-btn::after {
  content: "";
  border-radius: 55px;
  background: linear-gradient(108deg, #20C1FF 27.3%, #D8FF1B 88.24%, #FF7E79 106.03%);
  filter: blur(15px);
  width: 54px;
  height: 54px;
  position: absolute;
  top: -3px;
  right: 0;
  opacity: 0;
}

.c-btn::before {
  content: "";
  width: 12px;
  height: 10px;
  mask-image: url("/data/img/page/recruit/pc/icn-btn-arw.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% 100%;
  background-color: #00A4E3;
  position: absolute;
  top: 18px;
  right: 12px;
  transition: 0.3s;
  z-index: 2;
}

.c-btn:hover {
  cursor: pointer;
  color: #00A4E3;
}

.c-btn:hover::after {
  opacity: 1;
  right: -10px;
}

.c-btn:hover::before {
  right: 5px;
  background-color: #fff;
}


@media screen and (max-width: 750px) {
  .section01_wrap,
  .section02_wrap,
  .section03_wrap {
    width: 100%;
    padding: 0 2rem;
  }
  .box01_wrap,
  .box02_wrap,
  .box03_wrap {
    padding: 2rem;
  }

  .section_head {
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .page-hero {
    margin: 10rem 0 0;
  }
  .page-hero_wrap {
    gap: 3rem;
  }
  .page-hero_cont {
    width: 100%;
    flex-basis: unset;
    padding: 0 2rem;
  }
  .page-hero_cont h2 > :nth-child(1) {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
  }
  .page-hero_cont h2 > :nth-child(2) {
    font-size: 3.2rem;
  }

  /** Recruit Career */
  .entry07 .side {
    width: auto;
    float: none;
  }
  .entry07 .page {
    margin: 2rem 0 0 0;
  }
}

@media screen and (min-width: 1920px) {
    .page-hero_wrap {
     height: 40rem;
    }

    .page-hero_bg {
     height: 100%;
     flex: none;
    }

    .page-hero_bg img {
     height: 100%;
     width: 125.1547rem;
     object-position: center -15rem;
    }
}   

@media screen and (min-width: 751px) and (max-width: 1366px) {
  .page-hero_bg img {
    aspect-ratio: 87.1 / 40;
  }
}


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