@charset "UTF-8";
.p_ttl1 .swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p_ttl1 .slide1 {
  background: url("/assets/img/recruit_mv1.webp") no-repeat center center/cover;
}
@media screen and (max-width: 480px) {
  .p_ttl1 .slide1 {
    background: url("/assets/img/recruit_mv1_sp.webp") no-repeat center center/cover;
  }
}
.p_ttl1 .slide2 {
  background: url("/assets/img/recruit_mv2.webp") no-repeat center center/cover;
}
@media screen and (max-width: 480px) {
  .p_ttl1 .slide2 {
    background: url("/assets/img/recruit_mv2_sp.webp") no-repeat center center/cover;
  }
}
.p_ttl1 .slide3 {
  background: url("/assets/img/recruit_mv3.webp") no-repeat center center/cover;
}
@media screen and (max-width: 480px) {
  .p_ttl1 .slide3 {
    background: url("/assets/img/recruit_mv3_sp.webp") no-repeat center center/cover;
  }
}
.p_ttl1 .slide4 {
  background: url("/assets/img/recruit_mv4.webp") no-repeat center center/cover;
}
@media screen and (max-width: 480px) {
  .p_ttl1 .slide4 {
    background: url("/assets/img/recruit_mv4_sp.webp") no-repeat center center/cover;
  }
}
.p_ttl1 h2 {
  z-index: 1;
}

