@charset "UTF-8";
@-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;
  }
}
/* ======================================================================
 Layout & Sidebar (2 Column)
====================================================================== */
.l-content {
  position: relative;
}

.l-side {
  position: absolute;
  top: 0;
  left: 0;
  /* 子要素（実際に固定される箱） */
}
@media screen and (max-width: 1024px) {
  .l-side {
    display: none;
  }
}
.l-side li + li {
  margin-top: 10px;
}
.l-side a {
  width: 240px;
  height: 64px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 0 30px;
  border-radius: 35px;
  border: 1px solid #cbd5de;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-side a:link, .l-side a:active, .l-side a:visited {
  color: #7C8290;
  cursor: pointer;
}
.l-side a:hover {
  color: #7C8290;
}
.l-side a::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_arrow07_bottom.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.l-side .active a {
  border: 2px solid #1e1e1e;
}
.l-side .active a:link, .l-side .active a:active, .l-side .active a:visited {
  color: #1e1e1e;
  cursor: pointer;
}
.l-side .active a:hover {
  color: #1e1e1e;
}
.l-side .active a::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_arrow02_right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.l-side__inner {
  width: 240px;
  /* transition: top 0.3s; ← 計算で操作するため削除推奨 */
  /* A. 追従中 (Fixed) */
  /* B. 停止中 (Absolute) */
}
.l-side__inner.is-sticky {
  position: fixed;
  top: 150px;
  z-index: 10;
  /* leftはJSで指定 */
}
.l-side__inner.is-stopped {
  position: absolute !important;
  /* top: 値はJSで計算してインラインで入れるのでCSSでは指定しない */
  left: 0 !important;
  z-index: 1;
  width: 100%;
}

.l-cta-1 {
  padding: 40px 50px;
  margin-top: 60px;
}
.l-cta-1:before, .l-cta-1:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-cta-1 {
    padding: 60px 15px;
  }
  .l-cta-1:before, .l-cta-1:after {
    display: block;
  }
}
.l-cta-1__heading {
  font-size: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-cta-1__heading {
    font-size: 24px;
  }
}
.l-cta-1 .c-button-2 {
  font-size: 24px;
  line-height: 1.6;
}
.l-cta-1 .c-button-2.ico_new {
  padding: 0 0 0 170px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-cta-1 .c-button-2.ico_new {
    padding: 0 0 0 140px;
    font-size: 20px;
  }
}
.l-cta-1 .c-button-2.ico_new::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-1 .c-button-2.ico_new::before {
    width: 20px;
    height: 20px;
  }
}
.l-cta-1 .c-button-2.ico_new::after {
  display: inline-block;
  width: 130px;
  height: 114px;
  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: 20px;
}
@media screen and (max-width: 767px) {
  .l-cta-1 .c-button-2.ico_new::after {
    width: 120px;
    height: 105px;
    left: 0;
    bottom: -20px;
    z-index: 1;
  }
}
.l-cta-1 .c-button-2__tel {
  font-size: 20px;
  padding: 0;
}
.l-cta-1 .c-button-2__tel .c-tel-2 {
  font-size: 30px;
}
.l-cta-1 .c-button-2__tel .c-tel-2::before {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../img/ico_tel02.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.l-cta-1 .l-cta-2 {
  margin: 30px 0 20px;
}
.l-cta-1 .l-cta-2 + p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-cta-1 .l-cta-2 + p {
    font-size: 15px;
  }
}

/* ======================================================================
 p-newgraduates キャリア採用
====================================================================== */
.l-main-visual__pic::before {
  display: inline-block;
  width: 148px;
  height: 130px;
  background-image: url("../img/img_rec02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: -56px;
  bottom: -50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-main-visual__pic::before {
    width: 110px;
    height: 60px;
    right: -15px;
    bottom: -30px;
  }
}
.l-main-visual__pic::after {
  display: inline-block;
  width: 84px;
  height: 55px;
  background-image: url("../img/img_deco_bird02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 47px;
  left: -73px;
  z-index: 2;
  -webkit-animation: fish-swim 4s ease-in-out infinite;
  animation: fish-swim 4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .l-main-visual__pic::after {
    width: 49px;
    height: 32px;
    right: auto;
    left: 0;
    top: -13px;
  }
}
.l-main-visual__en::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_recruitment03.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

.l-pagemenu-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-pagemenu-sp {
    display: block;
    margin-top: 30px;
  }
  .l-pagemenu-sp li + li {
    margin-top: 10px;
  }
  .l-pagemenu-sp a {
    width: 100%;
    height: 52px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 0 30px;
    border-radius: 35px;
    border: 1px solid #1e1e1e;
    background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-pagemenu-sp a:link, .l-pagemenu-sp a:active, .l-pagemenu-sp a:visited {
    color: #1e1e1e;
    cursor: pointer;
  }
  .l-pagemenu-sp a:hover {
    color: #1e1e1e;
  }
  .l-pagemenu-sp a::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/ico_arrow02_bottom.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle;
  }
}

.p-section-about {
  position: relative;
  padding: 0 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-about {
    padding-bottom: 80px;
  }
}
.p-section-about__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-section-about__inner {
    width: auto;
  }
}
.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: 95px;
  height: 88px;
  background-image: url("../img/img_deco_starfish01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -44px;
  right: 60px;
  -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-section-about::after {
    width: 73px;
    height: 68px;
    right: 10px;
    bottom: -25px;
  }
}
.p-section-about .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-about .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-section-about .c-title-1 + p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
.p-section-about .c-title-1 + p span {
  color: #0e92d5;
}
@media screen and (max-width: 767px) {
  .p-section-about .c-title-1 + p {
    font-size: 16px;
    text-align: left;
  }
}
.p-section-about .imgbox {
  position: absolute;
  right: 0;
  bottom: -56px;
}
@media screen and (max-width: 767px) {
  .p-section-about .imgbox {
    width: 250px;
    height: 260px;
    position: static;
    margin: 30px auto;
  }
}

