@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  color: inherit;
  transition: 0.3s;
}

html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

input,
button,
textarea,
select {
  resize: none;
  font: inherit;
  outline: none;
  padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
a:focus {
  transition: 0.3s;
}

button {
  display: inline-block;
  max-width: 100%;
  border: none;
  background-color: unset;
  cursor: pointer;
  transition: 0.3s;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000;
}

.is_sp {
  display: none !important;
}

.l-inner {
  max-width: 1120px;
  margin: auto;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .is_pc {
    display: none !important;
  }
  .is_sp {
    display: block !important;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
header .header-inner .l-inner {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
header .header-inner .header-logo {
  display: block;
  width: 130px;
  flex-shrink: 0;
}
header .header-inner .header-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
header .header-inner .header-nav {
  margin-left: auto;
}
header .header-inner .header-nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .header-inner .header-nav ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  position: relative;
  padding-bottom: 4px;
}
header .header-inner .header-nav ul li a .nav-external {
  display: inline-block;
  width: 14px;
  height: auto;
  margin-left: 6px;
  vertical-align: -1px;
}
header .header-inner .header-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0F55A0;
  transition: 0.3s;
}
header .header-inner .header-nav ul li a:hover::after {
  width: 100%;
}
header .header-inner .header-nav ul li a:hover {
  color: #0F55A0;
}
header .header-inner .hum-inner {
  margin-left: auto;
}
header .header-inner .hum-inner .header__hamburger {
  width: 20px;
  height: 15px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
}
header .header-inner .hum-inner .header__hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: #0F55A0;
  border-radius: 2px;
  transition: 0.3s;
}
header .header-inner .hum-inner .header__hamburger span:nth-child(1) {
  top: 0;
}
header .header-inner .hum-inner .header__hamburger span:nth-child(2) {
  top: 6.5px;
}
header .header-inner .hum-inner .header__hamburger span:nth-child(3) {
  top: 13px;
}
header .header-inner .hum-inner .header__hamburger.is-active span:nth-child(1) {
  top: 6.5px;
  transform: rotate(45deg);
}
header .header-inner .hum-inner .header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
header .header-inner .hum-inner .header__hamburger.is-active span:nth-child(3) {
  top: 6.5px;
  transform: rotate(-45deg);
}

.menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 90;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.menu.is-active {
  opacity: 1;
  visibility: visible;
}
.menu .menu-inner {
  min-height: 100%;
  padding: 80px 16px 48px;
}
.menu .menu-inner .menu-nav ul li {
  border-bottom: 1px solid #eee;
}
.menu .menu-inner .menu-nav ul li a {
  display: flex;
  align-items: center;
  padding: 24px 4px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.menu .menu-inner .menu-nav ul li a .nav-external {
  display: inline-block;
  width: 14px;
  height: auto;
  margin-left: 6px;
}
.menu .menu-inner .menu-cta {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.menu .menu-inner .menu-cta a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
}
.menu .menu-inner .menu-cta a .arrow {
  position: absolute;
  right: 24px;
  font-weight: 400;
  color: inherit;
}
.menu .menu-inner .menu-cta a.btn-blue {
  background: #0F55A0;
  color: #fff;
}
.menu .menu-inner .menu-cta a.btn-yellow {
  background: #FFD642;
  color: #000;
}

main {
  padding-top: 100px;
}

.hero-sec {
  position: relative;
  height: 760px;
  overflow: hidden;
}
.hero-sec .heroSwiper {
  width: 100%;
  height: 100%;
}
.hero-sec .heroSwiper .swiper-slide {
  overflow: hidden;
}
.hero-sec .heroSwiper .hero-slide-img {
  width: 100%;
  height: 760px;
  object-fit: cover;
  object-position: center;
  max-height: unset;
  display: block;
}
.hero-sec .heroSwiper .hero-pagination {
  bottom: 40px;
}
.hero-sec .heroSwiper .hero-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.hero-sec .heroSwiper .hero-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.hero-sec .hero-txt {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  z-index: 10;
  pointer-events: none;
}
.hero-sec .hero-txt .hero-catch {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.45;
  color: #fff;
}
.hero-sec .hero-txt .hero-sub {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
.hero-sec .hero-recruit {
  position: absolute;
  top: 0;
  right: 60px;
  height: 760px;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  font-size: 170px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: 10;
}

.side-btns {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.side-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  width: 60px;
  padding: 32px 0;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px 0 0 10px;
}
.side-btns a.side-btn-blue {
  background: #0F55A0;
  color: #fff;
}
.side-btns a.side-btn-yellow {
  background: #FFD642;
  color: #000;
}

.sec-ttl {
  text-align: center;
}
.sec-ttl .sec-en {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  color: #000;
  display: block;
}
.sec-ttl .sec-ja {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 6px;
  display: block;
}

.intro-sec {
  padding: 100px 0;
}
.intro-sec .intro-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.intro-sec .intro-content .intro-imgs {
  flex-shrink: 0;
  width: 510px;
  position: relative;
}
.intro-sec .intro-content .intro-imgs .intro-img-main {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 4px;
}
.intro-sec .intro-content .intro-imgs .intro-img-sub {
  width: 280px;
  height: 270px;
  object-fit: cover;
  border-radius: 4px;
  position: absolute;
  bottom: -40px;
  right: 0;
  border: 6px solid #fff;
}
.intro-sec .intro-content .intro-txt {
  padding-top: 40px;
  flex: 1;
}
.intro-sec .intro-content .intro-txt .intro-heading {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.21;
  color: #000;
}
.intro-sec .intro-content .intro-txt .intro-body {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: #000;
}

.interview-sec {
  background: #F7F7F4;
  padding: 100px 0;
}
.interview-sec .sec-ttl .sec-sub {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 4px;
  display: block;
}
.interview-sec .interview-desc {
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: #000;
}
.interview-sec .interview-slider-wrap {
  margin-top: 60px;
  position: relative;
  padding: 0 60px;
}
.interview-sec .interview-slider-wrap .interviewSwiper {
  overflow: hidden;
  padding: 12px 10px 30px;
}
.interview-sec .interview-slider-wrap .interview-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.interview-sec .interview-slider-wrap .interview-card .card-img {
  width: 100%;
  height: 204px;
  object-fit: cover;
  max-height: unset;
  display: block;
}
.interview-sec .interview-slider-wrap .interview-card .card-body {
  padding: 20px;
}
.interview-sec .interview-slider-wrap .interview-card .card-body .card-location {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #0F55A0;
  padding: 4px 16px;
  border-radius: 20px;
}
.interview-sec .interview-slider-wrap .interview-card .card-body .card-title {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
  color: #000;
}
.interview-sec .interview-slider-wrap .interview-card .card-body .card-meta {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  line-height: 1.43;
}
.interview-sec .interview-slider-wrap .interview-card .card-body .card-link {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  color: #0F55A0;
  font-weight: 900;
}
.interview-sec .interview-slider-wrap .swiper-button-prev,
.interview-sec .interview-slider-wrap .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  top: calc(50% - 30px);
}
.interview-sec .interview-slider-wrap .swiper-button-prev::after,
.interview-sec .interview-slider-wrap .swiper-button-next::after {
  font-size: 14px;
  font-weight: 700;
  color: #0F55A0;
}
.interview-sec .interview-slider-wrap .swiper-button-prev {
  left: 0;
}
.interview-sec .interview-slider-wrap .swiper-button-next {
  right: 0;
}
.interview-sec .interview-slider-wrap .interview-pagination {
  position: static;
  margin-top: 30px;
}
.interview-sec .interview-slider-wrap .interview-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #DFE6EF;
  opacity: 1;
}
.interview-sec .interview-slider-wrap .interview-pagination .swiper-pagination-bullet-active {
  background: #0F55A0;
}

.about-sec {
  padding: 100px 0;
}
.about-sec .about-desc {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: #000;
}
.about-sec .about-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.about-sec .about-grid .about-card {
  background: #fff;
  border: 1px solid #DFE6EF;
  padding: 28px 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about-sec .about-grid .about-card .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin-bottom: 8px;
}
.about-sec .about-grid .about-card .card-icon img {
  height: auto;
  max-height: 44px;
  width: auto;
}
.about-sec .about-grid .about-card .card-label {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}
.about-sec .about-grid .about-card .card-num {
  font-size: 80px;
  font-weight: 900;
  color: #0F55A0;
  line-height: 1;
}
.about-sec .about-grid .about-card .card-unit {
  font-size: 40px;
  font-weight: 900;
  color: #0F55A0;
}
.about-sec .about-grid .about-card .card-note {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #0F55A0;
  line-height: 1.5;
}
.about-sec .about-grid .about-card .card-ratio {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.about-sec .about-grid .about-card .card-ratio .ratio-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-sec .about-grid .about-card .card-ratio .ratio-item .ratio-num {
  font-size: 80px;
  font-weight: 900;
  color: #0F55A0;
  line-height: 1;
}
.about-sec .about-grid .about-card .card-ratio .ratio-item .ratio-sub {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 900;
  color: #0F55A0;
}
.about-sec .about-grid .about-card .card-ratio .ratio-colon {
  font-size: 56px;
  font-weight: 900;
  color: #0F55A0;
  line-height: 1;
}
.about-sec .about-grid .about-card--circle .card-circle {
  margin-top: 4px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #0F55A0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-sec .about-grid .about-card--circle .card-circle span {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.about-sec .about-grid .about-card--circle .card-circle .circle-big,
.about-sec .about-grid .about-card--circle .card-circle .circle-mid {
  font-size: 30px;
}
.about-sec .about-grid .about-card--circle .card-circle .circle-sm {
  font-size: 20px;
}
.about-sec .about-grid .about-card--chart {
  align-items: stretch;
}
.about-sec .about-grid .about-card--chart .card-label {
  text-align: center;
}
.about-sec .about-grid .about-card--chart .bar-chart {
  margin-top: 8px;
}
.about-sec .about-grid .about-card--chart .bar-chart .bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.about-sec .about-grid .about-card--chart .bar-chart .bar-row + .bar-row {
  margin-top: 12px;
}
.about-sec .about-grid .about-card--chart .bar-chart .bar-row .bar-label {
  width: 100px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.2;
  white-space: nowrap;
}
.about-sec .about-grid .about-card--chart .bar-chart .bar-row .bar-label.bar-label--long {
  font-size: 10px;
}
.about-sec .about-grid .about-card--chart .bar-chart .bar-row .bar-track {
  flex: 1;
  height: 20px;
  border-left: 1px solid #DFE6EF;
  display: flex;
  align-items: center;
}
.about-sec .about-grid .about-card--chart .bar-chart .bar-row .bar-track .bar-fill {
  height: 100%;
  background: #0F55A0;
}
.about-sec .about-grid .about-card--chart .bar-chart .bar-row .bar-val {
  width: 44px;
  flex-shrink: 0;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  color: #0F55A0;
}
.about-sec .about-grid .about-card--chart .bar-chart .bar-row .bar-val .bar-val-u {
  font-size: 14px;
  color: #0F55A0;
}
.about-sec .about-grid .about-card--chart .card-commute {
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}
.about-sec .about-grid .about-card--chart .card-commute span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
}

.flow-sec {
  background: #F7F7F4;
  padding: 100px 0;
}
.flow-sec .flow-desc {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  color: #000;
}
.flow-sec .flow-list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.flow-sec .flow-list .flow-item {
  background: #fff;
  padding: 24px 40px;
  display: flex;
  align-items: flex-start;
  gap: 0;
  border-radius: 4px;
}
.flow-sec .flow-list .flow-item .flow-step {
  font-size: 14px;
  font-weight: 700;
  color: #0F55A0;
  width: 115px;
  flex-shrink: 0;
}
.flow-sec .flow-list .flow-item .flow-name {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  width: 216px;
  flex-shrink: 0;
}
.flow-sec .flow-list .flow-item .flow-detail {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  flex: 1;
}
.flow-sec .flow-list .flow-item .flow-detail small {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
}

.cta-sec {
  display: flex;
}
.cta-sec .cta-box {
  width: 50%;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta-sec .cta-box.cta-box-blue {
  background: #0F55A0;
}
.cta-sec .cta-box.cta-box-blue .cta-en, .cta-sec .cta-box.cta-box-blue .cta-title, .cta-sec .cta-box.cta-box-blue .cta-link {
  color: #fff;
}
.cta-sec .cta-box.cta-box-yellow {
  background: #FFD642;
}
.cta-sec .cta-box.cta-box-yellow .cta-en, .cta-sec .cta-box.cta-box-yellow .cta-title, .cta-sec .cta-box.cta-box-yellow .cta-link {
  color: #000;
}
.cta-sec .cta-box .cta-en {
  font-size: 16px;
  font-weight: 900;
}
.cta-sec .cta-box .cta-title {
  font-size: 30px;
  font-weight: 900;
  margin-top: 8px;
}
.cta-sec .cta-box .cta-link {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 900;
}

footer {
  background: #fff;
  padding: 50px 0;
}
footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-logo {
  width: 104px;
}
footer .footer-logo img {
  width: 100%;
  object-fit: contain;
}
footer .footer-nav ul {
  display: flex;
  gap: 30px;
}
footer .footer-nav ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
footer .footer-nav ul li a .nav-external {
  display: inline-block;
  width: 14px;
  height: auto;
  margin-left: 6px;
  vertical-align: -1px;
}
footer .footer-nav ul li a:hover {
  color: #0F55A0;
}
footer .footer-copy {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  line-height: 2.33;
}

.btn-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0F55A0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.btn-pagetop svg {
  display: block;
  width: auto;
}
.btn-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.btn-pagetop:hover {
  opacity: 0.85;
}

.float-btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  header .header-inner .header-logo {
    width: 90px;
  }
  header .header-inner .l-inner {
    padding: 10px 16px;
  }
  main {
    padding-top: 72px;
  }
  .menu {
    display: block;
  }
  .hero-sec {
    height: 500px;
  }
  .hero-sec .hero-txt {
    bottom: 80px;
    padding: 0 16px;
  }
  .hero-sec .hero-txt .hero-catch {
    font-size: 34px;
  }
  .hero-sec .hero-txt .hero-sub {
    font-size: 16px;
  }
  .hero-sec .hero-recruit {
    font-size: 80px;
    right: 10px;
    height: 100%;
  }
  .side-btns {
    display: none;
  }
  .float-btn {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    height: 52px;
  }
  .float-btn a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
  }
  .float-btn a.float-btn-blue {
    background: #0F55A0;
    color: #fff;
  }
  .float-btn a.float-btn-yellow {
    background: #FFD642;
    color: #000;
  }
  .btn-pagetop {
    width: 48px;
    height: 48px;
    right: 16px;
    bottom: 68px;
  }
  .sec-ttl .sec-en {
    font-size: 44px;
  }
  .intro-sec {
    padding: 60px 0;
  }
  .intro-sec .intro-content {
    flex-direction: column;
    gap: 40px;
  }
  .intro-sec .intro-content .intro-imgs {
    width: 100%;
  }
  .intro-sec .intro-content .intro-imgs .intro-img-main {
    width: 100%;
    height: 280px;
  }
  .intro-sec .intro-content .intro-imgs .intro-img-sub {
    width: 160px;
    height: 140px;
    bottom: -30px;
    right: 0;
  }
  .intro-sec .intro-content .intro-txt {
    padding-top: 50px;
  }
  .intro-sec .intro-content .intro-txt .intro-heading {
    font-size: 36px;
  }
  .interview-sec {
    padding: 60px 0;
  }
  .interview-sec .sec-ttl .sec-sub {
    font-size: 14px;
  }
  .interview-sec .interview-slider-wrap {
    padding: 0;
  }
  .interview-sec .interview-slider-wrap .swiper-button-prev,
  .interview-sec .interview-slider-wrap .swiper-button-next {
    display: none;
  }
  .about-sec {
    padding: 60px 0;
  }
  .about-sec .sec-ttl .sec-ja {
    font-size: 14px;
  }
  .about-sec .about-desc {
    font-size: 16px;
  }
  .about-sec .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .about-sec .about-grid .about-card {
    padding: 22px 10px 24px;
  }
  .about-sec .about-grid .about-card .card-icon {
    height: 36px;
    margin-bottom: 6px;
  }
  .about-sec .about-grid .about-card .card-icon img {
    max-height: 36px;
  }
  .about-sec .about-grid .about-card .card-label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about-sec .about-grid .about-card .card-num {
    font-size: 40px;
  }
  .about-sec .about-grid .about-card .card-unit {
    font-size: 24px;
  }
  .about-sec .about-grid .about-card .card-note {
    font-size: 16px;
  }
  .about-sec .about-grid .about-card .card-ratio {
    gap: 8px;
  }
  .about-sec .about-grid .about-card .card-ratio .ratio-item .ratio-num {
    font-size: 40px;
  }
  .about-sec .about-grid .about-card .card-ratio .ratio-item .ratio-sub {
    font-size: 18px;
  }
  .about-sec .about-grid .about-card .card-ratio .ratio-colon {
    font-size: 30px;
  }
  .about-sec .about-grid .about-card--circle .card-circle {
    width: 140px;
    height: 140px;
  }
  .about-sec .about-grid .about-card--circle .card-circle .circle-big,
  .about-sec .about-grid .about-card--circle .card-circle .circle-mid {
    font-size: 26px;
  }
  .about-sec .about-grid .about-card--circle .card-circle .circle-sm {
    font-size: 20px;
  }
  .about-sec .about-grid .about-card--chart {
    grid-column: 1/-1;
  }
  .about-sec .about-grid .about-card--chart .bar-chart .bar-row .bar-label {
    width: 96px;
    font-size: 14px;
  }
  .about-sec .about-grid .about-card--chart .bar-chart .bar-row .bar-val {
    font-size: 18px;
  }
  .about-sec .about-grid .about-card--chart .card-commute {
    font-size: 24px;
  }
  .about-sec .about-grid .about-card--chart .card-commute span {
    font-size: 14px;
  }
  .flow-sec {
    padding: 60px 0;
  }
  .flow-sec .flow-list .flow-item {
    flex-direction: column;
    gap: 8px;
    padding: 20px;
  }
  .flow-sec .flow-list .flow-item .flow-step {
    width: auto;
  }
  .flow-sec .flow-list .flow-item .flow-name {
    width: auto;
    font-size: 18px;
  }
  .flow-sec .flow-list .flow-item .flow-detail {
    font-size: 16px;
  }
  .cta-sec {
    flex-direction: column;
  }
  .cta-sec .cta-box {
    width: 100%;
    padding: 40px 30px;
    align-items: flex-start;
    text-align: left;
  }
  .cta-sec .cta-box .cta-title {
    font-size: 30px;
  }
  footer {
    padding: 40px 0 72px;
  }
  footer .footer-nav {
    display: none;
  }
}
.page-title {
  background: #EDF4FB;
  position: relative;
  overflow: hidden;
  padding: 90px 0 70px;
}
.page-title .l-inner {
  position: relative;
  z-index: 1;
}
.page-title .page-title-watermark {
  position: absolute;
  bottom: -5%;
  right: 6%;
  font-size: 300px;
  font-weight: 900;
  line-height: 1;
  color: rgba(15, 85, 160, 0.06);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.page-title .page-title-en {
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  color: #000;
}
.page-title .page-title-ja {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 900;
  color: #000;
}

.breadcrumb {
  background: #fff;
}
.breadcrumb .l-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}
.breadcrumb a {
  color: #0F55A0;
  font-weight: 700;
}
.breadcrumb .sep {
  color: #999;
}
.breadcrumb span:not(.sep) {
  color: #555;
}

.recruit-sec {
  padding: 60px 0 100px;
}
.recruit-sec .l-inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.recruit-sec .recruit-side {
  width: 240px;
  flex-shrink: 0;
  position: sticky;
  top: 120px;
}
.recruit-sec .recruit-side .side-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}
.recruit-sec .recruit-side .side-menu li {
  border-bottom: 1px solid #e5e5e5;
}
.recruit-sec .recruit-side .side-menu li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  transition: 0.2s;
}
.recruit-sec .recruit-side .side-menu li a::before {
  content: "";
  flex-shrink: 0;
  margin-top: 0.45em;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #0F55A0;
}
.recruit-sec .recruit-side .side-menu li a:hover, .recruit-sec .recruit-side .side-menu li a.is-active {
  background: #EDF4FB;
  color: #0F55A0;
}
.recruit-sec .recruit-main {
  flex: 1;
  min-width: 0;
}

