@charset "UTF-8";
/**************************************************
* ページ: TOP
**************************************************/
.fv {
  aspect-ratio: 1920/900;
  padding-top: min(514px, 26.7708333333vw);
  position: relative;
  overflow: hidden;
}
.fv::before {
  content: "";
  position: absolute;
  background: url(../img/fv_bg.webp) no-repeat center center/cover;
  aspect-ratio: 4095/2259;
  width: 106%;
  left: 58%;
  top: 54%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .fv {
    aspect-ratio: 1920/1300;
  }
  .fv::before {
    width: 126%;
  }
}

.fv__inner {
  width: 1600px;
  max-width: 83.3%;
}

.fv__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 1.2em 1.63em 0.83em 5.4em;
}
.fv__heading strong {
  font-size: 3.125vw;
  color: #FD790E;
}
.fv__heading .fz36 {
  font-size: 1.875vw;
}
.fv__heading .fz40 {
  font-size: 2.0833333333vw;
}
@media (max-width: 767px) {
  .fv__heading {
    transform: scale(1.7);
    transform-origin: left;
  }
}

/*------------------------------
report
------------------------------*/
.report {
  padding: 76px 0 70px;
  background: #F1F1F1;
}

@media screen and (max-width: 999px) {
  .report__inner {
    max-width: 90%;
  }
}

.report__content {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  padding: 3.7%;
}

@media (min-width: 768px) {
  .report__title {
    display: flex;
    align-items: flex-end;
  }
}

.report__title-en {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.1363636364;
  letter-spacing: 0.045em;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 767px) {
  .report__title-en {
    font-size: min(3.5rem, 9.3333333333vw);
    display: block;
  }
}

.report__title-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.015em;
  margin-left: 1.1em;
}
@media (max-width: 767px) {
  .report__title-ja {
    font-size: min(2rem, 5.3333333333vw);
    margin-left: 0;
  }
}

.report__item a {
  display: flex;
  align-items: center;
  padding: 3.2% 40px 3.2% 7%;
  border-bottom: 1px solid #707070;
  position: relative;
}
.report__item a::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../img/icon_arrow.webp);
          mask-image: url(../img/icon_arrow.webp);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #7C0015;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  aspect-ratio: 76/17;
}
@media (max-width: 767px) {
  .report__item a {
    display: block;
    padding: 2em 0;
    padding-right: 3em;
  }
  .report__item a::after {
    width: 3em;
  }
}

.report__link.is-disabled {
  pointer-events: none;
  cursor: default;
  color: inherit; /* お好みでリンクっぽく見えないように */
  text-decoration: none;
}
.report__link.is-disabled::after {
  display: none;
}

.report__category {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background: #FD790E;
  padding: 4px 18px;
  flex-shrink: 0;
}

.report__date {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Oswald", sans-serif;
  margin-left: 3.17%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .report__date {
    margin-left: 0;
    margin-top: 0.2em;
  }
}

.report__heading {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  margin-left: 2.4%;
}
@media (max-width: 767px) {
  .report__heading {
    margin-left: 0;
    margin-top: 0.5em;
  }
}

/*------------------------------
message
------------------------------*/
.message {
  padding: 100px 0 185px;
  border-bottom: 50px solid #FD790E;
  position: relative;
}
.message::before {
  content: "";
  position: absolute;
  background: url(../img/message_dec.webp) no-repeat center center/100%;
  aspect-ratio: 1600/2038;
  height: 100%;
  right: 8.5%;
  right: max((100vw - 1920px) / 2 + 164px, 8.5%);
  top: 0%;
}
@media (max-width: 767px) {
  .message {
    padding: 50px 0 80px;
    border-bottom: 25px solid #FD790E;
  }
}

.message__container {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.message__inner {
  width: 1760px;
  max-width: 91.6%;
  margin-left: unset;
  margin-right: auto;
}
@media (max-width: 767px) {
  .message__inner {
    max-width: 90%;
    margin: 0 auto;
  }
}

.message__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 6.8%;
}
@media (max-width: 767px) {
  .message__wrapper {
    display: block;
    padding-right: 0;
  }
}

.message__image {
  width: 52%;
}
@media (max-width: 767px) {
  .message__image {
    width: 100%;
  }
}

.message__content {
  width: 41.4%;
  margin-top: 8.5%;
}
@media (max-width: 767px) {
  .message__content {
    width: 100%;
    margin-top: 20px;
  }
}

.message__heading {
  font-size: clamp(2.4rem, 1.5625vw, 3rem);
  font-weight: 700;
  line-height: 1.8666666667;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .message__heading {
    font-size: min(2.2rem, 5.8666666667vw);
  }
}

.message__text {
  margin-top: 1.7em;
  font-size: clamp(1.4rem, 1.1458333333vw, 2.2rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.message__footer {
  margin-left: auto;
  margin-right: 11.36%;
  margin-top: 65px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .message__footer {
    margin-right: 0;
  }
}

.message__title {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .message__title {
    justify-content: center;
  }
}

.message__title-en {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Oswald", sans-serif;
}

.message__title-ja {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .message__title-ja {
    text-align: center;
  }
}

.message__button {
  margin-top: 15px;
}
.message__button a {
  margin-left: auto;
}
@media (max-width: 767px) {
  .message__button a {
    margin: 0 auto;
  }
}

/*------------------------------
service
------------------------------*/
.service {
  padding: 156px 0 150px;
}
@media (max-width: 767px) {
  .service {
    padding: 70px 0;
  }
}

.service__list {
  margin-top: 7%;
  display: flex;
}
@media (max-width: 767px) {
  .service__list {
    display: block;
  }
}

.service__item {
  width: 30.9%;
}
@media (min-width: 768px) {
  .service__item:not(:nth-child(3n)) {
    margin-right: 3.6%;
  }
}
@media (max-width: 767px) {
  .service__item {
    width: 100%;
  }
  .service__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.service__thumbnail img {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
}

.service__label {
  font-size: clamp(1.6rem, 1.4583333333vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.1em;
}

.service__button {
  margin-top: 5.6%;
}
.service__button a {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service__button {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=top.css.map */