.p_index {
  display: grid;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  text-align: left;
  margin: 185px auto 0;
  width: 1100px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  grid-template-columns: auto 300px;
}
@media screen and (max-width: 480px) {
  .p_index {
    width: 86.7%;
    margin: 50px auto 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0;
  }
}
.p_index > .en {
  position: absolute;
  color: #a62126;
  font-size: 1.2rem;
  top: 0;
  left: calc(1em - 45px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
@media screen and (max-width: 480px) {
  .p_index > .en {
    position: relative;
    left: 0;
    -webkit-transform: none;
    transform: none;
    font-size: 1.1rem;
  }
}
.p_index .txt {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 480px) {
  .p_index .txt {
    margin-top: 25px;
  }
}
.p_index .txt p {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .p_index .txt p {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .p_index .txt p br {
    display: none;
  }
}
.p_index .ttl {
  margin: -0.25em 0;
  font-family: "Plus Jakarta Sans", "FP-HiraKakuStdN-W7", "FP-ヒラギノ角ゴ StdN W7", sans-serif;
  font-weight: 800;
  font-size: 3.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p_index .ttl {
    font-size: 2rem;
  }
}
.p_index .vision {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: 65px;
}
@media screen and (max-width: 480px) {
  .p_index .vision {
    margin-top: 35px;
  }
}
.p_index .vision p {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .p_index .vision p {
    font-size: 1.2rem;
  }
}
.p_index .vision .btn1 {
  margin-top: 20px;
}
.p_index .anc1 {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 480px) {
  .p_index .anc1 {
    margin-top: 50px;
  }
}

.p_nav {
  width: 92%;
  max-width: 1200px;
  margin: 100px auto 0;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 70px 70px 70px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .p_nav {
    width: 95%;
    margin: 45px auto 0;
    padding: 25px 4.15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.p_nav + .p_nav {
  margin: 60px auto 0;
}
@media screen and (max-width: 480px) {
  .p_nav + .p_nav {
    margin: 25px auto 0;
  }
}
.p_nav > .ttl {
  width: 250px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  .p_nav > .ttl {
    width: auto;
    font-size: 1.6rem;
    padding: 0 15px;
  }
}
.p_nav .inr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p_nav .job_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  gap: 5px;
}
@media screen and (max-width: 480px) {
  .p_nav .job_list {
    margin-top: 20px;
  }
}
.p_nav .job_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  min-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 60px 10px 25px;
  font-size: 1.6rem;
  position: relative;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
@media screen and (max-width: 480px) {
  .p_nav .job_list a {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    gap: 4px;
    min-height: 40px;
    padding: 10px 35px 10px 15px;
    font-size: 1.3rem;
  }
}
.p_nav .job_list a::after {
  position: absolute;
  right: 25px;
  top: calc(50% - 10.5px);
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a62126;
  border-radius: 50%;
  background: url("/assets/img/arr1_re_14.png") no-repeat center center/7px;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 480px) {
  .p_nav .job_list a::after {
    right: 10px;
    top: calc(50% - 8px);
    width: 16px;
    background: url("/assets/img/arr1_re_10.png") no-repeat center center/5px;
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  .p_nav .job_list a:hover {
    background: #ebebeb;
  }
  .p_nav .job_list a:hover::after {
    background: #a62126 url("/assets/img/arr1_wh_14.png") no-repeat center center/7px;
    -webkit-animation: 0.75s forwards arr;
    animation: 0.75s forwards arr;
  }
}
.p_nav .job_list .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 0.5em 1em;
  color: #929fa5;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .p_nav .job_list .tags {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .p_nav .job_list .tags span {
    margin: -0.25em 0;
  }
}
.p_nav .event {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 22px 25px 30px;
}
@media screen and (max-width: 480px) {
  .p_nav .event {
    margin-top: 20px;
    border-radius: 5px;
    padding: 15px 15px 20px;
    gap: 10px;
  }
}
.p_nav .event + .event {
  margin-top: 5px;
}
.p_nav .event + .subttl {
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  .p_nav .event + .subttl {
    margin-top: 25px;
  }
}
.p_nav .event .outline {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .p_nav .event .outline {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px 8px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}
.p_nav .event .date {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
}
@media screen and (max-width: 480px) {
  .p_nav .event .date {
    width: 100%;
  }
}
.p_nav .event .date .num {
  font-size: 2em;
  letter-spacing: 0.05em;
}
.p_nav .event .time,
.p_nav .event .place,
.p_nav .event .price {
  color: #929fa5;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .p_nav .event .time,
  .p_nav .event .place,
  .p_nav .event .price {
    font-size: 1.2rem;
  }
}
.p_nav .event .time::before,
.p_nav .event .place::before,
.p_nav .event .price::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 1em;
  margin-right: 0.5em;
}
@media screen and (max-width: 480px) {
  .p_nav .event .time::before,
  .p_nav .event .place::before,
  .p_nav .event .price::before {
    margin-right: 0.3em;
  }
}
.p_nav .event .time::before {
  aspect-ratio: 1;
  background: url("/assets/img/i_time_gr.svg") no-repeat center center/contain;
}
.p_nav .event .place::before {
  aspect-ratio: 10/14;
  background: url("/assets/img/i_place_gr.svg") no-repeat center center/contain;
}
.p_nav .event .price::before {
  aspect-ratio: 10/14;
  background: url("/assets/img/i_price_gr.svg") no-repeat center center/contain;
}
.p_nav .event .detail {
  margin-right: auto;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  .p_nav .event .detail {
    width: 100%;
    font-size: 1.2rem;
  }
}
.p_nav .event .detail li {
  position: relative;
  padding-left: 1em;
}
.p_nav .event .detail li::before {
  content: "・";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}
.p_nav .subttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 480px) {
  .p_nav .subttl {
    margin: 0 15px;
  }
}
.p_nav .yt_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .p_nav .yt_list {
    margin: 15px 15px 0;
    gap: 10px;
  }
}
.p_nav .yt_list li {
  position: relative;
  padding-left: 30px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p_nav .yt_list li {
    padding-left: 20px;
    font-size: 1.2rem;
  }
}
.p_nav .yt_list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 1.5em;
  background: url("/assets/img/sns_yt.png") no-repeat center center/contain;
}
@media screen and (max-width: 480px) {
  .p_nav .yt_list li::before {
    width: 14px;
  }
}
.p_nav .yt_list a {
  display: inline-block;
  vertical-align: top;
}
.p_nav .yt_list a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  aspect-ratio: 1;
  width: 21px;
  margin: calc(0.75em - 10px) 0 calc(0.75em - 11px) 7px;
  border-radius: 50%;
  background: #fff url("/assets/img/i_blank_lb.png") no-repeat center center/9px;
}
@media screen and (max-width: 480px) {
  .p_nav .yt_list a::after {
    width: 14px;
    margin: calc(0.75em - 7px) 0 calc(0.75em - 7px) 5px;
    background: #fff url("/assets/img/i_blank_lb_s.png") no-repeat center center/8px;
  }
}

