@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #14283C;
  font-size: 0.9375rem;
}

body.is-fixed {
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-articles {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-articles {
    margin-top: 8.375rem;
  }
}

.l-breadcrumb {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-breadcrumb {
    margin-top: 1.8125rem;
  }
}

.l-footer {
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: 11.25rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-lead {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-lead {
    margin-top: 10.3125rem;
  }
}

.l-news {
  margin-top: 6.5625rem;
}
@media screen and (min-width: 768px) {
  .l-news {
    margin-top: 11.25rem;
  }
}

.l-recruit {
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .l-recruit {
    margin-top: 11.25rem;
  }
}

.l-service {
  margin-top: 6.875rem;
}
@media screen and (min-width: 768px) {
  .l-service {
    margin-top: 14.0625rem;
  }
}

.l-service2 {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-service2 {
    margin-top: 8.125rem;
  }
}

.l-sub-articles {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-sub-articles {
    margin-top: 8.3125rem;
  }
}

.l-sub-footer {
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .l-sub-footer {
    margin-top: 8.4375rem;
  }
}

.l-sub-main {
  margin-top: 8.125rem;
}
@media screen and (min-width: 768px) {
  .l-sub-main {
    margin-top: 10.1875rem;
  }
}

.l-sub-recruit {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-sub-recruit {
    margin-top: 8.4375rem;
  }
}

.l-sub-service {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-sub-service {
    margin-top: 6.25rem;
  }
}

.c-button {
  display: inline-block;
  min-width: 17.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 0.9375rem 3.75rem 1rem;
  border-radius: 6.25rem;
  text-align: center;
  -webkit-box-shadow: 1px 1px 6px rgba(40, 100, 180, .06);
          box-shadow: 1px 1px 6px rgba(40, 100, 180, .06);
  position: relative;
}

.c-button:hover {
  opacity: 1;
}

.c-button::before {
  position: absolute;
  content: "";
  width: 3.125rem;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.c-button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5625rem;
  border-radius: 50%;
}

.c-button:hover::after {
  -webkit-animation: scroll 1.4s linear infinite;
          animation: scroll 1.4s linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    right: 1.5625rem;
  }
  50% {
    right: -0.1875rem;
  }
  51% {
    right: 3.125rem;
  }
  99% {
    right: 1.625rem;
  }
}

@keyframes scroll {
  0% {
    right: 1.5625rem;
  }
  50% {
    right: -0.1875rem;
  }
  51% {
    right: 3.125rem;
  }
  99% {
    right: 1.625rem;
  }
}
.c-button--blue {
  background-color: #3D7BF2;
  color: #fff;
  border: solid 1px transparent;
}

.c-button--blue::before {
  background-color: #fff;
}

.c-button--blue::after {
  background-color: #fff;
}

.c-button--blue:hover {
  background-color: #fff;
  color: #3D7BF2;
  border: solid 1px #3D7BF2;
}

.c-button--blue:hover::before {
  background-color: #3D7BF2;
}

.c-button--blue:hover::after {
  background-color: #3D7BF2;
}

.c-button--yellow {
  background-color: #FEF22A;
  color: #002850;
  font-size: 1.25rem;
  padding: 0.875rem 3.75rem;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 60, 140, .2);
          box-shadow: 2px 2px 12px rgba(0, 60, 140, .2);
}

.c-button--yellow::before {
  background-color: #002850;
}

.c-button--yellow::after {
  background-color: #002850;
}

.c-button--yellow:hover {
  background-color: #002850;
  color: #FEF22A;
}

.c-button--yellow:hover::before {
  background-color: #FEF22A;
}

.c-button--yellow:hover::after {
  background-color: #FEF22A;
}

.c-button--white {
  background-color: #fff;
  color: #002850;
  font-size: 1.25rem;
  padding: 0.875rem 3.75rem;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 60, 140, .2);
          box-shadow: 2px 2px 12px rgba(0, 60, 140, .2);
}