.job-card {
  background: #F7F7F4;
  border-radius: 20px;
  padding: 40px;
}
.job-card + .job-card {
  margin-top: 60px;
}
.job-card .job-card-head {
  margin-bottom: 28px;
}
.job-card .job-card-head .job-badge {
  display: inline-block;
  background: #dfe6ef;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 5px 18px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.job-card .job-card-head .job-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}
.job-card .job-table .job-row {
  display: flex;
  gap: 0;
  padding: 22px 0;
  border-bottom: 1px solid #d9d9d9;
}
.job-card .job-table .job-row:first-child {
  border-top: 1px solid #d9d9d9;
}
.job-card .job-table .job-row .job-label {
  width: 190px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  color: #0F55A0;
  line-height: 1.75;
}
.job-card .job-table .job-row .job-value {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
}
.job-card .job-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  height: 64px;
  background: #0F55A0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  transition: 0.2s;
}
.job-card .job-apply:hover {
  opacity: 0.88;
}

.job-empty {
  background: #F7F7F4;
  border-radius: 20px;
  padding: 40px;
}
.job-empty .job-empty-ttl {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
.job-empty .job-empty-text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .page-title {
    padding: 40px 0 16px;
  }
  .page-title .page-title-watermark {
    font-size: 140px;
    right: 4%;
  }
  .page-title .page-title-en {
    font-size: 48px;
  }
  .page-title .page-title-ja {
    font-size: 16px;
  }
  .recruit-sec {
    padding: 40px 0 80px;
  }
  .recruit-sec .l-inner {
    flex-direction: column;
    gap: 40px;
  }
  .recruit-sec .recruit-side {
    width: 100%;
    position: static;
  }
  .job-card {
    padding: 24px 20px;
  }
  .job-card + .job-card {
    margin-top: 40px;
  }
  .job-card .job-card-head .job-title {
    font-size: 22px;
  }
  .job-card .job-table .job-row {
    flex-direction: column;
    gap: 4px;
    padding: 16px 0;
  }
  .job-card .job-table .job-row .job-label {
    width: auto;
  }
  .job-card .job-apply {
    height: 56px;
    font-size: 18px;
  }
  .job-empty {
    padding: 24px 20px;
  }
  .job-empty .job-empty-ttl {
    font-size: 22px;
  }
}
.page-title--iv .page-title-watermark {
  font-size: 200px;
}