#s_interview {
  width: 92%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_interview {
    width: 86.7%;
    margin: 40px auto 0;
    padding-top: 50px;
  }
}
#s_interview .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_interview .inr {
    width: auto;
    padding-left: 0;
  }
}
#s_interview .interview_list {
  margin-top: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 50px;
}
@media screen and (max-width: 480px) {
  #s_interview .interview_list {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 20px;
  }
}
#s_interview .interview_list li {
  width: 475px;
}
@media screen and (max-width: 480px) {
  #s_interview .interview_list li {
    width: 100%;
  }
}
#s_interview .interview_list a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#s_interview .interview_list a::before, #s_interview .interview_list a::after {
  content: "";
  display: block;
  position: absolute;
}
#s_interview .interview_list a::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 90%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 90%);
  z-index: 1;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#s_interview .interview_list a::after {
  z-index: 2;
  position: absolute;
  right: 20px;
  bottom: 25px;
  width: 30px;
  aspect-ratio: 1;
  background: #fff url("/assets/img/sns_note.png") no-repeat center center/16px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 480px) {
  #s_interview .interview_list a::after {
    right: 12px;
    bottom: 15px;
    width: 25px;
    background-size: 12px;
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  #s_interview .interview_list a:hover .img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  #s_interview .interview_list a:hover::before {
    -webkit-transform: scaleY(200%);
    transform: scaleY(200%);
  }
  #s_interview .interview_list a:hover::after {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
#s_interview .interview_list .img {
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%;
  height: auto;
}
#s_interview .interview_list .en {
  position: absolute;
  z-index: 2;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  top: 16px;
  white-space: nowrap;
  left: calc(100% - 20px);
  font-weight: 500;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  #s_interview .interview_list .en {
    top: 12px;
    left: calc(100% - 12px);
    font-size: 1.6rem;
  }
}
#s_interview .interview_list .ja {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
}
@media screen and (max-width: 480px) {
  #s_interview .interview_list .ja {
    left: 12px;
    right: 55px;
    bottom: 14px;
  }
}
#s_interview .interview_list .ja > span {
  display: block;
}
#s_interview .interview_list .notes {
  font-size: 1.1rem;
}
#s_interview .interview_list .name {
  margin-top: 12px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2.1rem;
}
@media screen and (max-width: 480px) {
  #s_interview .interview_list .name {
    margin-top: 10px;
    font-size: 1.5rem;
  }
}
#s_interview .interview_list .ttl {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.71;
}
@media screen and (max-width: 480px) {
  #s_interview .interview_list .ttl {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 5px 0 -0.25em;
  }
  #s_interview .interview_list .ttl br {
    display: none;
  }
}
#s_interview .link2 {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  #s_interview .link2 {
    margin-top: 20px;
  }
  #s_interview .link2 .btn1 {
    width: 150px;
  }
}
#s_interview .link2 + .link2 {
  margin-top: 20px;
}