.c-button--white::before {
  background-color: #002850;
}

.c-button--white::after {
  background-color: #002850;
}

.c-button--white:hover {
  opacity: 0.7;
}

.c-button2 {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 0.3125rem 1.5625rem 0.4375rem;
  border-radius: 6.25rem;
  background-color: #3D7BF2;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 1px 1px 6px rgba(40, 100, 180, .06);
          box-shadow: 1px 1px 6px rgba(40, 100, 180, .06);
}

.c-button2:hover {
  background-color: #F2F6FA;
  color: #3D7BF2;
  opacity: 1;
}

.c-button2--blue {
  border: solid 1px transparent;
}

.c-button2--blue:hover {
  border: solid 1px #3D7BF2;
}

.c-button2--l-gray {
  background-color: #F2F6FA;
  color: #002850;
}

.c-button2--l-gray:hover {
  background-color: #002850;
  color: #F2F6FA;
}

.c-button2--white {
  background-color: #fff;
  color: #002850;
}

.c-button2--white:hover {
  background-color: #002850;
  color: #fff;
}

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.875rem 1.875rem 2.125rem;
  border: solid 1px #96A6B8;
}

.c-card__img img {
  aspect-ratio: 320/240;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card__meta {
  margin-top: 1.25rem;
}

.c-card__categoly {
  font-size: 0.9375rem;
  color: #2878AA;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-right: 0.375rem;
}

.c-card__date {
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-left: 0.75rem;
  border-left: solid 1px #2878AA;
}

.c-card__text {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 0.3125rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-section-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #3D7BF2;
  line-height: 1.6;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 1.75rem;
  }
}

.c-section-title::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 2px;
  background-color: #3D7BF2;
  margin-right: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-section-title--small {
  font-size: 0.875rem;
  font-weight: normal;
}

.c-section-title--small::before {
  width: 2.3em;
  height: 1px;
}

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

.c-section-title--white::before {
  background-color: #fff;
}

.c-section-title--sub {
  font-weight: normal;
}

.c-section-title--sub::before {
  height: 1px;
}

.c-sub-section-title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-sub-section-title {
    font-size: 2.25rem;
  }
}

.c-sub-section-title::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 2.125rem;
  bottom: -2.8125rem;
  background-color: #2878AA;
}

.p-articles__cards {
  margin-top: 1.5rem;
}

.p-breadcrumb__inner2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #C8DCF0;
}

.p-breadcrumb__icon {
  width: 1rem;
  height: 0.875rem;
  margin-right: 0.75rem;
}

.p-breadcrumb ul li {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-breadcrumb ul li:not(:last-child)::after {
  content: "-";
}

.p-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-flex-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-flex-item__img {
    width: 50%;
  }
}

.p-flex-item__img img {
  aspect-ratio: 600/460;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-flex-item__content {
    width: 45%;
  }
}

.p-flex-item__title {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3D7BF2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-flex-item__title {
    font-size: 1.75rem;
    margin-top: 0;
  }
}

.p-flex-item__title::before {
  content: "";
  background-color: #3D7BF2;
  width: 2.125rem;
  height: 1px;
  margin-right: 0.75rem;
}

.p-flex-item__title--section-header {
  font-weight: 500;
}

.p-flex-item__title--section-header::before {
  height: 2px;
}

.p-flex-item__text {
  line-height: 2.2;
  letter-spacing: 0.08em;
  margin-top: 1.1875rem;
}

.p-flex-item__button {
  margin-top: 1.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flex-item__button {
    margin-top: 2.4375rem;
    text-align: left;
  }
}

.p-footer-list a {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.p-footer-list ul {
  margin-top: 0.75rem;
}

.p-footer-list ul li a {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 2.2;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .p-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.p-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    margin-top: 0;
    margin-right: 2.5rem;
  }
}

.p-footer-nav__item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__item {
    text-align: left;
  }
}

.p-footer-nav__item:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 3.6875rem;
  }
}

