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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  line-height: 180%;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  body {
    min-width: auto;
  }
}

ul, ol {
  list-style: none;
}

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

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

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

:focus {
  outline: none;
}

:root {
  --color-cobalt: #0A318F;
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #4F5460;
  --z-base: 0;
  --z-float: 10;
  --z-sticky: 100;
  --z-modal: 200;
  --z-toast: 300;
  --section-gap-pc: 30px;
  --section-gap-sp: 20px;
  --padding-pc: 40px;
  --padding-sp: 20px;
  --easing: cubic-bezier(.4, .4, 0, 1);
}

html {
  scroll-behavior: smooth;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.c-inner {
  max-width: 1120px;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959.89px) {
  .c-inner {
    max-width: 600px;
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}

.c-ttl {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}

.c-ttl.--center {
  align-items: center;
  text-align: center;
}

.c-ttl .en {
  font-family: "Gill Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #0A318F;
  line-height: 1.3;
}
@media screen and (max-width: 959.89px) {
  .c-ttl .en {
    font-size: 1.8rem;
  }
}

.c-ttl .ja {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0A318F;
  line-height: 1.3;
}
@media screen and (max-width: 959.89px) {
  .c-ttl .ja {
    font-size: 3.2rem;
  }
}

.c-ttl.--white .en,
.c-ttl.--white .ja {
  color: #fff;
}

.c-section-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.c-section-ttl__bg {
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  font-size: 12rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #EBF1FF;
  line-height: 1;
}
@media screen and (max-width: 959.89px) {
  .c-section-ttl__bg {
    font-size: 4rem;
  }
}

.c-section-ttl__ja {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0A318F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 959.89px) {
  .c-section-ttl__ja {
    font-size: 2.4rem;
    line-height: 130%;
    white-space: normal;
  }
}

.c-section-ttl.--white .c-section-ttl__bg {
  color: #fff;
}

.c-breadcrumb {
  padding: 30px 50px 15px;
}
@media screen and (max-width: 1100px) {
  .c-breadcrumb {
    padding: 30px 30px 15px;
  }
}
@media screen and (max-width: 959.89px) {
  .c-breadcrumb {
    display: none;
  }
}

.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-breadcrumb__item {
  font-size: 1.3rem;
  color: #777;
  line-height: 1.5;
}

.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
  color: #777;
}

.c-breadcrumb__item a {
  color: #777;
  text-decoration: none;
}

.c-hero-sub {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959.89px) {
  .c-hero-sub {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}

.c-hero-sub__bg {
  position: absolute;
  top: 166px;
  right: 0;
  width: calc(100% - 130px);
  height: 665px;
  background-color: #fff;
  z-index: 0;
}
@media screen and (max-width: 959.89px) {
  .c-hero-sub__bg {
    top: 80px;
    width: calc(100% - 20px);
    height: auto;
    bottom: 0;
  }
}

.c-hero-sub__inner {
  position: relative;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 1;
}
@media screen and (max-width: 959.89px) {
  .c-hero-sub__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}

.c-hero-sub__mv {
  margin-top: 40px;
  margin-left: calc(50% - 50vw + 50px);
  margin-right: calc(50% - 50vw + 50px);
}
@media screen and (max-width: 959.89px) {
  .c-hero-sub__mv {
    height: 180px;
    margin-left: calc(50% - 50vw + var(--padding-sp));
    margin-right: calc(50% - 50vw + var(--padding-sp));
    margin-top: 20px;
  }
}

.c-hero-sub__mv img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 7px;
  display: block;
}
@media screen and (max-width: 959.89px) {
  .c-hero-sub__mv img {
    height: 100%;
  }
}

.c-hero-sub__deco {
  position: absolute;
  top: -40px;
  right: 0px;
  width: 350px;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 959.89px) {
  .c-hero-sub__deco {
    width: 180px;
    top: 20px;
    right: 0px;
  }
}

.c-hero-sub__deco img {
  width: 100%;
  height: auto;
  display: block;
}

.c-section-heading {
  display: flex;
  align-items: center;
  background-color: #0A318F;
  border-radius: 2px;
  height: 50px;
  padding-left: 32px;
  padding-top: 3px;
  gap: 12px;
  position: relative;
}
@media screen and (max-width: 959.89px) {
  .c-section-heading {
    height: 40px;
    padding-left: 20px;
    padding-top: 0;
  }
}

.c-section-heading__bar {
  display: block;
  width: 10px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-section-heading__text {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 959.89px) {
  .c-section-heading__text {
    font-size: 1.8rem;
  }
}

.c-case-card {
  display: block;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
  transition: box-shadow 0.3s var(--easing), transform 0.3s var(--easing);
}
@media screen and (min-width: 960px) {
  .c-case-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    transform: translateY(-3px);
  }
}

.c-case-card__img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-case-card__img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 400/240;
  object-fit: cover;
  transition: transform 0.4s var(--easing);
}
@media screen and (min-width: 960px) {
  .c-case-card:hover .c-case-card__img img {
    transform: scale(1.05);
  }
}

.c-case-card__tag {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 16px;
  background-color: #0A318F;
  font-family: "IBM Plex Sans JP", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
  white-space: nowrap;
}

.c-case-card__body {
  padding: 22px 23px 25px;
}
@media screen and (max-width: 959.89px) {
  .c-case-card__body {
    padding: 18px 20px 22px;
  }
}

.c-case-card__date {
  display: block;
  font-family: "IBM Plex Sans JP", "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: #999;
  line-height: 1.5;
}

.c-case-card__ttl {
  margin-top: 8px;
  font-family: "IBM Plex Sans JP", "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 959.89px) {
  .c-case-card__ttl {
    font-size: 1.5rem;
  }
}

.c-case-card__company {
  margin-top: 8px;
  font-family: "IBM Plex Sans JP", "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: #4e4e4e;
  line-height: 1.5;
}

.c-news-item {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100px;
  padding: 0 50px;
  background-color: rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.3s var(--easing);
}
@media screen and (max-width: 959.89px) {
  .c-news-item {
    flex-wrap: wrap;
    height: auto;
    padding: 18px 20px;
    gap: 10px;
    border-radius: 8px;
  }
}
.c-news-item:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
.c-news-item--light {
  background-color: #EBF1FF;
  color: #000;
  padding: 0 40px;
}
@media screen and (max-width: 959.89px) {
  .c-news-item--light {
    padding: 15px 20px;
  }
}
.c-news-item--light:hover {
  background-color: rgb(209.5, 223.15, 255);
}

.c-news-item__date {
  flex-shrink: 0;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  color: inherit;
}
@media screen and (max-width: 959.89px) {
  .c-news-item__date {
    font-size: 1.3rem;
  }
}

.c-news-item__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 28px;
  padding: 0 12px;
  background-color: #fff;
  border-radius: 3px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #0A318F;
  flex-shrink: 0;
}
@media screen and (max-width: 959.89px) {
  .c-news-item__cat {
    min-width: 80px;
    height: 24px;
    font-size: 1.1rem;
  }
}
.c-news-item--light .c-news-item__cat {
  background-color: #0A318F;
  color: #fff;
}

.c-news-item__ttl {
  flex: 1;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: inherit;
  line-height: 1.5;
}
@media screen and (max-width: 959.89px) {
  .c-news-item__ttl {
    flex: none;
    width: 100%;
    font-size: 1.4rem;
  }
}

.c-news-item__arrow {
  display: none;
}

.c-two-column {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  gap: 65px;
}
@media screen and (max-width: 959.89px) {
  .c-two-column {
    flex-direction: column;
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
    gap: 50px;
  }
}

.c-two-column__main {
  flex: 1;
  min-width: 0;
}

.c-two-column__side {
  flex-shrink: 0;
  width: 255px;
}
@media screen and (max-width: 959.89px) {
  .c-two-column__side {
    width: 100%;
  }
}

.c-article {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.c-article--no-border {
  border-top: none;
  padding-top: 0;
}

.c-article__meta {
  display: flex;
  align-items: center;
  gap: 25px;
}

.c-article__date {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  color: #000;
}

.c-article__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 28px;
  padding: 0 12px;
  background-color: #0A318F;
  border-radius: 3px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
}

.c-article__ttl {
  margin-top: 35px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 959.89px) {
  .c-article__ttl {
    font-size: 2.4rem;
    margin-top: 25px;
  }
}

.c-article__thumbnail {
  margin: 50px 0;
}

.c-article__body {
  margin-top: 40px;
}
@media screen and (max-width: 959.89px) {
  .c-article__body {
    margin-top: 30px;
  }
}

.c-article__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2.2;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .c-article__text {
    font-size: 1.4rem;
  }
}
.c-article__text h2 {
  display: flex;
  align-items: center;
  background-color: #0A318F;
  border-radius: 2px;
  height: 50px;
  padding-left: 32px;
  padding-top: 3px;
  gap: 12px;
  position: relative;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959.89px) {
  .c-article__text h2 {
    height: 40px;
    padding-left: 20px;
    padding-top: 0;
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.c-article__text h2::before {
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-article__text h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0A318F;
  line-height: 1.5;
}
@media screen and (max-width: 959.89px) {
  .c-article__text h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.c-article__text h3::before {
  content: "";
  display: block;
  width: 5px;
  height: 42px;
  background-color: #0A318F;
  border-radius: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 959.89px) {
  .c-article__text h3::before {
    height: 34px;
  }
}
.c-article__text h4 {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959.89px) {
  .c-article__text h4 {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.c-article__text table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 959.89px) {
  .c-article__text table {
    font-size: 1.3rem;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.c-article__text table th,
.c-article__text table td {
  padding: 14px 20px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 959.89px) {
  .c-article__text table th,
  .c-article__text table td {
    padding: 10px 14px;
  }
}
.c-article__text table th {
  background-color: #0A318F;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.c-article__text table tbody tr:nth-child(even) {
  background-color: #F5F7FC;
}
.c-article__text table tbody tr {
  transition: background-color 0.2s ease;
}
.c-article__text ul {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}
.c-article__text ul li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 8px;
  line-height: 1.8;
}
.c-article__text ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0A318F;
  border-radius: 50%;
  position: absolute;
  top: 0.85em;
  left: 0;
}
.c-article__text ol {
  list-style: none;
  counter-reset: ol-counter;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}
.c-article__text ol li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 8px;
  line-height: 1.8;
  counter-increment: ol-counter;
}
.c-article__text ol li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #0A318F;
  min-width: 1.6em;
}
.c-article__text blockquote {
  position: relative;
  margin: 30px 0;
  padding: 25px 30px 25px 35px;
  background-color: #F5F7FC;
  border-left: 4px solid #0A318F;
  border-radius: 0 4px 4px 0;
  font-style: normal;
  line-height: 2;
}
@media screen and (max-width: 959.89px) {
  .c-article__text blockquote {
    padding: 20px 20px 20px 25px;
    margin: 20px 0;
  }
}
.c-article__text blockquote p {
  margin: 0;
}
.c-article__text blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
  color: #777;
  font-style: normal;
}
.c-article__text blockquote cite::before {
  content: "—— ";
}
.c-article__text a {
  color: #0A318F;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s ease;
}
.c-article__text a:hover {
  opacity: 0.7;
}
.c-article__text strong,
.c-article__text b {
  font-weight: 700;
  color: #000;
}
.c-article__text em {
  font-style: italic;
}
.c-article__text hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 40px 0;
}
@media screen and (max-width: 959.89px) {
  .c-article__text hr {
    margin: 30px 0;
  }
}
.c-article__text code {
  background-color: #F5F7FC;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.9em;
  font-family: "SFMono-Regular", "Consolas", monospace;
  color: #0A318F;
}
.c-article__text img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-article__text + .c-article__text {
  margin-top: 30px;
}

.c-article__h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  scroll-margin-top: 170px;
}
@media screen and (max-width: 959.89px) {
  .c-article__h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    scroll-margin-top: 100px;
  }
}

