@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  overflow-x: clip;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

body {
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: #333;
  background-color: #eef6fc;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: #eef6fc;
  background-image: url("../img/common/bg-pattern.webp");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

img {
  display: block;
}

picture {
  display: block;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 記事成形関係 */
.article_data > *:first-child {
  margin-top: 0;
}
.article_data > *:last-child {
  margin-bottom: 0;
}
.article_data img {
  margin-top: 2.5em;
  max-width: 100%;
  height: auto !important;
}
.article_data h1 {
  font-size: 22px;
}
.article_data h2 {
  font-size: 20px;
}
.article_data h3 {
  font-size: 18px;
}
.article_data h4 {
  font-size: 17px;
}
.article_data h5 {
  font-size: 16px;
}
.article_data h6 {
  font-size: 15px;
}
.article_data pre {
  display: block;
  width: 100%;
  padding: 1em;
  line-height: 2;
  white-space: pre;
  overflow: scroll;
}
.article_data blockquote {
  display: block;
  width: 100%;
  padding: 1em;
  border: 1px solid #999;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.article_data ul {
  padding-left: 1em;
  width: 100%;
  list-style-position: outside;
  list-style-image: none;
  list-style-type: disc;
}
.article_data ol {
  padding-left: 1em;
  width: 100%;
  list-style-position: outside;
}
.article_data p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #212121;
}
.article_data hr {
  display: block;
  height: 1px;
  border-bottom: 1px solid #999;
}
.article_data a {
  color: #fc9d2a;
  text-decoration: underline;
}
.article_data a:hover {
  text-decoration: none;
}
.article_data .alignleft {
  /* display: inline; */
  float: left;
}
.article_data .alignright {
  /* display: inline; */
  float: right;
}
.article_data .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.article_data p + p {
  margin-top: 2.5em;
  margin-bottom: 0;
}
.article_data h1 + h2,
.article_data h2 + h3,
.article_data h3 + h4,
.article_data h4 + h5,
.article_data h5 + h6,
.article_data h2 + p,
.article_data h3 + p,
.article_data h4 + p,
.article_data h5 + p,
.article_data h6 + p {
  margin-top: 2.5em;
  margin-bottom: 0;
}

.l-site {
  min-height: 100vh;
  background-color: transparent;
}
@media screen and (min-width: 1000px) {
  .l-site {
    display: grid;
    grid-template-columns: 1fr 375px 1fr;
    min-height: 100vh;
  }
}
@media screen and (min-width: 1150px) {
  .l-site {
    grid-template-columns: 1fr 500px 1fr;
  }
}
@media screen and (min-width: 1250px) {
  .l-site {
    grid-template-columns: 1fr 600px 1fr;
  }
}

.l-aside {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-aside {
    position: fixed;
    top: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    width: calc((100vw - 375px) / 2);
    height: 100vh;
    overflow: hidden;
    background-color: transparent;
  }
}
@media screen and (min-width: 1150px) {
  .l-aside {
    width: calc((100vw - 500px) / 2);
  }
}
@media screen and (min-width: 1250px) {
  .l-aside {
    width: calc((100vw - 600px) / 2);
  }
}
@media screen and (min-width: 1000px) {
  .l-aside--end {
    right: 0;
    align-items: flex-end;
    justify-content: stretch;
    padding: 0;
  }
}
.l-aside__menu-panel {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
  height: 100vh;
  padding: 48px 20px 40px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  background-color: #e8f3fa;
  background-image: url("../img/common/menu-panel-bg.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 500px 100vh;
}
.l-aside__menu-title {
  margin-bottom: 12px;
  padding-left: 6px;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #115cb1;
  letter-spacing: 0.04em;
}
.l-aside__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-inline: auto;
}
.l-aside__text-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 2px 6px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #115cb1;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-aside__text-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.c-menu-link + .l-aside__text-link {
  margin-top: 8px;
}
.l-aside__text-link-chevron {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 15px;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.l-fixed-brand {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-fixed-brand {
    display: block;
    position: fixed;
    top: 48px;
    left: 32px;
    z-index: 10;
    width: 181px;
  }
}

.l-fixed-contact {
  display: none;
}
@media screen and (min-width: 1000px) {
  .l-fixed-contact {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 500px;
    width: calc((100vw - 375px) / 2);
    padding: 26px 16px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1150px) {
  .l-fixed-contact {
    width: calc((100vw - 500px) / 2);
  }
}
@media screen and (min-width: 1000px) and (min-width: 1250px) {
  .l-fixed-contact {
    width: calc((100vw - 600px) / 2);
  }
}
@media screen and (min-width: 1000px) {
  .l-fixed-contact {
    padding: 45px 33px;
  }
}

.l-scroll {
  width: 100%;
  margin-inline: auto;
  padding-top: 0;
  background-color: #fff;
  font-size: 14px;
  max-width: 375px;
  zoom: clamp(1, 100vw / 375px, 1.6);
}
@media screen and (min-width: 1000px) {
  .l-scroll {
    position: relative;
    z-index: 20;
    max-width: 375px;
    grid-column: 2;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 40px rgba(17, 92, 177, 0.1);
    zoom: 1;
  }
}
@media screen and (min-width: 1150px) {
  .l-scroll {
    max-width: 375px;
    zoom: 1.3333333333;
  }
}
@media screen and (min-width: 1250px) {
  .l-scroll {
    max-width: 375px;
    zoom: 1.6;
  }
}
@supports not (zoom: 1) {
  .l-scroll {
    max-width: 600px;
    font-size: clamp(14px, 100vw * 14 / 375, calc(14px * 1.6));
  }
  @media screen and (min-width: 1000px) {
    .l-scroll {
      max-width: 375px;
      font-size: 14px;
    }
  }
  @media screen and (min-width: 1150px) {
    .l-scroll {
      font-size: calc(14px * 1.3333333333);
    }
  }
  @media screen and (min-width: 1250px) {
    .l-scroll {
      font-size: calc(14px * 1.6);
    }
  }
}

.l-main {
  min-width: 0;
}

.c-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26.5px;
  height: 26.5px;
  border-radius: 50%;
  background-color: #115cb1;
  position: relative;
}
.c-arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 32%;
}
.c-arrow--drawer {
  background-color: rgba(255, 255, 255, 0.35);
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 12px 24px;
  border: none;
  background-color: #fc9d2a;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  transition: opacity 0.3s;
}
.c-button:hover {
  opacity: 0.7;
}
.c-button__icon {
  width: 18px;
  height: 18px;
}
.c-button--search {
  width: 112px;
  min-width: 112px;
  min-height: 42px;
  margin-inline: auto;
  padding: 0 20px;
  font-size: 16px;
  gap: 6px;
}
.c-button--search .c-button__icon {
  width: 13px;
  height: 14px;
}
.c-button--job {
  min-height: 48px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
}

.c-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 71px 71px;
  width: 100%;
  height: 61px;
}
@media screen and (min-width: 1000px) {
  .c-header {
    display: none;
  }
}
.c-header__brand {
  display: flex;
  align-items: center;
  padding-left: 10px;
  background-color: #1461b3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 233 61' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='38.8015' y2='146.245' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231461B3'/%3E%3Cstop offset='1' stop-color='%2376C8EE'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='233' height='61' fill='url(%23g)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-decoration: none;
}
.c-header__brand-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.c-header__logo {
  width: 115px;
  height: 18px;
  object-fit: contain;
}
.c-header__tagline {
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.c-header__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 61px;
  padding: 0;
  background-color: #115cb1;
  color: #fff;
  text-align: center;
}
.c-header__phone-icon {
  width: 22px;
  height: 29px;
  flex-shrink: 0;
  object-fit: contain;
}
.c-header__menu {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background-color: #fff;
  cursor: pointer;
}
.c-header__menu span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #115cb1;
}

.c-page-header {
  padding: 40px 20px 40px;
}
.c-page-header.no-title {
  padding: 0;
}
.c-page-header__bg {
  position: absolute;
  inset: 0;
}
.c-page-header__bg picture,
.c-page-header__bg img {
  display: block;
  width: 100%;
  height: auto;
}
.c-page-header__bg img {
  object-fit: cover;
  object-position: left top;
}
.c-page-header__overlay {
  display: none;
}
.c-page-header__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}
.c-page-header__en {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  color: #115cb1;
}
.c-page-header__title {
  margin-top: 3px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  color: #333;
}

