/**
 * SuperGradient
 * SASS MULTI-COLOR GRADIENT MIXIN (LINEAR & RADIAL)
 * Options
 * $type: linear*, radial
 * $from: top*, left, top left, top right, bottom right, bottom left, center (radial)
 * $colors: hex, rgba
 * *default
 *
 * Include: bower install super-gradient
 *
 * Demo: http://super-gradient.ib.gs/
 */
.front-first {
  position: relative;
  width: 100%;
  padding: 95px 24px 16px;
}
@media (min-width: 992px) {
  .front-first {
    padding: 126px 24px 59px;
  }
}
.front-first__inner {
  max-width: 996px;
  width: 100%;
  margin: 0 auto;
}
.front-first__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .front-first__content {
    flex-direction: row;
    gap: 0;
  }
}
.front-first__text {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .front-first__text {
    flex: 1;
    margin-right: -180px;
  }
}
.front-first__text .h-logo {
  max-width: 328px;
  width: 100%;
  margin: 0 auto 40px;
}
@media (min-width: 992px) {
  .front-first__text .h-logo {
    max-width: 428px;
    margin: 0 0 40px;
  }
}
.front-first__text .h-title {
  margin: 0 0 48px;
  line-height: 1.8;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (min-width: 992px) {
  .front-first__text .h-title {
    margin-bottom: 64px;
    font-size: 30px;
  }
}
.front-first__text .border {
  width: 160px;
  margin: 0 0 48px;
  height: 2px;
  background: linear-gradient(90deg, #142870 0%, #00b8f0 100%);
  border: 0;
}
@media (min-width: 992px) {
  .front-first__text .border {
    margin-bottom: 64px;
  }
}
.front-first__text .text {
  line-height: 2;
  font-size: 15px;
}
.front-first__text .text p {
  margin: 0 0 1.6em;
}
.front-first__text .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .front-first__image {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  .front-first__image {
    max-width: 711px;
    width: 72%;
    margin-right: -32px;
  }
}

.front-about {
  margin: 0 0 95px;
  padding: 0 14px;
}
@media (min-width: 992px) {
  .front-about {
    margin-bottom: 156px;
    padding: 0 40px;
  }
}
.front-about__inner {
  padding: 56px 20px 54px;
  background-image: url(../img/front/sec02_bg-sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .front-about__inner {
    padding: 96px 20px 54px;
    background-image: url(../img/front/sec02_bg.png);
  }
}
.front-about__content {
  max-width: 736px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.front-about__content .h-title {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 100%;
  text-align: center;
}
.front-about__content .h-title .en {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-en);
  font-size: 42px;
}
.front-about__content .h-title .ja {
  font-size: 15px;
}
.front-about__content .image {
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .front-about__content .image {
    margin-bottom: 37px;
  }
}
.front-about__content .title {
  margin: 0 0 24px;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .front-about__content .title {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
.front-about__content .text {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .front-about__content .text {
    margin-bottom: 40px;
    text-align: center;
  }
}
.front-about__content .text p {
  margin: 0;
}
.front-about__content .link {
  margin: 0;
  text-align: center;
}

.front-service {
  margin: 95px 0 73px;
  padding: 0 32px;
}
@media (min-width: 992px) {
  .front-service {
    margin: 156px 0 130px;
    padding: 0 40px;
  }
}
.front-service__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.front-service__content {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .front-service__content {
    flex-direction: row;
    gap: 19px;
  }
}
.front-service__content:before {
  content: "";
  position: absolute;
  top: 220px;
  left: -10px;
  right: -10px;
  bottom: 180px;
  z-index: 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .front-service__content:before {
    top: 226px;
    left: 0;
    right: 0;
    bottom: 24%;
  }
}
.front-service__image-pc {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .front-service__image-pc {
    flex: 1;
    margin-top: 78px;
    margin-left: -143px;
  }
}
.front-service__text {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .front-service__text {
    flex: 1;
    margin-right: -143px;
    padding-left: 49px;
  }
}
.front-service__text .h-title {
  margin: 0 0 39px;
  font-weight: normal;
  font-size: 100%;
}
@media (min-width: 992px) {
  .front-service__text .h-title {
    margin-bottom: 64px;
  }
}
.front-service__text .h-title .en {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 42px;
  color: #142870;
}
.front-service__text .h-title .ja {
  font-size: 15px;
}
@media (max-width: 991px) {
  .front-service__text .image2 {
    margin-left: 40px;
  }
}
.front-service__text .image-sp {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .front-service__text .image-sp {
    margin-top: -44px;
    margin-left: -10px;
  }
}
.front-service__text .content {
  max-width: 432px;
  margin: 0 0 68px;
}
@media (min-width: 992px) {
  .front-service__text .content {
    margin-bottom: 87px;
  }
}
.front-service__text .content .title {
  margin: 0 0 48px;
  line-height: 1.8;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .front-service__text .content .title {
    font-size: 30px;
  }
}
.front-service__text .content .text {
  margin: 0 0 40px;
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .front-service__text .content .text {
    margin-bottom: 48px;
  }
}
.front-service__text .content .text p {
  margin: 0;
}
.front-service__text .content .link {
  display: flex;
  justify-content: center;
  margin: 0;
}
@media (min-width: 992px) {
  .front-service__text .image2 {
    margin-left: -49px;
  }
}

.front-company {
  position: relative;
  margin: 0;
  padding: 394px 0 180px;
  background-color: #142870;
  background-image: url(../img/front/sec04_bg_top-sp.png), url(../img/front/sec04_bg_bottom.png);
  background-size: 100% auto, auto 240px;
  background-position: center top, center bottom;
  background-repeat: no-repeat, repeat-x;
}
@media (min-width: 992px) {
  .front-company {
    margin: 0;
    padding: 600px 0 200px;
    background-image: url(../img/front/sec04_bg_top.png), url(../img/front/sec04_bg_bottom.png);
    background-size: 100% auto, auto 320px;
  }
}
.front-company__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.front-company__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .front-company__content {
    flex-direction: row;
    align-items: center;
    gap: 120px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .front-company__image {
    max-width: 380px;
    width: 38%;
  }
}
@media (min-width: 992px) {
  .front-company__text {
    flex: 1;
  }
}
.front-company__text .h-title {
  margin: 0 0 40px;
  font-weight: normal;
  font-size: 100%;
  color: #fff;
}
@media (min-width: 992px) {
  .front-company__text .h-title {
    margin-bottom: 111px;
  }
}
.front-company__text .h-title .en {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 42px;
}
.front-company__text .h-title .ja {
  font-size: 15px;
}
.front-company__text .title {
  margin: 0 0 40px;
  line-height: 1.8;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .front-company__text .title {
    margin-bottom: 38px;
    line-height: 1.2;
    font-size: 30px;
  }
}
.front-company__text .text {
  margin: 0 0 40px;
  line-height: 2;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  .front-company__text .text {
    margin-bottom: 80px;
  }
}
.front-company__text .text p {
  margin: 0;
}
.front-company__text .link {
  margin: 0;
}
.front-company__text .link .btn-white {
  color: #142870;
}

.front-post-wrapper {
  padding: 108px 0 160px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .front-post-wrapper {
    padding: 194px 0 232px;
  }
}

.front-case {
  margin: 0 0 120px;
  padding: 0 26px;
}
@media (min-width: 992px) {
  .front-case {
    margin: 0 0 219px;
  }
}
.front-case__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.front-case__content {
  position: relative;
}
.front-case__content .h-title {
  margin: 0 0 64px;
  font-weight: normal;
  font-size: 100%;
}
@media (min-width: 992px) {
  .front-case__content .h-title {
    text-align: center;
  }
}
.front-case__content .h-title .en {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 42px;
}
.front-case__content .h-title .ja {
  font-size: 15px;
}
.front-case__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 72px;
}
@media (min-width: 992px) {
  .front-case__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 96px;
  }
}
@media (min-width: 992px) {
  .front-case__item {
    width: calc(50% - 20px);
  }
}
.front-case__item-link {
  position: relative;
  display: block;
}
.front-case__item-link .image {
  position: relative;
  padding-bottom: 60%;
  background-color: #ffff;
  background-image: url(../img/common/logo.png);
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #eee;
}
.front-case__item-link .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-case__item-link .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 128, 204, 0.3);
  z-index: 1;
}
.front-case__item-link .title-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 64px 16px 16px;
  color: #fff;
  background: linear-gradient(0deg, #0080cc 0%, rgba(0, 128, 204, 0) 100%);
}
@media (min-width: 992px) {
  .front-case__item-link .title-wrap {
    gap: 76px;
    padding: 64px 30px 16px;
  }
}
.front-case__item-link .title {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.8em;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  -webkit-line-clamp: 2;
}
.front-case__item-link .arrow .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
}
.front-case__item-link .arrow svg {
  width: 20px;
  height: 16px;
}
.front-case__more {
  margin: 0;
  text-align: center;
}

