@charset "UTF-8";

.wrapper {
  overflow: hidden;
}

#containerBody {
  overflow: initial;
}

.blk-bg {
  background: linear-gradient(89.99deg, #222222 2.12%, #444444 90.07%);
  background-image: url(../img/blk_bg.webp);
  background-size: 100%;
  background-position: center;
  color: #fff;
}

.entry-btn a {
  position: fixed;
  z-index: 20;
  background: #1DE5E5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding: 35px 30px;
  right: 0;
  bottom: 20%;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

.entry-btn a.active {
  opacity: 1;
  visibility: visible;
}

.entry-btn a img {
  width: 20px;
  transition: all .5s;
}

.entry-btn a:hover img {
  transform: translateX(10px);
}

.entry-btn a p {
  font-size: 24px;
  color: #fff;
  margin-right: 10px;
}

.top-nav {
  position: relative;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 200;
}

.top-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: topNavSlideDown .5s cubic-bezier(.22, 1, .36, 1);
}

@keyframes topNavSlideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.top-nav ul {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.top-nav ul li a {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 10px;
  display: block;
  transition: all .5s;
}

.top-nav ul li.has-mega a {
  position: relative;
}

.top-nav ul li.has-mega a::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 1px #211A00;
  border-right: solid 1px #211A00;
  top: 50%;
  transform: translateY(-50%)rotate(45deg);
  -webkit-transform: translateY(-50%)rotate(45deg);
  -ms-transform: translateY(-50%)rotate(45deg);
  right: 22.5px;
  transition: all .5s;
}

.top-nav ul li.has-mega.is-open a::before {
  transform: translateY(-45%)rotate(-135deg);
  -webkit-transform: translateY(-45%)rotate(-135deg);
  -ms-transform: translateY(-45%)rotate(-135deg);
}

.top-nav ul li a:hover,
.top-nav ul li.is-open a {
  color: #00449A;
}

.top-nav ul li a:hover::before {
  border-color: #00449A;
}

.top-nav .inner {
  max-width: 950px;
  width: 100%;
  margin-inline: auto 0;
}

.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 100;
  width: 100%;
}

.mega-inner {
  padding: 40px 20px;
}

.mega-inner ul {
  display: flex;
  gap: 0 30px;
}

.mega-inner ul li {
  max-width: 240px;
}

.top-nav ul li.has-mega.is-open .mega-menu a::before {
  display: none;
}

.top-nav ul li.has-mega.is-open .mega-menu a {
  padding: 0;
}

.mega-menu-img {
  margin-bottom: 15px;
}

.mega-menu-txt {
  display: flex;
  justify-content: space-between;
}

.mega-menu-txt p {
  text-align: left;
  color: #211A00;
  transition: all .5s;
}

.mega-menu-txt .mega-menu-txt-img {
  width: 30px;
  height: 30px;
  background: #211A00;
  position: relative;
  transition: all .5s;
}

.mega-menu-txt .mega-menu-txt-img img {
  position: absolute;
  width: 12.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.top-nav ul li.has-mega.is-open .mega-menu a:hover .mega-menu-txt p {
  color: #00449A;
}

.top-nav ul li.has-mega.is-open .mega-menu a:hover .mega-menu-txt .mega-menu-txt-img {
  background: #00449A;
}

.kv {
  padding: 50px 0;
  position: relative;
}

.kv-inner {
  margin: 0 50px 0 100px;
  position: relative;
}

.kv-swiper {
  width: 75%;
  margin-left: auto;
}

.kv-txt {
  position: absolute;
  top: 55%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.kv-txt h1 span {
  display: inline-block;
  background: rgba(255, 255, 255, .95);
  line-height: 1;
  padding: 0 5px;
  margin-bottom: 25px;
  font-size: 5vw;
  color: rgba(33, 26, 0, 1);
}

.kv-txt h1 span.blue {
  background: linear-gradient(106.96deg, #00FFFF 6.02%, #0B59BD 94.45%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kv-txt h1 span:last-child {
  margin-bottom: 0;
}

.kv-txt span.line {
  opacity: 0;
  transform: translateX(-40px);
  transition: transform 0.8s ease, opacity 0.8s ease;
  margin-top: 0;
  height: auto;
}

.kv-txt span.line.is-show {
  opacity: 1;
  transform: translateX(0);
}

.kv-auto-txt {
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.kv-auto-txt.is-show {
  opacity: 1;
}

.kv-auto-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marquee 40s linear infinite;
}

.kv-auto-track .neue {
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 80px;
  font-size: 5vw;
  color: rgba(171, 234, 234, .5);
  line-height: 1.2;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-33.33%);
  }
}

.fade-target {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-target.is-fade {
  opacity: 1;
  transform: translateY(0);
}

.img-fade {
  position: relative;
  overflow: hidden;
  background: rgba(29, 229, 229, 1);
  opacity: 0;
  transition:
    opacity 1.2s cubic-bezier(.22, 1, .36, 1);
}

.img-fade.is-fade {
  opacity: 1;
}

/* 背景の板（少し遅れてフェード） */
.img-fade::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(29, 229, 229, 1);
  z-index: 1;
  opacity: 1;
  transition:
    opacity 1.6s cubic-bezier(.22, 1, .36, 1);
  transition-delay: 0.2s;
}

.img-fade img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transform: scale(1.1);
  opacity: 1;
  filter: blur(0);
  transition:
    clip-path 1.8s cubic-bezier(.22, 1, .36, 1),
    transform 1.8s cubic-bezier(.22, 1, .36, 1),
    opacity 1.8s cubic-bezier(.22, 1, .36, 1),
    filter 1.8s cubic-bezier(.22, 1, .36, 1);
  transition-delay: 0.3s;
}

.img-fade.is-fade img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}

.img-fade.is-fade::before {
  opacity: 0;
}

.company {
  padding: 170px 0 120px;
}

.company-flex {
  display: flex;
  justify-content: space-between;
}

.company-flex-left {
  width: 45%;
}

.cmn-title {
  margin-bottom: 60px;
}

.cmn-title p {
  font-size: 86px;
  font-weight: 700;
  color: rgba(33, 26, 0, 1);
  line-height: 1.2;
}

.cmn-title h2 {
  font-size: 20px;
  font-weight: 400;
  color: rgba(33, 26, 0, 1) !important;
  letter-spacing: .05rem;
  background: initial;
  border: none;
}

.blk-bg .cmn-title p,
.blk-bg .cmn-title h2 {
  color: #fff !important;
}

.company-flex-right {
  width: 45%;
}

.cmn-txt {
  margin-bottom: 60px;
}

.cmn-txt p {
  font-size: 18px;
  line-height: 2;
  color: rgba(33, 26, 0, 1);
  padding-bottom: 30px;
}

.blk-bg .cmn-txt p {
  color: #fff;
}

.cmn-txt p:last-child {
  padding-bottom: 0;
}

.cmn-btn a {
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  max-width: 300px;
  width: 100%;
  position: relative;
  transition: all .5s;
  padding: 22.5px 0;
  display: block;
}

.cmn-btn a p {
  color: rgba(33, 26, 0, 1);
  font-size: 16px;
  font-weight: 700;
  padding: 0 !important;
}

.cmn-btn a img {
  position: absolute;
  width: 17.5px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all .5s;
}

.cmn-btn a:hover img {
  right: 10px;
}

.cmn-btn.wh a {
  background: rgba(33, 26, 0, 1);
  border: 1px solid rgba(33, 26, 0, 1);
}

.cmn-btn.wh a p {
  color: #fff;
}

.company-flex-right-img {
  position: relative;
}

.company-flex-right-img01 {
  margin-left: auto;
  top: -60px;
  right: -40px;
  max-width: 500px;
  width: 80%;
  margin-bottom: 100px;
}

.company-flex-right-img02 {
  max-width: 450px;
  width: 65%;
}

.jobs {
  padding: 120px 0 60px;
}

.jobs .cmn-title {
  text-align: center;
}

.jobs-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jobs-flex-left {
  width: 55%;
}

.jobs-flex-right {
  width: 42.5%;
}

.member {
  padding: 60px 0 120px;
}

.title-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-flex-right {
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-flex-right-arrow {
  width: calc(100% - 350px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: initial;
  width: 55px;
  height: 55px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(51, 51, 51, 1);
  border-radius: 50%;
  background: transparent;
  color: rgba(51, 51, 51, 1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: none;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid rgba(51, 51, 51, 1);
  border-left: 1px solid rgba(51, 51, 51, 1);
  transform: rotate(-45deg);
  display: block;
}

.swiper-button-next::before {
  transform: rotate(135deg);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.8;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: initial;
  left: initial;
}

.title-flex-right .cmn-btn {
  max-width: 300px;
  width: 300px;
}

.swiper-pagination {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

.swiper-pagination-bullet {
  background: rgba(219, 219, 219, 1);
  opacity: 1;
  margin: 0 7.5px;
}

.swiper-pagination-bullet-active {
  background: rgba(33, 26, 0, 1);
  width: 12px;
  height: 12px;
}

.member-swiper .swiper-slide img {
  margin-bottom: 20px;
}

.member-swiper .swiper-slide h3 {
  font-size: 20px;
  font-weight: 700;
  background: initial;
  color: #222222;
}

.member-swiper .swiper-slide a {
  display: block;
  transition: all .5s;
}

.member-swiper .swiper-slide a:hover {
  opacity: .8;
}

.requirements {
  padding: 120px 0;
}

.requirements .cmn-title {
  text-align: center;
}

.under-nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.under-nav ul li {
  position: relative;
}

.under-nav ul li a {
  display: block;
}

.under-nav ul li .under-nav-txt-wrap {
  position: absolute;
  width: calc(100% - 40px);
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 100;
}

.under-nav ul li .fade-target {
  z-index: 10;
  position: relative;
}

.under-nav ul li .under-nav-txt-wrap img {
  width: 40px;
  transition: all .5s;
}

.under-nav ul li .under-nav-txt p {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.under-nav ul li .under-nav-txt h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  background: initial;
}

.under-nav ul li a .img-fade {
  position: relative;
  overflow: hidden;
}

.under-nav ul li a .img-fade::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 3;
  pointer-events: none;
}

.under-nav ul li a:hover .img-fade::after {
  opacity: 1;
}

.under-nav ul li .img-fade,
.under-nav ul li .img-fade img,
.under-nav ul li .fade-target {
  transition-delay: calc(var(--delay, 0) * 0.25s);
}

.environment {
  padding-bottom: 120px;
}

.environment-box {
  max-width: 1440px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background: #fff;
}

.environment-box-inner {
  padding: 90px 100px;
}

.environment-flex {
  display: flex;
  justify-content: space-between;
}

.environment-flex-left {
  width: 55%;
}

.environment-flex-left .cmn-title {
  margin-block: 10px 0;
}

.environment-flex-right {
  width: 42.5%;
}

.blk-bg .environment-box .cmn-title h2,
.blk-bg .environment-box .cmn-title p,
.blk-bg .environment-box .cmn-txt h3,
.blk-bg .environment-box .cmn-txt p {
  color: rgba(33, 26, 0, 1) !important;
  background: initial;
}

.blk-bg .environment-box .cmn-title h2 {
  text-align: right;
  font-size: 20px;
}

.cmn-txt h3 {
  font-size: 36px;
  padding-bottom: 30px;
  font-weight: 700;
}

.aside-cont {
  padding: 60px 0 120px;
  background-image: url(../img/footer_menu_bg.webp);
  background-size: cover;
  background-position: center;
}

.aside-flex {
  display: flex;
  max-width: 1440px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.aside-flex-left {
  width: calc(100% - 600px);
}

.aside-flex-left .cmn-title h2 {
  font-size: 100px;
  font-weight: 700;
  color: #fff !important;
  line-height: 1.2;
}

.aside-flex-left .cmn-title h2 span {
  color: #1DE5E5;
}

.aside-flex-right {
  width: 575px;
  margin-top: 180px;
}

.aside-flex-right-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}

.aside-flex-right-nav-left {
  width: 55%;
}

.aside-flex-right-nav-left p {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  transition: all .5s;
}

.aside-flex-right-nav-right {
  width: 42.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aside-flex-right-nav-right p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: all .5s;
}

.aside-flex-right-nav-right img {
  width: 20px;
  transition: all .5s;
}

.aside-flex-right-nav ul li a:hover img {
  transform: translateX(10px);
}

.aside-flex-right-nav ul li a:hover p {
  color: #1DE5E5;
}

.top-btn {
  width: 45px;
  position: fixed;
  bottom: 5%;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  cursor: pointer;
  z-index: 10;
}

.top-btn.active {
  opacity: 1;
  visibility: visible;
}

footer {
  padding: 120px 0 40px;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
}

.footer-flex-left {
  width: 350px;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-sns ul {
  display: flex;
  gap: 0 25px;
}

.footer-sns ul li img {
  height: 24px;
  width: auto;
}

.footer-sns ul li a {
  transition: all .5s;
}

.footer-sns ul li a:hover {
  opacity: .8;
}

.footer-flex-right {
  width: calc(100% - 400px);
  max-width: 900px;
}

.footer-flex-right-nav ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.footer-flex-right-nav ul li a {
  display: flex;
  align-items: center;
  color: #222222;
}

.footer-flex-right-nav ul li p {
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
  color: #222222;
}

.footer-flex-right-nav ul li img {
  width: 12.5px;
  transition: all .5s;
}

.footer-flex-right-nav ul li a:hover {
  opacity: .8 !important;
}

.footer-flex-right-nav ul li a:hover img {
  transform: translateX(5px);
}

.footer-flex-right-nav ul ul {
  display: block;
  padding: 25px 0 0 0px;
}

.footer-flex-right-nav ul ul li a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 17.5px;
}

.footer-flex-right-nav ul ul li a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: rgba(33, 26, 0, 1);
  left: 0%;
  top: 10px;
}

footer p.copy {
  font-size: 12px;
  color: rgba(33, 26, 0, 1);
  text-align: center;
  font-weight: 700;
}

.under-fv {
  margin-bottom: 120px;
}

.under-fv-txt {
  position: relative;
  padding-top: 80px;
  margin-bottom: 40px;
}

.under-fv-txt .kv-auto-txt {
  bottom: -30px;
  opacity: 1;
}

.under-fv-txt .inner {
  position: relative;
  z-index: 100;
}

.under-fv-txt .kv-auto-track .neue {
  color: rgba(71, 71, 71, .5);
}

.under-fv .cmn-title {
  margin-bottom: 30px;
  text-align: left;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
}

.breadcrumb li+li::before {
  content: "ー";
  margin: 0 10px;
  color: #fff;
  font-weight: 100;
}

.breadcrumb a {
  text-decoration: none;
  color: rgba(132, 132, 132, 1);
  transition: all .5s;
}

.breadcrumb a:hover {
  opacity: .8;
}

.under-wrapper .blk-bg {
  padding: 0 0 20px;
  overflow: clip;
}

.requirements-cont-link {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 60px;
}

.requirements-cont-link ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 45px;
}

.requirements-cont-link ul li a {
  text-align: center;
  background: rgba(247, 247, 247, 1);
  color: rgba(132, 132, 132, 1);
  font-weight: 500;
  font-size: 20px;
  display: block;
  padding: 20px 0;
  transition: all .5s;
}

.requirements-cont-link ul li.active a {
  background: rgba(29, 229, 229, 1);
  color: rgba(33, 26, 0, 1);
}

.requirements-cont-link ul li a:hover {
  opacity: .8;
}

.requirements-cont-inner-link {
  margin-bottom: 120px;
}

.requirements-cont-inner-link ul {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}

.requirements-cont-inner-link ul li {
  max-width: 230px;
  width: 100%;
}

.requirements-cont-inner-link ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  transition: all .5s;
}