.c-breadcrumb {
  padding: 12px 20px;
  position: relative;
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #707070;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 6px;
  color: #b0b0b0;
  font-weight: 400;
}
.c-breadcrumb__link {
  color: #115cb1;
  text-decoration: none;
}
.c-breadcrumb__link:hover {
  text-decoration: underline;
}
.c-breadcrumb__current {
  display: -webkit-box;
  overflow: hidden;
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.c-section-head {
  position: relative;
  margin-bottom: 20px;
  padding-top: 8px;
}
.c-section-head__en {
  position: absolute;
  top: -8px;
  left: -4px;
  font-family: "Dancing Script", cursive;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: rgba(252, 157, 42, 0.25);
  transform: rotate(-8deg);
  pointer-events: none;
  user-select: none;
}
.c-section-head__title {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.c-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 314px;
  margin-inline: auto;
  border: none;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  transition: opacity 0.3s;
}
.c-more-btn:hover {
  opacity: 0.7;
}
.c-more-btn__label {
  flex: 1;
  width: 100%;
  padding-inline: 36px;
  text-align: center;
}
.c-more-btn__arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
.c-more-btn__arrow::after {
  content: "";
  display: block;
  border-top: 1.2px solid #115cb1;
  border-right: 1.2px solid #115cb1;
  transform: rotate(45deg);
}
.c-more-btn__arrow--sm {
  width: 18px;
  height: 18px;
}
.c-more-btn__arrow--sm::after {
  width: 6px;
  height: 6px;
  border-color: #3f63d8;
  position: absolute;
  left: 28%;
}
.c-more-btn__arrow--lg {
  width: 33px;
  height: 33px;
}
.c-more-btn__arrow--lg::after {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 32%;
}
.c-more-btn--primary {
  min-height: 43px;
  background-color: #115cb1;
  color: #f5f5f5;
}
.c-more-btn--gradient {
  min-height: 58px;
  background: linear-gradient(180deg, #206eba 0%, #76c8ee 100%);
  color: #fff;
}
.c-more-btn--gradient .c-more-btn__label {
  padding-inline: 45px;
}
.c-more-btn--outline {
  min-height: 58px;
  border: 1px solid #115cb1;
  background-color: #fff;
  color: #115cb1;
}
.c-more-btn--outline .c-more-btn__label {
  padding-inline: 45px;
}
.c-more-btn--outline .c-more-btn__arrow {
  background-color: #115cb1;
}
.c-more-btn--outline .c-more-btn__arrow::after {
  border-color: #fff;
}

.c-tab-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 37px;
  padding-bottom: 10px;
  border-bottom: 1px solid #115cb1;
  color: #115cb1;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-tab-link:hover {
  opacity: 0.7;
}
.c-tab-link__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26.5px;
  height: 26.5px;
  border-radius: 50%;
  background-color: #115cb1;
  position: relative;
}
.c-tab-link__arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1.2px solid #fff;
  border-right: 1.2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 32%;
}
.c-tab-link--arrow-right .c-tab-link__arrow::after {
  border-right: none;
  border-bottom: none;
  border-top: 1.2px solid #fff;
  border-right: 1.2px solid #fff;
  transform: rotate(45deg) translateX(-1px);
}

.c-hero {
  padding: 25px 18px 16px;
  overflow-x: clip;
  background-color: #eaf3fb;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 404 487' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='67.872' y1='0' x2='398.573' y2='430.674' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EAF3FB'/%3E%3Cstop offset='1' stop-color='%23C2E2FC'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='404' height='487' fill='url(%23g)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.c-hero__slider {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
.c-hero__track {
  width: 100%;
  aspect-ratio: 339/384;
  overflow: hidden;
  border-radius: 30px;
}
.c-hero__track .swiper-wrapper,
.c-hero__track .swiper-slide {
  height: 100%;
}
.c-hero__card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background-color: #209fe9;
}
.c-hero__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-hero__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 79px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #bbc2cb;
  transform: translateY(-50%);
  cursor: pointer;
}
.c-hero__nav img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  display: block;
  width: 8px;
  height: 4px;
}
.c-hero__nav--prev {
  left: -11.5px;
  border-radius: 5px;
}
.c-hero__nav--next {
  right: -11.5px;
  border-radius: 5px;
}
.c-hero__nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.c-hero__dots.swiper-pagination {
  position: static;
  inset: auto;
  display: flex;
  gap: 7px;
  justify-content: center;
  width: auto;
  margin-top: 20px;
  opacity: 1;
  transform: none;
}
.c-hero__dot {
  display: inline-block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(17, 92, 177, 0.3);
  opacity: 1;
  cursor: pointer;
}
.c-hero__dot.is-active {
  background-color: #115cb1;
}

.c-search {
  padding: 14px 20px 28px;
  background-color: #1461b3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 375 223' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='57.75' y1='0' x2='375' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231461B3'/%3E%3Cstop offset='1' stop-color='%2376C8EE'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='375' height='223' fill='url(%23g)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.c-search__title {
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #f5f5f5;
  text-align: center;
}
.c-search__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.c-search__field {
  display: block;
}
.c-search__select, .c-search__input {
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  color: #707070;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  appearance: none;
}
.c-search__select {
  padding: 0 28px 0 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.582 7.372'%3E%3Cpath d='M0.389 0.314 5.431 6.561 10.184 0.314' stroke='%230D0746' fill='none'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 10px 7px;
}
.c-search__input {
  margin-top: 16px;
  padding: 0 9px;
}
.c-search__input::placeholder {
  color: #707070;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  opacity: 1;
}
.c-search__input::-webkit-input-placeholder {
  color: #707070;
  font-weight: 700;
  opacity: 1;
}
.c-search__action {
  margin-top: 15px;
  text-align: center;
}
.c-search--job {
  padding: 14px 20px 28px;
}
.c-search--job .c-search__form {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.c-search--job .c-search__group {
  display: grid;
  align-items: center;
  gap: 8px 10px;
}
.c-search--job .c-search__group-label {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #f5f5f5;
  white-space: nowrap;
}
.c-search--job .c-search__group--salary {
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
}
.c-search--job .c-search__group--salary .c-search__group-label {
  grid-row: 1/span 2;
}
.c-search--job .c-search__group--salary .c-search__checks--stack {
  grid-column: 2;
  grid-row: 1/span 2;
}
.c-search--job .c-search__group--salary .c-search__field--salary {
  grid-column: 3;
  grid-row: 1/span 2;
}
.c-search--job .c-search__group--employment {
  grid-template-columns: auto 1fr;
}
.c-search--job .c-search__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}
.c-search--job .c-search__checks--stack {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.c-search--job .c-search__check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
}
.c-search--job .c-search__check input[type=checkbox] {
  appearance: none;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
}
.c-search--job .c-search__check input[type=checkbox]:checked {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M1 4.2 3.6 6.8 9 1.2' stroke='%23115cb1' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 8px;
}
.c-search--job .c-search__input--keyword {
  height: 44px;
  margin-top: 0;
  font-weight: 700;
}
.c-search--job .c-search__input--keyword::placeholder {
  color: #707070;
  font-weight: 700;
}
.c-search--job .c-search__field--salary,
.c-search--job .c-search__field {
  margin: 0;
}
.c-search--job .c-search__select {
  height: 44px;
}