.c-article__h3 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959.89px) {
  .c-article__h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.c-article__h3-bar {
  display: block;
  width: 5px;
  height: 42px;
  background-color: #0A318F;
  border-radius: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 959.89px) {
  .c-article__h3-bar {
    height: 34px;
  }
}

.c-article__h3-text {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0A318F;
  line-height: 1.5;
}
@media screen and (max-width: 959.89px) {
  .c-article__h3-text {
    font-size: 1.5rem;
  }
}

.c-article__img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.c-article__img img {
  width: 100%;
  height: auto;
  display: block;
}

.c-article__img-center {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.c-article__img-row {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959.89px) {
  .c-article__img-row {
    flex-direction: column;
    gap: 20px;
  }
}
.c-article__img-row img {
  width: 100%;
  height: auto;
  display: block;
  flex: 1;
  min-width: 0;
}

.c-article__img-text {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959.89px) {
  .c-article__img-text {
    flex-direction: column;
    gap: 20px;
  }
}

.c-article__img-text img {
  width: 450px;
  height: 300px;
  object-fit: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 959.89px) {
  .c-article__img-text img {
    width: 100%;
    height: auto;
  }
}

.c-article__img-text .c-article__text {
  flex: 1;
  min-width: 0;
}

.c-article__img-text.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 959.89px) {
  .c-article__img-text.--reverse {
    flex-direction: column;
  }
}

.c-article__btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 959.89px) {
  .c-article__btns {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.c-article__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  background-color: #0A318F;
  border-radius: 100px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s var(--easing);
}
@media screen and (min-width: 960px) {
  .c-article__btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 959.89px) {
  .c-article__btn {
    width: 100%;
    height: 54px;
    font-size: 1.5rem;
  }
}

.c-article__back {
  margin-top: 60px;
  background-color: #EBF1FF;
  border-radius: 2px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959.89px) {
  .c-article__back {
    margin-top: 40px;
    padding: 30px 20px;
  }
}

.c-article__back-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 375px;
  height: 60px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0A318F;
  text-decoration: none;
  transition: box-shadow 0.3s var(--easing), transform 0.3s var(--easing);
}
@media screen and (min-width: 960px) {
  .c-article__back-link:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 959.89px) {
  .c-article__back-link {
    width: 100%;
    height: 54px;
    font-size: 1.5rem;
  }
}

.c-article__back-icon {
  position: absolute;
  left: 20px;
  font-size: 1.8rem;
  color: #0A318F;
}

.c-sidebar-nav__inner {
  position: sticky;
  top: 180px;
}

.c-sidebar-nav__border {
  width: 100%;
  height: 1px;
  background-color: #0A318F;
}

.c-sidebar-nav__en {
  margin-top: 40px;
  font-family: "Gill Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #0A318F;
  line-height: 1.3;
}

.c-sidebar-nav__ja {
  margin-top: 0;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  color: #0A318F;
}

.c-sidebar-nav__list {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-sidebar-nav__item {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5px;
  background-color: #F1F1F1;
  border-radius: 2px;
  text-decoration: none;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #000;
  transition: background-color 0.3s var(--easing);
  padding: 10px 10px 10px 5px;
  line-height: 135%;
}
@media screen and (min-width: 960px) {
  .c-sidebar-nav__item:hover {
    background-color: rgb(228.25, 228.25, 228.25);
  }
}

.c-sidebar-nav__item.is-active {
  background-color: #0A318F;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .c-sidebar-nav__item.is-active:hover {
    background-color: rgb(8.3333333333, 40.8333333333, 119.1666666667);
  }
}

.c-sidebar-nav__arrow {
  font-size: 1.8rem;
  color: #0A318F;
}

.c-sidebar-nav__item.is-active .c-sidebar-nav__arrow {
  color: #fff;
}

.c-catch {
  margin-top: var(--section-gap-pc);
}
@media screen and (max-width: 959.89px) {
  .c-catch {
    margin-top: var(--section-gap-sp);
  }
}

.c-catch__inner {
  max-width: 1120px;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 959.89px) {
  .c-catch__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
    padding-bottom: 30px;
  }
}

.c-catch__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .c-catch__desc {
    font-size: 1.5rem;
    text-align: left;
  }
}

.c-dl {
  margin: 0;
}

.c-dl dl {
  display: flex;
  gap: 30px;
  margin: 0;
}
@media screen and (max-width: 959.89px) {
  .c-dl dl {
    flex-direction: column;
    gap: 8px;
  }
}

.c-dl dt {
  flex-shrink: 0;
  width: 150px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #0A318F;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959.89px) {
  .c-dl dt {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.c-dl dl:last-child dt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.c-dl.--wide dt {
  width: 180px;
}

.c-dl dd {
  flex: 1;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
  line-height: 1.875;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959.89px) {
  .c-dl dd {
    border-top: none;
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.c-dl dl:last-child dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 959.89px) {
  .c-dl dl:last-child dd {
    border-bottom: none;
  }
}

.c-label__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  height: 28px;
  padding: 0 10px;
  background-color: #DD010A;
  border-radius: 100px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
  flex-shrink: 0;
}

.c-label__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  height: 28px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 100px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #777;
  flex-shrink: 0;
}

.c-input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #000;
  outline: none;
}
@media screen and (max-width: 959.89px) {
  .c-input {
    height: 55px;
    padding: 0 15px;
    font-size: 1.5rem;
  }
}

.c-input::placeholder {
  color: #B7B7B7;
}

.c-textarea {
  display: block;
  width: 100%;
  min-height: 250px;
  padding: 20px 30px;
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  color: #000;
  outline: none;
  resize: vertical;
}
@media screen and (max-width: 959.89px) {
  .c-textarea {
    min-height: 180px;
    padding: 15px;
    font-size: 1.5rem;
  }
}

.c-textarea::placeholder {
  color: #B7B7B7;
}

.c-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.c-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}

.c-checkbox input[type=checkbox]:checked {
  background-color: #0A318F;
  border-color: #0A318F;
}

.c-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.c-checkbox__text {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .c-checkbox__text {
    font-size: 1.5rem;
  }
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
  padding-bottom: 0;
}
@media screen and (max-width: 959.89px) {
  .c-pagination {
    margin-top: 40px;
    padding-bottom: 0;
  }
}

.c-pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 0%;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #333;
  transition: background-color 0.3s, color 0.3s;
}
.c-pagination__page:hover {
  background-color: #EBF1FF;
}
.c-pagination__page--active {
  background-color: #000;
  color: #fff;
}
.c-pagination__page--active:hover {
  background-color: #333;
}
.c-pagination__page--prev, .c-pagination__page--next {
  color: #000;
  font-size: 2rem;
}
.c-pagination__page--dots {
  cursor: default;
}
.c-pagination__page--dots:hover {
  background-color: transparent;
}

.c-cta-box {
  background-color: #EBF1FF;
  border-radius: 2px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959.89px) {
  .c-cta-box {
    padding: 25px 20px;
  }
}

.c-cta-box__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 375px;
  height: 60px;
  background-color: #0A318F;
  border-radius: 4px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s var(--easing);
}
@media screen and (min-width: 960px) {
  .c-cta-box__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 959.89px) {
  .c-cta-box__btn {
    min-width: 0;
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
  }
}
.c-cta-box__btn.--outline {
  background-color: #fff;
  color: #0A318F;
  border-radius: 100px;
}

.c-cta-box__btn-icon {
  position: absolute;
  right: 15px;
  font-size: 1.8rem;
}

.c-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #0A318F;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 2.4rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s var(--easing), visibility 0.3s var(--easing), transform 0.3s var(--easing);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.c-pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 960px) {
  .c-pagetop:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 959.89px) {
  .c-pagetop {
    right: 15px;
    bottom: 15px;
    width: 44px;
    height: 44px;
    font-size: 2.2rem;
  }
}

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

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

.u-sp-br {
  display: none;
}
@media screen and (max-width: 959.89px) {
  .u-sp-br {
    display: block;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: var(--z-sticky);
  padding: 15px 50px 20px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  transition: background-color 0.4s var(--easing);
}
@media screen and (max-width: 1100px) {
  .l-header {
    padding: 15px 30px 20px;
  }
}
@media screen and (max-width: 959.89px) {
  .l-header {
    padding: 20px var(--padding-sp) 15px;
  }
}

.l-header.is-scroll {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.l-header__radius {
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 959.89px) {
  .l-header__radius {
    display: none;
  }
}

.l-header__logo {
  position: absolute;
  width: 170px;
  top: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 959.89px) {
  .l-header__logo {
    width: 120px;
    top: 25px;
  }
}

.l-header__logo img {
  width: 100%;
  height: auto;
}

.p-about .l-header__logo img {
  mix-blend-mode: multiply;
}

.l-header__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  gap: 8px;
}
@media screen and (max-width: 959.89px) {
  .l-header__right {
    display: none;
  }
}

.l-header__nav {
  display: flex;
  align-items: center;
  gap: 0;
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 0;
}

.l-header__nav-item {
  position: relative;
}

.l-header__nav-link {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #000;
  padding: 5px 18px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.3s var(--easing);
}
@media screen and (max-width: 1100px) {
  .l-header__nav-link {
    padding: 5px 12px;
  }
}
@media screen and (min-width: 960px) {
  .l-header__nav-link:hover {
    opacity: 0.7;
  }
}

.l-header__nav-arrow {
  fill: #000;
}

.l-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.l-header__btn-dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 170px;
  height: 48px;
  border: 1px solid #0A318F;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0A318F;
  transition: background-color 0.3s var(--easing), color 0.3s var(--easing);
}
@media screen and (min-width: 960px) {
  .l-header__btn-dl:hover {
    background-color: #0A318F;
    color: #fff;
  }
  .l-header__btn-dl:hover .l-header__btn-dl-icon {
    fill: #fff;
  }
}

.l-header__btn-dl-icon {
  width: 20px;
  height: 20px;
  fill: #0A318F;
  transition: fill 0.3s var(--easing);
  line-height: 1;
  font-size: 2rem;
}
@media screen and (max-width: 959.89px) {
  .l-header__btn-dl-icon {
    width: 14px;
    height: 14px;
  }
}

.l-header__btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 48px;
  border-radius: 4px;
  background-color: #0A318F;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  transition: opacity 0.3s var(--easing);
}
@media screen and (min-width: 960px) {
  .l-header__btn-contact:hover {
    opacity: 0.85;
  }
}

.l-header__nav-item--has-dropdown {
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-header__nav-item--has-dropdown:hover .l-header__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .l-header__nav-item--has-dropdown:hover .l-header__nav-arrow {
    transform: rotate(180deg);
  }
}

.l-header__nav-arrow {
  transition: transform 0.3s var(--easing);
}

.l-header__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 220px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s var(--easing), visibility 0.25s var(--easing), transform 0.25s var(--easing);
  z-index: 100;
}
.l-header__dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}

.l-header__dropdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.l-header__dropdown-link {
  display: block;
  padding: 12px 20px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.04em;
  transition: background-color 0.2s var(--easing), color 0.2s var(--easing);
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .l-header__dropdown-link:hover {
    background-color: rgba(10, 49, 143, 0.06);
    color: #0A318F;
  }
}

.l-header__hamburger {
  display: none;
}
@media screen and (max-width: 959.89px) {
  .l-header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: calc(var(--z-modal) + 10);
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 8px;
    background-color: #0A318F;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.3s var(--easing);
  }
}

.l-header__hamburger-line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: transform 0.3s var(--easing), opacity 0.3s var(--easing);
}

.l-header__hamburger.is-active {
  background-color: none;
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-active .l-header__hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.l-drawer {
  display: none;
}
@media screen and (max-width: 959.89px) {
  .l-drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--z-modal);
    pointer-events: none;
  }
}

.l-drawer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s var(--easing);
}

.l-drawer__body {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 360px;
  height: 100%;
  background-color: #fff;
  padding: 80px 24px 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: transform 0.35s var(--easing);
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
}

.l-drawer.is-open {
  pointer-events: auto;
}
.l-drawer.is-open .l-drawer__overlay {
  opacity: 1;
}
.l-drawer.is-open .l-drawer__body {
  transform: translateX(0);
}

.l-drawer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.l-drawer__nav-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.l-drawer__nav-link {
  display: block;
  padding: 12px 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.06em;
  text-decoration: none;
  flex: 1;
}

.l-drawer__nav-link-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-drawer__accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
}
.l-drawer__accordion-toggle i {
  font-size: 2rem;
  color: #4F5460;
  transition: transform 0.3s var(--easing);
}

.l-drawer__accordion-toggle.is-open i {
  transform: rotate(180deg);
}

.l-drawer__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s var(--easing);
}

.l-drawer__sub-list {
  list-style: none;
  padding: 0 0 8px 16px;
  margin: 0;
}

