@charset "UTF-8";
#wpadminbar {
  display: none;
}
#wpadminbar a {
  color: #fff !important;
}

html {
  margin-top: 0 !important;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 0.732vw; /* 1366px時に1rem=10px（7rem=70px） */
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.65vw;
  }
}
body {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #333333;
  margin: 0 !important;
  line-height: 150%;
  font-weight: 500;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  line-height: 150%;
}

p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #333333;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  margin-left: 0 !important;
}

li {
  list-style: none;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1d1d1e;
}

a {
  text-decoration: unset;
  color: #333333 !important;
}

a:focus,
a:active {
  outline: none;
  box-shadow: none;
}

img {
  vertical-align: bottom;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

[id^=menu-] {
  scroll-margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  [id^=menu-] {
    scroll-margin-top: 11rem;
  }
}

.c-btn {
  border-radius: 1rem;
  display: inline-block;
}
.c-btn-white {
  border: 1px solid #2681C6;
  padding: 2rem;
  text-align: center;
  position: relative;
  font-weight: bold;
  width: 28.6rem;
  background: #fff;
  font-size: 1.8rem;
  transition: all 0.5s;
}
.c-btn-white:hover {
  background: #2681C6;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .c-btn-white:hover {
    background: #fff !important;
    color: #333333 !important;
  }
}
.c-btn-white:hover .c-btn-white-icon {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .c-btn-white:hover .c-btn-white-icon {
    opacity: 1;
    visibility: visible;
  }
}
.c-btn-white:hover .c-btn-white-icon-hover {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .c-btn-white:hover .c-btn-white-icon-hover {
    opacity: 0;
    visibility: hidden;
  }
}
.c-btn-white-icon {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.c-btn-white-icon-hover {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-white {
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
  }
}
.c-btn-white img {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .c-btn-white img {
    width: 3rem;
    height: 3rem;
  }
}
.c-btn-white span {
  position: relative;
  left: -2rem;
}
.c-btn-white-recruit {
  width: 57rem;
  display: block;
  margin-bottom: 2rem;
  border-radius: 2rem;
  padding: 4rem 3rem;
  font-size: 2.2rem;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .c-btn-white-recruit {
    width: 100%;
    font-size: 1.6rem;
    padding: 3rem;
  }
}
.c-btn-white-recruit img {
  right: 3rem;
}
.c-btn-back-top {
  background: #2681C6;
  color: #fff !important;
  text-align: center;
  width: 37rem;
  padding: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.5s;
  position: relative;
  border: 1px solid #2681C6;
}
.c-btn-back-top:hover {
  background: #fff;
  color: #2681C6 !important;
}
@media screen and (max-width: 768px) {
  .c-btn-back-top:hover {
    background: #2681C6;
    color: #333333 !important;
  }
}
.c-btn-back-top:hover .c-btn-back-top-icon {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .c-btn-back-top:hover .c-btn-back-top-icon {
    opacity: 1;
    visibility: visible;
  }
}
.c-btn-back-top:hover .c-btn-back-top-icon-hover {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .c-btn-back-top:hover .c-btn-back-top-icon-hover {
    opacity: 0;
    visibility: hidden;
  }
}
.c-btn-back-top-icon {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.c-btn-back-top-icon-hover {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-back-top {
    width: 80%;
  }
}
.c-btn-back-top img {
  margin-right: 2rem;
  position: absolute;
  top: 50%;
  left: 10rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .c-btn-back-top img {
    left: 6rem;
  }
}
.c-btn-search {
  display: flex;
  align-items: center;
  padding: 2rem;
  padding-left: 5rem;
  border: 1px solid #fff;
  width: 24rem;
  position: relative;
  transition: all 0.5s;
  background: #fff;
  color: #2681C6;
}
.c-btn-search.active {
  color: #fff;
  background: #2681C6;
}
.c-btn-search:hover {
  cursor: pointer;
}
.c-btn-search img {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  transition: all 0.5s;
}
.c-btn-search.active .c-btn-search-icon {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .c-btn-search.active .c-btn-search-icon {
    opacity: 1;
    visibility: visible;
  }
}
.c-btn-search.active .c-btn-search-icon-hover {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .c-btn-search.active .c-btn-search-icon-hover {
    opacity: 0;
    visibility: hidden;
  }
}
.c-btn-search-icon {
  opacity: 1;
  visibility: visible;
}
.c-btn-search-icon-hover {
  opacity: 0;
  visibility: hidden;
}
.c-btn-footer-recruit {
  border-radius: 1rem;
  background: #000;
  color: #fff !important;
  padding: 2rem 7rem 2rem 4rem;
  font-size: 1.8rem;
  font-weight: bold;
  width: 28.6rem;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  transition: all 0.5s;
}
.c-btn-footer-recruit:hover {
  opacity: 0.65;
}
@media screen and (max-width: 768px) {
  .c-btn-footer-recruit:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-footer-recruit {
    font-size: 1.6rem;
  }
}
.c-btn-footer-recruit-2 {
  background: #9DAC0E;
}
.c-btn-footer-recruit img {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translate(0, -50%);
}
.c-btn-footer-recruit::after {
  content: "";
  width: 1px;
  height: 4rem;
  position: absolute;
  top: 50%;
  right: 7rem;
  transform: translate(0, -50%);
  background: #fff;
}

.c-cat {
  font-size: 1.4rem;
  background: #2681C6;
  color: #fff;
  border-radius: 5rem;
  padding: 0rem 1.5rem;
  display: inline-block;
}

.c-post-pager {
  color: #fff;
}
.c-post-pager__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6rem 1rem;
  width: 56.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-post-pager__inner {
    width: 100%;
    padding: 3rem 2rem;
  }
}
.c-post-pager span {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-post-pager a {
  color: #333333 !important;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-post-pager a {
    font-size: 1.4rem;
  }
}
.c-post-pager__archive img {
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .c-post-pager__archive img {
    width: 2rem;
    height: 2rem;
  }
}
.c-post-pager__archive {
  transition: all 0.5s;
}
.c-post-pager__archive:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-post-pager__archive:hover {
    transform: none;
    opacity: 1;
  }
}
.c-post-pager__archive img {
  width: 3rem;
  height: 3rem;
}
.c-post-pager__prev, .c-post-pager__next {
  transition: all 0.5s;
}
.c-post-pager__prev:hover, .c-post-pager__next:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-post-pager__prev:hover, .c-post-pager__next:hover {
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-post-pager__prev, .c-post-pager__next {
    width: 6rem;
  }
}
.c-post-pager__prev img, .c-post-pager__next img {
  width: 1rem;
  height: 2rem;
  position: relative;
  bottom: 0.25rem;
}
.c-post-pager__dummy {
  width: 8rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  .c-post-pager__dummy {
    width: 6rem;
  }
}
.c-post-pager__num .wp-pagenavi {
  width: 20rem;
  display: flex;
  justify-content: center;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-post-pager__num .wp-pagenavi {
    width: 14rem;
  }
}
.c-post-pager__num .page {
  margin-bottom: 0;
}
.c-post-pager__num a, .c-post-pager__num span {
  font-size: 2rem;
  font-weight: 900;
  width: 5.2rem;
  height: 5.2rem;
  display: block;
  text-align: center;
  line-height: 5.4rem;
  margin: 0 1rem;
  transition: all 0.5s;
  font-family: "Outfit", sans-serif;
}
.c-post-pager__num a:hover, .c-post-pager__num span:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-post-pager__num a:hover, .c-post-pager__num span:hover {
    transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-post-pager__num a, .c-post-pager__num span {
    font-size: 1.4rem;
    width: 3rem;
    height: 3rem;
    line-height: 3.1rem;
  }
}
.c-post-pager__num span {
  background: #2681C6;
  border-radius: 50%;
  color: #fff;
}
.c-post-pager__num a:nth-of-type(2) {
  margin-right: 0;
}

