@charset "UTF-8";
.font-mincho {
  font-family: "ヒラギノ明朝", "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
  letter-spacing: 0.1em;
}

.c-ttl-primary {
  font-size: 45px;
  display: grid;
  line-height: 1.2;
}
.c-ttl-primary.center {
  text-align: center;
}
.c-ttl-primary strong {
  font-size: 1em;
}
.c-ttl-primary strong.small {
  font-size: 0.6em;
}
.c-ttl-primary small {
  font-size: 0.3111em;
}

.sec03 {
  margin-top: 100px;
  overflow: hidden;
}
.sec03 .h2-zigzag {
  letter-spacing: 1em;
}
.sec03__inner {
  background: url(../../images/humantech/shape01.png) no-repeat right top/59.5rem, radial-gradient(circle at -100% -150%, #0bd9f4, #0bd9f4 50%, #0bd9f4 55%, #003e92 75%);
  padding: 62px 0 96px;
  border-radius: 20px;
}
.sec03 .c-ttl-primary {
  color: #fff;
}
.sec03 .big-ttl {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.sec03__frame {
  padding: 43px 100px 0;
  display: grid;
  row-gap: 40px;
}
.sec03 .modal-btn-wrap {
  margin-top: 10px;
}
.sec03 .modal-btn-wrap.column-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.sec03 .modal-btn {
  position: relative;
  height: 116px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ffffff;
  border-radius: 8px;
  font-size: 27px;
  line-height: 1.5;
  transition: 0.3s;
  cursor: pointer;
}
.sec03 .modal-btn:hover {
  opacity: 0.7;
}
.sec03 .modal-btn .btn-arrow {
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.sec03__bnr {
  margin-top: 50px;
  width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.c-inner.wrapper {
  background: url(../../images/humantech/bg.png) no-repeat center center/cover;
  padding: 113px 0 120px;
}

.p-achive {
  width: 104rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-achive {
    max-width: 100%;
  }
}
.p-achive .i-ttl__ttl {
  font-size: 2.4rem;
  padding-bottom: 1rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: solid 1px #707070;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-achive .i-ttl__ttl {
    font-size: 2rem;
  }
}
.p-achive .i-ttl__top {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-achive .i-ttl__cat {
  font-size: 1.5rem;
  padding-left: 1rem;
  border-left: solid 1px;
  padding-block: 0.2rem;
  line-height: 1;
}
.p-achive .service-cat img {
  max-height: 2.2rem;
}
.p-achive > *:first-child {
  margin-top: 0;
}
.p-achive p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-achive p {
    font-size: 1.5rem;
  }
}
.p-achive p a {
  color: #14cae2;
  text-decoration: underline;
  word-break: break-all;
}
.p-achive ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0;
}
.p-achive ul li {
  position: relative;
  list-style: none;
  padding-left: 1em;
  margin: 0 !important;
  font-size: 1.5rem;
}
.p-achive ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-achive figure {
  margin-block: 4rem;
}
.p-achive .is-layout-grid {
  gap: 2.6rem;
}
@media (max-width: 767px) {
  .p-achive .is-layout-grid {
    gap: 1.6rem;
  }
}
.p-achive .is-layout-grid.mb-large {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-achive .is-layout-grid.mb-large {
    margin-bottom: 2rem;
  }
}
.p-achive .is-layout-grid.gap-large {
  gap: 4rem;
}
@media (max-width: 767px) {
  .p-achive .is-layout-grid.gap-large {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .p-achive .is-layout-grid.is-mobile-1c {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .p-achive .is-layout-grid.is-mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

.c-block-heading {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-block-heading {
    font-size: 2.2rem;
  }
}
.c-block-heading:first-child {
  margin-top: 0;
}
.c-block-heading__sub {
  color: #003e92;
}
@media (max-width: 767px) {
  .c-block-heading__sub {
    display: block;
  }
}
.c-block-heading--normal {
  margin-block: 7rem 5rem;
}
@media (max-width: 767px) {
  .c-block-heading--normal {
    margin-block: 4rem 3rem;
  }
}
.c-block-heading--blue {
  color: #003e92;
  margin-block: 7rem 5rem;
}
@media (max-width: 767px) {
  .c-block-heading--blue {
    margin-block: 4rem 3rem;
  }
}
.c-block-heading--border-b {
  text-align: left;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 1rem;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .c-block-heading--border-b {
    margin-block: 4rem 3rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-block-heading--border-b {
    font-size: 2rem;
  }
}
.c-block-heading--border-b-center {
  margin-block: 7rem 4rem;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .c-block-heading--border-b-center {
    margin-block: 4rem 3rem;
  }
}
.c-block-heading--bg-gray {
  margin-block: 4rem 2.4rem;
  padding: 2rem;
  background-color: #f5f5f5;
  color: #003e92;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-block-heading--bg-gray {
    margin-block: 2rem;
    padding: 1.6rem;
    font-size: 2rem;
  }
}

.c-block-result-overview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-block: 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-block-result-overview {
    grid-template-columns: 1fr;
  }
}
.c-block-result-overview::before {
  content: "";
  display: block;
  border: solid 1rem transparent;
  border-left: solid 1.2rem #003e92;
  border-right: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .c-block-result-overview::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.c-block-result-overview__inner {
  border: solid 1px;
  font-size: 2rem;
}
.c-block-result-overview__inner--problem {
  border-color: #e1e1e1;
}
.c-block-result-overview__inner--problem .c-block-result-overview__title {
  background-color: #e1e1e1;
  color: #003e92;
}
.c-block-result-overview__inner--result {
  border-color: #003e92;
}
.c-block-result-overview__inner--result .c-block-result-overview__title {
  color: white;
  background-color: #003e92;
}
.c-block-result-overview__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.6rem;
}
.c-block-result-overview__blocks {
  padding: 2.4rem;
}

.c-block-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 6rem 4rem;
}
@media (max-width: 767px) {
  .c-block-arrow {
    padding-block: 3rem;
  }
}
.c-block-arrow__block {
  border: solid 6rem transparent;
  border-top: solid 3.2rem #003E92;
  border-bottom: none;
}
@media (max-width: 767px) {
  .c-block-arrow__block {
    border-width: 4rem;
    border-top-width: 2rem;
    border-bottom: none;
  }
}

.c-block-hero-section {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background-color: #003e92;
  padding-block: 4rem;
  margin-block: 4rem;
}
@media (max-width: 767px) {
  .c-block-hero-section {
    margin-block: 2rem;
  }
}
.c-block-hero-section__inner {
  width: 120rem;
  max-width: calc(100% - 8rem);
  margin-inline: auto;
  background-color: #f5f5f5;
  border-radius: 4rem;
  padding: 5rem;
}
@media (max-width: 767px) {
  .c-block-hero-section__inner {
    max-width: calc(100% - 1rem);
    padding: 3rem 2.5rem;
  }
}
.c-block-hero-section .c-block-heading {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .c-block-hero-section .c-block-heading {
    margin-bottom: 2.4rem;
  }
}

.c-block-card {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem;
}
.c-block-card__title {
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 1rem;
}
.c-block-card__contents {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c-block-card__contents {
    font-size: 1.5rem;
  }
}

.c-block-service-card {
  background-color: white;
  border-radius: 1rem;
  padding: 4rem;
}
@media (max-width: 767px) {
  .c-block-service-card {
    padding: 2rem;
  }
}
.c-block-service-card__icon {
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 2rem;
}
.c-block-service-card__icon img {
  margin-inline: auto;
}
.c-block-service-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 18.4rem;
  height: 4.8rem;
  border: solid 1px #c1c1c1;
  border-radius: 2.4rem;
  margin-inline: auto;
  font-size: 1.6rem;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .c-block-service-card__link {
    margin-top: 1.8rem;
  }
}
.c-block-service-card__link > .in-arrow {
  transition: transform 0.3s;
}
@media (hover: hover) {
  .c-block-service-card__link:hover .in-arrow {
    transform: translate(1rem, 0);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

main {
  overflow: hidden;
}

body.no-scroll {
  overflow: hidden;
}

.l-inner {
  max-width: 90rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 5rem;
}

.mv {
  height: 90rem;
  position: relative;
}

.mv::before {
  position: absolute;
  content: "";
  background: #f5f5f5;
  top: 0;
  left: 0;
  right: 0;
  height: 90rem;
  width: 100%;
  z-index: -1;
}

.mv__inner {
  max-width: 117rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.mv__content {
  position: relative;
  padding-top: 13.2rem;
}
@media (max-width: 767px) {
  .mv__content {
    padding-top: 21.6rem;
  }
}

.mv__title {
  position: absolute;
  width: 100.6rem;
}
@media (max-width: 767px) {
  .mv__title {
    width: 35.5rem;
  }
}

.mv__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.mv__detail {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .mv__detail {
    margin-top: 13rem;
  }
}

.mv__text {
  color: #003e92;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .mv__text {
    font-size: 2rem;
  }
}

.mv__text + .mv__text {
  margin-top: 0.5rem;
}

.mv__text span {
  font-family: "Poppins", sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.mv__img {
  position: fixed;
  width: 51.8rem;
  right: -1rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .mv__img {
    width: 35.8rem;
    right: -2rem;
    top: 45.8rem;
  }
}

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

.mv__free {
  display: none;
}
@media (max-width: 767px) {
  .mv__free {
    display: block;
    position: fixed;
    left: 1rem;
    bottom: 2rem;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
    z-index: 999;
    transition: 0.3s ease-in-out;
  }
}

.mv__free-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 12.6rem;
  height: 4.8rem;
  background: #fff;
  border-radius: 9999px;
}

.mv__free-img {
  width: 2.1rem;
}

.mv__free-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.mv__free-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #004ea2;
}

.p-tab {
  margin-left: auto;
}

@media (max-width: 767px) {
  .p-tab__area {
    overflow-x: auto; /* 横スクロールを有効にする */
    white-space: nowrap; /* 子要素を横並びにする */
    -webkit-overflow-scrolling: touch; /* スムーズなスクロールを有効にする（iOS用） */
    overflow-y: hidden;
  }
}

.p-tab__item {
  display: flex;
  justify-content: flex-end;
  gap: 2.4rem;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .p-tab__item {
    width: -moz-max-content;
    width: max-content;
    gap: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.p-tab__list {
  flex: 0 0 auto;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .p-tab__list {
    margin-right: 0.5rem;
  }
}

.p-tab__block {
  margin-top: 4.6rem;
}
@media (max-width: 767px) {
  .p-tab__block {
    margin-top: 1.6rem;
  }
}

.p-tab__btn {
  position: relative;
  font-weight: bold;
  color: #707070;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  bottom: -2px;
  font-size: 1.4rem;
  border: initial;
  background: transparent;
  padding: 0 0.5rem;
}
@media (max-width: 767px) {
  .p-tab__btn {
    font-size: 1.3rem;
    white-space: nowrap;
  }
}

.p-tab__btn[aria-selected=true] {
  border-bottom: 2px solid #004ea2;
  width: 100%;
  color: #004ea2;
}

.p-tab__panel {
  display: none;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .p-tab__panel {
    padding-top: initial;
    padding-left: initial;
    padding-right: initial;
  }
}

.p-tab__panel[aria-hidden=false] {
  display: block;
  width: 100%;
}

.p-tab__text {
  font-size: 1.6rem;
  font-weight: bold;
}

.top-news {
  padding-bottom: 2.7rem;
  background: transparent;
}

.top-news__inner {
  max-width: 116rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.top-news__content {
  background: #fff;
  padding-top: 6.4rem;
  padding-bottom: 9.3rem;
  padding-left: 6rem;
  padding-right: 6rem;
  border-radius: 1rem;
  margin-top: -14rem;
}
@media (max-width: 767px) {
  .top-news__content {
    padding-top: 3rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-bottom: 4rem;
  }
}

.top-news__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top-news__top {
    display: block;
  }
}

.top-news__title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.top-news__en {
  font-size: 4rem;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .top-news__en {
    font-size: 3.2rem;
  }
}

.top-news__ja {
  color: #707070;
  font-size: 1.6rem;
  font-weight: 500;
}

.top-news__link {
  display: flex;
  align-items: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #c1c1c1;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media (max-width: 767px) {
  .top-news__link {
    display: block;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: initial;
    padding-right: initial;
  }
}

.top-news__tabBlock:not(:first-child) .top-news__link {
  padding-top: 2.5rem;
}

.top-news__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: 27rem;
}
@media (max-width: 767px) {
  .top-news__meta {
    gap: 0.4rem;
    width: initial;
    justify-content: initial;
  }
}

.top-news__date {
  font-size: 2rem;
  font-weight: 500;
  color: #707070;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .top-news__date {
    font-size: 1.3rem;
  }
}

.top-news__cat {
  color: #004ea2;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  background: #f5f5f5;
  width: 14.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .top-news__cat {
    width: 6.8rem;
    font-size: 1.1rem;
  }
}

.top-news__newsTitle {
  flex-grow: 1;
  margin-left: 1.6rem;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4444444444;
  color: #333;
}
@media (max-width: 767px) {
  .top-news__newsTitle {
    margin-top: 0.5rem;
    font-size: 1.4rem;
    margin-left: initial;
    line-height: 1.4285714286;
  }
}

.top-news__btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .top-news__btn-wrapper {
    justify-content: center;
  }
}

.top-news__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border: 1px solid #c1c1c1;
  width: 21rem;
  border-radius: 9999px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: transparent;
  transition: 0.3s ease-in-out;
}

.top-news__btn:hover {
  background: #004ea2;
  border: 1px solid #004ea2;
}

.top-news__btn-text {
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  color: #333;
}

.top-news__btn:hover .top-news__btn-text {
  color: #fff;
}

.top-news__btn svg {
  width: 1rem;
  height: 1.1rem;
}

.top-news__btn svg path {
  transition: 0.3s ease-in-out;
}

.top-news__btn:hover.top-news__btn svg path {
  stroke: #fff;
}

.top-about {
  padding-top: 12rem;
  padding-bottom: 16rem;
  background: #f5f5f5;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}
@media (max-width: 767px) {
  .top-about {
    padding-top: 6rem;
    padding-bottom: 8.3rem;
  }
}

.top-about__inner {
  max-width: 87.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.top-about__content {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .top-about__content {
    display: block;
  }
}

.top-about__img {
  max-width: 39.8rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-about__img {
    margin-top: 2.4rem;
    max-width: initial;
  }
}

.top-about__img img {
  aspect-ratio: 398/493;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.4rem;
}
@media (max-width: 767px) {
  .top-about__img img {
    aspect-ratio: 398/493;
  }
}

.top-about__detail {
  width: 42rem;
}
@media (max-width: 767px) {
  .top-about__detail {
    width: initial;
  }
}

@media (max-width: 767px) {
  .top-about__title-wrapper {
    text-align: center;
  }
}

.top-about__title .top-about__title--en {
  font-size: 1.2rem;
  color: #004ea2;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.top-about__title--ja {
  display: block;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 2;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.top-about__lists {
  margin-top: 4rem;
  margin-bottom: 3.7rem;
}
@media (max-width: 767px) {
  .top-about__lists {
    margin-top: 1.3rem;
    margin-bottom: 2rem;
  }
}

.top-about__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e1e1e1;
  transition: 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 767px) {
  .top-about__link {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.top-about__link:hover {
  padding-right: 1.6rem;
}
@media (max-width: 767px) {
  .top-about__link:hover {
    padding-right: 0.5rem;
  }
}

.top-about__link-text {
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .top-about__link-text {
    font-size: 1.6rem;
  }
}

.top-about__link:hover .top-about__link-text {
  color: #003e92;
}

.top-service {
  background: url(../../images/top/bg-service.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 7.5rem;
  padding-bottom: 12rem;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  margin-top: -4rem;
}
@media (max-width: 767px) {
  .top-service {
    padding-top: 4rem;
    padding-bottom: 6.9rem;
  }
}

.top-service__inner {
  max-width: 100rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.top-service__title-wrapper {
  text-align: center;
}

.top-service__title {
  position: relative;
  padding-bottom: 1.8rem;
}

.top-service__title::before {
  position: absolute;
  content: "";
  background: #14cae2;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.top-service__title--en {
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.top-service__title--ja {
  display: block;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.top-service__row {
  margin-top: 5.9rem;
  display: flex;
  gap: 7rem;
}
@media (max-width: 767px) {
  .top-service__row {
    display: block;
  }
}

.top-service__img {
  width: 42.2rem;
}
@media (max-width: 767px) {
  .top-service__img {
    width: 29.9rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.top-service__btn-wrapper {
  margin-top: 7.6rem;
}
@media (max-width: 767px) {
  .top-service__btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
  }
}

.top-service__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 9999px;
  width: 26.5rem;
  height: 4.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  transition: 0.3s ease-in-out;
  background: transparent;
}

.top-service__btn:hover {
  background: #fff;
}

.top-service__btn-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  transition: 0.3s ease-in-out;
}

.top-service__btn:hover .top-service__btn-text {
  color: #003e92;
}

.top-service__btn svg {
  width: 1rem;
  height: 1.1rem;
}

.top-service__btn svg path {
  transition: 0.3s ease-in-out;
}

.top-service__btn:hover.top-service__btn svg path {
  stroke: #003e92;
}

@media (max-width: 767px) {
  .top-service__detail {
    margin-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.top-service__subTitle {
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .top-service__subTitle {
    font-size: 2.4rem;
  }
}

.top-service__text-wrapper {
  margin-top: 2.4rem;
}

.top-service__text {
  color: #fff;
  line-height: 1.75;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.top-service__text + .top-service__text {
  margin-top: 1.6rem;
}

.top-service__lists {
  margin-top: 6.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media (max-width: 767px) {
  .top-service__lists {
    margin-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.top-service__list {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding-top: 2.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .top-service__list {
    flex-direction: column;
    gap: 0rem;
  }
}

@media (max-width: 767px) {
  .top-service__list:nth-child(odd) {
    position: relative;
  }
}

@media (max-width: 767px) {
  .top-service__list:nth-child(odd)::before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 12rem;
    top: 50%;
    transform: translateY(-50%);
    right: -2rem;
  }
}

.top-service__icon {
  width: 7rem;
}

.top-service__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.top-service__list-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .top-service__list-text {
    font-size: 1.5rem;
    text-align: center;
  }
}

.top-service__solution {
  margin-top: 6.7rem;
}
@media (max-width: 767px) {
  .top-service__solution {
    margin-top: 6rem;
  }
}

.s-solution {
  margin-top: -0.1rem;
  background-color: #003e92;
  padding: 5rem;
  padding-top: 0.2rem;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media (max-width: 767px) {
  .s-solution {
    padding: 5rem 0.5rem;
    padding-top: 0.2rem;
  }
}
.s-solution .wrap {
  width: 100%;
  border-radius: 4rem;
  background-color: #f5f5f5;
  padding: 8.6rem 4.1rem;
}
@media (max-width: 767px) {
  .s-solution .wrap {
    padding: 6rem 1.5rem;
    padding-bottom: 4rem;
  }
}
.s-solution .wrap .title {
  padding-left: 1.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #c1c1c1;
}
@media (max-width: 767px) {
  .s-solution .wrap .title {
    padding-left: 0;
    padding-bottom: 1.6rem;
  }
}
.s-solution .wrap .title:nth-of-type(n + 2) {
  margin-top: 6rem;
}
.s-solution .wrap .title .top-information__en {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
}
.s-solution .wrap .title .top-information__ja {
  margin-top: -0.5rem;
  font-size: 2.4rem;
  letter-spacing: 0;
  font-weight: bold;
}
.s-solution .wrap .item-box {
  margin-top: 4rem;
  position: relative;
  display: flex;
  gap: 2.4rem;
  padding: 0 2.9rem;
}
@media (max-width: 767px) {
  .s-solution .wrap .item-box {
    padding: 0;
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 2rem;
  }
}
.s-solution .wrap .item-box .item {
  background-color: #fff;
  border-radius: 1rem;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.031372549));
  padding: 4rem;
  padding-bottom: 0;
  min-height: 30rem;
  flex: 1;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .s-solution .wrap .item-box .item {
    padding: 2rem;
    padding-bottom: 0rem;
    min-height: 1.92rem;
  }
}
@media screen and (min-width: 768px) {
  .s-solution .wrap .item-box .item:hover {
    opacity: 0.7;
  }
  .s-solution .wrap .item-box .item:hover .l-btn {
    transform: translateX(4px);
  }
}
.s-solution .wrap .item-box .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.s-solution .wrap .item-box .item a .company-logo {
  width: auto;
  height: 5.1rem;
}
@media (max-width: 767px) {
  .s-solution .wrap .item-box .item a .company-logo {
    height: 4.1rem;
  }
}
.s-solution .wrap .item-box .item a .company-logo.unite-one {
  height: 5.4rem;
}
@media (max-width: 767px) {
  .s-solution .wrap .item-box .item a .company-logo.unite-one {
    height: 5.2rem;
  }
}
.s-solution .wrap .item-box .item a .company-logo.unite-50 {
  height: 5.5rem;
}
.s-solution .wrap .item-box .item a .company-logo.opdr {
  height: 3.8rem;
}
@media (max-width: 767px) {
  .s-solution .wrap .item-box .item a .company-logo.opdr {
    height: 2.8rem;
  }
}
.s-solution .wrap .item-box .item a .company-logo.unite-inv {
  height: 4.1rem;
}
@media (max-width: 767px) {
  .s-solution .wrap .item-box .item a .company-logo.unite-inv {
    height: 3.1rem;
  }
}
.s-solution .wrap .item-box .item a .company-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-solution .wrap .item-box .item a p {
  border-top: 1px solid #e1e1e1;
  margin-top: 2.6rem;
  padding-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .s-solution .wrap .item-box .item a p {
    margin-top: 1.9rem;
    padding-top: 1.2rem;
    margin-bottom: 3rem;
  }
}
.s-solution .wrap .item-box .item .l-btn {
  position: absolute;
  width: 6rem;
  height: 6rem;
  border-radius: 9999px;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 2.1rem;
  bottom: 2.1rem;
  transition: 0.3s all;
}
.s-solution .wrap .item-box .item .l-btn svg {
  width: 28%;
  height: 28%;
}

.solution__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  max-width: 102.4rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .solution__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}

.solution__list {
  background: #fff;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
  border-radius: 1rem;
}

.solution__link {
  transition: 0.3s ease-in-out;
  display: block;
  color: #fff;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .solution__link {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
  }
}

.solution__link:hover {
  background: rgba(0, 62, 146, 0.3);
}

.solution__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.solution__img1 {
  width: 25.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 2.6rem;
}

.solution__img2 {
  width: 39.9rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.9rem;
  padding-bottom: 2.4rem;
}

.solution__img3 {
  width: 24rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 2.6rem;
}

.solution__img4 {
  width: 25.1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.5rem;
  padding-bottom: 2.7rem;
}

.solution__img5 {
  width: 29.9rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.8rem;
  padding-bottom: 3.5rem;
}

.solution__img6 {
  width: 22.4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.7rem;
  padding-bottom: 3.5rem;
}

.solution__text-wrapper {
  padding-top: 1.6rem;
  border-top: 1px solid #e1e1e1;
  text-align: justify;
}
@media (max-width: 767px) {
  .solution__text-wrapper {
    padding-top: 1.2rem;
  }
}

.solution__text {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.625;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .solution__text {
    line-height: 1.6;
    font-size: 1.5rem;
  }
}

.top-information {
  padding-top: 8rem;
  padding-bottom: 7rem;
}
@media (max-width: 767px) {
  .top-information {
    padding-bottom: 6rem;
  }
}

.top-information__inner {
  max-width: 108rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.top-information__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .top-information__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.top-information__btn {
  background: #fff;
  border-radius: 1rem;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .top-information__btn {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }
}

.top-information__btn:hover {
  background: #003e92;
  filter: initial;
}

.top-information__en {
  color: #004ea2;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  position: relative;
  padding-left: 1.3rem;
  transition: 0.3s ease-in-out;
}

.top-information__btn:hover .top-information__en {
  color: #fff;
}

.top-information__en::before {
  position: absolute;
  content: "";
  background: #14cae2;
  width: 0.7rem;
  height: 0.7rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  border-radius: 9999px;
}

.top-information__btn:hover .top-information__en::before {
  background: #fff;
}

.top-information__ja {
  font-size: 3.4rem;
  color: #333;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .top-information__ja {
    font-size: 2.4rem;
  }
}

.top-information__btn:hover .top-information__ja {
  color: #fff;
}

.top-information__img {
  margin-left: auto;
  margin-top: 5.8rem;
  width: 6rem;
}
@media (max-width: 767px) {
  .top-information__img {
    margin-top: initial;
    width: 5rem;
  }
}

.top-information__img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.top-information__img svg g g path {
  transition: 0.3s ease-in-out;
}

.top-information__btn:hover .top-information__img svg path {
  stroke: #fff;
}

.top-information__bottomBtn {
  display: block;
  margin-top: 4rem;
  background: url(../../images/top/bg-contact-blue.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 1rem;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .top-information__bottomBtn {
    margin-top: 2rem;
  }
}

.top-information__bottomBtn--contact:hover {
  opacity: 0.8;
}

.top-information__bottomBtn-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 8rem;
  padding-right: 8rem;
  height: 30rem;
}
@media (max-width: 767px) {
  .top-information__bottomBtn-detail {
    padding-left: 3rem;
    padding-right: 2rem;
    height: initial;
    padding-top: 3rem;
    padding-bottom: 2rem;
    display: block;
  }
}

.top-information__bottomBtn--ja {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
}

.top-information__bottomBtn--en {
  color: #fff;
  text-transform: uppercase;
  font-size: 7rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .top-information__bottomBtn--en {
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .top-information__bottomBtn-img {
    margin-top: 2.4rem;
    width: 5rem;
    margin-left: auto;
  }
}

.top-information__bottomBtn-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.top-information__enjoy {
  margin-top: 6rem;
  max-width: 28rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .top-information__enjoy {
    max-width: 20rem;
  }
}

.top-information__enjoyRow {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .top-information__enjoyRow {
    gap: 2rem;
  }
}

.top-information__enjoyBtn {
  transition: 0.3s ease-in-out;
  width: 100%;
}

.top-information__enjoyBtn:hover {
  opacity: 0.8;
}

.top-information__enjoyBtn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.top-information__bottom-banner {
  margin-top: 2.4rem;
  display: block;
  transition: 0.3s all;
}
@media (--mobile) {
  .top-information__bottom-banner {
    margin-top: 1.6rem;
  }
}
.top-information__bottom-banner:hover {
  opacity: 0.8;
}
.top-information__bottom-banner picture {
  width: 100%;
  height: 16rem;
}
@media (max-width: 767px) {
  .top-information__bottom-banner picture {
    height: 26.4rem;
  }
}

.logo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #f5f5f5;
}

.logo__inner {
  max-width: 108.8rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.logo__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
}

.logo__bg {
  background: #fff;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo__img {
  width: 9rem;
}

.logo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.mt5 {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .mt5 {
    margin-top: initial;
  }
}

.mt20 {
  margin-top: 2rem !important;
}
@media (max-width: 767px) {
  .mt20 {
    margin-top: initial !important;
  }
}

.mt12 {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .mt12 {
    margin-top: initial;
  }
}

.top-case-wrapper {
  padding-top: 46.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-case-wrapper {
    padding-top: 33.6rem;
  }
}

.top-case-wrapper::before {
  position: absolute;
  content: "";
  background: #f5f5f5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -99;
}

.top-case {
  padding-top: 8rem;
  padding-bottom: 12rem;
  background: #fff;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}

.top-case__inner {
  max-width: 104rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.top-case__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .top-case__top {
    text-align: center;
    justify-content: center;
  }
}

.top-case__top::before {
  position: absolute;
  content: "";
  background: #c1c1c1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 1px;
  bottom: 0;
}

.top-case__title--en {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  color: #004ea2;
  font-weight: 500;
  text-transform: uppercase;
}

.top-case__title--ja {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.top-case__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border: 1px solid #c1c1c1;
  border-radius: 9999px;
  width: 21.1rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: transparent;
  transition: 0.3s ease-in-out;
}

.top-case__btn:hover {
  background: #004ea2;
  border: 1px solid #004ea2;
}

.top-case__btn-text {
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  color: #333;
}

.top-case__btn:hover .top-case__btn-text {
  color: #fff;
}

.top-case__btn-img {
  width: 1rem;
  display: flex;
  align-items: center;
}

.top-case__btn-img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.top-case__btn-img svg path {
  transition: 0.3s ease-in-out;
}

.top-case__btn:hover.top-case__btn svg path {
  stroke: #fff;
}

.top-case__swiper {
  margin-top: 4rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media (max-width: 767px) {
  .top-case__swiper {
    margin-left: initial;
  }
}

.swiper {
  overflow-x: hidden !important;
  padding-bottom: 8rem;
}

.swiper-slide {
  opacity: 0.3; /* 左右のスライドを薄くする */
  transform: scale(0.8) !important; /* 左右のスライドを小さくする */
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .swiper-slide {
    transform: scale(1) !important;
  }
}

.swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  z-index: 1; /* 中央のスライドを一番上にする */
  transform: scale(1.1) !important; /* 左右のスライドを小さくする */
}
@media (max-width: 767px) {
  .swiper-slide-active {
    transform: scale(1) !important;
  }
}

.swiper-pagination {
  position: static;
  max-width: 83.2rem;
  width: 100%;
  display: flex;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  width: 6rem;
  height: 6rem;
}
@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
}

.slider__button {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .slider__button {
    gap: 2rem;
  }
}

.slider__row {
  display: flex;
  gap: 0.8rem;
  padding-top: 2rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 6rem;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.swiper-button-prev svg g,
.swiper-button-next svg g,
.swiper-button-prev svg path,
.swiper-button-next svg path {
  transition: 0.1s;
}

.swiper-button-prev:hover.swiper-button-prev svg g,
.swiper-button-next:hover.swiper-button-next svg g {
  fill: #004ea2;
}

.swiper-button-prev:hover.swiper-button-prev svg path,
.swiper-button-next:hover.swiper-button-next svg path {
  stroke: #fff;
}

.swiper-pagination-bullet {
  background: #e1e1e1;
  height: 0.2rem;
  margin: initial !important;
  border-radius: initial;
  width: 100%;
}

.swiper-pagination-bullet-active {
  background: #004ea2;
}

.slider__img {
  transition: 0.3s ease-in-out;
}

.slider__img img {
  aspect-ratio: 558/344;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.slider__detail {
  padding-top: 1.2rem;
}

.swiper-slide > .slider__detail {
  display: none;
}

.swiper-slide-active > .slider__detail {
  display: block;
}

.slider__title {
  font-size: 1.5rem;
  line-height: 1.4444444444;
  font-weight: 700;
}

.slider__detail-wrapper {
  margin-top: 0.8rem;
}

.slider__detail-text {
  font-size: 1.2rem;
  line-height: 1.4666666667;
  font-weight: 500;
}

.drawer-icon {
  transition: 0.3s;
  cursor: pointer !important;
  z-index: 100000;
  position: relative;
  border: initial;
}

.drawer-icon:hover {
  opacity: initial;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: url(../../images/top/bg-drawer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding-top: 7rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .drawer-content {
    overflow-y: scroll;
  }
}

.drawer-content.is-active {
  visibility: visible;
  opacity: 1;
}

.drawer-content__head {
  padding-left: 16.8rem;
  padding-top: 16rem;
}

.drawer-content__head-text {
  color: #fff;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
}

.drawer-content__items {
  transition: 0.3s;
  height: calc(100% + 1px);
  max-width: 99rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-top: 3.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .drawer-content__items {
    padding-top: 5.4rem;
    display: block;
    padding-left: initial;
    padding-right: initial;
  }
}

.drawer-content__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4.8rem;
}
@media (max-width: 767px) {
  .drawer-content__row {
    display: block;
  }
}

.drawer-content__lists-wrapper {
  margin-left: auto;
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .drawer-content__lists-wrapper {
    margin-left: initial;
    display: block;
  }
}

.drawer-content__lists-left {
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .drawer-content__lists-left {
    display: block;
  }
}

.drawer-content__list + .drawer-content__list {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .drawer-content__list + .drawer-content__list {
    margin-top: initial;
  }
}

.drawer-content__link {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  display: block;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .drawer-content__link {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 1.6rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.drawer-content__link:hover {
  opacity: 0.8;
}

.drawer-content__link-text {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .drawer-content__link-text {
    font-size: 1.6rem;
  }
}

.drawer-content__link-icon {
  display: flex;
}

.drawer-content__cross {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.drawer-content__cross::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 2px;
  height: 1.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}

.drawer-content__cross::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 2px;
  height: 1.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s ease-in-out;
}

.drawer-content__cross.is-active::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.drawer-content__link + .drawer-content__link {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .drawer-content__link + .drawer-content__link {
    margin-top: initial;
  }
}

.drawer-content__link-wrapper {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .drawer-content__link-wrapper {
    display: none;
  }
}

.drawer-content__link-small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .drawer-content__link-small {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 0.4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

.drawer-content__link-small:hover {
  opacity: 0.8;
}

.drawer-content__link-small + .drawer-content__link-small {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .drawer-content__link-small + .drawer-content__link-small {
    margin-top: initial;
  }
}

.drawer-content__link-small--privacy {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .drawer-content__link-small--spPlane {
    padding: 0 !important;
    border: none !important;
  }
  .drawer-content__lists--spPlane {
    margin-top: 2rem;
  }
  .drawer-content__lists--spPlane .drawer-top__list {
    display: inline-grid;
    gap: 1.1rem;
  }
}
.drawer-content__lists-right {
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .drawer-content__lists-right {
    display: block;
  }
}

.drawer-content__sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3rem;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .drawer-content__sns {
    justify-content: center;
    gap: 1.2rem;
    padding-bottom: 7.5rem;
  }
}

.drawer-content__icon {
  width: 4rem;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .drawer-content__icon {
    width: 3.2rem;
  }
}

.drawer-content__icon:hover {
  opacity: 0.8;
}

.drawer-content__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.drawer-content__serviceLogo {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.drawer-content__serviceLogo-link--first {
  display: block;
  width: 100%;
}

.drawer-content__serviceLogo-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
  border-radius: 0.4rem;
}

.drawer-content__serviceLogo-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.drawer-content__link-wrapperTop {
  margin-top: 1.5rem;
}

.drawer-content__serviceLogo--mt15 {
  margin-top: 1rem;
  padding-bottom: 1rem;
}

.drawer-top__list {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .drawer-top__list {
    margin-top: initial;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.header__btn-link:hover .header__btn-linkImg3 {
  animation: float 0.5s ease-in-out infinite;
}

.drawer-icon__line1,
.drawer-icon__line2,
.drawer-icon__line3 {
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.drawer-icon__line1 {
  transform: translate(1349.5px, 45px);
}

.drawer-icon__line2 {
  transform: translate(1357.5px, 45px);
}

.drawer-icon__line3 {
  transform: translate(1341.5px, 45px);
}

.drawer-icon.is-active .drawer-icon__line1 {
  transform: translate(1349.5px, 45px) rotate(0deg);
  opacity: 0;
}

.drawer-icon.is-active .drawer-icon__line2 {
  transform: translate(1357.5px, 45px);
}

.drawer-icon.is-active .drawer-icon__line3 {
  transform: translate(1374.5px, 45px) translateX(-2px) scale(-1, 1);
}

.drawer-icon.is-active .drawer-icon__line-wrapper {
  padding-right: 1rem;
}

.drawer-icon.is-active .header__btn-linkImg3 {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .drawer-icon.is-active .header__btn-linkImg3 {
    margin-left: 0rem;
  }
}

.p-history {
  padding-top: 7.8rem;
  padding-bottom: 8.5rem;
}
@media (max-width: 767px) {
  .p-history {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
}
.p-history .title {
  width: 75.2rem;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-history .title {
    width: 100%;
    gap: 5.4rem;
    justify-content: end;
    padding-right: 1rem;
  }
}
.p-history .title h4 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.536;
  color: #003e92;
}
@media (max-width: 767px) {
  .p-history .title h4 {
    font-size: 1.7rem;
    line-height: 2.236;
  }
}
.p-history .history-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-history .history-main {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-history .history-main::before {
  content: "";
  position: absolute;
  width: 13rem;
  height: 100%;
  background: linear-gradient(to bottom, #4d84be, #003e92);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .p-history .history-main::before {
    width: 5rem;
    transform: translateX(0);
    left: 0;
  }
}
.p-history .history-main::after {
  content: "";
  position: absolute;
  width: 33.1rem;
  height: 8.5rem;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #003e92;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 100%) rotate(180deg);
  z-index: 0;
}
@media (max-width: 767px) {
  .p-history .history-main::after {
    width: 5rem;
    height: 3rem;
    bottom: 1px;
    left: 0px;
    transform: translate(0%, 100%) rotate(180deg);
  }
}
.p-history .history-main .item {
  display: flex;
}
.p-history .history-main .item:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.p-history .history-main .item .left {
  flex: 1;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .p-history .history-main .item .left {
    width: calc(50% - 2.5rem);
    order: 2;
    border-right: 1px solid #4d84be;
    padding: 1.3rem;
  }
}
.p-history .history-main .item .left p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-history .history-main .item .left p {
    font-size: 1.2rem;
  }
}
.p-history .history-main .item .left .addition-2014 {
  padding: 1.4rem 2.2rem;
  border-radius: 1rem;
  background-color: #fff;
  border: 1px solid #003e92;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-history .history-main .item .left .addition-2014 {
    padding: 1.3rem;
  }
}
.p-history .history-main .item .left .addition-2014 p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-history .history-main .item .left .addition-2014 p {
    font-size: 1.2rem;
  }
}
.p-history .history-main .item .center {
  width: 13rem;
  text-align: center;
  background-color: transparent;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .p-history .history-main .item .center {
    width: 5rem;
    grid-column: 1/2;
    grid-row: auto;
    padding: 0 0.5rem;
    padding-top: 1.2rem;
    order: 1;
  }
}
.p-history .history-main .item .center h4 {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 2.667;
  color: #fff;
}
@media (max-width: 767px) {
  .p-history .history-main .item .center h4 {
    font-size: 1.4rem;
  }
}
.p-history .history-main .item .center aside {
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.p-history .history-main .item .center aside.hidden {
  display: none;
}
.p-history .history-main .item .right {
  flex: 1;
  padding: 3rem 2rem;
}
@media (max-width: 767px) {
  .p-history .history-main .item .right {
    width: calc(50% - 2.5rem);
    order: 3;
    padding: 1.3rem;
  }
}
.p-history .history-main .item .right p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-history .history-main .item .right p {
    font-size: 1.2rem;
  }
}
.p-history .history-main .item .right .addition-1995 {
  padding: 1.4rem 2.2rem;
  border-radius: 1rem;
  background-color: #fff;
  border: 1px solid #003e92;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-history .history-main .item .right .addition-1995 {
    padding: 1rem;
  }
}
.p-history .history-main .item .right .addition-1995 p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .p-history .history-main .item .right .addition-1995 p {
    font-size: 1.2rem;
  }
}
.p-history .history-main .item .right .addition-1995 p span {
  color: #14cae2;
}
.p-history .history-main .item .right .addition-1998 {
  border-radius: 1rem;
  width: 100%;
  max-width: 26.4rem;
  height: auto;
  margin-top: 1.4rem;
}

.c-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #ccc;
}
.c-title span {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #003e92;
}
@media (max-width: 767px) {
  .c-title span {
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.c-title h4 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .c-title h4 {
    font-size: 2.6rem;
    margin-top: 0.3rem;
  }
}

.function-list {
  background-color: #f4f4f4;
  margin-top: 3rem;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .function-list {
    padding: 0;
  }
}
.function-list .wrap {
  width: 80.2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .function-list .wrap {
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .function-list .wrap {
    padding: 3rem 2.5rem 4rem;
  }
}
.function-list .wrap .item {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media (max-width: 767px) {
  .function-list .wrap .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.function-list .wrap .item:nth-of-type(n + 2) {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .function-list .wrap .item:nth-of-type(n + 2) {
    margin-top: 1.4rem;
  }
}
.function-list .wrap .item h4 {
  min-width: 17.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .function-list .wrap .item h4 {
    font-size: 1.5rem;
  }
}
.function-list .wrap .item input {
  width: 100%;
  min-height: 3.6rem;
  padding: 0.6rem 1.3rem;
  padding-right: 0;
  background-color: #fff;
  border: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .function-list .wrap .item input {
    margin-top: 0.6rem;
  }
}
.function-list .wrap .item input::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #cccccc;
}
.function-list .wrap .item input::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #cccccc;
}
@media (max-width: 767px) {
  .function-list .wrap .item input::-moz-placeholder {
    font-size: 1.5rem;
  }
  .function-list .wrap .item input::placeholder {
    font-size: 1.5rem;
  }
}

.ap-single .c-list-text {
  padding-left: 1.4rem;
  position: relative;
}
.ap-single .c-list-text::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 9999px;
  background-color: #000;
  left: 0.6rem;
  top: 1.3rem;
}
.ap-single .wrap .top h2 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  padding-bottom: 2.4rem;
}
.ap-single .wrap .top nav {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.ap-single .wrap .top nav p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
.ap-single .wrap .top nav figure {
  height: 2.2rem;
  width: auto;
}
.ap-single .wrap .top nav figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ap-single .wrap .main {
  margin-top: 7rem;
}
.ap-single .wrap .main h1 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #003e92;
  text-align: center;
}
.ap-single .wrap .main .c-a {
  display: grid;
  grid-template-columns: 1fr 1.2rem 1fr;
  gap: 1.4rem;
  align-items: center;
  margin-top: 7rem;
}
.ap-single .wrap .main .c-a .item h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #003e92;
  letter-spacing: 0;
  padding: 0.3rem 0;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-bottom: 0px;
  text-align: center;
}
.ap-single .wrap .main .c-a .item ul {
  padding: 2.4rem;
  min-height: 18.4rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  border: 1px solid #ccc;
}
.ap-single .wrap .main .c-a .item ul li {
  list-style: none;
}
.ap-single .wrap .main .c-a .item ul li:nth-child(n+2) {
  margin-top: 1.2rem;
}
.ap-single .wrap .main .c-a .item ul li p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
.ap-single .wrap .main .c-a .item.blue h4 {
  color: #fff;
  background-color: #003e92;
  border: 1px solid #003e92;
  border-bottom: 0px;
}
.ap-single .wrap .main .c-a .item.blue ul {
  border: 1px solid #003e92;
}
.ap-single .wrap .main .c-a .triangle {
  width: 2rem;
  height: 1.2rem;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #003e92;
  transform: translateX(-0.2rem) rotate(90deg);
}
.ap-single .wrap .main .mv-img {
  width: 100%;
  height: 54.6rem;
}
.ap-single .wrap .main .mv-img img {
  width: 100%;
  height: 199%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ap-single .wrap .main .issues {
  margin-top: 7rem;
}
.ap-single .wrap .main .issues h3 {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 1.6rem;
  border-bottom: 1.6rem;
}
.ap-single .wrap .main .issues .item {
  margin-top: 4rem;
}
.ap-single .wrap .main .issues .item h4 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #003e92;
  padding: 2.4rem 3.6rem;
  background-color: #f5f5f5;
  width: 100%;
  text-align: center;
}
.ap-single .wrap .main .issues .item p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: 2.4rem;
}
.ap-single .wrap .main .issues .item p:nth-child(n+2) {
  margin-top: 2rem;
}
.ap-single .wrap .main .issues .triangle {
  width: 12.2rem;
  height: 3.2rem;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #003e92;
  transform: translateX(-0.2rem) rotate(180deg);
  margin: 0 auto;
  margin-top: 6rem;
}
.ap-single .wrap .main .solution {
  background-color: #003e92;
  padding: 4rem 10rem;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.ap-single .wrap .main .solution .wrap {
  width: 100%;
  border-radius: 4rem;
  background-color: #f5f5f5;
  padding: 6rem 8rem;
}
.ap-single .wrap .main .solution .wrap .title {
  display: flex;
  gap: 1rem;
}
.ap-single .wrap .main .solution .wrap .title h4 {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0;
}
.ap-single .wrap .main .solution .wrap .title h4.blue {
  color: #003e92;
}
.ap-single .wrap .main .solution .wrap .explanation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
}
.ap-single .wrap .main .solution .wrap .explanation .item {
  background: #fff;
  border-radius: 1rem;
}
.ap-single .wrap .main .solution .wrap .explanation .item drop h4 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
}
.ap-single .wrap .main .solution .wrap .explanation .item p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
}

.c-over-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-heading-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-bottom: solid 1px #c1c1c1;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
.c-heading-set__sub {
  font-size: 1.2rem;
  color: #004ea2;
  font-family: "Poppins";
}
.c-heading-set__main {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-heading-set__main {
    font-size: 2.4rem;
  }
}

.c-related-achive {
  padding-block: 7rem 8rem;
}
.c-related-achive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  padding-inline: 2rem;
}
@media (max-width: 767px) {
  .c-related-achive__list {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }
}
.c-related-achive__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 5rem;
  background-color: #003e92;
  border-radius: 3rem;
  color: white !important;
  text-decoration: none !important;
  gap: 1rem;
  font-size: 1.6rem;
  margin-top: 4rem;
  margin-inline: auto;
}
.c-related-achive__button::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.4rem;
  background-image: url(../../images/common/ic-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .c-related-achive__button:hover::after {
    transform: translate(1rem, 0);
  }
}

.c-achive-card {
  position: relative;
}
.c-achive-card__thumb {
  aspect-ratio: 18/11;
  overflow: hidden;
  position: relative;
}
.c-achive-card__thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.c-achive-card__service {
  display: inline-block;
  padding: 0.9rem 1.1rem 0.7rem 0.7rem;
  background-color: white;
  border-radius: 0 1rem 0 0/0 1rem 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-achive-card__service img {
  height: 1.8rem !important;
}
.c-achive-card__desc {
  margin-top: 1.2rem;
}
.c-achive-card__copy {
  font-size: 1.8rem !important;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5rem !important;
}
.c-achive-card__title {
  font-size: 1.5rem !important;
  font-weight: 500;
  line-height: 1.5;
}
@media (hover: hover) {
  .c-achive-card:hover .c-achive-card__thumb > img {
    transform: scale(1.05);
  }
}

.c-contact-btn {
  display: block;
  margin-top: 4rem;
  background: url(../../images/top/bg-contact-blue.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 1rem;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .c-contact-btn {
    margin-top: 2rem;
  }
}
.c-contact-btn__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 8rem;
  padding-right: 8rem;
  height: 30rem;
}
@media (max-width: 767px) {
  .c-contact-btn__inner {
    padding-left: 3rem;
    padding-right: 2rem;
    height: initial;
    padding-top: 3rem;
    padding-bottom: 2rem;
    display: block;
  }
}
.c-contact-btn__words {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 2rem;
}
.c-contact-btn__ja {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  padding-left: 0.5rem;
}
.c-contact-btn__en {
  color: #fff;
  text-transform: uppercase;
  font-size: 7rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .c-contact-btn__en {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .c-contact-btn__arrow {
    margin-top: 2.4rem;
    width: 5rem;
    margin-left: auto;
  }
}
.c-contact-btn__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (hover: hover) {
  .c-contact-btn:hover {
    opacity: 0.8;
  }
}

.c-catalog .wpcf7 {
  background-color: transparent;
  padding: 0;
  border: none;
}
.c-catalog .wpcf7 form {
  margin: 0;
}
.c-catalog .wpcf7 .wpcf7-form-control-wrap {
  margin-top: 0;
}
.c-catalog p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.c-catalog__inner {
  margin: 0 2rem;
  background-color: #F4F4F4;
  padding: 3rem;
}
@media (max-width: 767px) {
  .c-catalog__inner {
    margin: 0;
  }
}
.c-catalog__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.c-catalog__item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .c-catalog__item {
    flex-direction: column;
  }
}
.c-catalog__item-title {
  width: 13rem;
}
@media (max-width: 767px) {
  .c-catalog__item-title {
    width: 100%;
  }
}
.c-catalog__item-data {
  width: 55rem;
}
@media (max-width: 767px) {
  .c-catalog__item-data {
    width: 100%;
  }
}
.c-catalog__item-data input[type=text], .c-catalog__item-data input[type=email] {
  width: 100%;
}
.c-catalog__button {
  display: flex;
  width: 30rem;
  height: 5rem;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border-radius: 20rem;
  background-color: #003e92;
  color: white;
  margin-top: 2rem;
  gap: 1rem;
}
@media (max-width: 767px) {
  .c-catalog__button {
    width: 100%;
  }
}
.c-catalog__button::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.4rem;
  background-image: url(../../images/common/ic-arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .c-catalog__button:hover::after {
    transform: translate(1rem, 0);
  }
}

.p-archive-achive .c-archive-typeA-1 {
  gap: 4rem;
}

.c-achive-service {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  font-size: 1.6rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-achive-service {
    gap: 1rem 2rem;
  }
}
.c-achive-service img {
  height: 2.3rem;
}
.c-achive-service__item.is-current {
  border-bottom: solid 1px #004EA2;
}

.c-service-header {
  border-bottom: solid 1px #747474;
  padding-bottom: 3rem !important;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-service-header {
    flex-direction: column;
    justify-content: flex-start;
    gap: 3rem;
    height: auto !important;
    padding-bottom: 2rem !important;
  }
}
.c-service-header__logo-title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .c-service-header__logo-title {
    width: 100%;
  }
  .c-service-header__logo-title img {
    max-width: 20rem;
  }
}
.c-service-header__title {
  font-size: 1.6rem;
}
.c-service-header__anchor-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .c-service-header__anchor-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
  }
}
.c-service-header__anchor-list-item a {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: solid 1px #E1E1E1;
  border-radius: 2.3rem;
  padding: 1rem 2rem;
  line-height: 1;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c-service-header__anchor-list-item a {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    gap: 0.5rem;
  }
}
.c-service-header__anchor-list-item a::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.7rem;
  background-image: url(../../images/common/ic-angle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}/*# sourceMappingURL=style.css.map */