.l-drawer__sub-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.l-drawer__sub-link {
  display: block;
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: normal;
  color: #4F5460;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.l-drawer__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}

.l-drawer__btn-dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  height: 48px;
  border: 1px solid #0A318F;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0A318F;
  text-decoration: none;
}

.l-drawer__btn-dl-icon {
  font-size: 1.8rem;
  line-height: 1;
}

.l-drawer__btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: #0A318F;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
}

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

.l-footer {
  padding: 80px 0 0px;
}
@media screen and (max-width: 959.89px) {
  .l-footer {
    padding: 50px 0 30px;
  }
}

.l-footer__inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 959.89px) {
  .l-footer__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}

.l-footer__logo {
  display: inline-block;
}
.l-footer__logo a {
  display: block;
}
.l-footer__logo img {
  width: 170px;
  height: auto;
}
@media screen and (max-width: 959.89px) {
  .l-footer__logo img {
    width: 130px;
  }
}

.l-footer__nav {
  margin-top: 35px;
}
@media screen and (max-width: 959.89px) {
  .l-footer__nav {
    margin-top: 25px;
  }
}

.l-footer__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
@media screen and (max-width: 959.89px) {
  .l-footer__nav-list {
    flex-wrap: wrap;
    gap: 15px 25px;
  }
}
.l-footer__nav-list li a {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s var(--easing);
}
@media screen and (max-width: 959.89px) {
  .l-footer__nav-list li a {
    font-size: 1.4rem;
  }
}
.l-footer__nav-list li a:hover {
  opacity: 0.6;
}

.l-footer__policy-list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  gap: 30px;
}
@media screen and (max-width: 959.89px) {
  .l-footer__policy-list {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
.l-footer__policy-list li a {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s var(--easing);
}
@media screen and (max-width: 959.89px) {
  .l-footer__policy-list li a {
    font-size: 1.1rem;
  }
}
.l-footer__policy-list li a:hover {
  opacity: 0.6;
}

.l-footer__offices {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 959.89px) {
  .l-footer__offices {
    flex-wrap: wrap;
    margin-top: 35px;
    gap: 25px 0;
  }
}

.l-footer__office {
  flex: 0 0 auto;
  padding: 0 40px;
  border-left: 1px solid #DDDDDD;
  text-align: center;
}
@media screen and (max-width: 959.89px) {
  .l-footer__office {
    flex: 0 0 100%;
    padding: 0 15px;
    border-left: none;
  }
}
.l-footer__office:first-child {
  border-left: none;
}

.l-footer__office-name {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0A318F;
}

.l-footer__office-address {
  margin-top: 10px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.7;
}

.l-footer__copyright {
  margin-top: 50px;
  font-family: "DIN 2014", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .l-footer__copyright {
    margin-top: 35px;
  }
}

.p-index-hero {
  position: relative;
  padding: 0 50px;
}
@media screen and (max-width: 959.89px) {
  .p-index-hero {
    padding: 60px var(--padding-sp) 0;
  }
}

.p-index-hero__visual {
  position: relative;
  width: 100%;
  height: calc(100vh - 116px);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 959.89px) {
  .p-index-hero__visual {
    height: 500px;
  }
}

.p-index-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-index-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(79, 84, 96, 0.4);
}

.p-index-hero__deco-o {
  position: absolute;
  bottom: -200px;
  left: -100px;
  width: 558px;
  opacity: 0.27;
  pointer-events: none;
}
@media screen and (max-width: 959.89px) {
  .p-index-hero__deco-o {
    width: 300px;
    bottom: 20px;
    left: -30px;
  }
}

.p-index-hero__content {
  position: absolute;
  bottom: 50px;
  left: 80px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959.89px) {
  .p-index-hero__content {
    bottom: 100px;
    left: var(--padding-sp);
    right: var(--padding-sp);
  }
}

.p-index-hero__ttl {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.32);
  opacity: 0;
}
@media screen and (max-width: 959.89px) {
  .p-index-hero__ttl {
    font-size: 2.4rem;
  }
}

.p-index-hero__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2.11;
  letter-spacing: 0.02em;
  color: #fff;
  opacity: 0;
}
@media screen and (max-width: 959.89px) {
  .p-index-hero__desc {
    font-size: 1.4rem;
  }
}

.p-index-hero__ttl-group {
  display: flex;
  flex-direction: column;
}

.p-index-hero__desc-group {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (max-width: 959.89px) {
  .p-index-hero__desc-group {
    margin-top: 20px;
  }
}

.p-index-hero__reveal {
  position: relative;
  display: block;
  overflow: hidden;
}

.p-index-hero__reveal-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.p-index-hero__reveal.is-active .p-index-hero__reveal-block {
  transform: scaleX(1);
}

.p-index-hero__reveal.is-visible .p-index-hero__ttl,
.p-index-hero__reveal.is-visible .p-index-hero__desc {
  opacity: 1;
}

.p-index-hero__reveal.is-visible .p-index-hero__reveal-block {
  transform-origin: right;
  transform: scaleX(0);
}

.p-index-hero__info {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 483px;
  background-color: #fff;
  border-radius: 15px 0 0 0;
  padding: 36px 35px;
  z-index: 2;
}
@media screen and (max-width: 959.89px) {
  .p-index-hero__info {
    position: static;
    width: 100%;
    border-radius: 0;
    padding: 25px 0;
  }
}

.p-index-hero__info-label {
  font-family: "Gill Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #0A318F;
  line-height: 1.3;
}

.p-index-hero__info-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.p-index-hero__info-date {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: #000;
}

.p-index-hero__info-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 28px;
  padding: 0 12px;
  background-color: #0A318F;
  border-radius: 3px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
}

.p-index-hero__info-ttl {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #000;
}

.p-index-hero__corner {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 3;
}

.p-index-hero__corner.--top-left {
  top: 0;
  left: -50px;
}

.p-index-hero__corner.--top-right {
  top: -100px;
  right: 0;
}

.p-index-hero__corner.--bottom-left-info {
  bottom: 190px;
  right: 483px;
}

.p-index-hero__corner.--bottom-right-info {
  bottom: 190px;
  right: 0;
}

.p-index-hero__corner.--info-left {
  bottom: 0;
  right: 503px;
}

.p-index-service {
  position: relative;
  margin-top: var(--section-gap-pc);
}
@media screen and (max-width: 959.89px) {
  .p-index-service {
    margin-top: var(--section-gap-sp);
  }
}

.p-index-service__header {
  background-color: #0A318F;
  border-radius: 12px 0 0 0;
  margin-left: 50px;
  padding: 72px 0 500px;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__header {
    margin-left: 0;
    padding: 50px var(--padding-sp) 300px;
    border-radius: 0;
  }
}

.p-index-service__header-inner {
  max-width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 0;
  }
}

.p-index-service__header-ttl-wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}

.p-index-service__header-en {
  font-family: "Gill Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__header-en {
    font-size: 1.8rem;
  }
}

.p-index-service__header-ttl {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__header-ttl {
    font-size: 3.2rem;
  }
}

.p-index-service__header-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: opacity 0.3s var(--easing);
}
@media screen and (max-width: 959.89px) {
  .p-index-service__header-link {
    display: none;
  }
}
.p-index-service__header-link:hover {
  opacity: 0.7;
}

.p-index-service__header-link-text {
  font-family: "DIN 2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}

.p-index-service__header-link-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 32px;
  background-color: #fff;
  border-radius: 100px;
  color: #0A318F;
  transition: transform 0.3s var(--easing);
}
.p-index-service__header-link:hover .p-index-service__header-link-circle {
  transform: translateX(4px);
}

.p-index-service__body {
  background-color: #fff;
  border-radius: 0 12px 0 0;
  margin-top: -420px;
  margin-right: 80px;
  padding: 0 0 80px;
  position: relative;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__body {
    margin-top: -240px;
    margin-right: 0;
    padding: 0 0 50px;
    border-radius: 0;
  }
}

.p-index-service__body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: -80px;
  bottom: 240px;
  z-index: -1;
  background-color: #0A318F;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__body::before {
    right: 0;
    bottom: 120px;
  }
}

.p-index-service__body-text {
  padding: 80px 120px;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__body-text {
    padding: 40px var(--padding-sp);
  }
}

.p-index-service__body-inner {
  padding-right: var(--padding-pc);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__body-inner {
    flex-direction: column;
    gap: 40px;
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}

.p-index-service__main {
  flex: 0 0 690px;
}
@media screen and (max-width: 1399.89px) {
  .p-index-service__main {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 959.89px) {
  .p-index-service__main {
    flex: none;
    width: 100%;
  }
}

.p-index-service__main-img-wrap {
  width: 100%;
  aspect-ratio: 690/523;
  overflow: hidden;
}

.p-index-service__main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s var(--easing);
}

.p-index-service__main-img.is-fading {
  opacity: 0;
}

.p-index-service__main-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 30px 50px;
  gap: 20px;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__main-info {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 0 0;
  }
}

.p-index-service__main-info-left {
  flex: 1;
}

.p-index-service__main-name {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0A318F;
  line-height: 1.4;
  display: inline;
  transition: opacity 0.3s var(--easing);
}

.p-index-service__main-sub {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #ADADAD;
  margin-left: 12px;
  display: inline;
  transition: opacity 0.3s var(--easing);
}

.p-index-service__main-desc {
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.03em;
  color: #000;
  transition: opacity 0.3s var(--easing);
}
@media screen and (max-width: 959.89px) {
  .p-index-service__main-desc {
    font-size: 1.4rem;
  }
}

.p-index-service__main-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.3s var(--easing);
}
.p-index-service__main-link:hover {
  opacity: 0.7;
}

.p-index-service__main-link-text {
  font-family: "DIN 2014", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0A318F;
}

.p-index-service__main-link-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 26px;
  background-color: #0A318F;
  border-radius: 100px;
  color: #fff;
  transition: transform 0.3s var(--easing);
}
.p-index-service__main-link:hover .p-index-service__main-link-circle {
  transform: translateX(3px);
}

.p-index-service__main-name.is-fading,
.p-index-service__main-sub.is-fading,
.p-index-service__main-desc.is-fading {
  opacity: 0;
}

.p-index-service__lineup {
  flex: 1;
  padding-top: 0px;
  position: relative;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__lineup {
    padding-top: 0;
    position: static;
  }
}

.p-index-service__lineup-head {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  top: -70px;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__lineup-head {
    position: static;
    top: auto;
  }
}

.p-index-service__lineup-head-bar {
  display: block;
  width: 15px;
  height: 3px;
  background-color: #0A318F;
  flex-shrink: 0;
}

.p-index-service__lineup-head-en {
  font-family: "Gill Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #0A318F;
  line-height: 1.3;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__lineup-head-en {
    font-size: 2.4rem;
  }
}

.p-index-service__lineup-catch {
  margin-top: 30px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000;
  line-height: 1.3;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__lineup-catch {
    font-size: 2.8rem;
    margin-top: 20px;
  }
}

.p-index-service__lineup-desc {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2.11;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__lineup-desc {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .p-index-service__lineup-desc br {
    display: none;
  }
}

.p-index-service__lineup-grid {
  border-top: 1px solid #eee;
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__lineup-grid {
    grid-template-columns: 1fr;
    margin-top: 15px;
  }
}

.p-index-service__lineup-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 10px;
  border-bottom: 1px solid #EEEEEE;
  text-decoration: none;
  color: #000;
  transition: background-color 0.3s var(--easing);
  cursor: pointer;
}
.p-index-service__lineup-item:hover, .p-index-service__lineup-item.is-active {
  background-color: rgba(10, 49, 143, 0.04);
}
.p-index-service__lineup-item.is-active .p-index-service__lineup-item-name {
  color: #0A318F;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__lineup-item {
    gap: 15px;
    padding: 15px 5px;
  }
}

.p-index-service__lineup-item-img {
  width: 120px;
  height: 90px;
  border-radius: 7px;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 959.89px) {
  .p-index-service__lineup-item-img {
    width: 90px;
    height: 68px;
  }
}
.p-index-service__lineup-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--easing);
}
.p-index-service__lineup-item:hover .p-index-service__lineup-item-img img {
  transform: scale(1.05);
}

.p-index-service__lineup-item-text {
  flex: 1;
}

.p-index-service__lineup-item-name {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #000;
  line-height: 1.35;
  transition: color 0.3s var(--easing);
}
@media screen and (max-width: 959.89px) {
  .p-index-service__lineup-item-name {
    font-size: 1.6rem;
  }
}