.c-reasons {
  position: relative;
  padding: 56px 0 38.5px;
  overflow: hidden;
}
.c-reasons::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 655px;
  background-image: url("../img/home/reasons-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
.c-reasons::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 655px;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, transparent 70%, #fff 100%);
}
.c-reasons__title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
  text-align: center;
}
.c-reasons__logo {
  position: relative;
  z-index: 1;
  width: 118px;
  margin-inline: auto;
}
.c-reasons__logo-lines {
  position: relative;
  z-index: 1;
  display: block;
  width: 118px;
  margin: 4px auto 16px;
}
.c-reasons__logo-line {
  display: block;
  width: 63px;
  height: auto;
  margin-left: 8px;
}
.c-reasons__logo-line--accent {
  width: 75px;
  margin-top: 2px;
  margin-left: 28px;
}
.c-reasons__title {
  position: relative;
  z-index: 1;
  margin: 0;
}
.c-reasons__title-image {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}
.c-reasons__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-reasons__item--dark .c-reasons__item-title,
.c-reasons__item--dark .c-reasons__text {
  color: #f5f5f5;
}
.c-reasons__head {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  margin-bottom: 23px;
}
.c-reasons__item--left {
  margin-right: 20px;
}
.c-reasons__item--left .c-reasons__head {
  margin-left: 30px;
}
.c-reasons__item--right {
  margin-left: 20px;
}
.c-reasons__item--right .c-reasons__head {
  flex-direction: row-reverse;
  justify-content: space-between;
  text-align: right;
  margin-right: 30px;
}
.c-reasons__num {
  flex-shrink: 0;
  width: 74px;
  margin: 0;
}
.c-reasons__num-image {
  display: block;
  width: 74px;
  height: auto;
}
.c-reasons__item-title {
  flex: 1;
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
.c-reasons__image {
  display: block;
  width: 100%;
  margin-bottom: 23px;
  aspect-ratio: 355/165;
  object-fit: cover;
}
.c-reasons__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  color: #333;
}
.c-reasons__item--left .c-reasons__text {
  margin-left: 20px;
}
.c-reasons__item--right .c-reasons__text {
  margin-right: 20px;
}

.c-jobs {
  position: relative;
  padding: 40px 0 48px;
  background-color: #fff;
  overflow: hidden;
}
.c-jobs::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/home/jobs-bg.webp");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transform-origin: right top;
  pointer-events: none;
}
.c-jobs .c-section-head {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  padding-top: 0;
}
.c-jobs .c-section-head__en {
  top: -23px;
  left: auto;
  right: -33px;
  width: 236px;
  height: auto;
  mix-blend-mode: multiply;
  transform: rotate(-14deg);
}
.c-jobs .c-section-head__en img {
  display: block;
  width: 100%;
  height: auto;
}
.c-jobs .c-section-head__title {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #333;
  text-align: center;
}
.c-jobs .c-more-btn {
  position: relative;
  z-index: 1;
  display: flex;
}
.c-jobs__accordions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-jobs__accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.c-jobs__accordion-trigger {
  width: 100%;
  max-width: 314px;
  margin-inline: auto;
  cursor: pointer;
}
.c-jobs__accordion-trigger .c-more-btn__arrow {
  transition: transform 0.35s ease;
}
.c-jobs__accordion-trigger[aria-expanded=true] .c-more-btn__arrow {
  transform: translateY(-50%) rotate(90deg);
}
.c-jobs__accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}
.c-jobs__accordion.is-open .c-jobs__accordion-panel {
  grid-template-rows: 1fr;
}
.c-jobs__accordion-panel-inner {
  overflow: hidden;
  min-height: 0;
  padding-block: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease, padding-block 0.4s ease;
}
.c-jobs__accordion.is-open .c-jobs__accordion-panel-inner {
  padding-block: 24px 16px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .c-jobs__accordion-panel, .c-jobs__accordion-panel-inner, .c-jobs__accordion-trigger .c-more-btn__arrow {
    transition: none;
  }
}
.c-jobs__banners {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  overflow: hidden;
}
.c-jobs__banners .swiper-wrapper {
  display: flex;
  align-items: center;
}
.c-jobs__banners .swiper-slide {
  box-sizing: border-box;
  width: min(183px, (100% - 8px) / 2);
  height: auto;
  display: flex;
  align-items: center;
}
.c-jobs__banners .swiper-slide a {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background-color: #e8e8e8;
}
.c-jobs__banners .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-jobs__banners:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
  margin-right: 8px;
}
.c-jobs__banner {
  display: block;
  aspect-ratio: 1.0921985816;
  overflow: hidden;
  border-radius: 4px;
  background-color: #e8e8e8;
}
.c-jobs__banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-jobs__banner--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.0921985816;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
}
.c-jobs__more {
  margin-bottom: 8px;
}
.c-jobs--about {
  padding-block: 0;
  background-color: transparent;
}
.c-jobs--about::before {
  display: none;
}
.c-jobs--about .c-section-head {
  margin-bottom: 16px;
}

