@charset "utf-8";

/*
  File Name   : recruit.css
  Description : コンテンツエリア関係 他
*/

/* kv
============================================================ */
.com-title-kv-wrap {
  background: url(../img/recruit/com-title-kv-wrap-img.png) center no-repeat;
  background-size: cover;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .com-title-kv-wrap {
    background: url(../img/recruit/com-title-kv-wrap-img-sp.png) center no-repeat;
    background-size: cover;
  }
}

/* index
============================================================ */
/* -index-kv */
.recruit-index-kv-wrap .kv-img {
  width: 1580px;
  height: 650px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.recruit-index-kv-wrap .kv-img-catch {
  margin-top: -272px;
  position: relative;
  z-index: 1;
}
.recruit-index-kv-wrap .kv-img-bg {
  position: relative;
}
.recruit-index-kv-wrap .kv-img-bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -220px;
  width: 100%;
  height: 640px;
  background: url(../img/recruit/recruit-title-kv-bg.png) center no-repeat;
  background-size: cover;
  z-index: -1;
}

/* -index-section-A */
.-index-section-A {
  margin-top: 10px;
}
.-index-section-A .section-A-body {
  position: relative;
}
.-index-section-A .img-wrap {
  border-radius: 20px;
  overflow: hidden;
}
.-index-section-A .section-A-body .text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}
.-index-section-A .section-A-body .text-wrap .text {
  font-size: 24px;
  font-weight: bold;
}
.-index-section-A .section-A-body .text-wrap span {
  border-radius: 0 10px 0 0;
  padding: 15px 30px 15px 0;
  background-color: #f7f6f0;
  display: inline-block;
}

/* -index-section-B */
.-index-section-B {
  margin-top: 95px;
}
.section-B-body .recruit-nav {
  margin-top: 75px;
  width: calc(100% - 500px);
  padding-left: 80px;
}
.section-B-body .recruit-nav li a {
  padding: 60px 0;
  display: block;
  position: relative;
  border-top: solid 2px #049626;
}
.section-B-body .recruit-nav li:last-child a {
  border-bottom: solid 2px #049626;
}
.section-B-body .recruit-nav li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url(../img/recruit/icon-A.svg) 0 0 no-repeat;
  background-size: 50px auto;
  transition: all .2s ease-in-out;
}
.section-B-body .recruit-nav li a:hover::after {
  background: url(../img/recruit/icon-B.svg) 0 0 no-repeat;
  background-size: 50px auto;
}
.section-B-body .recruit-nav li a:hover {
  text-decoration: none;
}
.section-B-body .recruit-nav li a:hover span {
  text-decoration: none;
  color: #fff;
}
.section-B-body .recruit-nav li a:hover::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -32px;
  width: 578px;
  height: 166px;
  background: url(../img/recruit/hover-bg-gn.svg) 0 0 no-repeat;
  background-size: 578px auto;
  transition: all .2s ease-in-out;
}
.section-B-body .recruit-nav li span {
  font-size: 24px;
  font-weight: 400;
  font-family: "WDXL Lubrifont SC", sans-serif;
  color: #049626;
  position: relative;
  padding-left: 70px;
  z-index: 2;
  transition: all .2s ease-in-out;
}
.section-B-body .recruit-nav li span::before {
  content: "";
  position: absolute;
  left: 0;
  transition: all .2s ease-in-out;
}
.section-B-body .recruit-nav li.item-1 span::before {
  top: -10px;
  width: 50px;
  height: 50px;
  background: url(../img/recruit/icon-nav-A-gn.svg) 0 0 no-repeat;
  background-size: 50px auto;
}
.section-B-body .recruit-nav li.item-2 span::before {
  top: -10px;
  width: 50px;
  height: 41px;
  background: url(../img/recruit/icon-nav-B-gn.svg) 0 0 no-repeat;
  background-size: 50px auto;
}
.section-B-body .recruit-nav li.item-3 span::before {
  top: -10px;
  width: 50px;
  height: 50px;
  background: url(../img/recruit/icon-nav-C-gn.svg) 0 0 no-repeat;
  background-size: 50px auto;
}
.section-B-body .recruit-nav li.item-4 span::before {
  top: -10px;
  width: 41px;
  height: 50px;
  background: url(../img/recruit/icon-nav-D-gn.svg) 0 0 no-repeat;
  background-size: 41px auto;
}
.section-B-body .recruit-nav li.item-1 a:hover span::before {
  top: -10px;
  width: 50px;
  height: 50px;
  background: url(../img/recruit/icon-nav-A-wh.svg) 0 0 no-repeat;
  background-size: 50px auto;
}
.section-B-body .recruit-nav li.item-2 a:hover span::before {
  top: -10px;
  width: 50px;
  height: 41px;
  background: url(../img/recruit/icon-nav-B-wh.svg) 0 0 no-repeat;
  background-size: 50px auto;
}
.section-B-body .recruit-nav li.item-3 a:hover span::before {
  top: -10px;
  width: 50px;
  height: 50px;
  background: url(../img/recruit/icon-nav-C-wh.svg) 0 0 no-repeat;
  background-size: 50px auto;
}
.section-B-body .recruit-nav li.item-4 a:hover span::before {
  top: -10px;
  width: 41px;
  height: 50px;
  background: url(../img/recruit/icon-nav-D-wh.svg) 0 0 no-repeat;
  background-size: 41px auto;
}

