.p-section-top-keyvisual {
  position: relative;
}
.p-section-top-keyvisual .l-wrapper {
  position: relative;
  z-index: 1;
}
.p-section-top-keyvisual__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-section-top-keyvisual__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.p-section-top-keyvisual__item {
  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;
  border-radius: 0.05rem;
  background-color: #397daf;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.p-section-top-keyvisual__title-text {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media print, (width >= 768px) {
  .p-section-top-keyvisual {
    height: 536px;
  }
  .p-section-top-keyvisual .l-wrapper {
    max-width: 1144px;
    padding-top: 143px;
    padding-bottom: 80px;
  }
  .p-section-top-keyvisual__list {
    margin-bottom: 21px;
    gap: 7px;
  }
  .p-section-top-keyvisual__item {
    padding: 10px 20px 9px;
    font-size: 0.22rem;
  }
  .p-section-top-keyvisual__title {
    margin-bottom: 23px;
  }
  .p-section-top-keyvisual__title-text--primary {
    font-size: 0.58rem;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .p-section-top-keyvisual__title-text--secondary {
    margin-right: 5px;
    margin-left: 8px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    font-size: 0.55rem;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .p-section-top-keyvisual__title-text--tertiary {
    font-size: 0.61rem;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .p-section-top-keyvisual__title-text--quaternary {
    display: block;
    margin: 7px 0 0 -5px;
    font-size: 0.63rem;
    letter-spacing: 0.03em;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .p-section-top-keyvisual__text {
    width: 386px;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-keyvisual {
    height: 6.2rem;
    padding-top: 0.39rem;
    padding-bottom: 0.4rem;
  }
  .p-section-top-keyvisual .l-wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .p-section-top-keyvisual__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.13rem;
    gap: 0.05rem;
  }
  .p-section-top-keyvisual__item {
    padding: 0.07rem 0.13rem;
    font-size: 0.16rem;
  }
  .p-section-top-keyvisual__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.18rem;
  }
  .p-section-top-keyvisual__title-text--primary {
    font-size: 0.42rem;
    text-shadow: 0.02rem 0.02rem 0 rgba(0, 0, 0, 0.4);
  }
  .p-section-top-keyvisual__title-text--secondary {
    margin-right: 0.04rem;
    margin-left: 0.05rem;
    -webkit-transform: translateY(0.02rem);
    -ms-transform: translateY(0.02rem);
    transform: translateY(0.02rem);
    font-size: 0.36rem;
    text-shadow: 0.02rem 0.02rem 0 rgba(0, 0, 0, 0.4);
  }
  .p-section-top-keyvisual__title-text--tertiary {
    font-size: 0.42rem;
    text-shadow: 0 0.02rem 0 rgba(0, 0, 0, 0.4);
  }
  .p-section-top-keyvisual__title-text--quaternary {
    display: block;
    margin: 0.1rem 0 0;
    font-size: 0.43rem;
    letter-spacing: 0.015em;
    text-shadow: 0 0.02rem 0 rgba(0, 0, 0, 0.34);
  }
  .p-section-top-keyvisual__text {
    width: 2.64rem;
    margin: 0 auto;
  }
}

.p-section-top-about {
  position: relative;
}
.p-section-top-about .l-wrapper {
  position: relative;
  z-index: 1;
}
.p-section-top-about__decor {
  position: absolute;
  z-index: -1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.2;
  color: #9fb2bf;
  font-family: "hypatia-sans-pro", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.p-section-top-about__title {
  font-weight: 600;
  letter-spacing: 0.03em;
}
.p-section-top-about__title-highlight {
  color: #3b6b8d;
}
.p-section-top-about__text {
  margin-bottom: 0;
}
.p-section-top-about__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media print, (width >= 768px) {
  .p-section-top-about {
    padding: 105px 0 91px;
  }
  .p-section-top-about__decor {
    top: 7px;
    left: calc(50% - 374px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.83rem;
  }
  .p-section-top-about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-section-top-about__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 20px;
    font-size: 0.32rem;
    line-height: 1.625;
  }
  .p-section-top-about__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 27px;
    padding-left: 62px;
  }
  .p-section-top-about__button {
    margin-top: -10px;
  }
}
@media only screen and (width < 1366px) and (width >= 768px) {
  .p-section-top-about__decor {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (width < 768px) {
  .p-section-top-about {
    padding: 0.54rem 0 0.6rem;
  }
  .p-section-top-about__decor {
    top: -0.17rem;
    left: -0.01rem;
    font-size: 1.17rem;
  }
  .p-section-top-about__title {
    margin-bottom: 0.22rem;
    font-size: 0.28rem;
    line-height: 1.4285714286;
  }
  .p-section-top-about__button {
    margin-top: 0.28rem;
  }
}

.p-section-top-service .c-heading--primary {
  margin-bottom: 0;
}
.p-section-top-service__wrapper {
  position: relative;
  border-radius: 0.2rem;
  background-color: #fff;
}
.p-section-top-service__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-section-top-service__list {
  padding-left: 0;
  list-style: none;
}
.p-section-top-service__item-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.p-section-top-service__item-image {
  display: block;
  position: relative;
  width: 100%;
}
.p-section-top-service__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-section-top-service__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #3b4043;
  font-weight: 600;
  text-align: center;
}
@media print, (width >= 768px) {
  .p-section-top-service__wrapper {
    width: calc(100% - 40px);
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 100px 75px;
  }
  .p-section-top-service__heading {
    margin-bottom: 30px;
  }
  .p-section-top-service__button {
    position: absolute;
    top: 66px;
    right: 100px;
  }
  .p-section-top-service__text {
    margin-bottom: 43px;
  }
  .p-section-top-service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px -14px -7px;
  }
  .p-section-top-service__item {
    width: 25%;
    padding: 0 6px 14px 7px;
  }
  .p-section-top-service__item-image {
    padding-top: 80.8510638298%;
  }
  .p-section-top-service__item-content {
    padding: 11px 20px;
    font-size: 0.2rem;
    line-height: 1.4;
  }
}
@media print {
  .p-section-top-service {
    margin-bottom: 200px;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-service {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .p-section-top-service__wrapper {
    padding: 0.28rem 0.25rem 0.4rem;
  }
  .p-section-top-service__heading {
    margin-bottom: 0.22rem;
  }
  .p-section-top-service__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-section-top-service__text {
    margin-bottom: 0.27rem;
    line-height: 1.7142857143;
  }
  .p-section-top-service__list {
    margin-bottom: 0.3rem;
  }
  .p-section-top-service__item {
    margin-bottom: 0.1rem;
  }
  .p-section-top-service__item-image {
    padding-top: 46%;
  }
  .p-section-top-service__item-content {
    padding: 0.08rem 0.2rem;
    font-size: 0.18rem;
    line-height: 1.5;
  }
}

.p-section-top-information .l-wrapper {
  position: relative;
}
.p-section-top-information .c-heading--primary {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-section-top-information {
    padding: 91px 0 139px;
  }
  .p-section-top-information__heading {
    margin-bottom: 32px;
  }
  .p-section-top-information__button {
    position: absolute;
    top: 9px;
    right: 0;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-information {
    padding: 0.63rem 0 0.8rem;
  }
  .p-section-top-information .c-heading--primary {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-section-top-information .c-heading--primary .c-heading__japanese {
    padding-top: 0.12rem;
    padding-left: 0;
  }
  .p-section-top-information__heading {
    margin-bottom: 0.36rem;
  }
  .p-section-top-information__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.35rem;
  }
}
/*# sourceMappingURL=top.css.map */