@charset "UTF-8";
main {
  letter-spacing: 0;
}

.informationintro {
  padding: 55px 0 40px;
}
.informationintro__inner {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}
.informationintro__box .ttl--s {
  padding: 0;
  margin: 0;
  text-align: center;
}
.informationintro__box p {
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: 1.5;
}
.informationintro__img {
  margin-top: 25px;
}
.informationintro__btnWrapper {
  margin-top: 45px;
}
.informationintro__btn a {
  background: linear-gradient(to bottom, #3987D5, #2776C4, #00479D);
  border-radius: 16px;
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  font-size: 1.6rem;
  padding: 25px 0;
}
.informationintro__btn a .arrowWrapper {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(235, 235, 235));
}
.informationintro__btn a .arrow {
  width: 13px;
  height: 2.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
}
.informationintro__btn a .arrow::before, .informationintro__btn a .arrow::after {
  top: calc(50% - 1.5px);
  width: 8px;
  height: 2.5px;
  transform-origin: calc(100% - 1.5px) 50%;
}
.informationintro__btn + .informationintro__btn {
  margin-top: 25px;
}

.recruit h2 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
}
.recruit__flow {
  margin-top: 30px;
  --blue: #0a67c6;
  --blue-2: #156fe0;
  --card-bg: #f7f9fc;
  --shadow: 0 8px 18px rgba(15, 35, 60, 0.12);
}
.recruit__flow h3 {
  font-size: 2.1rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.recruit__flow h3::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #FFF;
}
.recruit__flowContent {
  margin-top: 30px;
}
.recruit__flow {
  /* SP：縦並び（デフォルト） */
}
.recruit__flowList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8%;
  align-items: stretch;
}
.recruit__flowItem {
  position: relative;
  line-height: 1.5;
  flex: 1 1 0%;
  width: 58%;
  margin: 0 auto;
}
.recruit__flowItem:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -24%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 18%;
  height: 12%;
  background: #CBEDFF;
  /* ▼ 下向き三角 */
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.recruit__flowItemNo {
  font-size: 3.4rem;
  color: #5895FF;
  font-weight: bold;
  margin-top: 0;
}
.recruit__flowItemCard {
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(235, 235, 235));
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
  height: 100%;
}
.recruit__flowItemTxt {
  margin: 0;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.recruit__info {
  margin-top: 290px;
}
.recruit__info h3 {
  font-size: 2.1rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.recruit__info h3::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #FFF;
}
.recruit__btnWrapper {
  margin-top: 45px;
}
.recruit__btn {
  line-height: 1.5;
}
.recruit__btn a {
  min-height: 85px;
  background: #06C755;
  border-radius: 10px;
  position: relative;
  font-weight: bold;
  color: #FFF;
  font-size: 2rem;
  padding: 10px 0 10px 30px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  height: 100%;
}
.recruit__btn a .arrowWrapper {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(235, 235, 235));
}
.recruit__btn a .arrow {
  background-color: #06C755;
}
.recruit__btn a .arrow::before, .recruit__btn a .arrow::after {
  background-color: #06C755;
}
.recruit__btn + .recruit__btn {
  margin-top: 25px;
}
.recruit__btn + .recruit__btn a {
  background-color: transparent;
  border: none;
  padding: 0;
}

.recruit + .recruit {
  background-color: #B2E4FF;
}
.recruit + .recruit h2,
.recruit + .recruit h3 {
  color: #006EC9;
}
.recruit + .recruit h3::after {
  background-color: #006EC9;
}
.recruit + .recruit .recruit__flowItem:not(:last-child)::after {
  background-color: #006EC9;
}
.recruit + .recruit .recruit__info {
  margin-top: 200px;
}
.recruit + .recruit .recruit__btn + .recruit__btn a {
  border: 1px solid #fff;
  background-color: #5895FF;
  padding: 10px 0 10px 30px;
}
.recruit + .recruit .recruit__btn + .recruit__btn a .arrow {
  background-color: #5895FF;
}
.recruit + .recruit .recruit__btn + .recruit__btn a .arrow::before, .recruit + .recruit .recruit__btn + .recruit__btn a .arrow::after {
  background-color: #5895FF;
}

