/* Font Size ----- */
/* :root {
    //color settings
    //original
    --color-txt: #222b37;
    --color-white: #fff;
    --color-yellow: #ffe200;
    --color-blue: #00a2d2;
    --color-gray: #e7ecf0;

    //color role
    --color-main: var(--color-txt) !important;
    --color-accent: var(--color-yellow) !important;
    --color-sub: var(--color-blue) !important;
    --color-base : var(--color-gray) !important;
} */
body#recruit {
  background-color: #ecedee;
  position: relative;
}
body#recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="2.8" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)" opacity="0.4"/%3E%3C/svg%3E'), radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.03) 100%);
  background-blend-mode: overlay;
  z-index: -1;
}

.fullscreen .circle-fullscreen__static {
  background: transparent;
}
.fullscreen .circle-fullscreen__static::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.4) 30%, transparent 30%);
  background-size: 15px 15px;
  -webkit-mask-image: radial-gradient(transparent 45%, black 45%);
          mask-image: radial-gradient(transparent 45%, black 45%);
}
@media screen and (max-width:767px) {
  .fullscreen .circle-fullscreen__static::before {
    background-size: 12px 12px;
  }
}
.fullscreen .circle-fullscreen__static span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  width: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.4) 30%, transparent 30%);
  background-size: 15px 15px;
  -webkit-mask-image: radial-gradient(transparent 40%, black 40%);
          mask-image: radial-gradient(transparent 40%, black 40%);
  will-change: transform;
}
@media screen and (max-width:767px) {
  .fullscreen .circle-fullscreen__static span {
    background-size: 12px 12px;
  }
}

.main-ttl__recruit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem 2rem;
}
@media screen and (max-width:767px) {
  .main-ttl__recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.main-ttl__recruit .ttl-main {
  position: relative;
  line-height: 1;
}
.main-ttl__recruit .ttl-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
  width: 7rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: solid 19px #ffe200;
}
@media screen and (max-width:767px) {
  .main-ttl__recruit .ttl-main::before {
    width: 5rem;
    border: solid 14px #ffe200;
  }
}
.main-ttl__recruit .ttl-main span {
  position: relative;
  z-index: 1;
  line-height: 1;
  display: inline-block;
}
.main-ttl__recruit .ttl-sub {
  line-height: 1;
}

#recruit main {
  position: relative;
}