.p-section-value {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-value {
    padding: 60px 0 80px 0;
  }
}
.p-section-value__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-section-value__inner {
    width: auto;
  }
}
.p-section-value .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-value .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-section-value .c-title-1 span {
  display: inline;
  font-size: 36px;
  color: #0e92d5;
}
@media screen and (max-width: 767px) {
  .p-section-value .c-title-1 span {
    font-size: 28px;
  }
}
.p-section-value .c-table-1 .text {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .p-section-value .c-table-1 .text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-section-value .c-table-1 .c-title-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-section-value .c-table-1 .decoimg {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-section-value .c-table-1 .decoimg {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }
  .p-section-value .c-table-1 .decoimg img {
    width: 100%;
    height: auto;
  }
}
.p-section-value .c-table-1 + .c-table-1 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-section-value .c-table-1 + .c-table-1 {
    margin-top: 40px;
  }
}

.p-section-job {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-job {
    padding: 60px 0 80px 0;
  }
}
.p-section-job::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-job::after {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-job::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-job::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-job .l-breakout__inner::after {
  display: inline-block;
  width: 110px;
  height: 87px;
  background-image: url("../img/img_deco_crabs01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -30px;
  right: 75px;
  z-index: 1;
  -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-job .l-breakout__inner::after {
    width: 80px;
    height: 64px;
    right: 15px;
    top: -20px;
  }
}
.p-section-job .l-breakout__inner::before {
  display: inline-block;
  width: 114px;
  height: 116px;
  background-image: url("../img/img_deco_seaweed01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -25px;
  right: 70px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-section-job .l-breakout__inner::before {
    width: 89px;
    height: 90px;
    right: 15px;
    bottom: -40px;
  }
}
.p-section-job__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-section-job__inner {
    width: auto;
  }
}
.p-section-job .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-job .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-section-job .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-section-job .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-section-job .column .item {
  width: 430px;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-section-job .column .item {
    width: 100%;
    padding: 20px;
  }
}
.p-section-job .column .ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-section-job .column .ttl {
    font-size: 20px;
    margin: 15px 0;
  }
}

.p-section-system {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-system {
    padding: 60px 0 80px 0;
  }
}
.p-section-system__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-section-system__inner {
    width: auto;
  }
}
.p-section-system .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-system .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-section-system .c-title-1 span {
  display: inline;
  font-size: 36px;
  color: #0e92d5;
}
.p-section-system .c-table-1 .text {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .p-section-system .c-table-1 .text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-section-system .c-table-1 .c-title-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-section-system .c-table-1 .decoimg {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-section-system .c-table-1 .decoimg {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }
  .p-section-system .c-table-1 .decoimg img {
    width: 100%;
    height: auto;
  }
}
.p-section-system .c-table-1 + .c-table-1 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-section-system .c-table-1 + .c-table-1 {
    margin-top: 40px;
  }
}
.p-section-system .training {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-section-system .training {
    display: block;
    margin-top: 40px;
  }
}
.p-section-system .training p {
  width: 590px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-section-system .training p {
    width: 100%;
    font-size: 16px;
  }
}
.p-section-system .training p span {
  color: #0e92d5;
}
@media screen and (max-width: 767px) {
  .p-section-system .training .imgbox img {
    margin: 20px auto 0;
  }
}