.p-index-service__lineup-item-sub {
  display: block;
  margin-top: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #ADADAD;
}

.p-index-strengths {
  position: relative;
  margin-top: var(--section-gap-pc);
  overflow: hidden;
}
@media screen and (max-width: 959.89px) {
  .p-index-strengths {
    margin-top: var(--section-gap-sp);
  }
}

.p-index-strengths__bg {
  border-radius: 12px 0 0 0;
  padding: 80px 0 80px;
  position: relative;
}
@media screen and (max-width: 959.89px) {
  .p-index-strengths__bg {
    margin-left: 0;
    padding: 50px 0;
    border-radius: 0;
  }
}

.p-index-strengths__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: -300px;
  left: 0;
  right: 0;
  height: 800px;
  background-color: #EBF1FF;
  z-index: -2;
}
@media screen and (max-width: 959.89px) {
  .p-index-strengths__bg::before {
    top: -150px;
    height: 500px;
  }
}

.p-index-strengths__content {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 959.89px) {
  .p-index-strengths__content {
    margin-top: 40px;
    padding: 0 var(--padding-sp);
  }
}

.p-index-strengths__catch {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000;
  line-height: 1.4;
}
@media screen and (max-width: 959.89px) {
  .p-index-strengths__catch {
    font-size: 2.4rem;
  }
}

.p-index-strengths__desc {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2.11;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-index-strengths__desc {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .p-index-strengths__desc br {
    display: none;
  }
}

.p-index-strengths__slider {
  position: relative;
  margin-top: 55px;
  padding: 30px 0;
}
@media screen and (max-width: 959.89px) {
  .p-index-strengths__slider {
    margin-top: 35px;
    padding: 20px 0;
  }
}

.p-index-strengths__slider-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  max-width: 1050px;
  height: 100%;
  background-color: #0A318F;
  border-radius: 12px;
}
@media screen and (max-width: 959.89px) {
  .p-index-strengths__slider-bg {
    width: 90%;
    border-radius: 8px;
  }
}

.p-index-strengths__slider-row {
  position: relative;
  z-index: 1;
  padding: 10px 0;
}

.p-index-strengths__slider-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: strengthsScrollLeft 30s linear infinite;
}
@media screen and (max-width: 959.89px) {
  .p-index-strengths__slider-track {
    gap: 24px;
  }
}

@keyframes strengthsScrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-index-strengths__slider-item {
  flex-shrink: 0;
  width: 334px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 959.89px) {
  .p-index-strengths__slider-item {
    width: 220px;
  }
}
.p-index-strengths__slider-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -80px;
}
@media screen and (max-width: 959.89px) {
  .p-index-strengths__slider-item img {
    margin-top: -40px;
  }
}

.p-index-strengths__slider-item:nth-child(2n) img {
  margin-top: auto;
  margin-bottom: -80px;
}
@media screen and (max-width: 959.89px) {
  .p-index-strengths__slider-item:nth-child(2n) img {
    margin-bottom: -40px;
  }
}

.p-index-strengths__action {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 959.89px) {
  .p-index-strengths__action {
    margin-top: 35px;
  }
}

.p-index-strengths__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 375px;
  height: 70px;
  background-color: #0A318F;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity 0.3s var(--easing);
}
.p-index-strengths__btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 959.89px) {
  .p-index-strengths__btn {
    width: 280px;
    height: 56px;
  }
}

.p-index-strengths__btn-text {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}

.p-index-strengths__btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  transition: transform 0.3s var(--easing);
}
.p-index-strengths__btn:hover .p-index-strengths__btn-arrow {
  transform: translateX(4px);
}

.p-index-case {
  position: relative;
  margin-top: var(--section-gap-pc);
}
@media screen and (max-width: 959.89px) {
  .p-index-case {
    margin-top: var(--section-gap-sp);
  }
}

.p-index-case__inner {
  max-width: 1450px;
  padding: 0 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 959.89px) {
  .p-index-case__inner {
    flex-direction: column;
    gap: 35px;
    padding: 0 var(--padding-sp);
  }
}

.p-index-case__side {
  width: 350px;
  padding-top: 80px;
  flex-shrink: 0;
  display: flex;
  gap: 25px;
  border-top: 1px solid #ddd;
  position: relative;
}
.p-index-case__side::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 177px;
  height: 1px;
  background-color: #0a318f;
}
@media screen and (max-width: 1399.89px) {
  .p-index-case__side {
    flex: 0 0 280px;
  }
}
@media screen and (max-width: 959.89px) {
  .p-index-case__side {
    flex: none;
    width: 100%;
  }
}

.p-index-case__side-line {
  position: relative;
  width: 1px;
  background-color: #DDDDDD;
  flex-shrink: 0;
}
@media screen and (max-width: 959.89px) {
  .p-index-case__side-line {
    display: none;
  }
}

.p-index-case__side-line-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 177px;
  background-color: #0A318F;
}

.p-index-case__side-content {
  width: 350px;
  padding-top: 10px;
}
@media screen and (max-width: 959.89px) {
  .p-index-case__side-content {
    width: 100%;
  }
}

.p-index-case__filter {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}
@media screen and (max-width: 959.89px) {
  .p-index-case__filter {
    margin-top: 30px;
  }
}

.p-index-case__filter-item {
  position: relative;
  padding: 11px 0 11px 20px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  color: #777777;
  line-height: 1.5;
  cursor: pointer;
  transition: color 0.3s var(--easing);
}
@media screen and (max-width: 959.89px) {
  .p-index-case__filter-item {
    font-size: 1.5rem;
    padding: 9px 0 9px 18px;
  }
}
.p-index-case__filter-item:hover {
  color: #0A318F;
}
.p-index-case__filter-item.is-active {
  color: #0A318F;
  font-weight: 700;
}

.p-index-case__filter-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #0A318F;
  opacity: 0;
  transition: opacity 0.3s var(--easing);
}
.p-index-case__filter-item.is-active .p-index-case__filter-arrow {
  opacity: 1;
}

.p-index-case__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-top: 40px;
  transition: opacity 0.3s var(--easing);
}
@media screen and (max-width: 959.89px) {
  .p-index-case__link {
    display: none;
  }
}
.p-index-case__link:hover {
  opacity: 0.7;
}

.p-index-case__link-text {
  font-family: "DIN 2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0A318F;
}

.p-index-case__link-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 32px;
  background-color: #0A318F;
  border-radius: 100px;
  color: #fff;
  transition: transform 0.3s var(--easing);
}
.p-index-case__link:hover .p-index-case__link-circle {
  transform: translateX(4px);
}

.p-index-case__grid {
  width: calc(100% - 400px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
}
@media screen and (max-width: 959.89px) {
  .p-index-case__grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.p-index-column {
  position: relative;
  margin-top: var(--section-gap-pc);
}
@media screen and (max-width: 959.89px) {
  .p-index-column {
    margin-top: var(--section-gap-sp);
  }
}

.p-index-column__inner {
  max-width: 100%;
  padding-left: var(--padding-pc);
  /* padding-right: var(--padding-pc); */
  margin-left: auto;
  margin-right: auto;
  padding: 0 100px 100px;
  margin-top: 120px;
}
@media screen and (max-width: 959.89px) {
  .p-index-column__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}

.p-index-column__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding-top: 70px;
  position: relative;
}
.p-index-column__header::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 177px;
  height: 1px;
  background-color: #0a318f;
}
@media screen and (max-width: 959.89px) {
  .p-index-column__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding-top: 30px;
  }
}

.p-index-column__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: opacity 0.3s var(--easing);
}
@media screen and (max-width: 959.89px) {
  .p-index-column__link {
    display: none;
  }
}
.p-index-column__link:hover {
  opacity: 0.7;
}

.p-index-column__link-text {
  font-family: "DIN 2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0A318F;
}

.p-index-column__link-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 32px;
  background-color: #0A318F;
  border-radius: 100px;
  color: #fff;
  transition: transform 0.3s var(--easing);
}
.p-index-column__link:hover .p-index-column__link-circle {
  transform: translateX(4px);
}

.p-index-column__line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  margin-top: 50px;
}
@media screen and (max-width: 959.89px) {
  .p-index-column__line {
    margin-top: 30px;
  }
}

.p-index-column__line-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 177px;
  height: 1px;
  background-color: #0A318F;
}

.p-index-column__grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1399.89px) {
  .p-index-column__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 959.89px) {
  .p-index-column__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
}

.p-index-column__card {
  display: block;
  text-decoration: none;
  color: #000;
  transition: opacity 0.3s var(--easing);
}
.p-index-column__card:hover {
  opacity: 0.7;
}

.p-index-column__card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 330/220;
  overflow: hidden;
}
.p-index-column__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--easing);
}
.p-index-column__card:hover .p-index-column__card-img img {
  transform: scale(1.05);
}

.p-index-column__card-body {
  padding-top: 20px;
}

.p-index-column__card-date {
  display: block;
  font-family: "IBM Plex Sans JP", "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: #999999;
  line-height: 1.5;
}

.p-index-column__card-ttl {
  margin-top: 5px;
  font-family: "IBM Plex Sans JP", "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 959.89px) {
  .p-index-column__card-ttl {
    font-size: 1.5rem;
  }
}

.p-index-info {
  position: relative;
  margin-top: var(--section-gap-pc);
}
@media screen and (max-width: 959.89px) {
  .p-index-info {
    margin-top: var(--section-gap-sp);
  }
}

.p-index-info__inner {
  /* max-width: 1120px; */
  /* padding-left: var(--padding-pc); */
  /* padding-right: var(--padding-pc); */
  margin-left: auto;
  margin-right: auto;
  background-color: #0a318f;
  border-radius: 12px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 60px;
}
@media screen and (max-width: 959.89px) {
  .p-index-info__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 8px;
    margin: 0 20px;
  }
}

.p-index-info__body {
  margin-top: 50px;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 959.89px) {
  .p-index-info__body {
    margin-top: 30px;
    gap: 10px;
  }
}

.p-index-info__action {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 959.89px) {
  .p-index-info__action {
    margin-top: 35px;
  }
}

.p-index-info__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 375px;
  height: 70px;
  background-color: #fff;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity 0.3s var(--easing);
}
.p-index-info__btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 959.89px) {
  .p-index-info__btn {
    width: 280px;
    height: 56px;
  }
}

.p-index-info__btn-text {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0A318F;
}

.p-index-info__btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0A318F;
  font-size: 1.4rem;
  transition: transform 0.3s var(--easing);
}
.p-index-info__btn:hover .p-index-info__btn-arrow {
  transform: translateX(4px);
}

.p-index-banner {
  margin-top: 0;
}
@media screen and (max-width: 959.89px) {
  .p-index-banner {
    margin-top: var(--section-gap-sp);
  }
}

.p-index-banner__inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 959.89px) {
  .p-index-banner__inner {
    flex-direction: column;
    gap: 15px;
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}

.p-index-banner__card {
  position: relative;
  display: block;
  flex: 1;
  height: 400px;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 959.89px) {
  .p-index-banner__card {
    height: 250px;
  }
}

.p-index-banner__card--left {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 959.89px) {
  .p-index-banner__card--left {
    border-radius: 10px;
  }
}

.p-index-banner__card--right {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 959.89px) {
  .p-index-banner__card--right {
    border-radius: 10px;
  }
}

.p-index-banner__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--easing);
}
.p-index-banner__card:hover .p-index-banner__card-img {
  transform: scale(1.05);
}
@media screen and (max-width: 959.89px) {
  .p-index-banner__card-img {
    position: relative;
    top: auto;
    left: auto;
  }
}

.p-index-banner__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 49, 143, 0.5);
  transition: background-color 0.3s var(--easing);
}
.p-index-banner__card:hover .p-index-banner__card-overlay {
  background-color: rgba(10, 49, 143, 0.35);
}

.p-index-banner__card-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

.p-index-banner__card-ja {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.32);
  white-space: nowrap;
}
@media screen and (max-width: 959.89px) {
  .p-index-banner__card-ja {
    font-size: 2.4rem;
  }
}

.p-index-banner__card-en {
  margin-top: 10px;
  font-family: "Gill Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.32);
}
@media screen and (max-width: 959.89px) {
  .p-index-banner__card-en {
    font-size: 1.4rem;
  }
}

