/*!///////////////////////////////////////////*/
/*!//////////// ↓↓↓reset↓↓↓ ////////////*/
/*!///////////////////////////////////////////*/
*, *::before, *::after { box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl { margin: 0; color: #000;}
a { text-decoration: none;}
ul,ol { padding-left: 0; list-style-type: none;}
dd { margin-left: 0;}
p {font-size: 14px; line-height: 1.75;}
@media screen and (min-width: 768px) { p { font-size: 16px;}}
button {border: 0;}
/*!///////////////////////////////////////////*/
/*!//////////// ↑↑↑reset↑↑↑ ////////////*/
/*!///////////////////////////////////////////*/


/*!////////////////////////////////////////////*/
/*!//////////// ↓↓↓common↓↓↓ ////////////*/
/*!////////////////////////////////////////////*/
body { font-family: "Noto Sans JP", sans-serif;}
@media screen and (max-width: 767px) {
  .sp-none { display: none !important;}}
@media screen and (min-width: 768px) {
  .pc-none {display: none !important;}}
.hidden { display: none !important;}
.image { display: block; width: 100%;}
.wrapper {position: relative; overflow: hidden;}
.container {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/*!////////////////////////////////////////////*/
/*!//////////// ↑↑↑common↑↑↑ ////////////*/
/*!////////////////////////////////////////////*/

.rec-tab {
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .rec-tab {
    transform: translateY(0);
    padding-top: 15.46875vw;
  }
}

.rec-tab .access-button {
  margin: 0 auto;
  border: none;
  width: calc(100% - 2px);
}

.rec-button-item {
  cursor: pointer;
  background-color: #DCE6E6;
  padding: 30px 0 20px;
}
@media screen and (max-width: 767px) {
  .rec-button-item {
    padding: 3.59375vw 0;
  }
}

.rec-button-item.rec-ac {
  display: block;
  background-color: #003C83;
}

.rec-button-item p {
  font-size: 33px;
}
.rec-button-item.rec-ac p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .rec-button-item p {
    font-size: 3.59375vw;
  }
}

.rec-app {
  border: #003C83 6.5px solid;
  border-left: #003C83 1px solid;
  border-right: #003C83 1px solid;
  width: calc(100% - 2px);
  margin: -1px auto 0;
  display: none;
}
.rec-app.rec-ac {
  display: block;
}
@media screen and (max-width: 767px) {
  .rec-app {
    padding: 0 3.59375vw;
  }
}

.rec-conditions {
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .rec-conditions {
    padding: 3.75vw;
  }
}

.rec-conditions li {
  display: flex;
}

.rec-conditions li div {
  padding: 0.3rem 0 0.3rem 0.5rem;
}

.rec-conditions li:first-of-type div {
  border-top: #003C83 1px solid;
}

.rec-conditions li h5 ,.rec-conditions li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .rec-conditions li h5 ,.rec-conditions li p {
    font-size: 2.96875vw;
  }
}

.rec-conditions-h {
  width: 177px;
  display: flex;
  border-bottom: #003C83 1px solid;
  margin-right: 13px;
  background-color: #DCE6E6;
}
@media screen and (max-width: 767px) {
  .rec-conditions-h {
    width: 24.21875vw;
    margin-right: 1rem;
  }
}

.rec-conditions-p {
  flex: 1;
  border-bottom: #003C83 1px solid;
}

.rec-new {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .rec-new {
    padding: 11.71875vw 0;
  }
  .rec-new .recruit-link {
    width: 100%;
  }
}

.rec-new-p {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .rec-new-p {
    font-size: 3.125vw;
    padding-bottom: 11.71874vw;
    white-space: nowrap;
  }
}


.rec-title {
  text-align: center;
}

.rec-title h3 ,.rec-title p {
  font-size: 20px;
  color: #003C83;
}
@media screen and (max-width: 767px) {
  .rec-title h3 ,.rec-title p {
    font-size: 2.96875vw;
  }
}

.rec-title h3 {
  font-size: 30px;
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 1px #003C83 solid;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .rec-title h3 {
    font-size: 4.6875vw;
  }
}

.rec-title-sub {
  font-size: 18px;
  font-weight: 500;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .rec-title-sub {
    font-size: 2.96875vw;
  }
}

