@-webkit-keyframes fish-swim {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes fish-swim {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes fish-swim-reverse {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes fish-swim-reverse {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes fish-swim-horizontal {
  0% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(8px) rotateY(0) rotate(-2deg);
    transform: translateX(8px) rotateY(0) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotateY(0) rotate(0deg);
    transform: translateX(10px) rotateY(0) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(2px) rotateY(0) rotate(1deg);
    transform: translateX(2px) rotateY(0) rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
}
@keyframes fish-swim-horizontal {
  0% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(8px) rotateY(0) rotate(-2deg);
    transform: translateX(8px) rotateY(0) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotateY(0) rotate(0deg);
    transform: translateX(10px) rotateY(0) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(2px) rotateY(0) rotate(1deg);
    transform: translateX(2px) rotateY(0) rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
}
@-webkit-keyframes fish-swim-horizontal-reverse {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(-8px) rotate(2deg);
    transform: translateX(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(0deg);
    transform: translateX(-10px) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes fish-swim-horizontal-reverse {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(-8px) rotate(2deg);
    transform: translateX(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(0deg);
    transform: translateX(-10px) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes bg-scroll-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100px 0;
  }
}
@keyframes bg-scroll-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100px 0;
  }
}
@-webkit-keyframes bg-scroll-loop02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1366px 0;
  }
}
@keyframes bg-scroll-loop02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1366px 0;
  }
}
/* ======================================================================
  p-recruitment
====================================================================== */
.p-main-visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-main-visual {
    margin-top: 0;
  }
}
.p-main-visual__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 1200px;
  padding-top:1px;
}
.p-main-visual__inner::before {
  display: inline-block;
  width: 1500px;
  height: 424px;
  background-image: url("../img/bg_mainimg01a.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: -395px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-main-visual__inner::before {
    background-image: url("../img/bg_mainimg01-sp.png");
    width: 100vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    aspect-ratio: 375/433;
    height: auto;
    top: 34px;
    bottom: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.p-main-visual__inner::after {
  display: inline-block;
  width: 450px;
  height: 108px;
  background-image: url("../img/bg_mainimg02a.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: -160px;
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .p-main-visual__inner::after {
    background-image: url("../img/bg_mainimg02-sp.png");
    width: 280px;
    height: 68px;
    right: -120px;
    bottom: 0;
  }
}
.p-main-visual__pic {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-main-visual__pic {
    margin: 238px 15px 0 15px;
  }
}
.p-main-visual__pic::before {
  display: inline-block;
  width: 121px;
  height: 55px;
  background-image: url("../img/img_deco_bird01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: -40px;
  -webkit-animation: fish-swim-horizontal 4s ease-in-out infinite;
  animation: fish-swim-horizontal 4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-main-visual__pic::before {
    width: 90px;
    height: 41px;
    right: 0;
    top: -225px;
  }
}
.p-main-visual__txt {
  position: absolute;
  /*top: 50%;*/
  bottom: 75px;
  left: 0;
  /*transform: translateY(-50%);*/
}
@media screen and (max-width: 767px) {
  .p-main-visual__txt {
    top: 78px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 319px;
    height: auto;
    left: 15px;
  }
}
.p-main-visual__txt::before {
  display: inline-block;
  width: 83px;
  height: 48px;
  background-image: url("../img/img_deco_fish01a.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -115px;
  left: 274px;
  -webkit-animation: fish-swim 4s ease-in-out infinite;
  animation: fish-swim 4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-main-visual__txt::before {
    display: none;
  }
}
.p-main-visual__txt::after {
  display: inline-block;
  width: 93px;
  height: 93px;
  background-image: url("../img/img_deco_sun01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -145px;
  right: 85px;
}
@media screen and (max-width: 767px) {
  .p-main-visual__txt::after {
    width: 74px;
    height: 74px;
    top: -75px;
    right: auto;
    left: 0;
    z-index: -1;
  }
}

.l-breadcrumbs {
  background: none;
}
.l-breadcrumbs.l-breakout {
  padding: 20px 0 0 0;
}

.l-cta-2 .c-button-2 {
  font-size: 24px;
  line-height: 1.6;
  padding: 0 0 0 215px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-cta-2 .c-button-2 {
    padding: 0 55px 0 120px;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-cta-2 .c-button-2 span {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .l-cta-2 .c-button-2 span {
    font-size: 24px;
  }
}
.l-cta-2 .c-button-2::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../img/ico_arrow01_right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-cta-2 .c-button-2::before {
    width: 20px;
    height: 20px;
  }
}
.l-cta-2 .c-button-2.ico_new::after {
  display: inline-block;
  width: 162px;
  height: 142px;
  background-image: url("../img/img_rec01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .l-cta-2 .c-button-2.ico_new::after {
    width: 120px;
    height: 105px;
    left: 0;
    bottom: -20px;
    z-index: 1;
  }
}
.l-cta-2 .c-button-2.ico_middle::after {
  display: inline-block;
  width: 162px;
  height: 142px;
  background-image: url("../img/img_rec02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .l-cta-2 .c-button-2.ico_middle::after {
    width: 120px;
    height: 105px;
    left: 0;
    bottom: -20px;
    z-index: 1;
  }
}

.p-section-about {
  position: relative;
  padding: 90px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .p-section-about {
    padding: 60px 0 80px 0;
  }
}
.p-section-about__inner {
  position: relative;
}
.p-section-about__inner::before {
  display: inline-block;
  width: 131px;
  height: 105px;
  background-image: url("../img/img_deco_fish02a.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: fish-swim 4s ease-in-out infinite;
  animation: fish-swim 4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-section-about__inner::before {
    width: 89.85px;
    height: 56.24px;
    left: auto;
    top: -65px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-about__inner::after {
    display: inline-block;
    width: 83px;
    height: 48px;
    background-image: url("../img/img_deco_fish03.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle;
    position: absolute;
    width: 66px;
    height: 38px;
    position: absolute;
    top: -70px;
    right: 15px;
    -webkit-animation: fish-swim-horizontal 4s ease-in-out infinite;
    animation: fish-swim-horizontal 4s ease-in-out infinite;
    z-index: 1;
  }
}
.p-section-about::before {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-about::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-about::after {
  display: inline-block;
  width: 250px;
  height: 260px;
  background-image: url("../img/img_deco_rec01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -165px;
  right: 72px;
}
@media screen and (max-width: 767px) {
  .p-section-about::after {
    width: 135px;
    height: 140px;
    bottom: -60px;
    right: 15px;
  }
}
.p-section-about .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-about .c-title-1 {
    margin-bottom: 30px;
  }
}
.p-section-about .lead {
  font-size: 24px;
  color: #0e92d5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-section-about .lead {
    font-size: 20px;
    text-align: left;
    line-height: 2;
  }
}
.p-section-about .lead + p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-section-about .lead + p {
    font-size: 16px;
    text-align: left;
    line-height: 2;
    margin-bottom: 30px;
  }
}

.p-section-services {
  position: relative;
  padding: 90px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .p-section-services {
    padding: 60px 0;
  }
}
.p-section-services .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-services .c-title-1 {
    margin-bottom: 30px;
  }
}
.p-section-services .c-table-1 {
  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: 767px) {
  .p-section-services .c-table-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-section-services .c-table-1 .text {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .p-section-services .c-table-1 .text {
    width: auto;
    display: contents;
  }
}
.p-section-services .c-table-1 .c-title-2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-services .c-table-1 .c-title-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%;
  }
}
.p-section-services .c-table-1 .decoimg {
  width: 600px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section-services .c-table-1 .decoimg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }
  .p-section-services .c-table-1 .decoimg img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-section-services .c-table-1 p, .p-section-services .c-table-1 .c-list-2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.p-section-services .c-table-1 .c-list-2 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-section-services .c-table-1 .c-list-2 {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.p-section-services .c-table-1 .c-button-3 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-section-services .c-table-1 .c-button-3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 40px;
    width: 100%;
  }
}

.p-section-support {
  position: relative;
  padding: 90px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .p-section-support {
    padding: 60px 0 60px 0;
  }
}
.p-section-support::after {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-support::after {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-support::before {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-support::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-support .l-breakout__inner::before {
  display: inline-block;
  width: 160px;
  height: 167px;
  background-image: url("../img/img_deco_rec02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -55px;
  left: 50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-section-support .l-breakout__inner::before {
    width: 86px;
    height: 91px;
    top: -25px;
    left: 10px;
  }
}
.p-section-support .l-breakout__inner::after {
  display: inline-block;
  width: 92px;
  height: 170px;
  background-image: url("../img/img_deco_rec03.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -85px;
  right: 115px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-section-support .l-breakout__inner::after {
    width: 49px;
    height: 92px;
    right: 10px;
    bottom: -30px;
  }
}
.p-section-support .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-support .c-title-1 {
    margin-bottom: 30px;
  }
}
.p-section-support .c-table-1 {
  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: 767px) {
  .p-section-support .c-table-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-section-support .c-table-1 .text {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .p-section-support .c-table-1 .text {
    width: auto;
    display: contents;
  }
}
.p-section-support .c-table-1 .c-title-2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-support .c-table-1 .c-title-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%;
  }
}
.p-section-support .c-table-1 .decoimg {
  width: 600px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section-support .c-table-1 .decoimg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }
  .p-section-support .c-table-1 .decoimg img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-section-support .c-table-1 p, .p-section-support .c-table-1 .c-list-2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.p-section-support .c-table-1 .c-list-2 {
  margin-top: 20px;
}
.p-section-support .c-table-1 .c-list-2 span {
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-section-support .c-table-1 .c-list-2 {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.p-section-support .c-table-1 .c-button-3 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-section-support .c-table-1 .c-button-3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 40px;
    width: 100%;
  }
}

.p-section-environment {
  position: relative;
  padding: 90px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .p-section-environment {
    padding: 60px 0;
  }
}
.p-section-environment .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-environment .c-title-1 {
    margin-bottom: 30px;
  }
}
.p-section-environment .c-table-1 .text {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .p-section-environment .c-table-1 .text {
    width: auto;
  }
}
.p-section-environment .c-table-1 .text .c-list-2 {
  margin-top: 20px;
}
.p-section-environment .c-table-1 .decoimg {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .p-section-environment .c-table-1 .decoimg {
    width: auto;
  }
}
.p-section-environment .c-table-1 .c-button-3 {
  margin-top: 30px;
}
.p-section-environment .c-table-1 + .c-table-1 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-section-environment .c-table-1 + .c-table-1 {
    margin-top: 40px;
  }
}

.p-section-numbers {
  position: relative;
  padding: 90px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .p-section-numbers {
    padding: 50px 0 60px 0;
  }
}
.p-section-numbers::after {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-numbers::after {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-numbers::before {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-numbers::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-numbers .l-breakout__inner::before {
  display: inline-block;
  width: 96px;
  height: 180px;
  background-image: url("../img/img_deco_rec04.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -55px;
  left: 62px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-section-numbers .l-breakout__inner::before {
    width: 52px;
    height: 97px;
    left: 15px;
    top: -20px;
  }
}
.p-section-numbers .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-numbers .c-title-1 {
    margin-bottom: 30px;
  }
}
.p-section-numbers .numlist {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-section-numbers .numlist {
    width: 100%;
    gap: 10px;
    padding: 0 10px;
  }
}
.p-section-numbers .numlist__item {
  width: 490px;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .p-section-numbers .numlist__item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .p-section-numbers .numlist__item {
    width: calc(50% - 5px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 10px;
    border-radius: 12px;
    gap: 10px;
    text-align: center;
  }
}
.p-section-numbers .numlist__item .info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: 767px) {
  .p-section-numbers .numlist__item .info {
    display: contents;
  }
}
.p-section-numbers .numlist__item .ttl {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-section-numbers .numlist__item .ttl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
    line-height: 1.4;
  }
}
.p-section-numbers .numlist__item:nth-of-type(n + 2) .ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-section-numbers .numlist__item:nth-of-type(n + 2) .ttl {
    margin-bottom: 0;
  }
}
.p-section-numbers .numlist__item .ico {
  width: 166px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 0;
}
.p-section-numbers .numlist__item .ico img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-section-numbers .numlist__item .ico {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100px;
    margin: 0 auto;
  }
}
.p-section-numbers .numlist__item .num {
  grid-area: 2/2/3/3;
  color: #0e92d5;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-section-numbers .numlist__item .num {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row !important;
  }
}
.p-section-numbers .numlist__item .num .num__block {
  display: flow-root;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-section-numbers .numlist__item .num .num__block {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .p-section-numbers .numlist__item .num .num__block:first-child {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-numbers .numlist__item .num .num__block02 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .p-section-numbers .numlist__item .num .num__group + .num {
    margin-top: -25px;
  }
}
.p-section-numbers .numlist__item .num > * {
  -webkit-box-ordinal-group: initial !important;
  -ms-flex-order: initial !important;
  order: initial !important;
}
@media screen and (max-width: 767px) {
  .p-section-numbers .numlist__item .num > * {
    white-space: nowrap;
  }
}
.p-section-numbers .numlist__item .num .num {
  font-size: 64px;
  font-family: "Ubuntu", sans-serif;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-section-numbers .numlist__item .num .num {
    font-size: 50px;
    white-space: nowrap;
  }
}
.p-section-numbers .numlist__item .num__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-section-numbers .numlist__item .num__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: auto;
  }
}
.p-section-numbers .numlist__item .num__group .label {
  font-size: 16px;
  margin-top: 4px;
}
.p-section-numbers .numlist__item .num .fs26 {
  font-size: 26px;
}
.p-section-numbers .numlist__item .num .fs28 {
  font-size: 28px;
}
.p-section-numbers .numlist__item .num .fs18 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-section-numbers .numlist__item .num .fs26 {
    font-size: 22px;
  }
  .p-section-numbers .numlist__item .num .fs28 {
    font-size: 22px;
  }
  .p-section-numbers .numlist__item .num .fs18 {
    font-size: 16px;
  }
}
.p-section-numbers .numlist__item .ttl + .num {
  /*height: 62px;*/
}
@media screen and (max-width: 767px) {
  .p-section-numbers .numlist__item .ttl + .num {
    height: 80px;
  }
}
.p-section-numbers .numlist__item .memo {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-section-numbers .numlist__item .memo {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 0;
    text-align: left;
  }
}

.p-section-job {
  position: relative;
  padding: 90px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .p-section-job {
    padding: 50px 0 60px 0;
  }
}
.p-section-job::after {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-grey.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-job::after {
    background-image: url("../img/bg_wave-grey-sp.svg");
    background-size: contain;
  }
}
.p-section-job .c-title-1 {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-section-job .c-title-1 {
    margin-bottom: 30px;
  }
}
.p-section-job .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-section-job .unit {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-section-job .unit .c-item-2:nth-child(1) .c-item-2__ttl::before {
  display: inline-block;
  width: 162px;
  height: 142px;
  background-image: url("../img/img_rec01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: 15px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-section-job .unit .c-item-2:nth-child(1) .c-item-2__ttl::before {
    width: 100px;
    height: 100px;
    right: 10px;
    bottom: -6px;
  }
}
.p-section-job .unit .c-item-2:nth-child(2) .c-item-2__ttl::before {
  display: inline-block;
  width: 162px;
  height: 142px;
  background-image: url("../img/img_rec02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: 15px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-section-job .unit .c-item-2:nth-child(2) .c-item-2__ttl::before {
    width: 100px;
    height: 100px;
    right: 10px;
    bottom: -6px;
  }
}
.p-section-job .unit .c-item-2 {
  overflow: visible;
  width: 570px;
}
@media screen and (max-width: 767px) {
  .p-section-job .unit .c-item-2 {
    width: auto;
  }
}
.p-section-job .unit .c-item-2__ttl {
  border-radius: 18px 18px 0 0;
}
.p-section-job .unit .c-button-3 {
  width: 100%;
}

.l-section-other {
  padding: 90px 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-section-other {
    padding: 60px 0 0 0;
  }
}

.l-cta-1 {
  margin-top: 100px;
}
.l-cta-1__heading {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .l-cta-1__heading {
    font-size: 24px;
  }
}
.l-cta-1 .telarea {
  width: 1000px;
  margin-top: 50px;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 40px;
  padding: 40px 0 30px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-cta-1 .telarea {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-cta-1 .telarea {
    width: auto;
    border-radius: 10px;
    padding: 20px 0;
    gap: 10px 0;
    margin-top: 40px;
  }
}
.l-cta-1 .telarea .ttl {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-cta-1 .telarea .ttl {
    font-size: 20px;
  }
}
.l-cta-1 .telarea p {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-cta-1 .telarea p {
    font-size: 14px;
  }
}
.l-cta-1 .telarea .c-tel-1 {
  font-size: 42px;
}
.l-cta-1 .telarea .c-tel-1::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../img/ico_tel01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .l-cta-1 .telarea .c-tel-1::before {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta-1 .telarea .c-tel-1 {
    font-size: 30px;
    background: transparent;
    border: transparent;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
  }
  .l-cta-1 .telarea .c-tel-1:link, .l-cta-1 .telarea .c-tel-1:active, .l-cta-1 .telarea .c-tel-1:visited {
    color: #0e92d5;
    cursor: pointer;
  }
  .l-cta-1 .telarea .c-tel-1:hover {
    color: #0e92d5;
  }
}