.c-initiatives {
  padding: 0 20px;
}
.c-initiatives__card {
  position: relative;
  padding: 43px 11.6px 64px;
  background-color: #efefef;
  border-radius: 40px 40px 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.c-initiatives__lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  color: #333;
}
.c-initiatives__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
  margin-bottom: 37px;
}
.c-initiatives__content {
  padding: 0 0 0 5px;
}
.c-initiatives__section-head {
  margin-bottom: 24px;
  text-align: center;
}
.c-initiatives__section-head .c-section-head__en {
  top: -27px;
  left: 46%;
  width: 290px;
  height: auto;
  margin: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  transform: translateX(-50%) rotate(-5deg);
}
.c-initiatives__section-head .c-section-head__en img {
  display: block;
  width: 100%;
  height: auto;
}
.c-initiatives__section-head .c-section-head__title {
  padding-top: 12px;
  font-size: 18px;
  text-align: center;
}
.c-initiatives .c-news-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 38px;
  gap: 11px;
}
.c-initiatives .c-news-list__item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 9px;
  padding: 0;
  border-bottom: none;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  transition: opacity 0.3s;
}
.c-initiatives .c-news-list__item + .c-initiatives .c-news-list__item {
  margin-top: 11px;
}
.c-initiatives .c-news-list__item:hover {
  opacity: 0.7;
}
.c-initiatives .c-news-list__item--empty {
  display: block;
  grid-template-columns: none;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.c-initiatives .c-news-list__item--empty:hover {
  opacity: 1;
}
.c-initiatives .c-news-list__date {
  flex-shrink: 0;
}
.c-initiatives .c-news-list__more {
  margin-top: 0;
}

.c-column {
  padding: 80px 20px 64px;
  overflow: hidden;
}
.c-column .c-section-head {
  margin-bottom: 37px;
  text-align: center;
}
.c-column .c-section-head__en {
  top: -20px;
  left: 50%;
  width: 397px;
  height: auto;
  margin: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  transform: translateX(-50%) rotate(-5deg);
  z-index: 1;
}
.c-column .c-section-head__en img {
  display: block;
  width: 100%;
  height: auto;
}
.c-column .c-section-head__title {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #333;
}
.c-column__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}
.c-column__item {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 14px;
  align-items: center;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-column__item:hover {
  opacity: 0.7;
}
.c-column__item--empty {
  display: block;
  grid-template-columns: none;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.c-column__item--empty:hover {
  opacity: 1;
}
.c-column__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 81px;
  border: 1px solid #707070;
  border-radius: 16px;
  background-color: #c4c4c4;
  color: #000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  overflow: hidden;
}
.c-column__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.c-column__title {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
.c-column__more {
  margin-top: 0;
}

.c-cta-banner {
  position: relative;
  z-index: 0;
  display: block;
  max-width: 560px;
  width: calc(100% - 20px);
  min-height: 142px;
  margin: 80px auto 0px;
  padding: 41px 13px 32px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  transition: opacity 0.3s;
}
.c-cta-banner:hover {
  opacity: 0.7;
}
.c-cta-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: calc(100% - 6px);
  height: 137px;
  background-color: rgba(63, 99, 216, 0.8);
}
.c-cta-banner::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-image: url("../img/home/cta-banner-photo.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-cta-banner__title, .c-cta-banner__link {
  position: relative;
  z-index: 2;
}
.c-cta-banner__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.c-cta-banner__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 23px;
  padding-right: calc(17px + 8px);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.c-cta-banner__link-text {
  display: block;
  max-width: 288px;
}
.c-cta-banner__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
.c-cta-banner__arrow::after {
  content: "";
  width: 6px;
  height: 4px;
  background: url("../img/home/cta-banner-arrow.svg") center/contain no-repeat;
  transform: rotate(-90deg);
}

.c-home-footer {
  padding: 0 10px 48px;
  background-color: #fff;
}
.c-home-footer__search {
  margin-bottom: 24px;
}
.c-home-footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.c-home-footer__logo img {
  width: 118px;
}
.c-home-footer__contact {
  text-align: center;
}
.c-home-footer__contact-title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.c-home-footer__tel {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 4px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #115cb1;
}
.c-home-footer__tel a {
  color: inherit;
}
.c-home-footer__hours {
  font-size: 12px;
  font-weight: 700;
  color: #707070;
}

.c-floating-banner {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  padding: 12px 0;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  transition: opacity 0.25s;
}
body.is-drawer-open .c-floating-banner {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1001px) {
  .c-floating-banner {
    display: none;
  }
}
.c-floating-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 189px;
  min-width: 189px;
  height: 45px;
  min-height: 45px;
  padding: 0 16px;
  border-radius: 35px;
  background-color: #fc9d2a;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  transition: opacity 0.25s;
}
.c-floating-banner__btn:hover {
  opacity: 0.88;
}
.c-floating-banner__icon {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.c-floating-banner__label {
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
  body:not(.page-contact) .l-scroll {
    padding-bottom: calc(45px + 12px + 12px + env(safe-area-inset-bottom, 0px));
  }
}

.c-site-footer__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 113px;
  padding: 22px 20px 24px;
  background-color: #115cb1;
  text-align: center;
}
.c-site-footer__lead {
  margin-bottom: 10px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.c-site-footer__job-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 160px;
  min-height: 35px;
  padding: 0 20px;
  background-color: #fff;
  color: #666;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  transition: opacity 0.3s;
}
.c-site-footer__job-btn:hover {
  opacity: 0.85;
}
.c-site-footer__job-icon {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fc9d2a;
}
.c-site-footer__contact {
  padding: 22px 20px 28px;
  background-color: #fff;
  text-align: center;
}
.c-site-footer__contact-title {
  margin-bottom: 8px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
.c-site-footer__tel {
  display: inline-flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  color: #115cb1;
}
.c-site-footer__tel a {
  color: inherit;
  text-decoration: none;
}
.c-site-footer__tel-icon {
  flex-shrink: 0;
  width: 17px;
  height: 23px;
}
.c-site-footer__hours {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #115cb1;
}
.c-site-footer__copyright {
  margin: 0;
  padding: 0px 20px 20px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  color: #115cb1;
  text-align: center;
}
.c-site-footer__copyright small {
  font-size: inherit;
}

.c-contact {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(84, 164, 218, 0.302);
  padding: 24px 5px 20px;
  text-align: center;
}
.c-contact__badge {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.c-contact__badge-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: #115cb1;
}
.c-contact__badge-icon {
  width: 22px;
  height: auto;
}
.c-contact__title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
.c-contact__tel {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.c-contact__tel a {
  color: #115cb1;
}
.c-contact__tel-icon {
  flex-shrink: 0;
  width: 17px;
  height: auto;
}
.c-contact__hours {
  font-size: 16px;
  font-weight: 700;
  color: #115cb1;
  line-height: 1.4;
}

.c-menu-link {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(84, 164, 218, 0.302);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  padding: 10px 16px 10px 20px;
  transition: opacity 0.3s;
}
.c-menu-link:hover {
  opacity: 0.7;
}
.c-menu-link__body {
  flex: 1;
  min-width: 0;
}
.c-menu-link__label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #115cb1;
  line-height: 1.35;
}
.c-menu-link__en {
  display: block;
  margin-top: 2px;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #209fe9;
  line-height: 1.35;
}

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

.c-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.3s;
}
.c-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}
.c-drawer__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin-inline: auto;
  padding: 22px 26px 24px;
  background-color: #1461b3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 375 667' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='549.608' x2='595.926' y2='185.083' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231461B3'/%3E%3Cstop offset='1' stop-color='%2376C8EE'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='375' height='667' fill='url(%23g)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.3s, transform 0.3s;
}
.is-open .c-drawer__panel {
  opacity: 1;
  transform: translateY(0);
}
.c-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  margin-bottom: 27px;
}
.c-drawer__brand {
  text-decoration: none;
  color: inherit;
}
.c-drawer__brand-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.c-drawer__logo {
  width: 115px;
  height: 18px;
  object-fit: contain;
}
.c-drawer__tagline {
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.c-drawer__close {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.c-drawer__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #fff;
}
.c-drawer__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-drawer__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-drawer__nav {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 24px;
}
.c-drawer__text-group {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.c-drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 45px;
  padding: 4px 0 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  transition: opacity 0.3s;
}
.c-drawer__link:hover {
  opacity: 0.85;
}
.c-drawer__link-body {
  flex: 1;
  min-width: 0;
}
.c-drawer__label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.c-drawer__en {
  display: block;
  margin-top: 1px;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}
.c-drawer__text-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 40px;
  padding: 10px 0;
  border-bottom: none;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-drawer__text-link:hover {
  opacity: 0.85;
  text-decoration: none;
}
.c-drawer__text-link-label {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.c-drawer__text-link-chevron {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 15px;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.c-drawer__cta {
  flex-shrink: 0;
  max-width: 336px;
  width: 100%;
  margin-inline: auto;
}

.p-brand__logo {
  width: 181px;
}
.p-brand__logo a {
  display: block;
}
.p-brand__logo img {
  width: 100%;
  height: auto;
}
.p-brand__lead {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}

.p-home__brand {
  display: flex;
  justify-content: center;
  padding: 20px 16px;
  background-color: #fff;
}
.p-home__logo {
  width: 118px;
}

.p-subpage {
  background-color: #fff;
  position: relative;
  overflow: clip;
}
.p-subpage__content {
  padding: 40px 20px 64px;
}
.p-subpage__body {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}
.p-subpage__body > *:first-child {
  margin-top: 0;
}
.p-subpage__body > *:last-child {
  margin-bottom: 0;
}

.p-about__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-bottom: 64px;
}
.p-about__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  min-width: 222px;
  min-height: 37px;
  padding: 4px 20px 4px 16px;
  isolation: isolate;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
.p-about__label::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #1461b3 0%, #76c8ee 100%);
  clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%);
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
  pointer-events: none;
}
.p-about__label-text {
  position: relative;
  z-index: 1;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  white-space: nowrap;
}
.p-about__heading {
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.43;
  color: #333;
  white-space: pre-line;
  margin: 0 20px;
}
.p-about__media {
  margin: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
.p-about__media picture,
.p-about__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-about__media img {
  object-fit: cover;
}
.p-about__text {
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  color: #333;
  margin-left: 20px;
}
.p-about__section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-about__section-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-right: 20px;
}
.p-about__section--end.p-about__section-inner {
  margin-right: 0;
  margin-left: 20px;
}
.p-about__section--end .p-about__label {
  align-self: flex-end;
  padding-inline: 16px 20px;
}
.p-about__section--end .p-about__label::before {
  clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.p-about__section--end .p-about__heading {
  display: flex;
  justify-content: flex-end;
}
.p-about__section--end .p-about__text {
  margin-left: 0px;
  margin-right: 20px;
}
.p-about__areas {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-inline: 20px;
}
.p-about__areas-title {
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #333;
  text-align: center;
}
.p-about__areas-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 314px;
  margin-inline: auto;
}
.p-about__jobs {
  margin-inline: 20px;
}
.p-about__jobs-card {
  padding: 26px 11.6px 37px;
  background-color: rgba(191, 191, 191, 0.25);
  border-radius: 20px;
}
.p-about__jobs-title {
  margin-bottom: 41px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #333;
  text-align: center;
}
.p-about__jobs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 20px;
  margin-inline: auto;
}
.p-about__jobs-grid .c-tab-link {
  width: 100%;
}
.p-about__voices {
  margin-inline: 20px;
}
.p-about__voices-title {
  margin-bottom: 32px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #333;
  text-align: center;
}
.p-about__voices-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-about__voice {
  position: relative;
  padding-bottom: 28px;
  background-color: #feebd4;
  border-radius: 0 30px 0 30px;
}
.p-about__voice-label {
  display: inline-flex;
  align-items: center;
  min-height: 43px;
  padding: 12px 20px 16px 16px;
  background-color: #fc9d2a;
  border-radius: 0 0 15px;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.p-about__voice-avatar {
  position: absolute;
  top: 11px;
  right: 12px;
  width: 117px;
  height: 117px;
  margin: 0;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}
.p-about__voice-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.p-about__voice-heading {
  margin: 30px 11px 30px;
  padding-right: 100px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
.p-about__voice-heading.small {
  font-size: 14px;
}
.p-about__voice-divider {
  height: 1px;
  margin: 0 11px 16px;
  border: 0;
  background-color: #f98c00;
}
.p-about__voice-text {
  margin: 0 11px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  color: #333;
}
.p-about__voice-text mark {
  background-color: rgba(255, 250, 0, 0.7);
  color: inherit;
}
.p-about__cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-inline: 20px;
  max-width: 500px;
  margin-inline: auto;
}
.p-about__cta-link {
  display: block;
  width: 100%;
  margin-inline: auto;
  transition: opacity 0.25s;
}
.p-about__cta-link:hover {
  opacity: 0.88;
}
.p-about__cta-link img {
  display: block;
  width: 100%;
  height: auto;
}

.p-welfare__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-bottom: 64px;
}
.p-welfare__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-welfare__head-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-welfare__head picture,
.p-welfare__head img {
  display: block;
  width: 100%;
  height: auto;
}
.p-welfare__head-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  color: #333;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.p-welfare__blocks {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding-inline: 20px;
}
.p-welfare__block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-welfare__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  isolation: isolate;
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
}
.p-welfare__label::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #1461b3 0%, #76c8ee 100%);
  clip-path: polygon(1.5% 0%, 100% 0%, 98.5% 100%, 0% 100%);
}
.p-welfare__label-text {
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  white-space: nowrap;
}
.p-welfare__card {
  padding: 40px 12px;
  background-color: rgba(191, 191, 191, 0.25);
  border-radius: 20px;
}
.p-welfare__list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-welfare__item {
  margin: 0;
}
.p-welfare__item-title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 9px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
.p-welfare__num {
  display: inline-flex;
  align-items: flex-start;
  flex-shrink: 0;
}
.p-welfare__num picture,
.p-welfare__num img {
  display: block;
  width: 42px;
  height: auto;
}
.p-welfare__item-text {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}
.p-welfare__cta {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  padding-inline: 20px;
  max-width: 500px;
  margin-inline: auto;
}
.p-welfare__cta-link {
  display: block;
  width: 100%;
  margin-inline: auto;
  transition: opacity 0.25s;
}
.p-welfare__cta-link:hover {
  opacity: 0.88;
}
.p-welfare__cta-link img {
  display: block;
  width: 100%;
  height: auto;
}