.p-index-contact {
  position: relative;
  margin-top: 10px;
}

.p-index-contact__bg {
  position: absolute;
  top: -300px;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.p-index-contact__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-index-contact__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(157, 157, 157);
  mix-blend-mode: multiply;
}

.p-index-contact__inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px var(--padding-pc);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 959.89px) {
  .p-index-contact__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 60px var(--padding-sp);
  }
}

.p-index-contact__heading-ja {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.32);
}
@media screen and (max-width: 959.89px) {
  .p-index-contact__heading-ja {
    font-size: 3.2rem;
  }
}

.p-index-contact__heading-en {
  margin-top: 12px;
  font-family: "Gill Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.32);
}
@media screen and (max-width: 959.89px) {
  .p-index-contact__heading-en {
    font-size: 1.8rem;
  }
}

.p-index-contact__cards {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 959.89px) {
  .p-index-contact__cards {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }
}

.p-index-contact__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 380px;
  height: 185px;
  padding: 30px;
  background: linear-gradient(135deg, #D7E6F9, #F2FAFC);
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.3s var(--easing), box-shadow 0.3s var(--easing);
}
@media screen and (max-width: 959.89px) {
  .p-index-contact__card {
    width: 100%;
    height: auto;
    padding: 25px;
  }
}
.p-index-contact__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.p-index-contact__card-ja {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-index-contact__card-ja {
    font-size: 2rem;
  }
}

.p-index-contact__card-en {
  margin-top: 0px;
  font-family: "Gill Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-index-contact__card-en {
    font-size: 1.3rem;
  }
}

.p-index-contact__card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 32px;
  background-color: #fff;
  border-radius: 100px;
  color: #3E64E9;
  flex-shrink: 0;
  transition: transform 0.3s var(--easing);
}
.p-index-contact__card:hover .p-index-contact__card-arrow {
  transform: translateX(4px);
}

.p-about {
  background-color: #EBF1FF;
}
.p-about .l-footer__inner {
  background-color: #fff;
}

.p-about-strengths {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.p-about-strengths__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p-about-strengths__content {
  text-align: center;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 622px;
}
@media screen and (max-width: 959.89px) {
  .p-about-strengths__content {
    width: 100%;
    padding: 0 20px;
  }
}

.p-about-strengths__divider {
  width: 1px;
  height: 50px;
  background-color: #000;
  margin: 30px auto;
}

.p-about-strengths__catch {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 959.89px) {
  .p-about-strengths__catch {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}

.p-about-strengths__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  text-align: center;
  color: #000;
  line-height: 200%;
}
@media screen and (max-width: 959.89px) {
  .p-about-strengths__text {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-about-strengths__text br {
    display: none;
  }
}

.p-about-strengths__photos {
  position: relative;
  width: 384px;
  height: 552px;
  flex-shrink: 0;
}

.p-about-strengths__photos.--left {
  margin-right: 80px;
}

.p-about-strengths__photos.--right {
  margin-left: 80px;
}

.p-about-strengths__photo {
  position: absolute;
  overflow: hidden;
}

.p-about-strengths__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-about-strengths__photo.--lg {
  width: 334px;
  height: 417px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.22);
}

.p-about-strengths__photo.--sm {
  width: 252px;
  height: 315px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.22);
}

.p-about-strengths__photos.--left .p-about-strengths__photo.--lg {
  top: 0;
  left: 0;
}

.p-about-strengths__photos.--left .p-about-strengths__photo.--sm {
  bottom: 0;
  right: 0;
}

.p-about-strengths__photos.--right .p-about-strengths__photo.--lg {
  top: -70px;
  right: 0;
}

.p-about-strengths__photos.--right .p-about-strengths__photo.--sm {
  bottom: 70px;
  left: 0;
}

.p-about-reasons {
  padding-top: 0px;
  padding-bottom: 120px;
}
@media screen and (max-width: 959.89px) {
  .p-about-reasons {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.p-about-reasons__heading {
  margin-bottom: 40px;
}

.p-about-reasons__heading .c-section-ttl__bg {
  color: #fff;
  opacity: 0.85;
}

.p-about-reasons__heading .c-section-ttl__ja {
  font-size: 3.6rem;
  color: #0A318F;
}
@media screen and (max-width: 959.89px) {
  .p-about-reasons__heading .c-section-ttl__ja {
    font-size: 2.4rem;
  }
}

.p-about-reasons__list {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}

.p-about-reasons__item {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1620px;
}
@media screen and (max-width: 959.89px) {
  .p-about-reasons__item {
    display: block;
    max-width: 100%;
    padding-bottom: 30px;
    background-color: #fff;
  }
}

.p-about-reasons__item + .p-about-reasons__item {
  margin-top: 100px;
}
@media screen and (max-width: 959.89px) {
  .p-about-reasons__item + .p-about-reasons__item {
    margin-top: 0px;
  }
}

.p-about-reasons__img {
  width: 66.67%;
  flex-shrink: 0;
}
@media screen and (max-width: 959.89px) {
  .p-about-reasons__img {
    width: 100%;
    height: 250px;
  }
}

.p-about-reasons__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 959.89px) {
  .p-about-reasons__img img {
    height: 100%;
    object-fit: cover;
  }
}

.p-about-reasons__card {
  width: 850px;
  min-height: 400px;
  background-color: #fff;
  padding: 40px 45px 40px 45px;
  box-sizing: border-box;
  position: relative;
  margin-left: -300px;
  margin-bottom: -170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 959.89px) {
  .p-about-reasons__card {
    width: 100%;
    min-height: auto;
    padding: 40px 20px 20px;
    margin-left: auto;
    margin-bottom: auto;
  }
}

.p-about-reasons__item.--reverse {
  flex-direction: row-reverse;
}

.p-about-reasons__item.--reverse .p-about-reasons__card {
  margin-left: 0;
  margin-right: -200px;
}
@media screen and (max-width: 959.89px) {
  .p-about-reasons__item.--reverse .p-about-reasons__card {
    margin-right: auto;
  }
}

.p-about-reasons__num {
  font-family: "Gill Sans", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  color: #CEDBFB;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 959.89px) {
  .p-about-reasons__num {
    font-size: 6rem;
    top: 10px;
    left: 20px;
  }
}

.p-about-reasons__ttl {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #0A318F;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 959.89px) {
  .p-about-reasons__ttl {
    font-size: 2.4rem;
  }
}

.p-about-reasons__sub {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000;
  margin-bottom: 20px;
}

.p-about-reasons__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0em;
  color: #000;
}

.p-service-catch {
  margin-top: var(--section-gap-pc);
}
@media screen and (max-width: 959.89px) {
  .p-service-catch {
    margin-top: var(--section-gap-sp);
  }
}

.p-service-catch__inner {
  max-width: 1120px;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 959.89px) {
  .p-service-catch__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
    padding-top: 30px;
  }
}

.p-service-catch__ttl {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0A318F;
  line-height: 1.3;
}
@media screen and (max-width: 959.89px) {
  .p-service-catch__ttl {
    font-size: 2.8rem;
  }
}

.p-service-catch__desc {
  margin-top: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2.11;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-service-catch__desc {
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: left;
  }
  .p-service-catch__desc br {
    display: none;
  }
}

.p-service-list {
  margin-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 959.89px) {
  .p-service-list {
    margin-top: var(--section-gap-sp);
  }
}

.p-service-list__inner {
  max-width: 1350px;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959.89px) {
  .p-service-list__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}

.p-service-list__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 80px;
}
@media screen and (max-width: 959.89px) {
  .p-service-list__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-service-list__card:nth-child(even) {
  margin-top: 80px;
}
@media screen and (max-width: 959.89px) {
  .p-service-list__card:nth-child(even) {
    margin-top: 0;
  }
}

.p-service-list__card-img {
  overflow: hidden;
  border-radius: 8px;
}

.p-service-list__card-img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-service-list__card-body {
  margin-top: 20px;
}

.p-service-list__card-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.p-service-list__card-ttl {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0A318F;
}

.p-service-list__card-label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #adadad;
}

.p-service-list__card-desc {
  margin-top: 12px;
  letter-spacing: 0.03em;
}

.p-service-detail-wrapper {
  padding-bottom: 0px;
}

.p-service-detail-wrapper:nth-child(even) {
  padding-top: 100px;
  background-color: #FAFAFA;
}

.p-service-detail-wrapper:nth-child(even) .p-service-detail__section:first-child {
  padding-top: 0px;
}

.p-service-detail-intro {
  padding-top: 57px;
  padding-bottom: var(--section-gap-pc);
}
@media screen and (max-width: 959.89px) {
  .p-service-detail-intro {
    padding-top: 40px;
    padding-bottom: var(--section-gap-sp);
  }
}

.p-service-detail-intro__inner {
  max-width: 1250px;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ddd;
  padding-top: 57px;
  padding-bottom: 57px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail-intro__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.p-service-detail-intro__img {
  width: 600px;
  flex-shrink: 0;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail-intro__img {
    width: 100%;
  }
}

.p-service-detail-intro__img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-service-detail-intro__body {
  flex: 1;
  padding-top: 25px;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail-intro__body {
    padding-top: 0;
  }
}

.p-service-detail-intro__ttl {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0A318F;
  line-height: 135%;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail-intro__ttl {
    font-size: 2.6rem;
  }
}

.p-service-detail-intro__desc {
  margin-top: 20px;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail-intro__desc {
    margin-top: 20px;
  }
  .p-service-detail-intro__desc br {
    display: none;
  }
}

.p-service-detail {
  padding-bottom: var(--section-gap-pc);
}
@media screen and (max-width: 959.89px) {
  .p-service-detail {
    padding-bottom: var(--section-gap-sp);
  }
}

.p-service-detail__inner {
  max-width: 1250px;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 65px;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
    flex-direction: column;
    gap: 40px;
  }
}

.p-service-detail__main {
  flex: 1;
  min-width: 0;
}