.section-B-body .bottom-wrap {
  width: 500px;
  height: 650px;
  margin-top: 75px;
  margin-left: auto;
  position: relative;
}
.section-B-body .bottom-wrap .img-wrap {
  width: 100%;
  height: 650px;
  position: absolute;
  border-radius: 40px;
  overflow: hidden;
  background: url(../img/recruit/recruit-nav-img-1.jpg) center no-repeat;
  background-size: cover;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1);
}
.section-B-body .bottom-wrap .img-wrap.item-img-2 {
  background: url(../img/recruit/recruit-nav-img-2.jpg) center no-repeat;
  background-size: cover;
}
.section-B-body .bottom-wrap .img-wrap.item-img-3 {
  background: url(../img/recruit/recruit-nav-img-3.jpg) center no-repeat;
  background-size: cover;
}
.section-B-body .bottom-wrap .img-wrap.item-img-4 {
  background: url(../img/recruit/recruit-nav-img-4.jpg) center no-repeat;
  background-size: cover;
}

.section-B-body .bottom-wrap {
  position: relative;
}
.section-B-body .bottom-wrap::before {
  content: "";
  position: absolute;
  top: -85px;
  left: -110px;
  width: 316px;
  height: 314px;
  background: url(../img/recruit/bottom-wrap-parts.svg) 0 0 no-repeat;
  background-size: 316px auto;
  z-index: 1;
}
.section-B-body .bottom-wrap .img-wrap {
  opacity: 0;
  transition: all .2s ease-in-out;
}
.section-B-body .bottom-wrap .item-img-1 {
  opacity: 1;
}
.section-B-body:has(.recruit-nav .item-2 a:hover) .bottom-wrap .item-img-1,
.section-B-body:has(.recruit-nav .item-3 a:hover) .bottom-wrap .item-img-1,
.section-B-body:has(.recruit-nav .item-4 a:hover) .bottom-wrap .item-img-1 {
  opacity: 0;
}
.section-B-body:has(.recruit-nav .item-2 a:hover) .bottom-wrap .item-img-2,
.section-B-body:has(.recruit-nav .item-3 a:hover) .bottom-wrap .item-img-3,
.section-B-body:has(.recruit-nav .item-4 a:hover) .bottom-wrap .item-img-4 {
  opacity: 1;
}
.section-B-body .bottom-wrap .img-wrap .text {
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 35px;
}