.p-client__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-bottom: 64px;
}
.p-client__services {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.p-client__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  isolation: isolate;
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
}
.p-client__label::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #1461b3 0%, #76c8ee 100%);
  clip-path: polygon(1.5% 0%, 100% 0%, 98.5% 100%, 0% 100%);
}
.p-client__label-text {
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  white-space: nowrap;
}
.p-client__service {
  display: flex;
  flex-direction: column;
}
.p-client__service-media {
  position: relative;
  margin: 0 0 12px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.p-client__service-media picture,
.p-client__service-media img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-client__service-media img {
  object-fit: cover;
}
.p-client__service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #115cb1;
  opacity: 0.6;
  pointer-events: none;
}
.p-client__service-media-title {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  text-align: center;
}
.p-client__service-body {
  padding-inline: 20px;
}
.p-client__service-lead {
  margin: 0 0 8px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #115cb1;
}
.p-client__service-lead.le5 {
  letter-spacing: -0.049em;
}
.p-client__service-text {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  color: #3b3b3b;
}
.p-client__flow {
  position: relative;
  width: 100%;
  padding: 56px 20px 48px;
  overflow: hidden;
  background-color: #fff;
}
.p-client__flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/client/flow-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  pointer-events: none;
}
.p-client__flow-inner {
  position: relative;
  z-index: 1;
}
.p-client__flow-head {
  position: relative;
  margin-bottom: 40px;
}
.p-client__flow-deco {
  position: absolute;
  top: -31px;
  left: -10px;
  display: block;
  width: 211px;
  height: auto;
  pointer-events: none;
  transform: rotate(-15deg);
}
.p-client__flow-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #333;
  text-align: center;
}
.p-client__flow-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 29px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-client__flow-item {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 8px;
  align-items: start;
}
.p-client__flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 76px;
  left: 35px;
  z-index: 0;
  width: 0;
  height: calc(100% - 70px + 29px - 12px);
  border-left: 2px dotted #ff8c00;
  transform: translateX(-50%);
  pointer-events: none;
}
.p-client__flow-step {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}
.p-client__flow-step img {
  display: block;
  width: 100%;
  height: auto;
}
.p-client__flow-item-title {
  margin: 0 0 5px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  color: #ff8c00;
}
.p-client__flow-item-text {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}

