@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: #333;
  background-image: url(../images/back.jpg);
  background-color: rgba(255, 255, 255, .9);
  background-blend-mode: lighten;
}

@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-blog {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-blog {
    margin-top: 8.375rem;
  }
}

.l-company-info {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-company-info {
    margin-top: 6.25rem;
  }
}

.l-company {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-company {
    margin-top: 7.5rem;
  }
}

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

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

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.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-news {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-news {
    margin-top: 9.5rem;
  }
}

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

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

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

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

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

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

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

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

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

.c-breadcrumb li {
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #14283C;
}

.c-breadcrumb li:not(:last-child)::after {
  content: "-";
  display: inline-block;
  margin-left: 0.25rem;
}

.c-breadcrumb li:first-child:before {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 1rem;
  background: url(../images/home-icon.svg) no-repeat center/contain;
  margin-right: 0.75rem;
}

.c-category-btn {
  font-size: 0.625rem;
  color: #3D7BF2;
  line-height: 2;
  letter-spacing: 0.08em;
  padding: 0.3125rem;
  border: 1px solid #3D7BF2;
}
@media screen and (min-width: 768px) {
  .c-category-btn {
    font-size: 0.9375rem;
  }
}

.c-category-btn--current {
  color: #fff;
  background-color: #3D7BF2;
}

.c-category-lists {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
  .c-category-lists {
    grid-template-columns: repeat(6, 1fr);
  }
}

.c-category {
  font-size: 0.9375rem;
  color: #3D7BF2;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}

.c-contents-title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
  color: #3D7BF2;
  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;
}
@media screen and (min-width: 768px) {
  .c-contents-title {
    font-size: 1.75rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.c-contents-title::before {
  content: "";
  display: inline-block;
  background-color: #3D7BF2;
  width: 34px;
  height: 2px;
  margin-right: 0.75rem;
}

.c-contents-title--white {
  font-size: 0.875rem;
  color: #fff;
}

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

.c-contents-title--sm {
  font-size: 0.875rem;
}

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

.c-hamburger span {
  width: 1.5rem;
  height: 2px;
  background-color: #333;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-hamburger span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}

.c-hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}

.c-hamburger.open span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
  opacity: 0;
}

.c-hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -5px;
}

.c-page-link {
  color: #333;
  margin-top: 2.5rem;
}

.c-page-link__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem;
  border-top: 1px solid #3D7BF2;
  border-bottom: 1px solid #3D7BF2;
}

.c-page-link__prev,
.c-page-link__next {
  padding: 0 1.25rem;
  font-size: 0.75rem;
  width: 50%;
  position: relative;
  line-height: 1.5714285714;
}
@media screen and (min-width: 768px) {
  .c-page-link__prev,
  .c-page-link__next {
    font-size: 0.875rem;
  }
}

.c-page-link__prev {
  margin-right: auto;
}

.c-page-link__prev::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #3D7BF2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.c-page-link__next {
  margin-left: auto;
}

.c-page-link__archive {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
}