.com-flex-box {
  display: flex;
  flex-direction: row-reverse;
}
.com-flex-box.-center {
  align-items: center;
}
.com-flex-box.-wrap {
  flex-wrap: wrap;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  /* -index-kv */
  .recruit-index-kv-wrap .kv-img {
    width: 940px;
    height: 390px;
  }
  .recruit-index-kv-wrap .kv-img-catch {
    margin-top: -121px;
    text-align: center;
  }
  .recruit-index-kv-wrap .kv-img-bg::before {
    bottom: -150px;
    height: 369px;
    background: url(../img/recruit/recruit-title-kv-bg-sp.png) center no-repeat;
    background-size: cover;
  }

  /* -index-section-A */
  .-index-section-A {
    margin-top: 5px;
  }
  .-index-section-A .section-A-body {
    position: relative;
  }
  .-index-section-A .img-wrap {
    border-radius: 10px;
  }
  .-index-section-A .section-A-body .text-wrap {
    position: static;
  }
  .-index-section-A .section-A-body .text-wrap .text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
  }
  .-index-section-A .section-A-body .text-wrap span {
    border-radius: 0 0 0 0;
    padding: 0 0 0 0;
    background: none;
  }

  /* -index-section-B */
  .-index-section-B {
    margin-top: -20px;
  }
  .section-B-body .recruit-nav {
    margin-top: 75px;
    width: 100%;
    padding-left: 0;
  }
  .section-B-body .recruit-nav li a {
    font-size: 24px;
    padding: 40px 0 30px;
    display: block;
    position: relative;
    border-top: dashed 1px #049626;
  }
  .section-B-body .recruit-nav li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
  }
  .section-B-body .recruit-nav li:first-child a {
    border-top: none;
    padding-top: 0;
  }
  .section-B-body .recruit-nav li a::after {
    display: none;
  }
  .section-B-body .recruit-nav li a:hover::after {
    display: none;
  }
  .section-B-body .recruit-nav li a:hover {
    color: #049626;
  }
  .section-B-body .recruit-nav li a:hover::before {
    display: none;
  }
  .section-B-body .recruit-nav li .img-bolock {
    overflow: hidden;
    border-radius: 10px;
  }
  .section-B-body .recruit-nav li span {
    padding-left: 40px;
    margin-top: 15px;
    display: block;
  }
  .section-B-body .recruit-nav li .text {
    font-size: 16px;
    color: #0b3745;
    margin-top: 10px;
  }
  .section-B-body .recruit-nav li.item-1 span::before,
  .section-B-body .recruit-nav li.item-1 a:hover span::before {
    top: 5px;
    width: 30px;
    height: 30px;
    background: url(../img/recruit/icon-nav-A-gn.svg) 0 0 no-repeat;
    background-size: 30px auto;
  }
  .section-B-body .recruit-nav li.item-2 span::before,
  .section-B-body .recruit-nav li.item-2 a:hover span::before {
    top: 3px;
    width: 36px;
    height: 30px;
    background: url(../img/recruit/icon-nav-B-gn.svg) 0 0 no-repeat;
    background-size: 36px auto;
  }
  .section-B-body .recruit-nav li.item-3 span::before,
  .section-B-body .recruit-nav li.item-3 a:hover span::before {
    top: 5px;
    width: 30px;
    height: 30px;
    background: url(../img/recruit/icon-nav-C-gn.svg) 0 0 no-repeat;
    background-size: 30px auto;
  }
  .section-B-body .recruit-nav li.item-4 span::before,
  .section-B-body .recruit-nav li.item-4 a:hover span::before {
    top: 5px;
    width: 25px;
    height: 30px;
    background: url(../img/recruit/icon-nav-D-gn.svg) 0 0 no-repeat;
    background-size: 25px auto;
  }

  .section-B-body .bottom-wrap {
    display: none;
  }

  .com-flex-box {
    display: block;
  }
}

/* staff
============================================================ */
.-staff-section {
  margin-top: 60px;
}
.-staff-section .staff-item {
  margin-bottom: 100px;
}
.-staff-section .staff-item:last-child {
  margin-bottom: 0;
}

/* name-wrap */
.-staff-section .staff-item .name-wrap {
  position: relative;
  z-index: 1;
}
.-staff-section .staff-item .name-wrap .name-en-year {
  display: flex;
  height: 37px;
}
.-staff-section .staff-item .name-wrap .name-en {
  font-size: 16px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  color: #049626;
  padding: 12px 10px;
  background-color: #fff;
  border-radius: 3px 0 0 3px;
}
.-staff-section .staff-item .name-wrap .year {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 10px 10px;
  background-color: #049626;
  border-radius: 0 3px 3px 0;
}
.-staff-section .staff-item .name-wrap .name-ja {
  font-size: 100px;
  font-weight: 400;
  font-family: "WDXL Lubrifont SC", sans-serif;
  line-height: 1;
  color: #049626;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: solid 5px #049626;
  display: inline-block;
}

