@charset "UTF-8";
/* ///////////////////////////////////////////////

　トップページ

/////////////////////////////////////////////// */
/* ブレイクポイント */
/* details と summary */
/* font awesome */
/* slick */
.main-contents {
  margin-top: 0;
}

/* parts */
.h2 {
  display: grid;
  gap: 0.5em;
  font-weight: 600;
}
.h2 .en {
  color: var(--color-blue);
  font-size: 63rem;
  font-family: var(--font-futura);
}
.h2 .ja {
  font-size: 14rem;
}

/* main visual */
.hero {
  overflow: hidden;
  position: relative;
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  background: url(../../home-img/bg-hero.png) no-repeat;
}
@media screen and (max-width: 1140px) {
  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 961px) {
  .hero {
    background-position: center bottom;
    background-size: max(1600px, 100%);
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 960px) {
  .hero {
    padding-top: 40px;
    margin-bottom: -50px;
    background-position: center bottom 310px;
    background-size: max(750px, 100%);
  }
}
.hero .slider {
  /* .item:not(.active-slide) {
    span {
      @include overTab {
        scale: .56;
      }
      &::after {
        opacity: .8;
      }
    }
  } */
}
@media screen and (min-width: 961px) {
  .hero .slider .slick-slide.slick-active {
    opacity: 0;
  }
}
.hero .slider .item {
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
@media screen and (min-width: 961px) {
  .hero .slider .item {
    justify-content: center;
    justify-content: flex-end;
    width: 303px;
    width: 460px;
    margin: 0 20px;
    height: 537px;
  }
}
@media screen and (max-width: 960px) {
  .hero .slider .item {
    height: 332px;
    margin: 0 25px;
  }
}
.hero .slider .item span {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.6s ease-out;
}
.hero .slider .item span::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #2f65a2, #003e83);
  opacity: 0.8;
  transition: 0.2s;
}
@media screen and (max-width: 960px) {
  .hero .slider .item span {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@media screen and (min-width: 961px) {
  .hero .slider .item.active-slide span {
    scale: 1.77;
  }
}
@media screen and (max-width: 960px) {
  .hero .slider .item.active-slide span {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    scale: 2;
    z-index: -1;
  }
}
.hero .slider .item.active-slide span::after {
  opacity: 0;
}
.hero .slider img {
  transition: 0.3s;
}
@media screen and (min-width: 961px) {
  .hero .slider img {
    width: 303px;
  }
}
@media screen and (max-width: 960px) {
  .hero .slider img {
    width: 151px;
  }
}
.hero .slick-list {
  overflow: inherit;
}
.hero .text {
  display: grid;
  align-content: center;
}
@media screen and (min-width: 961px) {
  .hero .text {
    position: absolute;
    top: 0;
    bottom: 170px;
    z-index: 2;
    padding: 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .hero .text {
    margin-bottom: 100px;
  }
}
.hero .text p {
  text-shadow: 3px 3px 20px white, -3px -3px 20px white;
}
.hero .text .large {
  margin-bottom: 0.3em;
  font-size: 48rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.hero .text .large em {
  font-size: 59rem;
}
.hero .text .large .blue {
  color: var(--color-blue);
  font-size: 68rem;
}
@media screen and (max-width: 960px) {
  .hero .text .large {
    margin-bottom: 0.4em;
    font-size: 29px;
  }
  .hero .text .large em {
    font-size: 30px;
  }
  .hero .text .large .blue {
    font-size: 41px;
  }
}
.hero .text .medium {
  margin-bottom: 1.5em;
  font-size: 20rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .hero .text .medium {
    font-size: 14px;
  }
}
.hero .text .small {
  font-size: 11px;
}

/* サービス */
.services {
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  position: relative;
}
@media screen and (max-width: 1140px) {
  .services {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 961px) {
  .services {
    padding-top: 100px;
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 73%;
    gap: min(5.3vw, 70px);
  }
}
@media screen and (max-width: 960px) {
  .services {
    padding-top: 65px;
    padding-bottom: 160px;
    position: relative;
  }
}
.services:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: radial-gradient(#fff 45%, #eeeeef, #e5e5e6);
}
@media screen and (min-width: 961px) {
  .services:before {
    aspect-ratio: 1.6;
  }
}
@media screen and (max-width: 960px) {
  .services:before {
    height: 1280px;
  }
}
.services .desc {
  margin: 50px 0;
}
@media screen and (max-width: 960px) {
  .services .desc {
    margin: 25px 0 30px;
  }
  .services .desc br {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .services .menu {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: min(4.2vw, 60px);
       -moz-column-gap: min(4.2vw, 60px);
            column-gap: min(4.2vw, 60px);
  }
}
.services .menu a {
  display: flex;
  align-items: center;
  height: 85px;
  border-bottom: 1px solid #b3b3b3;
  padding: 0 0.5em;
  text-decoration: none;
  font-size: 13rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (hover: hover) and (min-width: 960px) {
  .services .menu a:hover {
    color: var(--color-light-blue);
  }
  .services .menu a:hover .num {
    opacity: 0;
  }
  .services .menu a:hover .label {
    -webkit-transform: translateX(-1.5em);
            transform: translateX(-1.5em);
  }
  .services .menu a:hover .more {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .services .menu a {
    height: 60px;
  }
}
.services .menu a:nth-child(1) {
  border-top: 1px solid #b3b3b3;
}
@media screen and (min-width: 961px) {
  /* .services .menu a:nth-child(5) { */
  .services .menu a:nth-child(4) {
    border-top: 1px solid #b3b3b3;
  }
}
.services .menu .num {
  margin-right: 1em;
  color: var(--color-light-blue);
  font-family: var(--font-futura);
  transition: 0.2s;
}
.services .menu .label {
  margin-right: auto;
  font-size: 17rem;
  transition: 0.2s;
}
.services .menu .more {
  margin-right: 0.8em;
  font-family: var(--font-futura);
  opacity: 0;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  transition: 0.2s;
}
@media screen and (max-width: 960px) {
  .services .menu .fa-solid {
    color: var(--color-light-blue);
  }
}
@media screen and (max-width: 960px) {
  .services .button {
    position: absolute;
    bottom: 65px;
    right: 20px;
  }
}

/* Clients */
.clients {
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  position: relative;
}
@media screen and (max-width: 1140px) {
  .clients {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .clients {
    padding-bottom: 135px;
  }
}
.clients .text {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 961px) {
  .clients .text {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .clients .text::before, .clients .text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    background: #fff;
  }
  .clients .text::before {
    right: 100%;
  }
  .clients .text::after {
    left: 100%;
  }
}
@media screen and (max-width: 960px) {
  .clients .text {
    padding-top: 70px;
  }
}
.clients h2 {
  display: grid;
  gap: 1.2em;
  font-weight: 600;
}
.clients h2 .ja {
  font-size: 27rem;
  line-height: 1.6;
}
.clients h2 .en {
  color: var(--color-light-blue);
  font-family: var(--font-futura);
  font-size: 13rem;
}
@media screen and (max-width: 960px) {
  .clients h2 .ja {
    font-size: 17rem;
  }
  .clients h2 .en {
    font-size: 11px;
  }
}
.clients .desc {
  margin: 40px 0;
}
@media screen and (max-width: 960px) {
  .clients .desc {
    margin: 15px 0 20px;
  }
}
.clients .button {
  position: absolute;
  bottom: 50px;
  right: 20px;
}
.clients .banners {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 961px) {
  .clients .banners {
    position: absolute;
    z-index: -1;
    inset: 0;
    gap: 35px;
  }
  .clients .banners .slick-slide {
    margin: 0 17.5px;
  }
  .clients .banners img {
    width: auto;
    height: 45px;
  }
}
@media screen and (max-width: 960px) {
  .clients .banners {
    margin: 0 -20px;
    gap: 20px;
  }
  .clients .banners .slick-slide {
    margin: 0 10px;
  }
  .clients .banners img {
    width: auto;
    height: 30px;
  }
}
.clients .slick-track {
  display: flex;
  align-items: center;
  gap: 20px;
}
.clients .slick-slide {
  float: none;
}

/* Strength */
.strength {
  background: #f4f4f4 url(../../home-img/bg-strength.jpg) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 961px) {
  .strength {
    padding: 100px 20px;
    background-position: center bottom 860px;
  }
}
@media screen and (max-width: 960px) {
  .strength {
    padding: 35px 20px 75px;
    background-position: center bottom 1100px;
  }
}
.strength h2 {
  color: #3d78b0;
  font-family: var(--font-futura);
  font-size: 140rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .strength h2 {
    font-size: 75px;
  }
}
.strength h3 {
  font-size: 33rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .strength h3 {
    font-size: 20px;
  }
}
.strength .desc {
  margin: 30px 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .strength .desc {
    margin: 15px 0;
  }
}
.strength .reasons {
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 961px) {
  .strength .reasons {
    margin: -60px auto 100px;
    padding: 90px 20px 80px;
    max-width: 1330px;
  }
}
@media screen and (max-width: 960px) {
  .strength .reasons {
    margin: -30px 0 50px;
    padding: 55px 15px 0;
  }
}
.strength .reasons ol {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6.6%;
}
@media screen and (min-width: 961px) {
  .strength .reasons ol {
    max-width: 1100px;
  }
}
@media screen and (max-width: 960px) {
  .strength .reasons ol {
    max-width: 320px;
    margin-top: 50px;
    flex-direction: column;
  }
}
.strength .reasons li {
  position: relative;
  display: grid;
  line-height: 1.85;
  margin-bottom: 60px;
}
@media screen and (min-width: 961px) {
  .strength .reasons li {
    width: 20%;
  }
}
@media screen and (max-width: 960px) {
  .strength .reasons li:nth-child(odd) i {
    right: 0;
  }
  .strength .reasons li:nth-child(even) em {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .strength .reasons li:nth-child(3) i img {
    right: -10px;
    zoom: 0.65;
    -moz-transform: scale(0.65);
  }
  .strength .reasons li:nth-child(4) i img {
    bottom: 40px;
  }
  .strength .reasons li:nth-child(5) i img {
    left: -40px;
    bottom: 40px;
  }
  .strength .reasons li:nth-child(6) i img {
    left: 0px;
    bottom: 25px;
    zoom: 0.61;
    -moz-transform: scale(0.61);
  }
  .strength .reasons li:nth-child(7) i {
    padding-right: 28px;
  }
}
.strength .reasons i {
  position: relative;
  color: #dae3ee;
  font-size: 143rem;
  font-weight: 600;
  font-family: var(--font-futura);
  line-height: 1;
}
.strength .reasons i img {
  position: absolute;
  bottom: 18px;
  right: 0;
}
@media screen and (max-width: 960px) {
  .strength .reasons i {
    position: absolute;
    top: -40px;
    padding-right: 19px;
    font-size: 103px;
  }
  .strength .reasons i img {
    bottom: 30px;
    zoom: 0.57;
    -moz-transform: scale(0.57);
  }
}
.strength .reasons em {
  margin-bottom: 0.6em;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .strength .reasons em {
    font-size: 17rem;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .strength .reasons em {
    position: relative;
    font-size: 16px;
  }
}
.strength .faq {
  margin: auto;
  padding-top: 10px;
  display: grid;
}
@media screen and (min-width: 961px) {
  .strength .faq {
    max-width: 1100px;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
@media screen and (max-width: 960px) {
  .strength .faq {
    gap: 15px;
  }
}
.strength .faq dl {
  background: #fff;
  border-radius: 10px;
}
.strength .faq dl > * {
  padding-left: 75px;
}
@media screen and (min-width: 961px) {
  .strength .faq dl {
    padding: 35px;
  }
}
@media screen and (max-width: 960px) {
  .strength .faq dl {
    padding: 20px;
  }
}
.strength .faq dt {
  margin-bottom: 1.2em;
  background: url(../img/ico-faq-q.svg) no-repeat 0 0/56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.strength .faq dd {
  background: url(../img/ico-faq-a.svg) no-repeat 0 2px/56px;
  line-height: 1.85;
}
@media screen and (max-width: 960px) {
  .strength .faq dd {
    font-size: 13.5px;
  }
}

/* PICK UP */
.pickup {
  padding-left: calc(50% - 550px);
  padding-right: calc(50% - 550px);
  overflow: hidden;
}
@media screen and (max-width: 1140px) {
  .pickup {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pickup .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pickup .slick-dots button {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  font-size: 0;
}
.pickup .slick-dots .slick-active button {
  background: rgb(255, 255, 255);
}
.pickup .slick-arrow {
  position: absolute;
  z-index: 50;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
}
.pickup .slick-arrow.slick-prev {
  left: 0;
}
.pickup .slick-arrow.slick-next {
  right: 0;
}
@media screen and (min-width: 961px) {
  .pickup {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .pickup {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.pickup .h2 .en {
  color: #3d78b0;
}
.pickup .slider {
  position: relative;
}
@media screen and (min-width: 961px) {
  .pickup .slider {
    padding: 60px 0;
  }
}
@media screen and (max-width: 960px) {
  .pickup .slider {
    padding: 30px 0;
  }
}
.pickup .item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.pickup .item:hover img {
  opacity: 1;
}
.pickup .item:hover i {
  translate: 5px;
}
.pickup .item .fa-solid {
  position: absolute;
  bottom: 30px;
  right: 40px;
  transition: 0.2s;
}
@media screen and (min-width: 961px) {
  .pickup .item {
    width: 330px;
  }
}
@media screen and (max-width: 960px) {
  .pickup .item {
    width: 200px;
  }
  .pickup .item .fa-solid {
    right: 20px;
    bottom: 15px;
  }
}
.pickup .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (min-width: 961px) {
  .pickup .text {
    padding: 20px 40px 30px;
    font-size: 13rem;
  }
}
@media screen and (max-width: 960px) {
  .pickup .text {
    padding: 15px;
    font-size: 12.5px;
  }
}
.pickup .text .title {
  line-height: 1.85;
}
.pickup .text .date {
  color: #999;
  font-family: var(--font-futura);
}
.pickup .slick-list {
  overflow: visible;
}
.pickup .slick-track {
  display: flex;
}
@media screen and (min-width: 961px) {
  .pickup .slick-track {
    gap: 50px;
  }
}
@media screen and (max-width: 960px) {
  .pickup .slick-track {
    gap: 30px;
    left: 50%;
    translate: -100px;
  }
}
.pickup .slick-slide {
  float: none;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.06);
  background: #fff;
  height: inherit;
}
.pickup .slick-slide:hover {
  box-shadow: 1px 3px 16px rgba(0, 0, 0, 0.1);
}
.pickup .slick-arrow {
  -webkit-transform: none;
          transform: none;
  aspect-ratio: 1;
  border: 2px solid var(--color-blue);
  border-radius: 50%;
  text-indent: 0;
  color: transparent;
}
.pickup .slick-arrow::before, .pickup .slick-arrow::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
  flex-shrink: 0;
}
.pickup .slick-arrow.slick-disabled {
  opacity: 0.4;
  cursor: inherit;
}
.pickup .slick-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: var(--color-blue);
}
.pickup .slick-arrow.slick-prev {
  left: inherit;
  right: 55px;
}
.pickup .slick-arrow.slick-prev::after {
  content: "\f060";
}
.pickup .slick-arrow.slick-next::after {
  content: "\f061";
}
.pickup .slick-arrow:not(.slick-disabled):hover {
  background: var(--color-blue);
}
.pickup .slick-arrow:not(.slick-disabled):hover::after {
  color: #fff;
}
@media screen and (min-width: 961px) {
  .pickup .slick-arrow {
    top: -30px;
    width: 40px;
  }
}
@media screen and (max-width: 960px) {
  .pickup .slick-arrow {
    top: -55px;
    width: 36px;
  }
  .pickup .slick-arrow.slick-prev {
    right: 50px;
  }
  .pickup .slick-arrow:not(.slick-disabled) {
    background: var(--color-blue);
  }
  .pickup .slick-arrow:not(.slick-disabled)::after {
    color: #fff;
  }
}

/* ブース装飾 */
.booth-design {
  margin-top: 0;
}