.c-page-top {
  background: url(../img/base/bg-page-top.png) no-repeat;
  background-size: cover;
  margin-bottom: 9rem;
  height: 43rem;
}
@media screen and (max-width: 768px) {
  .c-page-top {
    margin-bottom: 4rem;
    height: unset;
    background: url(../img/base/bg-page-top-sp.png) no-repeat top;
    background-size: contain;
  }
}
.c-page-top-colored {
  background: url(../img/base/bg-page-top-2.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-page-top-colored {
    background: url(../img/base/bg-page-top-2-sp.png) no-repeat top;
    background-size: contain;
  }
}
.c-page-top-title {
  padding-top: 18rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .c-page-top-title {
    padding-bottom: 4rem;
  }
}
.c-page-top-title h1 {
  font-size: 7rem;
  color: #2681C6;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-bottom: -1rem;
}
@media screen and (max-width: 768px) {
  .c-page-top-title h1 {
    font-size: 5rem;
  }
}
.c-page-top-title p {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-page-top-title p {
    font-size: 1.4rem;
  }
}
.c-page-top-link ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-page-top-link ul {
    flex-direction: column;
  }
}
.c-page-top-link li {
  margin-right: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-page-top-link li {
    margin-bottom: 1rem;
    margin-right: 0;
    font-size: 1.4rem;
  }
}
.c-page-top-link li a {
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: all 0.5s;
}
.c-page-top-link li a:hover {
  color: #2681C6 !important;
}
@media screen and (max-width: 768px) {
  .c-page-top-link li a:hover {
    color: #333333;
  }
}
.c-page-top-link li img {
  margin-left: 1rem;
}

.c-cat-news {
  background: #FFE100;
}
.c-cat-topics {
  background: #0019FF;
  color: #fff;
}
.c-cat-media {
  background: #FFE100;
}
.c-cat-event {
  background: #F95D44;
  color: #fff;
}

.c-indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

/* 下段だけ右→左に流す */
/* 初期状態（共通） */
.c-slidein-right,
.c-slidein-left,
.c-slidein-up,
.c-slidein-down {
  opacity: 0;
  transition: all 0.8s ease-out;
  will-change: transform, opacity;
}

/* 方向別の初期位置 */
.c-slidein-right {
  transform: translateX(50px);
}

.c-slidein-left {
  transform: translateX(-50px);
}

.c-slidein-up {
  transform: translateY(50px);
}

.c-slidein-down {
  transform: translateY(-50px);
}

/* 表示されたとき */
.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* 遅らせたい要素だけ */
.c-slidein-right.delay {
  transition-delay: 0.5s; /* ← ここで遅延時間を設定 */
}