.recruit-fv {
  position: relative;
  width: 100vw;
  aspect-ratio: unset;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .recruit-fv {
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width:768px) {
  .recruit-fv {
    aspect-ratio: 677/652;
  }
}
@media screen and (min-width:992px) {
  .recruit-fv {
    aspect-ratio: 4/3;
  }
}
.recruit-fv__bg {
  position: absolute;
  width: 100vw;
  aspect-ratio: unset;
  z-index: -1;
  background: #00a2d2;
}
@media screen and (max-width:767px) {
  .recruit-fv__bg {
    height: 100vh;
  }
}
@media screen and (min-width:768px) {
  .recruit-fv__bg {
    aspect-ratio: 677/652;
  }
}
@media screen and (min-width:992px) {
  .recruit-fv__bg {
    aspect-ratio: 4/3;
  }
}
.recruit-fv__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.recruit-fv__deco .deco-circle {
  position: absolute;
  background-image: radial-gradient(#ffe200 25%, transparent 25%);
  background-size: 10px 10px;
  border-radius: 50%;
  -webkit-mask-image: radial-gradient(transparent 38%, black 38%);
  mask-image: radial-gradient(transparent 38%, black 38%);
}
.recruit-fv__deco .deco-circle.-circle1 {
  width: 60vh;
  aspect-ratio: 1;
  top: 25%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width:991px) {
  .recruit-fv__deco .deco-circle.-circle1 {
    width: 40vh;
    top: 10%;
    left: 80%;
  }
}
.recruit-fv__deco .deco-circle.-circle2 {
  width: 60vh;
  aspect-ratio: 1;
  top: 70%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width:991px) {
  .recruit-fv__deco .deco-circle.-circle2 {
    width: 45vh;
    top: 65%;
    left: 0;
  }
}
.recruit-fv__deco .deco-circle.-circle3 {
  width: 30vh;
  aspect-ratio: 1;
  bottom: 10%;
  right: 3%;
}
@media screen and (max-width:991px) {
  .recruit-fv__deco .deco-circle.-circle3 {
    width: 20vh;
    bottom: 0;
    right: 0;
  }
}
.recruit-fv__images {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.recruit-fv__img-item {
  position: absolute;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.recruit-fv__img-item img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.recruit-fv__img-item.-pos1 {
  top: 7%;
  left: 6%;
  width: 20vw;
}
@media screen and (max-width:767px) {
  .recruit-fv__img-item.-pos1 {
    top: 15%;
    left: 0;
    width: 45%;
  }
}
.recruit-fv__img-item.-pos2 {
  top: 0;
  left: 66%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20vw;
}
@media screen and (max-width:767px) {
  .recruit-fv__img-item.-pos2 {
    top: 5%;
    left: auto;
    right: -15%;
    width: 40%;
  }
}
.recruit-fv__img-item.-pos3 {
  top: 23%;
  right: 2%;
  width: 18vw;
}
@media screen and (max-width:767px) {
  .recruit-fv__img-item.-pos3 {
    top: 10%;
    right: 0;
    width: 40%;
  }
}
.recruit-fv__img-item.-pos4 {
  top: 38%;
  left: -2%;
  width: 18vw;
}
@media screen and (max-width:767px) {
  .recruit-fv__img-item.-pos4 {
    top: auto;
    left: 0;
    width: 45%;
    bottom: 10%;
  }
}
.recruit-fv__img-item.-pos5 {
  top: 48%;
  left: 27%;
  width: 20vw;
}
@media screen and (max-width:767px) {
  .recruit-fv__img-item.-pos5 {
    top: 55%;
    left: auto;
    width: 55%;
    right: -10%;
  }
}
.recruit-fv__img-item.-pos5 img {
  opacity: 0.3;
}
.recruit-fv__img-item.-pos6 {
  top: 72%;
  left: 45%;
  width: 15vw;
}
@media screen and (max-width:767px) {
  .recruit-fv__img-item.-pos6 {
    top: auto;
    bottom: 5%;
    left: 5%;
    width: 35%;
  }
}
.recruit-fv__img-item.-pos7 {
  top: 58%;
  right: 12%;
  width: 23vw;
}
@media screen and (max-width:767px) {
  .recruit-fv__img-item.-pos7 {
    top: auto;
    bottom: 25%;
    right: 0;
    width: 45%;
  }
  .recruit-fv__img-item.-pos7 img {
    opacity: 0.3;
  }
}
.recruit-fv__img-item.-pos8 {
  top: 70%;
  left: 0;
  width: 18vw;
}
@media screen and (max-width:767px) {
  .recruit-fv__img-item.-pos8 {
    bottom: auto;
    top: 45%;
    left: 0%;
    width: 35%;
  }
}
.recruit-fv__img-item.-pos9 {
  top: 84%;
  right: 32%;
  width: 15vw;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .recruit-fv__img-item.-pos9 {
    top: 15%;
    right: auto;
    left: 0;
    width: 40%;
  }
}
.recruit-fv__img-item.-pos9 img {
  opacity: 0.3;
}
.recruit-fv__content {
  position: relative;
  z-index: 5;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  padding-block: 10rem;
}
@media screen and (min-width:1200px) {
  .recruit-fv__content {
    padding-block: 10vw;
  }
}
.recruit-fv__main-ttl {
  margin-bottom: 4rem;
}
@media screen and (max-width:767px) {
  .recruit-fv__main-ttl {
    margin-bottom: 2rem;
  }
}
.recruit-fv__main-ttl .ttl-ja {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(4.8rem, 3.626rem + 5.368vw, 10rem);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 2rem;
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .recruit-fv__main-ttl .ttl-ja {
    font-size: 4.8rem;
  }
}
@media screen and (min-width:1200px) {
  .recruit-fv__main-ttl .ttl-ja {
    font-size: 6vw;
  }
}
.recruit-fv__main-ttl .ttl-ja .char {
  display: inline-block;
  will-change: transform;
}
.recruit-fv__main-ttl .ttl-ja .char:nth-of-type(4), .recruit-fv__main-ttl .ttl-ja .char:nth-of-type(5), .recruit-fv__main-ttl .ttl-ja .char:nth-of-type(11) {
  font-size: clamp(3.8rem, 2.852rem + 4.335vw, 8rem);
}
@media screen and (max-width:767px) {
  .recruit-fv__main-ttl .ttl-ja .char:nth-of-type(4), .recruit-fv__main-ttl .ttl-ja .char:nth-of-type(5), .recruit-fv__main-ttl .ttl-ja .char:nth-of-type(11) {
    font-size: 3.8rem;
  }
}
@media screen and (min-width:1200px) {
  .recruit-fv__main-ttl .ttl-ja .char:nth-of-type(4), .recruit-fv__main-ttl .ttl-ja .char:nth-of-type(5), .recruit-fv__main-ttl .ttl-ja .char:nth-of-type(11) {
    font-size: 4.5vw;
  }
}
.recruit-fv__main-ttl .ttl-ja .char:nth-of-type(6), .recruit-fv__main-ttl .ttl-ja .char:nth-of-type(7), .recruit-fv__main-ttl .ttl-ja .char:nth-of-type(8), .recruit-fv__main-ttl .ttl-ja .char:nth-of-type(9), .recruit-fv__main-ttl .ttl-ja .char:nth-of-type(10) {
  color: #ffe200;
}
.recruit-fv__main-ttl .ttl-en {
  color: #ffe200;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.51rem + 0.413vw, 2rem);
  line-height: 1.4;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width:767px) {
  .recruit-fv__main-ttl .ttl-en {
    font-size: 1.5rem;
  }
}
@media screen and (min-width:1200px) {
  .recruit-fv__main-ttl .ttl-en {
    font-size: 1.2vw;
  }
}
.recruit-fv__message .txt {
  font-weight: 700;
  font-size: clamp(1.6rem, 1.465rem + 0.619vw, 2.2rem);
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .recruit-fv__message .txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width:1200px) {
  .recruit-fv__message .txt {
    font-size: 1.2vw;
  }
}

.news-section {
  position: relative;
}
.news-section .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4rem;
}
@media screen and (max-width:767px) {
  .news-section .news-list {
    margin-top: 0;
  }
}
.news-section .news-list__item {
  border-top: 1px solid #d8dadc;
}
.news-section .news-list__item:first-child {
  border-top: 0;
}
.news-section .news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(1rem, 2vw, 3rem);
  padding: clamp(2rem, 1.507rem + 2.103vw, 3.4rem) 0;
  text-decoration: none;
  color: #222b37;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width:767px) {
  .news-section .news-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 3rem;
  }
}
.news-section .news-list__link:hover {
  color: #00a2d2;
}
.news-section .news-list__link:hover .news-list__more-icon::before {
  width: 75%;
}
.news-section .news-list__link:hover .news-list__date {
  color: #00a2d2;
}
.news-section .news-list__link:hover .news-list__badge {
  background: #00a2d2;
  color: #fff;
}
.news-section .news-list__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 2vw, 3rem);
  position: relative;
}
@media screen and (max-width:767px) {
  .news-section .news-list__contents {
    display: contents;
  }
}
@media screen and (max-width:767px) {
  .news-section .news-list__contents::after {
    content: "";
    position: absolute;
    bottom: 0.5lh;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, transparent 25%, #00a2d2 25%);
  }
}
.news-section .news-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 2vw, 3rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-section .news-list__date {
  color: #222b37;
  letter-spacing: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  font-size: 1.8rem;
}
.news-section .news-list__badge {
  background: #fff;
  border: solid 1px #00a2d2;
  color: #00a2d2;
  border-radius: 100vmax;
  padding: 0.7rem 1.3rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news-section .news-list__title {
  margin: 0;
  font-size: clamp(1.6rem, 1.4vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width:767px) {
  .news-section .news-list__title {
    margin-top: 0.4rem;
  }
}
.news-section .news-list__more {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-weight: bold;
  font-size: 1.6rem;
  color: inherit;
}
@media screen and (max-width:767px) {
  .news-section .news-list__more {
    display: none;
  }
}
.news-section .news-list__more-icon {
  width: 0.6lh;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  background-color: #00a2d2;
}
.news-section .news-list__more-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35%;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #e7ecf0;
}
.news-section .news-list__empty {
  margin: 0;
  padding: clamp(2rem, 3vw, 4rem) 0;
  font-weight: 600;
  color: #222b37;
}

.message-section {
  position: relative;
}
.message-section .circle-decoration {
  z-index: -1;
  position: absolute;
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60vw;
}
@media screen and (max-width:767px) {
  .message-section .circle-decoration {
    width: 55rem;
  }
}
.message-section__wrap {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width:767px) {
  .message-section__wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width:768px) {
  .message-section__wrap {
    gap: 3rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width:992px) {
  .message-section__wrap {
    gap: 6rem;
    margin-top: 6rem;
  }
}
.message-section__image {
  position: relative;
}
.message-section__image .txt {
  position: absolute;
  top: 3rem;
  left: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.3rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .message-section__image .txt {
    top: 2rem;
    left: 2rem;
  }
}
.message-section__image .txt .name {
  font-size: clamp(1.8rem, 1.589rem + 0.901vw, 2.4rem);
  font-weight: bold;
}
.message-section__image .txt .position {
  font-size: clamp(1.4rem, 1.365rem + 0.15vw, 1.5rem);
  font-weight: bold;
}
.message-section__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.message-section__txt .ttl {
  font-size: clamp(2.7rem, 2.8vw, 3.7rem);
  font-weight: bold;
  line-height: 1.6;
}
.message-section__txt .description {
  display: grid;
  gap: 1.5rem;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (min-width:992px) {
  .message-section__txt .description {
    margin-top: 3rem;
  }
}

.about-section {
  margin-bottom: 6rem;
}
@media screen and (max-width:767px) {
  .about-section {
    margin-bottom: 4rem;
  }
}
.about-section .main-ttl__recruit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.about-section .main-ttl__recruit .ttl-main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:991px) {
  .about-section .main-ttl__recruit .ttl-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width:992px) {
  .about-section .main-ttl__recruit .ttl-sub {
    margin-top: -2rem;
  }
}
.about-section__wrap {
  display: grid;
  grid-template-columns: 3fr 4fr;
  gap: 0;
  position: relative;
}
@media screen and (max-width:767px) {
  .about-section__wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width:768px) {
  .about-section__wrap {
    gap: 3rem;
  }
}
@media screen and (min-width:992px) {
  .about-section__wrap {
    gap: 6rem;
  }
}
.about-section__btns {
  margin-block: 4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
}
@media screen and (min-width:768px) {
  .about-section__btns {
    margin-block: 4rem;
    gap: 3rem;
  }
}
@media screen and (min-width:992px) {
  .about-section__btns {
    margin-block: 6rem;
  }
}
.about-section__btn {
  color: #fff;
}
.about-section__btn .btn-top {
  border-bottom: solid 2px #fff;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.about-section__btn .btn-top .txt {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (min-width:992px) {
  .about-section__btn .btn-top .txt {
    font-size: 4.2rem;
  }
}
.about-section__btn .btn-top .circle {
  width: 0.8lh;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
}
.about-section__btn .btn-top .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35%;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #00a2d2;
}
.about-section__btn .btn-bottom {
  font-size: 1.4rem;
  line-height: 1.6;
  display: inline-block;
}
@media screen and (min-width:992px) {
  .about-section__btn .btn-bottom {
    font-size: 1.6rem;
  }
}
.about-section__btn:hover .circle::after {
  width: 75%;
}
.about-section__image {
  margin-block: -4rem -6rem;
}
@media screen and (max-width:767px) {
  .about-section__image {
    margin-block: 0 -4rem;
  }
}

.entry-section {
  position: relative;
  margin-block: 4rem 0;
}
@media screen and (max-width:767px) {
  .entry-section {
    margin-block: 3rem 0;
  }
}
.entry-section .circle-decoration.-circle1 {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -5%;
  width: 45vw;
}
@media screen and (max-width:767px) {
  .entry-section .circle-decoration.-circle1 {
    width: auto;
    height: 85%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.entry-section .circle-decoration.-circle2 {
  z-index: -1;
  position: absolute;
  top: 10%;
  right: 5%;
  width: 15vw;
}
@media screen and (max-width:767px) {
  .entry-section .circle-decoration.-circle2 {
    display: none;
  }
}
.entry-section .circle-decoration.-circle2 .circle-decoration__static::before {
  -webkit-mask-image: radial-gradient(transparent 35%, black 35%);
  mask-image: radial-gradient(transparent 35%, black 35%);
}
.entry-section .circle-decoration.-circle3 {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 60%;
  width: 12vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width:767px) {
  .entry-section .circle-decoration.-circle3 {
    display: none;
  }
}
.entry-section .circle-decoration.-circle3 .circle-decoration__static::before {
  -webkit-mask-image: radial-gradient(transparent 0%, black 0%);
  mask-image: radial-gradient(transparent 0%, black 0%);
}
.entry-section .main-ttl__recruit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.entry-section .main-ttl__recruit .ttl-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.entry-section .main-ttl__recruit .ttl-main::before {
  display: none;
}
.entry-section .main-ttl__recruit .ttl-main span {
  display: inline;
}
@media screen and (max-width:767px) {
  .entry-section .main-ttl__recruit .ttl-main span {
    white-space: nowrap;
  }
}
.entry-section .main-ttl__recruit .ttl-sub {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .entry-section .main-ttl__recruit .ttl-sub {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.entry-section .loop-slider {
  --loop-duration: 30s;
  --loop-distance: 50%;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  margin-block: -4rem;
}
@media screen and (max-width:767px) {
  .entry-section .loop-slider {
    margin-block: -1rem 3rem;
  }
}
.entry-section .loop-slider__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: loopSlide var(--loop-duration) linear infinite;
          animation: loopSlide var(--loop-duration) linear infinite;
}
.entry-section .loop-slider__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.entry-section .loop-slider__item {
  width: 30vw;
  margin-right: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .entry-section .loop-slider__item {
    width: 55vw;
    margin-right: 2rem;
  }
}
.entry-section .loop-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.entry-section .loop-slider__group .loop-slider__item:nth-child(4n+1) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.entry-section .loop-slider__group .loop-slider__item:nth-child(4n+2) {
  -ms-flex-item-align: center;
      align-self: center;
}
.entry-section .loop-slider__group .loop-slider__item:nth-child(4n+3) {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.entry-section .loop-slider__group .loop-slider__item:nth-child(4n) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.entry-section .btn {
  position: relative;
  margin-left: auto;
  background: #ffe200;
  min-width: 300px;
}
@media screen and (max-width:767px) {
  .entry-section .btn {
    margin-inline: auto;
  }
}
.entry-section .btn .circle {
  background-color: #00a2d2;
}
.entry-section .btn .circle::after {
  content: "";
  background-color: #ffe200;
}
.entry-section .btn:hover {
  background: #00a2d2;
}
.entry-section .btn:hover .circle {
  background-color: #ffe200;
}
.entry-section .btn:hover .circle::after {
  width: 75%;
  background-color: #00a2d2;
}

@-webkit-keyframes loopSlide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(calc(var(--loop-distance) * -1), 0, 0);
            transform: translate3d(calc(var(--loop-distance) * -1), 0, 0);
  }
}

@keyframes loopSlide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(calc(var(--loop-distance) * -1), 0, 0);
            transform: translate3d(calc(var(--loop-distance) * -1), 0, 0);
  }
}
.circle-decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
  pointer-events: none;
}
.circle-decoration__static {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  will-change: transform;
}
.circle-decoration__static::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-image: radial-gradient(#ffe200 25%, transparent 25%);
  background-size: 10px 10px;
  -webkit-mask-image: radial-gradient(transparent 49%, black 49%);
  mask-image: radial-gradient(transparent 49%, black 49%);
}
.circle-decoration__static span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: 55%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: radial-gradient(#ffe200 25%, transparent 25%);
  background-size: 10px 10px;
  -webkit-mask-image: radial-gradient(transparent 40%, black 40%);
  mask-image: radial-gradient(transparent 40%, black 40%);
  will-change: transform;
}/*# sourceMappingURL=style-recruit.css.map */