/* img-caption-wrap */
.-staff-section .staff-item .img-caption-wrap {
  margin-top: -50px;
  position: relative;
}
.-staff-section .staff-item .img-caption-wrap::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -60px;
  width: 316px;
  height: 314px;
  background: url(../img/recruit/staff/img-caption-wrap-parts.svg) 0 0 no-repeat;
  background-size: 316px auto;
  z-index: 1;
}
.-staff-section .staff-item .img-caption-wrap .text-block {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.-staff-section .staff-item .img-caption-wrap .text-block .text {
  font-size: 24px;
  font-weight: bold;
}
.-staff-section .staff-item .img-caption-wrap .text-block span {
  border-radius: 0 10px 0 0;
  padding: 15px 20px 15px 0;
  background-color: #f7f6f0;
  display: inline-block;
}

/* text-wrap */
.-staff-section .staff-item .text-wrap {
  margin-top: 40px;
}

/* q-and-a-wrap */
.-staff-section .staff-item .q-and-a-wrap {
  margin-top: 35px;
}
.-staff-section .staff-item .q-and-a-wrap .item {
  padding: 40px 40px 35px;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  width: 100%;
}
.-staff-section .staff-item .q-and-a-wrap .title-Q,
.-staff-section .staff-item .q-and-a-wrap .title-A {
  position: relative;
  padding-left: 70px;
}
.-staff-section .staff-item .q-and-a-wrap .title-Q {
  font-size: 20px;
  font-weight: bold;
  color: #049626;
}
.-staff-section .staff-item .q-and-a-wrap .title-A {
  margin-top: 30px;
}
.-staff-section .staff-item .q-and-a-wrap .title-Q::before,
.-staff-section .staff-item .q-and-a-wrap .title-A::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url(../img/recruit/staff/icon-Q.svg) 0 0 no-repeat;
  background-size: 50px auto;
}
.-staff-section .staff-item .q-and-a-wrap .title-A::before {
  top: 0;
  transform: translateY(0);
  background: url(../img/recruit/staff/icon-A.svg) 0 0 no-repeat;
  background-size: 50px auto;
}
.-staff-section .staff-item .q-and-a-wrap .item-wrap {
  display: flex;
  flex-direction: row-reverse;
}
.-staff-section .staff-item .q-and-a-wrap .item-wrap .item-img {
  width: calc(350px + 20px);
  padding-left: 20px;
}
.-staff-section .staff-item .q-and-a-wrap .item-wrap .item-img img {
  border-radius: 20px;
  overflow: hidden;
}
.-staff-section .staff-item .q-and-a-wrap .item-wrap .item-img + .item {
  width: calc(100% - 350px);
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .-staff-section .staff-item {
    margin-bottom: 85px;
  }

  /* name-wrap */
  .-staff-section .staff-item .name-wrap .name-ja {
    font-size: 60px;
    padding-top: 17px;
    padding-bottom: 15px;
  }

  /* img-caption-wrap */
  .-staff-section .staff-item .img-caption-wrap {
    margin-top: -35px;
  }
  .-staff-section .staff-item .img-caption-wrap::after {
    top: -98px;
    right: -60px;
    width: 135px;
    height: 134px;
    background: url(../img/recruit/staff/img-caption-wrap-parts.svg) 0 0 no-repeat;
    background-size: 135px auto;
  }
  .-staff-section .staff-item .img-caption-wrap .text-block {
    position: static;
    margin-top: 20px;
  }
  .-staff-section .staff-item .img-caption-wrap .text-block .text {
    font-size: 18px;
  }
  .-staff-section .staff-item .img-caption-wrap .text-block span {
    border-radius: 0 0 0 0;
    padding: 0 0 0 0;
    background: none;
  }

  /* text-wrap */
  .-staff-section .staff-item .text-wrap {
    margin-top: 27px;
  }

  /* q-and-a-wrap */
  .-staff-section .staff-item .q-and-a-wrap {
    margin-top: 35px;
  }
  .-staff-section .staff-item .q-and-a-wrap .item {
    padding: 30px 30px 50px;
  }
  .-staff-section .staff-item .q-and-a-wrap .title-Q,
  .-staff-section .staff-item .q-and-a-wrap .title-A {
    position: relative;
    padding-left: 70px;
  }
  .-staff-section .staff-item .q-and-a-wrap .title-A {
    margin-top: 20px;
  }
  .-staff-section .staff-item .q-and-a-wrap .title-Q::before,
  .-staff-section .staff-item .q-and-a-wrap .title-A::before {
    top: 0;
    transform: translateY(0);
  }
  .-staff-section .staff-item .q-and-a-wrap .title-A::before {
    top: 0;
  }
  .-staff-section .staff-item .q-and-a-wrap .item-wrap {
    display: block;
  }
  .-staff-section .staff-item .q-and-a-wrap .item-wrap .item-img {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .-staff-section .staff-item .q-and-a-wrap .item-wrap .item-img + .item {
    width: 100%;
  }
}

/* benefits-gallery
============================================================ */
.-benefits-section {
  margin-top: 60px;
}
.benefits-body .benefits-item {
  padding-bottom: 100px;
  margin-bottom: 80px;
  border-bottom: dashed 2px #049626;
}
.benefits-body .benefits-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.benefits-body .img-wrap-A-movie,
.benefits-item-over .img-wrap-A-movie {
  display: flex;
  align-items: flex-start;
}
.benefits-body .img-wrap-A-movie .img-block,
.benefits-item-over .img-wrap-A-movie .img-block {
  width: 700px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.benefits-body .img-wrap-A-movie .img-block a:hover,
.benefits-item-over .img-wrap-A-movie .img-block a:hover {
  opacity: .7;
}
.benefits-body .img-wrap-A-movie .img-block-inner::before,
.benefits-item-over .img-wrap-A-movie .img-block-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);

  display: none;
}
.benefits-body .img-wrap-A-movie .img-block-inner::after,
.benefits-item-over .img-wrap-A-movie .img-block-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url(../img/recruit/benefits-gallery/movie-arrow.svg) 0 0 no-repeat;
  background-size: 60px auto;

  display: none;
}
.benefits-body .img-wrap-A-movie .img-block iframe,
.benefits-item-over .img-wrap-A-movie .img-block iframe {
  width: 700px;
  height: 466px;
  transition: all .2s ease-in-out;
}
.benefits-body .img-wrap-A-movie .img-block iframe:hover,
.benefits-item-over .img-wrap-A-movie .img-block iframe:hover {
  /* opacity: .7; */
}
.benefits-body .img-wrap-A-movie .text-block,
.benefits-item-over .img-wrap-A-movie .text-block {
  width: calc(100% - 700px);
  padding-left: 30px;
}
.benefits-body .benefits-item .img-wrap-A {
  border-radius: 20px;
  overflow: hidden;
}
.benefits-body .benefits-item .text-wrap {
  margin-top: 30px;
}
.benefits-body .benefits-item .img-wrap-B {
  margin-top: 38px;
}
.benefits-body .benefits-item .img-wrap-B ul {
  display: flex;
  flex-wrap: wrap;
}
.benefits-body .benefits-item .img-wrap-B li {
  width: calc((100% - 40px * 2) / 3);
  margin-right: 40px;
}
.benefits-body .benefits-item .img-wrap-B li:nth-child(3n) {
  margin-right: 0;
}
.benefits-body .benefits-item .img-wrap-B li:nth-child(n + 4) {
  margin-top: 30px;
}
.benefits-body .benefits-item .img-wrap-B li img {
  overflow: hidden;
  border-radius: 10px;
}
.benefits-item-over .img-wrap-C {
  margin-top: 38px;
}
.benefits-item-over .img-wrap-C ul {
  display: flex;
  flex-wrap: wrap;
}
.benefits-item-over .img-wrap-C li {
  width: calc((100% - 40px * 1) / 2);
  margin-right: 40px;
}
.benefits-item-over .img-wrap-C li:nth-child(2n) {
  margin-right: 0;
}
.benefits-item-over .img-wrap-C li img {
  overflow: hidden;
  border-radius: 10px;
}
.benefits-item-over .img-wrap-C li .text {
  margin-top: 30px;
}
.benefits-body .benefits-item .other-wrap-A {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1);
}
.benefits-body .benefits-item .other-wrap-A .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
.benefits-body .benefits-item .other-wrap-A .title::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 53px;
  background-color: #0b3745;
  border-radius: 5px;
}
.benefits-body .benefits-item .other-wrap-A ul {
  display: flex;
  max-width: 730px;
  margin-left: auto;
}
.benefits-body .benefits-item .other-wrap-A li {
  width: calc((100% - 20px * 2) / 3);
  margin-right: 20px;
}
.benefits-body .benefits-item .other-wrap-A li:last-child {
  margin-right: 0;
}
.benefits-body .benefits-item .other-wrap-A li a {
  display: block;
}
.benefits-body .benefits-item .other-wrap-A li a:hover {
  opacity: .7;
}
.benefits-item-over {
  overflow: hidden;
  border-radius: 20px;
  margin: 0 40px;
  background: url(../img/recruit/benefits-gallery/benefits-item-over-bg.png) center no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding: 80px 0;
}
.benefits-item-over .com-section-inner {
  margin: 0 auto;
}