.c-primary-btn {
  display: inline-block;
  background-color: #3D7BF2;
  min-width: 17.5rem;
  max-width: 100%;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.5555555556;
  text-align: center;
  padding: 0.9375rem 3.125rem;
  border-radius: 6.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-primary-btn {
    font-size: 1.125rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.c-primary-btn:hover {
  background-color: #fff;
  color: #3D7BF2;
  opacity: 1;
}

.c-primary-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #fff;
  border-radius: 1px 0px 0px 1px;
}
@media screen and (min-width: 768px) {
  .c-primary-btn::after {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.c-primary-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-primary-btn::before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.c-primary-btn:hover::after {
  background-color: #3D7BF2;
  opacity: 1;
}

.c-primary-btn:hover::before {
  background-color: #3D7BF2;
  opacity: 1;
}

.c-primary-btn--yellow {
  background-color: #FEF22A;
  color: #002850;
}
@media screen and (min-width: 768px) {
  .c-primary-btn--yellow {
    font-size: 1.125rem;
  }
}

.c-primary-btn--yellow:hover {
  background-color: #002850;
  color: #FEF22A;
  opacity: 1;
}

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

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

.c-primary-btn--yellow:hover:after {
  background-color: #FEF22A;
  opacity: 1;
}

.c-primary-btn--yellow:hover:before {
  background-color: #FEF22A;
  opacity: 1;
}

.c-primary-btn--white {
  background-color: #fff;
  color: #002850;
}
@media screen and (min-width: 768px) {
  .c-primary-btn--white {
    font-size: 1.125rem;
  }
}

.c-primary-btn--white:hover {
  background-color: #002850;
  color: #fff;
  opacity: 1;
}

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

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

.c-primary-btn--white:hover:after {
  background-color: #fff;
  opacity: 1;
}

.c-primary-btn--white:hover::before {
  background-color: #fff;
  opacity: 1;
}

.c-secondary-btn {
  display: inline-block;
  background-color: #3D7BF2;
  min-width: 15rem;
  max-width: 100%;
  font-size: 0.875rem;
  color: #fff;
  line-height: 2;
  text-align: center;
  padding: 0.375rem 3.125rem;
  border-radius: 6.25rem;
}
@media screen and (min-width: 768px) {
  .c-secondary-btn {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}

.c-secondary-btn:hover {
  background-color: #fff;
  color: #3D7BF2;
  opacity: 1;
}

.c-secondary-btn--white {
  background-color: #FFFFFF;
  color: #14283C;
}

.c-secondary-btn--white:hover {
  background-color: #14283C;
  color: #fff;
  opacity: 1;
}

.c-section-header {
  text-align: center;
}

.c-section-header__jatitle {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4047619048;
  color: #002850;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-section-header__jatitle {
    font-size: 2.625rem;
  }
}

.c-section-header__engtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2878AA;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.08em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-section-header__engtitle {
    font-size: 1.25rem;
    margin-top: 0.875rem;
  }
}

.c-section-title {
  text-align: center;
}

.c-section-title__main {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3888888889;
  letter-spacing: 0.08em;
  color: #14283C;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-section-title__main {
    font-size: 2.25rem;
  }
}

.c-section-title span {
  width: 1px;
  height: 1.25rem;
  background-color: #2878AA;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-section-title span {
    height: 2.125rem;
  }
}

.c-stalker {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3D7BF2; /* 黒色の半透明 */
  pointer-events: none; /* 他の要素との干渉を防ぐ */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* カーソルの真ん中に位置させるための補正 */
  -webkit-transition: width 0.1s, height 0.1s, -webkit-transform 0.1s;
  transition: width 0.1s, height 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, width 0.1s, height 0.1s;
  transition: transform 0.1s, width 0.1s, height 0.1s, -webkit-transform 0.1s; /* アニメーション効果 */
  z-index: 9999; /* ほとんどの要素の上に表示 */
}