#s_about {
  width: 92%;
  max-width: 1200px;
  margin: 50px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_about {
    width: 86.7%;
    margin: 40px auto 0;
    padding-top: 50px;
  }
}
#s_about .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_about .inr {
    width: auto;
    padding-left: 0;
  }
}
#s_about .canva {
  margin-top: 125px;
  position: relative;
  width: 100%;
  aspect-ratio: 1000/562.5;
  overflow: hidden;
  border-radius: 10px;
  will-change: transform;
}
@media screen and (max-width: 480px) {
  #s_about .canva {
    margin-top: 60px;
  }
}
#s_about .canva iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#s_enviro {
  width: 92%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_enviro {
    width: 86.7%;
    margin: 40px auto 0;
    padding-top: 50px;
  }
}
#s_enviro .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_enviro .inr {
    width: auto;
    padding-left: 0;
  }
}
#s_enviro .enviro {
  margin-top: 120px;
}
@media screen and (max-width: 480px) {
  #s_enviro .enviro {
    margin-top: 60px;
  }
}
#s_enviro .enviro + .enviro {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
}
@media screen and (max-width: 480px) {
  #s_enviro .enviro + .enviro {
    padding-top: 60px;
  }
}
#s_enviro .enviro > .ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
}
@media screen and (max-width: 480px) {
  #s_enviro .enviro > .ttl {
    font-size: 2rem;
  }
}
#s_enviro .enviro > .lead {
  margin-top: 70px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #s_enviro .enviro > .lead {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  #s_enviro .enviro > .lead br {
    display: none;
  }
}
#s_enviro .hr_list {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #s_enviro .hr_list {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
}
#s_enviro .hr_list li {
  width: 290px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background: -webkit-linear-gradient(45deg, #a62126 0%, #690208 100%);
  background: linear-gradient(45deg, #a62126 0%, #690208 100%);
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #s_enviro .hr_list li {
    width: 250px;
  }
}
#s_enviro .hr_list .ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2.3rem;
}
@media screen and (max-width: 480px) {
  #s_enviro .hr_list .ttl {
    font-size: 2rem;
  }
}
#s_enviro .hr_list .en {
  margin-top: 18px;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #s_enviro .hr_list .en {
    font-size: 1rem;
  }
}
#s_enviro .hr_list .txt {
  margin: 28px 0 -0.35em;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #s_enviro .hr_list .txt {
    font-size: 1.3rem;
  }
}
#s_enviro .way_list {
  margin-top: 45px;
  background: #f7f7f7;
  border-radius: 10px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  padding: 45px 70px 70px;
  gap: 0 60px;
}
@media screen and (max-width: 480px) {
  #s_enviro .way_list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 15px 25px 30px;
    gap: 0;
  }
}
#s_enviro .way_list li {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  #s_enviro .way_list li {
    padding: 13px 0;
    font-size: 1.3rem;
  }
}
#s_enviro .way_list .num {
  width: 35px;
  color: #a62126;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  #s_enviro .way_list .num {
    width: 28px;
  }
}
#s_enviro .way_link {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  #s_enviro .way_link {
    margin-top: 30px;
    -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;
  }
}
#s_enviro .way_link p {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  #s_enviro .way_link p {
    font-size: 1.2rem;
  }
}
#s_enviro .welfare_list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 50px;
}
@media screen and (max-width: 480px) {
  #s_enviro .welfare_list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 10px;
  }
}
#s_enviro .welfare_list li {
  background: #f7f7f7;
  border-radius: 10px;
  text-align: center;
  padding: 40px 35px 35px;
}
@media screen and (max-width: 480px) {
  #s_enviro .welfare_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px 12px;
    padding: 20px 0;
  }
}
#s_enviro .welfare_list .ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #s_enviro .welfare_list .ttl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
#s_enviro .welfare_list .img {
  margin: 25px auto;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #s_enviro .welfare_list .img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    width: auto;
    height: 34px;
  }
  #s_enviro .welfare_list .img img {
    width: auto;
    height: 100%;
  }
}
#s_enviro .welfare_list .txt {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #s_enviro .welfare_list .txt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 72vw;
    font-size: 1.2rem;
  }
}
#s_enviro .pickup_note {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  #s_enviro .pickup_note {
    margin-top: 40px;
  }
}
#s_enviro .pickup_note > .ttl {
  color: #a62126;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #s_enviro .pickup_note > .ttl {
    font-size: 1.2rem;
  }
}
#s_enviro .pickup_note > .ttl .logo {
  padding-left: 14px;
}
@media screen and (max-width: 480px) {
  #s_enviro .pickup_note > .ttl .logo {
    padding-left: 10px;
  }
  #s_enviro .pickup_note > .ttl .logo img {
    width: 54px;
    height: auto;
  }
}
#s_enviro .pickup_note article {
  margin-top: 20px;
  background: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 40px;
}
@media screen and (max-width: 480px) {
  #s_enviro .pickup_note article {
    margin-top: 15px;
    padding: 20px 18px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 13px;
  }
}
#s_enviro .pickup_note article img {
  margin-right: 30px;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 480px) {
  #s_enviro .pickup_note article img {
    margin-right: 0;
    width: 115px;
    height: auto;
    border-radius: 0;
  }
}
#s_enviro .pickup_note article p {
  margin-right: auto;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  #s_enviro .pickup_note article p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.2rem;
  }
  #s_enviro .pickup_note article p br {
    display: none;
  }
}
#s_enviro .support_list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 50px 70px;
}
@media screen and (max-width: 480px) {
  #s_enviro .support_list {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 35px;
  }
}
#s_enviro .support_list li {
  position: relative;
  padding-left: 235px;
  min-height: 125px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_enviro .support_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 20px 14px;
    padding-left: 0;
    min-height: inherit;
  }
}
#s_enviro .support_list .ttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #s_enviro .support_list .ttl {
    width: 100%;
  }
}
#s_enviro .support_list img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  #s_enviro .support_list img {
    position: relative;
    width: 150px;
    height: auto;
    border-radius: 5px;
  }
}
#s_enviro .support_list .txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #s_enviro .support_list .txt {
    margin: -0.375em 0;
    font-size: 1.2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