.l-footer__mendan {
  margin-top: 5rem;
}
.l-footer__mendan img {
  transition: all 0.5s;
  width: 100%;
}
.l-footer__mendan img:hover {
  opacity: 0.65;
}
@media screen and (max-width: 768px) {
  .l-footer__mendan img:hover {
    opacity: 1;
  }
}
.l-footer__link {
  margin-top: 5rem;
  padding: 5rem 0;
  background: rgba(38, 129, 198, 0.15);
}
.l-footer__link--list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer__link--list {
    flex-direction: column;
  }
}
.l-footer__link--list-item {
  max-width: 30rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__link--list-item {
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__link--list-item:last-of-type {
    margin-bottom: 0;
  }
}
.l-footer__link--list-item span {
  display: block;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
}
.l-footer__link--list-item p {
  position: absolute;
  top: 1rem;
  left: 2rem;
  color: #fff;
  line-height: 1.6;
  z-index: 2;
}
.l-footer__link--list-item a {
  /* カラーフィルター（hoverでだけ出す） */
}
.l-footer__link--list-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  border-radius: 1rem;
  z-index: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(19, 65, 99, 0) 100%);
}
.l-footer__link--list-item a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  z-index: 0;
  background-color: rgba(38, 129, 198, 0);
  transition: background-color 0.4s ease;
}
.l-footer__link--list-item a:hover::after {
  background-color: rgba(38, 129, 198, 0.59);
}
@media screen and (max-width: 768px) {
  .l-footer__link--list-item a:hover::after {
    background-color: rgba(38, 129, 198, 0);
  }
}
.l-footer__link--list-item a:hover .l-footer__link--icon {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .l-footer__link--list-item a:hover .l-footer__link--icon {
    opacity: 1;
    visibility: visible;
  }
}
.l-footer__link--list-item a:hover .l-footer__link--icon--hover {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .l-footer__link--list-item a:hover .l-footer__link--icon--hover {
    opacity: 0;
    visibility: hidden;
  }
}
.l-footer__link--list-item .l-footer__link--icon,
.l-footer__link--list-item .l-footer__link--icon--hover {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.l-footer__link--list-item .l-footer__link--icon--hover,
.l-footer__link--list-item .l-footer__link--icon--hover--hover {
  opacity: 0;
  visibility: hidden;
}
.l-footer__link--img {
  width: 100%;
}
.l-footer__link--dummy {
  margin-top: 5rem;
}
.l-footer__recruit {
  background: url(../img/base/bg-footer-recruit.png) no-repeat center;
  background-size: cover;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer__recruit {
    background: url(../img/base/bg-footer-recruit-sp.png) no-repeat center;
    background-size: cover;
  }
}
.l-footer__recruit--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__recruit--wrap {
    flex-direction: column;
  }
}
.l-footer__recruit--left h2 {
  color: #fff;
  font-size: 3.4rem;
  letter-spacing: 0.03em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__recruit--left h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.l-footer__recruit--btn:last-of-type a {
  margin-bottom: 0;
}
.l-footer__end {
  padding: 4rem 0 2rem;
  background: #F3F5F4;
}
.l-footer__end--wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-footer__end--wrap {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
.l-footer__end--left {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__end--left {
    margin-bottom: 4rem;
  }
}
.l-footer__end--left p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__end--left p {
    line-height: 1.5;
  }
}
.l-footer__end--left img {
  margin-right: 4rem;
}
.l-footer__end--right {
  display: flex;
  justify-content: space-between;
  max-width: 61rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer__end--right {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__end--right--block ul {
    margin-bottom: 4rem;
  }
}
.l-footer__end--right--block ul:first-of-type {
  height: 16rem;
}
@media screen and (max-width: 768px) {
  .l-footer__end--right--block ul:first-of-type {
    height: unset;
  }
}
.l-footer__end--right--block li {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__end--right--block li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__end--right--block li h3 {
    margin-bottom: 1rem;
  }
}
.l-footer__end--right--block li p {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.l-footer__end--right h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
.l-footer__end--list--last li {
  margin-bottom: 2.5rem;
}
.l-footer__end--copy p {
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.l-header {
  padding: 1rem 0;
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 15;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header {
    top: 0;
  }
}
.l-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  background: #fff;
  width: 132.6rem;
  margin: 0 auto;
  padding: 1rem 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__wrap {
    width: 95%;
  }
}
.l-header__left {
  z-index: 2;
}
.l-header__left img {
  width: 6rem;
}
.l-header__right {
  display: flex;
  align-items: center;
}
.l-header__list {
  display: flex;
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .l-header__list {
    display: none;
  }
}
.l-header__list-item {
  margin-right: 3rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.l-header__list-item:first-of-type {
  position: relative;
  margin-right: 3.5rem;
}
.l-header__list-item:first-of-type::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #2681C6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translate(0, -50%);
}
.l-header__list-item:last-of-type {
  margin-right: 0;
}
.l-header__list-item a {
  transition: all 0.5s;
}
.l-header__list-item a:hover {
  color: #2681C6 !important;
}
.l-header__list-item--company:hover .l-header__sub {
  opacity: 1;
  visibility: visible;
}
.l-header__list-item.active > a {
  color: #2681C6 !important;
}
.l-header__sub {
  position: absolute;
  bottom: -18rem;
  left: -7rem;
  background: #fff;
  border: 1px solid #2681C6;
  border-radius: 1rem;
  width: 23.5rem;
  padding: 2rem 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transition-delay: 0.3s;
}
.l-header__sub--list-item {
  position: relative;
}
.l-header__sub--list-item a {
  padding: 1rem 2rem;
  display: block;
}
.l-header__sub--list-item img {
  position: absolute;
  transition: all 0.5s;
  top: 50%;
  right: 3rem;
  transform: translate(0, -50%);
}
.l-header__sub--list-item:hover .icon-arrow-sub {
  opacity: 0;
  visibility: hidden;
}
.l-header__sub--list-item:hover .icon-arrow-sub-hover {
  opacity: 1;
  visibility: visible;
}
.l-header__sub--list-item.active a {
  color: #2681C6 !important;
}
.l-header__sub--list-item.active .icon-arrow-sub {
  opacity: 0;
  visibility: hidden;
}
.l-header__sub--list-item.active .icon-arrow-sub-hover {
  opacity: 1;
  visibility: visible;
}
.l-header__sub .icon-arrow-sub {
  opacity: 1;
  visibility: visible;
}
.l-header__sub .icon-arrow-sub-hover {
  opacity: 0;
  visibility: hidden;
}
.l-header__ham {
  width: 5rem;
  height: 5rem;
  background: #2681C6;
  border-radius: 1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__ham:hover {
  cursor: pointer;
}
.l-header__ham--inner {
  width: 1.6rem;
  height: 1.4rem;
  position: relative;
}
.l-header__ham span {
  background: #fff;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  transition: all 0.5s;
}
.l-header__ham span:first-of-type {
  top: 0;
}
.l-header__ham span:nth-of-type(2) {
  top: 0.6rem;
}
.l-header__ham span:last-of-type {
  bottom: 0;
}
.l-header__ham span.active:first-of-type {
  top: 0.6rem;
  transform: rotate(45deg);
}
.l-header__ham span.active:nth-of-type(2) {
  top: 0.6rem;
  display: none;
}
.l-header__ham span.active:last-of-type {
  bottom: 0.6rem;
  transform: rotate(-45deg);
}
.l-header__ham--area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  padding: 11.5rem 8rem 8rem;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area {
    padding: 3rem;
    padding-top: 11rem;
    height: 95vh;
  }
}
.l-header__ham--area.active {
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
}
.l-header__ham--area--inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--inner {
    height: 100%;
    overflow-y: scroll;
    flex-direction: column;
  }
}
.l-header__ham--area--col {
  width: 28.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--col {
    width: 100%;
  }
}
.l-header__ham--area--col:nth-of-type(1) {
  margin-right: 10rem;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--col:nth-of-type(1) {
    margin-right: 0;
  }
}
.l-header__ham--area--col:nth-of-type(2) {
  margin-right: 22rem;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--col:nth-of-type(2) {
    margin-right: 0;
  }
}
.l-header__ham--area--col:last-of-type h3 {
  border-bottom: unset;
  margin-bottom: 2rem;
}
.l-header__ham--area--col:last-of-type .l-header__ham--area--block {
  height: unset;
  margin-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--col:last-of-type .l-header__ham--area--block {
    margin-bottom: 3rem;
  }
}
.l-header__ham--area--col:last-of-type .l-header__ham--area--block--title a {
  transition: all 0.5s;
}
.l-header__ham--area--col:last-of-type .l-header__ham--area--block--title a:hover {
  color: #2681C6 !important;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--col:last-of-type .l-header__ham--area--block--title a:hover {
    color: #333333;
  }
}
.l-header__ham--area--block {
  margin-bottom: 4rem;
  height: 17.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--block {
    margin-bottom: 4.5rem;
    height: unset;
  }
}
.l-header__ham--area--block--title p {
  font-size: 1.4rem;
  font-family: "Outfit", sans-serif;
  color: #2681C6;
  margin-bottom: 0;
  font-weight: bold;
}
.l-header__ham--area--block--title h3 {
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #2681C6;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--block--title h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.l-header__ham--area--block--list-item {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--block--list-item {
    margin-bottom: 1rem;
  }
}
.l-header__ham--area--block--list-item img {
  width: 3rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.l-header__ham--area--block--list-item a {
  transition: all 0.5s;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--block--list-item a {
    font-size: 1.4rem;
  }
}
.l-header__ham--area--block--list-item a:hover {
  color: #2681C6 !important;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--block--list-item a:hover {
    color: #333333 !important;
  }
}
.l-header__ham--area--block--list-item a:hover .l-header__ham--area--block--list-item--icon {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--block--list-item a:hover .l-header__ham--area--block--list-item--icon {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__ham--area--block--list-item a:hover .l-header__ham--area--block--list-item--icon--hover {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area--block--list-item a:hover .l-header__ham--area--block--list-item--icon--hover {
    opacity: 0;
    visibility: hidden;
  }
}
.l-header__ham--area--block--list-item--icon {
  transition: all 0.5s;
  border-radius: 1rem;
}
.l-header__ham--area--block--list-item--icon--hover {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  border-radius: 1rem;
  border: 1px solid #2681C6;
}
@media screen and (max-width: 768px) {
  .l-header__ham--area .c-btn-footer-recruit {
    width: 100%;
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}

.l-section__inner {
  padding: 0 10rem;
}
@media screen and (max-width: 768px) {
  .l-section__inner {
    padding: 0 2rem;
  }
}
.l-section__inner--m {
  padding: 0 20rem;
}
@media screen and (max-width: 768px) {
  .l-section__inner--m {
    padding: 0 3rem;
  }
}
.l-section__title {
  margin-bottom: 2rem;
}
.l-section__title p {
  color: #2681C6;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: -1rem;
}
.l-section__title h2 {
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-section__title h2 {
    font-size: 3rem;
  }
}
.l-section__title--front h2 {
  color: #000;
  font-size: 4.8rem;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .l-section__title--front h2 {
    font-size: 3.2rem;
  }
}

.p-about__msg--wrap {
  display: flex;
  justify-content: space-between;
  padding-left: 10rem;
}
@media screen and (max-width: 768px) {
  .p-about__msg--wrap {
    padding-left: 2rem;
    flex-direction: column;
  }
}
.p-about__msg--right {
  max-width: 77rem;
  width: 100%;
}
.p-about__msg--right img {
  width: 100%;
}
.p-about__msg--content {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-about__msg--content {
    margin-top: 3rem;
  }
}
.p-about__msg--content h3 {
  color: #2681C6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-about__msg--content h3 {
    font-size: 2rem;
  }
}
.p-about__msg--content p {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-about__msg--content p {
    font-size: 1.4rem;
  }
}
.p-about__msg--ctr {
  padding: 15rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-about__msg--ctr {
    padding: 5rem 0 5rem;
  }
}
.p-about__msg--ctr p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__msg--ctr p {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.p-about__msg--btm {
  padding-left: 10rem;
}
@media screen and (max-width: 768px) {
  .p-about__msg--btm {
    padding-left: 2rem;
  }
}
.p-about__msg--btm img {
  margin-bottom: 5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about__msg--btm img {
    margin-bottom: 3rem;
  }
}
.p-about__msg--btm h3 {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-about__msg--btm h3 {
    font-size: 1.8rem;
  }
}
.p-about__gdn {
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  .p-about__gdn {
    margin-top: 7rem;
  }
}
.p-about__gdn--top {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-about__gdn--top {
    margin-top: 3rem;
  }
}
.p-about__gdn--about {
  margin-top: 5rem;
  padding: 5rem;
  background: rgba(38, 129, 198, 0.1);
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-about__gdn--about {
    margin-top: 3rem;
    padding: 2rem;
  }
}
.p-about__gdn--about h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-about__gdn--about h3 {
    font-size: 2.2rem;
  }
}
.p-about__gdn--about--img {
  text-align: center;
  margin: 4rem auto 0;
  max-width: 91rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about__gdn--about--img {
    margin-top: 2rem;
  }
}
.p-about__gdn--about--img img {
  width: 100%;
}
.p-about__gdn--block {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .p-about__gdn--block {
    margin-bottom: 4rem;
  }
}
.p-about__gdn--block h3 {
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 2px solid #2681C6;
  margin-bottom: 5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-about__gdn--block h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-about__gdn--block h3 span {
  display: inline-block;
  padding: 1rem 4rem;
  border-radius: 1rem 1rem 0 0;
  background: #2681C6;
  color: #fff;
  margin-right: 2rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-about__gdn--block h3 span {
    font-size: 1.8rem;
    padding: 0.5rem 2rem;
  }
}
.p-about__gdn--block--area {
  margin-top: 5rem;
}
.p-about__gdn--card {
  max-width: 37.5rem;
  width: 100%;
  border-radius: 1rem;
  background: rgba(38, 129, 198, 0.1);
  padding: 2rem 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-about__gdn--card {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
.p-about__gdn--card--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-about__gdn--card--num {
  font-size: 2.2rem;
  color: #2681C6;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-about__gdn--card--num {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
  }
}
.p-about__gdn--card--title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-about__gdn--card--title {
    font-size: 1.8rem;
  }
}
.p-about__gdn--card--text {
  margin-bottom: 0;
}
.p-about__gdn--card--what {
  max-width: 57.5rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .p-about__gdn--card--what {
    padding: 2rem;
  }
}
.p-about__gdn--card--what h4 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-about__gdn--card--what h4 {
    font-size: 1.6rem;
  }
}
.p-about__gdn--card--what p {
  margin-bottom: 0;
}
.p-about__gdn--card--what p:first-of-type {
  margin-right: 2rem;
}
.p-about__hst {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .p-about__hst {
    margin-top: 4rem;
  }
}
.p-about__hst .l-section__title {
  position: relative;
  top: 2rem;
}
.p-about__hst--wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .p-about__hst--wrap {
    flex-direction: column;
    align-items: unset;
  }
}
.p-about__hst--right {
  max-width: 42.5rem;
  width: 100%;
}
.p-about__hst--right img {
  width: 100%;
}
.p-about__hst--table {
  font-size: 1.8rem;
  width: 69rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 7rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-about__hst--table {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}
.p-about__hst--table th, .p-about__hst--table td {
  padding: 3rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.p-about__hst--table th {
  text-align: start;
  font-weight: 500;
  width: 12rem;
}
.p-about__hst--table td {
  padding-left: 12rem;
}
@media screen and (max-width: 768px) {
  .p-about__hst--table td {
    padding-left: 2rem;
  }
}
.p-about__cmp {
  margin-top: 15rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .p-about__cmp {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}
.p-about__cmp--table {
  font-size: 1.8rem;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-about__cmp--table {
    font-size: 1.6rem;
  }
}
.p-about__cmp--table th, .p-about__cmp--table td {
  font-weight: 500;
  padding: 3rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
.p-about__cmp--table th {
  text-align: start;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-about__cmp--table th {
    width: 11rem;
  }
}
.p-about__cmp--table td {
  padding-left: 7rem;
}
@media screen and (max-width: 768px) {
  .p-about__cmp--table td {
    padding-left: 2rem;
  }
}
.p-about__cmp--table--map {
  width: 100%;
  height: 33rem;
  margin-top: 2rem;
}
.p-about__cmp--table--map iframe {
  border-radius: 1rem;
}
.p-about__cmp--table--map--btn {
  margin-top: 2rem;
}

.page-id-10 {
  background: #f6f6f6;
}

.p-about__data--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--wrap {
    margin-bottom: 5rem;
  }
}
.p-about__data--block {
  background: #fff;
  border-radius: 1rem;
  max-width: 57rem;
  width: 100%;
  margin-bottom: 3rem;
  padding: 3rem;
  text-align: center;
}
.p-about__data--block h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about__data--block h3 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}
.p-about__data--block--text {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-about__data--block--text {
    font-size: 2rem;
  }
}
.p-about__data--block .num {
  color: #2681C6;
  font-size: 9rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-about__data--block .num {
    font-size: 6rem;
  }
}
.p-about__data--block--time {
  display: flex;
  justify-content: center;
  margin-top: 6.5rem;
  margin-bottom: 2rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-about__data--block--time {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-about__data--block--time--left {
  margin-right: 5rem;
  text-align: end;
  line-height: 1.3;
}
.p-about__data--block--time .zikan {
  position: relative;
  bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block--time .zikan {
    bottom: 1rem;
  }
}
.p-about__data--block--time .num-small {
  font-size: 7rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block--time .num-small {
    font-size: 4.5rem;
  }
}
.p-about__data--block:first-of-type {
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding: 6.5rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block:first-of-type {
    flex-direction: column;
    padding: 3rem;
  }
}
.p-about__data--block:first-of-type h3 {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block:first-of-type h3 {
    margin-bottom: 0;
  }
}
.p-about__data--block:first-of-type img {
  width: 32.5rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block:first-of-type img {
    width: 20rem;
  }
}
.p-about__data--block:first-of-type .p-about__data--block--left {
  margin-right: 21rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block:first-of-type .p-about__data--block--left {
    margin-right: 0;
  }
}
.p-about__data--block:first-of-type .p-about__data--block--text {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block:first-of-type .p-about__data--block--text {
    font-size: 2rem;
  }
}
.p-about__data--block:first-of-type .num {
  font-size: 12rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block:first-of-type .num {
    font-size: 6rem;
  }
}
.p-about__data--block:nth-of-type(2) img {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 24rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block:nth-of-type(2) img {
    width: 20rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.p-about__data--block:nth-of-type(2) .p-about__data--block--danzyohi {
  display: flex;
  justify-content: center;
}
.p-about__data--block:nth-of-type(2) .p-about__data--block--danzyohi--left, .p-about__data--block:nth-of-type(2) .p-about__data--block--danzyohi--right {
  margin: 0 3.5rem;
}
.p-about__data--block:nth-of-type(2) h4 {
  font-size: 1.8rem;
  margin-bottom: 0;
  position: relative;
  left: -1rem;
}
.p-about__data--block:nth-of-type(2) p {
  line-height: 1;
}
.p-about__data--block:nth-of-type(3) img {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block:nth-of-type(3) img {
    width: 20rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.p-about__data--block:nth-of-type(3) p {
  line-height: 1;
}
.p-about__data--block:nth-of-type(4) img {
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block:nth-of-type(4) img {
    width: 10rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.p-about__data--block:nth-of-type(5) img {
  width: 8.5rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block:nth-of-type(5) img {
    width: 6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.p-about__data--block:nth-of-type(6) img {
  width: 12rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block:nth-of-type(6) img {
    width: 10rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.p-about__data--block:nth-of-type(6) .day {
  position: relative;
  left: 1rem;
}
.p-about__data--block:nth-of-type(6) .day::after {
  content: "";
  width: 7rem;
  height: 0.3rem;
  background: #333333;
  display: block;
  position: absolute;
  top: 4.5rem;
  left: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-about__data--block:nth-of-type(6) .day::after {
    width: 4rem;
    top: 3rem;
    left: 1rem;
  }
}
.p-about__data--block:nth-of-type(6) .month {
  position: relative;
  top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block:nth-of-type(6) .month {
    top: 3rem;
    left: 1rem;
  }
}
.p-about__data--block:nth-of-type(7) img {
  width: 13rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block:nth-of-type(7) img {
    width: 10rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.p-about__data--block:nth-of-type(6), .p-about__data--block:nth-of-type(7) {
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-about__data--block:nth-of-type(6), .p-about__data--block:nth-of-type(7) {
    padding-bottom: 3rem;
  }
}

.p-env__training--content {
  background: rgba(38, 129, 198, 0.1);
  border-radius: 1rem;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .p-env__training--content {
    padding: 2.5rem;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
  }
}
.p-env__training--content h3 {
  color: #2681C6;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-env__training--content h3 {
    margin-left: 1.5rem;
    font-size: 2.2rem;
  }
}
.p-env__training--wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-env__training--wrap {
    flex-direction: column;
  }
}
.p-env__training--block {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 2.5rem;
  max-width: 53rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-env__training--block {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  .p-env__training--block:last-of-type {
    margin-bottom: 0;
  }
}
.p-env__training--block h4 {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-env__training--block h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.p-env__training--block p {
  margin-bottom: 0;
}
.p-env__career {
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .p-env__career {
    margin-top: 7rem;
  }
}
.p-env__career--wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-env__career--wrap {
    flex-direction: column;
  }
}
.p-env__career--left {
  width: 52rem;
}
@media screen and (max-width: 768px) {
  .p-env__career--left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.p-env__career--left li {
  background: rgba(38, 129, 198, 0.1);
  border-radius: 1rem;
  margin-bottom: 4rem;
  padding: 2.5rem 4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-env__career--left li {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
.p-env__career--left li:first-of-type p:first-of-type, .p-env__career--left li:nth-of-type(2) p:first-of-type {
  position: relative;
}
.p-env__career--left li:first-of-type p:first-of-type::after, .p-env__career--left li:nth-of-type(2) p:first-of-type::after {
  content: "";
  display: block;
  background: url(../img/env/arrow@2x.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -8rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1rem;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .p-env__career--left li:first-of-type p:first-of-type::after, .p-env__career--left li:nth-of-type(2) p:first-of-type::after {
    bottom: -5rem;
    height: 5rem;
  }
}
.p-env__career--left li:last-of-type {
  margin-bottom: 0;
}
.p-env__career--left li p {
  margin-bottom: 0;
}
.p-env__career--left li p:first-of-type {
  background: #2681C6;
  border-radius: 5rem;
  padding: 0 2rem;
  color: #fff;
  margin-right: 7rem;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-env__career--left li p:first-of-type {
    margin-right: 2rem;
    font-size: 1.2rem;
  }
}
.p-env__career--left li p:nth-of-type(2) {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-env__career--left li p:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
.p-env__career--right {
  max-width: 60rem;
  width: 100%;
}
.p-env__career--right img {
  width: 100%;
}
.p-env__bnf {
  margin-top: 15rem;
  background: #2681C6;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-env__bnf {
    margin-top: 7rem;
  }
}
.p-env__bnf .l-section__title h2, .p-env__bnf .l-section__title p {
  color: #fff;
}
.p-env__bnf .l-section__inner:nth-of-type(2) {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-env__bnf .l-section__inner:nth-of-type(2) {
    margin-top: 4rem;
  }
}
.p-env__bnf--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.p-env__bnf--list::after {
  content: "";
  width: 21.5rem;
  height: 100%;
  display: block;
}
.p-env__bnf--list-item {
  width: 21.5rem;
  height: 18rem;
  background: #fff;
  border-radius: 1rem;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-env__bnf--list-item {
    width: 16rem;
    height: 16rem;
  }
}
.p-env__bnf--list-item--inner {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-env__bnf--list-item--inner {
    bottom: 3rem;
  }
}
.p-env__bnf--list-item--inner.is-multiline {
  bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-env__bnf--list-item--inner.is-multiline {
    bottom: 2rem;
  }
}
.p-env__bnf--list-item p {
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-env__bnf--list-item p {
    font-size: 1.4rem;
  }
}
.p-env__bnf--list-item img {
  margin-bottom: 2rem;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-env__faq--env {
  margin-top: 15rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .p-env__faq--env {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}
.p-env__faq--btn {
  text-align: end;
}

.p-env__faq {
  margin-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  .p-env__faq {
    margin-bottom: 7rem;
  }
}
.p-env__faq--wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-env__faq--wrap {
    flex-direction: column;
  }
}
.p-env__faq--main {
  max-width: 88rem;
  width: 100%;
}
.p-env__faq--main--faq {
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .p-env__faq--main--faq {
    padding: 2rem 0;
  }
}
.p-env__faq--main--top {
  padding-top: 3.5rem;
}
.p-env__faq--area {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-env__faq--area {
    margin-bottom: 5rem;
  }
}
.p-env__faq--area:last-of-type {
  margin-bottom: 0;
}
.p-env__faq--title {
  position: relative;
  padding-left: 4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .p-env__faq--title {
    padding-left: 3rem;
  }
}
.p-env__faq--title h3 {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-env__faq--title h3 {
    font-size: 2rem;
  }
}
.p-env__faq--title::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #2681C6;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .p-env__faq--title::before {
    width: 1rem;
    height: 1rem;
  }
}
.p-env__faq--block {
  background: rgba(38, 129, 198, 0.08);
  border-radius: 1rem;
  padding: 3rem 5rem;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  width: 100%;
}
.p-env__faq--block:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-env__faq--block {
    padding: 1rem;
  }
}
.p-env__faq--block p {
  margin-bottom: 0;
}
.p-env__faq--q {
  position: relative;
}
.p-env__faq--q p {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.p-env__faq--q--icon {
  font-family: "Outfit", sans-serif;
  color: #fff;
  background: #2681C6;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  display: block;
  margin-right: 2rem;
  font-weight: bold;
}
.p-env__faq--q--text {
  width: calc(100% - 3rem);
}
@media screen and (max-width: 768px) {
  .p-env__faq--q--text {
    width: calc(100% - 8rem);
  }
}
.p-env__faq--q img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all 0.5s;
}
.p-env__faq--q.active img {
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: center center;
}
.p-env__faq--a {
  padding-top: 2rem;
}
.p-env__faq--a p {
  display: flex;
  align-items: start;
}
.p-env__faq--a--icon {
  font-family: "Outfit", sans-serif;
  color: #2681C6;
  background: #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  display: block;
  margin-right: 2rem;
  font-weight: bold;
  position: relative;
  top: 0.3rem;
}
.p-env__faq--a--text {
  width: calc(100% - 3rem);
}

.p-recruit__ideal--wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-recruit__ideal--wrap {
    flex-direction: column;
  }
}
.p-recruit__ideal--left {
  max-width: 69rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit__ideal--left {
    margin-bottom: 3rem;
  }
}
.p-recruit__ideal--right {
  max-width: 44.5rem;
  width: 100%;
}
.p-recruit__ideal--right img {
  width: 100%;
}
.p-recruit__ideal--content {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.09em;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__ideal--content {
    margin-top: 3rem;
  }
}
.p-recruit__ideal--content p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .p-recruit__ideal--content p {
    font-size: 1.6rem;
    line-height: 3;
    margin-bottom: 0;
  }
}
.p-recruit__ideal--content span {
  font-size: 2.8rem;
  color: #2681C6;
  border: 3px solid #2681C6;
  border-radius: 1rem;
  padding: 1rem 5rem;
  margin: 0 1rem;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .p-recruit__ideal--content span {
    display: inline-block;
    margin: 1rem;
    margin-left: 0;
    padding: 1rem;
    font-size: 2.2rem;
  }
}
.p-recruit__ideal--text {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__ideal--text {
    margin-top: 3rem;
  }
}
.p-recruit__require {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__require {
    margin-top: 7rem;
  }
}
.p-recruit__require--table {
  margin-top: 3rem;
}
.p-recruit__require--table th, .p-recruit__require--table td {
  padding: 2.75rem 0;
  text-align: start;
  vertical-align: top;
}
.p-recruit__require--table th {
  border-bottom: 2px solid #ADB8CF;
  font-weight: bold;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__require--table th {
    width: 8rem;
  }
}
.p-recruit__require--table td {
  padding-left: 4rem;
  border-bottom: 2px solid #E6EDF5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-recruit__require--table td {
    padding-left: 2rem;
  }
}
.p-recruit__flow {
  margin-top: 15rem;
  margin-bottom: 14rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__flow {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}
.p-recruit__flow--wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-recruit__flow--wrap {
    flex-direction: column;
  }
}
.p-recruit__flow--main {
  width: 92rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__flow--main {
    width: 100%;
  }
}
.p-recruit__flow--block {
  border-radius: 1rem;
  padding: 3.5rem 5rem;
  background: #F8F8F8;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit__flow--block {
    padding: 2rem;
  }
}
.p-recruit__flow--block::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  border-top: 1rem solid #2681C6;
  border-bottom: 0;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-recruit__flow--block:last-of-type {
  margin-bottom: 0;
}
.p-recruit__flow--block:last-of-type::after {
  display: none;
}
.p-recruit__flow--block h3 {
  color: #2681C6;
  font-weight: bold;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__flow--block h3 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.p-recruit__flow--block p {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-recruit__flow--block p {
    line-height: 1.5;
  }
}
.p-recruit__flow--img {
  margin-right: 5rem;
}
.p-recruit__flow--img img {
  width: 7rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__flow--img {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__flow--content {
    width: calc(100% - 5rem);
  }
}

.p-contact {
  max-width: 92.5rem;
  width: 90%;
  margin: -1rem auto 15rem;
}
@media screen and (max-width: 768px) {
  .p-contact {
    margin: 0 auto 5rem;
  }
}
.p-contact__top {
  width: 100%;
  margin: 10rem auto 9rem;
}
@media screen and (max-width: 768px) {
  .p-contact__top {
    margin: 5rem auto;
  }
}
.p-contact__top ul {
  display: flex;
  justify-content: space-between;
}
.p-contact__top li {
  width: 28rem;
  height: 9rem;
  line-height: 9rem;
  text-align: center;
  position: relative;
  color: #fff;
  background: #c2c2c2;
}
.p-contact__top li .p-contact__top--tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4.5rem solid transparent;
  border-bottom: 4.5rem solid transparent;
  border-left: 2.4rem solid #c2c2c2;
  position: absolute;
  top: 0;
  right: -2.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__top li {
    width: 10rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.1rem;
  }
  .p-contact__top li .p-contact__top--tri {
    border-top: 2.5rem solid transparent;
    border-bottom: 2.5rem solid transparent;
    border-left: 1rem solid #c2c2c2;
    right: -1.05rem;
  }
}
.p-contact__top li.active {
  background: #2681C6;
}
.p-contact__top li.active .p-contact__top--tri {
  border-left: 2.4rem solid #2681C6;
}
@media screen and (max-width: 768px) {
  .p-contact__top li.active .p-contact__top--tri {
    border-left: 1rem solid #2681C6;
  }
}
.p-contact__top li:nth-of-type(2)::before, .p-contact__top li:nth-of-type(3)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5rem solid transparent;
  border-bottom: 5rem solid transparent;
  border-left: 2rem solid #fff;
  border-right: 0;
  position: absolute;
  left: 0rem;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__top li:nth-of-type(2)::before, .p-contact__top li:nth-of-type(3)::before {
    border-top: 2.5rem solid transparent;
    border-bottom: 2.5rem solid transparent;
    border-left: 1rem solid #fff;
  }
}
.p-contact__table th p, .p-contact__table td p {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-contact__table th, .p-contact__table td {
    display: block;
  }
}
.p-contact__table th {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 27rem;
  height: 6.7rem;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .p-contact__table th {
    justify-content: start;
    padding-bottom: 0;
  }
}
.p-contact__table td {
  width: 63rem;
  padding: 1rem 0 1rem 1rem;
}
@media screen and (max-width: 768px) {
  .p-contact__table td {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }
}
.p-contact__table p {
  margin-bottom: 0;
}
.p-contact__table input[type=text], .p-contact__table input[type=email], .p-contact__table textarea, .p-contact__table select {
  width: 100%;
  height: 4.5rem;
  border-radius: 0.5rem;
  background: #f2f3f3;
  padding: 0.5rem 1rem;
  border: unset;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-contact__table input[type=text]::-moz-placeholder, .p-contact__table input[type=email]::-moz-placeholder, .p-contact__table textarea::-moz-placeholder, .p-contact__table select::-moz-placeholder {
  color: #c2c2c2;
}
.p-contact__table input[type=text]::placeholder, .p-contact__table input[type=email]::placeholder, .p-contact__table textarea::placeholder, .p-contact__table select::placeholder {
  color: #c2c2c2;
}
.p-contact__table textarea {
  height: 13rem;
  padding: 1rem;
}
.p-contact__table select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/base/icon-arrow-blue@2x.png);
  background-repeat: no-repeat;
  background-position: right 1rem center; /* 右寄せ */
  background-size: 1.2rem; /* 大きさ調整 */
  padding-right: 3rem; /* 画像と文字が重ならないように */
}
.p-contact__table--require {
  color: #fff;
  background: #ee8231;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  padding: 0.3rem 0.4rem;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-contact__table--require {
    margin-left: 1rem;
  }
}
.p-contact__check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.p-contact__check .wpcf7-list-item.first {
  margin-left: 0;
}
.p-contact__check label {
  color: #fff;
}
.p-contact__check a {
  text-decoration: underline;
}
.p-contact__check p {
  margin-bottom: 0;
}
.p-contact__check input[type=checkbox] {
  /* デフォルトのチェックを消す */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: url("../img/base/checkbox-off.png") no-repeat center/contain;
  cursor: pointer;
  transition: background 0.1s;
  position: relative;
  top: 0.5rem;
}
.p-contact__check input[type=checkbox]:checked {
  background: url("../img/base/checkbox-on.png") no-repeat center/contain;
}
.p-contact__submit {
  width: 32.5rem;
  margin: 0 auto;
  position: relative;
}
.p-contact__submit::after {
  content: "";
  display: block;
  background: url(../img/base/icon-arrow@2x.png) no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  transition: all 0.5s;
}
.p-contact__submit:hover::after {
  background: url(../img/base/icon-arrow-sub-hover@2x.png) no-repeat;
  background-size: contain;
}
.p-contact__submit:hover .wpcf7-submit {
  color: #2681C6;
  background: #fff;
  cursor: pointer;
}
.p-contact .wpcf7-submit {
  background: #2681C6;
  color: #fff;
  border: 2px solid #2681C6 !important;
  width: 100%;
  padding: 2rem;
  display: block;
  margin: 0 auto;
  border-radius: 0.5rem;
  font-weight: bold;
  transition: all 0.5s;
}
.p-contact__confirm--title {
  text-align: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .p-contact__confirm--title {
    margin-bottom: 2rem;
  }
}
.p-contact__confirm--title h2 {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-contact__confirm--title h2 {
    font-size: 1.6rem;
  }
}
.p-contact__confirm td {
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__confirm td {
    padding-left: 1rem;
  }
}
.p-contact__confirm td::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333333;
  position: absolute;
  bottom: 1rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__confirm td::after {
    bottom: 0;
  }
}
.p-contact__confirm .p-contact__submit--wrap {
  display: flex;
  justify-content: space-between;
  width: 22rem;
  margin: 0 auto;
}
.p-contact__confirm .p-contact__submit--wrap .wpcf7-previous {
  width: 9rem;
  padding: 1rem;
  font-weight: bold;
  color: #fff;
  background: #A5A5A5;
  border: 1px solid #A5A5A5;
  transition: all 0.5s;
}
.p-contact__confirm .p-contact__submit--wrap .wpcf7-previous:hover {
  background: #fff;
  color: #A5A5A5;
  cursor: pointer;
}
.p-contact__confirm .p-contact__submit--wrap .wpcf7-submit {
  width: 9rem;
  padding: 1rem;
  background: #ed7c2d;
  border: 1px solid #ed7c2d !important;
}
.p-contact__confirm .p-contact__submit--wrap .p-contact__submit::after {
  width: 0.7rem;
  height: 1.1rem;
  top: 53%;
  right: 2.8rem;
}
.p-contact__confirm .p-contact__submit--wrap .p-contact__submit:hover::after {
  background: url(../img/base/icon-arrow-orange@2x.png) no-repeat;
  background-size: contain;
}
.p-contact__confirm .p-contact__submit--wrap .p-contact__submit:hover .wpcf7-submit {
  background: #fff;
  color: #ed7c2d;
}

.p-contact__thanks p {
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks p {
    font-size: 1.6rem;
  }
}
.p-contact__thanks--btn {
  margin-top: 13rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks--btn {
    margin-top: 4rem;
  }
}
.p-contact__thanks--btn .c-btn {
  width: 22rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-contact__thanks--btn .c-btn {
    font-size: 1.6rem;
  }
}

.wpcf7-spinner {
  display: none;
}

.p-front__mv {
  position: relative;
  background: url(../img/front/bg-mv.png) no-repeat top;
  background-size: contain;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-front__mv {
    background: url(../img/front/bg-mv-sp.png) no-repeat;
    background-position-y: 12rem;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .p-front__mv--list {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
  }
}
.p-front__mv--list-item {
  margin-right: 5rem;
  width: 58rem !important;
}
@media screen and (max-width: 768px) {
  .p-front__mv--list-item {
    width: 28rem !important;
    margin-right: 2rem;
    flex-shrink: 0;
  }
}
.p-front__mv--list-item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-front__mv .slick-track {
    display: flex !important;
  }
}
.p-front__mv--title {
  padding: 0 10rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__mv--title {
    padding: 0 2rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.p-front__mv--title h1 {
  font-size: 4.6rem;
  margin-bottom: 0;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-front__mv--title h1 {
    font-size: 3.4rem;
    margin-bottom: 1rem;
  }
}
.p-front__mv--title p {
  color: #2681C6;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-front__mv--title p {
    font-size: 1.4rem;
  }
}
.p-front__mv--btn {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-front__mv--btn {
    bottom: 0;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
  }
}
.p-front__mv--btn img {
  width: 37rem;
  transition: all 0.5s;
}
.p-front__mv--btn img:hover {
  opacity: 0.65;
}
@media screen and (max-width: 768px) {
  .p-front__mv--btn img:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-front__mv--btn img {
    width: 100%;
  }
}
.p-front__about {
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  .p-front__about {
    margin-top: 7rem;
  }
}
.p-front__about--wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-left: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-front__about--wrap {
    padding-left: 2rem;
    flex-direction: column;
  }
}
.p-front__about--left {
  max-width: 59rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-front__about--left {
    padding-right: 3rem;
    margin-bottom: 4rem;
  }
}
.p-front__about--right {
  max-width: 62.5rem;
  width: 100%;
}
.p-front__about--right img {
  width: 100%;
}
.p-front__about--content {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--content {
    margin-top: 2rem;
  }
}
.p-front__about--btn--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--btn--wrap {
    margin-top: 4rem;
  }
}
.p-front__about--btn--wrap .c-btn {
  width: 28.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--btn--wrap .c-btn {
    width: 100%;
  }
}
.p-front__about--btn--wrap .c-btn:nth-of-type(3), .p-front__about--btn--wrap .c-btn:nth-of-type(4) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__about--btn--wrap .c-btn:nth-of-type(3), .p-front__about--btn--wrap .c-btn:nth-of-type(4) {
    margin-bottom: 2rem;
  }
}
.p-front__about h3 {
  font-size: 3.4rem;
  letter-spacing: 0.03em;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-front__about h3 {
    font-size: 2.4rem;
  }
}
.p-front__profile {
  margin-top: 15rem;
  padding: 5rem 0;
  background: url(../img/front/bg-front-people.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-front__profile {
    margin-top: 7rem;
  }
}
.p-front__profile--top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__profile--top {
    flex-direction: column;
    align-items: start;
    margin-bottom: 0;
  }
}
.p-front__profile--top .l-section__title h2, .p-front__profile--top .l-section__title p {
  color: #fff;
}
.p-front__profile--top .c-btn {
  margin-bottom: 2rem;
}
.p-front__profile .p-interview__acv--list-item {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__profile .p-interview__acv--list-item {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__profile--btn {
    text-align: end;
    width: 100%;
  }
}
.p-front__work {
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  .p-front__work {
    margin-top: 7rem;
  }
}
.p-front__work--wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-left: 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__work--wrap {
    padding-left: 2rem;
    flex-direction: column;
  }
}
.p-front__work--left {
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .p-front__work--left {
    width: 100%;
    margin-bottom: 4rem;
    padding-right: 2rem;
  }
}
.p-front__work--left h3 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .p-front__work--left h3 {
    font-size: 2rem;
  }
}
.p-front__work--right {
  max-width: 57rem;
  width: 100%;
}
.p-front__work--right img {
  width: 100%;
}
.p-front__work--content {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__work--content {
    margin-top: 3rem;
  }
}
.p-front__work--content p {
  font-size: 1.8rem;
}
.p-front__work--btn {
  text-align: end;
  margin-top: 5rem;
}
.p-front__env {
  margin-top: 14rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-front__env {
    margin-top: 7rem;
  }
}
.p-front__env--wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-front__env--wrap {
    flex-direction: column-reverse;
  }
}
.p-front__env--left {
  margin-left: -3rem;
  max-width: 53rem;
  width: 100%;
}
.p-front__env--left img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-front__env--left {
    margin-left: unset;
    margin-top: 5rem;
  }
}
.p-front__env--content {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__env--content {
    margin-top: 3rem;
  }
}
.p-front__env--content p {
  font-size: 1.8rem;
}
.p-front__env--right {
  width: 59rem;
}
@media screen and (max-width: 768px) {
  .p-front__env--right {
    width: 100%;
  }
}
.p-front__env--btn--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__env--btn--wrap {
    margin-top: 3rem;
  }
}
.p-front__env--btn--wrap .c-btn {
  margin-bottom: 2rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-front__env--btn--wrap .c-btn {
    width: 100%;
  }
}
.p-front__recruit {
  margin-top: -9rem;
  padding-top: 19rem;
  position: relative;
  height: 78.8rem;
}
@media screen and (max-width: 768px) {
  .p-front__recruit {
    height: unset;
    margin-top: 1rem;
    padding-top: 8rem;
    padding-bottom: 9rem;
  }
}
.p-front__recruit .l-section__title h2, .p-front__recruit .l-section__title p {
  color: #fff;
}
.p-front__recruit--bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.p-front__recruit--btn--wrap {
  margin-top: 5rem;
}

.interview-template-default {
  background: #F6F6F6;
}

.p-interview {
  margin-top: -3rem;
  margin-bottom: 15rem;
}
.p-interview__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9rem;
  position: relative;
  align-items: flex-start; /* ← これ重要 */
}
@media screen and (max-width: 768px) {
  .p-interview__wrap {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
.p-interview__side {
  width: 37rem;
  position: sticky;
  top: 12rem; /* ← 追加：ヘッダー高さなどに合わせて調整 */
  align-self: flex-start; /* ← flex内で高さが main に引っ張られないように */
}
@media screen and (max-width: 768px) {
  .p-interview__side {
    width: 100%;
    position: static;
    margin-bottom: 5rem;
  }
}
.p-interview__side--list {
  margin-bottom: 2rem;
}
.p-interview__side--list-item {
  font-size: 2.2rem;
  padding: 1rem 2rem;
  font-weight: bold;
  background: #fff;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
  margin-left: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-interview__side--list-item {
    font-size: 1.8rem;
  }
}
.p-interview__side--list-item:last-of-type {
  display: none;
}
.p-interview__side--list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -3rem;
  width: 2rem;
  height: 100%;
  background: #2681C6;
  border-radius: 0.5rem;
}
.p-interview__side .p-interview__acv--list-item {
  margin-bottom: 0;
}
.p-interview__side .p-interview__acv--list-item:hover img {
  transform: unset;
}
.p-interview__main {
  width: 70rem;
  padding: 3.5rem 5rem;
  margin-left: auto;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-interview__main {
    padding: 2.5rem;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
  }
}
.p-interview__main--img img {
  width: 100%;
}
.p-interview__main--faq--block {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-interview__main--faq--block {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.p-interview__main--q {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 3rem;
  position: relative;
}
.p-interview__main--q::after {
  content: "";
  width: calc(100% - 1rem);
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 1rem;
  background: #2681C6;
}
@media screen and (max-width: 768px) {
  .p-interview__main--q {
    margin-bottom: 2rem;
  }
}
.p-interview__main--q span {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0 0.5rem;
  background: #2681C6;
  color: #fff;
  margin-right: 2rem;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-interview__main--q span {
    font-size: 1.4rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    margin-right: 1rem;
  }
}
.p-interview__main--q h3 {
  font-size: 1.8rem;
  font-weight: bold;
  width: calc(100% - 7rem);
  margin-bottom: 0;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-interview__main--q h3 {
    width: calc(100% - 3rem);
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
  }
}
.p-interview__main--a {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.p-interview__main--a span {
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 3.9rem;
  text-align: center;
  border-radius: 0.5rem;
  color: #2681C6;
  margin-right: 2rem;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  border: 1px solid #2681C6;
}
@media screen and (max-width: 768px) {
  .p-interview__main--a span {
    font-size: 1.4rem;
    width: 3rem;
    height: 3rem;
    line-height: 2.9rem;
    margin-right: 1rem;
  }
}
.p-interview__main--a p {
  width: calc(100% - 7rem);
}
@media screen and (max-width: 768px) {
  .p-interview__main--a p {
    width: calc(100% - 3rem);
  }
}
.p-interview__main--a p:last-of-type {
  margin-bottom: 0;
}
.p-interview__related--title h2 {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-interview__related--title h2 {
    font-size: 2.2rem;
  }
}
.p-interview__btn {
  margin-top: 6rem;
  text-align: center;
}
.p-interview__btn .c-btn {
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .p-interview__btn {
    margin-top: 3rem;
  }
}

.p-interview__acv--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-interview__acv--list-item {
  width: 36.9rem;
  position: relative;
  margin-bottom: 4rem;
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-interview__acv--list-item {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-interview__acv--list-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 23.5rem;
  border-radius: 0px 0px 1rem 1rem;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-interview__acv--list-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 1rem;
  transition: all 0.5s;
}
.p-interview__acv--list-item img {
  transition: all 0.5s;
}
.p-interview__acv--list-item:hover img {
  transform: scale(1.15);
}
@media screen and (max-width: 768px) {
  .p-interview__acv--list-item:hover img {
    transform: scale(1);
  }
}
.p-interview__acv--list-item--content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 2rem 3rem;
}
.p-interview__acv--list-item--content p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0rem;
}
.p-interview__acv--list-item--text {
  line-height: 1.5;
  margin-bottom: 1rem !important;
}
.p-interview__acv--list-item--name {
  margin-bottom: 0 !important;
  font-size: 2.4rem;
  font-weight: 500;
}
.p-interview__acv--list-item img {
  width: 100%;
}

.p-news__wrap {
  display: flex;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-news__wrap {
    flex-direction: column;
    margin-top: 0;
  }
}
.p-news__side {
  font-size: 1.4rem;
  padding-top: 5rem;
  margin-right: 10rem;
}
@media screen and (max-width: 768px) {
  .p-news__side {
    margin-bottom: 5rem;
    padding-top: 0;
  }
}
.p-news__side li {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-news__side li a {
  opacity: 0.4;
}
.p-news__side li.active a {
  color: #2681C6 !important;
  opacity: 1;
}
.p-news__main {
  width: 86rem;
}
@media screen and (max-width: 768px) {
  .p-news__main {
    width: 100%;
  }
}
.p-news__title h2 {
  color: #2681C6;
  font-size: 2.4rem;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p-news__title h2 {
    font-size: 2rem;
  }
}
.p-news__block {
  border-radius: 1rem;
  background: rgba(38, 129, 198, 0.15);
  padding: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-news__block {
    flex-direction: column;
  }
}
.p-news__block a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-news__block--img {
  margin-right: 3rem;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .p-news__block--img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.p-news__block--img img {
  width: 20rem;
  height: 14rem;
  border-radius: 0.7rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news__block--top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-news__block--top--cat {
  font-size: 1.1rem;
  background: #2681C6;
  color: #fff;
  border-radius: 5rem;
  margin-bottom: 0;
  padding: 0.2rem 1rem;
  margin-right: 2rem;
}
.p-news__block--top--date {
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #2681C6;
}
.p-news__block--content {
  width: 47rem;
}
@media screen and (max-width: 768px) {
  .p-news__block--content {
    width: 100%;
  }
}
.p-news__block--content h3 {
  margin-bottom: 1rem;
}
.p-news__block--content p {
  margin-bottom: 0;
  line-height: 1.5;
}
.p-news__block--icon, .p-news__block--icon--hover {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.p-news__block--icon--hover, .p-news__block--icon--hover--hover {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .p-news__block--icon, .p-news__block--icon--hover {
    display: none;
  }
}
.p-news__block:hover {
  border-color: #2681C6;
}
.p-news__block:hover .p-news__block--icon {
  opacity: 0;
  visibility: hidden;
}
.p-news__block:hover .p-news__block--icon--hover {
  opacity: 1;
  visibility: visible;
}

.p-news__detail {
  max-width: 76.5rem;
  width: 90%;
  margin: 0 auto 15rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail {
    margin-bottom: 10rem;
  }
}
.p-news__detail--top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-news__detail--top--cat {
  font-size: 1.1rem;
  background: #2681C6;
  color: #fff;
  border-radius: 5rem;
  margin-bottom: 0;
  padding: 0.2rem 1rem;
  margin-right: 2rem;
}
.p-news__detail--top--date {
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
  color: #2681C6;
  font-weight: 600;
}
.p-news__detail--title h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail--title h1 {
    font-size: 2.4rem;
  }
}
.p-news__detail--main h2 {
  font-size: 2.2rem;
  color: #2681C6;
  padding-left: 2.5rem;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #2681C6;
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail--main h2 {
    font-size: 1.8rem;
  }
}
.p-news__detail--main h2::before {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  background: #2681C6;
  position: absolute;
  top: 0;
  left: 0;
}
.p-news__detail--main h3 {
  font-size: 1.8rem;
}
.p-news__detail--thumb {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-news__detail--thumb {
    margin-bottom: 3rem;
  }
}
.p-news__detail--thumb img {
  width: 100%;
  border-radius: 0.7rem;
}

.p-work__style--content {
  margin-top: 5rem;
}
.p-work__style--content h3 {
  font-size: 3.4rem;
  font-weight: bold;
  color: #2681C6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-work__style--content h3 {
    font-size: 2.2rem;
  }
}
.p-work__style--content p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.p-work__job {
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .p-work__job {
    margin-top: 7rem;
  }
}
.p-work__job--wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-work__job--wrap {
    flex-direction: column;
    margin-top: 3rem;
  }
}
.p-work__job--left {
  max-width: 51rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-work__job--left {
    margin-bottom: 3rem;
  }
}
.p-work__job--left h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-work__job--left h3 {
    font-size: 2.2rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.p-work__job--right {
  max-width: 60rem;
  width: 100%;
}
.p-work__job--right img {
  width: 100%;
}
.p-work__job--content {
  margin-top: 5rem;
  background: rgba(38, 129, 198, 0.15);
  border-radius: 1rem;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .p-work__job--content {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
    padding: 2.5rem;
  }
}
.p-work__job--content h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
  margin-left: 2rem;
}
.p-work__job--content p {
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  margin-bottom: 0;
}
.p-work__sdl {
  margin-top: 14rem;
  margin-bottom: 17rem;
}
@media screen and (max-width: 768px) {
  .p-work__sdl {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}
.p-work__sdl--area {
  margin-top: 5rem;
  margin-bottom: 11rem;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--area {
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
}
.p-work__sdl--title h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--title h3 {
    font-size: 2.2rem;
  }
}
.p-work__sdl--top {
  background: #2681C6;
  border-radius: 1rem;
  padding: 2rem 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--top {
    flex-direction: column;
    padding: 2rem;
  }
}
.p-work__sdl--top--left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--top--left {
    width: 100%;
    justify-content: center;
    margin-bottom: 2rem;
  }
}
.p-work__sdl--top--left img {
  margin-right: 5rem;
  width: 11rem;
  height: 11rem;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--top--left img {
    margin-right: 2rem;
  }
}
.p-work__sdl--top--left p {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--top--left p {
    font-size: 1.4rem;
  }
}
.p-work__sdl--top--left span.job {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--top--left span.job {
    font-size: 1.4rem;
  }
}
.p-work__sdl--top--left span.name {
  font-family: "Outfit", sans-serif;
  font-size: 4.8rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--top--left span.name {
    font-size: 3rem;
  }
}
.p-work__sdl--main {
  background: #F7F7F7;
  padding: 7rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--main {
    padding: 3rem 0 1rem;
  }
}
.p-work__sdl--main--inner {
  width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--main--inner {
    width: 90%;
  }
}
.p-work__sdl--main--img {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--main--img {
    margin-bottom: 3rem;
  }
}
.p-work__sdl--main--img img {
  width: 100%;
}
.p-work__sdl--main--wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--main--table {
    margin-bottom: 0;
  }
}
.p-work__sdl--main--table tr:nth-of-type(2) th {
  height: 17rem;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--main--table tr:nth-of-type(2) th {
    height: 10rem;
  }
}
.p-work__sdl--main--table tr:nth-of-type(3) th {
  height: 15rem;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--main--table tr:nth-of-type(3) th {
    height: 10rem;
  }
}
.p-work__sdl--main--table tr:nth-of-type(4) th {
  height: 30rem;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--main--table tr:nth-of-type(4) th {
    height: 10rem;
  }
}
.p-work__sdl--main--table tr:last-of-type th {
  height: unset;
}
.p-work__sdl--main--table tr:last-of-type th::after {
  display: none;
}
.p-work__sdl--main--table tr:last-of-type td h3 {
  margin-bottom: 2rem;
}
.p-work__sdl--main--table th {
  vertical-align: top;
  width: 8rem;
  height: 24rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--main--table th {
    width: unset;
    height: 10rem;
  }
}
.p-work__sdl--main--table th::after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 6rem);
  background: #2681C6;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-work__sdl--main--table th span {
  background: #2681C6;
  border-radius: 5rem;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  display: block;
}
.p-work__sdl--main--table td {
  vertical-align: top;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--main--table td {
    padding-left: 2rem;
  }
}
.p-work__sdl--main--table td h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--main--table td h3 {
    font-size: 1.8rem;
  }
}
.p-work__sdl--main--right {
  position: absolute;
  top: 14rem;
  right: 0;
}
.p-work__sdl--main--right img {
  width: 43rem;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--main--right {
    position: unset;
    display: none;
  }
}
.p-work__sdl--main--right li {
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .p-work__sdl--main--right li {
    margin-bottom: 3rem;
  }
}
.p-work__sdl--main--right li:last-of-type {
  margin-bottom: 0;
}

.p-privacy {
  margin-top: 2rem;
  margin-bottom: 15rem;
}
.p-privacy h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.p-privacy__block {
  margin-bottom: 4rem;
}
.p-privacy li {
  padding-left: 1.5rem;
  text-indent: -1.8rem;
}
.p-privacy p {
  margin-bottom: 0;
}

.p-404 {
  text-align: center;
  margin-top: 10rem;
  margin-bottom: 15rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-404 {
    padding: 0;
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}
.p-404 h2 {
  font-size: 2.8rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-404 h2 {
    font-size: 2rem;
  }
}
.p-404 p {
  margin-bottom: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-404 p {
    font-size: 1.4rem;
  }
}
.p-404__btn {
  text-align: center;
}
.p-404__btn .c-btn {
  width: 22rem;
  font-size: 1.8rem;
}

.u-bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .u-right-text-sp {
    display: block;
    text-align: end;
  }
}

.u-w100 {
  width: 100%;
}

.u-pb-0 {
  padding-bottom: 0rem;
}

.u-pb-5 {
  padding-bottom: 5rem;
}

.u-pb-10 {
  padding-bottom: 10rem;
}

.u-pb-15 {
  padding-bottom: 15rem !important;
}

.u-mb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .u-mb-0-sp {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */