@charset "UTF-8";
/* ========== ========== ==========
共通部
========== ========== ========== */
.sectionUl {
  background-color: white;
  padding: clamp(15px, calc(53 / var(--base-width-pc) * 100vw), 53px) clamp(15px, calc(70 / var(--base-width-pc) * 100vw), 70px) clamp(15px, calc(59 / var(--base-width-pc) * 100vw), 59px);
  max-width: 782px;
  margin-inline: auto;
}
.sectionUl_li {
  position: relative;
  display: flex;
  align-items: center;
}
.sectionUl_li:not(:last-of-type) {
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .sectionUl_li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.sectionUl_li:not(:last-of-type):where(.selection *) {
  margin-bottom: 25px;
}
.sectionUl_li:not(:last-of-type):where(.selection *)::after {
  content: "";
  display: none;
  position: absolute;
  width: 29px;
  height: 10px;
  background-color: #0064B6;
  bottom: 0;
  left: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, calc(100% + 7px));
}
@media screen and (max-width: 768px) {
  .sectionUl_li:not(:last-of-type):where(.selection *)::after {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sectionUl_li:where(.selection *):nth-of-type(2) {
    margin-bottom: 50px;
  }
  .sectionUl_li:where(.selection *):nth-of-type(2)::after {
    transform: translate(-50%, calc(100% + 32px));
  }
}
.sectionUl_li:where(.application *) {
  gap: 5px 0;
}
@media screen and (max-width: 768px) {
  .sectionUl_li {
    flex-direction: column;
  }
}
.sectionUl_li_title {
  background-color: #005BAB;
  color: white;
  width: 149px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 15px;
  align-self: stretch;
  font-size: clamp(16px, calc(18 / var(--base-width-pc) * 100vw), 18px);
  font-weight: bold;
  letter-spacing: 0.05rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sectionUl_li_title {
    width: 100%;
  }
}
.sectionUl_li:not(:last-of-type) .sectionUl_li_title:where(.selection *)::after {
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 10px;
  background-color: #0064B6;
  bottom: 0;
  left: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, calc(100% + 7px));
}
@media screen and (max-width: 768px) {
  .sectionUl_li:not(:last-of-type) .sectionUl_li_title:where(.selection *)::after {
    display: none;
  }
}
.sectionUl_li_text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9285714286;
  padding-left: clamp(15px, calc(23 / var(--base-width-pc) * 100vw), 23px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.sectionUl_li_text:where(.selection *) {
  align-self: stretch;
  background-color: #E2E2E2;
  padding-left: clamp(15px, calc(86 / var(--base-width-pc) * 100vw), 86px);
  font-family: var(--font-sub1);
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .sectionUl_li_text:where(.selection *) {
    justify-content: center;
    padding-block: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sectionUl_li_text {
    padding-left: 0;
  }
}
.sectionUl_li_text_note {
  font-size: 11px;
  width: 100%;
  line-height: 1;
}
.sectionUl_li_note {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, calc(100% + 3px));
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-weight: bold;
}
.sectionUl_li:where(.selection *):nth-of-type(-n+2) .sectionUl_li_title {
  background-color: #00AB7D;
}

.sectionTitle3 {
  margin-bottom: 25px;
}

/* 共通部ここまで
---------- ---------- */
/* ========== ========== ==========
個別部
========== ========== ========== */
.commonBack {
  margin-bottom: clamp(180px, calc(220 / var(--base-width-pc) * 100vw), 220px);
}
.commonBack.-background::before {
  bottom: 0;
  -webkit-clip-path: inset(calc(200 / var(--base-width-pc) * 100vw) 0 calc(100 / var(--base-width-pc) * 100vw) 0);
          clip-path: inset(calc(200 / var(--base-width-pc) * 100vw) 0 calc(100 / var(--base-width-pc) * 100vw) 0);
}
.commonBack.-background::after {
  bottom: -115px;
  -webkit-clip-path: inset(calc(275 / var(--base-width-pc) * 100vw) 0 0 0);
          clip-path: inset(calc(275 / var(--base-width-pc) * 100vw) 0 0 0);
}

.FV-recruitment {
  margin-top: clamp(100px, calc(150 / var(--base-width-pc) * 100vw), 150px);
  padding-bottom: clamp(46.67px, calc(70 / var(--base-width-pc) * 100vw), 70px);
  position: relative;
}
.FV_texts {
  left: clamp(33.67px, calc(101 / var(--base-width-pc) * 100vw), 101px);
  top: min(calc(160 / var(--base-width-pc) * 100vw), 160px);
}

.application {
  padding-top: calc(130 / var(--base-width-pc) * 100vw);
  margin-bottom: clamp(62.67px, calc(94 / var(--base-width-pc) * 100vw), 94px);
}
@media screen and (min-width: 1501px) {
  .application {
    padding-top: calc(200 / var(--base-width-pc) * 100vw);
  }
}

.selection_li:nth-of-type(2) .selection_li_title {
  background-color: #00AB7D;
}

/* 個別部ここまで
---------- ---------- */