/* -gallery-section */
.-gallery-section {
  margin-top: 150px;
}
.gallery-body .gallery-item-list {
  margin-top: 38px;
}
.gallery-body .gallery-item-list ul {
  display: flex;
  flex-wrap: wrap;
}
.gallery-body .gallery-item-list li {
  width: calc((100% - 40px * 2) / 3);
  margin-right: 40px;
}
.gallery-body .gallery-item-list li:nth-child(3n) {
  margin-right: 0;
}
.gallery-body .gallery-item-list li:nth-child(n + 4) {
  margin-top: 30px;
}
.gallery-body .gallery-item-list li img {
  overflow: hidden;
  border-radius: 10px;
}
.gallery-body .gallery-item-list li a {
  position: relative;
  display: block;
  height: 100%;
  cursor: pointer;
}
.gallery-body .gallery-item-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background: url(../img/common/icon-gallery-item-list.svg) 0 0 no-repeat;
  background-size: 38px;
}
.gallery-body .gallery-item-list li a:hover {
  opacity: .7;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .-benefits-section {
    margin-top: 60px;
  }
  .benefits-body .benefits-item {
    padding-bottom: 60px;
    margin-bottom: 80px;
  }
  .benefits-body .img-wrap-A-movie,
  .benefits-item-over .img-wrap-A-movie {
    display: block;
  }
  .benefits-body .img-wrap-A-movie .img-block,
  .benefits-item-over .img-wrap-A-movie .img-block {
    width: 100%;
  }
  .benefits-body .img-wrap-A-movie .img-block a:hover,
  .benefits-item-over .img-wrap-A-movie .img-block a:hover {
    opacity: 1;
  }
  .benefits-body .img-wrap-A-movie .img-block-inner::after,
  .benefits-item-over .img-wrap-A-movie .img-block-inner::after {
    /* width: 50px;
    height: 50px;
    background: url(../img/recruit/benefits-gallery/movie-arrow.svg) 0 0 no-repeat;
    background-size: 50px auto; */

    display: none;
  }
  .benefits-body .img-wrap-A-movie .img-block iframe,
  .benefits-item-over .img-wrap-A-movie .img-block iframe {
    width: 100%;
    height: 50vw;
    /* height: 223px; */
  }
  .benefits-body .img-wrap-A-movie .img-block iframe:hover,
  .benefits-item-over .img-wrap-A-movie .img-block iframe:hover {
    opacity: 1;
  }
  .benefits-body .img-wrap-A-movie .text-block,
  .benefits-item-over .img-wrap-A-movie .text-block {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .benefits-body .benefits-item .img-wrap-A {
    border-radius: 10px;
  }
  .benefits-body .benefits-item .text-wrap {
    margin-top: 20px;
  }
  .benefits-body .benefits-item .img-wrap-B {
    margin-top: 55px;
  }
  .benefits-body .benefits-item .img-wrap-B li {
    width: calc((100% - 17px * 1) / 2);
    margin-right: 17px;
  }
  .benefits-body .benefits-item .img-wrap-B li:nth-child(3n) {
    margin-right: 17px;
  }
  .benefits-body .benefits-item .img-wrap-B li:nth-child(2n) {
    margin-right: 0;
  }
  .benefits-body .benefits-item .img-wrap-B li:nth-child(n + 3) {
    margin-top: 17px;
  }
  .benefits-body .benefits-item .img-wrap-B li img {
    border-radius: 10px;
  }
  .benefits-item-over .img-wrap-C {
    margin-top: 95px;
  }
  .benefits-item-over .img-wrap-C ul {
    display: block;
  }
  .benefits-item-over .img-wrap-C li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 65px;
  }
  .benefits-item-over .img-wrap-C li:last-child {
    margin-bottom: 0;
  }
  .benefits-item-over .img-wrap-C li .text {
    margin-top: 30px;
  }
  .benefits-body .benefits-item .other-wrap-A {
    display: block;
    margin-top: 30px;
    padding: 30px 30px;
  }
  .benefits-body .benefits-item .other-wrap-A ul {
    display: block;
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .benefits-body .benefits-item .other-wrap-A li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .benefits-body .benefits-item .other-wrap-A li:last-child {
    margin-bottom: 0;
  }
  .benefits-body .benefits-item .other-wrap-A li a:hover {
    opacity: 1;
  }

  .benefits-item-over {
    border-radius: 0;
    margin: 0 0;
    margin-top: 80px;
    padding: 60px 0;
  }

  /* -gallery-section */
  .-gallery-section {
    margin-top: 100px;
  }
  .gallery-body .gallery-item-list {
    margin-top: 30px;
  }
  .gallery-body .gallery-item-list li {
    width: calc((100% - 15px * 1) / 2);
    margin-right: 15px;
  }
  .gallery-body .gallery-item-list li:nth-child(3n) {
    margin-right: 15px;
  }
  .gallery-body .gallery-item-list li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery-body .gallery-item-list li:nth-child(n + 4),
  .gallery-body .gallery-item-list li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .gallery-body .gallery-item-list li a::after {
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background: url(../img/common/icon-gallery-item-list.svg) 0 0 no-repeat;
    background-size: 26px;
  }
  .gallery-body .gallery-item-list li a:hover {
    opacity: 1;
  }
}

/* requirements
============================================================ */
.-requirements-section-A {
}
.-requirements-section-A .icon-cheak-list-wrap {
  display: flex;
}
.-requirements-section-A .icon-cheak-list-wrap ul {
  margin-right: 37px;
}
.-requirements-section-A .icon-cheak-list-wrap li {
  padding-left: 26px;
  position: relative;
}
.-requirements-section-A .icon-cheak-list-wrap li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 13px;
  background: url(../img/common/icon-check-gn.svg) 0 0 no-repeat;
  background-size: 16px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
.-requirements-section-A .icon-cheak-list-wrap {
    display: block;
  }
  .-requirements-section-A .icon-cheak-list-wrap ul {
    margin-right: 0;
  }
}

