@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: #111111;
}

@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-career {
  margin-top: 5.625rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-career {
    margin-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}

.l-case {
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-case {
    padding-top: 8.0625rem;
  }
}

.l-column {
  padding-top: 6.25rem;
  padding-bottom: 10.1875rem;
}

.l-contact {
  padding: 6.25rem 0;
}

.l-efforts {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-efforts {
    padding-top: 7.5rem;
    padding-bottom: 12.5rem;
  }
}

.l-entry {
  margin-top: 5.625rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-entry {
    margin-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}

.l-example {
  padding-top: 4.875rem;
  padding-bottom: 6.25rem;
}

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

.l-footer {
  padding-top: 6.25rem;
}

.l-home {
  padding-top: 5.6875rem;
}
@media screen and (min-width: 768px) {
  .l-home {
    padding-top: 8.0625rem;
  }
}

.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-member {
  margin-top: 6.25rem;
}

.l-merit {
  margin-top: 5.875rem;
}

.l-message {
  margin-top: 6.25rem;
}

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

.l-precautions {
  padding-top: 6rem;
  padding-bottom: 6.25rem;
}

.l-privacy {
  padding-top: 6.25rem;
  padding-bottom: 8.75rem;
}

.l-purpose {
  margin-top: 5.875rem;
}

.l-qa {
  padding-top: 6rem;
  padding-bottom: 6.25rem;
}

.l-reason {
  padding-top: 5.8125rem;
  padding-bottom: 6.25rem;
}

.l-reason.l-reason-service10 {
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
}

.l-service {
  margin-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-service {
    margin-top: 12.875rem;
    padding-bottom: 7.5rem;
  }
}

.l-single {
  padding-top: 5.5625rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-single {
    padding-top: 6.25rem;
  }
}

.l-subCase {
  padding-top: 5.5625rem;
}
@media screen and (min-width: 768px) {
  .l-subCase {
    padding-top: 6.25rem;
  }
}

.l-subColumn {
  padding-top: 5.5625rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-subColumn {
    padding-top: 6.25rem;
  }
}

.l-subCompany {
  margin-top: 6.25rem;
}

.l-subContact {
  padding-top: 5.5625rem;
}
@media screen and (min-width: 768px) {
  .l-subContact {
    padding-top: 6.25rem;
  }
}

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

.l-subService-features {
  padding: 5.9375rem 0 6.125rem;
  margin-top: 6.25rem;
}

.l-subService-features.l-subService-features-service2 {
  padding: 5.9375rem 0 6.375rem;
  margin-top: 5.5625rem;
}

.l-subService-features.l-subService-features-service4 {
  padding: 5.9375rem 0 6.25rem;
  margin-top: 5.9375rem;
}

.l-subService-features.l-subService-features-service6 {
  padding: 5.9375rem 0 6.25rem;
  margin-top: 4.625rem;
}

.l-subService-features.l-subService-features-service8 {
  padding: 5.9375rem 0 6.25rem;
  margin-top: 5.75rem;
}

.l-subService {
  margin-top: 6.25rem;
}

.l-support {
  margin-top: 4.9375rem;
}

.l-thanks {
  margin-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-thanks {
    margin-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}

.l-vision {
  margin-top: 6.25rem;
}

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

.l-404{
  margin-top: 3.75rem;
  padding-bottom:3.5rem;
}
@media screen and (min-width: 768px) {
  .l-404 {
    margin-top: 6.25rem;
    padding-bottom:4.5rem;
  }
}

.c-bg {
  display: block;
  margin: 0 calc(50% - 50vw);
  border-radius: 0 0 3.125rem 3.125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#3EA8BB), to(#155C8F));
  background: linear-gradient(180deg, #3EA8BB 0%, #155C8F 100%);
}

.c-breadcrumb {
  color: #FFFFFF;
  font-weight: 500;
  padding: 0.9375rem;
  background: linear-gradient(86deg, #3FA8BC 47.51%, #003579 100.71%);
}

.c-breadcrumb__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__inner.l-inner {
    max-width: 62.5rem;
  }
}

.c-btn {
  display: inline-block;
  position: relative;
  font-size: 0.9375rem;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.2em;
  background-color: #45B6C2;
  text-align: center;
  min-width: 17.1875rem;
  border-radius: 1rem;
  padding: 1.25rem;
  border: solid 2px #45B6C2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn {
    padding: 1.875rem;
  }
}

.c-btn:hover {
  color: #45B6C2;
  background-color: #FFFFFF;
}

.c-btn:hover::after {
  background: url(../images/ar-circle-green.svg) no-repeat center center/contain;
}

.c-btn span {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.c-btn::after {
  position: absolute;
  content: "";
  background: url(../images/ar-circle-wh.svg) no-repeat center center/contain;
  width: 1.875rem;
  height: 1.875rem;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-card {
  display: inline-block;
}

.c-card__img {
  width: 100%;
}

.c-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 320/233;
  border-radius: 0.5rem;
}

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

.c-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #003579;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.c-card__date {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
}

.c-card__more {
  position: relative;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: right;
  margin-top: 2.5rem;
  padding-right: 1.25rem;
}

.c-card__more::after {
  position: absolute;
  content: "";
  background: url(../images/ar-blue.svg) no-repeat center center/contain;
  width: 1.125rem;
  height: 0.75rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-card10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem 1.25rem;
  -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;
  gap: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
}

.c-card10__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #003579;
}

.c-card10__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.25rem;
}

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

.c-card10__link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  background-color: #003579;
  padding: 0.625rem 2.375rem;
  border-radius: 1.875rem;
}

.c-card10__link::after {
  position: absolute;
  content: "";
  background: url(../images/ar-circle-wh.svg) no-repeat center center/contain;
  width: 1rem;
  height: 1rem;
  top: 50%;
  right: 0.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-card2__right {
  width: 3.125rem;
}

.c-card2__number {
  max-width: 3.125rem;
  width: 100%;
}

.c-card2__number img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 50/50;
}

.c-card2__block {
  width: calc(100% - 70px);
  margin-left: 1.25rem;
}

.c-card2__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #003579;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

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

.c-card2__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.c-card2__more {
  position: relative;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #003579;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: 0.625rem;
  padding-right: 1.5rem;
}

.c-card2__more::after {
  position: absolute;
  content: "";
  background: url(../images/cross-blue.svg) no-repeat center center/contain;
  width: 0.8125rem;
  height: 0.8125rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-card3 {
  background-color: #F4FAFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-card3 {
    height: 15.0625rem;
    padding: 0.8125rem 1.875rem;
  }
}

.c-card3.c-card3-service2 {
  background-color: #F4FAFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-card3.c-card3-service2 {
    height: 18.3125rem;
    padding: 0.8125rem 1.875rem;
  }
}

.c-card3.c-card3__service4 {
  background-color: #F4FAFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-card3.c-card3__service4 {
    height: 14.625rem;
    padding: 0.8125rem 1.875rem;
  }
}

.c-card3.c-card3__service6 {
  background-color: #F4FAFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
  height: 19.125rem;
}
@media screen and (min-width: 768px) {
  .c-card3.c-card3__service6 {
    height: 19.125rem;
    padding: 0.8125rem 1.0625rem;
  }
}

.c-card3.c-card3__service7 {
  background-color: #F4FAFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-card3.c-card3__service7 {
    height: 24.1875rem;
    padding: 0.8125rem 1.375rem;
  }
}

.c-card3.c-card3__service8 {
  background-color: #F4FAFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-card3.c-card3__service8 {
    height: 26rem;
    padding: 0.8125rem 1.375rem;
  }
}

.c-card3.c-card3__service9 {
  background-color: #F4FAFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-card3.c-card3__service9 {
    height: 30.375rem;
    padding: 0.8125rem 1.375rem;
  }
}

.c-card3.c-card3__service10 {
  background-color: #F4FAFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-card3.c-card3__service10 {
    height: 22.375rem;
    padding: 0.8125rem 1.375rem;
  }
}

.c-card3:nth-child(1) {
  padding: 0.8125rem 0.75rem;
}

.c-card3__number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #003579;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-card3__number {
    font-size: 2.6875rem;
  }
}

.c-card3__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #003579;
  line-height: 1.6;
  text-align: center;
  margin-top: 0.5625rem;
}

.c-card3__title.c-card3__title-service6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #003579;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.1875rem;
}

.c-card3__title.c-card3__title-service7 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #003579;
  line-height: 1.6;
  text-align: center;
  margin-top: 0;
}

.c-card3__title.c-card3__title-service8 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #003579;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.25rem;
  height: 5.375rem;
}

.c-card3__title.c-card3__title-service9 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #003579;
  line-height: 1.2;
  text-align: center;
  margin-top: 0.25rem;
  height: 5.375rem;
}

.c-card3__title.c-card3__title-service10 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #003579;
  line-height: 1.2;
  text-align: center;
  margin-top: 0.25rem;
  height: 3.0625rem;
}

.c-card3__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1.25rem;
}

.c-card3__text.c-card3__text-first {
  padding: 0 1.125rem;
}

.c-card3__text.c-card3__text-service7 {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.6875rem;
  padding: 0 0.5625rem;
}

.c-card3__text.c-card3__text-service8 {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.6875rem;
  padding: 0 0.5rem;
}

.c-card3__text.c-card3__text-service9 {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 3.625rem;
  padding: 0 0.5rem;
}

.c-card3__text.c-card3__text-service10 {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1.25rem;
  padding: 0 0.5rem;
}

.c-card4 {
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
  height: 17.25rem;
}

.c-card4.c-card4-service2 {
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
  height: 13.875rem;
}

.c-card4.c-card4-service4 {
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
  height: 11.4375rem;
}

.c-card4.c-card4-service6 {
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
  height: 16.75rem;
}

.c-card4.c-card4-service7 {
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
  height: 16.75rem;
}

.c-card4.c-card4-service8 {
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
  height: 21.0625rem;
}

.c-card4.c-card4-service9 {
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
  height: 19.9375rem;
}

.c-card4.c-card4-service10 {
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 1.875rem 1.75rem 1.875rem;
  height: 16.4375rem;
}

.c-card4__icon {
  max-width: 2.5rem;
  width: 100%;
  margin-inline: auto;
}

.c-card4__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 40/40;
}

.c-card4__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #003579;
  text-align: center;
  line-height: 1.6;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card4__title {
    font-size: 1.25rem;
  }
}

.c-card4__title.c-card4__title-service4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #003579;
  text-align: center;
  line-height: 1.6;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card4__title.c-card4__title-service4 {
    font-size: 1.125rem;
  }
}

.c-card4__title.c-card4__title-service10 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #003579;
  text-align: center;
  line-height: 1.6;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-card4__title.c-card4__title-service10 {
    font-size: 1.125rem;
  }
}

.c-card4__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1.25rem;
}

.c-card4__text.c-card4__text-service10 {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.625rem;
}

.c-card5 {
  padding: 1.875rem 1.25rem;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-card5 {
    padding: 3.125rem 2.5rem 3.3125rem;
  }
}

.c-card5.c-card5-service2 {
  padding: 1.875rem 1.25rem;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-card5.c-card5-service2 {
    padding: 3.125rem 2.5rem 2rem;
  }
}

.c-card5.c-card5-service6 {
  padding: 1.875rem 1.25rem;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-card5.c-card5-service6 {
    padding: 3.125rem 2.5rem 1.75rem;
  }
}

.c-card5.c-card5-service7 {
  padding: 1.875rem 1.25rem;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-card5.c-card5-service7 {
    padding: 3.9375rem 2.5rem 2.5625rem;
  }
}

.c-card5.c-card5-service8 {
  padding: 1.875rem 1.25rem;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-card5.c-card5-service8 {
    padding: 2.375rem 2.5rem 2.0625rem;
  }
}

.c-card5.c-card5-service9 {
  padding: 1.875rem 1.25rem;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-card5.c-card5-service9 {
    padding: 2.375rem 2.5rem 2.125rem;
  }
}

.c-card5.c-card5-service10 {
  padding: 1.875rem 1.25rem;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-card5.c-card5-service10 {
    padding: 2.375rem 2.5rem 2.4375rem;
  }
}

.c-card5__icon {
  max-width: 3.125rem;
  width: 100%;
  margin-inline: auto;
}

.c-card5__icon.c-card5__icon1 {
  max-width: 1.875rem;
}

.c-card5__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 40/40;
}

.c-card5__title {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-card5__title {
    font-size: 1.25rem;
  }
}

.c-card5__title.c-card5__title-service1 {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-card5__title.c-card5__title-service1 {
    font-size: 1rem;
  }
}

.c-card6 {
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
  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) {
  .c-card6 {
    width: calc(50% - 0.5em);
  }
}

.c-card6__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #003579;
  text-align: center;
  line-height: 1.4;
}

.c-card6__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  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: 1.25rem;
}

.c-card6__body {
  margin-inline: auto;
  margin-top: 1.4375rem;
}

.c-card6__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-card6__block:not(:first-child) {
  margin-top: 1.25rem;
}

.c-card6__block.c-card6__block-1:not(:first-child) {
  margin-top: 0;
}

.c-card6__number {
  width: 1.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-card6__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 1.4375rem;
}

.c-card6__text.c-card6__text-1 {
  font-size: 1rem;
  line-height: 1.6;
  margin-left: 0;
}

.c-card7 {
  position: relative;
  background-color: #F4FAFF;
  border-radius: 1.875rem;
  padding: 1.875rem;
  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) {
  .c-card7 {
    width: calc(50% - 0.5em);
  }
}

.c-card7.c-card7-1 {
  padding-top: 3.6875rem;
}

.c-card7::before {
  position: absolute;
  content: "";
  background: url(../images/apply-check.svg) no-repeat center center/contain;
  width: 1.5rem;
  height: 1.5rem;
  top: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-card7__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-card7__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #003579;
  text-align: center;
  line-height: 1.4;
}

.c-card7__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.c-card8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-card8 {
    width: calc(50% - 0.5em);
  }
}

.c-card8.c-card8-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-card8__img {
  width: 100%;
}

.c-card8__img.c-card8__img-1 {
  width: 100%;
  height: 15rem;
}

.c-card8__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 380/244;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

.c-card8__content {
  padding: 1.25rem 1.25rem 1.875rem;
}

.c-card8__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #003579;
  text-align: center;
}

.c-card8__text {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 1.25rem;
}

.c-card8__text.c-card8__text-1 {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.25rem;
}

.c-card9 {
  background-color: #FFFFFF;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card9 {
    padding: 1.25rem 0;
  }
}