@media screen and (min-width: 768px) {
  .informationintro {
    padding: 4.167% 0 7.8125%;
  }
  .informationintro__inner {
    width: 68.75%;
    max-width: 1320px;
    margin: 0 auto;
  }
  .informationintro__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .informationintro__box {
    width: 46%;
  }
  .informationintro__box .ttl--s {
    text-align: left;
  }
  .informationintro__box p {
    font-size: clamp(0.1rem, 0.8333333vw, 1.6rem);
    margin-top: 4%;
  }
  .informationintro__img {
    width: 50%;
    margin-top: 0;
  }
  .informationintro__btnWrapper {
    display: flex;
    width: 67.4246%;
    margin: 9% auto 0;
    justify-content: center;
    gap: 4%;
  }
  .informationintro__btn {
    width: 45%;
  }
  .informationintro__btn a {
    background: linear-gradient(to bottom, #3987D5, #2776C4, #00479D);
    border-radius: 16px;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: clamp(0.1rem, 1.2vw, 2.3rem);
    padding: 6% 0;
  }
  .informationintro__btn a .arrowWrapper {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 1.875vw;
    max-width: 36px;
    height: 1.875vw;
    max-height: 36px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(235, 235, 235));
  }
  .informationintro__btn a .arrow {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
  }
  .informationintro__btn + .informationintro__btn {
    margin-top: 0;
  }
  .recruit h2 {
    font-size: clamp(0.1rem, 3.125vw, 6rem);
    font-weight: bold;
    color: #fff;
  }
  .recruit__flow {
    margin-top: 7%;
  }
  .recruit__flow h3 {
    font-size: clamp(0.1rem, 2.1875vw, 4.2rem);
    font-weight: bold;
    color: #fff;
    padding-left: 3%;
    width: auto;
  }
  .recruit__flow h3::after {
    position: absolute;
    content: "";
    width: 2%;
    height: 6px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #FFF;
  }
  .recruit__flow p.txt {
    text-align: center;
    margin-top: 6%;
  }
  .recruit__flowContent {
    margin-top: 4%;
  }
  .recruit__flowList {
    grid-template-columns: repeat(5, 1fr);
    gap: 3.504%;
  }
  .recruit__flowItem:not(:last-child)::after {
    top: 50%;
    left: 107%;
    bottom: auto;
    width: 8%;
    height: 16%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .recruit__flowItem {
    width: 100%;
  }
  .recruit__flowItemCard {
    padding: 2% 6% 9%;
  }
  .recruit__flow {
    /* 指定：番号 */
  }
  .recruit__flowItemNo {
    margin-bottom: 6%;
    font-size: clamp(0.1rem, 2.5vw, 4.8rem);
  }
  .recruit__flow {
    /* 指定：テキスト */
  }
  .recruit__flowItemTxt {
    font-size: clamp(0.1rem, 1.25vw, 2.4rem);
  }
  .recruit__info {
    margin-top: 9%;
  }
  .recruit__info h3 {
    font-size: clamp(0.1rem, 2.1875vw, 4.2rem);
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-left: 3%;
    width: auto;
  }
  .recruit__info h3::after {
    position: absolute;
    content: "";
    width: 2%;
    height: 6px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #FFF;
  }
  .recruit__btnWrapper {
    display: flex;
    align-items: stretch;
    margin: 9% auto 0;
    justify-content: center;
    gap: 6%;
  }
  .recruit__btn {
    width: 45%;
  }
  .recruit__btn a {
    background: #06C755;
    border-radius: 20px;
    position: relative;
    font-weight: bold;
    color: #FFF;
    font-size: clamp(0.1rem, 1.77vw, 3.4rem);
    padding: 2.5% 0 2.5% 10%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .recruit__btn a .arrowWrapper {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(235, 235, 235));
  }
  .recruit__btn + .recruit__btn {
    width: 30%;
    margin-top: 0;
  }
  .recruit + .recruit .recruit__info {
    margin-top: 9%;
  }
  .recruit + .recruit .recruit__btn + .recruit__btn {
    width: 45%;
  }
  .recruit + .recruit .recruit__btn + .recruit__btn a {
    padding: 2.5% 0 2.5% 10%;
  }
  .entry__item:first-child {
    width: 38% !important;
    flex-basis: auto !important;
  }
  .entry__item:first-child a {
    width: auto !important;
  }
  .entry__item:nth-child(n+2) {
    margin: 0 !important;
  }
}/*# sourceMappingURL=information.css.map */