.p-service-detail__border {
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.p-service-detail__section {
  padding-top: 50px;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail__section {
    padding-top: 30px;
  }
}

.p-service-detail__product-ttl {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail__product-ttl {
    margin-top: 25px;
    font-size: 2.4rem;
  }
}

.p-service-detail__product-img {
  margin-top: 40px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail__product-img {
    margin-top: 25px;
  }
}

.p-service-detail__product-img img {
  width: 100%;
  max-width: 766px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.p-service-detail__product-desc {
  margin-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail__product-desc {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}

.p-service-detail__features {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail__features {
    margin-top: 30px;
    gap: 40px;
  }
}

.p-service-detail__feature {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail__feature {
    flex-direction: column;
    gap: 20px;
  }
}

.p-service-detail__feature-img {
  width: 450px;
  flex-shrink: 0;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail__feature-img {
    width: 100%;
  }
}

.p-service-detail__feature-img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-service-detail__feature-body {
  flex: 1;
  padding-top: 20px;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail__feature-body {
    padding-top: 0;
  }
}

.p-service-detail__feature-ttl {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail__feature-ttl {
    font-size: 2rem;
  }
}

.p-service-detail__feature-desc {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail__feature-desc {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}

.p-service-detail__contact-desc {
  margin-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 2.24;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail__contact-desc {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}

.p-service-detail__sidebar {
  width: 255px;
  flex-shrink: 0;
}
@media screen and (max-width: 959.89px) {
  .p-service-detail__sidebar {
    display: none;
  }
}

.p-service-detail__sidebar-inner {
  position: sticky;
  top: 120px;
}

.p-service-detail__sidebar-border {
  width: 100%;
  height: 1px;
  background-color: #0A318F;
}

.p-service-detail__sidebar-en {
  margin-top: 40px;
  font-family: "Gill Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #0A318F;
}

.p-service-detail__sidebar-ja {
  margin-top: 0px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  color: #0A318F;
}

.p-service-detail__sidebar-nav {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-service-detail__sidebar-nav-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-left: 5px;
  gap: 5px;
  background-color: #f1f1f1;
  border-radius: 2px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s var(--easing);
}
@media screen and (min-width: 960px) {
  .p-service-detail__sidebar-nav-item:hover {
    background-color: rgb(228.25, 228.25, 228.25);
  }
}

.p-service-detail__sidebar-nav-item.is-active {
  background-color: #0A318F;
  color: #fff;
}

.p-service-detail__sidebar-nav-arrow {
  font-size: 1.8rem;
  color: #0A318F;
}

.p-service-detail__sidebar-nav-item.is-active .p-service-detail__sidebar-nav-arrow {
  color: #fff;
}

.p-service-related {
  padding-top: 50px;
  padding-bottom: var(--section-gap-pc);
}
@media screen and (max-width: 959.89px) {
  .p-service-related {
    padding-top: 30px;
    padding-bottom: var(--section-gap-sp);
  }
}

.p-service-related__inner {
  max-width: 1250px;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 959.89px) {
  .p-service-related__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}

.p-service-related__border {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: relative;
}

.p-service-related__border-accent {
  display: block;
  width: 379px;
  height: 1px;
  background-color: #0A318F;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 959.89px) {
  .p-service-related__border-accent {
    width: 160px;
  }
}

.p-service-related__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 959.89px) {
  .p-service-related__header {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.p-service-related__heading-ja {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0A318F;
  line-height: 1.3;
}
@media screen and (max-width: 959.89px) {
  .p-service-related__heading-ja {
    font-size: 2.8rem;
  }
}

.p-service-related__heading-en {
  margin-top: 5px;
  font-family: "Gill Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #0A318F;
}
@media screen and (max-width: 959.89px) {
  .p-service-related__heading-en {
    font-size: 1.8rem;
  }
}

.p-service-related__more {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: opacity 0.6s var(--easing);
}
@media screen and (min-width: 960px) {
  .p-service-related__more:hover {
    opacity: 0.7;
  }
}

.p-service-related__more-text {
  font-family: "DIN 2014", "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0A318F;
}

.p-service-related__more-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #0A318F;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
}

.p-service-related__slider {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 959.89px) {
  .p-service-related__slider {
    margin-top: 25px;
  }
}

.p-service-related .slick-list {
  padding-bottom: 30px;
}

.p-service-related .slick-track {
  margin-left: 0;
}

.p-service-related__slide {
  padding: 0 12px;
}

.p-service-related__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #0A318F;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  z-index: 1;
  transition: opacity 0.6s var(--easing);
}
@media screen and (min-width: 960px) {
  .p-service-related__arrow:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 959.89px) {
  .p-service-related__arrow {
    width: 40px;
    height: 40px;
  }
}

.p-service-related__arrow--prev {
  left: -25px;
}
@media screen and (max-width: 959.89px) {
  .p-service-related__arrow--prev {
    left: -10px;
  }
}

.p-service-related__arrow--next {
  right: -25px;
}
@media screen and (max-width: 959.89px) {
  .p-service-related__arrow--next {
    right: -10px;
  }
}

@media screen and (max-width: 959.89px) {
  .p-service-detail-container .c-two-column .c-two-column__side {
    order: -1;
  }
}
@media screen and (max-width: 959.89px) {
  .p-service-detail-container .c-sidebar-nav__arrow {
    transform: rotate(-90deg);
  }
}

.p-news-list {
  margin-top: 60px;
}
@media screen and (max-width: 959.89px) {
  .p-news-list {
    margin-top: 40px;
  }
}

.p-news-list__inner {
  max-width: 1120px;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959.89px) {
  .p-news-list__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}

.p-news-list__filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 959.89px) {
  .p-news-list__filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
  }
}

.p-news-list__heading {
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #0A318F;
  margin: 0;
  flex-shrink: 0;
  width: 170px;
}

.p-news-list__tabs {
  display: flex;
  gap: 10px;
  width: calc(100% - 170px);
}
@media screen and (max-width: 959.89px) {
  .p-news-list__tabs {
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
  }
}

.p-news-list__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  height: 40px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  background-color: #D8D8D8;
  color: #777;
  transition: background-color 0.3s, color 0.3s;
}
.p-news-list__tab:hover {
  background-color: rgb(190.5, 190.5, 190.5);
  color: #333;
}
.p-news-list__tab--active {
  background-color: #0A318F;
  color: #fff;
}
.p-news-list__tab--active:hover {
  background-color: rgb(8.3333333333, 40.8333333333, 119.1666666667);
  color: #fff;
}
@media screen and (max-width: 959.89px) {
  .p-news-list__tab {
    min-width: 0;
    padding: 0 12px;
    height: 30px;
    font-size: 1.3rem;
  }
}

.p-news-list__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-news-detail {
  margin-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 959.89px) {
  .p-news-detail {
    margin-top: 30px;
    padding-bottom: 60px;
  }
}

.p-column-list {
  margin-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 959.89px) {
  .p-column-list {
    margin-top: 40px;
    padding-bottom: 0px;
  }
}

.p-column-list__inner {
  max-width: 1350px;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959.89px) {
  .p-column-list__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}

.p-column-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 53px;
}
@media screen and (max-width: 959.89px) {
  .p-column-list__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-column-list__card {
  display: block;
  text-decoration: none;
  color: #000;
  transition: opacity 0.3s var(--easing);
}
@media screen and (min-width: 960px) {
  .p-column-list__card:hover {
    opacity: 0.7;
  }
}

.p-column-list__card-img {
  overflow: hidden;
  border-radius: 0;
}
.p-column-list__card-img img {
  width: 100%;
  aspect-ratio: 415/260;
  object-fit: cover;
  display: block;
  transition: transform 0.4s var(--easing);
}
@media screen and (min-width: 960px) {
  .p-column-list__card:hover .p-column-list__card-img img {
    transform: scale(1.05);
  }
}

.p-column-list__card-date {
  display: block;
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  color: #999;
  line-height: 1.5;
}

.p-column-list__card-ttl {
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 959.89px) {
  .p-column-list__card-ttl {
    font-size: 1.5rem;
  }
}

.p-column-detail {
  margin-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 959.89px) {
  .p-column-detail {
    margin-top: 30px;
    padding-bottom: 60px;
  }
}

.p-case-study-filter {
  margin-top: 60px;
}
@media screen and (max-width: 959.89px) {
  .p-case-study-filter {
    margin-top: 40px;
  }
}

.p-case-study-filter__inner {
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
}
@media screen and (max-width: 959.89px) {
  .p-case-study-filter__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}

.p-case-study-filter__box {
  width: 100%;
  background-color: #E3EAF0;
  border-radius: 5px;
  padding: 70px 65px;
}
@media screen and (max-width: 959.89px) {
  .p-case-study-filter__box {
    padding: 30px 20px;
  }
}

.p-case-study-filter__box-inner {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 959.89px) {
  .p-case-study-filter__box-inner {
    flex-direction: column;
    gap: 20px;
  }
}

.p-case-study-filter__label {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #162379;
  flex-shrink: 0;
  padding-top: 10px;
}
@media screen and (max-width: 959.89px) {
  .p-case-study-filter__label {
    padding-top: 0;
    font-size: 1.5rem;
  }
}

.p-case-study-filter__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.p-case-study-filter__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  background-color: #F8F8F8;
  border: 1px solid #F8F8F8;
  border-radius: 100px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #4D4D4D;
  text-decoration: none;
  transition: background-color 0.3s var(--easing), border-color 0.3s var(--easing);
}
@media screen and (min-width: 960px) {
  .p-case-study-filter__tag:hover {
    background-color: #fff;
    border-color: #0A318F;
  }
}
.p-case-study-filter__tag.is-active {
  background-color: #0A318F;
  border-color: #0A318F;
  color: #fff;
}
@media screen and (max-width: 959.89px) {
  .p-case-study-filter__tag {
    height: 36px;
    padding: 0 16px;
    font-size: 1.3rem;
  }
}

.p-case-study-list {
  margin-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 959.89px) {
  .p-case-study-list {
    margin-top: 40px;
    padding-bottom: 0px;
  }
}

.p-case-study-list__inner {
  max-width: 1350px;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959.89px) {
  .p-case-study-list__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}