.c-tertiary-btn {
  display: inline-block;
  background-color: #3D7BF2;
  min-width: 8.75rem;
  max-width: 100%;
  font-size: 0.875rem;
  color: #fff;
  line-height: 2;
  text-align: center;
  padding: 0.375rem 1.625rem;
  border-radius: 6.25rem;
}
@media screen and (min-width: 768px) {
  .c-tertiary-btn {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}

.c-tertiary-btn:hover {
  background-color: #fff;
  color: #3D7BF2;
  opacity: 1;
}

.c-tertiary-btn--white {
  background-color: #F2F6FA;
  color: #002850;
}

.c-tertiary-btn--white:hover {
  background-color: #002850;
  color: #F2F6FA;
  opacity: 1;
}

.page-numbers {
  margin: 2.5rem 0 0;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-numbers {
  display: inline-block;
  margin-right: 1.5625rem;
  padding: 1.25rem 1.5625rem;
  color: #333;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px #999;
          box-shadow: 0 3px 3px #999;
  background: #fff;
}

.page-numbers.current {
  padding: 1.25rem 1.5625rem;
  background: #3D7BF2;
  color: #fff;
}

.page-numbers.prev,
.page-numbers.next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3D7BF2;
}

.page-numbers.dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-blog__items {
  margin-top: 1.5rem;
  max-width: 31.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-blog__items {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
}

.p-breadcrumb {
  margin-top: 0.9375rem;
}

.p-card1 {
  display: block;
  outline: 1px solid #96A6B8;
  padding-top: 1.875rem;
  padding-bottom: 2.125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

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

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

.p-card1__info {
  margin-top: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-card1__category:not(:first-child) {
  margin-left: 0.625rem;
}

.p-card1__line {
  width: 1px;
  height: 0.875rem;
  background-color: #3D7BF2;
  display: block;
  position: relative;
  margin: 0 0.75rem;
}

.p-card1__date {
  font-size: 0.8125rem;
  color: #14283C;
  line-height: 2;
  letter-spacing: 0.08em;
}

.p-card1__text-block {
  margin-top: 0.25rem;
}

.p-card1__text {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5882352941;
  letter-spacing: 0.08em;
}

.p-card2 {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-card2 {
    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;
  }
}

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

@media screen and (min-width: 768px) {
  .p-card2__image {
    width: 28.5714285714%;
  }
}

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

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

.p-card2__category:not(:first-child) {
  margin-left: 0.625rem;
}

.p-card2__line {
  width: 1px;
  height: 0.875rem;
  background-color: #3D7BF2;
  display: block;
  position: relative;
  margin: 0 0.75rem;
}

.p-card2__box {
  display: block;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-card2__box {
    width: 67.3469387755%;
    margin-left: 2.5rem;
    margin-top: 0;
  }
}

.p-card2__date {
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #14283C;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-card2__text {
  margin-top: 0.6875rem;
}

.p-card2__text p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #14283C;
  line-height: 1.5652173913;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-card2__text p {
    font-size: 1.4375rem;
  }
}

.p-card2__article {
  margin-top: 0.625rem;
}

.p-card2__article p {
  font-size: 0.75rem;
  color: #14283C;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-card2__article p {
    font-size: 0.9375rem;
  }
}

.p-common-lists__list {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .p-common-lists__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.875rem 0;
  }
}

.p-common-lists__list dt {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-common-lists__list dt {
    width: 10.875rem;
  }
}

.p-common-lists__list dd {
  margin-top: 0.625rem;
}
@media screen and (min-width: 600px) {
  .p-common-lists__list dd {
    margin-top: 0;
    width: calc(100% - 10.875rem);
  }
}

.p-page-recruit__apply {
  margin-top: 2.5rem;
  text-align: center;
}

.p-page-recruit__apply p {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}

.p-company-info__items {
  margin-top: 1.875rem;
}

.p-company-info__map {
  aspect-ratio: 335/240;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-info__map {
    margin-top: 3.75rem;
    aspect-ratio: 1110/394;
  }
}

.p-company-info__map iframe {
  width: 100%;
  height: 100%;
}

.p-company-info__map-link {
  margin-top: 0.625rem;
}

.p-company-info__map-link a {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #240c6a;
}
@media screen and (min-width: 768px) {
  .p-company-info__map-link a {
    font-size: 1rem;
  }
}

.p-company__contents {
  margin-top: 1.875rem;
}

.p-company__subtitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-company__content {
  margin-top: 2.6875rem;
}

.p-company__text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.79;
}

.p-company__btn {
  text-align: center;
  margin-top: 1.875rem;
}

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

.p-company__message-image {
  aspect-ratio: 335/248;
}
@media screen and (min-width: 768px) {
  .p-company__message-image {
    max-width: 27.8125rem;
    width: 100%;
  }
}

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

.p-company__message-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__message-text {
    max-width: 37.8125rem;
    width: 100%;
    font-size: 0.9375rem;
    padding: 0;
  }
}

.p-content {
  overflow: hidden;
}

.p-content__image {
  background: url(../images/content.jpg) center center/cover;
  height: 15.625rem;
}
@media screen and (min-width: 768px) {
  .p-content__image {
    height: 32.625rem;
    margin-right: calc(50% - 50vw);
  }
}

.p-content__block {
  background-color: #F2F6FA;
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-content__block {
    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;
    padding-top: 5.375rem;
    padding-bottom: 6.1875rem;
    padding-left: calc(50vw - 50%);
    padding-right: 0;
    margin-top: -4.375rem;
    margin-left: calc(50% - 50vw);
  }
}

.p-content__block-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-content__block-title {
    width: 48.0833333333%;
    text-align: left;
  }
}

.p-content__block-title span {
  font-size: 1rem;
  font-weight: 500;
  color: #3D7BF2;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-content__block-title span {
    font-size: 1.5rem;
  }
}

.p-content__block-title h3 {
  font-size: 1.875rem;
  font-weight: 500;
  color: #3D7BF2;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-content__block-title h3 {
    font-size: 2.5rem;
  }
}

.p-content__text {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-content__text {
    width: 40.1666666667%;
    margin-right: 6.875rem;
    margin-top: 0;
  }
}

.p-content__text p {
  font-size: 0.6875rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-content__text p {
    font-size: 0.9375rem;
  }
}

.p-content__btn {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-content__btn {
    text-align: right;
    margin-top: -1.875rem;
    margin-right: -1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer-nav__menu:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__menu:not(:first-child) {
    margin-left: 3.75rem;
    margin-top: 0;
  }
}

.p-footer-nav__lists {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__lists {
    margin-top: 0.75rem;
  }
}

.p-footer-nav__menu a {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5882352941;
  letter-spacing: 0.08em;
  color: #14283C;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__menu a {
    font-size: 1.0625rem;
  }
}

