.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(0, 155, 210, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(0, 155, 210, 0.7);
}

/*==============================
TOP contents
==============================*/
.l-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .l-header {
    padding: 1.5625em 2.084% 0;
  }
  .l-header .header-logo {
    margin-top: 0.9375em;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    padding: 5.33vw 5.33% 0;
  }
  .l-header.navopen {
    position: fixed;
  }
}

@media only screen and (min-width: 768px) {
  .l-nav .nav-list a {
    color: #fff;
  }
  .l-nav .contact-btn a {
    color: #243165;
    background: #fff url(../img/module/icon_arw_01.svg) no-repeat right 1em center/1.02em;
  }
}
@media only screen and (min-width: 768px) and (hover: hover) {
  .l-nav .contact-btn a {
    transition: background 0.3s, color 0.3s;
  }
  .l-nav .contact-btn a:hover, .l-nav .contact-btn a:active {
    color: #fff;
    background-color: rgba(0, 79, 159, 0.5);
    background-image: url(../img/module/icon_arw_01_w.svg);
  }
}

.l-mv {
  position: relative;
}
.l-mv .swiper-slide {
  max-height: 100dvh;
}
.l-mv .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.l-mv .mv-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  right: 0;
  align-items: center;
  z-index: 25;
}
.l-mv .mv-txt.active .mv-txt-jp span,
.l-mv .mv-txt.active .mv-txt-en {
  opacity: 1;
}
.l-mv .mv-txt-inner {
  color: #fff;
  width: 100%;
  margin: auto;
}
.l-mv .mv-txt-jp {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-mv .mv-txt-jp span {
  display: block;
  opacity: 0;
  transition: opacity 3.5s;
}
.l-mv .mv-txt-jp span:nth-child(2) {
  transition-delay: 0.4s;
}
.l-mv .mv-txt-jp span:nth-child(3) {
  transition-delay: 0.8s;
}
.l-mv .mv-txt-en {
  font-weight: 700;
  letter-spacing: 0.05em;
  opacity: 0;
  transition: opacity 1s 1.5s;
}
@media only screen and (min-width: 768px) {
  .l-mv .swiper-slide {
    height: max(640px,56.25vw);
  }
  .l-mv .mv-txt-inner {
    max-width: calc(1325px + 4.168%);
    padding: 0 2.084%;
  }
  .l-mv .mv-txt-jp {
    font-size: min(2.5em,3.5vw);
  }
  .l-mv .mv-txt-en {
    margin-top: 3.4em;
    font-size: 0.9375em;
  }
}
@media only screen and (max-width: 767px) {
  .l-mv .mv-txt-inner {
    padding: 10vw 5.33% 0;
  }
  .l-mv .mv-txt-jp {
    font-size: min(2.5em,5.3vw);
  }
  .l-mv .mv-txt-en {
    margin-top: 6.66vw;
    font-size: max(.5em,2vw);
  }
}

.tp-news {
  z-index: 50;
  position: relative;
}
.tp-news .tp-news-inner {
  display: flex;
}
.tp-news .tp-news-header a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: #243165 url(../img/module/icon_arw_01_w.svg) no-repeat;
  height: 100%;
}
@media (hover: hover) {
  .tp-news .tp-news-header a {
    transition: background 0.3s;
  }
  .tp-news .tp-news-header a:hover, .tp-news .tp-news-header a:active {
    background-color: #0068d2;
  }
}
.tp-news .tp-news-header h2 {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.tp-news .tp-news-content {
  background: #fff;
}
@media (hover: hover) {
  .tp-news .tp-news-content a {
    transition: color 0.3s;
  }
  .tp-news .tp-news-content a:hover, .tp-news .tp-news-content a:active {
    color: #243165;
  }
}
@media only screen and (min-width: 768px) {
  .tp-news {
    margin-top: -5em;
  }
  .tp-news .tp-news-header {
    width: 25%;
  }
  .tp-news .tp-news-header a {
    padding: 0 13% 0 16%;
    background-position: right 14% center;
  }
  .tp-news .tp-news-header h2 {
    font-size: 1.625em;
    line-height: 1.5;
  }
  .tp-news .tp-news-header p {
    font-size: 0.75em;
    line-height: 1.5;
  }
  .tp-news .tp-news-content {
    width: 75%;
    padding: 2em 4%;
  }
  .tp-news .swiper-wrapper {
    display: block;
  }
  .tp-news .swiper-slide {
    height: auto;
  }
  .tp-news .swiper-slide a {
    display: flex;
    width: 100%;
    line-height: 1.5;
  }
  .tp-news .swiper-slide + .swiper-slide {
    margin-top: 0.25em;
  }
  .tp-news .tp-news-date {
    width: 7em;
  }
  .tp-news .tp-news-ttl {
    width: calc(100% - 7em);
  }
}
@media only screen and (max-width: 767px) {
  .tp-news .wrap {
    padding: 0;
  }
  .tp-news .tp-news-header {
    width: 30.6%;
  }
  .tp-news .tp-news-header a {
    padding: 0 3% 1.4em 21%;
    background-position: left 24% bottom 1.35em;
    background-size: 0.9em;
  }
  .tp-news .tp-news-header h2 {
    font-size: 1.17em;
    line-height: 1.25;
  }
  .tp-news .tp-news-header p {
    font-size: 0.7em;
    line-height: 1.25;
  }
  .tp-news .tp-news-content {
    width: 69.4%;
  }
  .tp-news .swiper-slide a {
    display: block;
    height: 100%;
    padding: 2em 3% 1.9em 1.6em;
  }
  .tp-news .tp-news-date {
    font-size: 0.7em;
    line-height: 1.25;
    margin-bottom: 0.3em;
  }
  .tp-news .tp-news-ttl {
    line-height: 1.25;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

.tp-intro .tp-intro-ttl {
  color: #243165;
  font-weight: 700;
  line-height: 1;
}
.tp-intro .tp-intro-content h3 {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .tp-intro {
    margin-top: 5.625em;
  }
  .tp-intro .tp-intro-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
  }
  .tp-intro .tp-intro-ttl {
    width: 44.36%;
    font-size: min(3.75em,5vw);
  }
  .tp-intro .tp-intro-content {
    width: 52.72%;
  }
  .tp-intro .tp-intro-content h3 {
    font-size: min(1.5em,2.6vw);
  }
  .tp-intro .tp-intro-content p {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .tp-intro {
    margin-top: 11.8vw;
  }
  .tp-intro .tp-intro-inner {
    max-width: 85.5%;
    margin: auto;
  }
  .tp-intro .tp-intro-ttl {
    font-size: min(2.34em,8vw);
  }
  .tp-intro .tp-intro-content h3 {
    font-size: min(1.17em,4vw);
    margin-top: 1.2em;
  }
  .tp-intro .tp-intro-content p {
    margin-top: 1.2em;
  }
}

.tp-business-box {
  position: relative;
}
.tp-business-box .tp-business-txt {
  color: #fff;
  background: #243165;
}
.tp-business-box .tp-business-txt h2 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (hover: hover) {
  .tp-business-box .more-btn a {
    transition: background 0.3s;
  }
  .tp-business-box .more-btn a:hover, .tp-business-box .more-btn a:active {
    background-color: #243165;
  }
}
@media only screen and (min-width: 768px) {
  .tp-business-box {
    margin-top: 5em;
  }
  .tp-business-box .tp-business-img {
    width: 52%;
  }
  .tp-business-box .tp-business-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .tp-business-box .tp-business-txt {
    position: absolute;
    display: flex;
    align-items: center;
    max-height: 500px;
    width: calc(56.66% - (100% - 1200px) / 2);
    max-width: min(680px,56.6vw);
    bottom: 0;
    padding: min(5.1em,4.29vw) 2.5%;
  }
  .tp-business-box .tp-business-txt .tp-business-txt-inner {
    display: flex;
    flex-direction: column;
    max-width: 560px;
    min-height: min(330px,20vw);
  }
  .tp-business-box .tp-business-txt h2 {
    font-size: min(1.5em,2.6vw);
  }
  .tp-business-box .tp-business-txt p:not(.more-btn) {
    margin-top: 1em;
    margin-bottom: 2em;
  }
  .tp-business-box .tp-business-txt .more-btn {
    margin-top: auto;
  }
  .tp-business-box:nth-child(even) .tp-business-img {
    margin-right: auto;
  }
  .tp-business-box:nth-child(even) .tp-business-img img {
    -o-object-position: right center;
       object-position: right center;
  }
  .tp-business-box:nth-child(even) .tp-business-txt {
    right: max(((100% - 1200px)/2),2.084%);
  }
  .tp-business-box:nth-child(even) .tp-business-txt-inner {
    margin-left: auto;
  }
  .tp-business-box:nth-child(odd) .tp-business-img {
    margin-left: auto;
  }
  .tp-business-box:nth-child(odd) .tp-business-img img {
    -o-object-position: left center;
       object-position: left center;
  }
  .tp-business-box:nth-child(odd) .tp-business-txt {
    left: max(((100% - 1200px)/2),2.084%);
  }
  .tp-business-box + .tp-business-box {
    margin-top: 3.125em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1267px) {
  .tp-business-box .tp-business-img {
    height: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .tp-business-box {
    margin-top: 10.2vw;
  }
  .tp-business-box .tp-business-txt {
    position: relative;
    z-index: 1;
    width: 92%;
    margin: -6.66vw auto 0;
    padding: 3em 9.2%;
  }
  .tp-business-box .tp-business-txt h2 {
    font-size: 1.17em;
  }
  .tp-business-box .tp-business-txt p:not(.more-btn) {
    margin-top: 1.1em;
  }
  .tp-business-box .tp-business-txt .more-btn {
    margin-top: 1.25em;
  }
  .tp-business-box + .tp-business-box {
    margin-top: 10.66vw;
  }
}

@media only screen and (min-width: 768px) {
  .tp-construction {
    margin-bottom: 6.25em;
  }
}
@media only screen and (max-width: 767px) {
  .tp-construction {
    margin-bottom: 13.33vw;
  }
}

.tp-works {
  position: relative;
}
.tp-works .tp-works-ttl {
  font-weight: 700;
  color: #243165;
  line-height: 1.35;
}
.tp-works .tp-works-list {
  display: flex;
  flex-wrap: wrap;
}
.tp-works .tp-works-list li {
  text-align: center;
}
.tp-works .tp-works-list p {
  margin-top: 1em;
}
@media (hover: hover) {
  .tp-works .tp-works-list img {
    transition: opacity 0.3s;
  }
}
@media only screen and (min-width: 768px) {
  .tp-works .tp-works-inner {
    max-width: 1100px;
    margin: auto;
    padding: 6.5em 0 6em;
    font-size: 1.5rem;
    text-align: justify;
    -o-border-image: linear-gradient(#fff,#fff) 0//0 6.7em 0 100vw;
       border-image: linear-gradient(#fff,#fff) fill 0//0 6.7em 0 100vw;
  }
  .tp-works .tp-works-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.1563em;
  }
  .tp-works .tp-works-jp {
    font-size: 1.625em;
    letter-spacing: 0.1em;
  }
  .tp-works .tp-works-en {
    letter-spacing: 0.1em;
    font-size: 0.75em;
  }
  .tp-works .tp-works-list {
    grid-gap: 2em 1.5625em;
  }
  .tp-works .tp-works-list li {
    width: calc((100% - 3.125em) / 3);
  }
  .tp-works .tp-works-list + .more-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tp-works {
    padding: 12vw 0 13.33vw;
    background: #fff;
  }
  .tp-works .tp-works-header {
    margin-bottom: 1.738em;
    padding-left: 2.8%;
  }
  .tp-works .tp-works-header .more-btn {
    display: none;
  }
  .tp-works .tp-works-jp {
    font-size: 1.17em;
    letter-spacing: 0.1em;
    line-height: 1.25;
  }
  .tp-works .tp-works-en {
    letter-spacing: 0.1em;
    font-size: 0.7em;
    line-height: 1.25;
  }
  .tp-works .tp-works-list {
    justify-content: space-between;
  }
  .tp-works .tp-works-list li {
    width: 47.82%;
    margin-bottom: 0.9em;
  }
  .tp-works .tp-works-list p {
    margin-top: 0.3em;
    letter-spacing: 0;
  }
  .tp-works .tp-works-list + .more-btn {
    margin: 0.5em auto 0;
  }
}

.tp-pickup {
  background: #fff;
  padding: 5.9375em 0 6.25em;
}
.tp-pickup .tp-pickup-inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 2.084%;
  box-sizing: border-box;
}
.tp-pickup .tp-pickup-header {
  margin-bottom: 2.5em;
}
.tp-pickup .tp-pickup-ttl {
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #243165;
}
.tp-pickup .tp-pickup-ttl h2.tp-pickup-jp {
  font-size: min(1.5em, 2.6vw);
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}
.tp-pickup .tp-pickup-ttl p.tp-pickup-en {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.tp-pickup #pickup-list {
  margin-bottom: 2.5em;
}
.tp-pickup #pickup-list .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
}
.tp-pickup #pickup-list .slick-next .ser-next-arrow {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-left: 13px;
  width: 10px;
  height: 10px;
}
.tp-pickup #pickup-list .slick-prev .ser-prev-arrow {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-left: 17px;
  width: 10px;
  height: 10px;
}
.tp-pickup #pickup-list .ser-koma {
  border: 0px;
}
.tp-pickup #pickup-list .ser-koma-text {
  text-align: left;
  padding-left: 15px;
}
.tp-pickup #pickup-list .ser-koma-text .ser-koma-info {
  font-size: 1.4rem !important;
  line-height: 2rem;
}
.tp-pickup #pickup-list .ser-koma-text .ser-koma-info.ser-koma-strong {
  color: #fdd000;
}
.tp-pickup #pickup-list .ser-koma-label {
  text-align: left;
  padding: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 5px;
  font-size: 1.2rem !important;
  line-height: 1.6rem;
  margin-left: 15px;
  background-color: #1b6da9;
}
.tp-pickup #pickup-list .slick-prev {
  left: -10px;
}
.tp-pickup #pickup-list .slick-next {
  right: -10px;
}
.tp-pickup #pickup-list .ser-koma-img img {
  border: 0px;
}
.tp-pickup .tp-pickup-btns {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 2.5em;
  flex-wrap: wrap;
}
.tp-pickup .tp-pickup-btns a.pickup-btn {
  flex: 1;
  display: block;
  color: #243165;
  font-weight: 700;
  border: 1px solid;
  text-align: center;
  padding: 0.817em 0.5em;
  background: #fff url(../img/module/icon_arw_01.svg) no-repeat right 3% center/1.02em;
}
@media (hover: hover) {
  .tp-pickup .tp-pickup-btns a.pickup-btn {
    transition: background 0.3s, color 0.3s;
  }
  .tp-pickup .tp-pickup-btns a.pickup-btn:hover, .tp-pickup .tp-pickup-btns a.pickup-btn:active {
    color: #fff;
    background-color: #243165;
    background-image: url(../img/module/icon_arw_01_w.svg);
  }
}
@media only screen and (max-width: 767px) {
  .tp-pickup {
    padding: 12vw 0 13vw;
  }
  .tp-pickup .tp-pickup-inner {
    padding: 0;
  }
  .tp-pickup .tp-pickup-ttl h2.tp-pickup-jp {
    font-size: 1.17em;
  }
  .tp-pickup .tp-pickup-ttl p.tp-pickup-en {
    font-size: 0.7em;
  }
  .tp-pickup #pickup-list .slick-prev {
    left: 0px;
  }
  .tp-pickup #pickup-list .slick-next {
    right: 0px;
  }
  .tp-pickup .tp-pickup-btns {
    flex-direction: column;
    gap: 16px;
    margin-top: 1.5em;
  }
  .tp-pickup .tp-pickup-btns a {
    min-width: 92%;
    margin: 0 auto;
  }
}

#js-loading.loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loading-logo img {
  width: 350px;
  height: auto;
  margin-bottom: 24px;
  display: block;
  opacity: 0;
  transform: translateY(24px);
  animation: loading-logo-fadein 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

@keyframes loading-logo-fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.loading-bar {
  width: 80px;
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.loading-bar::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #243165;
  animation: loading-bar-anim 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes loading-bar-anim {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}/*# sourceMappingURL=top.css.map */