.p-case-study-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 50px;
}
@media screen and (max-width: 1399.89px) {
  .p-case-study-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
}
@media screen and (max-width: 959.89px) {
  .p-case-study-list__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.p-case-detail {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 959.89px) {
  .p-case-detail {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.p-case-detail__inner {
  display: flex;
  align-items: stretch;
  gap: 40px;
  max-width: calc(585px + 50vw);
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 959.89px) {
  .p-case-detail__inner {
    flex-direction: column-reverse;
    max-width: none;
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}

.p-case-detail__info {
  flex-shrink: 0;
  width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
  border-top: 1px solid #0A318F;
  border-bottom: 1px solid #0A318F;
}
@media screen and (max-width: 959.89px) {
  .p-case-detail__info {
    width: 100%;
    padding-right: 0;
    margin-top: 25px;
  }
}

.p-case-detail__info-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 959.89px) {
  .p-case-detail__info-body {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.p-case-detail__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  background-color: #0A318F;
  border-radius: 100px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 959.89px) {
  .p-case-detail__cat {
    height: 34px;
    padding: 0 16px;
    font-size: 1.2rem;
  }
}

.p-case-detail__ttl {
  margin-top: 20px;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #0A318F;
}
@media screen and (max-width: 959.89px) {
  .p-case-detail__ttl {
    font-size: 2.6rem;
    margin-top: 15px;
  }
}

.p-case-detail__company {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-case-detail__company {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}

.p-case-detail__date {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  color: #999;
}
@media screen and (max-width: 959.89px) {
  .p-case-detail__date {
    font-size: 1.3rem;
  }
}

.p-case-detail__img {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 959.89px) {
  .p-case-detail__img {
    width: 100%;
  }
}

.p-case-detail__img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 959.89px) {
  .p-case-detail__img img {
    height: 220px;
  }
}

.p-case-intro__text {
  max-width: 1250px;
  margin: 0 auto;
  margin-bottom: 70px;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
}
@media screen and (max-width: 959.89px) {
  .p-case-intro__text {
    margin-bottom: 40px;
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}
.p-case-intro__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2.2;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-case-intro__text p {
    font-size: 1.5rem;
  }
}

.p-case-detail-body {
  padding-bottom: 80px;
}
@media screen and (max-width: 959.89px) {
  .p-case-detail-body {
    padding-bottom: 50px;
  }
}
.p-case-detail-body .c-article__body {
  margin-top: 0;
}
.p-case-detail-body .c-article__body > .c-article__h2:first-child {
  margin-top: 0;
}

.p-case-detail-body__inner {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
}
@media screen and (max-width: 959.89px) {
  .p-case-detail-body__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}

.p-company-message {
  position: relative;
  padding: 50px 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

.p-company-message__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 65.7%;
  height: 100%;
  background-color: #EBF1FF;
  z-index: var(--z-base);
}
@media screen and (max-width: 959.89px) {
  .p-company-message__bg {
    width: 100%;
  }
}

.p-company-message__inner {
  position: relative;
  z-index: 1;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 var(--padding-pc);
}
@media screen and (max-width: 959.89px) {
  .p-company-message__inner {
    padding: 0 var(--padding-sp);
  }
}

.p-company-message__header {
  margin-bottom: 46px;
}
@media screen and (max-width: 959.89px) {
  .p-company-message__header {
    margin-bottom: 30px;
  }
}

.p-company-message__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
@media screen and (max-width: 959.89px) {
  .p-company-message__label {
    margin-bottom: 20px;
  }
}

.p-company-message__label-line {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #0A318F;
}

.p-company-message__label-text {
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0A318F;
}
@media screen and (max-width: 959.89px) {
  .p-company-message__label-text {
    font-size: 2rem;
  }
}

.p-company-message__heading {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-company-message__heading {
    font-size: 2.2rem;
  }
}

.p-company-message__body {
  display: flex;
  gap: 85px;
}
@media screen and (max-width: 959.89px) {
  .p-company-message__body {
    flex-direction: column;
    gap: 30px;
  }
}

.p-company-message__img {
  flex-shrink: 0;
  width: 359px;
}
@media screen and (max-width: 959.89px) {
  .p-company-message__img {
    width: 100%;
    max-width: 359px;
  }
}

.p-company-message__img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-company-message__content {
  flex: 1;
}

.p-company-message__text {
  font-size: 1.7rem;
  line-height: 2.65;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-company-message__text {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}

.p-company-message__text + .p-company-message__text {
  margin-top: 0;
}

.p-company-message__sign {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 959.89px) {
  .p-company-message__sign {
    margin-top: 20px;
  }
}

.p-company-message__sign-title {
  font-size: 1.4rem;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-company-message__sign-title {
    font-size: 1.2rem;
  }
}

.p-company-message__sign-name {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-company-message__sign-name {
    font-size: 1.8rem;
  }
}

.p-company-philosophy {
  padding: var(--section-gap-pc) 0;
}
@media screen and (max-width: 959.89px) {
  .p-company-philosophy {
    padding: var(--section-gap-sp) 0;
  }
}

.p-company-philosophy__inner {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 var(--padding-pc);
}
@media screen and (max-width: 959.89px) {
  .p-company-philosophy__inner {
    padding: 0 var(--padding-sp);
  }
}

.p-company-philosophy__box {
  background-color: #0A318F;
  border-radius: 12px;
  padding: 70px;
  margin-bottom: 100px;
}
@media screen and (max-width: 959.89px) {
  .p-company-philosophy__box {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 0;
  }
}

.p-company-philosophy__cards {
  display: flex;
  gap: 30px;
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 959.89px) {
  .p-company-philosophy__cards {
    flex-direction: column;
    gap: 20px;
  }
}

.p-company-philosophy__card {
  flex: 1;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 35px;
  text-align: center;
}
@media screen and (max-width: 959.89px) {
  .p-company-philosophy__card {
    padding: 30px 20px;
    border-radius: 8px;
  }
}

.p-company-philosophy__card-num {
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  color: #0A318F;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 959.89px) {
  .p-company-philosophy__card-num {
    font-size: 3.5rem;
  }
}

.p-company-philosophy__card-ttl {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.54;
  color: #0A318F;
  margin-bottom: 30px;
}
@media screen and (max-width: 959.89px) {
  .p-company-philosophy__card-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.p-company-philosophy__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.p-company-philosophy__card-list li {
  font-size: 1.6rem;
  line-height: 1.76;
  letter-spacing: 0.02em;
  color: #000;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 959.89px) {
  .p-company-philosophy__card-list li {
    font-size: 1.5rem;
  }
}

.p-company-philosophy__card-list li::before {
  content: "・";
}

.p-company-philosophy__card-list li + li {
  margin-top: 12px;
}

.p-company-profile {
  padding: var(--section-gap-pc) 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 959.89px) {
  .p-company-profile {
    padding: var(--section-gap-sp) 0;
    padding-bottom: 40px;
  }
}

.p-company-profile__inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 var(--padding-pc);
  display: flex;
  gap: 67px;
}
@media screen and (max-width: 959.89px) {
  .p-company-profile__inner {
    flex-direction: column;
    padding: 0 var(--padding-sp);
    gap: 40px;
  }
}

.p-company-profile__side {
  flex-shrink: 0;
  width: 460px;
}
@media screen and (max-width: 959.89px) {
  .p-company-profile__side {
    width: 100%;
  }
}

.p-company-profile__imgs {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 959.89px) {
  .p-company-profile__imgs {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.p-company-profile__imgs img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 959.89px) {
  .p-company-profile__imgs img {
    width: calc(50% - 5px);
  }
}

.p-company-profile__imgs img.one {
  position: relative;
  left: -100px;
}
@media screen and (max-width: 959.89px) {
  .p-company-profile__imgs img.one {
    left: 0;
  }
}

.p-company-profile__imgs img.two {
  position: relative;
  top: -100px;
}
@media screen and (max-width: 959.89px) {
  .p-company-profile__imgs img.two {
    top: 0;
  }
}

.p-company-profile__main {
  flex: 1;
  min-width: 0;
}

.p-company-profile__header {
  margin-bottom: 46px;
}
@media screen and (max-width: 959.89px) {
  .p-company-profile__header {
    margin-bottom: 30px;
  }
}

.p-company-profile__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
@media screen and (max-width: 959.89px) {
  .p-company-profile__label {
    margin-bottom: 20px;
  }
}

.p-company-profile__label-line {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #0A318F;
}

.p-company-profile__label-text {
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0A318F;
}
@media screen and (max-width: 959.89px) {
  .p-company-profile__label-text {
    font-size: 2rem;
  }
}

.p-company-profile__heading {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-company-profile__heading {
    font-size: 2.8rem;
  }
}

.p-company-profile__office + .p-company-profile__office {
  margin-top: 18px;
}

.p-company-profile__office-name {
  font-weight: 700;
}

.p-company-profile__map-btn {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 6px;
  padding: 3px 14px;
  background-color: #0A318F;
  border-radius: 100px;
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s var(--easing);
}
@media screen and (min-width: 960px) {
  .p-company-profile__map-btn:hover {
    opacity: 0.7;
  }
}

.p-company-profile__map-btn i {
  font-size: 1.4rem;
}

.p-company-profile__biz + .p-company-profile__biz {
  margin-top: 8px;
}

.p-company-profile__biz-main {
  font-weight: normal;
}

.p-company-profile__biz-sub {
  font-size: 1.3rem;
  color: #999;
  line-height: 1.5;
}

.p-company-history {
  padding: var(--section-gap-pc) 0;
}
@media screen and (max-width: 959.89px) {
  .p-company-history {
    padding: var(--section-gap-sp) 0;
  }
}

.p-company-history__inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 var(--padding-pc);
}
@media screen and (max-width: 959.89px) {
  .p-company-history__inner {
    padding: 0 var(--padding-sp);
  }
}

.p-company-history .c-section-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 959.89px) {
  .p-company-history .c-section-ttl {
    margin-bottom: 30px;
  }
}

.p-company-history__timeline {
  display: flex;
  flex-direction: column;
}

.p-company-history__item {
  display: flex;
  align-items: center;
  gap: 35px;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 959.89px) {
  .p-company-history__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 20px;
  }
}

.p-company-history__item:last-child {
  padding-bottom: 0;
}

.p-company-history__item::after {
  content: "";
  position: absolute;
  left: 87px;
  top: 70px;
  bottom: 0;
  width: 5px;
  background-color: #0A318F;
}
@media screen and (max-width: 959.89px) {
  .p-company-history__item::after {
    display: none;
  }
}

.p-company-history__item:last-child::after {
  display: none;
}

.p-company-history__badge {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 70px;
  background-color: #0A318F;
  border-radius: 12px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 959.89px) {
  .p-company-history__badge {
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
    border-radius: 8px;
  }
}

.p-company-history__text {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.88;
}
@media screen and (max-width: 959.89px) {
  .p-company-history__text {
    font-size: 1.4rem;
  }
}

.p-recruit-hero {
  position: relative;
  padding-top: 20px;
  padding-bottom: 0;
}

.p-recruit-hero__bg {
  position: absolute;
  top: 70px;
  left: 0;
  width: calc(100% - 100px);
  height: 780px;
  background-color: #0A318F;
  z-index: 0;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-hero__bg {
    top: 0;
    width: calc(100% - 20px);
    height: auto;
    bottom: 0;
  }
}

.p-recruit-hero__inner {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 0;
  z-index: 1;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-hero__inner {
    padding-left: var(--padding-sp);
    padding-right: 0;
  }
}

.p-recruit-hero__img {
  margin-left: auto;
  width: calc(100% - 250px);
}
@media screen and (max-width: 959.89px) {
  .p-recruit-hero__img {
    width: 100%;
  }
}

.p-recruit-hero__img img {
  width: 100%;
  height: 750px;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-hero__img img {
    height: 350px;
  }
}

.p-recruit-hero__content {
  position: absolute;
  left: 150px;
  bottom: 80px;
  z-index: 2;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-hero__content {
    left: var(--padding-sp);
    bottom: 40px;
  }
}

.p-recruit-hero__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.p-recruit-hero__label-bar {
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
}

.p-recruit-hero__label-text {
  font-family: "Gill Sans", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.32);
}
@media screen and (max-width: 959.89px) {
  .p-recruit-hero__label-text {
    font-size: 2.4rem;
  }
}

.p-recruit-hero__ttl {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.15;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.32);
}
@media screen and (max-width: 959.89px) {
  .p-recruit-hero__ttl {
    font-size: 4.4rem;
  }
}

.p-recruit-hero__sub {
  margin-top: 20px;
  font-family: "Gill Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
  line-height: 1.3;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.32);
}
@media screen and (max-width: 959.89px) {
  .p-recruit-hero__sub {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

.p-recruit-message {
  padding-top: 110px;
  padding-bottom: 0;
  background-color: #fff;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-message {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.p-recruit-message__inner {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 0;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
}
@media screen and (max-width: 959.89px) {
  .p-recruit-message__inner {
    padding: 70px 0;
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
  }
}

.p-recruit-message__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}

.p-recruit-message__label-bar {
  display: block;
  width: 15px;
  height: 3px;
  background-color: #0A318F;
}

.p-recruit-message__label-text {
  font-family: "Gill Sans", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0A318F;
  line-height: 1.3;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-message__label-text {
    font-size: 2.4rem;
  }
}

.p-recruit-message__ttl {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 6.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 150%;
  color: #000;
  margin-bottom: 50px;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-message__ttl {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}

.p-recruit-message__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-recruit-message__body p {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.9;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-message__body p {
    font-size: 1.6rem;
  }
}

.p-recruit-point {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-point {
    padding-bottom: 60px;
  }
}
.p-recruit-point::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1430px;
  background-color: #0A318F;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 200px), 0 100%);
}

.p-recruit-point__header {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-point__header {
    margin-right: 0;
  }
}

.p-recruit-point__header-img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-point__header-img {
    height: 300px;
  }
}

.p-recruit-point__header-content {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.p-recruit-point__header-ttl {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-point__header-ttl {
    font-size: 2.8rem;
  }
}

.p-recruit-point__header-en {
  font-family: "Gill Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-point__header-en {
    font-size: 1.6rem;
  }
}

.p-recruit-point__header-bar {
  display: block;
  width: 1px;
  height: 50px;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-point__header-bar {
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.p-recruit-point__header-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-point__header-desc {
    font-size: 1.4rem;
  }
}

.p-recruit-point__inner {
  position: relative;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding-pc);
  padding-right: var(--padding-pc);
  margin-top: 50px;
  z-index: 1;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-point__inner {
    padding-left: var(--padding-sp);
    padding-right: var(--padding-sp);
    margin-top: 30px;
  }
}

.p-recruit-point__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 40px;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-point__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-recruit-point__card-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 740/450;
  object-fit: cover;
  display: block;
}

.p-recruit-point__card-body {
  margin-top: 20px;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-point__card-body {
    margin-top: 15px;
  }
}

.p-recruit-point__card-num {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 10px;
}

.p-recruit-point__card-num-label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0A318F;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-point__card-num-label {
    font-size: 1.4rem;
  }
}

.p-recruit-point__card-num-value {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0A318F;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-point__card-num-value {
    font-size: 2rem;
  }
}

.p-recruit-point__card-ttl {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #0A318F;
  margin-bottom: 8px;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-point__card-ttl {
    font-size: 1.8rem;
  }
}

.p-recruit-point__card-sub {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #000;
  margin-bottom: 12px;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-point__card-sub {
    font-size: 1.5rem;
  }
}

.p-recruit-point__card-text {
  letter-spacing: 0.06em;
}

.p-recruit-joinus {
  padding: var(--section-gap-pc) 0;
  background-color: #fff;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-joinus {
    padding: var(--section-gap-sp) 0;
  }
}

.p-recruit-joinus__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--padding-pc);
}
@media screen and (max-width: 959.89px) {
  .p-recruit-joinus__inner {
    padding: 0 var(--padding-sp);
  }
}