.p-company__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-bottom: 64px;
}
.p-company__greeting {
  display: flex;
  flex-direction: column;
  padding-inline: 20px;
}
.p-company__greeting-visual {
  position: relative;
  margin-bottom: 44px;
}
.p-company__greeting-deco {
  position: absolute;
  top: 122px;
  left: -20px;
  z-index: 2;
  display: block;
  width: 600px;
  max-width: calc(100% + 58px);
  pointer-events: none;
}
.p-company__greeting-deco img {
  display: block;
  width: 100%;
  height: auto;
}
.p-company__greeting-photo {
  position: relative;
  z-index: 1;
  width: 171px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1;
  background-color: #e8e8e8;
}
.p-company__greeting-photo picture,
.p-company__greeting-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.p-company__greeting-label {
  margin: 0 0 16px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #333;
}
.p-company__greeting-lead {
  margin: 0 0 24px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.44;
  color: #115cb1;
}
.p-company__greeting-body {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.p-company__greeting-body p {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  color: #333;
}
.p-company__greeting-sign {
  text-align: end;
  margin-right: 10px !important;
}
.p-company__offices {
  padding: 24.5px 12px 24px;
  background-color: rgba(191, 191, 191, 0.25);
  margin-inline: 20px;
  border-radius: 20px;
}
.p-company__offices-title {
  margin: 0 0 40px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #333;
  text-align: center;
}
.p-company__offices-list {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.p-company__office {
  display: flex;
  flex-direction: column;
}
.p-company__office-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 9px;
  border-bottom: 1px solid #bfbfbf;
}
.p-company__office-name {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #333;
}
.p-company__office-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 0;
  gap: 6px;
}
.p-company__office-map, .p-company__office-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 8px;
  min-width: 137px;
  min-height: 32px;
  padding: 4px 8px 4px 12px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.25s;
}
.p-company__office-map:hover, .p-company__office-tel:hover {
  opacity: 0.85;
}
.p-company__office-map {
  background: linear-gradient(180deg, #206eba 0%, #76c8ee 100%);
}
.p-company__office-tel {
  background: linear-gradient(180deg, #fc9d2a 0%, #ffb347 100%);
}
.p-company__office-map-label, .p-company__office-tel-label {
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.p-company__office-map-label {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.p-company__office-map-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
}
.p-company__office-map-arrow::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1.2px solid #115cb1;
  border-right: 1.2px solid #115cb1;
  transform: rotate(45deg);
}
.p-company__office-tel .p-company__office-map-arrow::after {
  border-top-color: #fc9d2a;
  border-right-color: #fc9d2a;
}
.p-company__office-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 11px;
}
.p-company__office-body p {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
}
.p-company__office-body a {
  color: inherit;
  text-decoration: none;
}
.p-company__office-body a:hover {
  text-decoration: underline;
}

.p-policy__content {
  position: relative;
  z-index: 1;
  padding-bottom: 64px;
}
.p-policy__document {
  padding: 40px 0px 0;
  margin-inline: 20px;
  border-top: 1px solid #bfbfbf;
}
.p-policy__title {
  margin: 0 0 12px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #115cb1;
}
.p-policy__lead {
  margin: 0 0 48px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  color: #333;
}
.p-policy__subtitle {
  margin: 0 0 12px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #115cb1;
}
.p-policy__sections {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-policy__section-title {
  margin: 0 0 8px;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  color: #333;
}
.p-policy__text {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  color: #333;
}
.p-policy__text p {
  margin: 0;
}
.p-policy__text p + p {
  margin-top: 8px;
}
.p-policy__text ol {
  margin: 4px 0 0;
  padding-left: 1.5em;
  list-style: decimal;
}
.p-policy__text li + li {
  margin-top: 4px;
}

.p-news-archive__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-bottom: 64px;
}
.p-news-archive__inner {
  margin-inline: 20px;
}
.p-news-archive__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-news-archive__list-item {
  margin: 0;
  padding: 0;
}
.p-news-archive__item {
  position: relative;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 10px;
  min-height: 100px;
  padding: 10px 0;
  color: #292d38;
  text-decoration: none;
  border-bottom: 1px solid #115cb1;
}
.p-news-archive__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #292d38;
}
.p-news-archive__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #292d38;
  word-break: break-word;
}
.p-news-archive__arrow {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 26.5px;
  height: 26.5px;
  border-radius: 9999px;
  background-color: #115cb1;
}
.p-news-archive__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 37%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-30%, -50%) rotate(45deg);
}
.p-news-archive__pagination {
  margin-top: 46.5px;
}
.p-news-archive__pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-news-archive__pagination-item {
  margin: 0;
  padding: 0;
}
.p-news-archive__pagination-item .page-numbers {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  color: #212121;
  text-decoration: none;
}
.p-news-archive__pagination-item .page-numbers.prev,
.p-news-archive__pagination-item .page-numbers.next {
  display: inline-block;
  padding: 0;
}
.p-news-archive__pagination-item .page-numbers:not(.prev):not(.next) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  color: #212121;
}
.p-news-archive__pagination-item .page-numbers.current {
  background-color: #fc9d2a !important;
  border-radius: 9999px;
  color: #fff !important;
}
.p-news-archive__pagination-item .page-numbers.dots {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif !important;
  color: transparent;
  position: relative;
}
.p-news-archive__pagination-item .page-numbers.dots::before {
  content: "...";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  color: #212121;
}
.p-news-archive__pagination-item .page-numbers.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.p-news-single__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 40px 20px 64px;
}
.p-news-single__header {
  padding-bottom: 40px;
  border-bottom: 1px solid #115cb1;
  margin-bottom: 33.5px;
}
.p-news-single__date {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #212121;
}
.p-news-single__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  color: #000;
}
.p-news-single__body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #212121;
  margin-bottom: 64.5px;
}
.p-news-single__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27.5px;
  width: 100%;
  max-width: 314px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.p-news-single__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #212121;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
}
.p-news-single__nav-link.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.p-news-single__nav-arrow {
  width: 26.5px;
  height: 26.5px;
  border-radius: 9999px;
  background-color: #115cb1;
  position: relative;
  flex-shrink: 0;
}
.p-news-single__nav-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 37%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-30%, -50%) rotate(45deg);
}
.p-news-single__nav-arrow--prev::before {
  left: 63%;
  transform: translate(-70%, -50%) rotate(-135deg);
}
.p-news-single__back {
  width: 100%;
  max-width: 314px;
  margin-inline: auto;
}

.p-column-archive__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-bottom: 64px;
}
.p-column-archive__inner {
  margin-inline: 20px;
}
.p-column-archive__list {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  gap: 24px;
}
.p-column-archive__list-item {
  margin: 0;
  padding: 0;
}
.p-column-archive__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 0 0 10px;
  color: #292d38;
  text-decoration: none;
  border-bottom: 1px solid #115cb1;
}
.p-column-archive__thumbnail-wrapper {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  margin-bottom: 18px;
}
.p-column-archive__thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-column-archive__txt {
  width: 100%;
  min-height: 90px;
}
.p-column-archive__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #292d38;
  word-break: break-word;
}
.p-column-archive__arrow {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 26.5px;
  height: 26.5px;
  border-radius: 9999px;
  background-color: #115cb1;
}
.p-column-archive__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 37%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-30%, -50%) rotate(45deg);
}
.p-column-archive__pagination {
  margin-top: 46.5px;
}
.p-column-archive__pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-column-archive__pagination-item {
  margin: 0;
  padding: 0;
}
.p-column-archive__pagination-item .page-numbers {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  color: #212121;
  text-decoration: none;
}
.p-column-archive__pagination-item .page-numbers.prev,
.p-column-archive__pagination-item .page-numbers.next {
  display: inline-block;
  padding: 0;
}
.p-column-archive__pagination-item .page-numbers:not(.prev):not(.next) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  color: #212121;
}
.p-column-archive__pagination-item .page-numbers.current {
  background-color: #fc9d2a !important;
  border-radius: 9999px;
  color: #fff !important;
}
.p-column-archive__pagination-item .page-numbers.dots {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif !important;
  color: transparent;
  position: relative;
}
.p-column-archive__pagination-item .page-numbers.dots::before {
  content: "...";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  color: #212121;
}
.p-column-archive__pagination-item .page-numbers.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.p-column-single__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 40px 20px 64px;
}
.p-column-single__thumbnail-head {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  margin-bottom: 40px;
}
.p-column-single__thumbnail-head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-column-single__header {
  border-bottom: 1px solid #115cb1;
  margin-bottom: 33.5px;
}
.p-column-single__date {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #212121;
}
.p-column-single__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  color: #000;
  margin-bottom: 39.5px;
}
.p-column-single__body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #212121;
  margin-bottom: 64.5px;
}
.p-column-single__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27.5px;
  width: 100%;
  max-width: 314px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.p-column-single__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #212121;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
}
.p-column-single__nav-link.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.p-column-single__nav-arrow {
  width: 26.5px;
  height: 26.5px;
  border-radius: 9999px;
  background-color: #115cb1;
  position: relative;
  flex-shrink: 0;
}
.p-column-single__nav-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 37%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-30%, -50%) rotate(45deg);
}
.p-column-single__nav-arrow--prev::before {
  left: 63%;
  transform: translate(-70%, -50%) rotate(-135deg);
}
.p-column-single__back {
  width: 100%;
  max-width: 314px;
  margin-inline: auto;
}