@media screen and (min-width: 768px) {
  .c-card9__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }
}

.c-card9__img {
  max-width: 23.75rem;
  width: 100%;
}

.c-card9__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 380/244;
}

.c-card9__content {
  margin-top: 1.25rem;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-card9__content {
    margin-top: 0;
    padding-left: 0;
    padding-right: 1.25rem;
  }
}

.c-card9__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #003579;
}

.c-card9__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1.25rem;
}

.c-form {
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 2.8125rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-form {
    padding: 3.5rem 2.5rem;
  }
}

.c-form__text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.c-form__contact {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-form__contact {
    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;
    gap: 1.875rem;
  }
}

.c-form__tel {
  position: relative;
  font-size: 1.875rem;
  font-weight: 500;
  padding-left: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-form__tel {
    text-align: unset;
  }
}

.c-form__tel::before {
  position: absolute;
  content: "";
  background: url(../images/icon-tel.svg) no-repeat center center/contain;
  width: 1.5625rem;
  height: 1.5625rem;
  top: 50%;
  left: 2.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-form__tel::before {
    left: 0;
  }
}

.c-form__hours {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-form__hours {
    text-align: unset;
  }
}

.c-form__body {
  margin-top: 3.75rem;
}

.c-form__group:not(:first-child) {
  margin-top: 1.875rem;
}

.c-form__label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}

.c-form__box {
  position: relative;
  width: 18.75rem;
}

.c-form__box::after {
  position: absolute;
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../images/select-ar.svg) no-repeat center center/contain;
  top: 61%;
  right: 1.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-form__required {
  font-size: my(14);
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  padding: 0.1875rem 0.75rem;
  border-radius: 0.625rem;
  background-color: #E0000E;
  margin-left: 1rem;
}

.c-form__input {
  width: 100%;
  padding: 0.875rem 1.5625rem 0.8125rem;
  border-radius: 0.375rem;
  margin-top: 0.625rem;
  border: solid 2px #A8A8A8;
}

.c-form__input [type=text] {
  width: 100%;
}

.c-form__input [type=email] {
  width: 100%;
}

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

.c-form__input--zip {
  width: 18.75rem;
  padding: 0.875rem 1.5625rem 0.8125rem;
  border-radius: 0.375rem;
  margin-top: 0.625rem;
  border: solid 2px #A8A8A8;
}

.c-form__zip-button {
  font-size: 1rem;
  font-weight: 500;
  background-color: #EDEFF0;
  padding: 0.625rem;
  border: solid 2px #A8A8A8;
  border-radius: 0.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-form__zip-button {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

.c-form__select {
  width: 18.75rem;
  margin-top: 0.625rem;
  border: solid 2px #A8A8A8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.1875rem 1.5625rem 0.9375rem;
}

.c-form__select-city {
  width: 100%;
  width: 18.75rem;
  margin-top: 0.625rem;
  border: solid 2px #A8A8A8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.1875rem 1.5625rem 0.9375rem;
}

.c-form__textarea {
  width: 100%;
  height: 7.5rem;
  resize: none;
  border: solid 2px #A8A8A8;
  border-radius: 0.375rem;
  padding: 1.375rem 1.5625rem;
  margin-top: 0.625rem;
}

.c-form__consent {
  margin-top: 3.75rem;
  text-align: center;
}

.c-form__checkbox-label [type=checkbox] {
  border: solid 2px #111111;
}

.c-form__link {
  display: inline-block;
  color: #13588D;
  border-bottom: solid 1px #13588D;
}

.c-form__submit {
  position: relative;
  width: 20rem;
  height: 3.6875rem;
  text-align: center;
  margin-top: 2.5rem;
  margin-inline: auto;
}

.c-form__submit::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/submit-mail.svg) no-repeat center center/contain;
  top: 50%;
  left: 5.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-form__button {
  display: inline-block;
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  border-radius: 40px;
  background: linear-gradient(86deg, #3FA8BC 47.51%, #003579 100.71%);
  -webkit-box-shadow: 0 10px 30px 0 rgba(29, 107, 152, .2);
          box-shadow: 0 10px 30px 0 rgba(29, 107, 152, .2);
  text-align: center;
  padding: 1.1875rem 2.875rem 1.125rem 5.125rem;
}
@media screen and (min-width: 768px) {
  .c-form__button {
    padding: 1.1875rem 5.375rem 1.125rem 7.625rem;
  }
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  pointer-events: none; /* 無理やりクリックされるのを防ぐ */
}

/* 通常時 */
.wpcf7 .wpcf7-submit {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.wpcf7-spinner {
  display: none;
}

.c-hamburger {
  display: block;
  position: fixed;
  cursor: pointer;
  top: 2.4375rem;
  right: 1.3125rem;
  width: 1.625rem;
  height: 1rem;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  display: inline-block;
  position: absolute;
  background-color: #FFFFFF;
  width: 1.625rem;
  height: 0.125rem;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-hamburger span:nth-of-type(1) {
  top: 0;
}

.c-hamburger span:nth-of-type(2) {
  top: 0.875rem;
}

.c-hamburger.is-active span:nth-child(1) {
  top: 0.3125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.3125rem;
}

.c-hamburger.c-hamburger__under span {
  background-color: #003579;
}

.c-hamburger.c-hamburger__under.is-active span {
  background-color: #FFFFFF;
}

.c-logo {
  display: inline-block;
  padding: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-logo {
    padding: 0;
  }
}

.js-header__logo.is-active {
  display: none;
}

.js-header__logo-white {
  display: none;
}

.js-header__logo-white.is-active {
  display: block;
  background-color: #003579;
}

.c-logo__link {
  max-width: 11.1875rem;
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-logo__link {
    max-width: 16.25rem;
  }
}

.c-logo__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 179/46;
}
@media screen and (min-width: 768px) {
  .c-logo__link img {
    aspect-ratio: 260/67;
  }
}

.c-modal2__wrap input {
  display: none;
}

.c-modal2__open-label,
.c-modal2__close-label {
  cursor: pointer;
}

.c-modal2__open-label {
  position: relative;
  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;
  margin: 0 auto;
  border: none;
  border-radius: 1rem;
  background-color: #003579;
  color: #FFFFFF;
  font-size: 0.9375rem;
  padding: 0.9375rem 2.5rem;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .c-modal2__open-label {
    padding: 2.1875rem 4.6875rem;
    width: 24.375rem;
  }
}

.c-modal2__open-label::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/pop-ar-wh.svg) no-repeat center center/contain;
  top: 50%;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .c-modal2__open-label::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-modal2__open-label:hover {
  background-color: #FFFFFF;
  color: #003579;
  outline: solid 1px #003579;
}

.c-modal2__open-label:hover.c-modal2__open-label::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/pop-ar-b.svg) no-repeat center center/contain;
  top: 50%;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .c-modal2__open-label:hover.c-modal2__open-label::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-modal2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.c-modal2__open-input:checked + label + input + .c-modal2 {
  display: block;
  -webkit-animation: c-modal2-animation 0.6s;
          animation: c-modal2-animation 0.6s;
}

.c-modal2__content-wrap {
  width: 90vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 53.125rem;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-modal2__content-wrap {
    width: 80%;
  }
}

.c-modal2__close-label {
  background-color: #777;
  color: #FFFFFF;
  border: solid 2px #FFFFFF;
  border-radius: 1.25rem;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 1.6;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -1.0625rem;
  right: -4%;
  z-index: 99999;
  font-size: 1.3em;
}
@media screen and (min-width: 768px) {
  .c-modal2__close-label {
    top: -0.9375rem;
    right: -2%;
  }
}

.c-modal2__content {
  padding: 0.625rem;
  max-width: 100%;
  max-height: 80vh;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .c-modal2__content {
    max-height: 80vh;
    padding: 1.8125rem 1.5625rem 2.5rem;
  }
}

.c-modal2__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}

@-webkit-keyframes c-modal2-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes c-modal2-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* モーダル本体 */
.c-modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  z-index: 20;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-modal__wrapper {
    height: 100vh;
  }
}

.c-modal__layer {
  width: 100%;
  height: 100vh;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.c-modal__container {
  position: absolute;
  max-width: 37.5rem;
  width: 100%;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: linear-gradient(175deg, #45B6C2 0.24%, #003579 100.72%);
  border-radius: 1.25rem;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-modal__container {
    max-width: 48.1875rem;
    top: 61%;
  }
}

.c-modal__inner {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 3.75rem;
  overflow-y: auto;
  max-height: 80vh;
}
@media screen and (min-width: 768px) {
  .c-modal__inner {
    padding: 3.25rem;
  }
}

/* モーダルを閉じるボタン */
.c-modal__close {
  position: absolute;
  top: -3.8125rem;
  right: 0;
  width: 2.75rem;
  height: 2.75rem;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (min-width: 768px) {
  .c-modal__close {
    top: -0.4375rem;
    left: calc(50% + 33.4375rem);
  }
}

.c-modal__close:hover {
  opacity: 0.6;
}

.c-modal__close:before,
.c-modal__close:after {
  position: absolute;
  content: "";
  width: 2.125rem;
  height: 0.1875rem;
  border-radius: 3.125rem;
  top: 50%;
  left: 50%;
  background: #FFFFFF;
}

.c-modal__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .c-modal__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-modal__img {
  max-width: 18.75rem;
  width: 100%;
  border-top-right-radius: 1.25rem;
  border-top-left-radius: 1.25rem;
}

.c-modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/300;
}

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

.c-modal__title {
  position: relative;
  font-size: 1.125rem;
  color: #003579;
  font-weight: 500;
  padding-top: 1.0625rem;
}

.c-modal__title::before {
  position: absolute;
  content: "";
  width: 2.75rem;
  height: 0.1875rem;
  background: linear-gradient(45deg, #45B6C2 0.24%, #003579 100.72%);
  top: 0;
  left: 0;
}

.c-modal__name {
  font-size: 1.5625rem;
  font-weight: 600;
  margin-top: 1.25rem;
}

.c-modal__name span {
  font-size: 1rem;
  color: #616161;
  margin-left: 0.625rem;
}

.c-modal__area {
  font-size: 1.125rem;
  color: #003579;
  font-weight: 500;
  margin-top: 2.9375rem;
}

.c-modal__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.5rem;
  white-space: pre-wrap;
}

.c-modal__box {
  display: block;
  margin-top: 1.5rem;
}

.c-modal__block:not(:first-child) {
  margin-top: 1.5rem;
}

.c-modal__block-title {
  font-size: 1.125rem;
  color: #003579;
  font-weight: 500;
}

.c-modal__block-text {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.c-modal3__wrap input {
  display: none;
}

.c-modal3__open-label,
.c-modal3__close-label {
  cursor: pointer;
}

.c-modal3__open-label {
  position: relative;
  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;
  margin: 0 auto;
  border: none;
  border-radius: 1rem;
  background-color: #003579;
  color: #FFFFFF;
  font-size: 0.9375rem;
  padding: 0.9375rem 2.5rem;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .c-modal3__open-label {
    padding: 1.875rem 4.6875rem;
    width: 24.375rem;
  }
}

.c-modal3__open-label::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/pop-ar-wh.svg) no-repeat center center/contain;
  top: 50%;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .c-modal3__open-label::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-modal3__open-label:hover {
  background-color: #FFFFFF;
  color: #003579;
  outline: solid 1px #003579;
}

.c-modal3__open-label:hover.c-modal3__open-label::after {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/pop-ar-b.svg) no-repeat center center/contain;
  top: 50%;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .c-modal3__open-label:hover.c-modal3__open-label::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-modal3 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.c-modal3__open-input:checked + label + input + .c-modal3 {
  display: block;
  -webkit-animation: c-modal3-animation 0.6s;
          animation: c-modal3-animation 0.6s;
}

.c-modal3__content-wrap {
  width: 90vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 53.125rem;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-modal3__content-wrap {
    width: 80%;
  }
}

.c-modal3__close-label {
  background-color: #777;
  color: #FFFFFF;
  border: solid 2px #FFFFFF;
  border-radius: 1.25rem;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 1.6;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -1.0625rem;
  right: -4%;
  z-index: 99999;
  font-size: 1.3em;
}
@media screen and (min-width: 768px) {
  .c-modal3__close-label {
    top: -0.9375rem;
    right: -2%;
  }
}

.c-modal3__content {
  padding: 0.625rem;
  max-width: 100%;
  max-height: 80vh;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .c-modal3__content {
    max-height: 80vh;
    padding: 1.8125rem 1.5625rem 2.5rem;
  }
}

.c-modal3__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}

@-webkit-keyframes c-modal3-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes c-modal3-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-pagenavi {
  margin-top: 2.25rem;
}

.nav-links {
  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;
  gap: 0.75rem;
}

.pagination__arrow {
  display: inline-block;
  width: 0.6875rem;
  height: 1.125rem;
}

.page-numbers {
  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;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #111111;
  text-decoration: none;
}

.page-numbers.current {
  color: #FFFFFF;
  background-color: #111111;
}

.page-numbers.current:after {
  display: none;
}

.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
  border: none;
}

.page-numbers.next,
.page-numbers.prev {
  width: 2.1875rem;
}

.c-sectionTitle {
  position: relative;
  display: inline-block;
  font-size: 1.4375rem;
  font-weight: 600;
  color: #003579;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  padding-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-sectionTitle {
    font-size: 2rem;
    padding-bottom: 1.5625rem;
  }
}

.c-sectionTitle::after {
  position: absolute;
  content: "";
  width: 3.5rem;
  height: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#45B6C2), color-stop(92.37%, #003579));
  background: linear-gradient(180deg, #45B6C2 0%, #003579 92.37%);
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-sectionTitle.c-sectionTitle__white {
  color: #FFFFFF;
}

.c-sectionTitle.c-sectionTitle__white::after {
  background: #FFFFFF;
}

.c-swiper__inner {
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-swiper__inner {
    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;
    gap: 2.5rem;
  }
}

.c-swiper__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-swiper__img {
    width: 40.5555555556%;
  }
}

.c-swiper__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 365/274;
}

.c-swiper__body {
  margin-top: 1.25rem;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-swiper__body {
    margin-top: 0;
    width: 55%;
  }
}

.c-swiper__block {
  display: inline-block;
}

.c-swiper__block:not(:first-child) {
  margin-top: 1.25rem;
}

.c-swiper__blockTitle {
  font-size: 1.125rem;
  font-weight: 900;
  color: #003579;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-bottom: 0.625rem;
  border-bottom: solid 1px #A9C4DB;
}

.c-swiper__blockText {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 0.75rem;
}