.requirements-cont-inner-link ul li a:hover {
  opacity: .7;
}

.requirements-cont-inner-link ul li a p {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}

.requirements-cont-inner-link-img {
  width: 25px;
  height: 25px;
  background: #fff;
  position: relative;
}

.requirements-cont-inner-link-img img {
  width: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
}

.under-title {
  text-align: center;
  margin-bottom: 60px;
}

.under-title h2 {
  font-weight: 700;
  font-size: 56px;
  color: #fff;
}

.under-title h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff !important;
}

.wh {
  color: #fff !important;
}

.table-cont {
  background: #fff;
  padding: 100px;
  margin-bottom: 100px;
}

.table-cont table {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

.table-cont table th {
  width: 25%;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 700;
  color: #211A00;
  border-bottom: 3px solid rgba(33, 26, 0, 1);
  vertical-align: baseline;
}

.table-cont table tr:nth-child(1) th {
  border-top: 3px solid rgba(33, 26, 0, 1);
}

.table-cont table tr:nth-child(1) td {
  border-top: 1px solid rgba(33, 26, 0, 1);
}

.table-cont table td {
  width: 75%;
  padding: 30px 0;
  border-bottom: 1px solid rgba(33, 26, 0, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(33, 26, 0, 1);
}

.table-cont table td p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(33, 26, 0, 1);
}

.disabled-person-wrapper .table-cont table td p {
  font-size: 18px;
}

.table-cont table td p.pb {
  padding-bottom: 20px;
}

.table-cont table td p.pt {
  padding-top: 20px;
}

.table-cont-td-box {
  background: rgba(247, 247, 247, 1);
  padding: 15px;
  margin-bottom: 15px;
}

.table-cont-td-box:last-child {
  margin-bottom: 0;
}

.table-cont-td-box-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.table-cont table td .table-cont-td-box-title p {
  font-weight: 700;
  font-size: 18px;
  margin-right: 10px;
}

.table-cont-td-box .table-cont-tag ul {
  display: flex;
}

.table-cont-td-box .table-cont-tag ul li {
  display: block;
  margin-right: 7.5px;
  margin-bottom: 0;
}

.table-cont-td-box .table-cont-tag ul li:last-child {
  margin-right: 0;
}

.table-cont table td .table-cont-tag-txt {
  background: rgba(175, 238, 238, 1);
  border-radius: 100px;
  padding: 3.5px 12px 4.5px;
  color: #211A00;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}

.table-cont-tag ul li {
  display: flex;
  align-items: baseline;
  margin-bottom: 7.5px;
}

.table-cont-tag ul li:last-child {
  margin-bottom: 0;
}

.table-cont-tag ul li .table-cont-tag-txt {
  margin-right: 7.5px;
}

.table-cont-tag ul li .table-cont-tag-txt-cont {
  font-weight: 400;
  font-size: 12px;
  color: rgba(132, 132, 132, 1);
}

.table-cont-tag ul li .table-cont-tag-txt-cont.blk {
  font-size: 16px;
  color: rgba(33, 26, 0, 1);
}

.table-cont-td-box-txt {
  margin-bottom: 5px;
}

.table-cont-td-box-txt:last-child {
  margin-bottom: 0;
}

.table-cont-td-table {
  display: flex;
  justify-content: space-between;
}

.table-cont-td-table p {
  font-size: 16px;
  font-weight: 400;
}

.table-cont-td-table .table-cont-td-table-th {
  width: 30%;
}

.table-cont-td-table .table-cont-td-table-td {
  width: 67.5%;
}

.table-cont table td ul.td-list-cont {
  margin-bottom: 5px;
}

.table-cont table td ul.td-list-cont li {
  padding-left: 1rem;
  position: relative;
}

.table-cont table td ul.td-list-cont li::before {
  content: "■";
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 7.5px;
  line-height: 1;
}

.faq {
  padding: 120px 0;
}

.faq .under-title h2 {
  font-size: 20px;
}

.faq-list {
  margin-bottom: 60px;
}

.faq-list ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(219, 219, 219, 1);
}

.faq-list-q {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.faq-list-q span {
  width: 40px;
  height: 40px;
  background: rgba(33, 26, 0, 1);
  border-radius: 50%;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}

.faq-list-q h3 {
  width: calc(100% - 60px);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
}

.faq-list-a p {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 30px;
}

.faq-list-a p:last-child {
  padding-bottom: 0;
}

.disabled-person-wrapper .faq-list-a p {
  font-size: 18px;
}

.under-wrapper .aside-cont {
  padding: 0;
  background: linear-gradient(89.99deg, #222222 2.12%, #444444 90.07%);
  background-image: url(../img/blk_bg.webp);
  background-size: 100%;
  background-position: center;
  color: #fff;
  padding: 0;
}

.under-wrapper .aside-flex {
  max-width: 100%;
  width: 100%;
  align-items: center;
}

.under-wrapper .aside-flex-left {
  width: 50%;
}

.under-wrapper .aside-flex-right {
  width: 50%;
  margin: 0;
  padding: 0 80px;
}

.under-wrapper .aside-flex .cmn-title {
  margin-bottom: 40px;
}

.under-wrapper .aside-flex .cmn-title h2 {
  font-size: 80px;
  font-weight: 700;
  color: #fff !important;
  line-height: 1;
}

.under-wrapper .aside-flex .cmn-title h2 span {
  color: #00FFFF;
}

.aside-btns {
  display: flex;
  gap: 0 25px;
  width: 100%;
}

.aside-btns .cmn-btn {
  width: 100%;
  max-width: 300px;
}

.aside-btns .cmn-btn.wh a {
  background: #fff;
  border: none;
}

.cmn-btn.bl a {
  background: linear-gradient(242.63deg, #00FFFF 0%, #157AF9 103.12%);
  border: 2px solid transparent;
  border-image: linear-gradient(242.63deg, #00FFFF 0%, #157AF9 103.12%);
  border-image-slice: 1;
}

.aside-btns .cmn-btn.wh a p {
  background: linear-gradient(242.63deg, #00FFFF 0%, #157AF9 103.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.cmn-btn.bl a p {
  color: #fff;
}

.entry-flex-cont {
  max-width: 1680px;
  width: calc(100% - 40px);
  margin: 0 auto 100px;
  display: flex;
  align-items: center;
  background: #fff;
}

.entry-flex-left {
  width: 50%;
}

.entry-flex-right {
  width: 50%;
  background: #fff;
  padding: 40px 80px;
}

.entry-flex-right p {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 30px;
  color: #211A00;
}

.entry-flex-right .cmn-btn a {
  max-width: 320px;
}

.flow-cont {
  margin-top: 60px;
}

.flow-cont-title {
  margin-bottom: 40px;
}

.flow-cont-title h3 {
  font-size: 32px;
  font-weight: 700;
  color: #211A00;
}

.flow-cont-title h3 span {
  font-size: 24px;
  padding-right: 10px;
  position: relative;
  top: -2.5px;
}

.flow-list-cont-title {
  margin-bottom: 30px;
}

.flow-list-cont-title h4 {
  font-size: 20px;
  font-weight: 700;
  color: #211A00;
}

.flow-cont ol {
  display: flex;
  align-items: stretch;
  gap: 0 20px;
}

.flow-cont ol li {
  position: relative;
  background: rgba(247, 247, 247, 1);
  max-width: 250px;
  width: 20%;
  padding: 20px;
}

.flow-cont ol li .num {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  top: 0;
  left: 0;
  background: #211A00;
}

.flow-cont ol li .num p {
  font-size: 24px;
  line-height: 40px;
}

.flow-list-cont:nth-child(3) {
  margin-top: 50px;
}

.flow-cont-img {
  width: 80px;
  margin: 0 auto 20px;
}

.flow-cont-txt {
  color: #211A00;
}

.flow-cont-txt h5 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 12.5px;
}

.flow-cont-sml .flow-cont-txt h5 {
  padding-bottom: 0;
}

.flow-cont-txt p {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
  letter-spacing: 0;
}

.flow-cont-txt span {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 15px;
  display: block;
  letter-spacing: 0;
}

.flow-cont-sml .flow-cont-txt span {
  padding-top: 7.5px;
  text-align: center;
}

.flow-cont-txt p:last-child,
.flow-cont-txt span:last-child {
  padding-bottom: 0;
}

.flow-cont .caution-txt {
  padding-top: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #211A00;
}

.flow-txt {
  margin-top: 40px;
}

.flow-txt p {
  font-size: 18px;
  font-weight: 500;
  color: #211A00;
}

.interview {
  max-width: 1680px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background: rgba(247, 247, 247, 1);
  padding: 90px;
}

.interview .cmn-title p,
.interview .cmn-title h2 {
  color: #211A00 !important;
}

.interview .cmn-title h2 {
  font-size: 20px;
}

.interview-list ul li {
  margin-bottom: 60px;
  background: #fff;
  padding: 40px;
}

.interview-list ul li:last-child {
  margin-bottom: 0;
}

.interview-list-cont {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}

.interview-list-cont-img {
  width: 300px;
}

.interview-list-cont-txt {
  width: calc(100% - 400px);
  color: #211A00;
}

.interview-list-cont-txt-title {
  margin-bottom: 15px;
}

.interview-list-cont-txt-title h3 {
  font-size: 32px;
  font-weight: 700;
}

.interview-list-cont-txt-tag {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.interview-list-cont-txt-tag p {
  font-size: 18px;
  margin-right: 15px;
}

.interview-list-cont-txt-tag span {
  font-weight: 500;
  font-size: 14px;
  padding: 2.5px 12px 4px;
  border: 1px solid #211A00;
  border-radius: 100px;
}

.interview-list-cont-txt-txt p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 30px;
}

.interview-list-cont-txt-txt p:last-child {
  padding-bottom: 0;
}

.entry-cont {
  max-width: 1440px;
  width: 100%;
  margin: 120px auto;
  background-image: url(../img/requirements/entry_bg.webp);
  padding: 80px;
}

.entry-cont .under-title {
  margin-bottom: 40px;
}

.entry-cont .under-title h2 {
  font-size: 20px;
}

.entry-cont .cmn-btn a {
  max-width: 320px;
  margin: 0 auto;
}

.under-txt-cont {
  margin-bottom: 60px;
  text-align: center;
}

.under-txt-cont p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}

.flow-cont-sml {
  max-width: 940px;
  margin: 60px auto 0;
}

.flow-cont.flow-cont-sml ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.flow-cont.flow-cont-sml ol li {
  width: 100%;
  max-width: 100%;
}

.flow-cont.flow-cont-sml ol li:nth-child(5) .flow-cont-txt {
  padding-top: 40px;
}

.dp-members {
  padding-bottom: 120px;
}

.dp-members .cmn-title {
  text-align: left;
  margin-bottom: 40px;
}

.dp-members .cmn-title p {
  font-size: 80px;
}

.dp-members .cmn-title h2 {
  font-size: 20px;
}

.under-wrapper .under-txt {
  margin-bottom: 40px;
}

.under-wrapper .under-txt p {
  font-size: 20px;
  line-height: 1.6;
}

.dp-members-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.numbers-cont {
  padding-bottom: 120px;
}

.numbers-cont ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.numbers-cont ul li {
  background: #fff;
}

.numbers-cont-title {
  text-align: center;
  background: rgba(31, 104, 196, 1);
  padding: 10px 0;
}

.numbers-cont-title h3 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff !important;
}

.numbers-cont-img {
  padding: 40px 15px;
}

.numbers-cont-img p {
  font-weight: 700;
  font-size: 32px;
  color: #211A00;
  text-align: center;
}

.numbers-cont-img p span {
  font-size: 90px;
  letter-spacing: .05em;
  font-weight: 500;
  line-height: 1;
}

.numbers-cont-img img {
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}

.numbers-cont ul li:nth-child(1) .numbers-cont-img img {
  width: 150px;
}

.numbers-cont ul li:nth-child(2) .numbers-cont-img img {
  width: 100px;
  margin-bottom: 30px;
}

.numbers-cont ul li:nth-child(4) .numbers-cont-img img {
  width: 125px;
  position: relative;
  right: -20%;
  margin-bottom: 0;
}

.numbers-cont ul li:nth-child(4) .numbers-cont-img p {
  position: relative;
  left: -12.5%;
  margin-top: -5%;
}

.numbers-cont ul li:nth-child(5) .numbers-cont-img {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  max-width: 310px;
  margin: 0 auto;
  padding-top: 70px;
}

.numbers-cont ul li:nth-child(5) .numbers-cont-img img {
  width: 75px;
  margin: 0 0 0 15px;
}

.numbers-cont ul li:nth-child(6) .numbers-cont-img {
  padding: 30px 30px 40px 40px;
}

.numbers-cont ul li:nth-child(6) .numbers-cont-img img {
  max-width: 320px;
}

.numbers-cont ul li:nth-child(7) .numbers-cont-img img {
  width: 95px;
  margin-bottom: 0px;
}

.numbers-cont ul li:nth-child(8) .numbers-cont-img img {
  width: 150px;
}

.numbers-cont ul li:nth-child(9) .numbers-cont-img img {
  width: 140px;
}

.numbers-cont ul li:nth-child(9) .numbers-cont-img p {
  font-size: 24px;
}

.flex-num-txt {
  display: flex;
  justify-content: space-between;
}

.flex-num-txt p {
  font-size: 20px;
}

.flex-num-txt p span {
  font-size: 56px;
}

.numbers-cont ul li:nth-child(3) .numbers-cont-img {
  padding: 0px 20px 30px;
}

.numbers-cont ul li:nth-child(3) .numbers-cont-img img {
  margin-bottom: 0;
}

.numbers-cont ul li:nth-child(9) .numbers-cont-img-txt p,
.numbers-cont ul li:nth-child(7) .numbers-cont-img-txt p {
  font-size: 18px;
  font-weight: 500;
}

.numbers-cont-img-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 285px;
  margin: 0 auto 15px;
}

.numbers-wrapper .caution-txt {
  margin-top: 40px;
  text-align: center;
}

.numbers-wrapper .caution-txt p {
  font-size: 20px;
}

.members {
  padding-bottom: 120px;
}

.members-cont ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 25px;
}

.members-cont ul li a {
  transition: all .5s;
}

.members-cont ul li a:hover {
  opacity: .5;
}

.members-cont-img {
  margin-bottom: 20px;
}

.members-cont-txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.members-cont-txt-arrow {
  width: 40px;
  height: 40px;
  background: linear-gradient(242.63deg, #00FFFF 0%, #157AF9 103.12%);
  position: relative;
}

.members-cont-txt-arrow img {
  width: 17.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.members-cont-txt-txt {
  width: calc(100% - 50px);
}

.members-cont-txt-txt h3 {
  font-size: 24px;
  padding-bottom: 15px;
  color: #fff !important;
  font-weight: 700;
}

.members-cont-txt-flex {
  display: flex;
  gap: 10px 0;
  flex-wrap: wrap;
}

.members-cont-txt-flex p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-right: 10px;
}

.members-cont-txt-flex span.tag {
  background: #fff;
  padding: 2.5px 10px 4px;
  border-radius: 100px;
  color: rgba(33, 26, 0, 1);
  font-size: 12px;
}

.members-detail {
  max-width: 1680px;
  width: calc(100% - 40px);
  margin: 0 auto 120px;
  background: #fff;
  padding: 120px 90px;
  color: rgba(33, 26, 0, 1);
}

.members-detail .inner {
  max-width: 1180px;
}

.members-detail-cont-title {
  margin-bottom: 40px;
}

.members-detail-cont-title-num {
  padding-bottom: 40px;
}

.members-detail-cont-title-num p {
  color: rgba(29, 229, 229, 1);
  font-size: 18px;
  font-weight: 400;
}

.members-detail-cont-title-txt h2 {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 15px;
}

.members-detail-cont--flex {
  display: flex;
}

.members-detail-cont--flex p {
  font-size: 20px;
  font-weight: 500;
  margin-right: 15px;
}

.members-detail-cont--flex span.tag {
  background: rgba(219, 219, 219, 1);
  padding: 2.5px 10px 4px;
  border-radius: 100px;
  color: rgba(33, 26, 0, 1);
  font-size: 16px;
}

.member-detail-cont-img {
  margin-bottom: 80px;
}

.member-detail-cont-txts {
  margin-bottom: 80px;
}

.member-detail-cont-txts:last-child {
  margin-bottom: 0;
}

.member-detail-cont-txt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.member-detail-cont-txt:last-child {
  margin-bottom: 0;
}

.member-detail-cont-txt-q {
  width: 30%;
  padding-right: 20px;
  border-right: 1px solid rgba(219, 219, 219, 0.87);
}

.member-detail-cont-txt-q p {
  font-size: 16px;
  font-weight: 400;
}

.member-detail-cont-txt-q h3 {
  font-size: 24px;
  font-weight: 700;
}

.member-detail-cont-txt-a {
  width: 70%;
  padding-left: 40px;
}

.member-detail-cont-txt-a p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.more-members {
  padding-bottom: 120px;
}

.more-members .cmn-title {
  text-align: center;
  margin-bottom: 30px;
}

.more-members .title-flex-right-arrow {
  width: 130px;
  margin: 0 0 30px auto;
}

.more-members .swiper-button-prev,
.more-members .swiper-button-next {
  border: 1px solid #fff;
  color: #fff;
}

.more-members .swiper-button-prev::before,
.more-members .swiper-button-next::before {
  border-color: #fff;
}

.more-members .members-cont-img {
  margin-bottom: 10px;
}

.more-members .member-swiper .swiper-slide h3 {
  color: #fff;
}

.more-members .swiper-pagination-bullet-active {
  background: rgba(29, 229, 229, 1);
}

.company-top {
  position: relative;
}

.company-top-img {
  position: absolute;
  max-width: 460px;
  width: 100%;
}

.company-top-img01 {
  max-width: 330px;
  top: -30%;
  left: 10vw;
}

.company-top-img02 {
  max-width: 390px;
  top: -35%;
  right: 2vw;
}

.company-top-img03 {
  max-width: 440px;
  left: 2vw;
  bottom: -35%;
}

.company-top-img04 {
  left: 40%;
  bottom: -20%;
}

.company-top-img05 {
  max-width: 325px;
  right: 5vw;
  bottom: -27.5%;
}

.company-top-box {
  margin: 240px auto;
  background: #fff;
  max-width: 1440px;
  position: relative;
  z-index: 10;
  width: calc(100% - 40px);
}

.company-top-box-inner {
  text-align: center;
  padding: 100px 0;
}

.company-top-box-txt p {
  font-size: 18px;
  font-weight: 500;
  color: #211A00;
  line-height: 2;
}

.company-top-box-txt p.serif {
  text-align: center;
  padding-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
}

.company-top-box-txt h2 {
  background: linear-gradient(242.63deg, #00FFFF 0%, #157AF9 103.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 35px;
}

.company-center {
  padding: 120px 0;
  background: #fff;
}

.company-center-box-top {
  max-width: 1680px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background: rgba(247, 247, 247, 1);
  padding: 120px 0;
  color: #211A00;
}

.company-center .under-title h2 {
  color: #211A00;
}

.company-center-cont {
  margin-bottom: 120px;
}

.company-center-cont-title {
  text-align: center;
  margin-bottom: 60px;
}

.company-center-cont-title-img {
  margin-bottom: 12.5px;
  text-align: center;
}

.company-center-cont-title-img img {
  height: 95px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.company-center-cont-title h3 {
  font-size: 36px;
  font-weight: 700;
}

.company-center-cont-flex {
  display: flex;
  justify-content: space-between;
}

.company-center-cont-flex-txt {
  width: 45%;
}

.company-center-cont-txt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.company-center-cont-flex-txt p {
  padding-bottom: 30px;
  text-align: left;
}

.company-center-cont-flex-txt p:last-child {
  padding-bottom: 0;
}

.company-center-cont-flex-txt p span {
  color: rgba(6, 87, 189, 1);
}

.company-center-cont-flex-img {
  width: 42.5%;
}

.company-center-cont-nmb {
  margin-bottom: 60px;
}

.company-center-box {
  background: #fff;
  padding: 40px;
}

.company-center-box-title {
  margin-bottom: 30px;
}

.company-center-box-title h4 {
  font-size: 32px;
  font-weight: 700;
}

.company-center-box-title h4 span {
  font-size: 24px;
  position: relative;
  top: -2.5px;
}

.company-center-box-img {
  margin-bottom: 20px;
}

.company-center-box-txt p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.company-center-box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
  margin-bottom: 50px;
}

.company-center-box-one {
  margin-bottom: 120px;
}

.company-center-box-flex {
  margin-bottom: 50px;
}

.company-center-box-flex .company-center-box {
  display: flex;
  justify-content: space-between;
}

.company-center-box-flex .company-center-box .company-center-box-img {
  width: 50%;
}

.company-center-box-flex .company-center-box .company-center-box-txt {
  width: 42.5%;
}

.company-center-box-wrap:last-child {
  margin-bottom: 0;
}

.company-bottom {
  margin: 120px auto;
  background: #fff;
  padding: 120px 0;
  max-width: 1680px;
  width: calc(100% - 40px);
  color: #211A00;
}

.company-bottom .under-title h2 {
  color: #211A00;
}

.company-bottom .under-txt {
  text-align: center;
}

.company-bottom-box-conts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 25px;
}

.company-bottom-box-cont {
  padding: 40px;
  background: rgba(247, 247, 247, 1);
}

.company-bottom-box-cont-title {
  text-align: center;
  margin-bottom: 20px;
}

.company-bottom-box-cont-title h3 {
  font-size: 28px;
  font-weight: 700;
}

.company-bottom-box-cont-img {
  background: #fff;
  margin-bottom: 20px;
  padding-block: 45px;
}

.company-bottom-box-cont-img img {
  width: 150px;
  display: block;
  margin: 0px auto;
}

.company-bottom-box-cont-list ul {
  margin-left: 1rem;
}

.company-bottom-box-cont-list ul li {
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 5px;
}

.company-bottom-box-cont-list ul li::before {
  content: "■";
  font-size: 14px;
  color: rgba(29, 229, 229, 1);
  position: absolute;
  left: -20px;
  top: 4px;
}

.jobs-menu {
  padding-bottom: 120px;
}

.jobs-menu .inner {
  max-width: 1680px;
}

.jobs-top-txt {
  text-align: center;
  margin-bottom: 120px;
}

.jobs-top-txt h3 {
  font-size: 28px;
  line-height: 1.6;
  padding-bottom: 35px;
  color: #fff !important;
}

.jobs-top-txt h3:last-child {
  padding-bottom: 0;
}

.jobs-top-txt p {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 30px;
}

.jobs-menu-cont {
  background: #fff;
  padding: 120px 0;
  margin-bottom: 100px;
  color: #211A00;
  /* position: sticky; */
  top: 15%;
  overflow: hidden;
  left: 0;
}

.jobs-menu-cont:last-child {
  margin-bottom: 0;
}

.jobs-menu-cont-flex {
  max-width: 1440px;
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.jobs-menu-cont-flex-left {
  width: 40%;
  z-index: 2;
  position: relative;
}

.jobs-menu-cont-flex-right {
  width: 57.5%;
}

.jobs-menu-cont-flex-right img {
  position: relative;
  z-index: 2;
}

.jobs-menu-cont-flex-right p {
  position: absolute;
  color: rgba(247, 247, 247, 1);
  font-size: 96px;
  font-weight: 700;
  bottom: 10px;
  right: 0px;
  text-align: right;
  letter-spacing: .04rem;
  width: 100%;
  white-space: nowrap;
}

.jobs-menu-cont-flex-left-title {
  margin-bottom: 40px;
}

.jobs-menu-cont-flex-left-title p {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 15px;
}

.jobs-menu-cont-flex-left-title h3 {
  font-size: 40px;
  font-weight: 700;
}

.jobs-menu-cont-flex-left-txt {
  margin-bottom: 55px;
}

.jobs-menu-cont-flex-left-txt p {
  font-size: 18px;
  line-height: 1.8;
}

.env-wrapper .requirements-cont-inner-link {
  width: calc(100% - 40px);
  margin-inline: auto;
}

.env-box-cont {
  background: rgba(255, 255, 255, 1);
  max-width: 1680px;
  width: calc(100% - 40px);
  margin: 0 auto 120px;
  padding: 120px 0;
}

.env-box-cont .under-title {
  text-align: left;
  margin-bottom: 45px;
}

.env-box-cont .under-title h2 {
  color: #211A00;
}

.env-box-cont .company-bottom-box-conts {
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.env-box-cont .company-bottom-box-cont {
  padding: 40px 20px;
  color: #211A00;
}

.env-box-cont .company-bottom-box-cont-title h3 {
  font-size: 24px;
}

.company-bottom-box-cont-txt p {
  font-size: 16px;
  line-height: 1.6;
}

.env-box-cont .company-bottom-box-cont-img img {
  width: 125px;
}

.env-box-cont .company-bottom-box-cont-img {
  padding-block: 35px;
}

.env-wrapper .under-txt p {
  font-size: 18px;
  color: #211A00;
}

.env-table-img {
  max-width: 1180px;
  margin: 0 auto;
}

.env-wh-bg {
  background: #fff;
  padding: 120px 0;
}

.env-wh-bg-cont {
  max-width: 1680px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.env-wh-bg-cont {
  padding: 120px 0;
  background: rgba(247, 247, 247, 1);
  color: #211A00;
}

.env-wh-bg-cont .under-title h2 {
  color: #211A00;
}

.env-wh-cont {
  margin-bottom: 90px;
}

.env-wh-cont .env-title {
  margin-bottom: 40px;
}

.env-wh-cont .env-title h3 {
  font-size: 40px;
  font-weight: 700;
}

.env-wh-cont .env-title h3 span {
  font-size: 32px;
  position: relative;
  top: -2.5px;
  line-height: 1;
}

.env-wh-list-cont ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.env-wh-list-cont ul li {
  background: #fff;
  padding: 40px;
}

.env-wh-list-cont-title {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(219, 219, 219, 1);
}

.env-wh-list-cont-title h4 {
  font-size: 28px;
  font-weight: 700;
}

.env-wh-list-cont .env-wh-list-cont-list ul {
  display: block;
  margin-left: 1rem;
}

.env-wh-list-cont .env-wh-list-cont-list ul li {
  padding: 0;
  margin-bottom: 5px;
  font-size: 18px;
  position: relative;
}

.env-wh-list-cont .env-wh-list-cont-list ul li::before {
  content: "■";
  position: absolute;
  top: 50.25%;
  left: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: rgba(29, 229, 229, 1);
  font-size: 14px;
}

.env-wh-cont#env03 {
  max-width: 1180px;
  margin: 0 auto 90px;
}

.env-img-cont {
  margin-bottom: 45px;
}

.env-messa-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 1);
  padding: 25px;
}

.env-messa-cont-img {
  width: 115px;
}

.env-messa-cont-txt {
  width: calc(100% - 155px);
}

.env-messa-cont-txt h4 {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 700;
}

.env-messa-cont-txt p {
  font-size: 16px;
  line-height: 1.6;
}

.env-txt {
  margin-bottom: 45px;
}

.env-txt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.env-popup-cont ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.env-popup-cont ul li {
  background: #fff;
  padding: 40px 20px;
  position: relative;
  cursor: pointer;
}

.env-popup-cont ul li img {
  height: 140px;
  width: auto;
  display: block;
  margin: 0 auto 20px;
}

.env-popup-cont ul li h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.popup-plus {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: rgba(33, 26, 0, 1);
  bottom: 40px;
  right: 20px;
}

.popup-plus::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.popup-plus::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.env-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease;
}

.env-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.env-modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.env-modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 1440px;
  padding: 120px 20px;
  box-sizing: border-box;
  background: #fff;
}