.p-footer-nav__list a {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.08em;
  color: #14283C;
}

.p-footer {
  background-color: #E0E8EE;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 5rem;
    padding-bottom: 2.3125rem;
  }
}

.p-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 15%;
  }
}

.p-footer__logo a img {
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo a img {
    width: 11.25rem;
  }
}

.p-footer__wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__nav {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    padding-left: 0.9375rem;
    width: 65%;
    margin-top: 0;
  }
}

.p-footer__content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__content {
    width: 20%;
    margin-top: 0;
  }
}

.p-footer__sns {
  margin-top: 2.6875rem;
}

.p-footer__contact {
  margin-top: 1.25rem;
}

.p-footer__body {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.25rem;
  }
}

.p-footer__privacy {
  font-size: 0.75rem;
  line-height: 2.1666666667;
  letter-spacing: 0.08em;
  color: #14283C;
}

.p-footer__copy {
  display: block;
  font-size: 0.625rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.1428571429;
  letter-spacing: 0.14em;
  color: #14283C;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    margin-left: 3.25rem;
    margin-top: 0;
  }
}

.p-form {
  letter-spacing: 0.05em;
}

.p-form__radio {
  margin-top: 0.3125rem;
}

.p-form dl:not(:first-child) {
  margin-top: 1.875rem;
}

.p-form__item dt {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 400;
}

.p-form__item dt span {
  color: #2878AA;
  font-size: 0.75rem;
  margin-left: 0.625rem;
}

.p-form__item dt span.p-form__tel-info {
  font-size: 0.75rem;
  color: #333;
  margin-left: 0;
}

.p-form__btn {
  margin-top: 3.125rem;
  text-align: center;
}

.p-form__item textarea {
  width: 100%;
}

.p-form__item input.wpcf7-form-control.wpcf7-text {
  width: 100%;
}

span.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  span.wpcf7-form-control.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.p-form__radio.wpcf7-list-item {
  margin-left: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form__radio.wpcf7-list-item {
    display: inline-block;
  }
}