.c-title__ja {
  font-size: 1.3125rem;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.06em;
  border-radius: 0px 0px 100px 0px;
  background: linear-gradient(86deg, #3FA8BC 47.51%, #003579 100.71%);
  width: 86.1vw;
  padding-top: 0.9375rem;
  padding-left: 1.25rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-title__ja {
    font-size: 2rem;
    padding-top: 3.125rem;
    padding-left: 7.5rem;
    padding-bottom: 2.8125rem;
  }
}

.c-title__en {
  font-size: 2rem;
  color: #E6F3FE;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-title__en {
    margin-top: -1.3125rem;
    font-size: 8rem;
  }
}

.c-title__en.c-title__en-text {
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .c-wrapper {
    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-about-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  min-width: 37.5rem;
  top: 100%;
  left: 0;
  padding: 1.625rem 0 3.6875rem;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-about-menu.is-active {
  opacity: 1;
  visibility: visible;
}

.p-apply__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-apply__inner.l-inner {
    max-width: 53.125rem;
  }
}

.p-apply__content {
  position: relative;
  border-radius: 1.25rem;
  background: linear-gradient(45deg, #003579 0%, #45B6C2 100%);
  padding: 1.875rem 1.25rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-apply__content {
    padding: 3.75rem;
    margin-top: 6.25rem;
  }
}

.p-apply__content::before {
  position: absolute;
  content: "";
  border-radius: 0.9375rem;
  background-color: #FFFFFF;
  width: 98%;
  height: 98.5%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-apply__content::before {
    width: 99%;
    height: 98%;
  }
}

.p-apply__title {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  color: #003579;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-apply__title {
    font-size: 2rem;
  }
}

.p-apply__title::after {
  position: absolute;
  content: "";
  color: #FFFFFF;
  width: 3rem;
  height: 0.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#45B6C2), to(#003579));
  background: linear-gradient(90deg, #45B6C2 0%, #003579 100%);
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-apply__title::after {
    width: 3.5rem;
    height: 0.25rem;
  }
}

.p-apply__text {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 2.5rem;
}

.p-apply__block {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-apply__block {
    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;
    gap: 2.5rem;
  }
}

.p-apply__pdf {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 1.875rem;
}

.p-apply__pdf::before {
  position: absolute;
  content: "";
  background: url(../images/apply-check.svg) no-repeat center center/contain;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.p-apply__link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4;
  border-radius: 2.5rem;
  background: linear-gradient(92deg, #45B6C2 0.24%, #003579 100.72%);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(29, 107, 152, .2);
          box-shadow: 0px 10px 30px 0px rgba(29, 107, 152, .2);
  padding: 1.25rem 4.6875rem 1.25rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-apply__link {
    font-size: 1.25rem;
    padding: 1.5625rem 5.9375rem 1.75rem 4.6875rem;
  }
}

.p-apply__link::after {
  position: absolute;
  content: "";
  background: url(../images/ar-circle-wh.svg) no-repeat center center/contain;
  width: 1.875rem;
  height: 1.875rem;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-career {
  background-color: #F4FAFF;
}

.p-career__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-career__inner.l-inner {
    max-width: 68.125rem;
  }
}

.p-career__content {
  background-color: #FFFFFF;
  padding: 1.5625rem 0.9375rem 1.875rem;
  border-radius: 1.875rem;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-career__content {
    padding: 3.5rem 7.5rem;
  }
}

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

.p-career__block-title {
  color: #003579;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
}

.p-career__box {
  margin-top: 0.5rem;
}

.p-career__box:not(:first-of-type) {
  margin-top: 2.5rem;
}

.p-career__box-text {
  font-size: 1rem;
  line-height: 1.8;
}

.p-career__box-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.p-career__box-list {
  margin-top: 0.5rem;
}

.p-career__body {
  margin-left: 0.9375rem;
}

.p-career__list {
  margin-top: 0.5rem;
  border-bottom: solid 1px #E1E0E0;
}

.p-career__row {
  border-top: solid 1px #E1E0E0;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-career__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-career__row-head {
  font-size: 1rem;
  line-height: 1;
  width: 8rem;
}

.p-career__row-item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-career__row-item {
    margin-top: 0;
  }
}

.p-case {
  background-color: #F4FAFF;
}

.p-case__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-case__inner.l-inner {
    max-width: 62.5rem;
  }
}

.p-case__title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 900;
  color: #003579;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-case__title {
    font-size: 2.5rem;
  }
}

.p-case__title::before {
  position: absolute;
  content: attr(data-en);
  font-size: 1.25rem;
  font-weight: 700;
  color: #003579;
  font-family: "Barlow", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-case__swiper {
  margin-top: 1.875rem;
  padding-bottom: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .p-case__swiper {
    position: relative;
    margin-top: 3.125rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-bottom: 10rem;
  }
}

.swiper-slide .c-swiper {
  width: 100%;
  height: 100%;
  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;
  background-color: #FFFFFF;
  border-radius: 3.125rem;
  padding: 2.5rem 1.25rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .swiper-slide .c-swiper {
    max-width: 62.5rem;
    padding: 3.125rem 1.4375rem 2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .swiper-slide {
    max-width: 62.5rem;
  }
}

.p-case__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
  bottom: 1.4375rem !important;
}

.p-case__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0 !important;
  margin-left: 0 !important;
  background: #AACDEA;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-case__pagination .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #003579;
}

.swiper-pagination {
  position: static;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: auto;
}

.p-case__pagination-wrapper {
  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;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-case__pagination-wrapper {
    margin-top: 1.9375rem;
  }
}

.p-case__prev,
.p-case__next {
  width: 2.5rem;
  height: 2.5rem;
  position: static;
  margin-top: 0;
  margin-top: initial;
}
@media screen and (min-width: 768px) {
  .p-case__prev,
  .p-case__next {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.p-case__prev {
  margin-right: 1.875rem;
  background: url(.././images/ar-prev.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-case__prev {
    position: absolute;
    top: 10.125rem;
    left: calc(50% - 35.5625rem);
  }
}

.p-case__next {
  margin-left: 1.9375rem;
  background: url(.././images/ar-next.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-case__next {
    position: absolute;
    top: 10.125rem;
    right: calc(50% - 35.5625rem);
  }
}

.p-column__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-column__inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-column__title {
  position: relative;
  font-size: 1.875rem;
  font-weight: 900;
  color: #003579;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-column__title {
    font-size: 2.5rem;
  }
}

.p-column__title::before {
  position: absolute;
  content: attr(data-en);
  font-size: 1rem;
  font-weight: 700;
  color: #003579;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.1em;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-column__title::before {
    font-size: 1.25rem;
  }
}

.p-column__content {
  background-color: #F4FAFF;
  border-radius: 3.125rem;
  margin-top: 3.125rem;
  padding: 2.5rem 1.25rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-column__content {
    padding: 4.9375rem 5rem;
  }
}

.p-column__list {
  display: grid;
  gap: 3.75rem 2.5rem;
  grid-template-columns: repeat(1, 1fr);
  border-bottom: solid 1px #EDEFF0;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-column__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-column__link {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1rem;
  font-weight: 700;
  color: #003579;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-right: 2.5rem;
  margin-top: 1.75rem;
  margin-left: auto;
}

.p-column__link::after {
  position: absolute;
  content: "";
  background: url(../images/ar-blue.svg) no-repeat center center/contain;
  width: 1.875rem;
  height: 1.875rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.p-company__link {
  display: block;
  width: 100%;
  height: 31.25rem;
}

.p-company__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 720/500;
}

.p-contact {
  background: linear-gradient(100deg, #45B6C2 0%, #003579 100%);
}

.p-contact__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__inner.l-inner {
    max-width: 65.625rem;
  }
}

.p-contact__content {
  background-color: #FFFFFF;
  border-radius: 3.125rem;
  padding: 5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1875rem;
    padding: 5rem 5rem 4.875rem;
  }
}

.p-contact__block {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__block {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: -0.125rem;
  }
}

.p-contact__title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 900;
  color: #003579;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    text-align: unset;
    font-size: 1.5rem;
  }
}

.p-contact__title::before {
  position: absolute;
  content: attr(data-en);
  font-size: 1rem;
  font-weight: 700;
  color: #003579;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-contact__title::before {
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    font-size: 1.25rem;
  }
}

.p-contact__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    text-align: unset;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__body {
    padding-left: 1.875rem;
    border-left: solid 1px #EDEFF0;
  }
}

.p-contact__head {
  display: inline-block;
  background-color: #F4FAFF;
  border-radius: 1.25rem;
  padding: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact__head {
    padding: 1.25rem 1.875rem;
  }
}

.p-contact__subText {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}

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

.p-contact__tel span {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #FFFFFF;
  padding: 0.625rem 1.25rem;
  margin-right: 0.25rem;
}