.front-column {
  padding: 0 24px;
  overflow-x: clip;
}
.front-column__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.front-column__content {
  position: relative;
}
.front-column__content .h-title {
  margin: 0 0 64px;
  font-weight: normal;
  font-size: 100%;
}
@media (min-width: 992px) {
  .front-column__content .h-title {
    text-align: center;
  }
}
.front-column__content .h-title .en {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 42px;
}
.front-column__content .h-title .ja {
  font-size: 15px;
}
.front-column__slide {
  margin: 0 0 64px;
}
@media (min-width: 992px) {
  .front-column__slide {
    margin-bottom: 96px;
  }
}
.front-column__slide .splide__track {
  overflow: visible;
}
.front-column__slide .slide-progress {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  background-color: #E0E0E0;
}
@media (min-width: 992px) {
  .front-column__slide .slide-progress {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.front-column__slide .slide-progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #0080CC;
  border-radius: 10px;
  transform: translateY(-1px);
  transition: width 0.3s ease-in-out;
}
.front-column__slide .splide__pagination {
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .front-column__slide .splide__pagination {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .front-column__slide .splide__pagination li {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .front-column__slide .splide__pagination li {
    width: 56px;
  }
}
.front-column__slide .splide__pagination .splide__pagination__page {
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: #E0E0E0;
  border: 0;
  border-radius: 0;
}
.front-column__slide .splide__pagination .splide__pagination__page.is-active {
  height: 3px;
  opacity: 1;
  background-color: #0080CC;
  border-radius: 10px;
  transform: scale(1);
}
.front-column__more {
  margin: 72px 0 0;
  text-align: center;
}

.front-column-card {
  display: flex;
  gap: 20px;
  height: 100%;
  padding: 20px;
  color: #1C1C1C;
  text-decoration: none;
  background-color: #F7F8FC;
}
@media (min-width: 992px) {
  .front-column-card {
    flex-direction: column;
    gap: 24px;
    padding: 27px 24px;
  }
}
.front-column-card .image {
  position: relative;
  width: 120px;
  background-color: #ffff;
  background-image: url(../img/common/logo.png);
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #eee;
}
@media (max-width: 991px) {
  .front-column-card .image {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .front-column-card .image {
    width: 100%;
    padding-bottom: 66.6666%;
  }
}
.front-column-card .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-column-card .content {
  flex: 1;
}
.front-column-card .content .date {
  display: flex;
  flex-direction: column;
  margin: 0 0 16px;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
}
.front-column-card .content .date .year {
  font-size: 12px;
}
.front-column-card .content .date .month-day {
  font-size: 24px;
}
.front-column-card .content .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 0 0 16px;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
  overflow: hidden;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.front-column-card .content .cat {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.front-news {
  margin: 120px 0 0;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .front-news {
    margin: 200px 0 0;
  }
}
.front-news__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.front-news__content {
  position: relative;
}
@media (min-width: 992px) {
  .front-news__content {
    display: flex;
    gap: 200px;
  }
}
.front-news__content .h-title {
  margin: 0 0 40px;
  font-weight: normal;
  font-size: 100%;
}
@media (min-width: 992px) {
  .front-news__content .h-title {
    width: 180px;
  }
}
.front-news__content .h-title .en {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 42px;
}
.front-news__content .h-title .ja {
  font-size: 15px;
}
@media (min-width: 992px) {
  .front-news__body {
    flex: 1;
  }
}
.front-news__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #E0E0E0;
}
.front-news__list li {
  border-bottom: 1px solid #E0E0E0;
}
.front-news__list li a {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  color: currentColor;
  text-decoration: none;
}
@media (min-width: 992px) {
  .front-news__list li a {
    padding: 32px 0;
  }
}
.front-news__list li a:hover .title {
  text-decoration: none;
}
.front-news__list time {
  display: flex;
  flex-direction: column;
  width: 80px;
  font-family: var(--font-en);
}
.front-news__list time .year {
  font-size: 12px;
}
.front-news__list time .month-day {
  font-size: 24px;
  white-space: nowrap;
}
.front-news__list .news-body {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
}
.front-news__list .news-body .title {
  margin: 0;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.front-news__list .news-body .cat {
  margin: 0 0 14px;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.front-news__more {
  margin: 72px 0 0;
  text-align: center;
}
@media (min-width: 992px) {
  .front-news__more {
    margin-top: 80px;
    text-align: left;
  }
}
/*# sourceMappingURL=maps/page-front.css.map */