.p-recruit-joinus__header {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.p-recruit-joinus__header-bg {
  font-family: "Gill Sans", "Gill Sans MT", sans-serif;
  font-size: 12rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #EBF1FF;
  line-height: 1;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-joinus__header-bg {
    font-size: 5rem;
  }
}

.p-recruit-joinus__header-ttl {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0A318F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-joinus__header-ttl {
    font-size: 2.4rem;
  }
}

.p-recruit-joinus__header-desc {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 959.89px) {
  .p-recruit-joinus__header-desc {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.p-contact {
  padding-top: 30px;
  padding-bottom: var(--section-gap-pc);
}
@media screen and (max-width: 959.89px) {
  .p-contact {
    padding-top: 40px;
    padding-bottom: var(--section-gap-sp);
  }
}
.p-contact .c-inner {
  max-width: 1170px;
  border-top: 1px solid #ddd;
  padding: 0 100px;
}
@media screen and (max-width: 959.89px) {
  .p-contact .c-inner {
    padding: 0 20px;
  }
}

.p-contact__lead {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 959.89px) {
  .p-contact__lead {
    padding-bottom: 30px;
  }
}

.p-contact__lead p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2.2;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-contact__lead p {
    font-size: 1.4rem;
  }
}

.p-contact__form {
  margin-top: 0px;
}
@media screen and (max-width: 959.89px) {
  .p-contact__form {
    margin-top: 30px;
  }
}

.p-contact__policy-link {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 959.89px) {
  .p-contact__policy-link {
    margin-top: 15px;
  }
}
.p-contact__policy-link a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #0A318F;
  text-decoration: underline;
  transition: opacity 0.3s var(--easing);
}
@media screen and (max-width: 959.89px) {
  .p-contact__policy-link a {
    font-size: 1.3rem;
  }
}
.p-contact__policy-link a:hover {
  opacity: 0.6;
}

.p-contact__row {
  display: flex;
  align-items: flex-start;
  padding: 30px;
}
@media screen and (max-width: 959.89px) {
  .p-contact__row {
    flex-direction: column;
    gap: 15px;
    padding: 20px 0 15px 0;
  }
}

.p-contact__row + .p-contact__row {
  border-top: 1px solid #DDDDDD;
}

.p-contact__label {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 270px;
  flex-shrink: 0;
  padding-top: 20px;
}
@media screen and (max-width: 959.89px) {
  .p-contact__label {
    width: 100%;
    padding-top: 0;
  }
}

.p-contact__label-text {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-contact__label-text {
    font-size: 1.5rem;
  }
}

.p-contact__field {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 959.89px) {
  .p-contact__field {
    width: 100%;
  }
}

.p-contact__checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 5px;
}

.p-contact__submit {
  margin-top: 60px;
  background-color: #EBF1FF;
  border-radius: 2px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959.89px) {
  .p-contact__submit {
    margin-top: 40px;
    padding: 30px 20px;
  }
}

.p-contact__submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 375px;
  height: 60px;
  background-color: #0A318F;
  border: none;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s var(--easing), box-shadow 0.3s var(--easing);
}
@media screen and (min-width: 960px) {
  .p-contact__submit-btn:hover {
    opacity: 0.9;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 959.89px) {
  .p-contact__submit-btn {
    width: 100%;
    height: 54px;
    font-size: 1.5rem;
  }
}

.p-contact--confirm .p-contact__label {
  padding-top: 0;
}

.p-contact__back-btn {
  -webkit-appearance: none;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0px;
  background: none;
  color: #999;
  border-style: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
}

.p-contact__thanks {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 959.89px) {
  .p-contact__thanks {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.p-contact__thanks-title {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #0A318F;
  margin-bottom: 30px;
}
@media screen and (max-width: 959.89px) {
  .p-contact__thanks-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.p-contact__thanks-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-contact__thanks-text {
    font-size: 1.4rem;
  }
}

.p-contact__thanks-text + .p-contact__thanks-text {
  margin-top: 15px;
}

.p-contact__thanks-btn {
  margin-top: 50px;
}
@media screen and (max-width: 959.89px) {
  .p-contact__thanks-btn {
    margin-top: 35px;
  }
}

.p-contact__thanks-btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 375px;
  height: 60px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0A318F;
  text-decoration: none;
  transition: box-shadow 0.3s var(--easing), transform 0.3s var(--easing);
}
@media screen and (min-width: 960px) {
  .p-contact__thanks-btn a:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 959.89px) {
  .p-contact__thanks-btn a {
    width: 100%;
    height: 54px;
    font-size: 1.5rem;
  }
}

.p-download {
  padding-top: 30px;
  padding-bottom: var(--section-gap-pc);
}
@media screen and (max-width: 959.89px) {
  .p-download {
    padding-top: 40px;
    padding-bottom: var(--section-gap-sp);
  }
}
.p-download .c-inner {
  max-width: 1250px;
}

.p-download__columns {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 959.89px) {
  .p-download__columns {
    flex-direction: column;
    gap: 40px;
  }
}

.p-download__left {
  flex-shrink: 0;
  width: 48%;
}
@media screen and (max-width: 959.89px) {
  .p-download__left {
    width: 100%;
  }
}

.p-download__right {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 959.89px) {
  .p-download__right {
    width: 100%;
  }
}

.p-download__slider {
  position: relative;
  background-color: #EBF1FF;
  border-radius: 3px;
  padding: 50px 45px 15px;
}
@media screen and (max-width: 959.89px) {
  .p-download__slider {
    padding: 30px 50px 15px;
  }
}

.p-download__slide {
  outline: none;
}

.p-download__slider .slick-list {
  border-radius: 3px 3px 0 0;
}

.p-download__slider-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

.p-download__slider-label {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  color: #000;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 5px;
}
@media screen and (max-width: 959.89px) {
  .p-download__slider-label {
    font-size: 1.3rem;
  }
}

.p-download__slider-prev,
.p-download__slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0A318F;
  border: none;
  color: #fff;
  font-size: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s var(--easing);
}
@media screen and (min-width: 960px) {
  .p-download__slider-prev:hover,
  .p-download__slider-next:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 959.89px) {
  .p-download__slider-prev,
  .p-download__slider-next {
    width: 40px;
    height: 40px;
  }
}

.p-download__slider-prev {
  left: -25px;
}
@media screen and (max-width: 959.89px) {
  .p-download__slider-prev {
    left: -10px;
  }
}

.p-download__slider-next {
  right: -25px;
}
@media screen and (max-width: 959.89px) {
  .p-download__slider-next {
    right: -10px;
  }
}

.p-download__desc {
  margin-top: 50px;
}
@media screen and (max-width: 959.89px) {
  .p-download__desc {
    margin-top: 30px;
  }
}

.p-download__desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2.2;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-download__desc p {
    font-size: 1.4rem;
  }
}

.p-download__guide {
  margin-top: 55px;
}
@media screen and (max-width: 959.89px) {
  .p-download__guide {
    margin-top: 35px;
  }
}

.p-download__guide-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.p-download__guide-item {
  display: flex;
  align-items: center;
  gap: 13px;
}

.p-download__guide-item i {
  font-size: 2.4rem;
  color: #0A318F;
  flex-shrink: 0;
}

.p-download__guide-item span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-download__guide-item span {
    font-size: 1.5rem;
    line-height: 135%;
  }
}

.p-download__form-box {
  background-color: #F1F2F6;
  border-radius: 3px;
  padding: 50px 40px;
}
@media screen and (max-width: 959.89px) {
  .p-download__form-box {
    padding: 30px 20px;
  }
}

.p-download__form-ttl {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #0A318F;
  text-align: center;
  margin-bottom: 30px;
}

.p-download__row {
  padding-top: 20px;
  font-size: 1.6rem;
}

.p-download__row + .p-download__row {
  margin-top: 10px;
}

.p-download__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.p-download__label-text {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-download__label-text {
    font-size: 1.5rem;
  }
}

.p-download__field {
  width: 100%;
}

.p-download__field .c-input {
  background-color: #fff;
  height: 60px;
}
@media screen and (max-width: 959.89px) {
  .p-download__field .c-input {
    height: 50px;
  }
}

.p-download__field .c-textarea {
  background-color: #fff;
  min-height: 150px;
}
@media screen and (max-width: 959.89px) {
  .p-download__field .c-textarea {
    min-height: 120px;
  }
}

.p-download__checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
}

.p-download__submit {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-download__submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 375px;
  height: 60px;
  background-color: #0A318F;
  border: none;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s var(--easing), box-shadow 0.3s var(--easing);
}
@media screen and (min-width: 960px) {
  .p-download__submit-btn:hover {
    opacity: 0.9;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 959.89px) {
  .p-download__submit-btn {
    width: 100%;
    height: 54px;
    font-size: 1.5rem;
  }
}

.p-download__note {
  margin-top: 30px;
}

.p-download__note p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2.1;
  color: #777;
}

.p-download--confirm .c-inner {
  max-width: 1170px;
  border-top: 1px solid #ddd;
  padding: 0 100px;
}
@media screen and (max-width: 959.89px) {
  .p-download--confirm .c-inner {
    padding: 0 20px;
  }
}

.p-download__lead {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 959.89px) {
  .p-download__lead {
    padding-bottom: 30px;
  }
}

.p-download__lead p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2.2;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-download__lead p {
    font-size: 1.4rem;
  }
}

.p-download--confirm .p-download__form {
  margin-top: 0px;
}
@media screen and (max-width: 959.89px) {
  .p-download--confirm .p-download__form {
    margin-top: 30px;
  }
}

.p-download__back-btn {
  -webkit-appearance: none;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0px;
  background: none;
  color: #999;
  border-style: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
}

.p-download--confirm .c-label__optional {
  background-color: #f1f1f1;
}

.p-download--confirm .p-download__row {
  display: flex;
  align-items: flex-start;
  padding: 30px;
}
@media screen and (max-width: 959.89px) {
  .p-download--confirm .p-download__row {
    flex-direction: column;
    gap: 15px;
    padding: 20px 0 15px 0;
  }
}

.p-download--confirm .p-download__row + .p-download__row {
  margin-top: 0;
  border-top: 1px solid #DDDDDD;
}

.p-download--confirm .p-download__label {
  width: 270px;
  flex-shrink: 0;
  padding-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 959.89px) {
  .p-download--confirm .p-download__label {
    width: 100%;
  }
}

.p-download--thanks .c-inner {
  max-width: 1170px;
  border-top: 1px solid #ddd;
  padding: 0 100px;
}
@media screen and (max-width: 959.89px) {
  .p-download--thanks .c-inner {
    padding: 0 20px;
  }
}

.p-download__thanks {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 959.89px) {
  .p-download__thanks {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.p-download__thanks-title {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #0A318F;
  margin-bottom: 30px;
}
@media screen and (max-width: 959.89px) {
  .p-download__thanks-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.p-download__thanks-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-download__thanks-text {
    font-size: 1.4rem;
  }
}

.p-download__thanks-text + .p-download__thanks-text {
  margin-top: 15px;
}

.p-download__thanks-btn {
  margin-top: 50px;
}
@media screen and (max-width: 959.89px) {
  .p-download__thanks-btn {
    margin-top: 35px;
  }
}

.p-download__thanks-btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 375px;
  height: 60px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #0A318F;
  text-decoration: none;
  transition: box-shadow 0.3s var(--easing), transform 0.3s var(--easing);
}
@media screen and (min-width: 960px) {
  .p-download__thanks-btn a:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 959.89px) {
  .p-download__thanks-btn a {
    width: 100%;
    height: 54px;
    font-size: 1.5rem;
  }
}

.p-policy {
  padding-top: 30px;
  padding-bottom: var(--section-gap-pc);
}
@media screen and (max-width: 959.89px) {
  .p-policy {
    padding-top: 40px;
    padding-bottom: var(--section-gap-sp);
  }
}
.p-policy .c-inner {
  max-width: 1170px;
  border-top: 1px solid #ddd;
  padding: 0 100px;
}
@media screen and (max-width: 959.89px) {
  .p-policy .c-inner {
    padding: 0 20px;
  }
}

.p-policy__content {
  padding-top: 40px;
}
.p-policy__content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-policy__content p {
    font-size: 1.4rem;
  }
}

.p-policy__intro {
  padding-bottom: 30px;
}

.p-policy__section {
  padding: 25px 0;
}
@media screen and (max-width: 959.89px) {
  .p-policy__section {
    padding: 20px 0;
  }
}

.p-policy__heading {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #000;
  margin-bottom: 12px;
}
@media screen and (max-width: 959.89px) {
  .p-policy__heading {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}

.p-policy__signature {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 959.89px) {
  .p-policy__signature {
    margin-top: 30px;
  }
}
.p-policy__signature p {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 959.89px) {
  .p-policy__signature p {
    font-size: 1.3rem;
  }
}

.p-policy__contact {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 959.89px) {
  .p-policy__contact {
    margin-top: 35px;
    padding-top: 30px;
  }
}
.p-policy__contact p {
  padding-left: 1em;
}
@media screen and (max-width: 959.89px) {
  .p-policy__contact p {
    padding-left: 0.5em;
  }
}

.p-policy__contact-heading {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #000;
  margin-bottom: 12px;
}
@media screen and (max-width: 959.89px) {
  .p-policy__contact-heading {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}

/*# sourceMappingURL=style.css.map */