#s_message {
  width: 92%;
  max-width: 1200px;
  margin: 90px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_message {
    width: 86.7%;
    margin: 40px auto 0;
    padding-top: 50px;
  }
}
#s_message .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_message .inr {
    width: auto;
    padding-left: 0;
  }
}
#s_message::after {
  content: "";
  display: block;
  width: 1100px;
  height: 1px;
  background: #ebebeb;
  margin: 130px auto;
}
@media screen and (max-width: 480px) {
  #s_message::after {
    margin: 50px auto;
    width: 100%;
  }
}
#s_message .message {
  margin-top: 120px;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 100px 150px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #s_message .message {
    margin-top: 60px;
    padding: 40px 20px 30px;
  }
}
#s_message .message > .en {
  position: absolute;
  color: #a62126;
  font-weight: 300;
  font-size: 1.2rem;
  left: calc(30px + 1em);
  top: 30px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
@media screen and (max-width: 480px) {
  #s_message .message > .en {
    font-size: 1rem;
    top: 15px;
    left: calc(15px + 1em);
  }
}
#s_message .message .ttl {
  text-align: center;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #s_message .message .ttl {
    font-size: 2rem;
  }
}
#s_message .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 290px;
  margin: 35px auto 0;
  gap: 25px;
}
@media screen and (max-width: 480px) {
  #s_message .prof {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: auto;
    margin: 25px auto 0;
    text-align: center;
    gap: 12px;
  }
}
#s_message .prof img {
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  #s_message .prof img {
    width: 100px;
    height: auto;
  }
}
#s_message .prof p > span {
  display: block;
}
#s_message .prof .notes {
  font-size: 1.2rem;
}
#s_message .prof .name {
  margin-top: 12px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
#s_message .content {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #s_message .content {
    margin-top: 35px;
  }
}
#s_message .content p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #s_message .content p {
    font-size: 1.4rem;
  }
}
#s_message .content p + p {
  margin-top: 2em;
}
#s_message .link {
  margin-top: 55px;
  border-top: 1px solid #ebebeb;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #s_message .link {
    margin-top: 20px;
    padding-top: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
    gap: 12px;
  }
}
#s_message .link p {
  margin-right: auto;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #s_message .link p {
    margin: 0;
    line-height: 1.5;
  }
}
#s_message .link p .sub {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #s_message .link p .sub {
    margin-bottom: 8px;
  }
}

#s_job {
  width: 92%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_job {
    width: 86.7%;
    margin: 40px auto 0;
    padding-top: 50px;
  }
}
#s_job .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_job .inr {
    width: auto;
    padding-left: 0;
  }
}
#s_job .job {
  margin-top: 120px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 480px) {
  #s_job .job {
    margin-top: 60px;
  }
}
#s_job .job + .job {
  border-top: none;
  margin-top: 0;
}
#s_job .job .hd {
  display: grid;
  grid-template-columns: auto 90px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 25px;
  position: relative;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  #s_job .job .hd {
    padding: 20px 0;
    grid-template-columns: auto 45px;
    gap: 12px 25px;
  }
}
#s_job .job .hd .name {
  grid-column: 1/2;
  grid-row: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 25px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2.3rem;
}
@media screen and (max-width: 480px) {
  #s_job .job .hd .name {
    -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;
    gap: 5px;
    font-size: 1.8rem;
  }
}
#s_job .job .hd .name .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 0 1em;
  color: #929fa5;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W3", "FP-ヒラギノUD角ゴ StdN W3", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  #s_job .job .hd .name .tags {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