.env-modal-content {
  width: 100%;
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.env-modal-left {
  width: 47.5%;
}

.env-modal-img {
  display: block;
  width: 100%;
  height: auto;
}

.env-modal-right {
  width: 47.5%;
  color: #2a2100;
}

.env-modal-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 40px;
}

.env-modal-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.env-modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid #5a4a1d;
  background: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}

.env-modal-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  background: #2a2100;
}

.env-modal-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.env-modal-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.modal-open {
  overflow: hidden;
}

.env-life_support-cont ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.env-life_support-cont ul li {
  background: #fff;
  padding: 40px;
}

.env-life_support-cont-title {
  text-align: center;
  margin-bottom: 25px;
}

.env-life_support-cont ul li:nth-child(1) .env-life_support-cont-title,
.env-life_support-cont ul li:nth-child(3) .env-life_support-cont-title {
  padding-top: 17px;
  margin-bottom: 47.5px;
}

.env-life_support-cont-title h4 {
  font-size: 28px;
  font-weight: 700;
}

.env-life_support-cont-img {
  margin-bottom: 20px;
}

.env-life_support-cont-txt p {
  font-size: 16px;
  line-height: 1.6;
}

.recreation-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.recreation-list ul li {
  background: #fff;
  padding: 40px 20px;
}

