@charset "utf-8";

.c-fv__title {
  aspect-ratio: 300/111;
  height: auto;
  width: 21.962vw;
  min-width: 8.125rem;
  border-radius: 0.3125rem;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  padding-block: 2.5vw;
  row-gap: 0.732vw;
}

@media (min-width: 768px) {
  .c-fv__title {
    padding-block: 1.464vw;
  }
}

.c-fv__title-en {
  font-family: "Belleza", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#173490), color-stop(40%, #2d9bcc), to(#3451ad));
  background: linear-gradient(90deg, #173490 0%, #2d9bcc 40%, #3451ad 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 4.3vw;
  font-size: clamp(24px, 6vw, 40px);
  line-height: 1;
}

@media (min-width: 768px) {
  .c-fv__title-en {
    font-size: 4.3vw;
  }
}

.c-fv__title-ja {
  font-family: "Noto Serif JP", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#194297), to(#2c93c7));
  background: linear-gradient(90deg, #194297 0%, #2c93c7 100%);
  font-size: 1.025vw;
  font-size: clamp(10px, 2vw, 16px);
  line-height: 1;
  padding: 0.3125rem 0.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
}

@media (min-width: 768px) {
  .c-fv__title-ja {
    font-size: 1.025vw;
  }
}


.c-section__title {
  margin-left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
}
.c-section__title .c-section__title--ja {
  font-family: "Noto Serif JP", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#194297), to(#2c93c7));
  background: linear-gradient(90deg, #194297 0%, #2c93c7 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 1.75rem;
  line-height: 1;
  -webkit-padding-end: 0.625rem;
          padding-inline-end: 0.625rem;
  border-right: 1px solid #818181;
}
@media (min-width: 768px) {
  .c-section__title .c-section__title--ja {
    -webkit-padding-end: 0.625rem;
            padding-inline-end: 0.625rem;
    font-size: 1.625rem;
    line-height: 1;
  }
}
.c-section__title .c-section__title--en {
  font-family: "Belleza", sans-serif;
  color: #818181;
  position: relative;
  -webkit-padding-start: 2.5rem;
          padding-inline-start: 2.5rem;
}
.c-section__title .c-section__title--en::before {
  content: "";
  position: absolute;
  background-color: #173491;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 100vmax;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 1.25rem;
  font-size: 1rem;
  line-height: 1;
}

.c-section__title--service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.c-section__title--service .c-section__title--ja {
  font-family: "Noto Serif JP", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#1e54a2), color-stop(65%, #2570b3), to(#1c4e9f));
  background: linear-gradient(90deg, #1e54a2 0%, #2570b3 65%, #1c4e9f 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-padding-before: 1.875rem;
          padding-block-start: 1.875rem;
  border-right: none;
}
.c-section__title--service .c-section__title--en {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  font-size: 1rem;
  color: #173491;
  padding: 0rem 0rem 0.625rem 1.375rem;
}
.c-section__title--service .c-section__title--en::before {
  left: 0.3125rem;
  top: 0.75rem;
}

/* component.css  ここまで*/
.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-section__contents {
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}
@media (min-width: 768px) {
  .c-section__contents {
    -webkit-margin-before: 4.375rem;
            margin-block-start: 4.375rem;
  }
}

.c-section-layout__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .c-section-layout__media {
    -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;
  }
}

.c-section-layout__media-figure {
  border-radius: 0.3125rem;
  height: auto;
  aspect-ratio: 464/360;
  width: 100%;
}
@media (min-width: 768px) {
  .c-section-layout__media-figure {
    width: 43.5272045028%;
  }
}
.c-section-layout__media-figure img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-section-layout__media-body {
  width: 100%;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .c-section-layout__media-body {
    width: 51.5947467167%;
    -webkit-margin-before: unset;
            margin-block-start: unset;
  }
}

.c-section-layout__media-title {
  font-family: "Noto Serif JP", sans-serif;
  line-height: 2.5rem;
  font-size: 16px;
}

@media (min-width: 414px) {
  .c-section-layout__media-title {
    font-size: 1.12rem;
  }
}

@media (min-width: 768px) {
  .c-section-layout__media-title {
    font-size: 1.3rem;
  }
  }
  
  @media (min-width: 1024px) {
  .c-section-layout__media-title {
    font-size: 1.625rem;
  }
}




.c-section-layout__media-text {
  line-height: 1.875rem;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}

.c-section-layout__stack {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}

.c-section-layout__stack-title {
  font-family: "Noto Serif JP", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#1e54a2), color-stop(65%, #2570b3), to(#1c4e9f));
  background: linear-gradient(90deg, #1e54a2 0%, #2570b3 65%, #1c4e9f 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.c-section-layout__stack-text {
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
  line-height: 1.6875rem;
}

.c-section-layout__grid {
  -webkit-margin-before: 4.375rem;
          margin-block-start: 4.375rem;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media (min-width: 768px) {
  .c-section-layout__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-section-layout__grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-section-layout__grid-deco {
  width: 9.9601593625%;
  border-top: 1px solid #173491;
  border-bottom: 1px solid #173491;
  position: relative;
}
.c-section-layout__grid-deco::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100vmax;
  background-color: #173491;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.c-section-layout__grid-text {
  width: 89.6414342629%;
  padding-block: 1.875rem;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  line-height: 1.6875rem;
}

.c-btn {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#3854b0), to(#15318c));
  background: linear-gradient(90deg, #3854b0 0%, #15318c 100%);
  padding: 0.8125rem 3.4375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100vmax;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #ffffff;
}
@media (any-hover: hover) {
  .c-btn:hover {
    opacity: 0.8;
  }
}

.c-btn p {
  color: #ffffff;
}