.p-contact__telLink {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #003579;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}

.p-contact__time {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.375rem;
}

.p-contact__time span {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-left: 0.5rem;
}

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

.p-contact__link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4;
  border-radius: 2.5rem;
  background: linear-gradient(92deg, #45B6C2 0.24%, #003579 100.72%);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(29, 107, 152, .2);
          box-shadow: 0px 10px 30px 0px rgba(29, 107, 152, .2);
  padding: 1.25rem 4.6875rem 1.25rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__link {
    font-size: 1.25rem;
    padding: 1.5625rem 5.9375rem 1.75rem 4.6875rem;
  }
}

.p-contact__link::after {
  position: absolute;
  content: "";
  background: url(../images/ar-circle-wh.svg) no-repeat center center/contain;
  width: 1.875rem;
  height: 1.875rem;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  padding: 0 2.5rem;
  background: rgba(0, 40, 90, .9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 9998;
}
@media screen and (min-width: 1024px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer__list {
  width: 100%;
  padding-top: 3.75rem;
}

.p-drawer__content-item {
  position: relative;
  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;
  padding: 1.25rem 0 1.25rem 0.625rem;
  border-bottom: solid 1px rgba(255, 255, 255, .3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-drawer__link {
  position: relative;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  width: 100%;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-drawer.is-active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

.js-drawer-item-service {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.js-service-submenu {
  margin-top: 1.25rem;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.js-service-submenu.is-active {
  display: block;
}

.js-about-submenu {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.js-about-submenu.is-active {
  display: block;
}

.p-drawer__submenu-item:not(:first-of-type) {
  border-top: solid 1px rgba(255, 255, 255, .3);
}

.p-drawer__submenu-link.p-drawer__submenu-link-service {
  display: block;
  font-size: 0.8125rem;
  color: #FFFFFF;
  font-weight: 800;
  text-transform: uppercase;
  text-align: right;
  padding-right: 2.5rem;
}

.p-drawer__submenu-link {
  display: block;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 800;
  text-transform: uppercase;
  text-align: right;
  padding-right: 2.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.p-drawer__icon {
  max-width: 1.875rem;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-drawer__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 30/30;
}

.p-drawer__icon.is-active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-drawer__btnLink {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #003579;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  background-color: #FFFFFF;
  padding: 1.5rem 6.0625rem;
  border-radius: 1.875rem;
}

.p-efforts {
  position: relative;
  display: block;
  background-color: #F4FAFF;
}

.p-efforts__img {
  position: absolute;
  max-width: 13.125rem;
  width: 100%;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-efforts__img {
    max-width: 39.375rem;
  }
}

.p-efforts__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 630/817;
}

.p-efforts__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-efforts__inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-efforts__block {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-efforts__block {
    width: 34.375rem;
  }
}

.p-efforts__title {
  position: relative;
  font-size: 1.875rem;
  font-weight: 900;
  color: #003579;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-efforts__title {
    font-size: 2.5rem;
  }
}

.p-efforts__title::before {
  position: absolute;
  content: attr(data-en);
  font-size: 1rem;
  font-weight: 700;
  color: #003579;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.1em;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-efforts__title::before {
    font-size: 1.25rem;
  }
}

.p-efforts__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-efforts__text {
    margin-top: 3.125rem;
  }
}

.p-efforts__content {
  position: relative;
  background-color: #FFFFFF;
  padding: 2.5rem 1.25rem;
  border-radius: 3.125rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-efforts__content {
    padding: 5.0625rem 5rem 2.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-efforts__list {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
}

.p-efforts__item {
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #DBE1E8;
}

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

@media screen and (min-width: 768px) {
  .p-efforts__item:nth-child(7) {
    border: none;
  }
}

.p-efforts__item:nth-child(8) {
  border: none;
}

.p-entry {
  background-color: #F4FAFF;
}

.p-entry__content {
  margin-top: 2.5rem;
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 1.5625rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-entry__content {
    padding: 3.5rem 2.5rem;
    margin-top: 4.375rem;
  }
}

.p-entry__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry__inner.l-inner {
    max-width: 68.125rem;
  }
}

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

.p-entry__label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-entry__label label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-entry__label label {
    font-size: 1rem;
  }
}

.p-entry__required {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  background-color: #E0000E;
  border-radius: 0.3125rem;
  padding: 0.375rem 0.625rem;
  margin-left: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-entry__required {
    margin-left: 0.5rem;
  }
}

.p-entry__input {
  margin-top: 0.5rem;
}

.p-entry__input [type=text] {
  border: solid 2px #A8A8A8;
  border-radius: 0.375rem;
  background-color: #FFFFFF;
  padding: 1.25rem 1.5625rem;
  font-size: 1rem;
  width: 100%;
}

.p-entry__input [type=date] {
  border: solid 2px #A8A8A8;
  -moz-appearance: none;
       appearance: none;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 16px;
  width: 100%;
  -webkit-appearance: none;
}

.p-entry__input [type=email] {
  border: solid 2px #A8A8A8;
  border-radius: 0.375rem;
  background-color: #FFFFFF;
  padding: 1.25rem 1.5625rem;
  font-size: 1rem;
  width: 100%;
}

.p-entry__input [type=tel] {
  border: solid 2px #A8A8A8;
  border-radius: 0.375rem;
  background-color: #FFFFFF;
  padding: 1.25rem 1.5625rem;
  font-size: 1rem;
  width: 100%;
  color: #111111;
}

.p-entry__input select {
  width: 100%;
  border: solid 2px #A8A8A8;
  border-radius: 0.375rem;
  background-color: #FFFFFF;
  padding: 1.25rem 1.5625rem;
  font-size: 1rem;
  background: url(../images/entry-ar.png);
  background-repeat: no-repeat;
  background-position: right 1.5625rem center;
  background-size: contain 1rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-entry__file-group {
  border: solid 2px #A8A8A8;
  border-radius: 0.375rem;
  background-color: #FFFFFF;
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-entry__file-group {
    padding: 1.25rem 1.5625rem;
  }
}

.p-entry__file-group:nth-of-type(2) {
  margin-top: 0.5rem;
}

.p-entry__file-label {
  display: inline-block;
  width: 10.6875rem;
}

@media screen and (min-width: 768px) {
  .p-entry__file-input-1 {
    margin-left: -4.9375rem;
  }
}

.p-entry-checkbox {
  margin-top: 0.625rem;
  border: solid 2px #A8A8A8;
  border-radius: 0.375rem;
}

.p-entry-checkbox summary {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  padding: 1.25rem 1.5625rem;
  font-size: 1rem;
  background: url(../images/entry-ar.png);
  background-repeat: no-repeat;
  background-position: right 1.5625rem center;
  background-size: contain 1rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-entry__form-bottom {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry__form-bottom {
    margin-top: 3.75rem;
  }
}

.p-entry__form-link {
  display: inline-block;
}

.p-entry-checkbox-group {
  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.625rem;
}

.p-entry__form-btn {
  position: relative;
  width: 20rem;
  height: 3.6875rem;
  text-align: center;
  margin-inline: auto;
}

.p-entry__form-btn::before {
  position: absolute;
  content: "";
  background: url(../images/icon-entry.svg) no-repeat center center/contain;
  width: 1.6875rem;
  height: 1.6875rem;
  top: 93%;
  left: 4.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-entry__form-btn [type=submit] {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#45B6C2), to(#003579));
  background: linear-gradient(90deg, #45B6C2, #003579);
  padding: 1.1875rem 4.5625rem 1.1875rem 5.625rem;
  border-radius: 2.5rem;
}

.p-entry-checkbox-group {
  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.625rem;
}

.p-entry__checkbox {
  position: relative;
  display: block;
  padding: 0.625rem 0.9375rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  font-size: 1rem;
  background-color: #fff;
}

.p-entry__checkbox [type=checkbox] {
  display: none;
}

.p-entry__checkbox [type=checkbox]:checked + span {
  background-color: #f0f0f0;
  color: #000;
}

.p-entry__checkbox span {
  display: inline-block;
  width: 100%;
}

.p-entry-checkbox summary {
  list-style: none; /* Firefox用（意外と重要） */
  -moz-appearance: none;
       appearance: none; /* モダンブラウザ用 */
  -webkit-appearance: none; /* Safari用 */
}

.p-example__scroll {
  white-space: nowrap;
  overflow: hidden;
  margin-top: 2.3125rem;
}

.p-example__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
  gap: 1.25rem;
}

.p-example__list.p-example__list-service2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.p-example__list.p-example__list-service4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
  gap: 1.25rem;
  padding-left: 0;
}

.p-example__item {
  height: 15.125rem;
  padding: 2.3125rem 2rem 2.6875rem;
  background-color: #45B6C2;
  border-top-left-radius: 3.75rem;
  border-bottom-left-radius: 3.75rem;
}

.p-example__icon {
  max-width: 2.5rem;
  width: 100%;
  margin-inline: auto;
}

.p-example__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 40/40;
}

.p-example__title {
  font-size: 1.75rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.2;
  margin-top: 1.0625rem;
  text-align: center;
}

.p-example__title.p-example__title-service1 {
  font-size: 1.375rem;
}

.p-example__text {
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.3;
  margin-top: 1.25rem;
  height: 3.375rem;
}

.p-example__text.p-example__text-service1 {
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.3;
  margin-top: 1.25rem;
  height: 3.375rem;
  padding-left: 2.5rem;
}

.p-example__text.p-example__text-service2 {
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.3;
  margin-top: 1.25rem;
  height: 3.375rem;
  text-align: center;
}

.p-example__text.p-example__text-service4 {
  font-size: 1rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.3;
  margin-top: 1.25rem;
  height: 3.375rem;
  padding-left: 1.5rem;
}

.p-features {
  display: block;
}

.p-features__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-features__inner.l-inner {
    max-width: 71.9375rem;
  }
}

.p-features__title {
  border-left: solid 0.375rem #003579;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-features__title {
    padding-left: 1.75rem;
  }
}

.p-features__title-en {
  font-size: 0.875rem;
  font-weight: 700;
  color: #003579;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-features__title-en {
    font-size: 1.25rem;
  }
}

.p-features__title-ja {
  font-size: 1.625rem;
  font-weight: 900;
  color: #003579;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-features__title-ja {
    font-size: 2.5rem;
  }
}

.p-features__block {
  max-width: 37.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-features__block {
    max-width: 75rem;
    padding: 0;
  }
}

.p-features__list {
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-features__list {
    max-width: 78.125rem;
    margin-top: -4.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__item {
    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;
    gap: 0.75rem;
    max-width: 68.75rem;
    width: 100%;
    margin-left: auto;
  }
}

.p-features__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: auto;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .p-features__content {
    width: 33.75rem;
  }
}

.p-features__contentTitle {
  font-size: 1.25rem;
  font-weight: 900;
  color: #003579;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-features__contentTitle {
    font-size: 1.875rem;
    margin-top: 3.75rem;
  }
}

.p-features__contentText {
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-features__contentText {
    font-size: 1rem;
  }
}

.p-features__img {
  width: 16.875rem;
  margin: 3.125rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-features__img {
    width: 32.5rem;
    margin: 0;
  }
}

.p-features__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 270/216;
}
@media screen and (min-width: 768px) {
  .p-features__img img {
    aspect-ratio: 500/453;
  }
}

.p-features__img.p-features__img2 img {
  aspect-ratio: 500/399;
}

.p-features__bg {
  position: relative;
  margin-top: -10.1875rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-features__bg {
    margin-top: -31.25rem;
  }
}

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

.p-features__achievement {
  padding-top: 4.125rem;
}

.p-features__achievement-inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-features__achievement-inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-features__achievement-box {
  position: relative;
  width: 100%;
  margin-inline: auto;
  border: solid 0.25rem #FFFFFF;
  border-radius: 3.125rem;
  padding: 1.875rem 1.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-features__achievement-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 75rem;
    padding: 4.75rem 6rem 5.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-features__achievement-block {
    width: 33.0625rem;
  }
}

.p-features__achievement-comment {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #3FA8BC;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-features__achievement-comment {
    top: -1.0625rem;
    left: 22%;
    padding: 0 0.8125rem;
  }
}

.p-features__achievement-commentInner {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 900;
  color: #003579;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-color: #FFFFFF;
  padding: 0.0625rem 0.875rem 0;
}
@media screen and (min-width: 768px) {
  .p-features__achievement-commentInner {
    font-size: 1.25rem;
  }
}

.p-features__achievement-comment small {
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-features__achievement-comment span {
  font-size: 1.3125rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-features__achievement-comment span {
    font-size: 1.6875rem;
  }
}

.p-features__achievement-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-features__achievement-title {
    font-size: 2.25rem;
  }
}

.p-features__achievement-title span {
  font-size: 1.4375rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-features__achievement-title span {
    font-size: 3.75rem;
  }
}

.p-features__achievement-title strong {
  font-size: 1.75rem;
  font-weight: 900;
  color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-features__achievement-title strong {
    font-size: 6.25rem;
  }
}

.p-features__achievement-text {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 2.3125rem;
}

@media screen and (min-width: 768px) {
  .p-features__achievement-img {
    position: absolute;
    top: -7.625rem;
    right: 3.125rem;
    width: 32.0625rem;
  }
}

.p-features__achievement-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 513/606;
}

.p-features__company-inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-features__company-inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-features__company-block {
  width: 100%;
  padding: 1.25rem 1.25rem 2.5rem;
  border: solid 0.25rem #FFFFFF;
  border-radius: 3.125rem;
  margin: 2.5rem auto 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-features__company-block {
    max-width: 75rem;
    padding: 4.375rem 6.25rem 5rem;
    margin: 6.25rem auto 9.375rem;
  }
}

.p-features__company-title {
  font-size: 1.3125rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-features__company-title {
    text-align: unset;
    font-size: 2.5rem;
  }
}

.p-features__company-list {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-features__company-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

.p-features__company-name {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-features__company-name {
    max-width: 10rem;
  }
}

.p-features__company-name img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 160/80;
}

.p-flow {
  padding-top: 6.25rem;
}

.p-flow__title {
  text-align: center;
}

.p-flow__scroll {
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5rem;
}

.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3.125rem;
  padding-top: 1.875rem;
  padding-left: 42.3125rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    padding-left: 9.3125rem;
  }
}

.p-flow__list.p-flow__list-service6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3.125rem;
  padding-top: 1.875rem;
  padding-left: 51.8125rem;
}
@media screen and (min-width: 768px) {
  .p-flow__list.p-flow__list-service6 {
    padding-left: 27.6875rem;
  }
}

.p-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 3px #003579;
  border-radius: 1.875rem;
  padding: 2.5rem 1.5rem 1.875rem;
  /*height: 13.1875rem;*/
  min-width: 14.375rem;
}

.p-flow__item.p-flow__item-service2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 3px #003579;
  border-radius: 1.875rem;
  padding: 2.5rem 1.5rem 1.875rem;
  /*height: 10.75rem;*/
  min-width: 14.375rem;
}

.p-flow__item.p-flow__item-service4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 3px #003579;
  border-radius: 1.875rem;
  padding: 2.5rem 1.5rem 1.875rem;
  /*height: 10.75rem;*/
  min-width: 14.375rem;
}

.p-flow__item.p-flow__item-service6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 3px #003579;
  border-radius: 1.875rem;
  padding: 2.5rem 1.5rem 1.875rem;
  /*height: 11.75rem;*/
  min-width: 14.375rem;
}

.p-flow__item.p-flow__item-service7 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 3px #003579;
  border-radius: 1.875rem;
  padding: 5.0625rem 1.5rem 1.875rem;
  /*height: 12.0625rem;*/
  min-width: 14.375rem;
}

.p-flow__item.p-flow__item-service8 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 3px #003579;
  border-radius: 1.875rem;
  padding: 3.125rem 1.5rem 1.875rem;
  /*height: 14.1875rem;*/
  min-width: 14.375rem;
}

.p-flow__item:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/flow-icon.svg) no-repeat center center/contain;
  top: 48%;
  left: -2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-flow__number {
  position: absolute;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  border-radius: 6.25rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-top: 0.5625rem;
  background: linear-gradient(269deg, #45B6C2 1.08%, #003579 110.94%);
  width: 3.75rem;
  height: 3.75rem;
  text-align: center;
  top: -2.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-flow__number span {
  font-size: 1.875rem;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  display: block;
  line-height: 1;
}

.p-flow__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #003579;
  line-height: 1.2;
  text-align: center;
  height: 3rem;
}

.p-flow__title.p-flow__title-service4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #003579;
  line-height: 1.2;
  text-align: center;
  height: 3rem;
}

.p-flow__text {
  font-size: 1rem;
  text-align: center;
  margin-top: 0.625rem;
  /*height: 2.375rem;*/
  line-height: 1.23;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal !important;
}

.p-footer__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner.l-inner {
    max-width: 78.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10.4375rem;
  }
}

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

.p-footer__address {
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__address span {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 0.5rem 0.875rem;
  border: solid 1px #EDEFF0;
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
  width: 6.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__address span {
    display: inline-block;
    margin-bottom: 0;
  }
}

.p-footer__address:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__address:not(:first-child) {
    margin-top: 0.625rem;
  }
}

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

.p-footer__tel span {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  width: 6.25rem;
  border-right: solid 1px #EDEFF0;
}

.p-footer__telLink {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-left: 1.25rem;
}

.p-footer__email span {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  width: 6.25rem;
  border-right: solid 1px #EDEFF0;
}

.p-footer__emailLink {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-left: 1.25rem;
}

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

.p-footer__snsTitle {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}

.p-footer__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
  margin-left: 2.5rem;
}

.p-footer__snsIcon {
  max-width: 2.0625rem;
  width: 100%;
}

.p-footer__snsIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 33/33;
}

.p-footer__snsIcon.p-footer__snsIcon-youtube {
  max-width: 3.125rem;
  width: 100%;
}

.p-footer__snsIcon.p-footer__snsIcon-youtube img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 50/50;
}

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

@media screen and (min-width: 768px) {
  .p-footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer__headLink {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  color: #003579;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__headLink {
    font-size: 0.875rem;
  }
}

.p-footer__headLink::before {
  position: absolute;
  content: "";
  background: url(../images/ar-blue.svg) no-repeat center center/contain;
  width: 1rem;
  height: 0.625rem;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-footer__headLink::before {
    width: 0.8125rem;
    height: 0.5rem;
    top: 55%;
  }
}

.p-footer__items {
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__items {
    padding-left: 0;
    margin-left: 1.8125rem;
    margin-right: 4rem;
  }
}

.p-footer__item:not(:first-child) {
  margin-top: 0.5625rem;
}

.p-footer__itemLink {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__itemLink {
    font-size: 0.75rem;
  }
}

.p-footer__itemLink::before {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.0625rem;
  background-color: #003579;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-footer__body {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__body {
    padding-left: 2.375rem;
    margin-top: -0.25rem;
    border-left: solid 1px #EDEFF0;
  }
}

.p-footer__list li:not(:first-child) {
  margin-top: 1.1875rem;
}

.p-footer__listLink {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  color: #003579;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__listLink {
    font-size: 0.875rem;
  }
}

.p-footer__listLink::before {
  position: absolute;
  content: "";
  background: url(../images/ar-blue.svg) no-repeat center center/contain;
  width: 1rem;
  height: 0.625rem;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-footer__listLink::before {
    width: 0.8125rem;
    height: 0.5rem;
    top: 55%;
  }
}

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

.p-footer__copyright {
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 3.125rem;
  padding-top: 1.875rem;
  padding-bottom: 1.4375rem;
  border-top: solid 1px #EDEFF0;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.5625rem;
  z-index: 9997;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 8.5rem;
  }
}

.p-header.p-header__under {
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-header.p-header__under {
    height: 6.25rem;
  }
}

.p-header.on-hover {
  background-color: #FFFFFF;
}

.js-header.is-active {
  background-color: #003579;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

.p-header__inner.l-inner {
  max-width: 37.5rem;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-header__inner.l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 85.625rem;
    padding-top: 3.25rem;
    padding-left: 1.5625rem;
  }
}

.p-header__inner.p-header__inner-under {
  padding-top: 1rem;
  padding-bottom: 1.0625rem;
}

.p-header__content {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.5625rem;
    margin-top: 0.125rem;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
}