.l-section-flow {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .l-section-flow {
    padding: 60px 0;
  }
}
.l-section-flow::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) {
  .l-section-flow::after {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.l-section-flow::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) {
  .l-section-flow::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.l-section-flow__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-section-flow__inner {
    width: auto;
  }
}
.l-section-flow .c-title-1 {
  position: static;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-section-flow .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.l-section-flow .flowlist {
  margin-left: 0;
  margin-top: 0;
  width: 100%;
}
.l-section-flow .c-item-2 {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.l-section-flow .c-item-2 + .c-item-2 {
  margin-top: 86 px;
}
@media screen and (max-width: 767px) {
  .l-section-flow .c-item-2 + .c-item-2 {
    margin-top: 66px;
  }
}
.l-section-flow .c-item-2 + .c-item-2::before {
  display: inline-block;
  width: 22px;
  height: 45px;
  background-image: url("../img/ico_flow02.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: -65px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-section-flow .c-item-2 + .c-item-2::before {
    top: -50px;
  }
}
.l-section-flow .c-item-2:nth-child(1) .c-item-2__ttl::before {
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url("../img/img_flow01b.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) {
  .l-section-flow .c-item-2:nth-child(1) .c-item-2__ttl::before {
    width: 100px;
    height: 100px;
  }
}
.l-section-flow .c-item-2:nth-child(2) .c-item-2__ttl::before {
  display: inline-block;
  width: 112px;
  height: 134px;
  background-image: url("../img/img_flow02b.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: 15px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .l-section-flow .c-item-2:nth-child(2) .c-item-2__ttl::before {
    width: 100px;
    height: 100px;
    bottom: 0;
  }
}
.l-section-flow .c-item-2:nth-child(3) .c-item-2__ttl::before {
  display: inline-block;
  width: 113px;
  height: 102px;
  background-image: url("../img/img_flow03b.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) {
  .l-section-flow .c-item-2:nth-child(3) .c-item-2__ttl::before {
    width: 100px;
    height: 100px;
    bottom: 0;
  }
}
.l-section-flow .c-item-2:nth-child(4) .c-item-2__ttl::before {
  display: inline-block;
  width: 130px;
  height: 108px;
  background-image: url("../img/img_flow04b.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: 15px;
  bottom: 0;
  /*transform: translateY(-50%);*/
}
@media screen and (max-width: 767px) {
  .l-section-flow .c-item-2:nth-child(4) .c-item-2__ttl::before {
    width: 100px;
    height: 100px;
    bottom: 5px;
  }
}

.p-section-interview {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-interview {
    padding: 60px 0 140px 0;
  }
}
.p-section-interview__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-section-interview__inner {
    width: auto;
  }
}
.p-section-interview .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-interview .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-section-interview .interview_unit {
  width: 620px;
  border-radius: 30px;
  background: #E8F7FF;
  border: 2px solid #1e1e1e;
  padding: 30px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section-interview .interview_unit {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
  }
}
.p-section-interview .interview_unit:nth-of-type(1) {
  margin-left: 270px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-section-interview .interview_unit:nth-of-type(1) {
    margin: 0;
  }
}
.p-section-interview .interview_unit:nth-of-type(1)::after {
  display: inline-block;
  width: 25px;
  height: 26px;
  background-image: url("../img/p-newgraduates/ico_interview01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: -23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-section-interview .interview_unit:nth-of-type(1)::after {
    background-image: url(../img/p-newgraduates/sp/ico_interview01.svg);
    width: 40px;
    height: 20px;
    top: auto;
    bottom: -17px;
    left: 110px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-section-interview .interview_unit:nth-of-type(1) .interview_unit__imgbox {
  left: -260px;
  right: auto;
}
@media screen and (max-width: 767px) {
  .p-section-interview .interview_unit:nth-of-type(1) .interview_unit__imgbox {
    left: auto;
    right: 15px;
    bottom: -82px;
  }
}
.p-section-interview .interview_unit:nth-of-type(2) {
  margin-left: 0;
  margin-right: 270px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-section-interview .interview_unit:nth-of-type(2) {
    margin-top: 100px;
  }
}
.p-section-interview .interview_unit:nth-of-type(2)::after {
  display: inline-block;
  width: 25px;
  height: 26px;
  background-image: url("../img/p-newgraduates/ico_interview01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -23px;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-section-interview .interview_unit:nth-of-type(2)::after {
    background-image: url(../img/p-newgraduates/sp/ico_interview01.svg);
    width: 40px;
    height: 20px;
    top: auto;
    bottom: -17px;
    left: 110px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-section-interview .interview_unit:nth-of-type(2) .interview_unit__imgbox {
  left: auto;
  right: -260px;
}
@media screen and (max-width: 767px) {
  .p-section-interview .interview_unit:nth-of-type(2) .interview_unit__imgbox {
    right: 15px;
    bottom: -82px;
  }
}
.p-section-interview .interview_unit__ttl {
  font-size: 28px;
  font-weight: bold;
  color: #0e92d5;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-section-interview .interview_unit__ttl {
    font-size: 24px;
  }
}
.p-section-interview .interview_unit__imgbox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 270px;
  height: 270px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-section-interview .interview_unit__imgbox {
    z-index: 1;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 160px;
    height: 160px;
    border: 2px solid #1e1e1e;
    border-radius: 50%;
  }
}
.p-section-interview .interview_unit__imgbox img {
  width: 100%;
  height: auto;
  display: block;
}
.p-section-interview .interview_unit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-section-interview .interview_unit ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-section-interview .interview_unit ul li {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #1e1e1e;
  padding: 2px 8px;
}

.p-section-description {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-description {
    padding: 60px 0 80px 0;
  }
}
.p-section-description::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-description::after {
    background-image: url("../img/bg_wave-grey-sp.svg");
    background-size: contain;
  }
}
.p-section-description .l-breakout__inner::after {
  display: inline-block;
  width: 147px;
  height: 47px;
  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: 20px;
  right: 123px;
  -webkit-animation: fish-swim-horizontal 4s ease-in-out infinite;
  animation: fish-swim-horizontal 4s ease-in-out infinite;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-section-description .l-breakout__inner::after {
    width: 115px;
    height: 36px;
    right: 27px;
  }
}
.p-section-description__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-section-description__inner {
    width: auto;
  }
}
.p-section-description .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-description .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-section-description table {
  border: 1px solid #cbd5de;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  /* 全セル（th, td）共通のリセット */
}
@media screen and (max-width: 767px) {
  .p-section-description table {
    width: 100%;
  }
}
.p-section-description table th, .p-section-description table td {
  padding: 15px 20px;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-section-description table th, .p-section-description table td {
    padding: 15px;
  }
}
.p-section-description table tbody tr {
  background-color: #fff;
}
.p-section-description table tbody tr:nth-child(even) {
  background-color: #F0FAFF;
}
@media screen and (max-width: 767px) {
  .p-section-description table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-section-description table tbody tr td {
  border-bottom: none; /* CSSの線は消す */
  background-image: url(../img/bg_formline01.svg);
  background-repeat: repeat-x; /* 横に繰り返す */
  background-position: bottom left; /* 下端に配置 */
}
.p-section-description table tbody tr td:not(:last-child) {
  border-right: 1px solid #CBD5DE;
}
@media screen and (max-width: 767px) {
  .p-section-description table tbody tr td {
    background: none;
  }
  .p-section-description table tbody tr td:nth-child(1) {
    text-align: left;
  }
}
.p-section-description table tbody tr td:first-child {
  width: 220px;
  background: #0e92d5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #cbd5de;
}
@media screen and (max-width: 767px) {
  .p-section-description table tbody tr td:first-child {
    width: 100%;
    text-align: left;
  }
}
.p-section-description table tbody tr:last-child td {
  background-image: none;
}
.p-section-description table tbody p + p {
  margin-top: 15px;
}
.p-section-description table .memo {
  gap: 5px;
  font-size: 14px;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-section-description table .memo {
    margin-top: 5px;
  }
}

.l-section-faq {
  position: relative;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .l-section-faq {
    padding: 60px 0 80px 0;
  }
}
.l-section-faq::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) {
  .l-section-faq::after {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.l-section-faq::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) {
  .l-section-faq::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.l-section-faq .l-breakout__inner::before {
  display: inline-block;
  width: 218px;
  height: 92px;
  background-image: url("../img/img_deco_fish06.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 60px;
  right: 75px;
  -webkit-animation: fish-swim 4s ease-in-out infinite;
  animation: fish-swim 4s ease-in-out infinite;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-section-faq .l-breakout__inner::before {
    width: 143px;
    height: 60px;
    top: -10px;
    right: 15px;
  }
}
.l-section-faq .l-breakout__inner::after {
  display: inline-block;
  width: 84px;
  height: 55px;
  background-image: url("../img/img_deco_bird04.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 50px;
  right: 85px;
  -webkit-animation: fish-swim 4s ease-in-out infinite;
  animation: fish-swim 4s ease-in-out infinite;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-section-faq .l-breakout__inner::after {
    width: 66px;
    height: 43px;
    right: 5px;
    bottom: 20px;
  }
}
.l-section-faq__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .l-section-faq__inner {
    width: auto;
  }
}
.l-section-faq .c-title-1 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-section-faq .c-title-1 {
    text-align: center;
  }
}
.l-section-faq .c-item-3 {
  width: auto;
}

.l-section-other {
  padding: 90px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-section-other {
    padding: 60px 0 0 0;
  }
}
