@charset "UTF-8";
/*=== home.css: index.html 上書きスタイル (2025.09.23...) ===*/
.hom__contwidth {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 20px);
}
@media screen and (min-width: 768px) {
  .hom__contwidth {
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 1280px) {
  .hom__contwidth {
    width: 1240px;
  }
}

@media screen and (min-width: 768px) {
  .xs-only {
    display: none;
  }
}

@media screen and (min-width: 586px) {
  .xs-ssm2 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .xs-sm {
    display: none;
  }
}

@media screen and (max-width: 585px) {
  .sm-over {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md-over {
    display: none;
  }
}

/*=== home.css: index.html 上書きスタイル (2025.09.23...) ===*/
.homev__sect {
  height: 400vw;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 100%;
}
.homev__sect video {
  height: 100vh;
  left: 0;
  object-fit: cover;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.homev__sect .bg_shape {
  height: 200vw;
  position: relative;
  width: 100%;
  z-index: 2;
}
.homev__sect .bg_shape.s1 {
  background: url(../img/home/bg_shape.svg) left top no-repeat;
  background-size: 110vw;
}
.homev__sect .bg_shape.s2 {
  background: url(../img/home/bg_shape.svg) left top no-repeat;
  background-size: 110vw;
  transform: rotate(180deg);
}

.homev__main {
  color: #014865;
  height: 100vh;
  line-break: strict;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
.homev__main .main-copies {
  left: 10px;
  opacity: 0;
  padding-right: 10px;
  position: absolute;
  top: 180px;
  transition: opacity 0.5s ease-out;
  width: calc(100% - 10px);
}
@media screen and (min-width: 375px) {
  .homev__main .main-copies {
    top: 240px;
  }
}
@media screen and (min-width: 480px) {
  .homev__main .main-copies {
    top: 360px;
  }
}
@media screen and (min-width: 768px) {
  .homev__main .main-copies {
    left: 60px;
    padding-right: 60px;
    top: 360px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1280px) {
  .homev__main .main-copies {
    left: 30px;
    padding-right: 30px;
    top: 360px;
    width: calc(100% - 30px);
  }
}
.homev__main .main-copies h2 {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  display: flex;
  align-items: flex-end;
  font-size: min(37px, 9.375vw);
  font-weight: 400;
  height: 1.35em;
  line-height: 1.35;
  letter-spacing: 0.06em;
  margin: 0 0 0.9782608696em;
}
@media screen and (min-width: 586px) {
  .homev__main .main-copies h2 {
    font-size: min(41px, 6.3139931741vw);
  }
}
@media screen and (min-width: 768px) {
  .homev__main .main-copies h2 {
    font-size: min(46px, 5.3385416667vw);
  }
}
@media screen and (min-width: 1280px) {
  .homev__main .main-copies h2 {
    font-size: 46px;
  }
}
.homev__main .main-copies p {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 480px) {
  .homev__main .main-copies p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .homev__main .main-copies p {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .homev__main .main-copies p {
    font-size: 18px;
  }
}

.hidden-hit {
  pointer-events: none;
}

.homev__logins {
  bottom: 30px;
  pointer-events: none;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 5;
}
.homev__logins ul {
  bottom: 0;
  position: absolute;
  right: 0;
  max-width: 320px;
  width: 80%;
}
.homev__logins ul > li {
  position: relative;
}
.homev__logins ul > li + li {
  margin-top: 9px;
}
.homev__logins ul > li a.app-login-btn {
  opacity: 0;
  pointer-events: all;
  transform: translateX(80%);
  transition-delay: var(--dly);
  transition-duration: 0.75s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.homev__logins ul > li a.app-login-btn.done {
  opacity: 1;
  transform: translateX(0);
}

section.bg_next {
  margin-top: -30px;
  z-index: 4;
}

section.top-company {
  padding-bottom: 60px;
}
@media screen and (min-width: 1280px) {
  section.top-company {
    padding-bottom: 146px;
    padding-top: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .top-company__container {
    display: grid;
    gap: 10px 20px;
    grid-template-areas: "title title" "img text";
    grid-template-columns: 0.49180328fr 0.50819672fr;
  }
}
@media screen and (min-width: 1280px) {
  .top-company__container .top-sect-title-wrap {
    grid-area: title;
  }
}
@media screen and (min-width: 1280px) {
  .top-company__container .top-company__text-wrap {
    grid-area: text;
  }
}
.top-company__container .top-company__text {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  text-align: justify;
  line-break: strict;
  line-height: 2.125;
}
@media screen and (min-width: 1280px) {
  .top-company__container .top-company__img-wrap {
    grid-area: img;
  }
}

.top-movie {
  aspect-ratio: 586/365;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-movie {
    aspect-ratio: 1520/500;
  }
}
.top-movie > video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-service {
  background: #fff url(../img/home/service-bg@2x.webp) 50% 100%/max(1800px, 100%) auto no-repeat;
  padding-bottom: min(120px, 20.4778156997vw);
  padding-top: min(70px, 11.9453924915vw);
}

.top-service__main {
  margin: 50px auto 0;
  width: min(600px, 100%);
}
@media screen and (min-width: 1280px) {
  .top-service__main {
    column-count: 2;
    column-gap: 40px;
    column-width: 600px;
    width: 100%;
  }
}
.top-service__main .main-block {
  background-color: rgba(213, 215, 219, 0.75);
  border-radius: min(20px, 3.4129692833vw);
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  padding: min(30px, 5.1194539249vw) min(30px, 5.1194539249vw) min(50px, 8.5324232082vw);
}
@media screen and (min-width: 1280px) {
  .top-service__main .main-block {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }
}
.top-service__main .main-block.block-2 {
  margin-top: min(40px, 6.8259385666vw);
}
@media screen and (min-width: 1280px) {
  .top-service__main .main-block.block-2 {
    break-before: always;
    margin-top: 0;
  }
}
.top-service__main .main-block.block-3 {
  margin-top: min(40px, 6.8259385666vw);
}
.top-service__main .main-block h3 {
  color: #003F67;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4583333333;
  margin-bottom: 2.7916666667em;
}
@media screen and (min-width: 586px) {
  .top-service__main .main-block h3 {
    font-size: 24px;
  }
}
.top-service__main .main-block h4 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4583333333;
  margin-bottom: 0.5em;
  margin-top: 1.7916666667em;
}
@media screen and (min-width: 586px) {
  .top-service__main .main-block h4 {
    font-size: 24px;
  }
}
.top-service__main .main-block h4.mar {
  color: rgba(72, 90, 167, 0.8);
}
.top-service__main .main-block h4.saf {
  color: rgba(159, 64, 64, 0.8);
}
.top-service__main .main-block h4.tra {
  color: rgba(0, 129, 50, 0.8);
}
.top-service__main .main-block ul.button-list {
  margin: 0 min(20px, 3.4129692833vw);
}
.top-service__main .main-block ul.button-list li.button {
  height: auto;
  margin-top: 10px;
  min-height: 60px;
  padding: 5px 7px 4px 16px;
  width: 100%;
}
.top-service__main .main-block ul.button-list a.button__inner--none {
  align-items: normal;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  min-height: 51px;
  width: 100%;
  position: relative;
}
.top-service__main .main-block ul.button-list a.button__inner--none h5 {
  align-self: center;
  color: #003F67;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.375;
}
@media screen and (min-width: 586px) {
  .top-service__main .main-block ul.button-list a.button__inner--none h5 {
    font-size: 16px;
  }
}
.top-service__main .main-block ul.button-list a.button__inner--none ul.tags {
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.8;
  height: 100%;
  width: 90px;
}
.top-service__main .main-block ul.button-list a.button__inner--none ul.tags > li {
  border-radius: 3px;
  color: #fff;
  text-align: center;
  width: 100%;
}
.top-service__main .main-block ul.button-list a.button__inner--none ul.tags > li.mar {
  background-color: #485AA7;
}
.top-service__main .main-block ul.button-list a.button__inner--none ul.tags > li.saf {
  background-color: #9F4040;
}
.top-service__main .main-block ul.button-list a.button__inner--none ul.tags > li.tra {
  background-color: #008132;
}
.top-service__main .main-block ul.button-list a.button__inner--none ul.tags > li + li {
  margin-top: 6px;
}
/*# sourceMappingURL=home.css.map */