.p-header__navLink {
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-header__navLink::after {
  position: absolute;
  content: "";
  background-color: #FFFFFF;
  width: 1rem;
  height: 0.125rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-header__navLink.on-hover {
  color: #003579;
}

.js-navLink,
.js-navLink-about {
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.js-navLink::after,
.js-navLink-about::after {
  position: absolute;
  content: "";
  background-color: #FFFFFF;
  width: 1rem;
  height: 0.125rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.current {
  position: relative;
  color: #45B6C2;
}

.current::after {
  position: absolute;
  background-color: #45B6C2;
  content: "";
  width: 1rem;
  height: 0.125rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.js-navLink.current,
.js-navLink-about.current {
  position: relative;
  color: #45B6C2;
}

.js-navLink.current::after,
.js-navLink-about.current::after {
  position: absolute;
  background-color: #45B6C2;
  content: "";
  width: 1rem;
  height: 0.125rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-header__navLink.p-header__navLink-under {
  position: relative;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-header__navLink.p-header__navLink-under:hover {
  color: #45B6C2;
}

.p-header__navLink.p-header__navLink-under::after {
  position: absolute;
  content: "";
  background-color: #333333;
  width: 1rem;
  height: 0.125rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-header__navLink:hover.p-header__navLink-under::after {
  background-color: #45B6C2;
}

.p-header__contact {
  margin-top: -0.75rem;
}

.p-header__contactLink {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #003579;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1.1875rem 1.875rem;
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(23, 51, 80, .2);
          box-shadow: 0px 4px 20px 0px rgba(23, 51, 80, .2);
}

.p-home__breadcrumb {
  margin-top: 2.5rem;
}

.p-home__content {
  margin-bottom: 5rem;
}

.p-home__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-home__inner.l-inner {
    max-width: 50rem;
  }
}

.p-home__list {
  margin-top: 5rem;
  margin-bottom: 3.75rem;
}

.p-home__item {
  display: block;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.p-home__item:not(:first-child) {
  margin-top: 1.25rem;
}

.p-home__time {
  font-size: 0.9375rem;
  color: #aacdea;
}

.p-home__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.p-member {
  background-color: #F4FAFF;
}

@media screen and (min-width: 768px) {
  .p-member__inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-member__content {
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 1.25rem 0.9375rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-member__content {
    padding: 5.625rem 5.625rem 8.875rem;
    margin-top: 4.3125rem;
  }
}

.p-member__list {
  display: grid;
  gap: 5.75rem 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
}
@media screen and (min-width: 768px) {
  .p-member__list {
    gap: 5.75rem 3.75rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-member__item {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.p-member__img {
  width: 100%;
}

.p-member__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 300/300;
}

@media screen and (min-width: 768px) {
  .p-member__img.is-active {
    max-width: 37.5rem;
  }
}

.p-member__box {
  position: absolute;
  width: 18.75rem;
  background-color: #FFFFFF;
  border-radius: 0.375rem;
  padding: 1.1875rem 1rem;
  bottom: -2.8125rem;
  left: 1.25rem;
}

.p-member__box.p-member__box-last {
  bottom: -2.9375rem;
  padding: 0.5rem 1rem;
}

.p-member__box::before {
  position: absolute;
  content: "";
  width: 2.75rem;
  height: 0.1875rem;
  background: -webkit-gradient(linear, left top, right top, from(#45B6C2), to(#003579));
  background: linear-gradient(90deg, #45B6C2 0%, #003579 100%);
  top: 0;
  left: 0.8125rem;
}

.p-member__category {
  font-size: 0.875rem;
  color: #003579;
  font-weight: 500;
  line-height: 1;
}

.p-member__name {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-member__name span {
  font-size: 0.75rem;
  color: #616161;
  font-weight: 400;
  margin-left: 0.5rem;
}

.p-member__links {
  display: grid;
  gap: 1.3125rem;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  margin-top: 5rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-member__links {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10.625rem;
    padding-bottom: 8.75rem;
  }
}

.p-merit__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-merit__inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-merit__title {
  text-align: center;
}

.p-merit__content {
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-merit__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 1.875rem;
  }
}

.p-merit__box {
  position: relative;
  background-color: #F4FAFF;
  border: solid 3px #003579;
  border-radius: 1.25rem;
  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;
  height: 24.1875rem;
  padding-left: 1.5625rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-merit__box {
    height: 100%;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    padding-right: 4.6875rem;
  }
}

.p-merit__box.p-merit__box-large {
  position: relative;
  background-color: #F4FAFF;
  border: solid 3px #003579;
  border-radius: 1.25rem;
  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;
  height: 27.1875rem;
  padding-left: 1.5625rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-merit__box.p-merit__box-large {
    height: 100%;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    padding-right: 4.6875rem;
  }
}

.p-merit__box:nth-child(2) {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-merit__box:nth-child(2) {
    margin-top: 0;
    padding-left: 1.5625rem;
    padding-right: 2.3125rem;
  }
}

.p-merit__box-title {
  position: absolute;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #003579;
  line-height: 1.6;
  border-radius: 0.625rem;
  padding: 0.25rem 1.5rem;
  top: -1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-merit__box-title {
    font-size: 1.5rem;
    padding: 0.25rem 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__box-title.p-merit__box-title2 {
    padding: 0.25rem 1.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__box-title.p-merit__box-service1 {
    padding: 0.25rem 1.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__box-body {
    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-merit__box-list.p-merit__box-list2 {
    width: 16.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__box-list.p-merit__box-list2-service1 {
    width: 25.5rem;
  }
}

.p-merit__box-list:not(:first-child) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-merit__box-list:not(:first-child) {
    margin-top: 0;
  }
}

.p-merit__box-list.p-merit__box-list-service6 {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-merit__box-list.p-merit__box-list-service9 {
  margin-top: 2.25rem;
  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-merit__box-list.p-merit__box-list2-service6 {
    width: 25.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__box-list.p-merit__box-list2-service9 {
    width: 25.5rem;
  }
}

.p-merit__box-item {
  position: relative;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  color: #003579;
  padding-left: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-merit__box-item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.p-merit__box-item:not(:first-child) {
  margin-top: 1.25rem;
}

.p-merit__box-item.p-merit__box-item-service6 {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  color: #003579;
  padding-left: 1.8125rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-merit__box-item.p-merit__box-item-service6 {
    margin-inline: 0;
  }
}

.p-merit__box-item::before {
  position: absolute;
  content: "";
  width: 1.1875rem;
  height: 1.8125rem;
  background: url(../images/subService-icon.svg) no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-merit__box-item:not(:first-child).p-merit__box-item-service6 {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-merit__box-item:not(:first-child).p-merit__box-item-service6 {
    margin-top: 1.25rem;
  }
}

.p-message {
  background-color: #F4FAFF;
}

.p-message__inner.l-inner {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-message__inner.l-inner {
    margin-top: 3.75rem;
    max-width: 68.125rem;
  }
}

.p-message__content {
  background-color: #FFFFFF;
  padding: 2.1875rem 0.9375rem;
  border-radius: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-message__content {
    margin-top: -0.4375rem;
    padding: 3.5rem 7.5rem;
  }
}

.p-message__content-title {
  font-size: 1.4375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-message__content-title {
    font-size: 2rem;
  }
}

.p-message__text {
  font-size: 1rem;
  color: #000;
  font-family: "Inter", sans-serif;
  line-height: 2;
  letter-spacing: 0.002em;
}

.p-message__text:not(:first-child) {
  margin-top: 2rem;
}

.p-message__box {
  margin-top: 2.5rem;
}

.p-message__img {
  position: relative;
  width: 59.0163934426%;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-message__img {
    width: 49.1803278689%;
  }
}

.p-message__img::after {
  position: absolute;
  content: "";
  background: url(../images/president-name.png) no-repeat center center/contain;
  width: 55%;
  height: 100%;
  right: -7.1875rem;
  bottom: -4.25rem;
}
@media screen and (min-width: 768px) {
  .p-message__img::after {
    right: -17.8125rem;
    bottom: -9rem;
  }
}

.p-message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 383/383;
}

.p-message__box-body {
  margin-top: 2.5rem;
}

.p-message__box-content:not(:first-child) {
  margin-top: 1.25rem;
}

.p-message__box-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-message__box-title {
    font-size: 1.4375rem;
  }
}

.p-message__box-link {
  display: inline-block;
  font-size: 1rem;
  cursor: pointer;
}

.p-message__box-iframe {
  text-align: center;
  margin-top: 0.5rem;
}

.p-message__box-iframe iframe {
  width: 21.5625rem;
  max-width: 100%;
  height: auto;
  aspect-ratio: 345/194;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-message__box-iframe iframe {
    width: 40rem;
    aspect-ratio: 640/360;
  }
}

.p-message__links {
  display: grid;
  gap: 1.3125rem;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  margin-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-message__links {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 8.875rem;
    padding-bottom: 8.75rem;
  }
}

.p-mv {
  position: relative;
  display: block;
}

.p-mv-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv-bg {
    max-width: 75%;
  }
}
@media screen and (min-width: 1700px) {
  .p-mv-bg {
    max-width: 62.5%;
  }
}

.p-mv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/417;
}
@media screen and (min-width: 768px) {
  .p-mv-bg img {
    aspect-ratio: 1069/851;
  }
}

.p-mv__inner.l-inner {
  padding-top: 5.4375rem;
}
@media screen and (min-width: 768px) {
  .p-mv__inner.l-inner {
    max-width: 78.125rem;
    padding-top: 0;
  }
}

.p-mv__content {
  position: relative;
  top: 5.4375rem;
}
@media screen and (min-width: 768px) {
  .p-mv__content {
    top: 12.6875rem;
    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: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-mv__content::before {
  position: absolute;
  content: "";
  width: 1.0625rem;
  height: 9.0625rem;
  background: url(../images/icon-scroll.svg) no-repeat center center/contain;
  top: 14.0625rem;
  right: calc(50% + 250px);
}
@media screen and (min-width: 768px) {
  .p-mv__content::before {
    width: 1.6875rem;
    height: 14.0625rem;
    top: 19.0625rem;
    right: calc(50% + 648px);
  }
}

.p-mv__img {
  width: 17.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    width: 32.25rem;
  }
}

.p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 282/296;
}
@media screen and (min-width: 768px) {
  .p-mv__img img {
    aspect-ratio: 516/539;
  }
}

.p-mv__title {
  width: 19.625rem;
  margin-top: 2.1875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    width: 54.375rem;
  }
}

.p-mv__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 318/114;
}
@media screen and (min-width: 768px) {
  .p-mv__title img {
    aspect-ratio: 754/269;
  }
}

.p-news {
  display: block;
}

.p-news__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-news__article {
  position: relative;
  display: inline-block;
  background-color: #F4FAFF;
  border-radius: 1.25rem;
  padding: 1.5rem 3.375rem 1.875rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-news__article {
    max-width: 50rem;
    width: 100%;
  }
}

.p-news__article::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/ar-circle-blue.svg) no-repeat center center/contain;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-news__time {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.p-news__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  width: 15.625rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news__text {
    width: 44.625rem;
  }
}

.p-precautions {
  background-color: #F4FAFF;
}

.p-precautions__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-precautions__inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-precautions__title {
  text-align: center;
}

.p-precautions__subTitle {
  font-size: 1rem;
  margin-top: 2.5rem;
  text-align: center;
}

.p-precautions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-precautions__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(277px, 1fr));
    gap: 1.75rem;
  }
}

.p-precautions__list.p-precautions__list-service10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-precautions__list.p-precautions__list-service10 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(277px, 1fr));
    gap: 1.75rem;
  }
}

.p-precautions__item {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(24, 116, 142, .2);
          box-shadow: 4px 4px 4px 0px rgba(24, 116, 142, .2);
}

.p-precautions__img {
  height: 18.625rem;
  width: 100%;
}

.p-precautions__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 380/298;
}

.p-precautions__box {
  position: absolute;
  background-color: #FFFFFF;
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  padding: 0.9375rem 1.5625rem;
  bottom: -0.0625rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-precautions__box {
    padding: 0.8125rem 2.1875rem;
  }
}

.p-precautions__box.p-precautions__box-service6 {
  position: absolute;
  background-color: #FFFFFF;
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  padding: 0.9375rem 1.5625rem;
  bottom: -0.0625rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-precautions__box.p-precautions__box-service6 {
    padding: 0.8125rem 1.5625rem;
  }
}

.p-precautions__box.p-precautions__box-service10 {
  position: absolute;
  background-color: #FFFFFF;
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  padding: 0.9375rem 1.5625rem;
  bottom: -0.0625rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-precautions__box.p-precautions__box-service10 {
    font-size: 0.875rem;
    padding: 0.8125rem 1.25rem;
  }
}

.p-privacy {
  background-color: #F4FAFF;
}

.p-privacy__body {
  padding: 0 1.25rem;
}

.p-privacy__inner.l-inner {
  background-color: #FFFFFF;
  max-width: 37.5rem;
  border-radius: 1.875rem;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__inner.l-inner {
    max-width: 65rem;
  }
}

.p-privacy__content {
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .p-privacy__content {
    padding: 3.5rem 5.5rem 6.0625rem 3.5rem;
  }
}

.p-privacy__section {
  line-height: 1.8;
}

.p-privacy__section:not(:first-child) {
  margin-top: 3.75rem;
}

.p-privacy__list {
  margin-top: 1.875rem;
  margin-bottom: 0;
}

.p-privacy__list.p-privacy__list-1 {
  margin-top: 0;
}

.p-privacy__item:not(:first-child) {
  margin-top: 1.8125rem;
}

.p-privacy__box {
  margin-top: 1.9375rem;
}

.p-privacy__date {
  display: block;
  margin-top: 1.875rem;
}

.p-privacy__table {
  width: 100%;
  margin-top: 1.875rem;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .p-privacy__table {
    overflow-x: unset;
  }
}

.p-privacy__table-inner {
  width: 100%;
  min-width: 50rem;
  border: solid 1px #767676;
  table-layout: fixed;
  border-collapse: collapse;
  white-space: nowrap;
}

.p-privacy__table-inner th {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding: 1.1875rem;
  border: solid 1px #767676;
  background-color: #E5E5E5;
}

.p-privacy__table-inner th:first-child {
  width: 17.5rem;
}

.p-privacy__table-inner td {
  padding: 0.3125rem 1.25rem 0.5rem;
  border: solid 1px #767676;
}

.p-privacy__table-inner td:first-child {
  width: calc(100% - 280px);
}

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

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

.p-privacy__links {
  width: 100%;
  display: grid;
  gap: 1.3125rem;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  margin-inline: auto;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__links {
    max-width: 75rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 8.75rem;
  }
}

.p-purpose__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-purpose__title {
  text-align: center;
}

.p-purpose__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__list {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
  }
}

.p-purpose__list.p-purpose__list-service4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__list.p-purpose__list-service4 {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(124px, 1fr));
  }
}

.p-purpose__list.p-purpose__list-service1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-purpose__list.p-purpose__list-service1 {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(183px, 1fr));
  }
}

.p-qa__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-qa__inner.l-inner {
    max-width: 68.125rem;
  }
}

.p-qa__title {
  text-align: center;
}

.p-qa__list {
  margin-top: 3.75rem;
}

.p-qa__item {
  border-radius: 1.25rem;
  background-color: #E6F3FE;
}

.p-qa__item:not(:first-child) {
  margin-top: 1.3125rem;
}

.p-qa__item summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1rem 3.125rem 1rem 1.25rem;
  color: #07263D;
}
@media screen and (min-width: 768px) {
  .p-qa__item summary {
    padding: 1rem 2.5rem 0.6875rem;
    color: #07263D;
  }
}

.p-qa__item summary span {
  font-size: 1.75rem;
  font-weight: 500;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-qa__item summary span {
    font-size: 2rem;
    margin-right: 2.5rem;
  }
}

.p-qa__item[open] summary {
  color: #FFFFFF;
}

.p-qa__item summary::-webkit-details-marker {
  display: none;
}

.p-qa__item summary::before,
.p-qa__item summary::after {
  content: "";
  width: 0.125rem;
  height: 1rem;
  background-color: #111111;
}

.p-qa__item[open] summary::before,
.p-qa__item[open] summary::after {
  background-color: #FFFFFF;
}

.p-qa__item summary::before {
  position: absolute;
  right: 1.875rem;
  rotate: 90deg;
}
@media screen and (min-width: 768px) {
  .p-qa__item summary::before {
    right: 2.875rem;
  }
}

.p-qa__item summary::after {
  position: absolute;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
  right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-qa__item summary::after {
    right: 2.875rem;
  }
}

.p-qa__item[open] summary::after {
  rotate: 90deg;
}

.p-qa__item[open] summary {
  background-color: #44B5C2;
  border-top-right-radius: 1.25rem;
  border-top-left-radius: 1.25rem;
}

.p-qa__item p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.6;
  background-color: #FFFFFF;
  opacity: 0;
  margin: 0;
  padding: 1rem 3.125rem 1rem 1.25rem;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(68, 181, 194, .32);
          box-shadow: 0px 0px 20px 0px rgba(68, 181, 194, .32);
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-qa__item p {
    padding: 0.625rem 2.5rem 0.8125rem;
  }
}