.p-form__content {
  position: relative;
  z-index: 1;
  padding: 40px 0px 40px;
}
.p-form__content.complete {
  padding: 40px 0px 65px;
}
.p-form__inner {
  width: 100%;
  padding-inline: 20px;
}
.p-form__title-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  margin-bottom: 40px;
  padding: 16px 16px;
  background-color: #115cb1;
}
.p-form__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.p-form__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 32px;
  padding: 2px 8px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #2e7dc3;
}
.p-form__lead {
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}
.p-form__privacy {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  color: #333;
  text-align: center;
}
.p-form__privacy-link {
  color: #115cb1;
  text-decoration: underline;
  transition: opacity 0.25s;
}
.p-form__privacy-link:hover {
  opacity: 0.7;
}
.p-form__phone {
  max-width: 257px;
  margin-inline: auto;
  padding: 14px 16px 18px;
  border-radius: 20px;
  background-color: #fc9d2a;
  color: #fff;
  text-align: center;
}
.p-form__phone-label {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.p-form__phone-number {
  margin-bottom: 4px;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.p-form__phone-number a {
  color: #fff;
  text-decoration: none;
}
.p-form__phone-hours {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.p-form__steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  margin: 24px 0;
  padding: 0 0 10px;
  list-style: none;
}
.p-form__steps::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #bfbfbf;
}
.p-form__steps.complete {
  margin: 24px 0 0;
}
.p-form__steps-item {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  text-align: center;
}
.p-form__steps-item.is-active::after {
  content: "";
  position: absolute;
  width: 40px;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 2px;
  background-color: #115cb1;
}
.p-form__steps-line {
  width: 20px;
  height: 1px;
  background-color: #707070;
}
.p-form__complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 0;
  text-align: center;
}
.p-form__complete-icon {
  width: 83.5px;
  height: 83.5px;
  border-radius: 9999px;
  background-color: #115cb1;
  position: relative;
  margin-bottom: 23px;
}
.p-form__complete-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 38px;
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;
  transform: translate(-50%, -60%) rotate(45deg);
}
.p-form__complete-title {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
  color: #000;
}
.p-form__complete-text {
  margin: 0 0 64.5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
  text-align: left;
}
.p-form__complete-back {
  margin-top: 0;
}
.p-form__form .wpcf7-form {
  margin: 0;
}
.p-form__form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #c00;
}
.p-form__form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.6;
}
.p-form__form .wpcf7-radio,
.p-form__form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 6px;
}
.p-form__form .wpcf7-list-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}
.p-form__form .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.p-form__form .wpcf7-list-item input[type=radio],
.p-form__form .wpcf7-list-item input[type=checkbox] {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #115cb1;
}
.p-form__fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-form__fields.confirm {
  gap: 16px;
}
.p-form__fields.confirm .p-form__field {
  padding-bottom: 24px;
  border-bottom: 1px solid #707070;
}
.p-form__field {
  margin: 0;
}
.p-form__field h2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.p-form__field:has([aria-required=true],
.wpcf7-validates-as-required) h2:not(:has(.p-form__required))::after {
  content: "必須";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding: 1px 6px;
  border-radius: 2px;
  background-color: #115cb1;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.04em;
}
.p-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding: 1px 6px;
  border-radius: 2px;
  background-color: #115cb1;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.04em;
}
.p-form__input {
  width: 100%;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.p-form__textarea {
  height: 80px;
  width: 100%;
  resize: vertical;
  border: 1px solid #bfbfbf;
}
.p-form__textarea2 {
  height: 88px;
  width: 100%;
  resize: vertical;
  border: 1px solid #bfbfbf;
}
.p-form__textarea3 {
  height: 162px;
  width: 100%;
  resize: vertical;
  border: 1px solid #bfbfbf;
}
.p-form__radio {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.p-form__radio .wpcf7-form-control-wrap,
.p-form__radio .wpcf7-radio {
  border: 0;
  padding: 0;
  background: none;
}
.p-form__radio .wpcf7-radio {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 12px;
}
.p-form__radio .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.p-form__radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.p-form__radio .wpcf7-list-item input[type=radio] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #115cb1;
}
.p-form__radio2 {
  display: block;
}
.p-form__radio2 .wpcf7-radio {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 12px;
}
.p-form__radio2 .wpcf7-list-item {
  margin: 0;
}
.p-form__actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0 0;
  padding: 0;
}
.p-form__btn {
  width: 120px;
  min-width: 57px;
  padding: 10px 9px;
  border: 1px solid #115cb1;
  background-color: #115cb1;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-form__btn:hover {
  opacity: 0.5;
}
.p-form__btn--reset {
  width: 120px;
  min-width: 57px;
  padding: 10px 9px;
  border: 1px solid #115cb1;
  background-color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-form__btn--reset:hover {
  opacity: 0.5;
}

.wpcf7-spinner {
  display: none;
}

#wpcf7cpcnf {
  margin-top: 0;
}
#wpcf7cpcnf table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
}
#wpcf7cpcnf tr {
  display: block;
}
#wpcf7cpcnf th,
#wpcf7cpcnf td {
  display: block;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
}
#wpcf7cpcnf th {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
#wpcf7cpcnf td {
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  white-space: pre-wrap;
  word-break: break-word;
}
#wpcf7cpcnf .wpcf7cp-btns,
#wpcf7cpcnf p:has(button) {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
}
#wpcf7cpcnf button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 40px;
  padding: 10px 24px;
  border: 1px solid #115cb1;
  border-radius: 4px;
  background-color: #115cb1;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
}
#wpcf7cpcnf button:hover {
  opacity: 0.85;
}
#wpcf7cpcnf button.wpcf7cp-btns-back, #wpcf7cpcnf button[value=edit], #wpcf7cpcnf button[name=edit] {
  background-color: #fff;
  color: #333;
}

html:has(body.page-contact),
html:has(body.page-entry) {
  overflow-x: visible;
}

body.page-contact,
body.page-entry {
  overflow-x: visible;
}

.p-subpage.p-entry,
.p-subpage.p-form {
  overflow: visible;
}

.grecaptcha-badge {
  position: fixed !important;
  right: -186px !important;
  bottom: 14px !important;
  left: auto !important;
  z-index: 200 !important;
  transform: none !important;
  visibility: visible !important;
}
.grecaptcha-badge:hover {
  right: 4px !important;
}

iframe[title*=reCAPTCHA],
iframe[title*=recaptcha],
iframe[src*=recaptcha] {
  z-index: 200;
}

body > div:has(> iframe[src*=recaptcha]),
body > div:has(iframe[title*=reCAPTCHA]) {
  z-index: 200 !important;
}

.p-recruit__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
.p-recruit__search-wrap {
  margin-bottom: 40px;
  background-color: #1461b3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 375 223' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='57.75' y1='0' x2='375' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231461B3'/%3E%3Cstop offset='1' stop-color='%2376C8EE'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='375' height='223' fill='url(%23g)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-recruit__search-wrap.top {
  margin-bottom: 40px;
}
.p-recruit__search-wrap.top .c-search {
  padding: 26px 20px 32px;
}
.p-recruit__popular {
  padding: 0 20px 28px;
}
.p-recruit__popular-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 10px;
}
.p-recruit__popular-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11.5px 18.5px;
}
.p-recruit__popular-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 20px;
}
.p-recruit__popular-link-text {
  font-size: 12px;
}
.p-recruit-title {
  color: #F5F5F5;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
  text-align: center;
}
.p-recruit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11.5px 18.5px;
}
.p-recruit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 3px;
  border-radius: 20px;
}
.p-recruit-item a {
  font-size: 12px;
  font-weight: 700;
}
.p-recruit__flow {
  padding-inline: 20px;
  margin-bottom: 64px;
}
.p-recruit__sort {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 314px;
  margin: 0 auto 50px;
}
.p-recruit__sort .c-more-btn {
  max-width: 100%;
}
.p-recruit__flow-head {
  margin-bottom: 24px;
}
.p-recruit__flow-title {
  display: block;
  width: 100%;
  max-width: 335px;
  height: auto;
}
.p-recruit__flow-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-recruit__flow-card {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 135px;
  padding: 12px 14px 12px 8px;
  border-radius: 10px;
  background-color: rgba(252, 157, 42, 0.15);
}
.p-recruit__flow-item:nth-child(1) > .p-recruit__flow-card {
  background-color: rgba(252, 157, 42, 0.15);
}
.p-recruit__flow-item:nth-child(2) > .p-recruit__flow-card {
  background-color: rgba(252, 157, 42, 0.2);
}
.p-recruit__flow-item:nth-child(3) > .p-recruit__flow-card {
  background-color: rgba(252, 157, 42, 0.3);
}
.p-recruit__flow-item:nth-child(4) > .p-recruit__flow-card {
  background-color: rgba(252, 157, 42, 0.4);
}
.p-recruit__flow-item:nth-child(5) > .p-recruit__flow-card {
  background-color: rgba(252, 157, 42, 0.5);
}
.p-recruit__flow-illust {
  flex-shrink: 0;
  width: 98px;
}
.p-recruit__flow-illust img {
  display: block;
  width: 100%;
  height: auto;
}
.p-recruit__flow-body {
  flex: 1;
  min-width: 0;
  padding-top: 4px;
}
.p-recruit__flow-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  margin: 0 0 8px;
  padding: 3px 10px;
  border-radius: 4px;
  background-color: #fc9d2a;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.p-recruit__flow-item-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  letter-spacing: -0.01em;
}
.p-recruit__flow-item-text {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}