/* .grid-2col {
  display: grid;
  grid-template-columns: 1fr 70px;
  grid-template-rows: auto;
  gap: 10px;
} */

.benefit-img {
  min-height: 0vw;
  width: clamp(80px,50%,100px);
  margin: 0 auto;
  padding: 10px 0;
}

.benefit-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: auto;
}

.rec-title-text {
  padding: 32px 0 80px;
}

.voice-intr-bk {
  position: relative;
  width: 100%;
  background-color: #000;
  background-image: url(../img/voice_intr_bk1.jpg);
  background-repeat: no-repeat;
  background-position: 60% top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .voice-intr-bk {
    background-image: url(../img/voice_intr_bk1_sp.jpg);
    background-position: center top;
  }
}
.voice-intr-bk--2 {
  background-image: url(../img/voice_intr_bk2.jpg);
  background-position: 40% 20%;
}
@media screen and (max-width: 767px) {
  .voice-intr-bk--2 {
    background-image: url(../img/voice_intr_bk2_sp.jpg);
    background-position: center top;
  }
}
.voice-intr-bk--blue {
  background-image: none;
    background: linear-gradient(#0076D0, #002D95);
}
@media screen and (max-width: 767px) {
  .voice-intr-bk--blue {
    padding-top:28.90625vw;
  } 
}

.voice-intr-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.voice-intr-bk--blue .voice-intr-container {
  max-width: 1080px;
  margin: 0 auto;
}        
@media screen and (max-width: 767px) {
  .voice-intr-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 46.875vw;
  }
  .voice-intr-bk--blue .voice-intr-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 10.9375vw 30px;
  }     
}

.voice-intr {
  padding: 65px 30px 55px 0;
  position: relative;
  width: 478px;
  margin-left: auto;
}
.voice-intr-bk--left .voice-intr {
  padding: 65px 0 55px 30px;
  margin-left: 0;
  margin-right: auto;
}
.voice-intr-bk--blue .voice-intr {
  padding: 50px 20px;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.voice-intr-bk--blue .voice-intr--r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .voice-intr {
    padding: 13.28125vw 10.9375vw 30px;
    width: 100%;
  }
  .voice-intr-bk--left .voice-intr {
    padding: 13.28125vw 10.9375vw 30px;
  }
  .voice-intr-bk--blue .voice-intr--r {
    padding: 0;
  }
  .voice-intr-bk--blue .voice-intr {
    padding: 0;
    padding: 0;
  }
}

.voice-intr::before ,.voice-intr::after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  width: calc(100vw + 180px);
  height: 100%;
  background: linear-gradient(180deg, #0073BE, #0091D6);
  pointer-events: none;
}
.voice-intr::before {
  mix-blend-mode: multiply;
}
.voice-intr::after {
  mix-blend-mode: overlay;
}
.voice-intr-bk--right .voice-intr::before ,.voice-intr-bk--right .voice-intr::after {
  left: -180px;
  clip-path: polygon(160px 0%, 100% 0, 100% 100%, 0% 100%);
}
.voice-intr-bk--left .voice-intr::before ,.voice-intr-bk--left .voice-intr::after {
  right: -180px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 160px) 100%, 0% 100%);
}
.voice-intr-bk--blue .voice-intr::before ,.voice-intr-bk--blue .voice-intr::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .voice-intr-bk--right .voice-intr::before ,.voice-intr-bk--right .voice-intr::after {
    left: 0;
    clip-path: polygon(0 0, 100% 21.359375vw, 100% 100%, 0% 100%);
  }
  .voice-intr-bk--left .voice-intr::before ,.voice-intr-bk--left .voice-intr::after {
    right: auto;
    left: 0;
    clip-path: polygon(0 0, 100% 21.359375vw, 100% 100%, 0% 100%);
  }
}


.voice-intr-innnerbox {
  position: relative;
  z-index: 1;
}
.voice-intr-bk--blue .voice-intr-innnerbox {
  width: 69%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .voice-intr-bk--blue .voice-intr-innnerbox {
    position: relative;
    width: 100%;
    display: block;
  }
}

.voice-intr p ,.voice-intr h4 {
  color: #fff;
}

.voice-intr-dm ,.voice-intr-nm ,.voice-intr-yr ,.voice-intr-hd ,.voice-fl p {
  font-family:"Hiragino Sans","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
}

.voice-intr-dm {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .voice-intr-dm {
    font-size: 3.4375vw;
    margin-left: -0.35rem;
  }
}

.voice-intr-nm {
  font-size: 27px;
  font-weight: 500;
  margin: 10px 0 5px;
}
@media screen and (max-width: 767px) {
  .voice-intr-nm {
    font-size: 4.53125vw;
    margin: 0;
  }
}

.voice-intr-yr ,.voice-intr-cm {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .voice-intr-yr ,.voice-intr-cm {
    font-size: 2.96875vw;
  }
  .voice-intr-bk--blue .voice-intr-yr {
    margin: 5px 0 14.0625vw;
  }
}

.voice-intr-hd {
  font-size: 21px;
  font-weight: 700;
  margin: 15px 0 10px;
}
@media screen and (max-width: 767px) {
  .voice-intr-hd {
    font-size: 3.28125vw;
    margin: 0 0 10px;
    padding-top: 4.6875vw;
  }
}

.voice-fl {
  padding-top: 10px;
}

.voice-intr-bk--blue .voice-fl {
  margin-top: auto;
  width: 390px;
}
@media screen and (max-width: 767px) {
  .voice-intr-bk--blue .voice-fl {
    width: 100%;
  }
}

.voice-fl-list ol {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  background:  linear-gradient(180deg, transparent calc(50% + 13px), #A2CEE2 calc(50% + 13px) calc(50% + 15px), transparent calc(50% + 15px));
}

.voice-fl-list ol li {
  position: relative;
  padding-top: 28px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .voice-fl p {
    font-size: 2.96875vw;
  }
}

.voice-fl-time {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.voice-fl-list-note {
  width: 23px;
  writing-mode: vertical-rl;
  background-color: #A2CEE2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 112px;
}
@media screen and (max-width: 767px) {
  .voice-fl-list-note {
    text-orientation: upright;
    height: 21.359375vw;
  }
}

.voice-fl-list-note p {
  color: #000;
  white-space: nowrap;
}

.voice-fl-list-note p span {
  text-combine-upright: all;
}

.voice-intr-member {
  position: relative;
  width: 27.74509803921569%;
  aspect-ratio: 3 / 5;
  /* margin-right: 30px; */
}
.voice-intr-member--2,
.voice-intr-member--4 {
  margin-right: 0;
  margin-left: 30px;
}
.voice-intr-member::after {
  content: "";
  position: absolute;
  top: -0.3%;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 15 / 26;
  background-image: url(../img/member_img1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
}
.voice-intr-member--2::after {
  background-image: url(../img/member_img2.svg);
}
.voice-intr-member--3::after {
  background-image: url(../img/member_img3.svg);
}
.voice-intr-member--4::after {
  background-image: url(../img/member_img4.svg);
}
.voice-intr-member img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .voice-intr-member {
    position: absolute;
    right: 0;
    top: -24.30625vw;
    width: 33.7919375vw;
  }
}

.flow {
  padding: 90px 0;
}

.flow-container {
  position: relative;
  width: 100%;
  padding: 65px 85px;
}
@media screen and (max-width: 767px) {
  .flow-container {
    padding: 11.71875vw 5.46875vw;
  }
}

.flow-container::before {
  content: "";
  z-index: -1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.flow-container::after {
  content: "";
  z-index: -2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(#0073BE , #0091D6);
}

.flow-innnerbox {
  position: relative;
  z-index: 1;
}

.flow-list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .flow-list {
    margin-top: 0;
  }
}

.flow-list li {
  display: grid;
  grid:
  "fwimg fwtext fwarrow" 1fr
  / 273px auto 137px;
  grid-gap: 20px;
  margin-bottom: 30px;
}
.flow-list li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .flow-list li {
    padding-top: 12.5vw;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}

.flow-list li img {
  grid-area: fwimg;
  width: 100%;
}

.flow-list-text {
  grid-area: fwtext;
}

.flow-list-text dt ,.flow-list-text dd {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .flow-list-text dt ,.flow-list-text dd {
    font-size: 2.96875vw;
  }
}

.flow-list-text dt {
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px #1E2A6C solid;
}


.flow-list-arrow {
  grid-area: fwarrow;
  background-color: #E5E5E5;
  clip-path: polygon(50% 25px, 100% 0, 100% calc(100% - 25px), 50% 100%, 0 calc(100% - 25px), 0 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flow-list-arrow {
    grid-area: fwarrow;
    background-color: #E5E5E5;
    clip-path: polygon(50% 3.90625vw, 100% 0, 100% calc(100% - 3.90625vw), 50% 100%, 0 calc(100% - 3.90625vw), 0 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.flow-list-arrow span {
  color: #003C83;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 5px;
  letter-spacing: 0.15rem;
}
.flow-list-arrow span:last-of-type {
  font-size: 20px;
  padding-bottom: 0;
  padding-top: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .flow-list-arrow span {
    font-size: 4.6875vw;
    padding-bottom: 0;
    padding-top: 10.15625vw;
    letter-spacing: 0.3rem;
  }
  .flow-list-arrow span:last-of-type {
    font-size: 3.125vw;
    padding-bottom: 10.15625vw;
  }
}

.welfare {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .welfare {
    padding-bottom: 0;
  }
}

.welfare-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .welfare-list {
    flex-direction: column;
  }
}

.welfare-list li {
  position: relative;
  width: 43.5%;
}
.welfare-list li:nth-of-type(2n+1) {
  padding-right: 80px;
}
.welfare-list li:nth-of-type(2n) {
  padding-left: 80px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .welfare-list li {
    width: 55vw;
    padding-bottom: 11.25vw;
  }
  .welfare-list li:nth-of-type(2n+1) {
    padding-right: 0;
  }
  .welfare-list li:nth-of-type(2n) {
    padding-left: 0;
    margin-left: auto;
    margin-top: 0;
  }
}

.welfare-list-img {
  position: relative;
  margin-bottom: 550px;
}
.welfare-list li:nth-of-type(2n) .welfare-list-img {
  margin-bottom: 80px;
}
.welfare-list-img img {
  position: absolute;
  width: 46.42857142857143vw;
  max-width: 650px;
  aspect-ratio: 13 / 11;
  top: 100%;
  left: -120px;
}
.welfare-list li:nth-of-type(2n+1) .welfare-list-img img {
  left: auto;
  right: -120px;
}
@media screen and (max-width: 767px) {
  .welfare-list-img {
    margin-bottom: 80vw;
  }
  .welfare-list li:nth-of-type(2n) .welfare-list-img {
    margin-bottom: 80vw;
  }
  .welfare-list-img img {
    width: 100vw;
    max-width: none;
    right: 0;
    left: auto;
    transform: translateX(10.5vw);
  }
  .welfare-list li:nth-of-type(2n+1) .welfare-list-img img {
    left: 0;
    right: auto;
    transform: translateX(0);
  }
}

.welfare-list-img--2 img {
  right: auto;
  left: -110px;
}
@media screen and (max-width: 767px) {
  .welfare-list-img--2 img {
    right: auto;
    left: 0;
    transform: translateX(-25vw);
    width: 80vw;
  }
}

.welfare-list li h4  {
  position: relative;
  width: 355px;
  font-size: 42.8px;
  padding-bottom: 10px;
  /* text-align: left; */
}
.welfare-list li:nth-of-type(2n+1) h4 {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .welfare-list li h4  {
    width: 100%;
    font-size: 6.6875vw;
  }
}

.welfare-list li h4::after  {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100vw;
  background-color: #000;
}
.welfare-list li:nth-of-type(2n+1) h4::after  {
  right: 0;
}
.welfare-list li:nth-of-type(2n) h4::after  {
  left: 0;
}
@media screen and (max-width: 767px) {
  .welfare-list li:nth-of-type(2n) h4::after  {
    margin-left: auto;
  }
}

.welfare-list li p  {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .welfare-list li p {
    font-size: 2.96875vw;
    text-align: justify;
  }
}

.flow .pagetop-link {
  bottom: -20px;
  transform: translateY(100%);
}
.welfare .pagetop-link {
  bottom: 5px;
  transform: translateY(-100%);
}