.p-qa__item p::before {
  position: absolute;
  content: "";
  width: 47.3125rem;
  height: 0.0625rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-qa__item p span {
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
  margin-right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-qa__item p span {
    font-size: 2rem;
    margin-right: 2.5rem;
  }
}

.p-qa__item[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.p-reason {
  background: linear-gradient(268deg, #45B6C2 1.05%, #003579 96.9%);
}

.p-reason__title {
  text-align: center;
}

.p-reason__list {
  margin-top: 2.5rem;
  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;
}

.p-reason__content {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-reason__content {
    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;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-reason__content.p-reason__content-even {
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

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

.p-reason__content {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-reason__content {
    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;
    margin: 0;
  }
}

.p-reason__img {
  max-width: 40rem;
  width: 100%;
  height: 23.5rem;
}

.p-reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 640/376;
}

.p-reason__box {
  position: relative;
  max-width: 37.375rem;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 2.5rem 1.25rem;
  margin-top: -2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-reason__box {
    padding: 1.6875rem 2.5rem;
    height: 18.5625rem;
    margin-top: 0;
    margin-left: -2.5rem;
  }
}

.p-reason__box.p-reason__box-service6 {
  position: relative;
  max-width: 37.375rem;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 2.5rem 1.25rem;
  margin-top: -2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-reason__box.p-reason__box-service6 {
    padding: 1.6875rem 2.5rem;
    height: 12.375rem;
    margin-top: 0;
    margin-left: -2.5rem;
  }
}

.p-reason__box.p-reason__box-service7 {
  position: relative;
  max-width: 37.375rem;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 2.5rem 1.25rem;
  margin-top: -2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-reason__box.p-reason__box-service7 {
    padding: 1.6875rem 2.5rem;
    height: 14.1875rem;
    margin-top: 0;
    margin-left: -2.5rem;
  }
}

.p-reason__box.p-reason__box-service9 {
  position: relative;
  max-width: 37.375rem;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 2.5rem 1.25rem;
  margin-top: -2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-reason__box.p-reason__box-service9 {
    padding: 1.6875rem 2.5rem;
    height: 12.375rem;
    margin-top: 0;
    margin-left: -2.5rem;
  }
}

.p-reason__box.p-reason__box-service10 {
  position: relative;
  max-width: 37.375rem;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 2.5rem 1.25rem;
  margin-top: -2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-reason__box.p-reason__box-service10 {
    padding: 1.6875rem 2.5rem;
    height: 12.375rem;
    margin-top: 0;
    margin-left: -2.5rem;
  }
}

.p-reason__box.p-reason__box-even {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reason__box.p-reason__box-even {
    margin-right: -2.5rem;
    margin-left: 0;
  }
}

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

.p-reason__box-number {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  color: #003579;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-reason__box-number {
    font-size: 4.375rem;
  }
}

.p-reason__box-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #003579;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-reason__box-title {
    font-size: 1.375rem;
    margin-left: 1.875rem;
  }
}

.p-reason__box-list {
  margin-top: 1.0625rem;
}

.p-reason__box-item {
  font-size: 1rem;
  line-height: 1.3;
}

.p-reason__box-item span {
  color: #108593;
}

.p-reason__box-item:not(:first-child) {
  margin-top: 1.4375rem;
}

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

.p-recruit__link {
  display: block;
  width: 100%;
  height: 31.25rem;
}

.p-recruit__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 720/500;
}

.p-service-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  min-width: 37.5rem;
  top: 100%;
  left: 0;
  padding: 0.75rem;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-service-menu.is-active {
  opacity: 1;
  visibility: visible;
}

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

.p-service-menu__heading {
  font-size: 1rem;
  color: #FFFFFF;
  background-color: #003579;
  border-radius: 0.625rem;
  text-align: center;
  padding: 0.75rem;
}

.p-service-menu__list {
  display: grid;
  gap: 0.9375rem;
  grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.9375rem;
}

.p-service-menu__link {
  display: block;
  position: relative;
  font-size: 1rem;
  color: #003579;
  font-weight: 700;
  background-color: #FFFFFF;
  border: solid 2px #003579;
  border-radius: 0.625rem;
  padding: 1.875rem;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-service-menu__link::after {
  position: absolute;
  content: "";
  background: url(../images/service-ar.svg) no-repeat center center/contain;
  width: 0.5rem;
  height: 0.25rem;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-service-menu__link:hover {
  color: #FFFFFF;
  background-color: #003579;
  opacity: 1;
}

.p-service__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__inner.l-inner {
    max-width: 88.125rem;
  }
}

.p-service__title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-service__title {
    font-size: 2.5rem;
  }
}

.p-service__title::before {
  position: absolute;
  content: attr(data-en);
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-service__title::after {
  position: absolute;
  content: "";
  background: url(../images/vector-wh.svg) no-repeat center center/contain;
  max-width: 54.6875rem;
  width: 100%;
  height: 1.875rem;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-service__content {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 3.125rem;
  margin-top: 5.375rem;
  padding: 3.75rem 0.9375rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__content {
    padding: 6.25rem 5rem 4.875rem;
  }
}

.p-service__content:nth-of-type(2) {
  margin-top: 7.5rem;
}

.p-service__subTitle {
  position: absolute;
  font-size: 1.25rem;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #FFFFFF;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-color: #003579;
  text-align: center;
  min-width: 17.8125rem;
  border-radius: 2.5rem;
  padding: 0.625rem 1.25rem;
  margin-inline: auto;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-service__subTitle {
    font-size: 1.625rem;
    min-width: 40rem;
    padding: 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__list {
    display: grid;
    gap: 1.875rem;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  }
}

.p-service__item {
  position: relative;
  border-radius: 0.625rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(29, 107, 152, .2);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(29, 107, 152, .2);
  padding: 0.625rem 0.625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__item {
    padding: 2.8125rem 1.875rem;
  }
}

.p-service__item:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-service__item:not(:first-child) {
    margin-top: 0;
  }
}

.p-service__item::before {
  position: absolute;
  content: "";
  background-color: #3CA5B9;
  width: 15rem;
  height: 0.25rem;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-service__item::before {
    width: 20rem;
  }
}

.p-service__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #003579;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
  height: 4rem;
  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-service__item-img {
  max-width: 9.625rem;
  width: 100%;
  margin-top: 1.25rem;
  margin-inline: auto;
}

.p-service__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 154/154;
}

.p-service__item-hope {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 1.3125rem;
  text-align: center;
  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;
  height: 3.25rem;
}

.p-service__item-icon {
  max-width: 4.625rem;
  width: 100%;
  margin-top: 0.75rem;
  margin-inline: auto;
}

.p-service__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 74/21;
}

.p-service__item-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #003579;
  text-align: center;
  margin-top: 1.0625rem;
  height: 7.25rem;
  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-service__item-btn {
  margin-top: 1.875rem;
  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-service__item-link {
  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;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4;
  text-align: center;
  background-color: #003579;
  padding: 0.9375rem 2.875rem 0.9375rem 1.1875rem;
  border-radius: 2.5rem;
  height: 5rem;
  min-width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__item-link {
    min-width: 20rem;
    padding: 1.125rem 4.3125rem 1.125rem 2.125rem;
  }
}

.p-service__item-link::after {
  position: absolute;
  content: "";
  background: url(../images/ar-circle-wh.svg) no-repeat center center/contain;
  width: 1.875rem;
  height: 1.875rem;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-service__item-link::after {
    right: 1.5rem;
  }
}

.p-single {
  background-color: #F4FAFF;
}

.p-single__content {
  margin-top: 3.75rem;
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 2.1875rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-single__content {
    margin-top: 5rem;
    padding: 3.4375rem 5.375rem;
  }
}

.p-single__content-title {
  font-size: 1.125rem;
  font-weight: 900;
  color: #003579;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-bottom: 0.625rem;
  border-bottom: solid 1px #A9C4DB;
}

.p-single__date {
  font-size: 0.9375rem;
  color: #aacdea;
}

.p-single__content h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.25rem;
}

.p-single__content p {
  font-size: 1rem;
  margin-top: 1.25rem;
}

.p-single__content h2 {
  font-size: 1.75rem;
  padding: 0.625rem 1.125rem;
  border-left: solid 5px #003579;
  background-color: #f2f2f2;
  margin-top: 1.25rem;
}

.p-single__content h3 {
  font-size: 1.5625rem;
  padding-bottom: 0.3125rem;
  border-bottom: solid 3px #003579;
  margin-top: 1.25rem;
}

.p-single__content h4 {
  display: inline-block;
  position: relative;
  font-size: 1.3125rem;
  padding: 0 2.1875rem;
  margin-top: 1.25rem;
}

.p-single__content h4::before,
.p-single__content h4::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 1.875rem;
  height: 0.1875rem;
  background-color: #003579;
}

.p-single__content h4::before {
  left: 0;
}

.p-single__content h4::after {
  right: 0;
}

.p-single__content h4 {
  font-size: 1.125rem;
  font-weight: 700;
}

.p-single__content img {
  margin-top: 1.25rem;
}

.p-single__btn {
  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;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single__btn {
    margin-top: 2.5rem;
  }
}

.p-single__btn-all {
  margin: 0 1.25rem;
}

.p-strength {
  position: relative;
}

.p-strength__title {
  position: absolute;
  display: inline-block;
  font-size: 1.3125rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background-color: #003579;
  padding: 0.5625rem 0.75rem 0.625rem 0.875rem;
  top: -1.875rem;
  left: 1.875rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-strength__title {
    font-size: 2.5rem;
    right: calc(50% + 16.625rem);
    left: unset;
  }
}

.p-strength__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-strength__inner.l-inner {
    max-width: 70.5625rem;
  }
}

.p-strength__contentWrapper {
  position: relative;
  margin-left: calc(50% - 50vw);
  background-color: #FFFFFF;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  padding-bottom: 1.375rem;
}

.p-strength__contentWrapper::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #FFFFFF;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-strength__content {
  width: 100%;
  margin-left: auto;
  background-color: #FFFFFF;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  padding: 2.5rem 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .p-strength__content {
    max-width: 64.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7.625rem 0 0;
  }
}

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

.p-strength__message {
  font-size: 1.3125rem;
  font-weight: 900;
  color: #003579;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-strength__message {
    font-size: 2.5rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: unset;
    margin-left: -0.5rem;
  }
}

.p-strength__message span {
  font-size: 1.4375rem;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-strength__message span {
    font-size: 3.75rem;
    text-combine-upright: all;
  }
}

.p-strength__deco {
  max-width: 20.9375rem;
  width: 100%;
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-strength__deco {
    max-width: 1.625rem;
    margin: 0;
  }
}

.p-strength__deco img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 541/31;
}
@media screen and (min-width: 768px) {
  .p-strength__deco img {
    aspect-ratio: 26/541;
  }
}

.p-strength__list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-strength__list {
    margin-top: 0.5rem;
    margin-left: 3.375rem;
  }
}

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

.p-strength__item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-strength__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.p-strength__itemIcon {
  max-width: 3.75rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-strength__itemIcon {
    max-width: 7.875rem;
    margin: 0;
  }
}

.p-strength__itemIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 126/126;
}

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

.p-strength__itemTitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #003579;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-strength__itemTitle {
    font-size: 1.875rem;
  }
}

.p-strength__itemTitle span {
  font-size: 1rem;
  font-weight: 700;
  color: #003579;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-strength__itemTitle span {
    font-size: 1.5rem;
  }
}

.p-strength__itemText {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 0.625rem;
}

.p-strength__bottom {
  margin-top: 2.5rem;
  padding: 2.5rem 1.25rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-strength__bottom {
    position: relative;
    padding: 0;
    margin-top: 3.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
}

.p-strength__bottom::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-strength__bottom::before {
    position: absolute;
    content: "";
    background: url(../images/strength-bg.svg) no-repeat center center/contain;
    width: 14.6875rem;
    height: 23.25rem;
    top: 4.8125rem;
    left: -4.625rem;
  }
}