/* common
============================================================ */
.-recruit-section-bottom {
  margin-top: 80px;
  text-align: center;
}
.-recruit-section-bottom a:hover {
  opacity: .7;
}

.-recruit-com-btn-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.-recruit-com-btn-wrap li {
  width: calc((100% - 40px * 3) / 4);
  margin-right: 40px;
}
.-recruit-com-btn-wrap li:nth-child(4n) {
  margin-right: 0;
}
.-recruit-com-btn-wrap li:nth-child(n + 5) {
  margin-top: 40px;
}

/* -col-2 */
.-recruit-com-btn-wrap .-col-2 {
  width: 530px;
  margin: 0 auto;
}
.-recruit-com-btn-wrap .-col-2 li {
  width: calc((100% - 40px * 1) / 2);
  margin-right: 40px;
}
.-recruit-com-btn-wrap .-col-2 li:nth-child(2n) {
  margin-right: 0;
}

.-recruit-com-btn-wrap li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #049626;
  display: flex;
  align-items: center;
  padding: 26px 30px;
  padding-right: 50px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 4px #049626;
  position: relative;
  height: 80px;
}
.-recruit-com-btn-wrap li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/recruit/recruit-com-btn-wrap-arrow.svg) 0 0 no-repeat;
  background-size: 20px auto;
}
.-recruit-com-btn-wrap li a:hover {
  text-decoration: none;
  opacity: .7;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .-recruit-com-btn-wrap li {
    width: calc((100% - 15px * 1) / 2);
    margin-right: 15px;
  }
  .-recruit-com-btn-wrap li:nth-child(2n),
  .-recruit-com-btn-wrap li:nth-child(4n) {
    margin-right: 0;
  }
  .-recruit-com-btn-wrap li:nth-child(n + 5) {
    margin-top: 0;
  }
  .-recruit-com-btn-wrap li:nth-child(n + 3) {
    margin-top: 15px;
  }

  /* -col-2 */
  .-recruit-com-btn-wrap .-col-2 {
    width: 100%;
  }
  .-recruit-com-btn-wrap .-col-2 li {
    width: calc((100% - 15px * 1) / 2);
    margin-right: 15px;
  }

  .-recruit-com-btn-wrap li a {
    padding: 10px 20px;
    padding-right: 40px;
    border: solid 2px #049626;
    height: 60px;
  }
  .-recruit-com-btn-wrap li a::after {
    right: 16px;
  }
  .-recruit-section-bottom a:hover {
    opacity: 1;
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .hoge {
  }
}


