@charset "UTF-8";
.top-fv {
  background: url(../img/front-page/fv_pc.jpg) center/cover no-repeat;
  height: calc(100svh - clamp(58px, calc(39.5609756098px + 4.8780487805vw), 102px));
  position: relative;
}
@media (max-width: 768px) {
  .top-fv {
    background: url(../img/front-page/fv_sp.jpg) center/cover no-repeat;
  }
}
.top-fv__copy {
  font-size: clamp(1.5625rem, 1.1696230599rem + 1.6629711752vw, 2.5rem);
  line-height: 1.7;
  letter-spacing: 0.8em;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .top-fv__copy {
    letter-spacing: 0.5em;
    font-weight: 600;
    writing-mode: vertical-rl;
    width: fit-content;
    height: max-content;
    text-align: start;
  }
}
.top-corporate {
  background: url(../img/front-page/corporate_pc.jpg) center/cover no-repeat;
  height: clamp(484px, calc(502.8580931264px + -4.9889135255vw), 439px);
}
@media (max-width: 768px) {
  .top-corporate {
    background: url(../img/front-page/corporate_sp.jpg) bottom/cover no-repeat;
  }
}
.top-corporate__contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(107px, calc(20.2527716186px + 22.9490022173vw), 314px);
  height: 100%;
  padding-top: clamp(65px, calc(46.9800443459px + 4.7671840355vw), 108px);
}
@media (max-width: 768px) {
  .top-corporate__contents {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 107px;
  }
}
.top-corporate__text {
  text-align: center;
}
.top-corporate__title {
  font-family: var(--cammron);
  font-size: clamp(1.5625rem, 0.9077050998rem + 2.7716186253vw, 3.125rem);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.top-corporate__title span {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-size: clamp(0.6875rem, 0.55654102rem + 0.5543237251vw, 1rem);
  line-height: 1;
  letter-spacing: 0.4em;
  font-weight: 300;
  display: block;
  margin-bottom: clamp(12px, calc(4.8758314856px + 1.8847006652vw), 29px);
}
.top-corporate__more {
  font-family: var(--cammron);
  font-size: clamp(0.75rem, 0.645232816rem + 0.44345898vw, 1rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  position: relative;
  width: fit-content;
  margin: clamp(7px, calc(0.2949002217px + 1.7738359202vw), 23px) auto 0;
}
.top-corporate__more::after {
  content: "";
  background: url(../img/front-page/corporate_arrow.png) center/cover no-repeat;
  width: clamp(10px, calc(7.9046563193px + 0.5543237251vw), 15px);
  height: clamp(6px, calc(4.7427937916px + 0.332594235vw), 9px);
  position: absolute;
  top: 50%;
  right: clamp(-8px, calc(-7.1618625277px + -0.22172949vw), -10px);
  translate: 100% -50%;
}
.top-service__title {
  font-family: var(--cammron);
  font-size: clamp(1.5625rem, 1.1696230599rem + 1.6629711752vw, 2.5rem);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
  background-color: #192161;
  padding: clamp(20px, calc(20px + 0vw), 20px);
  color: #fff;
  text-align: center;
}
.top-service__title span {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-size: clamp(0.6875rem, 0.6875rem + 0vw, 0.6875rem);
  line-height: 1;
  letter-spacing: 0.6em;
  font-weight: 300;
  display: block;
  margin-bottom: clamp(10px, calc(8.3237250554px + 0.44345898vw), 14px);
}
.top-service__contents {
  padding-top: clamp(0px, calc(-13.8292682927px + 3.6585365854vw), 33px);
}
@media (max-width: 768px) {
  .top-service__contents {
    padding-top: 0;
  }
}
.top-service__inner {
  padding: 0 min(40 / 1280 * 100vw, 40px);
}
@media (max-width: 768px) {
  .top-service__inner {
    padding: 0;
  }
}
.top-service__wrap {
  display: flex;
  justify-content: center;
  gap: clamp(0px, calc(-48px + 6.25vw), 32px);
}
@media (max-width: 768px) {
  .top-service__wrap {
    flex-direction: column;
  }
}
.top-service__images {
  width: clamp(379px, calc(379px + 0vw), 379px);
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.top-service__images:last-of-type .top-service__image:nth-of-type(2) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .top-service__images {
    width: 100%;
  }
}
.top-service__images .top-service__image:nth-of-type(1) {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 84%);
}
.top-service__images .top-service__image:nth-of-type(2) {
  clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 100%);
  margin-top: -7.25%;
}
@media (max-width: 768px) {
  .top-service__images .top-service__image:nth-of-type(2) {
    margin-bottom: 0.5%;
  }
}
.top-service__image {
  position: relative;
  width: 100%;
}
.top-service__text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
  width: 100%;
}
.top-service__name {
  font-family: var(--cammron);
  font-size: clamp(1.25rem, 1.11904102rem + 0.5543237251vw, 1.5625rem);
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #fff;
}
.top-service__name span {
  font-size: clamp(0.6875rem, 0.55654102rem + 0.5543237251vw, 1rem);
  line-height: 1;
  letter-spacing: 0.4em;
  font-weight: 400;
  display: block;
  margin-top: clamp(5px, calc(5px + 0vw), 5px);
}
.top-service__more {
  font-family: var(--cammron);
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  position: relative;
  width: fit-content;
  margin: clamp(14px, calc(12.7427937916px + 0.332594235vw), 17px) auto 0;
  color: #fff;
}
.top-service__more::after {
  content: "";
  background: url(../img/front-page/service_arrow.png) center/cover no-repeat;
  width: clamp(10px, calc(7.066518847px + 0.7760532151vw), 17px);
  height: clamp(6px, calc(4.3237250554px + 0.44345898vw), 10px);
  position: absolute;
  top: 50%;
  right: clamp(-3px, calc(-2.1618625277px + -0.22172949vw), -5px);
  translate: 100% -50%;
}
.top-news {
  margin-top: clamp(15px, calc(9.133037694px + 1.5521064302vw), 29px);
}
@media (max-width: 768px) {
  .top-news {
    margin-top: 0;
  }
}
.top-news__inner {
  padding: 0 min(40 / 1280 * 100vw, 40px);
}
@media (max-width: 768px) {
  .top-news__inner {
    padding: 0;
  }
}
.top-news__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(28px, calc(19.199556541px + 2.3281596452vw), 49px);
  background-color: #EFEFEF;
  padding: clamp(39px, calc(36.4855875831px + 0.6651884701vw), 45px) clamp(28px, calc(17.5232815965px + 2.7716186253vw), 53px) clamp(30px, calc(23.7139689579px + 1.6629711752vw), 45px);
}
@media (max-width: 768px) {
  .top-news__contents {
    flex-direction: column;
  }
}
.top-news__title {
  font-family: var(--cammron);
  font-size: clamp(1.5625rem, 0.9077050998rem + 2.7716186253vw, 3.125rem);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 400;
  text-align: center;
}
.top-news__title span {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-size: clamp(0.6875rem, 0.55654102rem + 0.5543237251vw, 1rem);
  line-height: 1;
  letter-spacing: 0.4em;
  font-weight: 300;
  display: block;
  margin-bottom: clamp(10px, calc(8.3237250554px + 0.44345898vw), 14px);
}
.top-news__image {
  width: min(349 / 1280 * 100vw, 349px);
  margin-top: min(20 / 1280 * 100vw, 20px);
}
.top-news__body {
  width: min(700 / 1280 * 100vw, 700px);
}
@media (max-width: 768px) {
  .top-news__body {
    width: 100%;
  }
}
.top-news__list {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, calc(20px + 0vw), 20px);
}
.top-news__list-item a {
  padding: clamp(17px, calc(14.9046563193px + 0.5543237251vw), 22px) clamp(60px, calc(43.2372505543px + 4.4345898004vw), 100px) clamp(35px, calc(35.8381374723px + -0.22172949vw), 33px) clamp(15px, calc(12.066518847px + 0.7760532151vw), 22px);
  background-color: #fff;
  display: block;
  position: relative;
}
.top-news__list-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(48px, calc(37.1042128603px + 2.8824833703vw), 74px);
  translate: 0 -50%;
  background-color: #192161;
  width: 1px;
  height: clamp(68px, calc(62.9711751663px + 1.3303769401vw), 80px);
}
.top-news__list-item a::after {
  content: "";
  background: url(../img/common/news_arrow.png) center/contain no-repeat;
  width: clamp(19px, calc(15.6474501109px + 0.8869179601vw), 27px);
  height: clamp(19px, calc(15.6474501109px + 0.8869179601vw), 27px);
  position: absolute;
  top: 50%;
  right: clamp(15px, calc(10.8093126386px + 1.1086474501vw), 25px);
  translate: 0 -50%;
}
.top-news__list-date {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 0.645232816rem + 0.44345898vw, 1rem);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.top-news__list-heading {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", sans-serif;
  font-size: clamp(0.625rem, 0.4678492239rem + 0.6651884701vw, 1rem);
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-top: clamp(6px, calc(3.9046563193px + 0.5543237251vw), 11px);
}/*# sourceMappingURL=front-page.css.map */