.p-strength__img {
  position: relative;
  max-width: 14.75rem;
  width: 100%;
  z-index: 50;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-strength__img {
    max-width: 33.5rem;
    margin: 0;
  }
}

.p-strength__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 536/549;
}

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

.p-strength__bodyTitle {
  font-size: 1.3125rem;
  font-weight: 900;
  color: #003579;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-strength__bodyTitle {
    font-size: 1.875rem;
  }
}

.p-strength__bodyText {
  font-size: 0.875rem;
  font-weight: 500;
  color: #003579;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 1.875rem;
}

.p-strength__box {
  max-width: 29.875rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#45B6C2), to(#003579));
  background: linear-gradient(180deg, #45B6C2 0%, #003579 100%);
  padding: 0.1875rem;
  margin-top: 1.875rem;
}

.p-strength__boxWrapper {
  font-size: 1rem;
  font-weight: 900;
  color: #003579;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.75rem 1.0625rem;
  background-color: #FFFFFF;
}

.p-strength__boxWrapper span {
  font-size: 1.125rem;
  font-weight: 900;
  color: #003579;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-strength__boxWrapper span {
    font-size: 1.25rem;
  }
}

.p-subCase {
  background-color: #F4FAFF;
}

.p-subCase__breadcrumb {
  margin-top: 2.5rem;
}

.p-subCase__content {
  margin-top: 5rem;
}

.p-subCase__links {
  display: grid;
  gap: 1.3125rem;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-subCase__links {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 8.75rem;
  }
}

.p-subColumn__breadcrumb {
  margin-top: 2.5rem;
}

.p-subColumn__content {
  margin-top: 5rem;
}

.p-subColumn__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subColumn__inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-subColumn__list {
  display: grid;
  gap: 3.75rem 2.5rem;
  border-bottom: solid 1px #EDEFF0;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-subColumn__list {
    grid-template-columns: repeat(auto-fit, minmax(373px, 3fr));
  }
}

.p-subCompany__section:nth-child(1) {
  position: relative;
  background-color: #F4FAFF;
  padding-bottom: 1.25rem;
  z-index: 10;
}

.p-subCompany__section:nth-child(2) {
  background-color: #FFFFFF;
}

.p-subCompany__inner.l-inner {
  max-width: 37.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-subCompany__inner.l-inner {
    max-width: 68.125rem;
  }
}

.p-subCompany__inner.p-subCompany__inner-second.l-inner {
  max-width: 37.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-subCompany__inner.p-subCompany__inner-second.l-inner {
    margin-top: -5.0625rem;
    max-width: 68.125rem;
  }
}

.p-subCompany__title {
  text-align: center;
}

.p-subCompany__content {
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  margin-top: 3.125rem;
}

.p-subCompany__body {
  padding: 1.25rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-subCompany__body {
    padding: 3.75rem 3.125rem 2rem;
  }
}

.p-subCompany__block {
  position: relative;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-subCompany__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.p-subCompany__block:not(:first-child) {
  padding-top: 2rem;
}

.p-subCompany__block:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #42B1C0), to(#084482));
  background: linear-gradient(#42B1C0 20%, #084482 100%);
  top: 0;
}

.p-subCompany__blockTitle {
  font-size: 1rem;
  color: #094683;
  font-weight: 600;
  width: 17.125rem;
}
@media screen and (min-width: 768px) {
  .p-subCompany__blockTitle {
    padding-left: 1.875rem;
  }
}

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

.p-subCompany__blockBox span {
  display: inline-block;
  width: 9.5rem;
}

.p-subCompany__blockBox-place {
  padding-right: 5.625rem;
}

.p-subCompany__blockBox-place:not(:first-child) {
  margin-top: 1.375rem;
  padding-top: 1.4375rem;
  border-top: dotted 1px #094683;
}

.p-subCompany__block-img {
  max-width: 38.25rem;
  width: 100%;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-subCompany__block-img {
    margin-top: 0;
    margin-left: -0.9375rem;
  }
}

.p-subCompany__block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 612/380;
}

.p-subCompany__block-item {
  font-size: 1rem;
  line-height: 1.6;
}

.p-subCompany__block-item:nth-child(2) {
  margin-top: 2.1875rem;
}

.p-subCompany__block-item:last-child {
  margin-top: 1.6875rem;
}

.p-subCompany__blockBox-list:not(:first-child) {
  margin-top: 1.25rem;
  padding-top: 1.3125rem;
  border-top: dotted 1px #094683;
}

.p-subCompany__blockBox-item {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-subCompany__blockBox-item {
    padding-right: 6.875rem;
  }
}

.p-subCompany__section-bg {
  width: 100%;
  margin-top: -0.0625rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-subCompany__section-bg {
    margin-top: -0.4375rem;
  }
}

.p-subCompany__section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1575/430;
}

.p-subCompany__map {
  max-width: 65rem;
  width: 100%;
  margin-top: 2.5rem;
}

.p-subCompany__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1040/1541;
}

.p-subCompany__links {
  display: grid;
  gap: 1.3125rem;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  margin-top: 5rem;
  padding: 0 0.625rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-subCompany__links {
    max-width: 75rem;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    margin: 12.0625rem auto 0;
    padding-bottom: 8.75rem;
  }
}

.p-subContact {
  background-color: #F4FAFF;
}

.p-subContact__content {
  margin-top: 3.75rem;
}

.p-subContact__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subContact__inner.l-inner {
    max-width: 68.125rem;
  }
}

.p-subContact__bottom {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-subContact__bottom {
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }
}

.p-subContact__box {
  width: 100%;
  display: grid;
  gap: 1.3125rem;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
}
@media screen and (min-width: 768px) {
  .p-subContact__box {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

.p-subRecruit__top-inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__top-inner.l-inner {
    max-width: 76.875rem;
  }
}

.p-subRecruit__top-wrapper {
  position: relative;
  margin-left: calc(50% - 50vw);
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  padding-bottom: 4rem;
  background: url(../images/recruit-top.png) no-repeat center center/cover;
}

.p-subRecruit__top-wrapper::before {
  position: absolute;
  content: "";
  display: block;
  background: rgba(0, 53, 121, .7);
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-subRecruit__top-wrapper::after {
  position: absolute;
  content: "";
  width: 5.75rem;
  height: 33.875rem;
  background: url(../images/recruit-message.svg) no-repeat center center/contain;
  top: 2.625rem;
  right: 5.125rem;
  z-index: 1;
}

.p-subRecruit__top-content {
  width: 100%;
  margin-left: auto;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  padding: 2.5rem 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__top-content {
    max-width: 69.375rem;
    padding: 7.625rem 0 0;
  }
}

.p-subRecruit__top-title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.2;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__top-title {
    font-size: 2.5rem;
  }
}

.p-subRecruit__top-subTitle {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 1;
  padding: 0 2.1875rem;
  margin-top: 2.0625rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__top-subTitle {
    font-size: 1.5rem;
    padding: 0 4.125rem;
  }
}

.p-subRecruit__top-subTitle::before {
  position: absolute;
  content: "";
  background-color: #D9D9D9;
  width: 1.25rem;
  height: 0.0625rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-subRecruit__top-subTitle::before {
    width: 3.125rem;
  }
}

.p-subRecruit__top-subTitle::after {
  position: absolute;
  content: "";
  background-color: #D9D9D9;
  width: 1.25rem;
  height: 0.0625rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-subRecruit__top-subTitle::after {
    width: 3.125rem;
  }
}

.p-subRecruit__top-block {
  margin-top: 2.625rem;
}

.p-subRecruit__top-text {
  position: relative;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 2;
  z-index: 2;
}

.p-subRecruit__top-text:not(:first-child) {
  margin-top: 1.25rem;
}

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

.p-subRecruit__rewarding-inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__rewarding-inner.l-inner {
    max-width: 78.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-subRecruit__rewarding-content {
    width: 49.8529411765%;
    padding: 4.0625rem 10.4375rem 1.75rem 4.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-subRecruit__rewarding-title {
  position: relative;
  font-size: 1.75rem;
  color: #003579;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-top: 2.25rem;
  padding-left: 1.125rem;
}

.p-subRecruit__rewarding-title::before {
  position: absolute;
  content: "rewarding";
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#003579), to(#45B6C2));
  background: linear-gradient(90deg, #003579, #45B6C2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  top: 0;
}

.p-subRecruit__rewarding-title::after {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 4rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#003579), to(#45B6C2));
  background: linear-gradient(0deg, #003579, #45B6C2);
  top: 0;
  left: 0;
}

.p-subRecruit__rewarding-block {
  margin-top: 2.5rem;
}

.p-subRecruit__rewarding-subTitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: #108593;
  line-height: 1.1;
}

.p-subRecruit__rewarding-text {
  line-height: 1.6;
  margin-top: 1rem;
}

.p-subRecruit__rewarding-img {
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__rewarding-img {
    position: relative;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
  }
}

.p-subRecruit__rewarding-img::before {
  position: absolute;
  content: "";
  background: url(../images/recruit-rewarding.svg) no-repeat center center/contain;
  width: 8.25rem;
  height: 38.5rem;
  top: 3.375rem;
  left: -6.4375rem;
}

.p-subRecruit__rewarding-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__rewarding-img img {
    position: absolute;
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }
}

.p-subRecruit__service {
  margin-top: 3.75rem;
  background-color: #F4FAFF;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__service {
    margin-top: 5.125rem;
  }
}

.p-subRecruit__service-inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__service-inner.l-inner {
    max-width: 68.125rem;
  }
}

.p-subRecruit__service-title {
  position: relative;
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__service-title {
    padding-top: 6.25rem;
  }
}

.p-subRecruit__service-title::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#45B6C2), to(#003579));
  background: linear-gradient(90deg, #45B6C2, #003579);
  width: 3.5rem;
  height: 0.25rem;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-subRecruit__service-title-en {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#003579), to(#45B6C2));
  background: linear-gradient(90deg, #003579, #45B6C2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.p-subRecruit__service-title-ja {
  font-size: 1.75rem;
  font-weight: 700;
  color: #003579;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__service-title-ja {
    font-size: 2rem;
  }
}

.p-subRecruit__service-list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__service-list {
    -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;
    gap: 1.875rem;
  }
}

.p-subRecruit__growth {
  background-color: #F4FAFF;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__growth {
    padding-bottom: 6.25rem;
  }
}

.p-subRecruit__growth-inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__growth-inner.l-inner {
    max-width: 68.125rem;
  }
}

.p-subRecruit__growth-title {
  position: relative;
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__growth-title {
    padding-top: 6.25rem;
  }
}

.p-subRecruit__growth-title::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#45B6C2), to(#003579));
  background: linear-gradient(90deg, #45B6C2, #003579);
  width: 3.5rem;
  height: 0.25rem;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-subRecruit__growth-title-en {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#003579), to(#45B6C2));
  background: linear-gradient(90deg, #003579, #45B6C2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.p-subRecruit__growth-title-ja {
  font-size: 1.75rem;
  font-weight: 700;
  color: #003579;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__growth-title-ja {
    font-size: 2rem;
  }
}

.p-subRecruit__growth-list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__growth-list {
    -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;
    gap: 1.875rem;
  }
}

.p-subRecruit__ideal-inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__ideal-inner.l-inner {
    position: relative;
    max-width: 68.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-subRecruit__ideal-inner::before {
    position: absolute;
    content: "";
    background: url(../images/recruit-fit.svg) no-repeat center center/contain;
    width: 8.875rem;
    height: 29.375rem;
    top: 7.375rem;
    left: -5.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-subRecruit__ideal-inner::after {
    position: absolute;
    content: "";
    background: url(../images/recruit-fit.svg) no-repeat center center/contain;
    width: 8.875rem;
    height: 29.375rem;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 3rem;
    right: -5.25rem;
  }
}

.p-subRecruit__ideal-text {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-top: 2.5rem;
}

.p-subRecruit__ideal-list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__ideal-list {
    -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;
  }
}

.p-subRecruit__body {
  margin-top: 2.9375rem;
}

.p-subRecruit__body-inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__body-inner.l-inner {
    position: relative;
    max-width: 76.875rem;
  }
}

.p-subRecruit__body-wrapper {
  margin-left: calc(50% - 50vw);
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
}

.p-subRecruit__body-img {
  width: 100%;
  height: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__body-img {
    position: relative;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
  }
}

.p-subRecruit__body-img img {
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
}

.p-subRecruit__box {
  padding: 1.875rem 0.9375rem;
  border-radius: 1.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#003579), to(#45B6C2));
  background: linear-gradient(90deg, #003579, #45B6C2);
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__box {
    width: 47.5rem;
    padding: 3.125rem 1.875rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
}

.p-subRecruit__body-text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__body-text {
    font-size: 1.25rem;
  }
}

.p-subRecruit__body-message {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.8;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__body-message {
    font-size: 1.625rem;
  }
}

.p-subRecruit__system {
  background-color: #F4FAFF;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__system {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-top: 6.25rem;
  }
}

.p-subRecruit__system-inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__system-inner.l-inner {
    max-width: 68.125rem;
  }
}

.p-subRecruit__system-title {
  display: block;
  position: relative;
  text-align: center;
  padding-left: 0.875rem;
  margin-inline: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-subRecruit__system-title::before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 4.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#45B6C2), to(#003579));
  background: linear-gradient(90deg, #45B6C2, #003579);
  top: 53%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-subRecruit__system-title-en {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#003579), to(#45B6C2));
  background: linear-gradient(90deg, #003579, #45B6C2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.p-subRecruit__system-title-ja {
  font-size: 1.75rem;
  font-weight: 700;
  color: #003579;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__system-title-ja {
    font-size: 2.375rem;
  }
}

.p-subRecruit__system-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__system-list {
    -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;
  }
}

.p-subRecruit__system-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__system-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.p-subRecruit__system-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__system-body {
    width: 75.9615384615%;
  }
}