.recreation-list ul li img {
  height: 140px;
  width: auto;
  display: block;
  margin: 0 auto 20px;
}

.recreation-list ul li h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.env-wh-cont#env05 {
  margin-bottom: 0;
}

.env-gallery {
  padding: 100px 0;
  background: #fff;
  color: #2a2100;
  overflow: hidden;
  max-width: 1680px;
  width: calc(100% - 40px);
  margin: 120px auto;
}

.env-gallery .inner {
  max-width: 1440px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.env-gallery .under-title {
  text-align: left;
}

.env-gallery .under-title h2 {
  font-size: 56px;
  color: #211A00;
}

.env-gallery-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.env-gallery-main {
  width: 40%;
}

.env-gallery-main-swiper {
  overflow: hidden;
}

.env-gallery-main-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.env-gallery-side {
  width: 59%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.env-gallery-info {
  background: rgba(247, 247, 247, 1);
  padding: 40px 25px;
  margin: 50px 0 10px;
  box-sizing: border-box;
  max-width: 605px;
}

.env-gallery-info-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

.env-gallery-info-text {
  font-size: 18px;
  line-height: 1.6;
}

.env-gallery-nav {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 40px;
}

.env-gallery-prev,
.env-gallery-next {
  width: 56px;
  height: 56px;
  border: 1px solid #2a2100;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity .3s ease;
}

.env-gallery-prev:hover,
.env-gallery-next:hover {
  opacity: .7;
}

.env-gallery-prev img,
.env-gallery-next img {
  width: 12px;
  height: auto;
}

.env-gallery-thumb-swiper {
  overflow: hidden;
}

.env-gallery-thumb-swiper .swiper-slide {
  width: 110px;
  cursor: pointer;
  opacity: .65;
  transition: opacity .3s ease;
}

.env-gallery-thumb-swiper .swiper-slide-thumb-active,
.env-gallery-thumb-swiper .swiper-slide:hover {
  opacity: 1;
}

.env-gallery-thumb-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.entry-wrapper .aside-btns .cmn-btn.wh a {
  border: 2px solid transparent;
  border-image: linear-gradient(242.63deg, #00FFFF 0%, #157AF9 103.12%);
  border-image-slice: 1;
}

.aside-btns .cmn-btn p.caution {
  text-align: center;
  font-size: 12px;
  padding-bottom: 0;
}

.entry-cont-box {
  background: #fff;
  max-width: 1440px;
  width: calc(100% - 40px);
  margin: 0 auto 120px;
  padding: 100px 0;
  color: #211A00;
}

.entry-cont-box .inner {
  max-width: 1180px;
}

.entry-cont-box .under-title h2 {
  color: #211A00;
}

.entry-table .entry-table-title {
  margin-bottom: 30px;
}

.entry-table .entry-table-title h3 {
  font-size: 32px;
  font-weight: 700;
}

.entry-table .entry-table-title h3 span {
  font-size: 24px;
  position: relative;
  top: -2.5px;
}

.entry-table-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}

.entry-table-wrap .entry-table {
  width: 47.5%;
}

.entry-table table tr th {
  width: 30%;
  border: 1px solid rgba(217, 217, 217, 1);
  background: rgba(247, 247, 247, 1);
  padding: 25px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.entry-table table tr td {
  width: 70%;
  border: 1px solid rgba(217, 217, 217, 1);
  padding: 25px;
  font-size: 16px;
}

.entry-table .caution-txt {
  margin-top: 10px;
}

.entry-table .caution-txt p {
  font-size: 12px;
}

.entry-flow {
  max-width: 940px;
  margin: 0 auto 60px;
  background: rgba(247, 247, 247, 1);
  padding: 60px;
}

.entry-flow ol {
  max-width: 690px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.entry-flow ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
  position: relative;
  background: #fff;
}

.entry-flow ol li:last-child {
  margin-bottom: 0;
}

.entry-flow ol li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 125%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/common/arrow_bottom_double.svg") no-repeat center / contain;
}

.entry-flow ol li:last-child::before {
  display: none;
}

.entry-flow ol li:last-child .entry-flow-txt h3 {
  position: relative;
  left: -50px;
}

.entry-flow-num {
  width: 100px;
  background: rgba(33, 26, 0, 1);
  padding: 10px;
  text-align: center;
}

.entry-flow-num p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.entry-flow-num span {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.entry-flow-txt {
  width: calc(100% - 100px);
  text-align: center;
}

.entry-flow-txt h3 {
  font-size: 24px;
  font-weight: 700;
}

.entry-cont-boxact {
  max-width: 700px;
  margin: 0 auto 60px;
  background: rgba(247, 247, 247, 1);
  padding: 45px;
}

.entry-cont-boxact-title {
  text-align: center;
  margin-bottom: 20px;
}

.entry-cont-boxact-title h3 {
  font-size: 24px;
  font-weight: 700;
}

.entry-cont-boxact .entry-table table tr th {
  background: rgba(239, 239, 239, 1);
}

.entry-cont-boxact .entry-table table tr td {
  background: #fff;
}

.entry-caution {
  max-width: 940px;
  margin: 0 auto 60px;
}

.entry-caution-list ul {
  margin-left: 1rem;
}

.entry-caution-list ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.entry-cont-box .entry-cont {
  background-image: url(../img/entry/entry_img02.webp);
  margin-bottom: 0;
}

.entry-cont-box .entry-cont .aside-btns {
  max-width: 650px;
  margin: 0 auto;
  justify-content: space-between;
}

.entry-cont-box .aside-btns .cmn-btn p.caution {
  padding-top: 5px;
  color: #fff;
}

.intern-ship-cont {
  background: #fff;
  padding: 120px 0;
  color: #211A00;
}

.intern-ship-cont .cmn-title {
  text-align: center;
}

.intern-ship-cont .cmn-title h2,
.intern-ship-cont .cmn-title p {
  color: #211A00 !important;
}

.intern-ship-top-cont {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
}

.intern-ship-top-cont-img {
  width: 57.5%;
}

.intern-ship-top-cont-txt {
  width: 40%;
}

.intern-ship-top-cont-title {
  margin-bottom: 40px;
}

.intern-ship-top-cont-title h3 {
  color: #fff;
  display: inline-block;
  background: rgba(33, 26, 0, 1);
  font-size: 38px;
  font-weight: 700;
}

.intern-ship-top-cont-txt-txt p {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 30px;
}

.intern-ship-top-cont-txt-txt p:last-child {
  padding-bottom: 0;
}

.intern-ship-program {
  margin-bottom: 120px;
}

.intern-ship-program-title {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.intern-ship-program-title p {
  font-size: 48px;
  font-weight: 700;
  padding-right: 12px;
  margin-right: 12px;
  position: relative;
}

.intern-ship-program-title p::before {
  content: "";
  height: 20px;
  width: 2px;
  background: rgba(33, 26, 0, 1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.intern-ship-program-title h3 {
  font-size: 20px;
  font-weight: 700;
}

.intern-ship-program-txt {
  margin-bottom: 60px;
}

.intern-ship-program-txt p {
  font-size: 18px;
  line-height: 1.8;
}

.intern-ship-flex-cont {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}

.intern-ship-flex-cont-left {
  width: 40%;
}

.intern-ship-flex-cont-left ol li {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 2px solid rgba(217, 217, 217, 1);
}

.intern-ship-flex-cont-title {
  margin-bottom: 40px;
}

.intern-ship-flex-cont-title p {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(242.63deg, #00FFFF 0%, #157AF9 103.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-bottom: 7.5px;
}

.intern-ship-flex-cont-title h3 {
  color: #fff;
  background: linear-gradient(242.63deg, #00FFFF 0%, #157AF9 103.12%);
  font-size: 38px;
  font-weight: 700;
  display: inline-block;
}

.intern-ship-flex-cont-txt p {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 30px;
}

.intern-ship-flex-cont-txt p:last-child {
  padding-bottom: 0;
}

.intern-ship-flex-cont-right {
  width: 60%;
  margin-right: -150px;
  position: sticky;
  top: 100px;
  right: 0;
  height: 620px;
}

.intern-ship-flex-cont-right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.intern-ship-flex-cont-right img.is-active {
  opacity: 1;
}

.intern-ship-flex-cont-left ol li:last-child {
  margin-bottom: 25px;
}

.intern-ship-flex-cont-left .caution-txt p {
  font-size: 16px;
  font-weight: 400;
}

.entry-wrapper.wrapper {
  overflow: visible;
}

.disabled-aside-cont .aside-btns .cmn-btn,
.disabled-aside-cont .aside-btns .cmn-btn a {
  max-width: 320px;
}

.disabled-aside-cont .aside-btns .cmn-btn a img {
  right: 15px;
}

.disabled-aside-cont .aside-btns .cmn-btn a:hover img {
  right: 10px;
}

.intern-ship-list-cont {
  max-width: 1680px;
  width: calc(100% - 40px);
  margin: 0 auto 120px;
  padding: 80px 0;
  background-image: url(../img/entry/entry_img05.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.intern-ship-list-cont-title {
  text-align: center;
  margin-bottom: 40px;
}

.intern-ship-list-cont-title h3 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
}

.intern-ship-list-cont-title p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.intern-ship-list-cont-list {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(0, 0, 0, 0.5);
  width: calc(100% - 40px);
}

.intern-ship-list-cont-list .ul-flex {
  display: flex;
  justify-content: space-between;
  max-width: 970px;
  margin: 0 auto;
}

.intern-ship-list-cont-list .ul-flex ul {
  width: 47.5%;
}

.intern-ship-list-cont-list .ul-flex ul li {
  display: flex;
  margin-bottom: 20px;
}

.intern-ship-list-cont-list .ul-flex ul li img {
  width: 20px;
  margin-right: 7.5px;
}

.intern-ship-list-cont-list .ul-flex ul li p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.intern-ship-table-flex {
  max-width: 1180px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.intern-ship-table-flex-left {
  width: 65%;
}

.intern-ship-table-flex-right {
  width: 32.5%;
}

.intern-ship-table-flex-right-box {
  background: rgba(247, 247, 247, 1);
  padding: 25px;
}

.intern-ship-table-flex-right-box h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
}

.intern-ship-table-flex-right-box p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 275px;
  margin: 0 auto;
}

.mynavi-cont {
  padding: 80px 0;
}

.mynavi-cont-title {
  text-align: center;
  margin-bottom: 40px;
}

.mynavi-cont-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 12.5px;
}

.mynavi-cont-title p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.mynavi-cont-banner {
  max-width: 340px;
  margin: 0 auto;
}

.mynavi-cont-banner a {
  transition: all .5s;
}

.mynavi-cont-banner a:hover {
  opacity: .8;
}

.wrapper.jobs-wrapper {
  overflow: visible;
}

.entry-wrapper .requirements-cont-inner-link {
  width: calc(100% - 30px);
}

.jobs-fv-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 120px;
  max-width: 1680px;
  width: calc(100% - 40px);
}

.jobs-fv-flex-right {
  width: 47.5%;
}

.jobs-fv-flex-left {
  width: 50%;
}

.jobs-fv-flex-left h1 {
  font-size: 56px;
  font-weight: 700;
  padding-bottom: 40px;
  color: #fff !important;
}

.jobs-fv-flex-left p {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}

.jobs-wrapper .requirements-cont-inner-link {
  max-width: 1680px;
  width: calc(100% - 40px);
  margin: 0 auto 120px;
}

.jobs-wrapper .requirements-cont-inner-link ul {
  margin-right: auto;
  max-width: 770px;
}

.jobs-cont {
  max-width: 1680px;
  margin: 0 auto 120px;
}

.jobs-wrapper .under-title h2 {
  text-align: left;
}

.jobs-wrapper .jobs-cont .under-title h2 {
  color: #fff !important;
}

.jobs-wrapper .env-popup-cont ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.jobs-wrapper .env-popup-cont ul li {
  padding: 0;
  background: initial;
  position: relative;
}

.jobs-wrapper .env-popup-cont ul li img {
  width: 100%;
  height: auto;
  margin: 0;
}

.jobs-wrapper .env-popup-cont ul li h4 {
  position: absolute;
  bottom: 30px;
  left: 20px;
  font-size: 2vw;
  color: #fff !important;
}

.jobs-wrapper .env-popup-cont ul li h4 small {
  font-size: 20px;
}

.jobs-wrapper .popup-plus {
  background-color: initial;
  bottom: 30px;
  border: 1px solid #fff;
}

.jobs-good {
  max-width: 1680px;
  width: calc(100% - 40px);
  margin: 0 auto 120px;
  background: #fff;
  padding: 120px 0;
}

.jobs-good .under-title h2 {
  text-align: center;
  color: #211A00;
}

.jobs-good-cont ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 50px;
  justify-content: center;
  perspective: 1000px;
}

.jobs-good-cont ul li {
  opacity: 0;
  padding: 20px;
  border-radius: 15px;
  max-width: 610px;
  position: relative;
}

/* 表示時 */
.jobs-good-cont ul li.is-show {
  animation: popUp 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.jobs-good-cont ul li {
  position: relative;
  padding: 25px 40px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.6;
  color: #211A00;
  word-break: break-all;
  box-sizing: border-box;
}

.jobs-good-cont ul li::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 25px solid red;
}

@keyframes popUp {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.8);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.jobs-good-cont ul li.blue {
  background-color: #98CBEE;
}

.jobs-good-cont ul li.green {
  background-color: #ADECF1;
}

.jobs-good-cont ul li.yellow {
  background-color: #FFED9D;
}

.d1 {
  animation-delay: 0.8s;
}

.d2 {
  animation-delay: 1.4s;
}

.d3 {
  animation-delay: 1s;
}

.d4 {
  animation-delay: 1.2s;
}

.d5 {
  animation-delay: 0.4s;
}

.d6 {
  animation-delay: 2s;
}

.d7 {
  animation-delay: 1.1s;
}

.d8 {
  animation-delay: 0.4s;
}

.d9 {
  animation-delay: 2.4s;
}

.jobs-good-cont ul li.blue::after {
  border-top-color: #98CBEE;
}

.jobs-good-cont ul li.green::after {
  border-top-color: #ADECF1;
}

.jobs-good-cont ul li.yellow::after {
  border-top-color: #FFED9D
}

.jobs-schedule {
  background: #fff;
  padding: 120px 0;
  margin-bottom: 120px;
}

.jobs-schedule .under-title h2 {
  color: #211A00;
  text-align: center;
}

.schedule-container {
  max-width: 940px;
  margin: 0 auto;
  color: #211A00;
}

.schedule-container:nth-child(3),
.schedule-container:nth-child(4) {
  margin-top: 80px;
}

.timeline-title {
  margin-bottom: 30px;
}

.timeline-title h3 {
  font-size: 28px;
  font-weight: 700;
}

.timeline-title h3 span {
  font-size: 20px;
  position: relative;
  top: -1.5px;
  padding-right: 2.5px;
}

.timeline {
  position: relative;
  padding-left: 100px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 47.5px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: rgba(175, 238, 238, 1);
  height: 95%;
}

.schedule-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.schedule-item .content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  margin-left: 10px;
}

.schedule-item .content .title {
  width: 225px;
  font-size: 20px;
  font-weight: 700;
}

.schedule-item .content .text-group {
  width: calc(100% - 150px);
}

.text-group .subtitle {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}

.text-group .description {
  font-size: 16px;
}

.time-badge {
  position: absolute;
  left: -100px;
  width: 95px;
  background-color: #c0f0f5;
  font-family: "neue-haas-grotesk-text", sans-serif;
  color: #000;
  text-align: center;
  padding: 0;
  border-radius: 20px;
  font-weight: bold;
  font-size: 20px;
  z-index: 2;
}

.schedule-container .note {
  font-size: 14px;
}

.jobs-career {
  max-width: 1680px;
  width: calc(100% - 40px);
  margin: 0 auto 120px;
  background: #fff;
  padding: 120px 0;
  color: #211A00;
}

.jobs-career .under-title h2 {
  color: #211A00;
}

.career-path {
  max-width: 1180px;
  margin: 0 auto;
}

.step-container {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 20px;
}

.step-box {
  flex: 1;
  position: relative;
}

.year {
  display: block;
  font-size: 56px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

.year span {
  font-size: 20px;
  padding-left: 5px;
}

.jobs-career .content {
  background-color: rgba(224, 255, 255, 1);
  padding: 40px 25px;
}

.jobs-career .content p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.step1 .content {
  height: auto;
}

.step2 .content {
  padding-bottom: 80px;
  background: rgba(175, 238, 238, 0.5);
}

.step3 .content {
  padding-bottom: 120px;
  background: rgba(29, 229, 229, 0.3);
}

.note {
  font-size: 14px;
  color: rgba(33, 26, 0, 1);
  margin-top: 30px;
}

.entry-form-cont {
  max-width: 1480px;
  margin: 0 auto 120px;
  width: calc(100% - 40px);
  padding: 100px 0px;
  background: #fff;
}

.entry-form-cont .inner {
  max-width: 1180px;
  margin: 0 auto;
}

.entry-form-top-box {
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: 0 auto 60px;
  padding: 40px;
  background: rgba(247, 247, 247, 1);
}

.entry-form-top-box-title {
  text-align: center;
  margin-bottom: 30px;
}

.entry-form-top-box-title p {
  font-size: 20px;
  font-weight: 700;
  color: #211A00;
}

.entry-form-top-box .cmn-btn {
  margin: 0 auto;
  max-width: 320px;
}

.form-error-box {
  margin-bottom: 40px;
  padding: 24px 28px;
  border: 1px solid #d00;
  background: #fff5f5;
  color: #d00;
}

.form-error-box p {
  margin: 0 0 12px;
  font-weight: 700;
}

.form-error-box ul {
  margin: 0;
  padding-left: 20px;
}

.entry-form-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.entry-form-table th,
.entry-form-table td {
  border: 1px solid rgba(247, 247, 247, 1);
}

.entry-form-table th {
  width: 300px;
  background: #efefef;
  padding: 35px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #111;
  vertical-align: middle;
  text-align: center;
}

.entry-form-table td {
  background: #fff;
  padding: 25px;
}

.entry-form-table td.np {
  padding: 0;
}

.required {
  display: inline-block;
  margin-left: 7.5px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  color: #e60012;
  border: 1px solid #e60012;
  vertical-align: middle;
  border-radius: 2px;
  line-height: 1;
}

.entry-form-table small {
  display: block;
  margin-top: 4px;
  color: #666;
  font-size: 11px;
  font-weight: 400;
}

.entry-form-table input[type="text"],
.entry-form-table input[type="email"],
.entry-form-table input[type="tel"],
.entry-form-table input[type="date"],
.entry-form-table input[type="month"],
.entry-form-table select,
.entry-form-table textarea {
  width: 100%;
  border: none;
  border: 1px solid #222;
  background: transparent;
  padding: 7.5px 10px;
  font-size: 16px;
  color: #111;
  box-sizing: border-box;
  outline: none;
}

.entry-form-table input[type="date"]#birthday,
.entry-form-table input[type="text"]#zip,
.entry-form-table input[type="month"]#graduation,
.entry-form-table input[type="text"]#graduated,
.entry-form-table input[type="text"]#pref_code {
  max-width: 240px;
}

.entry-form-table textarea {
  min-height: 180px;
  border: 1px solid #222;
  padding: 14px;
  background: #fff;
  resize: vertical;
}

.radio-list-col label,
.radio-list-inline label,
.gender-inline label {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #211A00;
}

.radio-list-inline label,
.gender-inline label {
  display: inline-block;
  margin-right: 24px;
}

.radio-list-col input,
.radio-list-inline input,
.gender-inline input {
  width: auto;
  margin-right: 8px;
}

.career-period,
.interview-row {
  display: flex;
  align-items: center;
}

.interview-row {
  align-items: flex-end;
}

.input-half {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid rgba(247, 247, 247, 1);
}

.input-half-nf.input-half {
  display: block;
}

.input-half-nf.input-half label {
  color: #211A00;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}

.input-half-nf.input-half label span {
  font-size: 12px;
  padding: 2px 4px;
}

.input-half-hun.input-half input,
.input-half-hun.input-half select {
  width: 100%;
  max-width: 100%;
}

.input-half:nth-child(1) {
  border-right: 1px solid rgba(247, 247, 247, 1);
}

.input-half:nth-child(2) input:nth-child(1) {
  width: 35%;
  flex: initial;
}

.input-half:nth-child(2) input:nth-child(2) {
  width: 62.5%;
  flex: initial;
}

.career-period span {
  flex: 0 0 auto;
  color: #211A00;
  margin-inline: 5px;
}

.career-period input[type="month"] {
  max-width: 145px;
}

form .note {
  margin-block: 0 7.5px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(132, 132, 132, 1);
}

form .note.bb {
  padding: 12px 25px;
  border-bottom: 1px solid rgba(247, 247, 247, 1);
}

form .note.bt {
  padding: 12px 25px;
  border-top: 1px solid rgba(247, 247, 247, 1);
  margin-bottom: 0;
}

.agree-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.agree-title h3 {
  font-size: 18px;
  font-weight: 700;
  padding-right: 5px;
}

.entry-form-agree {
  margin-top: 0;
  padding: 60px 15px;
  text-align: center;
  color: #211A00;
}

.entry-form-agree-head {
  display: inline-block;
  padding: 1px 6px;
  color: #e60012;
  border: 1px solid #e60012;
  font-size: 13px;
  font-weight: 400;
  border-radius: 2px;
}

.entry-form-agree-txt {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.6;
}

.entry-form-agree-txt a {
  text-decoration: underline !important;
}

.entry-form-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #211A00;
}

.entry-form-check input {
  width: auto;
}

.attention-box {
  margin: 30px auto 0;
  max-width: 700px;
  padding: 20px 24px;
  background: rgba(247, 247, 247, 1);
  color: #211A00;
  text-align: left;
  font-size: 12px;
  line-height: 1.9;
}

.attention-box-title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.attention-box ul {
  margin-left: 1rem;
}

.attention-box p,
.attention-box ul li {
  font-size: 14px;
  line-height: 1.6;
}

.attention-box p a {
  text-decoration: underline !important;
}

.attention-box ul li {
  list-style: disc;
}

.entry-form-btn,
.confirm-btns {
  text-align: center;
}

.entry-form-btn button,
.confirm-btns button {
  min-width: 280px;
  padding: 20px 30px;
  border: none;
  background: rgba(33, 26, 0, .8);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .3s;
  position: relative;
}

.entry-form-btn button img,
.confirm-btns button img {
  width: 15px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}

.confirm-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 60px;
}

.confirm-btns .back-btn {
  background: #777;
}

.confirm-btns .back-btn img {
  right: initial;
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%)rotate(180deg);
  -ms-transform: translateY(-50%)rotate(180deg);
}

.entry-form-btn button:hover,
.confirm-btns button:hover {
  opacity: .8;
}

.confirm-block+.confirm-block {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #ddd;
}

.confirm-text {
  line-height: 1.6;
  font-size: 16px;
  color: #211A00;
}

.thanks-txt {
  margin-bottom: 120px;
  text-align: center;
}

.thanks-txt p {
  font-size: 20px;
  line-height: 1.8;
}

.env-table-img {
  cursor: pointer;
}

.img-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}

.img-lightbox.is-active {
  opacity: 1;
  visibility: visible;
}

.img-lightbox-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.img-lightbox-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.img-lightbox-img {
  display: block;
  max-width: min(1200px, 90vw);
  max-height: 90vh;
  width: auto;
  height: auto;
}

.img-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border: 0;
  background: #fff;
  color: #000;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

body.is-lightbox-open {
  overflow: hidden;
}

.jobs-cont-title {
  margin-block: 40px 20px;
}

.jobs-cont-title h3 {
  font-size: 32px;
  font-weight: 500;
  color: #fff !important;
}

.setsumeikai-group {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 25px;
  color: #211A00;
}

.setsumeikai-group:last-child {
  margin-bottom: 0;
}

.setsumeikai-head {
  width: 140px;
  flex-shrink: 0;
}

.setsumeikai-head p {
  font-weight: 700;
  line-height: 1.8;
  font-size: 16px;
}

.setsumeikai-head span {
  display: block;
  font-size: 14px;
  line-height: 1.8;
}

.setsumeikai-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.setsumeikai-list label {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.6;
  cursor: pointer;
}

.setsumeikai-list label span {
  font-size: 16px;
}

.attention-box-top {
  margin-block: 0 60px;
}

.logo h1 {
  width: 450px;
}

@media screen and (max-width: 1400px) {
  .top-nav ul li a {
    font-size: 14px;
  }

  .kv-inner {
    margin: 0 20px;
  }

  .cmn-title p {
    font-size: 56px;
  }

  .cmn-txt p {
    font-size: 16px;
    padding-bottom: 25px;
  }

  .under-nav ul li .under-nav-txt p {
    font-size: 28px;
  }

  .under-nav ul li .under-nav-txt h3 {
    font-size: 14px;
  }

  .blk-bg .environment-box .cmn-title h2 {
    font-size: 18px;
  }

  .cmn-txt h3 {
    font-size: 30px;
  }

  .aside-flex-left .cmn-title h2 {
    font-size: 80px;
  }

  .footer-flex-left {
    width: 250px;
  }

  .footer-flex-right {
    width: calc(100% - 300px);
  }

  .entry-flex-right {
    padding: 30px 20px;
  }

  .company-top-img01 {
    max-width: 23vw;
    top: -12.5vw;
    left: 7.5vw;
  }

  .company-top-img02 {
    max-width: 25vw;
    top: -15vw;
    right: 2vw;
  }

  .company-top-img03 {
    max-width: 30vw;
    left: 1vw;
    bottom: -13vw;
  }

  .company-top-img04 {
    left: 35vw;
    bottom: -8vw;
    max-width: 32.5vw;
  }

  .company-top-img05 {
    max-width: 25vw;
    right: 2vw;
    bottom: -10vw;
  }

  .intern-ship-top-cont-title h3,
  .intern-ship-flex-cont-title h3 {
    font-size: 32px;
  }

  .intern-ship-list-cont-title h3 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1200px) {
  .company-flex-left {
    width: 47.5%;
  }

  .company-flex-right {
    width: 47.5%;
  }

  .environment-box-inner {
    padding: 40px 20px;
  }

  .wrapper {
    min-width: 1000px;
  }

  .footer-flex {
    display: block;
    margin: 0 auto 60px;
  }

  .footer-flex-left {
    width: 250px;
    margin-bottom: 40px;
  }

  .footer-flex-right {
    width: 100%;
  }

  .table-cont {
    padding: 60px 20px;
  }

  .numbers-cont-img p span {
    font-size: 72px;
  }

  .flex-num-txt p span {
    font-size: 42px;
  }

  .members-detail {
    margin: 0 auto 120px;
    padding: 60px 15px;
  }

  .company-bottom-box-cont {
    padding: 30px 15px;
  }

  .company-center-box-wrap {
    gap: 30px;
  }

  .company-center-box {
    padding: 30px 20px;
  }

  .company-top-box-inner {
    padding: 80px 15px;
  }

  .popup-plus {
    width: 25px;
    height: 25px;
    bottom: 15px;
    right: 15px;
  }

  .env-life_support-cont ul li:nth-child(1) .env-life_support-cont-title,
  .env-life_support-cont ul li:nth-child(3) .env-life_support-cont-title {
    padding-top: 0;
    margin-bottom: 25px;
  }

  .entry-flex-right p {
    font-size: 16px;
  }

  .entry-flex-right .cmn-btn a p {
    font-size: 14px;
  }

  .jobs-good-cont ul li {
    padding: 20px 25px;
    font-size: 16px;
  }
}

@media screen and (max-width: 834px) {
  .wrapper {
    min-width: initial;
    padding-top: 66px;
  }

  .inner {
    max-width: 100%;
    width: calc(100% - 30px);
  }

  .kv {
    padding: 0;
    height: 450px;
  }

  .kv-inner {
    margin: 0;
    overflow: hidden;
  }

  .kv-swiper {
    width: 100%;
  }

  .kv-txt span.line.is-show {
    opacity: 1;
    transform: translateX(0);
  }

  .kv-txt span.line {
    opacity: 0;
    transform: translateX(-40px);
    transition: transform 0.8s ease, opacity 0.8s ease;
  }

  .kv-txt h1 span {
    padding: 0 2.5px;
    margin-bottom: 12.5px;
    font-size: 32px;
  }

  .kv-auto-track .neue {
    padding-right: 40px;
    font-size: 56px;
  }

  .kv-auto-txt {
    bottom: 10px;
  }

  .kv-txt {
    top: 65%;
  }

  .company {
    padding: 80px 0;
  }

  .company-flex {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .company-flex-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .cmn-title {
    margin-bottom: 40px;
  }

  .cmn-title p {
    font-size: 48px;
  }

  .cmn-title h2 {
    font-size: 18px;
  }

  .cmn-txt {
    margin-bottom: 40px;
  }

  .cmn-btn a {
    max-width: 280px;
    margin: 0 auto;
  }

  .company-flex-right {
    width: 100%;
  }

  .company-flex-right-img01 {
    top: 0px;
    right: -20px;
    max-width: 240px;
    margin-bottom: 30px;
  }

  .company-flex-right-img02 {
    max-width: 215px;
  }

  .jobs {
    padding: 80px 0 40px;
  }

  .jobs-flex {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .jobs-flex-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .jobs-flex-right {
    width: 100%;
  }

  .member {
    padding: 40px 0 80px;
  }

  .title-flex {
    display: block;
    max-width: 500px;
    margin: 0 auto 15px;
  }

  .member-swiper-wrap {
    max-width: 500px;
    margin: 0 auto 40px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .title-flex-right-arrow {
    width: 90px;
    margin-left: auto;
  }

  .member-swiper .swiper-slide img {
    margin-bottom: 15px;
  }

  .member-swiper .swiper-slide h3 {
    font-size: 18px;
  }

  .swiper-pagination {
    margin-top: 20px;
  }

  .requirements {
    padding: 80px 0;
  }

  .requirements .cmn-title p {
    font-size: 38px;
  }

  .under-nav ul {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .under-nav ul li .under-nav-txt-wrap img {
    width: 32.5px;
  }

  .under-nav ul li .under-nav-txt-wrap {
    width: calc(100% - 30px);
    bottom: 20px;
  }

  .environment {
    padding-bottom: 80px;
  }

  .environment-box {
    max-width: 500px;
    width: calc(100% - 30px);
  }

  .environment-box-inner {
    padding: 50px 15px;
  }

  .environment-flex {
    display: block;
  }

  .environment-flex-left {
    width: 100%;
    margin-bottom: 5px;
  }

  .environment-flex-left .cmn-title {
    margin-block: 15px 0;
    text-align: right;
  }

  .environment-flex-left .cmn-title p {
    font-size: 40px;
  }

  .environment-flex-right {
    width: 100%;
  }

  .cmn-txt h3 {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .aside-cont {
    background-image: url(../img/footer_menu_bg_sp.webp);
  }

  .aside-flex {
    display: block;
    max-width: 500px;
    width: calc(100% - 30px);
  }

  .aside-flex-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .aside-flex-left .cmn-title h2 {
    font-size: 72px;
    line-height: 1.2;
  }

  .aside-flex-right {
    width: 100%;
    margin-top: 0;
  }

  .aside-flex-right-nav-left {
    width: 47.5%;
  }

  .aside-flex-right-nav-left p {
    font-size: 24px;
  }

  .aside-flex-right-nav ul li:nth-child(1) a {
    align-items: flex-end;
  }

  .aside-flex-right-nav-right {
    width: 50%;
  }

  .aside-flex-right-nav-right p {
    font-size: 14px;
  }

  .aside-flex-right-nav-right img {
    width: 15px;
  }

  footer {
    padding: 80px 0 40px;
  }

  .top-btn {
    right: 10px;
  }

  .footer-sns {
    max-width: 130px;
  }

  footer p.copy {
    font-size: 10px;
  }

  .footer-flex {
    max-width: 500px;
    margin: 0 auto 40px;
  }

  .footer-flex-right-nav ul {
    display: block;
  }

  .footer-flex-right-nav ul li {
    margin-bottom: 24px;
  }

  .footer-flex-right-nav ul li:last-child {
    margin-bottom: 0px;
  }

  .footer-flex-right-nav ul li p {
    font-size: 15px;
    margin-right: 12.5px;
  }

  .footer-flex-right-nav ul ul {
    padding: 20px 0 0 15px;
  }

  .footer-flex-right-nav ul li {
    margin-bottom: 15px;
  }

  .swiper-button-prev::before,
  .swiper-button-next::before {
    width: 6px;
    height: 6px;
  }

  .member .cmn-title {
    margin-bottom: 0;
  }

  .under-fv-txt {
    margin-bottom: 30px;
  }

  .under-fv .cmn-title {
    margin-bottom: 20px;
  }

  .breadcrumb a,
  .breadcrumb li {
    font-size: 12px;
  }

  .breadcrumb li+li::before {
    margin: 0 5px;
    font-size: 12px;
  }

  .under-fv-img {
    height: 300px;
    position: relative;
  }

  .under-fv-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    object-fit: cover;
  }

  .under-fv {
    margin-bottom: 80px;
  }

  .requirements-cont-link {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 40px;
  }

  .requirements-cont-link ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 0px;
  }

  .requirements-cont-link ul li a {
    font-size: 14px;
    padding: 15px 0;
  }

  .requirements-cont-inner-link {
    margin: 0 auto 80px;
    max-width: 500px;
  }

  .requirements-cont-inner-link ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .requirements-cont-inner-link ul li {
    max-width: 100%;
    width: 100%;
  }

  .requirements-cont-inner-link ul li a p {
    font-size: 16px;
  }

  .requirements-cont-inner-link-img {
    width: 20px;
    height: 20px;
  }

  .under-title h2 {
    font-size: 32px;
  }

  .under-title {
    margin-bottom: 40px;
  }

  .under-title h1 {
    font-size: 18px;
  }

  .table-cont {
    padding: 30px 15px;
    margin-bottom: 60px;
  }

  .table-cont table th,
  .table-cont table td {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
  }

  .table-cont table tr:nth-child(1) td {
    border-top: none;
  }

  .table-cont table th {
    border-bottom: 1px solid rgba(132, 132, 132, 1);
    padding-bottom: 10px;
  }

  .table-cont table td {
    border-bottom: 3px solid rgba(33, 26, 0, 1);
    padding-top: 10px;
  }

  .table-cont-td-box {
    padding: 10px;
    margin-bottom: 10px;
  }

  .table-cont table td .table-cont-td-box-title p {
    font-size: 14px;
  }

  .table-cont table td p {
    font-size: 14px;
  }

  .disabled-person-wrapper .table-cont table td p {
    font-size: 16px;
  }

  .table-cont table td .table-cont-tag-txt {
    font-size: 10px;
  }

  .table-cont-tag ul li .table-cont-tag-txt-cont.blk {
    font-size: 12px;
  }

  .table-cont table td ul.td-list-cont li {
    font-size: 14px;
  }

  .faq {
    padding: 80px 0;
  }

  .faq-list {
    margin-bottom: 40px;
  }

  .faq-list-q {
    margin-bottom: 15px;
  }

  .faq-list-q span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .faq-list ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .faq-list-q h3 {
    width: calc(100% - 45px);
    font-size: 16px;
  }

  .faq-list-a p {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .disabled-person-wrapper .faq-list-a p {
    font-size: 16px;
  }

  .under-wrapper .aside-flex-left {
    width: 100%;
  }

  .under-wrapper .aside-flex-right {
    width: 100%;
    padding: 15px 20px 30px;
  }

  .under-wrapper .aside-flex .cmn-title {
    margin-bottom: 25px;
  }

  .under-wrapper .aside-flex .cmn-title h2 {
    font-size: 56px;
  }

  .aside-btns {
    display: block;
    margin-left: auto;
    max-width: 280px;
  }

  .aside-btns .cmn-btn {
    max-width: 280px;
  }

  .aside-btns .cmn-btn:nth-child(1) {
    margin-bottom: 15px;
  }

  .table-cont table td p.pb {
    padding-bottom: 10px;
  }

  .entry-flex-cont {
    max-width: 500px;
    margin: 0 auto 60px;
    display: block;
  }

  .entry-flex-left {
    width: 100%;
  }

  .entry-flex-right {
    width: 100%;
  }

  .entry-flex-right {
    padding: 20px 15px;
  }

  .entry-flex-right p {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 20px;
  }

  .cmn-btn a img {
    width: 15px;
    right: 15px;
  }

  .flow-cont {
    margin: 40px auto 0;
    max-width: 500px;
  }

  .flow-cont-title {
    margin-bottom: 30px;
  }

  .flow-cont-title h3 {
    font-size: 24px;
  }

  .flow-cont-title h3 span {
    font-size: 16px;
    padding-right: 5px;
  }

  .flow-list-cont-title h4 {
    font-size: 16px;
  }

  .flow-list-cont-title {
    margin-bottom: 20px;
  }

  .flow-cont ol {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-cont ol li {
    width: 100%;
    padding: 20px 15px;
  }

  .flow-cont-img {
    width: 60px;
  }

  .flow-cont ol li .num {
    width: 30px;
    height: 30px;
  }

  .flow-cont ol li .num p {
    font-size: 20px;
    line-height: 30px;
  }

  .flow-cont .caution-txt {
    padding-top: 10px;
    font-size: 12px;
  }

  .flow-txt {
    margin-top: 25px;
  }

  .flow-txt p {
    font-size: 14px;
  }

  .interview {
    max-width: 100%;
    padding: 40px 0px;
  }

  .interview-list ul li {
    margin-bottom: 30px;
    padding: 30px 15px;
  }

  .interview-list-cont {
    max-width: 100%;
    display: block;
  }

  .interview-list-cont-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }

  .interview-list-cont-txt {
    width: 100%;
  }

  .interview-list-cont-txt-title h3 {
    font-size: 20px;
  }

  .interview-list-cont-txt-tag p {
    font-size: 14px;
    margin-right: 10px;
  }

  .interview-list-cont-txt-tag {
    margin-bottom: 20px;
  }

  .interview-list-cont-txt-tag span {
    font-size: 12px;
    padding: 2.5px 10px 4px;
  }

  .interview-list-cont-txt-txt p {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 20px;
  }

  .entry-cont {
    max-width: 100%;
    width: calc(100% - 40px);
    margin: 80px auto 60px;
    padding: 30px 15px;
  }

  .under-txt-cont {
    margin-bottom: 40px;
  }

  .under-txt-cont p {
    font-size: 16px;
  }

  .flow-cont.flow-cont-sml ol {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .flow-cont.flow-cont-sml ol li:nth-child(5) .flow-cont-txt {
    padding-top: 0px;
  }

  .flow-cont-txt h5 {
    font-size: 16px;
  }

  .dp-members {
    padding-bottom: 80px;
  }

  .dp-members .cmn-title p {
    font-size: 48px;
  }

  .dp-members .cmn-title h2 {
    font-size: 18px;
  }

  .under-wrapper .under-txt p {
    font-size: 16px;
  }

  .under-wrapper .under-txt {
    margin-bottom: 30px;
  }

  .dp-members-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .numbers-cont {
    padding-bottom: 80px;
  }

  .numbers-cont ul {
    grid-template-columns: repeat(1, 1fr);
    max-width: 300px;
    margin: 0 auto;
  }

  .numbers-cont-title {
    padding: 5px 0;
  }

  .numbers-cont-title h3 {
    font-size: 16px;
  }

  .numbers-cont-img img {
    max-width: 210px;
  }

  .numbers-cont ul li:nth-child(1) .numbers-cont-img img {
    width: 100px;
  }

  .numbers-cont-img p {
    font-size: 20px;
  }

  .numbers-cont-img p span {
    font-size: 62px;
  }

  .numbers-cont-img {
    padding: 30px 15px;
  }

  .numbers-cont ul li:nth-child(2) .numbers-cont-img img {
    width: 65px;
    margin-bottom: 20px;
  }

  .numbers-cont ul li:nth-child(3) .numbers-cont-img {
    padding: 5px 15px 25px 25px;
  }

  .flex-num-txt p {
    font-size: 14px;
  }

  .flex-num-txt p span {
    font-size: 36px;
  }

  .numbers-cont ul li:nth-child(4) .numbers-cont-img img {
    width: 80px;
    right: -22.5%;
  }

  .numbers-cont ul li:nth-child(4) .numbers-cont-img p {
    left: -14.5%;
    margin-top: -6%;
  }

  .numbers-cont ul li:nth-child(5) .numbers-cont-img img {
    width: 45px;
    margin: 0px 0 0 10px;
  }

  .numbers-cont ul li:nth-child(5) .numbers-cont-img {
    max-width: 220px;
    margin: 0 auto;
    padding-top: 40px;
  }

  .numbers-cont ul li:nth-child(6) .numbers-cont-img img {
    max-width: 205px;
    margin-bottom: 10px;
  }

  .numbers-cont ul li:nth-child(6) .numbers-cont-img {
    padding: 20px 25px 30px 35px;
  }

  .numbers-cont ul li:nth-child(7) .numbers-cont-img img {
    width: 70px;
  }

  .numbers-cont ul li:nth-child(8) .numbers-cont-img img {
    width: 100px;
  }

  .numbers-cont ul li:nth-child(9) .numbers-cont-img img {
    width: 90px;
    margin: 0;
  }

  .numbers-cont-img-flex {
    max-width: 185px;
  }

  .numbers-cont ul li:nth-child(9) .numbers-cont-img p {
    font-size: 16px;
    text-align: left;
  }

  .numbers-cont ul li:nth-child(9) .numbers-cont-img-txt p,
  .numbers-cont ul li:nth-child(7) .numbers-cont-img-txt p {
    font-size: 12px;
    text-align: center;
  }

  .numbers-wrapper .caution-txt {
    margin-top: 30px;
  }

  .numbers-wrapper .caution-txt p {
    font-size: 14px;
  }

  .members {
    padding-bottom: 80px;
  }

  .members-cont ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  .members-cont-txt-txt h3 {
    font-size: 20px;
  }

  .members-cont-txt-flex {
    display: block;
  }

  .members-cont-txt-flex p {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .members-cont-txt-arrow {
    width: 30px;
    height: 30px;
  }

  .members-cont-txt-arrow img {
    width: 12.5px;
  }

  .members-cont-txt-txt {
    width: calc(100% - 40px);
  }

  .members-detail {
    margin: 0 auto 80px;
    padding: 40px 15px;
  }

  .members-detail-cont-title-num {
    padding-bottom: 20px;
  }

  .members-detail-cont-title-num p {
    font-size: 16px;
  }

  .members-detail-cont-title-txt h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .members-detail-cont--flex {
    display: block;
  }

  .members-detail-cont--flex p {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .members-detail-cont--flex span.tag {
    font-size: 12px;
  }

  .members-detail-cont-title {
    margin-bottom: 30px;
  }

  .members-detail .inner {
    width: 100%;
  }

  .member-detail-cont-img {
    margin-bottom: 40px;
  }

  .member-detail-cont-txt {
    display: block;
    margin-bottom: 30px;
  }

  .member-detail-cont-txt-q {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(219, 219, 219, 0.87);
    padding-bottom: 15px;
  }

  .member-detail-cont-txt-q p {
    font-size: 14px;
  }

  .member-detail-cont-txt-q h3 {
    font-size: 18px;
  }

  .member-detail-cont-txt-a {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }

  .member-detail-cont-txt-a p {
    font-size: 14px;
  }

  .member-detail-cont-txts {
    margin-bottom: 40px;
  }

  .more-members {
    padding-bottom: 40px;
  }

  .more-members .members-cont-txt-txt {
    width: 100%;
  }

  .more-members .cmn-title p {
    font-size: 36px;
  }

  .more-members .title-flex-right-arrow {
    width: 100px;
    margin: 0 0 20px auto;
  }

  .more-members .cmn-title {
    margin-bottom: 20px;
  }

  .members-detail-wrapper .under-fv {
    margin-bottom: 60px;
  }

  .company-top-box {
    margin: 120px auto;
    max-width: 500px;
    width: calc(100% - 30px);
  }

  .company-top-box-inner {
    padding: 60px 15px;
  }

  .company-top-box-txt p {
    font-size: 16px;
    text-align: left;
  }

  .company-top-box-txt p.serif {
    font-size: 20px;
    text-align: center;
    line-height: 1.8;
  }

  .company-top-box-txt h2 {
    font-size: 48px;
    line-height: 1;
  }

  .company-top-img01 {
    max-width: 125px;
    top: -8%;
    left: -2.5%;
  }

  .company-top-img02 {
    max-width: 165px;
    top: -14%;
    right: -1%;
  }

  .company-top-img03 {
    max-width: 200px;
    left: -2.5%;
    bottom: -12.5%;
  }

  .company-top-img05 {
    max-width: 165px;
    right: -4.5%;
    bottom: -5%;
  }

  .company-center {
    padding: 80px 0;
  }

  .company-center-box-top {
    max-width: 500px;
    width: 100%;
    padding: 80px 0;
  }

  .company-center-cont-title-img img {
    height: 47.5px;
  }

  .company-center-cont-title h3 {
    font-size: 24px;
  }

  .company-center-cont-title {
    margin-bottom: 40px;
  }

  .company-center-cont-flex {
    display: block;
  }

  .company-center-cont-flex-txt {
    width: 100%;
    margin-bottom: 40px;
  }

  .company-center-cont-flex-img {
    width: 100%;
  }

  .company-center-cont-txt p {
    font-size: 16px;
    text-align: left;
  }

  .company-center-cont-flex-txt p {
    padding-bottom: 20px;
  }

  .company-center-cont {
    margin-bottom: 80px;
  }

  .company-center-box-wrap {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }

  .company-center-cont-nmb {
    margin-bottom: 40px;
  }

  .company-center-box {
    padding: 25px 15px;
  }

  .company-center-box-title {
    margin-bottom: 15px;
  }

  .company-center-box-title h4 {
    font-size: 20px;
    text-indent: -1em;
    padding-left: 1em;
  }

  .company-center-box-title h4 span {
    font-size: 14px;
    top: -1.5px;
  }

  .company-center-box-img {
    margin-bottom: 15px;
  }

  .company-center-box-txt p {
    font-size: 15px;
  }

  .company-center-box-one {
    margin-bottom: 80px;
  }

  .company-center-box-flex .company-center-box {
    display: block;
  }

  .company-center-box-flex .company-center-box .company-center-box-txt {
    width: 100%;
  }

  .company-center-box-flex .company-center-box .company-center-box-img {
    width: 100%;
  }

  .company-center-box-img:last-child {
    margin-bottom: 0;
  }

  .company-bottom {
    margin: 80px auto;
    padding: 80px 0;
    max-width: 500px;
    width: calc(100% - 30px);
  }

  .company-bottom .under-title {
    margin-bottom: 30px;
  }

  .company-bottom .under-txt {
    text-align: left;
  }

  .company-bottom-box-conts {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }

  .company-bottom-box-cont {
    padding: 25px 15px;
  }

  .company-bottom-box-cont-title h3 {
    font-size: 20px;
  }

  .company-bottom-box-cont-title {
    text-align: center;
    margin-bottom: 15px;
  }

  .company-bottom-box-cont-img {
    margin-bottom: 15px;
    padding-block: 35px;
  }

  .company-bottom-box-cont-img img {
    width: 110px;
  }

  .company-bottom-box-cont-list ul li {
    font-size: 16px;
  }

  .company-bottom-box-cont-list ul li::before {
    font-size: 12px;
    left: -15px;
    top: 3.5px;
  }

  .under-wrapper .company-bottom-box p {
    text-align: left;
  }

  .jobs-top-txt h3 {
    font-size: 20px;
    padding-bottom: 30px;
  }

  .jobs-top-txt p {
    font-size: 14px;
  }

  .jobs-top-txt {
    margin-bottom: 80px;
  }

  .jobs-menu-cont {
    padding: 60px 0;
    margin-bottom: 60px;
    top: 10%;
  }

  .jobs-menu-cont-flex {
    width: calc(100% - 40px);
    display: block;
  }

  .jobs-menu-cont-flex-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .jobs-menu-cont-flex-right {
    width: 100%;
  }

  .jobs-menu-cont-flex-left-title p {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .jobs-menu-cont-flex-left-title h3 {
    font-size: 32px;
  }

  .jobs-menu-cont-flex-left-title {
    margin-bottom: 25px;
  }

  .jobs-menu-cont-flex-left-txt {
    margin-bottom: 25px;
  }

  .jobs-menu-cont-flex-left-txt p {
    font-size: 14px;
  }

  .jobs-menu-cont-flex-right p {
    font-size: 36px;
  }

  .jobs-menu {
    padding-bottom: 60px;
  }

  .env-box-cont {
    max-width: 100%;
    width: calc(100% - 40px);
    margin: 0 auto 80px;
    padding: 80px 0;
  }

  .env-box-cont .under-title {
    margin-bottom: 30px;
  }

  .env-box-cont .company-bottom-box-conts {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .env-box-cont .company-bottom-box-cont {
    padding: 30px 15px;
  }

  .env-box-cont .company-bottom-box-cont-title h3 {
    font-size: 18px;
  }

  .company-bottom-box-cont-txt p {
    font-size: 14px;
  }

  .env-wh-bg {
    padding: 80px 0;
  }

  .env-wh-bg-cont {
    padding: 80px 0;
  }

  .env-wh-cont .env-title h3 {
    font-size: 24px;
  }

  .env-wh-cont .env-title h3 span {
    font-size: 20px;
    top: -2px;
  }

  .env-wh-list-cont ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .env-wh-list-cont ul li {
    padding: 25px 15px;
  }

  .env-wh-list-cont-title {
    margin-bottom: 15px;
    padding-bottom: 12.5px;
  }

  .env-wh-list-cont-title h4 {
    font-size: 20px;
  }

  .env-wh-list-cont .env-wh-list-cont-list ul li {
    font-size: 16px;
  }

  .env-wh-bg-cont {
    width: calc(100% - 30px);
  }

  .env-wh-cont {
    margin-bottom: 60px;
  }

  .env-wh-cont .env-title {
    margin-bottom: 30px;
  }

  .env-img-cont {
    margin-bottom: 30px;
  }

  .env-messa-cont {
    padding: 20px 15px;
  }

  .env-messa-cont-img {
    width: 60px;
  }

  .env-messa-cont-txt {
    width: calc(100% - 75px);
  }

  .env-messa-cont-txt h4 {
    font-size: 16px;
    padding-bottom: 7.5px;
  }

  .env-messa-cont-txt p {
    font-size: 14px;
  }

  .env-wh-cont#env03 {
    max-width: 100%;
    margin: 0 auto 60px;
  }

  .env-txt p {
    font-size: 14px;
  }

  .env-txt {
    margin-bottom: 30px;
  }

  .env-popup-cont ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .env-popup-cont ul li {
    padding: 30px 15px;
  }

  .env-popup-cont ul li img {
    height: 120px;
    margin: 0px auto 15px;
  }

  .env-life_support-cont ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
  }

  .env-life_support-cont ul li {
    background: #fff;
    padding: 25px 15px;
  }

  .env-life_support-cont-title h4 {
    font-size: 20px;
  }

  .env-life_support-cont-title {
    margin-bottom: 20px;
  }

  .env-life_support-cont-img {
    margin-bottom: 15px;
  }

  .env-life_support-cont-txt p {
    font-size: 14px;
  }

  .recreation-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .recreation-list ul li img {
    height: 100px;
    margin: 0px auto 15px;
  }

  .recreation-list ul li {
    padding: 25px 15px;
  }

  .recreation-list ul li h4 {
    font-size: 18px;
  }

  .env-gallery {
    padding: 60px 0;
    max-width: 100%;
    width: calc(100% - 30px);
    margin: 80px auto;
  }

  .env-gallery .under-title h2 {
    font-size: 32px;
  }

  .env-gallery-wrap {
    display: block;
  }

  .env-gallery-main,
  .env-gallery-side {
    width: 100%;
  }

  .env-gallery-info {
    padding: 25px 15px;
    margin: 30px 0 20px;
    max-width: 100%;
  }

  .env-gallery-nav {
    margin-bottom: 20px;
  }

  .env-gallery-thumb-swiper .swiper-slide {
    width: 80px;
  }

  .env-gallery-thumb-swiper .swiper-slide img {
    height: 80px;
  }

  .env-modal-inner {
    max-width: 500px;
    padding: 60px 15px;
  }

  .env-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }

  .env-modal-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
  }

  .env-modal-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .env-modal-right {
    width: 100%;
  }

  .env-modal-title {
    font-size: 32px;
    margin: 0 0 15px;
  }

  .env-modal-text {
    font-size: 14px;
  }

  .env-popup-cont ul li h4 {
    font-size: 20px;
  }

  .entry-cont-box {
    width: calc(100% - 30px);
    margin: 0 auto 80px;
    padding: 80px 0;
  }

  .entry-table-wrap {
    display: block;
    margin-bottom: 60px;
  }

  .entry-table-wrap .entry-table {
    width: 100%;
    margin-bottom: 30px;
  }

  .entry-table-wrap .entry-table:nth-child(2) {
    margin-bottom: 0;
  }

  .entry-table .entry-table-title h3 {
    font-size: 24px;
  }

  .entry-table .entry-table-title h3 span {
    font-size: 18px;
    top: -1.5px;
  }

  .entry-table table tr th {
    width: 30%;
    padding: 20px 10px;
    font-size: 14px;
  }

  .entry-table table tr td {
    width: 70%;
    border: 1px solid rgba(217, 217, 217, 1);
    padding: 20px 10px;
    font-size: 14px;
  }

  .entry-flow {
    margin: 0 auto 40px;
    padding: 30px 15px;
  }

  .entry-flow ol li {
    margin-bottom: 35px;
  }

  .entry-flow ol li::before {
    top: 117.5%;
    width: 15px;
    height: 15px;
  }

  .entry-flow-num {
    width: 50px;
    padding: 10px 0 7.5px;
  }

  .entry-flow-num p {
    font-size: 10px;
  }

  .entry-flow-num span {
    font-size: 24px;
  }

  .entry-flow-txt {
    width: calc(100% - 50px);
  }

  .entry-flow-txt h3 {
    font-size: 18px;
  }

  .entry-cont-boxact {
    padding: 30px 15px;
  }

  .entry-cont-boxact-title h3 {
    font-size: 18px;
  }

  .entry-cont-boxact-title {
    margin-bottom: 15px;
  }

  .entry-caution-list ul li {
    font-size: 14px;
  }

  .entry-caution {
    margin: 0 auto 40px;
  }

  .entry-cont-box .entry-cont .aside-btns {
    max-width: 280px;
  }

  .intern-ship-cont {
    padding: 80px 0;
  }

  .intern-ship-top-cont {
    margin: 0 auto 80px;
    display: block;
    max-width: 500px;
  }

  .intern-ship-top-cont-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .intern-ship-top-cont-txt {
    width: 100%;
  }

  .intern-ship-top-cont-title {
    margin-bottom: 20px;
  }

  .intern-ship-top-cont-title h3,
  .intern-ship-flex-cont-title h3 {
    font-size: 24px;
  }

  .intern-ship-top-cont-txt-txt p {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .intern-ship-program-title {
    margin-bottom: 30px;
    display: block;
  }

  .intern-ship-program-title p {
    font-size: 36px;
    padding-right: 0;
    margin-right: 0;
  }

  .intern-ship-program-title p::before {
    display: none;
  }

  .intern-ship-program-title h3 {
    font-size: 16px;
  }

  .intern-ship-program-txt p {
    font-size: 14px;
  }

  .intern-ship-program-txt {
    margin-bottom: 40px;
  }

  .intern-ship-flex-cont {
    display: block;
  }

  .intern-ship-flex-cont-left {
    width: 100%;
  }

  .intern-ship-flex-cont-title p {
    font-size: 14px;
  }

  .intern-ship-flex-cont-title {
    margin-bottom: 30px;
  }

  .intern-ship-flex-cont-txt p {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .intern-ship-flex-cont-left ol li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .intern-ship-flex-cont-left .caution-txt p {
    font-size: 12px;
  }

  .intern-ship-program {
    margin-bottom: 80px;
  }

  .intern-ship-list-cont {
    max-width: 100%;
    width: calc(100% - 30px);
    margin: 0 auto 80px;
    padding: 40px 0;
  }

  .intern-ship-list-cont-title h3 {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .intern-ship-list-cont-title p {
    font-size: 14px;
  }

  .intern-ship-list-cont-title {
    margin-bottom: 25px;
  }

  .intern-ship-list-cont-list {
    padding: 30px 15px;
    width: calc(100% - 30px);
  }

  .intern-ship-list-cont-list .ul-flex {
    display: block;
  }

  .intern-ship-list-cont-list .ul-flex ul {
    width: 100%;
  }

  .intern-ship-list-cont-list .ul-flex ul li {
    margin-bottom: 15px;
  }

  .intern-ship-list-cont-list .ul-flex ul li img {
    width: 15px;
  }

  .intern-ship-list-cont-list .ul-flex ul li p {
    font-size: 14px;
  }

  .intern-ship-list-cont-list .ul-flex ul li:last-child {
    margin-bottom: 0;
  }

  .intern-ship-table-flex {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .intern-ship-table-flex-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .intern-ship-table-flex-right {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .intern-ship-table-flex-right-box p {
    font-size: 14px;
  }

  .mynavi-cont {
    padding: 40px 0 25px;
  }

  .mynavi-cont-title h2 {
    font-size: 24px;
  }

  .mynavi-cont-title p {
    font-size: 12px;
  }

  .mynavi-cont-title {
    margin-bottom: 25px;
  }

  .mynavi-cont-banner {
    max-width: 280px;
  }

  .entry-cont-box .entry-cont {
    width: 100%;
  }

  .jobs-fv-flex {
    display: block;
    margin: 0 auto 80px;
    max-width: 100%;
    width: calc(100% - 30px);
  }

  .jobs-fv-flex-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .jobs-fv-flex-left h1 {
    font-size: 32px;
    padding-bottom: 30px;
  }

  .jobs-fv-flex-left p {
    font-size: 24px;
  }

  .jobs-fv-flex-right {
    width: 100%;
  }

  .jobs-wrapper .requirements-cont-inner-link {
    max-width: 500px;
    width: calc(100% - 30px);
    margin: 0 auto 80px;
  }

  .jobs-wrapper .requirements-cont-inner-link ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .jobs-wrapper .env-popup-cont ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .jobs-wrapper .env-popup-cont ul li h4 {
    font-size: 24px;
  }

  .jobs-cont {
    margin: 0 auto 80px;
  }

  .jobs-good {
    max-width: 100%;
    width: calc(100% - 30px);
    margin: 0 auto 80px;
    padding: 80px 0;
  }

  .jobs-good-cont ul li {
    padding: 15px 20px;
    font-size: 12px;
  }

  jobs-schedule {
    padding: 80px 0;
    margin-bottom: 80px;
  }

  .timeline {
    padding-left: 75px;
  }

  .time-badge {
    left: -75px;
    width: 75px;
    font-size: 16px;
  }

  .timeline::before {
    left: 37.5px;
    height: 95.5%;
  }

  .schedule-item {
    display: block;
    margin-bottom: 25px;
  }

  .schedule-container {
    max-width: 500px;
  }

  .schedule-item .content {
    display: block;
    width: 100%;
  }

  .schedule-item .content .title {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .schedule-item .content .text-group {
    width: 100%;
  }

  .text-group .subtitle {
    font-size: 16px;
  }

  .text-group .description {
    font-size: 14px;
  }

  .jobs-schedule {
    padding: 80px 0;
    margin-bottom: 80px;
  }

  .schedule-container .note {
    font-size: 12px;
  }

  .jobs-career {
    max-width: 500px;
    width: calc(100% - 30px);
    margin: 0 auto 80px;
    padding: 80px 0;
  }

  .jobs-career .under-title h2 {
    text-align: center;
  }

  .note {
    font-size: 12px;
  }

  .step-container {
    display: block;
    margin-bottom: 0;
  }

  .step-box {
    margin-bottom: 25px;
  }

  .jobs-career .content {
    padding: 30px 15px;
    font-size: 14px;
  }

  .jobs-career .content p {
    font-size: 14px;
  }

  .year {
    font-size: 46px;
  }

  .year span {
    font-size: 16px;
  }

  .entry-form-wrap {
    margin-top: 40px;
  }

  .entry-form-table,
  .entry-form-table tbody,
  .entry-form-table tr,
  .entry-form-table th,
  .entry-form-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .entry-form-table th {
    padding: 10px 15px;
  }

  .entry-form-table td {
    padding: 15px;
  }

  .career-period,
  .interview-row {
    display: block;
  }

  .career-period input[type="month"],
  .career-period input[type="text"],
  .interview-row input[type="date"],
  .interview-row select {
    width: 100%;
  }

  .career-period span {
    display: block;
    padding: 8px 0;
  }

  .interview-row select {
    margin-top: 10px;
  }

  .entry-form-btn button,
  .confirm-btns button {
    width: 100%;
    min-width: 0;
  }

  .input-half {
    width: 100%;
  }

  .entry-form-cont {
    max-width: 500px;
    margin: 0 auto 80px;
    width: calc(100% - 30px);
    padding: 60px 0px;
  }

  form .note {
    margin-block: 0 5px;
    font-size: 12px;
  }

  form .note.bb {
    padding: 10px 15px;
  }

  .input-half {
    padding: 15px;
  }

  .entry-form-top-box {
    margin: 0 auto 40px;
    padding: 30px 15px;
  }

  .entry-form-top-box-title p {
    font-size: 16px;
  }

  .entry-form-top-box-title {
    margin-bottom: 20px;
  }

  .agree-title h3 {
    font-size: 16px;
  }

  .attention-box-title {
    font-size: 16px;
  }

  .entry-form-agree {
    padding: 40px 0;
  }

  .confirm-btns {
    margin-top: 40px;
  }

  .thanks-txt {
    width: calc(100% - 40px);
    margin: 0 auto 60px;
  }

  .thanks-txt p {
    font-size: 16px;
  }

  .entry-flow ol li:last-child .entry-flow-txt h3 {
    left: -25px;
  }

  img-lightbox-img {
    max-width: 97.5%;
  }

  .schedule-container:nth-child(3),
  .schedule-container:nth-child(4) {
    margin-top: 40px;
  }

  .timeline-title h3 {
    font-size: 20px;
  }

  .timeline-title h3 span {
    font-size: 16px;
    top: -1px;
  }

  .jobs-cont-title {
    margin-block: 30px 15px;
  }

  .jobs-cont-title h3 {
    font-size: 24px;
  }

  .setsumeikai-head {
    width: 100%;
    margin-bottom: 0px;
  }

  .setsumeikai-group {
    display: block;
    margin-bottom: 10px;
  }

  .entry-btn a {
    width: 101%;
    max-width: 400px;
    padding: 10px 15px;
    bottom: 0;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    right: initial;
  }

  .entry-btn a p {
    font-size: 20px;
    margin-right: 15px;
  }

  .skinBody #headBody {
    width: 100%;
    position: fixed;
    z-index: 2000;
  }

  .skinBody #HeadPortalBottom,
  .skinBody #headBody .HeadLeftPane {
    display: none;
  }

  .skinBody #HeadPortal .HeadWrapper {
    height: auto;
    padding: 0;
  }

  .skinBody #headBody .SpMenuBtnWrap {
    height: 50px;
    top: 0;
    right: 0;
  }

  .skinBody #HeadPortalLeft {
    margin: 17.5px 0 17.5px 15px;
  }

  .sp-menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10001;
    width: 66px;
    height: 66px;
    background: #004ea2;
    border: none;
    color: #fff;
    cursor: pointer;
  }

  .sp-menu-btn span {
    position: absolute;
    left: 18px;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }

  .sp-menu-btn span:nth-child(1) {
    top: 15px;
  }

  .sp-menu-btn span:nth-child(2) {
    top: 24px;
  }

  .sp-menu-btn span:nth-child(3) {
    top: 34px;
  }

  .sp-menu-btn em {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
  }

  .sp-menu-btn.is-active span:nth-child(1) {
    top: 25px;
    transform: rotate(35deg);
  }

  .sp-menu-btn.is-active span:nth-child(2) {
    opacity: 0;
  }

  .sp-menu-btn.is-active span:nth-child(3) {
    top: 25px;
    transform: rotate(-35deg);
  }

  .sp-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    background: #fff;
    transform: translateX(100%);
    transition: 0.35s ease;
    overflow-y: auto;
  }

  .sp-drawer.is-active {
    transform: translateX(0);
  }

  .sp-drawer-inner {
    padding: 100px 15px 35px;
  }

  .sp-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e5e5e5;
  }

  .sp-nav>li {
    border-bottom: 1px solid #e5e5e5;
  }

  .sp-nav a,
  .sp-accordion-btn {
    display: block;
    width: 100%;
    padding: 22.5px 15px;
    color: rgba(33, 26, 0, 1);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    background: none;
    border: none;
    text-align: left;
    position: relative;
  }

  .sp-accordion-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #004ea2;
    border-bottom: 1px solid #004ea2;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
  }

  .sp-accordion.is-open .sp-accordion-btn {
    color: #004ea2;
  }

  .sp-accordion.is-open .sp-accordion-btn::after {
    transform: translateY(-50%) rotate(-135deg);
  }

  .sp-accordion-cont {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .sp-accordion-cont li {
    border-top: 1px solid #e5e5e5;
  }

  .sp-accordion-cont a {
    padding-left: 30px;
  }

  .sp-menu-links {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 10px;
  }

  .sp-menu-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }

  .sp-menu-links .yellow {
    width: calc(50% - 5px);
    background: #ffc800;
    color: #111;
  }

  .sp-menu-links .blue {
    width: 100%;
    background: #004ea2;
    color: #fff;
  }

  body.is-menu-open {
    overflow: hidden;
  }
}

@media screen and (max-width: 500px) {
  .title-flex-right {
    width: 100%;
  }

  .blk-bg .environment-box .cmn-txt h3 {
    font-size: 22px;
  }

  .cmn-txt p {
    font-size: 15px;
  }

  .under-fv-img {
    height: 210px;
  }

  .under-title.cmn-title p {
    font-size: 36px;
  }

  .table-cont-td-table {
    display: block;
    margin-block: 5px;
  }

  .table-cont-td-table .table-cont-td-table-th,
  .table-cont-td-table .table-cont-td-table-td {
    width: 100%;
  }

  .table-cont-td-box-title {
    display: block;
  }

  .table-cont-td-box .table-cont-tag ul {
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
  }

  .cmn-btn a p {
    font-size: 14px;
  }

  .under-txt-cont p {
    font-size: 14px;
  }

  .members-cont ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .env-box-cont .company-bottom-box-conts {
    grid-template-columns: repeat(1, 1fr);
  }

  .env-popup-cont ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .recreation-list ul {
    gap: 15px;
  }

  .recreation-list ul li h4 {
    font-size: 16px;
  }

  .recreation-list ul li {
    padding: 20px 10px;
  }

  .recreation-list ul li img {
    height: 80px;
  }

  .env-gallery-info-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .env-gallery-info-text {
    font-size: 14px;
  }

  .entry-flow-txt h3 {
    font-size: 14px;
  }

  .entry-table table tr th,
  .entry-table table tr td {
    font-size: 12px;
  }

  .aside-btns {
    margin: 0 auto;
  }

  .entry-wrapper .requirements-cont-inner-link ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .jobs-wrapper .under-title h2 {
    font-size: 30px;
  }

  .jobs-menu-cont {
    padding: 40px 0;
    top: 17.5%;
  }

  .flow-cont ol {
    grid-template-columns: repeat(1, 1fr);
  }

  .flow-cont ol li {
    max-width: 100%;
  }

  .timeline::before {
    left: 37.5px;
    height: 91.5%;
  }

  .flow-cont.flow-cont-sml ol {
    grid-template-columns: repeat(1, 1fr);
  }

  .career-period input[type="month"] {
    max-width: 115px;
  }

  .top-btn {
    bottom: 65px;
  }
}
