@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	style page
----------------------------------------------------------------------------------------------*/
.main-bg._under-page {
  padding-top: 160px;
  background: 
    url(../img/bg-p01.svg) no-repeat right 20vw,
    url(../img/bg-p02.svg) no-repeat 10vw 47vw,
    url(../img/bg-p03.svg) no-repeat 40vw 127vw,
    url(../img/bg-p04.svg) no-repeat 0 165vw,
    url(../img/bg-p05.svg) no-repeat 44vw 222vw,
    url(../img/bg-p06.svg) no-repeat 0 323vw,
    url(../img/bg-p07.svg) no-repeat right 384vw,
    url(../img/bg-p08.svg) no-repeat 0 452vw;
  background-size: 
    55%,
    42.3%,
    22.2%,
    55.7%,
    55.7%,
    63.4%,
    52.7%,
    20.7%;
}

.sec_title {
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 15px;
}

.sec_title .ttl-en {
  background: linear-gradient(270deg, #76C7DD 0%, #ABDDF7 118.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
}

.sec_title .ttl-jp {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  color: #212121;
  margin-top: .5em;
}

.page_lead {
  color: #212121;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-top: 1em;
}

.sec_recruit_info {
  position: relative;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
  border-radius: 5px;
  margin-top: 40px;
}

.recruit_info_in {
  padding: 40px 60px 80px;
}

.recruit_info_in:first-child {
  border-bottom: 1px solid #D1D1D1;
  padding: 40px 60px 40px;
}

.recruit_info_ttl01 {
  color: #229FC5;
  text-align: justify;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}

.job-type {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  margin-top: .8em;
  line-height: 1.2;
}

.job-list {
  margin-top: 1em;
  display: flex;
  gap: 10px;
  line-height: 1.2;
}
.job-list li {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  border-radius: 2px;
  padding: 2px 10px 3px;
  background: #7FCBE1;
  text-align: center;
}

.recruit_info_ttl02 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  padding-left: 16px;
}

.recruit_info_ttl02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: 1.5em;
  background: #7FCBE1;
}

.recruit_info_in p {
  line-height: 1.6;
  text-align: justify;
  margin-top: 1em;
}

.recruit_info_ttl02 + p {
  margin-top: 2em;
}

.recruit_info_in p + .recruit_info_ttl02 {
  margin-top: 3em;
}

.entry_btn {
  width: clamp(100px, 90%, 320px);
  display: block;
  position: relative;
  margin-inline: auto;
  border-radius: 100px;
  background: linear-gradient(90deg, #47A1D2 0%, #2987EA 100%);
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.entry_btn::after {
  content: '→';
  position: absolute;
  right: 15px;
  width: 1.4em;
  height: 1.4em;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a.entry_btn {
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a.entry_btn:hover {
  filter: brightness(1.2);
}

a.entry_btn:hover::after {
  right: 10px;
}
.recruit-entry-btn01 {
  width: 240px;
  position: absolute;
  top: 40px;
  right: 60px;
}
.recruit-entry-btn02 {
  margin-top: 40px;
}


@media (max-width: 768px) {
  .main-bg._under-page {
    padding-top: 100px;
  }

  .sec_title {
    font-size: 46px;
  }

  .sec_title .ttl-en {
    background: linear-gradient(270deg, #76C7DD 0%, #ABDDF7 118.43%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 300;
  }

  .sec_title .ttl-jp {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    color: #212121;
    margin-top: .5em;
  }

  .page_lead {
    color: #212121;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-top: 1em;
  }

  .sec_recruit_info {
    position: relative;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    border-radius: 5px;
    margin-top: 40px;
  }

  .recruit_info_in {
    padding: 30px 20px 40px;
  }

  .recruit_info_in:first-child {
    border-bottom: 1px solid #D1D1D1;
    padding: 30px 20px 30px;
  }

  .recruit_info_ttl01 {
    color: #229FC5;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
  }

  .job-type {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-top: .8em;
    line-height: 1.2;
  }

  .job-list {
    margin-top: 1em;
    display: flex;
    gap: 5px;
    line-height: 1.2;
    flex-wrap: wrap;
  }
  .job-list li {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    border-radius: 2px;
    padding: 2px 10px 3px;
    background: #7FCBE1;
    text-align: center;
  }

  .recruit_info_ttl02 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    position: relative;
    padding-left: 16px;
  }

  .recruit_info_ttl02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 4px;
    height: 1.5em;
    background: #7FCBE1;
  }

  .recruit_info_in p {
    line-height: 1.6;
    text-align: justify;
    margin-top: 1.5em;
  }

  .recruit_info_ttl02 + p {
    margin-top: 2em;
  }

  .recruit_info_in p + .recruit_info_ttl02 {
    margin-top: 3em;
  }

  .entry_btn {
    width: clamp(100px, 90%, 320px);
    display: block;
    position: relative;
    margin-inline: auto;
    border-radius: 100px;
    background: linear-gradient(90deg, #47A1D2 0%, #2987EA 100%);
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .entry_btn::after {
    content: '→';
    position: absolute;
    right: 15px;
    width: 1.4em;
    height: 1.4em;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  a.entry_btn {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  a.entry_btn:hover {
    filter: brightness(1.2);
  }

  a.entry_btn:hover::after {
    right: 10px;
  }
  .recruit-entry-btn01 {
    width: 240px;
    position: relative;
    top: initial;
    right: initial;
    margin-inline: auto;
    margin-top: 1em;
  }
  .recruit-entry-btn02 {
    margin-top: 40px;
  }

}