.p-subRecruit__open {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background: -webkit-gradient(linear, left top, right top, from(#003579), to(#45B6C2));
  background: linear-gradient(90deg, #003579, #45B6C2);
}
@media screen and (min-width: 768px) {
  .p-subRecruit__open {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-subRecruit__open-inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__open-inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-subRecruit__open-title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  padding-left: 1.125rem;
}

.p-subRecruit__open-title::before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 4.625rem;
  background-color: #FFFFFF;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-subRecruit__open-title-en {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.01em;
}

.p-subRecruit__open-title-ja {
  font-size: 1.75rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__open-title-ja {
    font-size: 2.375rem;
  }
}

.p-subRecruit__open-list {
  display: grid;
  gap: 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__open-list {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 3.125rem 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.75rem;
  }
}

.p-subRecruit__flow {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__flow {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}

.p-subRecruit__flow-inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__flow-inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-subRecruit__flow-title {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  color: #003579;
  line-height: 1;
  text-align: center;
  padding-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__flow-title {
    font-size: 2rem;
  }
}

.p-subRecruit__flow-title::after {
  position: absolute;
  content: "";
  width: 3.5rem;
  height: 0.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#45B6C2), to(#003579));
  background: linear-gradient(90deg, #45B6C2, #003579);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-subRecruit__flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__flow-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3.125rem;
    margin-top: 4.375rem;
  }
}

.p-subRecruit__flow-item {
  height: 11.9375rem;
  border: solid 3px #003579;
  border-radius: 1.875rem;
  padding: 2.5rem 1.25rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__flow-item {
    position: relative;
    width: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-subRecruit__flow-item:not(:first-child)::after {
    position: absolute;
    content: "";
    width: 1.875rem;
    height: 1.875rem;
    background: url(../images/flow-icon.svg) no-repeat center center/contain;
    top: 50%;
    left: -2.625rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-subRecruit__flow-num {
  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;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.192em;
  background: -webkit-gradient(linear, left top, right top, from(#003579), to(#45B6C2));
  background: linear-gradient(90deg, #003579, #45B6C2);
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  margin-top: -4.6875rem;
  margin-inline: auto;
}

.p-subRecruit__flow-num span {
  font-size: 1.75rem;
  display: inline-block;
  line-height: 1;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__flow-num span {
    font-size: 1.875rem;
  }
}

.p-subRecruit__flow-comment {
  font-size: 1.125rem;
  font-weight: 500;
  color: #003579;
  text-align: center;
  line-height: 1.6;
  margin-top: 2.375rem;
}

.p-subRecruit__join {
  padding-top: 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#003579), to(#45B6C2));
  background: linear-gradient(90deg, #003579, #45B6C2);
}

.p-subRecruit__join-inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__join-inner.l-inner {
    max-width: 68.125rem;
  }
}

.p-subRecruit__join-text {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__join-text {
    font-size: 1.25rem;
  }
}

.p-subRecruit__join-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  color: #FFFFFF;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__join-title {
    font-size: 1.875rem;
  }
}

.p-subRecruit__join-img {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  margin-top: 3.125rem;
}

.p-subRecruit__growth-under {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__growth-under {
    margin-top: 6.25rem;
  }
}

.p-subRecruit__growth-content {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 1.375rem 1.5625rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__growth-content {
    width: 60.8333333333%;
  }
}

.p-subRecruit__growth-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-subRecruit__growth-text:not(:first-child) {
  margin-top: 0.875rem;
}

.p-subRecruit__growth-text span {
  font-size: 1rem;
  font-weight: 500;
  color: #108593;
  line-height: 1.6;
}

.p-subRecruit__growth-img {
  margin-top: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__growth-img {
    margin-top: -9.375rem;
    margin-left: -4.4375rem;
    max-width: 83.375rem;
    top: 7.75rem;
  }
}

.p-subRecruit__growth-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1334/800;
}

.p-subRecruit__growth-pop {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__growth-pop {
    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;
    gap: 7.5rem;
    margin-top: 6.25rem;
  }
}

.p-subRecruit__growth-btn:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-subRecruit__growth-btn:not(:first-child) {
    margin-top: 0;
  }
}

.p-subService-features {
  background-color: #F4FAFF;
}

.p-subService-features__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subService-features__inner.l-inner {
    max-width: 68.125rem;
  }
}

.p-subService-features__inner.l-inner.p-subService-features__inner8 {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-subService-features__inner.l-inner.p-subService-features__inner8 {
    max-width: 78.125rem;
  }
}

.p-subService-features__title {
  text-align: center;
}

.p-subService-features__content {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-subService-features__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }
}

.p-subService-features__content.p-subService-features__content-service3 {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-subService-features__content.p-subService-features__content-service3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }
}

.p-subService-features__content.p-subService-features__content-service6 {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-subService-features__content.p-subService-features__content-service6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }
}

.p-subService-features__content.p-subService-features__content-service7 {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-subService-features__content.p-subService-features__content-service7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }
}

.p-subService-features__content.p-subService-features__content-service8 {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-subService-features__content.p-subService-features__content-service8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }
}

.p-subService-features__content.p-subService-features__content-service9 {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-subService-features__content.p-subService-features__content-service9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }
}

.p-subService-features__content.p-subService-features__content-service10 {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-subService-features__content.p-subService-features__content-service10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-subService-features__item {
    width: 31.3461538462%;
  }
}

@media screen and (min-width: 768px) {
  .p-subService-features__item.p-subService-features__item8 {
    width: 26.6346153846%;
  }
}

.p-subService-features__item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-subService-features__item:not(:first-child) {
    margin-top: 0;
  }
}

.p-subService__head {
  background-color: #F4FAFF;
  padding-bottom: 6.25rem;
}

.p-subService__head.p-subService__head-service7 {
  background-color: #F4FAFF;
  padding-bottom: 5.8125rem;
}

.p-subService__inner.l-inner {
  max-width: 37.5rem;
  margin-top: 5.1875rem;
}
@media screen and (min-width: 768px) {
  .p-subService__inner.l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 78.125rem;
  }
}

.p-subService__inner2.l-inner {
  max-width: 37.5rem;
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-subService__inner2.l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 78.125rem;
  }
}

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

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

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

.p-subService__title {
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-subService__title {
    font-size: 2.3125rem;
  }
}

.p-subService__title.p-subService__title {
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .p-subService__title.p-subService__title {
    font-size: 2.3125rem;
  }
}

.p-subService__box {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-subService__box {
    margin-top: 4.4375rem;
  }
}

.p-subService__box-service2 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-subService__box-service2 {
    margin-top: 5.6875rem;
  }
}

.p-subService__box.p-subService__box-service4 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-subService__box.p-subService__box-service4 {
    margin-top: 5.625rem;
  }
}

.p-subService__box.p-subService__box-service6 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-subService__box.p-subService__box-service6 {
    margin-top: 5.5rem;
  }
}

.p-subService__box.p-subService__box-service8 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-subService__box.p-subService__box-service8 {
    margin-top: 5.625rem;
  }
}

.p-subService__box-title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  color: #003579;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-top: 3.75rem;
  padding-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-subService__box-title {
    font-size: 2.375rem;
  }
}

.p-subService__box-title::before {
  position: absolute;
  content: "service";
  font-size: 1.25rem;
  font-weight: 700;
  color: #003579;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.1em;
  top: 0;
  left: 1.125rem;
}

.p-subService__box-title::after {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #42B1C0), to(#084482));
  background: linear-gradient(to bottom, #42B1C0 20%, #084482 100%);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-subService__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-subService__text {
    padding-right: 1.125rem;
  }
}

.p-subService__text.p-subService__text-service2 {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-subService__text.p-subService__text-service2 {
    padding-right: 2.625rem;
  }
}

.p-subService__text.p-subService__text-service8 {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-subService__text.p-subService__text-service8 {
    padding-right: 1.125rem;
  }
}

.p-subService__text.p-subService__text-service9 {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-subService__text.p-subService__text-service9 {
    padding-right: 3.625rem;
  }
}

.p-subService__text.p-subService__text-service10 {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-subService__text.p-subService__text-service10 {
    padding-right: 3.875rem;
  }
}

.p-subService__img {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-subService__img {
    position: relative;
    height: 33.5rem;
    margin-top: 0;
    margin-left: 2.0625rem;
    margin-right: calc(50% - 50vw);
  }
}

.p-subService__img.p-subService__img-service9 {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-subService__img.p-subService__img-service9 {
    position: relative;
    height: 33.5rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: calc(50% - 50vw);
  }
}

.p-subService__img.p-subService__img-service10 {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-subService__img.p-subService__img-service10 {
    position: relative;
    height: 33.5rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: calc(50% - 50vw);
  }
}

.p-subService__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-subService__img img {
    position: absolute;
    border-top-left-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
  }
}

.p-subService__bottom {
  padding-bottom: 5rem;
  background-color: #F4FAFF;
}
@media screen and (min-width: 768px) {
  .p-subService__bottom {
    padding-top: 6.25rem;
    padding-bottom: 8.75rem;
  }
}

.p-subService__links {
  width: 100%;
  display: grid;
  gap: 1.3125rem;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
}
@media screen and (min-width: 768px) {
  .p-subService__links {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-support {
  background-color: #F4FAFF;
  padding-top: 5.875rem;
  padding-bottom: 6.25rem;
}

.p-support__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-support__inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-support__inner.p-support__inner-service2.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-support__inner.p-support__inner-service2.l-inner {
    max-width: 68.125rem;
  }
}

.p-support__title {
  text-align: center;
}

.p-support__subTitle {
  font-size: 1rem;
  text-align: center;
  margin-top: 2.5rem;
}

.p-support__list {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  margin-top: 2.5rem;
}

.p-support__list.p-support__list-service1 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  margin-top: 2.5rem;
}

.p-support__list.p-support__list-service4 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  margin-top: 2.5rem;
}

.p-support__list.p-support__list-service6 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  margin-top: 2.5rem;
}

.p-thanks {
  background-color: #F4FAFF;
}

.p-thanks__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__inner.l-inner {
    max-width: 78.125rem;
  }
}

.p-thanks__content {
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding: 1.25rem;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__content {
    padding: 5.625rem 11.25rem;
  }
}

.p-thanks__title {
  font-size: 1.4375rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thanks__title {
    font-size: 2.5rem;
  }
}

.p-thanks__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 3.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.p-thanks__box {
  width: 100%;
  display: grid;
  gap: 1.3125rem;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__box {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 8.75rem;
  }
}

.p-vision__title {
  background-color: #F4FAFF;
}

@media screen and (min-width: 768px) {
  .p-vision__inner.l-inner {
    max-width: 80.875rem;
  }
}

.p-vision__head {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4FAFF), color-stop(87%, #F4FAFF), color-stop(87%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(180deg, #F4FAFF 0%, #F4FAFF 87%, #FFFFFF 87%, #FFFFFF 100%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-vision__head {
    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;
    gap: 2.6875rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#F4FAFF), color-stop(60%, #F4FAFF), color-stop(60%, #FFFFFF), to(#FFFFFF));
    background: linear-gradient(180deg, #F4FAFF 0%, #F4FAFF 60%, #FFFFFF 60%, #FFFFFF 100%);
  }
}

@media screen and (min-width: 768px) {
  .p-vision__left {
    margin-top: -12.5rem;
    margin-left: 1.25rem;
  }
}

.p-vision__subTitle {
  font-size: 1.4375rem;
  color: #003579;
  font-weight: 600;
  line-height: 2.4;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-vision__subTitle {
    font-size: 2.5rem;
    padding-left: 0;
  }
}

.p-vision__textImg {
  display: inline-block;
  max-width: 5.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-vision__textImg {
    max-width: 11.25rem;
  }
}

.p-vision__textImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 180/90;
}

.p-vision__text {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 2;
  margin-top: 0.5625rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-vision__text {
    font-size: 1.25rem;
    padding-left: 0;
  }
}

.p-vision__img {
  position: relative;
  max-width: 41.125rem;
  width: 100%;
  z-index: 3;
}

.p-vision__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 658/822;
}

.p-vision__bg {
  position: relative;
  margin-top: -9.375rem;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .p-vision__bg {
    margin-top: -20.625rem;
  }
}

.p-vision__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1440/430;
}

@media screen and (min-width: 768px) {
  .p-visionBase__inner.l-inner {
    max-width: 78.125rem;
  }
}

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

.p-visionBase__img {
  max-width: 45rem;
  width: 100%;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-visionBase__img {
    height: 33.75rem;
  }
}

.p-visionBase__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 720/544;
  border-radius: 0 3.125rem 3.125rem 0;
}

.p-visionBase__block {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-visionBase__block {
    width: 44.9166666667%;
    margin-top: 0;
  }
}

.p-visionBase__title {
  display: inline-block;
  font-size: 1.4375rem;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1;
  padding: 0.9375rem;
  background: -webkit-gradient(linear, left top, right top, from(#45B6C2), to(#003579));
  background: linear-gradient(90deg, #45B6C2 0%, #003579 100%);
}
@media screen and (min-width: 768px) {
  .p-visionBase__title {
    font-size: 2.25rem;
    padding: 0.9375rem 1.75rem 0.875rem;
    margin-left: -5.75rem;
  }
}

.p-visionBase__title span {
  font-size: 2.5rem;
  text-transform: uppercase;
}

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

.p-visionBase__item {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  border-bottom: solid 1px #EDEFF0;
  padding-left: 0.4375rem;
  padding-bottom: 0.625rem;
}

.p-visionBase__item:not(:first-child) {
  margin-top: 0.625rem;
}

.p-visionBase__item span {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 900;
  font-family: "Barlow", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, left bottom, from(#45B6C2), to(#003579));
  background: linear-gradient(180deg, #45B6C2, #003579);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 1.1875rem;
}

.p-visionBase__links {
  display: grid;
  gap: 1.3125rem;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-visionBase__links {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10.875rem;
    margin-bottom: 8.75rem;
  }
}

.p-404__inner{
  max-width: 1200px;
  width: 100%;
  margin: 2.5rem auto;
  padding: 0 1.25rem;
}

.p-404__text {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}

.p-career-content > * + * {
  margin-top: 0.5rem;
}

.p-career-content h2 {
  color: #003579;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
}

.p-career-content h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.p-career-content ol{
  margin-left: 0.9375rem;
}

.p-career-content ol {
  margin-left: 0.9375rem;
  list-style: none;
  counter-reset: zen-counter;
}

.p-career-content ol li {
  counter-increment: zen-counter;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.8;
}


/* 全角アラビア数字＋）を生成 */
.p-career-content ol li::before {
  content: counter(zen-counter, decimal) "）";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Noto Sans JP", sans-serif; /* 全角数字が綺麗に出るフォント */
  font-weight: 400;
}

.p-career-content p {
  font-size: 1.0rem;
  line-height: 1.8;
}

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


/* 25.11.23 add KUSABA */
.grecaptcha-badge {
	visibility: hidden !important;
    display: none !important;
}

/*25.11.26 add ishii */
#career-options .acf-field textarea,
#career-options .acf-field input[type="text"],
#career-options .acf-field input[type="email"],
#career-options .acf-field input[type="number"] {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}