.p-header {
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.p-header.is-color {
  background-color: #fff;
}

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

.p-header__logo a img {
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo a img {
    width: 11.25rem;
  }
}

.p-header__logo-before.headerLogoScroll.-before {
  display: none;
}

.p-header__logo-after {
  display: none;
}

.p-header__logo-after.headerLogoScroll.-after {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__pc-nav {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__pc-nav {
    display: none;
  }
}

.p-mv {
  position: relative;
  height: 100vh;
  width: 100%;
}

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

.p-mv__header {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mv__header {
    left: 7.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-mv__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3846153846;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 3.25rem;
  }
}

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

.p-news__contents {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-news__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-news__title {
    width: 18.0833333333%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-news__items {
  margin-top: 1.875rem;
  max-width: 31.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-news__items {
    width: 81.6666666667%;
    margin-top: 0;
    max-width: 100%;
  }
}

.p-news__item {
  opacity: 1;
  padding-bottom: 1.875rem;
}

.p-news__item:not(:first-child) {
  border-top: 1px solid #C8DCF0;
  padding-top: 1.875rem;
}

.p-page-contact__text {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-contact__text {
    font-size: 1rem;
  }
}

.p-page-contact__content {
  margin-top: 1.875rem;
  padding: 1.875rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-page-contact__content {
    margin-top: 2.5rem;
    padding: 5.625rem;
  }
}

.p-page-recruit__items {
  margin-top: 1.875rem;
}

.p-page-recruit__item {
  border: 1px solid #3D7BF2;
  border-radius: 10px;
  background-color: #fff;
  padding: 1.875rem 1.25rem;
}

.p-page-recruit__item:not(:first-child) {
  margin-top: 2.5rem;
}

.p-page-recruit__job-title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-recruit__job-title {
    font-size: 1.5rem;
  }
}

.p-page-recruit__lists {
  margin-top: 0.9375rem;
}

.p-page-recruit__movies {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-page-recruit__movies {
    margin-top: 8.75rem;
  }
}

.p-page-recruit__movie {
  margin-top: 1.875rem;
  position: relative;
}

.p-page-recruit__movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-page-recruit__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-pc-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-pc-nav {
    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;
  }
}

.p-pc-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.p-pc-nav__items--navy {
  color: #002850;
}

.p-pc-nav__item {
  height: inherit;
  position: relative;
}

.p-pc-nav__item a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

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

.p-pc-nav__recruit {
  margin-left: 0.3125rem;
}

.p-pc-nav__contact {
  margin-left: 1.5rem;
}

.p-pc-nav__item a::after {
  content: "";
  width: calc(100% - 3.125rem);
  height: 2px;
  background-color: #FEF22A;
  display: inline-block;
  position: absolute;
  bottom: 2.1875rem;
  left: 1.5625rem;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-pc-nav__item a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

.p-pc-nav__items.change-color {
  color: #002850;
}

.p-recruit {
  overflow: hidden;
}

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

.p-recruit__image {
  background-image: url(../images/recruit.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: calc(50% - 50vw);
  }
}

.p-recruit__content {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-recruit__content {
    width: 53.3333333333%;
  }
}

.p-recruit__block {
  padding: 1.5625rem;
  background: -webkit-gradient(linear, left top, right top, from(#3D7BF2), to(#8CBEF0));
  background: linear-gradient(90deg, #3D7BF2, #8CBEF0);
}
@media screen and (min-width: 768px) {
  .p-recruit__block {
    padding-top: 6.875rem;
    padding-bottom: 5.1875rem;
    padding-left: 5.25rem;
    padding-right: 5rem;
  }
}

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

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

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

@media screen and (min-width: 768px) {
  .p-service-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

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

.p-service-content__box {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-service-content__box {
    margin-left: 3.75rem;
    width: 45%;
    padding: 0;
  }
}

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

.p-service-content__text {
  color: #14283C;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  line-height: 2.2;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-service-content__text {
    font-size: 0.9375rem;
    margin-top: 1.3125rem;
  }
}

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

.p-service__wrapper {
  max-width: 31.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-service__wrapper {
    max-width: 100%;
  }
}

.p-single-body__inner.l-inner {
  max-width: 50rem;
}

.p-single-body__title h1 {
  font-size: 1.375rem;
  line-height: 2.2727272727;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single-body__title h1 {
    font-size: 2rem;
  }
}

.p-single-body__meta {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-body__meta {
    margin-top: 0.625rem;
  }
}

.p-single-body__image {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-body__image {
    margin-top: 1.6875rem;
  }
}

.p-single-body__image img {
  aspect-ratio: 750/450;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-body__content p {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 1.875rem;
}

.p-single-body__content h2 {
  margin-top: 2.5rem;
  padding-left: 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-body__content h2 {
    margin-top: 3.75rem;
    font-size: 1.5rem;
  }
}

.p-single-body__content h2::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 100%;
  background-color: #391e88;
  left: -0.1875rem;
  border-radius: 5px;
}

.p-single-body__content h3 {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-body__content h3 {
    font-size: 1.125rem;
  }
}

.p-sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: auto;
  z-index: 50;
  padding: 9.375rem 0;
}

.p-sp-nav__items {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-sp-nav__item {
  width: 100%;
}

.p-sp-nav__item a {
  text-align: center;
  display: block;
  padding: 1.25rem 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.p-sp-nav__wrap {
  text-align: center;
  margin-top: 1rem;
}

.p-sp-nav__recruit {
  margin-top: 1rem;
}

.p-sub-blog__items {
  margin-top: 2.5rem;
  max-width: 31.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-sub-blog__items {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
}

.p-sub-mv {
  position: relative;
}

.p-sub-mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.p-sub-mv__img img {
  aspect-ratio: 375/210;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__img img {
    aspect-ratio: 1440/400;
  }
}

.p-sub-service__wrapper {
  margin-top: 2.5rem;
}

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

@media screen and (min-width: 768px) {
  .p-sub-service__content:nth-child(odd) .p-service-content__box {
    margin-right: 3.75rem;
    margin-left: 0;
  }
}

.p-sub-service__content:not(:first-child) {
  border-top: 1px solid #C8DCF0;
  padding-top: 4.375rem;
}

.p-sub-service__content:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-service__content:not(:last-child) {
    margin-bottom: 8.125rem;
  }
}

.loading-bg {
  background: radial-gradient(#dbedff, #7fbfff);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9000;
}

.loading-animation {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}

.loading-animation img {
  display: none; /* ロゴは最初非表示 */
  height: auto;
  max-width: 400px; /* 必要に応じて画像の最大幅 */
  min-width: 100px; /* 必要に応じて画像の最小幅 */
  width: 25vw;
}

/* ローディング時にスクロールさせない */
.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

.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 */