#s_job .job .hd .txt {
  grid-column: 1/2;
  grid-row: 2/3;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: -0.5em;
}
@media screen and (max-width: 480px) {
  #s_job .job .hd .txt {
    border-top: 0;
    padding-top: 0;
    font-size: 1.2rem;
    margin: -0.5em 0;
  }
}
#s_job .job .hd .txt .link1::after {
  margin-top: calc(1em - 10px);
  margin-bottom: calc(1em - 11px);
}
@media screen and (max-width: 480px) {
  #s_job .job .hd .txt .link1::after {
    margin-top: calc(1em - 7px);
    margin-bottom: calc(1em - 7px);
  }
}
#s_job .job .hd .ico {
  grid-column: 2/3;
  grid-row: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #222;
  color: inherit;
  text-decoration: none;
}
#s_job .job .hd .ico span {
  aspect-ratio: 1;
  background: -webkit-linear-gradient(45deg, #222 40%, #a62126 60%, #690208 100%) no-repeat left bottom/300%;
  background: linear-gradient(45deg, #222 40%, #a62126 60%, #690208 100%) no-repeat left bottom/300%;
  border-radius: 50%;
  width: 50px;
  position: relative;
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
}
@media screen and (max-width: 480px) {
  #s_job .job .hd .ico span {
    width: 26px;
  }
}
#s_job .job .hd .ico span::before, #s_job .job .hd .ico span::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#s_job .job .hd .ico span::before {
  width: 15px;
  height: 1px;
}
@media screen and (max-width: 480px) {
  #s_job .job .hd .ico span::before {
    width: 8px;
  }
}
#s_job .job .hd .ico span::after {
  width: 1px;
  height: 15px;
}
@media screen and (max-width: 480px) {
  #s_job .job .hd .ico span::after {
    height: 8px;
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  #s_job .job .hd .ico:hover span {
    background-position: right top;
  }
}
#s_job .job .detail {
  display: none;
  margin-bottom: 40px;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 60px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #s_job .job .detail {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 1.4rem;
  }
}
#s_job .job .detail .table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  #s_job .job .detail .table li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
#s_job .job .detail .table li + li {
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
  margin-top: 25px;
}
#s_job .job .detail .table .th {
  width: 170px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  #s_job .job .detail .table .th {
    width: auto;
  }
}
#s_job .job .detail .table .td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#s_job .job .detail .table .td .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 0 1em;
  color: #929fa5;
}
@media screen and (max-width: 480px) {
  #s_job .job .detail .table .td .tags {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
#s_job .job.on .hd .ico span::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
  transform: translate(-50%, -50%) scaleY(0);
}
#s_job .job.on .detail {
  display: block;
}

#s_gallery {
  width: 92%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_gallery {
    width: 86.7%;
    margin: 40px auto 0;
    padding-top: 50px;
  }
}
#s_gallery .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_gallery .inr {
    width: auto;
    padding-left: 0;
  }
}
#s_gallery .gallery {
  width: 800px;
  margin: 125px auto 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  #s_gallery .gallery {
    width: 76vw;
    margin: 60px auto 0;
  }
}
#s_gallery .swiper {
  position: relative;
}
#s_gallery .swiper .swiper-slide {
  position: relative;
  width: 100%;
}
#s_gallery .swiper .swiper-slide img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
#s_gallery .swiper-button-prev,
#s_gallery .swiper-button-next {
  position: absolute;
  top: 250px;
  width: 32px;
  aspect-ratio: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a62126;
  border-radius: 50%;
  background: #fff url("/assets/img/arr1_re_20.png") no-repeat center center/10px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #s_gallery .swiper-button-prev,
  #s_gallery .swiper-button-next {
    top: calc(25.34vw - 11.5px);
    width: 21px;
    background: url("/assets/img/arr1_re_14.png") no-repeat center center/7px;
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  #s_gallery .swiper-button-prev:hover,
  #s_gallery .swiper-button-next:hover {
    background: #a62126 url("/assets/img/arr1_wh_20.png") no-repeat center center/10px;
    -webkit-animation: 0.75s forwards arr;
    animation: 0.75s forwards arr;
  }
}
#s_gallery .swiper-button-prev {
  left: -100px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 480px) {
  #s_gallery .swiper-button-prev {
    left: -30px;
  }
}
#s_gallery .swiper-button-next {
  right: -100px;
}
@media screen and (max-width: 480px) {
  #s_gallery .swiper-button-next {
    right: -30px;
  }
}
#s_gallery .swiper-pagination {
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  #s_gallery .swiper-pagination {
    margin: 24px -5.35vw 0;
  }
}
#s_gallery .swiper-pagination .swiper-pagination-bullet {
  border-radius: 5px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  aspect-ratio: 800/533;
  width: calc((100% - 108px) / 10);
}
@media screen and (max-width: 480px) {
  #s_gallery .swiper-pagination .swiper-pagination-bullet {
    width: calc((100% - 48px) / 5);
    border-radius: 4px;
  }
}
#s_gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.2;
}
#s_gallery .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  cursor: pointer;
}
@media (any-hover: hover) and (min-width: 481px) {
  #s_gallery .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    opacity: 0.7;
  }
}
#s_gallery .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: url("/assets/img/recruit_gallery1.webp") no-repeat center center/cover;
}
#s_gallery .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: url("/assets/img/recruit_gallery2.webp") no-repeat center center/cover;
}
#s_gallery .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background: url("/assets/img/recruit_gallery3.webp") no-repeat center center/cover;
}
#s_gallery .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background: url("/assets/img/recruit_gallery4.webp") no-repeat center center/cover;
}
#s_gallery .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
  background: url("/assets/img/recruit_gallery5.webp") no-repeat center center/cover;
}
#s_gallery .swiper-pagination .swiper-pagination-bullet:nth-child(6) {
  background: url("/assets/img/recruit_gallery6.webp") no-repeat center center/cover;
}
#s_gallery .swiper-pagination .swiper-pagination-bullet:nth-child(7) {
  background: url("/assets/img/recruit_gallery7.webp") no-repeat center center/cover;
}
#s_gallery .swiper-pagination .swiper-pagination-bullet:nth-child(8) {
  background: url("/assets/img/recruit_gallery8.webp") no-repeat center center/cover;
}
#s_gallery .swiper-pagination .swiper-pagination-bullet:nth-child(9) {
  background: url("/assets/img/recruit_gallery9.webp") no-repeat center center/cover;
}
#s_gallery .swiper-pagination .swiper-pagination-bullet:nth-child(10) {
  background: url("/assets/img/recruit_gallery10.webp") no-repeat center center/cover;
}