.p-footer-nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 60%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__links {
    margin-top: 0.3125rem;
    max-width: 15rem;
    margin-inline: initial;
  }
}

.p-footer-nav__btn {
  min-width: 15rem;
  padding: 0.3125rem 2.5rem 0.4375rem;
}

.p-footer-nav__links > a:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-footer-nav__sns {
  margin-top: 2.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer-nav__sns a:nth-child(1) {
  width: 1.375rem;
}

.p-footer-nav__sns a:nth-child(2) {
  width: 0.75rem;
}

.p-footer-nav__sns a:nth-child(3) {
  width: 1.25rem;
}

.p-footer-nav__sns > a:nth-child(n+2) {
  margin-left: 3.9375rem;
}

.p-footer {
  background-color: #F3F6F8;
  padding: 4.625rem 0 2.6875rem;
}

.p-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-footer__logo {
  width: 11.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-inline: initial;
    margin-top: 0.3125rem;
    margin-right: 6.625rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-footer__logo img {
  aspect-ratio: 180/59;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__bottom {
  margin-top: 4.25rem;
  text-align: right;
}

.p-footer__privacy {
  font-size: 0.75rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__privacy {
    display: inline-block;
    margin-right: 3.375rem;
  }
}

.p-footer__copyright {
  font-family: "Roboto", sans-serif;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 0.14em;
}

.p-header-nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100svh;
  padding: 7.5rem 0 1.875rem;
  color: #fff;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header-nav {
    position: static;
    position: initial;
    background-color: transparent;
    height: inherit;
    padding: 0;
    display: block;
  }
}

.p-header-nav.color-change {
  color: #002850;
}

.p-header-nav__inner {
  height: 100%;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .p-header-nav__inner {
    display: contents;
  }
}

.p-header-nav__inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 25rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header-nav__inner2 {
    min-height: 0;
    min-height: initial;
    height: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
}

.p-header-nav__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.3125rem;
    height: inherit;
    margin-right: 3rem;
    width: auto;
    width: initial;
  }
}

.p-header-nav__item {
  line-height: 2;
  letter-spacing: 0.04em;
  height: inherit;
}

.p-header-nav__item:nth-child(n+2) {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-header-nav__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-header-nav__item a {
  height: inherit;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-header-nav__item a:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-header-nav__item a:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FEF22A;
    bottom: 2.1875rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-header-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-header-nav__buttons {
    height: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}

.p-header-nav__button {
  min-width: 8.75rem;
}

.p-header-nav__button:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header-nav__button:not(:last-child) {
    margin-right: 0.375rem;
    margin-bottom: 0;
  }
}

.p-header {
  height: 6.25rem;
  padding: 0 2.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.p-header.color-change {
  background-color: #fff;
  border-radius: 0px 0px 0px 4px;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__logo {
  width: 11.25rem;
  margin-right: 3.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 50;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.p-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo--after {
  position: absolute;
  z-index: 0;
  opacity: 0;
}

.p-header__logo--drawer {
  display: none;
  position: absolute;
}

.p-header__logo img {
  aspect-ratio: 180/60;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__hamburger-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  height: inherit;
  width: 4rem;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger-btn {
    display: none;
  }
}

.p-header__hamburger-btn span {
  width: 2rem;
  height: 4px;
  background-color: #fff;
  display: block;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header.color-change .p-header__hamburger-btn span {
  background-color: #3D7BF2;
}

.p-header__hamburger-btn span:nth-child(2) {
  margin-top: 6px;
  margin-bottom: 6px;
}

.p-header__hamburger-btn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  background-color: #3D7BF2;
}

.p-header__hamburger-btn.open span:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -12px;
  background-color: #3D7BF2;
}

.p-mv {
  min-height: 100svh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.p-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__inner {
  position: relative;
  padding: 6.25rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    padding-left: 8.3333333333%;
    width: 50%;
  }
}

.p-mv__text-box {
  color: #fff;
}

.p-mv__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-shadow: 0px 4px 34px rgba(4, 47, 87, .25);
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 3.25rem;
  }
}

.p-mv__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: 1.25rem;
  }
}

