@charset "UTF-8";
/* ==========================================================================//
//
// 社員を知る
//
// ========================================================================== */
.page_body {
  background-color: #b8e1f1;
  background-image: radial-gradient(circle, #dcf0f8 12px, transparent 12px), radial-gradient(circle, #dcf0f8 12px, transparent 12px);
  background-position: 0 0, 37.5px 39px;
  background-size: 75px 78px;
  padding: 40px 0 50px;
}
@media all and (min-width: 751px) {
  .page_body {
    padding: 80px 0;
  }
}
.page_body .ttl {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
@media all and (max-width: 750px) {
  .page_body .ttl {
    background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-repeat: space no-repeat;
    background-position: left bottom;
    padding-bottom: 14px;
  }
}
@media all and (min-width: 751px) {
  .page_body .ttl {
    max-width: 800px;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .page_body .ttl::before, .page_body .ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 26%;
    height: 5px;
    background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-position: left center;
    background-repeat: space no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page_body .ttl::before {
    left: 0;
  }
  .page_body .ttl::after {
    right: 0;
  }
}
.page_body .ttl .en {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-text-stroke: 1px #3B97D4;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media all and (min-width: 751px) {
  .page_body .ttl .en {
    -webkit-text-stroke: 1.5px #3B97D4;
    font-size: 42px;
  }
}
.page_body .ttl .jp {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media all and (min-width: 751px) {
  .page_body .ttl .jp {
    font-size: 26px;
  }
}
.page_body .list {
  --gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--gap);
}
@media all and (min-width: 751px) {
  .page_body .list {
    --gap: 40px;
    row-gap: 60px;
  }
}
.page_body .item {
  width: min(400px, 100%);
}
@media all and (min-width: 751px) {
  .page_body .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - var(--gap) * 2) / 3);
    min-width: 340px;
    max-width: 400px;
  }
}
.page_body .item a {
  display: block;
  background-color: #fff;
  border: 1.5px solid #3B97D4;
  border-bottom-left-radius: 30px;
  padding: 20px 15px;
}
@media all and (min-width: 751px) {
  .page_body .item a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom-left-radius: 60px;
    padding: 40px 50px;
  }
}
@media (hover: hover) {
  .page_body .item a {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .page_body .item a:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.page_body .item .number {
  position: relative;
  text-align: center;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-text-stroke: 1px #3B97D4;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
.page_body .item .number::before, .page_body .item .number::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 26%;
  height: 5px;
  background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
  background-size: 8px 5px;
  background-position: left center;
  background-repeat: space no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page_body .item .number::before {
  left: 0;
}
.page_body .item .number::after {
  right: 0;
}
@media all and (min-width: 751px) {
  .page_body .item .number {
    -webkit-text-stroke: 1.5px #3B97D4;
    margin-bottom: 25px;
  }
}
.page_body .item .image {
  text-align: center;
  margin-bottom: 20px;
}
.page_body .item .image img {
  width: min(180px, 100%);
}
.page_body .item .name {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.075em;
}
@media all and (min-width: 751px) {
  .page_body .item .name {
    font-size: 18px;
  }
}
.page_body .item .text {
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  .page_body .item .text {
    text-align: center;
    margin-top: 16px;
  }
}
.page_body .item .arrow {
  position: relative;
  aspect-ratio: 1;
  width: 32px;
  background-color: #3B97D4;
  border-radius: 50%;
  margin-inline: auto;
  margin-top: 15px;
}
@media all and (min-width: 751px) {
  .page_body .item .arrow {
    width: 44px;
    margin-top: 25px;
  }
}
.page_body .item .arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  aspect-ratio: 1;
  width: 25%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}