.iv-heading {
  text-align: center;
}
.iv-heading .iv-heading-en {
  display: block;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  color: #000;
}
.iv-heading .iv-heading-ja {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.iv-youtube {
  padding: 40px 0 0;
}
.iv-youtube .iv-youtube-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #d9d9d9;
  overflow: hidden;
}
.iv-youtube .iv-youtube-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.iv-profile {
  padding: 80px 0 60px;
}
.iv-profile .iv-profile-inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.iv-profile .iv-profile-img {
  width: 280px;
  flex-shrink: 0;
}
.iv-profile .iv-profile-img img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.iv-profile .iv-profile-body {
  flex: 1;
  min-width: 0;
}
.iv-profile .iv-profile-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.iv-profile .iv-badge {
  background: #0F55A0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
}
.iv-profile .iv-year {
  font-size: 18px;
  font-weight: 700;
}
.iv-profile .iv-name {
  margin-top: 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
.iv-profile .iv-bio {
  margin-top: 20px;
  background: #F7F7F4;
  border-radius: 10px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 1.8;
}
.iv-profile .iv-qual {
  margin-top: 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 20px 24px;
}
.iv-profile .iv-qual .iv-qual-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #0F55A0;
  margin-bottom: 12px;
}
.iv-profile .iv-qual .iv-qual-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
.iv-profile .iv-qual .iv-qual-list li + li {
  margin-top: 8px;
}
.iv-profile .iv-qual .iv-qual-list li::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0F55A0;
}