#s_docs {
  width: 92%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_docs {
    width: 86.7%;
    margin: 40px auto 0;
    padding-top: 50px;
  }
}
#s_docs .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_docs .inr {
    width: auto;
    padding-left: 0;
  }
}
#s_docs .s_lead {
  margin-top: 120px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #s_docs .s_lead {
    margin-top: 55px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
#s_docs .docs {
  margin-top: 70px;
  border-top: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
}
@media screen and (max-width: 480px) {
  #s_docs .docs {
    margin-top: 35px;
    padding-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
#s_docs .docs + .docs {
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_docs .docs + .docs {
    margin-top: 35px;
  }
}
#s_docs .docs + .docs:last-child .link_list1:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 480px) {
  #s_docs .docs + .docs:last-child .link_list1:last-child {
    padding-bottom: 35px;
  }
}
#s_docs .docs .ttl {
  width: 305px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 1.5;
  margin-top: -0.25em;
}
@media screen and (max-width: 480px) {
  #s_docs .docs .ttl {
    width: auto;
    font-size: 1.8rem;
  }
}
#s_docs .docs .subttl {
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #s_docs .docs .subttl {
    margin-top: 35px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#s_docs .docs .subttl:not(:first-child) {
  margin-top: 40px;
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
}
@media screen and (max-width: 480px) {
  #s_docs .docs .subttl:not(:first-child) {
    margin-top: 35px;
    border-top: none;
    padding-top: 0;
  }
}
#s_docs .docs .link_list1 {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  #s_docs .docs .link_list1 {
    margin-top: 15px;
  }
}

#s_faq {
  width: 92%;
  max-width: 1200px;
  margin: 80px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  #s_faq {
    width: 86.7%;
    margin: 40px auto 0;
    padding-top: 50px;
  }
}
#s_faq .inr {
  margin: 0 auto;
  width: 1000px;
  padding-left: 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_faq .inr {
    width: auto;
    padding-left: 0;
  }
}
#s_faq .faq_list {
  margin-top: 120px;
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 480px) {
  #s_faq .faq_list {
    margin-top: 60px;
  }
}
#s_faq .faq_list li {
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  #s_faq .faq_list li {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 30px;
  }
  #s_faq .faq_list li:last-child {
    padding: 30px 0 0;
    border-bottom: none;
  }
}
#s_faq .faq_list .ttl {
  width: 300px;
  margin: -0.25em 0;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #s_faq .faq_list .ttl {
    width: auto;
  }
}
#s_faq .faq_list .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: -0.25em 0;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #s_faq .faq_list .txt {
    margin: -0.5em 0;
    font-size: 1.4rem;
    line-height: 2;
  }
}
#s_faq::after {
  content: "";
  display: block;
  width: 1100px;
  height: 1px;
  background: #ebebeb;
  margin: 200px auto 130px;
}
@media screen and (max-width: 480px) {
  #s_faq::after {
    margin: 90px auto 50px;
    width: 100%;
  }
}