@-webkit-keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes imageFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes imageFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/* common
---------------------------------------------------------------------------- */
.p-welfare-txt-indent {
  margin-left: 37px;
}

.p-welfare-separate {
  display: inline-block;
}

a {
  color: #EC6C00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.p-welfare-btn {
  display: block;
  color: inherit;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FBFBFB;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-welfare-btn:hover {
  opacity: 0.7;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.p-welfare-sec {
  padding-bottom: 100px;
}

.p-welfare-ttl-l {
  font-size: 4.3rem;
  line-height: 1.488372093;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding: 40px 0 60px;
  position: relative;
}
.p-welfare-ttl-l::before, .p-welfare-ttl-l::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.p-welfare-ttl-l::before {
  width: 100%;
  height: 2px;
  background-color: #E6E6E6;
}
.p-welfare-ttl-l::after {
  width: 80px;
  height: 4px;
  background-color: #EC6C00;
}

.p-welfare-ttl-m {
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding: 20px 0 20px 37px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
.p-welfare-ttl-m::before {
  position: absolute;
  content: "";
  top: 57%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 9999px;
  background-color: #009844;
}

.p-welfare-anchour-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
  margin-bottom: 100px;
}

.p-welfare-anchour-list-item {
  display: block;
  color: inherit;
  line-height: 72px;
  width: 260px;
  height: 72px;
  padding: 0 20px;
  background-color: #E6E6E6;
  position: relative;
}
.p-welfare-anchour-list-item span {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.p-welfare-anchour-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .p-welfare-txt-indent {
    margin-left: 4.9333333333vw;
  }
  .p-welfare-btn {
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0 0 1.0666666667vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1.0666666667vw rgba(0, 0, 0, 0.1);
  }
  .p-welfare-sec {
    padding-bottom: 21.3333333333vw;
  }
  .p-welfare-ttl-l {
    font-size: 8vw;
    padding: 8vw 0 5.3333333333vw;
  }
  .p-welfare-ttl-l::before {
    height: 0.5333333333vw;
  }
  .p-welfare-ttl-l::after {
    width: 21.3333333333vw;
    height: 1.0666666667vw;
  }
  .p-welfare-ttl-m {
    font-size: 6.4vw;
    line-height: 1.3;
    padding: 2.6666666667vw 0 2.6666666667vw 4.9333333333vw;
    margin-bottom: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid #E6E6E6;
  }
  .p-welfare-ttl-m::before {
    top: 54%;
    width: 3.2vw;
    height: 3.2vw;
  }
  .p-welfare-anchour-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  .p-welfare-anchour-list-item {
    width: 100%;
    line-height: 19.2vw;
    height: 19.2vw;
    padding: 0 10.6666666667vw 0 5.3333333333vw;
  }
  .p-welfare-anchour-list-item::before {
    right: 5.3333333333vw;
    border-width: 1.6vw 1.3333333333vw 0 1.3333333333vw;
  }
}
/* training
---------------------------------------------------------------------------- */
.p-welfare-table-img {
  margin: 80px auto 60px;
  text-align: center;
}

.p-welfare-item-wrapper:not(:last-child) {
  margin-bottom: 30px;
}

.p-welfare-item-detail {
  margin-left: 37px;
}

.p-welfare-item-detail:not(:last-child) {
  margin-bottom: 30px;
}

.p-welfare-item-detail-ttl {
  font-size: 2.2rem;
  line-height: 1.1818181818;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-welfare-table-img {
    margin-top: 10.6666666667vw;
  }
  .p-welfare-item-wrapper:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
  .p-welfare-item-detail {
    margin-left: 4.9333333333vw;
  }
  .p-welfare-item-detail:not(:last-child) {
    margin-bottom: 8vw;
  }
  .p-welfare-item-detail-ttl {
    font-size: 5.0666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
/* welfare
---------------------------------------------------------------------------- */
.p-welfare-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1070px;
  margin: 80px auto 40px;
  gap: 40px 30px;
}

.p-welfare-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(33.3333% - 26px);
  max-width: 314px;
}

.p-welfare-list-item-img {
  width: 104px;
}

.p-welfare-list-item-ttl {
  font-size: 2.2rem;
  line-height: 1.5909090909;
  letter-spacing: 0.02em;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 15px;
}

.p-welfare-btn-women {
  width: 642px;
  height: 150px;
  margin: auto;
}

.p-welfare-btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-welfare-btn-img {
  width: 250px;
}

.p-welfare-btn-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding: 48px 116px 61px 56px;
  white-space: nowrap;
  height: 150px;
  position: relative;
}
.p-welfare-btn-txt::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: url(../../../images/recruit/welfare/icn_arw-circle.png) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .p-welfare-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    margin: 10.6666666667vw auto 8vw;
  }
  .p-welfare-list-item {
    width: 100%;
    max-width: none;
  }
  .p-welfare-list-item-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .p-welfare-list-item-img {
    width: 27.7333333333vw;
  }
  .p-welfare-list-item-ttl {
    font-size: 5.0666666667vw;
    margin-bottom: 2vw;
  }
  .p-welfare-btn-women {
    width: 100%;
    height: 20vw;
  }
  .p-welfare-btn-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-welfare-btn-img {
    width: 33.3333333333vw;
  }
  .p-welfare-btn-txt {
    font-size: 3.2vw;
    line-height: 1.5;
    padding: 5.0666666667vw 15.4666666667vw 8.1333333333vw 5.3333333333vw;
    height: 20vw;
  }
  .p-welfare-btn-txt::before {
    right: 6vw;
    width: 5.6vw;
    height: 5.6vw;
  }
}
/* next
---------------------------------------------------------------------------- */
.p-welfare-next {
  padding: 69px 0 120px;
  border-top: 1px solid #E6E6E6;
}

.p-welfare-next-ttl-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin-bottom: 58px;
}

.p-welfare-next-ttl {
  color: #EC6C00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6rem;
  line-height: 0.6666666667;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-welfare-next-subttl {
  color: #848484;
  font-size: 2.4rem;
  line-height: 1.0833333333;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.p-welfare-next-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.p-welfare-btn-next {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  width: calc(50% - 40px);
  max-width: 575px;
  height: 125px;
  padding: 52px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-welfare-next {
    padding: 18.4vw 0 32vw;
    border-top: 0.2666666667vw solid #E6E6E6;
  }
  .p-welfare-next-ttl-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    margin-bottom: 15.4666666667vw;
  }
  .p-welfare-next-ttl {
    font-size: 13.3333333333vw;
  }
  .p-welfare-next-subttl {
    font-size: 5.3333333333vw;
  }
  .p-welfare-next-btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-welfare-btn-next {
    font-size: 4.8vw;
    width: 100%;
    max-width: 100%;
    height: 26.6666666667vw;
    padding: 10.9333333333vw 0;
  }
}