.p-recruit-archive__content {
  position: relative;
  z-index: 1;
  padding-bottom: 64px;
}
.p-recruit-archive__sort {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
  padding: 24px 20px 0;
}
.p-recruit-archive__sort .c-more-btn {
  flex: 1;
  width: auto;
  max-width: none;
  margin-inline: 0;
  min-height: 36px;
  border: 1px solid #115cb1;
  background-color: #115cb1;
  color: #f5f5f5;
  font-size: 12px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.p-recruit-archive__sort .c-more-btn:hover {
  opacity: 1;
  background-color: #f5f5f5;
  color: #115cb1;
}
.p-recruit-archive__sort .c-more-btn:hover .c-more-btn__arrow {
  background-color: #115cb1;
}
.p-recruit-archive__sort .c-more-btn:hover .c-more-btn__arrow::after {
  border-color: #fff;
}
.p-recruit-archive__sort .c-more-btn.is-active {
  pointer-events: none;
  background-color: #f5f5f5;
  color: #115cb1;
}
.p-recruit-archive__sort .c-more-btn.is-active .c-more-btn__arrow {
  background-color: #115cb1;
}
.p-recruit-archive__sort .c-more-btn.is-active .c-more-btn__arrow::after {
  border-color: #fff;
}
.p-recruit-archive__sort .c-more-btn__label {
  padding-inline: 8px 28px;
}
.p-recruit-archive__sort .c-more-btn__arrow {
  right: 6px;
  width: 16px;
  height: 16px;
}
.p-recruit-archive__sort .c-more-btn__arrow::after {
  width: 4px;
  height: 4px;
}
.p-recruit-archive__results {
  padding: 40px 20px 0;
}
.p-recruit-archive__summary {
  margin-bottom: 24px;
  text-align: center;
}
.p-recruit-archive__summary--bottom {
  margin-top: 40px;
  margin-bottom: 0;
}
.p-recruit-archive__count {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 16px;
  color: #212121;
}
.p-recruit-archive__count-num {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
.p-recruit-archive__count-unit, .p-recruit-archive__count-range {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.p-recruit-archive__pagination {
  margin-top: 8px;
}
.p-recruit-archive__pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-recruit-archive__pagination-item {
  margin: 0;
  padding: 0;
}
.p-recruit-archive__pagination-item .page-numbers {
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  color: #212121;
  text-decoration: none;
}
.p-recruit-archive__pagination-item .page-numbers.prev,
.p-recruit-archive__pagination-item .page-numbers.next {
  display: inline-block;
  padding: 0;
}
.p-recruit-archive__pagination-item .page-numbers:not(.prev):not(.next) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  color: #212121;
}
.p-recruit-archive__pagination-item .page-numbers.current {
  background-color: #fc9d2a;
  border-radius: 9999px;
  color: #fff;
}
.p-recruit-archive__pagination-item .page-numbers.dots {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  color: transparent;
  position: relative;
}
.p-recruit-archive__pagination-item .page-numbers.dots::before {
  content: "...";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  color: #212121;
}
.p-recruit-archive__pagination-item .page-numbers.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.p-recruit-archive__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-recruit-archive__list-item {
  margin: 0;
  padding: 0;
}
.p-recruit-archive__empty {
  margin: 40px 0;
  text-align: center;
  font-size: 14px;
  color: #212121;
}

.p-recruit-card {
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.p-recruit-card__meta {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  background-color: #115cb1;
}
.p-recruit-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-recruit-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 2px 10px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #212121;
}
.p-recruit-card__body {
  padding: 16px 12px 12px;
}
.p-recruit-card__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 16px;
}
.p-recruit-card__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background-color: #e8e8e8;
}
.p-recruit-card__img {
  display: block;
  width: 100%;
  height: auto;
}
.p-recruit-card__thumb-placeholder {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #707070;
  text-align: center;
}
.p-recruit-card__info {
  min-width: 0;
}
.p-recruit-card__no {
  margin: 0 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #212121;
}
.p-recruit-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #212121;
  word-break: break-word;
}
.p-recruit-card__specs {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}
.p-recruit-card__spec {
  display: grid;
  grid-template-columns: 4.5em 1fr;
  gap: 12px;
  align-items: start;
  font-size: 14px;
  line-height: 1.5;
  color: #212121;
}
.p-recruit-card__spec dt {
  margin: 0;
  font-weight: 500;
}
.p-recruit-card__spec dd {
  margin: 0;
  font-weight: 400;
  word-break: break-word;
}
.p-recruit-card__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 12px 16px;
}
.p-recruit-card__actions .c-more-btn {
  max-width: 100%;
}

.p-recruit-single__content {
  position: relative;
  z-index: 1;
  padding: 0px 0px 64px;
  background-color: #fff;
}
.p-recruit-single__article {
  width: 100%;
  padding: 0px 20px;
}
.p-recruit-single__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 17px;
  padding: 15px 20px;
  background-color: #115cb1;
}
.p-recruit-single__meta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-recruit-single__meta-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 5px 8px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #212121;
}
.p-recruit-single__meta-no {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.p-recruit-single__header {
  margin-bottom: 40px;
}
.p-recruit-single__thumb {
  margin: 0 0 20px;
}
.p-recruit-single__slider {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background-color: #e8e8e8;
}
.p-recruit-single__thumb-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-recruit-single__thumb-dots.swiper-pagination {
  position: static;
  inset: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: center;
  width: 100%;
  margin-top: 12px;
  padding: 0 0 2px;
  overflow-x: auto;
  opacity: 1;
  transform: none;
  -webkit-overflow-scrolling: touch;
}
.p-recruit-single__thumb-dot {
  display: block;
  flex-shrink: 0;
  width: 64px;
  height: 48px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 4px;
  background: #e8e8e8;
  opacity: 0.55;
  cursor: pointer;
  appearance: none;
}
.p-recruit-single__thumb-dot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.p-recruit-single__thumb-dot.is-active {
  border-color: #115cb1;
  opacity: 1;
}
.p-recruit-single__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #212121;
}
.p-recruit-single__subtitle {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #212121;
}
.p-recruit-single__points {
  position: relative;
  margin-bottom: 40px;
  padding: 46px 16px 16px;
  background-color: #fff0e0;
  border-radius: 4px 20px 20px 20px;
  overflow: hidden;
}
.p-recruit-single__points-label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin: 0 0 12px;
  padding: 5px 12px;
  border-radius: 0 0 4px 0;
  background-color: #fc9d2a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.p-recruit-single__points-body {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}
.p-recruit-single__points-body p {
  margin: 0;
}
.p-recruit-single__sections {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-recruit-single__section {
  padding: 0;
}
.p-recruit-single__section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 6px;
  padding-top: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
  margin-bottom: 8px;
}
.p-recruit-single__section-title {
  margin: 0;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #212121;
}
.p-recruit-single__tags {
  display: inline-flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-recruit-single__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 3px 8px;
  border-radius: 2px;
  background-color: rgba(17, 92, 177, 0.12);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #115cb1;
  white-space: nowrap;
}
.p-recruit-single__section-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #212121;
}
.p-recruit-single__section-body p {
  margin: 0;
}
.p-recruit-single__section-body p + p {
  margin-top: 0;
}
.p-recruit-single__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
.p-recruit-single__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  margin-inline: auto;
  border: 1px solid #115cb1;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #115cb1;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-recruit-single__back:hover {
  opacity: 0.85;
}
.p-recruit-single__back-label {
  padding-inline: 36px;
  text-align: center;
}
.p-recruit-single__back-arrow {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #115cb1;
  transform: translateY(-50%);
}
.p-recruit-single__back-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1.2px solid #fff;
  border-right: 1.2px solid #fff;
  transform: translate(-35%, -50%) rotate(-135deg);
}
.p-recruit-single .c-more-btn {
  max-width: 100%;
}

.p-recruit__cta {
  margin-top: 64px;
}

.p-margin__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 0 20px 64px;
}
.p-margin__regions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-margin__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 6px 16px;
  isolation: isolate;
}
.p-margin__label::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #1461b3 0%, #76c8ee 100%);
  clip-path: polygon(1.5% 0%, 100% 0%, 98.5% 100%, 0% 100%);
}
.p-margin__label-text {
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  white-space: nowrap;
}
.p-margin__chart {
  margin: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.p-margin__chart picture,
.p-margin__chart img {
  display: block;
  width: 100%;
  height: auto;
}
.p-margin__lead {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  color: #333;
  text-align: center;
}
.p-margin__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-margin__item {
  margin: 0;
}
.p-margin__btn {
  max-width: 314px;
}
/*# sourceMappingURL=style.css.map */