.p-news-content__categoly {
  font-size: 0.9375rem;
  color: #2878AA;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-right: 0.6875rem;
  border-right: solid 1px #2878AA;
}

.p-news-content__date {
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-left: 0.5625rem;
}

.p-news-content__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 0.3125rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news-content__title {
    font-size: 1.4375rem;
  }
}

.p-news-content__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: 0.3125rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.625rem;
}

.p-news-item {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .p-news-item {
    grid-template-columns: 17.5rem 1fr;
    gap: 2.5rem;
  }
}

.p-news-item__img img {
  aspect-ratio: 280/210;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-item:nth-child(n+2) {
  border-top: solid 1px #C8DCF0;
}

.p-news-item:first-child {
  padding-top: 0;
}

.p-news-item:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-news__title {
  max-width: 11.25rem;
}

.p-news__items {
  max-width: 61.25rem;
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__items {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: calc(50% - 50vw);
  }
}

.p-recruit__content {
  padding: 2.5rem 1.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#3D7BF2), to(#8CBEF0));
  background: linear-gradient(90deg, #3D7BF2 0%, #8CBEF0 100%);
}
@media screen and (min-width: 768px) {
  .p-recruit__content {
    width: 40rem;
    padding: 6.875rem 3.75rem 5rem 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-recruit__text-box {
  max-width: 17.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit__text-box {
    max-width: none;
    margin-inline: initial;
  }
}

.p-recruit__title {
  margin-left: 0.375rem;
}

.p-recruit__text {
  color: #fff;
  font-size: 1.3125rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1.375rem;
  margin-left: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__text {
    font-size: 1.4375rem;
  }
}

.p-recruit__btn {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit__btn {
    text-align: left;
  }
}

.p-recruit__img {
  background: url(../images/recruit.jpg) no-repeat center center/cover;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-service {
    overflow: hidden;
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__img {
    margin-right: calc(50% - 50vw);
    height: 32.625rem;
  }
}

.p-service__img img {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-service__img img {
    aspect-ratio: 1317/522;
  }
}

.p-service__content {
  padding: 2.5rem 1.875rem 3.75rem;
  background-color: #F2F6FA;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-service__content {
    margin-left: calc(50% - 50vw);
    margin-right: 1.875rem;
    padding: 5.3125rem 6.9375rem 6.25rem calc(50vw - 50%);
    margin-top: -4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-service__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #3D7BF2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-service__title {
    font-size: 2.5rem;
    width: 54.3560606061%;
    padding-right: 3.125rem;
  }
}

.p-service__title span {
  font-size: 1.25rem;
  line-height: 1.5;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-service__title span {
    font-size: 1.5rem;
  }
}

.p-service__text {
  line-height: 2.2;
  letter-spacing: 0.08em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__text {
    width: 45.6439393939%;
    margin-top: 0;
  }
}

.p-service__btn {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__btn {
    position: absolute;
    bottom: -1.875rem;
    right: -1.875rem;
  }
}

.p-service2__items {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-service2__items {
    margin-top: 7.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service2__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-service2__item:not(:last-child) {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-service2__item:not(:last-child) {
    padding-bottom: 8.125rem;
  }
}

.p-service2__item:nth-child(n+2) {
  padding-top: 2.1875rem;
  border-top: 1px solid #C8DCF0;
}
@media screen and (min-width: 768px) {
  .p-service2__item:nth-child(n+2) {
    padding-top: 4.375rem;
  }
}

.p-sub-articles__title {
  text-transform: uppercase;
}

.p-sub-articles__cards {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-sub-articles__cards {
    margin-top: 5.625rem;
  }
}

.p-sub-mv__title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title {
    font-size: 2.625rem;
  }
}

.p-sub-mv__title::after {
  content: attr(data-en);
  font-family: "Roboto", sans-serif;
  color: #2878AA;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 0.875rem;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