.iv-schedule {
  background: #F7F7F4;
  padding: 80px 0;
}
.iv-schedule .iv-schedule-body {
  margin-top: 48px;
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.iv-schedule .schedule-list {
  flex: 1;
  min-width: 0;
}
.iv-schedule .schedule-item {
  position: relative;
  padding-left: 28px;
  padding-bottom: 32px;
  border-left: 2px solid #dfe6ef;
}
.iv-schedule .schedule-item:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}
.iv-schedule .schedule-item::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0F55A0;
}
.iv-schedule .schedule-item .schedule-time {
  font-size: 18px;
  font-weight: 700;
  color: #0F55A0;
}
.iv-schedule .schedule-item .schedule-title {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700;
}
.iv-schedule .schedule-item .schedule-text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.75;
}
.iv-schedule .schedule-photos {
  width: 420px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.iv-schedule .schedule-photos img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.iv-point {
  padding: 80px 0;
}
.iv-point .iv-point-list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.iv-point .point-card {
  background: #fff;
  border: 1px solid #dfe6ef;
  border-radius: 20px;
  padding: 28px 56px 32px;
}
.iv-point .point-card .point-num {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #0F55A0;
  margin-bottom: 16px;
}
.iv-point .point-card .point-img {
  display: block;
  margin: 0;
}
.iv-point .point-card .point-img img {
  width: 100%;
  display: block;
}
.iv-point .point-card .point-text {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.iv-skill {
  background: #F7F7F4;
  padding: 80px 0;
}
.iv-skill .iv-skill-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.iv-skill .skill-tag {
  background: #fff;
  border: 1px solid #dfe6ef;
  border-radius: 10px;
  padding: 16px 36px;
  font-size: 22px;
  font-weight: 700;
}

.iv-other {
  padding: 80px 0;
}
.iv-other .iv-other-list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.iv-other .other-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: 0.2s;
}
.iv-other .other-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.iv-other .other-card .other-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.iv-other .other-card .other-body {
  padding: 20px;
}
.iv-other .other-card .other-body .other-location {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #0F55A0;
  padding: 4px 16px;
  border-radius: 20px;
}
.iv-other .other-card .other-body .other-title {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
}
.iv-other .other-card .other-body .other-meta {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  line-height: 1.43;
}
.iv-other .other-card .other-body .other-link {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 900;
  color: #0F55A0;
}

@media only screen and (max-width: 767px) {
  .page-title--iv .page-title-watermark {
    font-size: 90px;
  }
  .iv-heading .iv-heading-en {
    font-size: 36px;
  }
  .iv-youtube {
    padding: 24px 0 0;
  }
  .iv-profile {
    padding: 40px 0;
  }
  .iv-profile .iv-profile-inner {
    flex-direction: column;
    gap: 24px;
  }
  .iv-profile .iv-profile-img {
    width: 100%;
  }
  .iv-profile .iv-profile-body {
    width: 100%;
  }
  .iv-profile .iv-name {
    font-size: 28px;
  }
  .iv-profile .iv-bio,
  .iv-profile .iv-qual {
    font-size: 16px;
  }
  .iv-profile .iv-bio .iv-qual-list li,
  .iv-profile .iv-qual .iv-qual-list li {
    font-size: 16px;
  }
  .iv-schedule {
    padding: 56px 0;
  }
  .iv-schedule .iv-schedule-body {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    margin-top: 32px;
  }
  .iv-schedule .schedule-photos {
    width: 100%;
  }
  .iv-point {
    padding: 56px 0;
  }
  .iv-point .iv-point-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .iv-skill {
    padding: 56px 0;
  }
  .iv-skill .skill-tag {
    font-size: 18px;
    padding: 14px 28px;
  }
  .iv-other {
    padding: 56px 0;
  }
  .iv-other .iv-other-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .iv-other .other-card .other-body {
    padding: 14px;
  }
  .iv-other .other-card .other-body .other-title {
    font-size: 18px;
  }
}
