@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
/*==================================================================================================
	トップページ
==================================================================================================*/
.fv {
  background: url("../img/home/fv-bg.webp") no-repeat top center/cover;
  width: 100%;
  height: 100dvh;
  max-height: 1080px;
  padding: 3rem;
  border-top-left-radius: min(50cqw, 270px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5rem 0;
}
.fv .txt {
  margin: auto 0;
  padding-top: 30dvh;
}
.fv h2 {
  font-size: clamp(3.4rem, 2.2363636364rem + 3.6363636364vw, 4.2rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
}
.fv .en {
  margin-top: 1.5rem;
  font-size: clamp(1.5rem, 1.0636363636rem + 1.3636363636vw, 1.8rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
.fv .pickup a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 2rem;
  background: #fff;
  border-radius: 0.6rem;
  line-height: 1;
  color: rgb(0, 56, 148);
  font-weight: 500;
  white-space: nowrap;
}
.fv .pickup a::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: rgb(0, 56, 148);
  -webkit-mask: url("../img/common/icon-flag.svg") no-repeat center/contain;
          mask: url("../img/common/icon-flag.svg") no-repeat center/contain;
}
.fv .pickup a:hover {
  text-decoration: underline;
}

article.home .inner {
  padding-left: 3rem;
  padding-right: 3rem;
}
article.home .ttl-M {
  margin-bottom: 2.6rem;
}
article.home .ttl-M h2 {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 1rem;
}
article.home .ttl-M .en {
  color: rgb(0, 56, 148);
  font-size: clamp(2.6rem, 2.0181818182rem + 1.8181818182vw, 3rem);
  font-weight: 800;
}
article.home .ttl-M .jp {
  font-size: clamp(1.4rem, 1.1090909091rem + 0.9090909091vw, 1.6rem);
  font-weight: 700;
}
article.home .ttl-L {
  margin-bottom: 4rem;
}
article.home .ttl-L h2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
article.home .ttl-L .en {
  font-size: clamp(5rem, 3.8363636364rem + 3.6363636364vw, 5.8rem);
  font-weight: 800;
  line-height: 1;
}
article.home .ttl-L .en::first-letter {
  color: rgb(0, 56, 148);
}
article.home .ttl-L .jp {
  font-size: clamp(1.6rem, 1.0181818182rem + 1.8181818182vw, 2rem);
  font-weight: 700;
}
article.home .news {
  padding: 5rem 3rem 14rem;
  background: url("../img/common/bg01.webp") repeat center/50%;
}
article.home .about {
  padding: 6rem 0;
  margin-top: -7rem;
  background: #fff;
  border-top-left-radius: min(20cqw, 30px);
}
article.home .about .ttl-L {
  padding: 0 3rem;
}
article.home .about > figure {
  width: calc(100% - 3rem);
  margin-left: auto;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  overflow: hidden;
}
article.home .about h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 2.8rem 0;
  font-size: clamp(2.6rem, 2.0181818182rem + 1.8181818182vw, 3rem);
}
article.home .about h3::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: rgb(0, 56, 148);
  -webkit-mask: url("../img/common/icon-star.svg") no-repeat center/contain;
          mask: url("../img/common/icon-star.svg") no-repeat center/contain;
}
article.home .about a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding: 1.8rem;
  margin-top: 3rem;
  background: rgb(230, 237, 237);
  border-top-left-radius: 2rem;
  font-size: clamp(1.5rem, 1.0636363636rem + 1.3636363636vw, 1.8rem);
  font-weight: 500;
  position: relative;
}
article.home .about a::after {
  content: "";
  background: rgb(0, 56, 148);
  width: clamp(1.5rem, 0.7727272727rem + 2.2727272727vw, 2rem);
  height: clamp(1.5rem, 0.7727272727rem + 2.2727272727vw, 2rem);
  -webkit-mask: url("../img/common/arrow-cr.svg") no-repeat center/contain;
          mask: url("../img/common/arrow-cr.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
article.home .about a figure {
  width: 16.2962962963%;
}
article.home .about a:hover {
  background: rgb(0, 56, 148);
  color: #fff;
}
article.home .about a:hover::after {
  background: #fff;
}
article.home .marquee {
  width: 100%;
  overflow: hidden;
}
article.home .marquee .track {
  display: flex;
  gap: 0.5em;
  width: -moz-max-content;
  width: max-content;
}
article.home .marquee p {
  font-size: 8.2rem;
  font-weight: 800;
  color: rgb(0, 56, 148);
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: normal;
}
article.home .business {
  padding: 8rem 3rem 6rem;
}
article.home .business li:not(:first-child) {
  margin-top: 1.6rem;
}
article.home .business a {
  display: block;
  padding: 6rem;
  background: rgb(0, 56, 148);
  border-radius: 100vh;
  font-size: clamp(2rem, 1.1272727273rem + 2.7272727273vw, 2.6rem);
  font-weight: 500;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
article.home .business a::after {
  content: "";
  background: #fff;
  width: clamp(1.8rem, 0.9272727273rem + 2.7272727273vw, 2.4rem);
  height: clamp(1.8rem, 0.9272727273rem + 2.7272727273vw, 2.4rem);
  -webkit-mask: url("../img/common/arrow-cr.svg") no-repeat center/contain;
          mask: url("../img/common/arrow-cr.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  z-index: 1;
}
article.home .business a .label {
  position: relative;
  z-index: 1;
}
article.home .business a .label span {
  display: block;
  margin-top: 1.2rem;
  font-size: clamp(1rem, 0.5636363636rem + 1.3636363636vw, 1.3rem);
  font-weight: 600;
}
article.home .business a .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  z-index: 0;
}
article.home .business a .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.24;
  transition: all 0.3s ease;
}
article.home .business a:hover::after {
  transform: translateY(-50%) translateX(6px);
}
article.home .business a:hover .bg img {
  filter: brightness(30%);
  transform: scale(1.15);
}
article.home .solution {
  padding: 6rem 0;
  background: url("../img/common/bg01.webp") repeat center/50%;
  border-top-left-radius: min(20cqw, 30px);
}
article.home .solution .ttl-L {
  padding: 0 3rem;
}
article.home .solution .slides {
  width: 100%;
}
article.home .solution .slides .slick-list {
  overflow-y: visible !important;
  overflow: clip;
}
article.home .solution .slides .slick-track {
  display: flex !important;
  justify-content: center;
}
article.home .solution .slides .item {
  padding: 0 15px;
  height: auto;
  float: none !important;
}
article.home .solution .slides a {
  display: block;
  max-width: 440px;
  background: #fff;
  padding: 2rem;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
article.home .solution .slides a:hover figure img {
  transform: scale(1.15);
}
article.home .solution .slides a:hover .ttl {
  color: rgb(0, 56, 148);
}
article.home .solution .slides figure {
  width: 100%;
  height: auto;
  aspect-ratio: 400/238;
  overflow: hidden;
  margin-bottom: 1rem;
}
article.home .solution .slides figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
article.home .solution .slides .cate {
  color: rgb(0, 56, 148);
  font-weight: 500;
}
article.home .solution .slides .ttl {
  margin: 0 0 1.5rem;
  font-size: clamp(1.8rem, 1.2181818182rem + 1.8181818182vw, 2.2rem);
  line-height: 1.375;
}
article.home .solution .slides .tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
article.home .solution .slides .tags li {
  background: #ccd7ea;
  padding: 0.8rem 0.8rem 0.8rem 0.6rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 5em;
  font-size: clamp(1.2rem, 0.9090909091rem + 0.9090909091vw, 1.4rem);
  color: rgb(0, 56, 148);
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh;
}
article.home .solution .slides .slick-dots {
  padding: 0 3rem;
  margin: 3rem 0 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
article.home .solution .slides .slick-dots li {
  width: 1rem;
  height: 1rem;
  border-radius: 100vh;
  overflow: hidden;
  opacity: 0.4;
}
article.home .solution .slides .slick-dots li.slick-active {
  opacity: 1;
}
article.home .solution .slides .slick-dots button {
  text-indent: -9999px;
  border: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 56, 148);
}
article.home .img-slide {
  padding: 3rem 0 6rem;
}
article.home .img-slide .slick-track {
  transition-timing-function: linear !important;
}
article.home .img-slide .item {
  overflow: hidden;
  padding: 0 5px;
}
article.home .img-slide .item img {
  border-radius: 2rem;
}
article.home .recruit {
  padding: 6rem 3rem;
  background: linear-gradient(90deg, rgb(0, 176, 236) 0%, rgb(0, 123, 196) 100%);
  border-top-left-radius: min(20cqw, 30px);
  color: #fff;
  position: relative;
  overflow: hidden;
}
article.home .recruit::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 540/350;
  background: url("../img/home/recruit-bg.webp") no-repeat top right/contain;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: soft-light;
}
article.home .recruit .ttl-L .en::first-letter {
  color: #fff !important;
}
article.home .recruit h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 2.8rem 0;
  font-size: clamp(2.6rem, 2.0181818182rem + 1.8181818182vw, 3rem);
}
article.home .recruit h3::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: #fff;
  -webkit-mask: url("../img/common/icon-star.svg") no-repeat center/contain;
          mask: url("../img/common/icon-star.svg") no-repeat center/contain;
}
article.home .recruit ul {
  margin-top: 4rem;
}
article.home .recruit ul li:not(:first-child) {
  margin-top: 1.5rem;
}
article.home .recruit ul a {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
  background: rgb(0, 56, 148);
  padding: 3rem 3rem 3rem 3rem;
  border-radius: 0.6rem;
  position: relative;
}
article.home .recruit ul a::after {
  content: "";
  background: #fff;
  width: clamp(1.4rem, 0.9636363636rem + 1.3636363636vw, 1.7rem);
  height: clamp(1.4rem, 0.9636363636rem + 1.3636363636vw, 1.7rem);
  -webkit-mask: url("../img/common/arrow-cr.svg") no-repeat center/contain;
          mask: url("../img/common/arrow-cr.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  z-index: 1;
}
article.home .recruit ul a[target=_blank] {
  background: #fff;
  color: #007bc4;
}
article.home .recruit ul a[target=_blank]::after {
  background: #007bc4;
  -webkit-mask: url("../img/common/icon-blank.svg") no-repeat center/contain;
          mask: url("../img/common/icon-blank.svg") no-repeat center/contain;
}
article.home .recruit ul a[target=_blank] img {
  margin-top: 0.3rem;
}
article.home .recruit ul a:hover {
  opacity: 0.65;
}
article.home .community {
  padding: 6rem 3rem 3rem;
}
article.home .community h2 {
  font-size: clamp(4.6rem, 0.8181818182rem + 11.8181818182vw, 7.2rem);
  line-height: 1;
  color: rgb(0, 56, 148);
  font-weight: 800;
}
article.home .community p {
  margin: 3rem 0;
  font-weight: 500;
}
article.home .community li:not(:first-child) {
  margin-top: 1.5rem;
}
article.home .community a:hover {
  opacity: 0.65;
}
article.home .instagram {
  padding: 3rem 3rem 0;
}
article.home .instagram .ttl-L {
  text-align: center;
}
article.home .instagram .dummy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.news-list {
  margin-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-list .news-item {
  display: block;
  padding: 2.6rem 3rem 2.6rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}
.news-list .news-item::after {
  content: "";
  background: rgb(0, 56, 148);
  width: clamp(1.5rem, 0.7727272727rem + 2.2727272727vw, 2rem);
  height: clamp(1.5rem, 0.7727272727rem + 2.2727272727vw, 2rem);
  -webkit-mask: url("../img/common/arrow-cr.svg") no-repeat center/contain;
          mask: url("../img/common/arrow-cr.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.news-list .news-item > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
}
.news-list .news-item time {
  line-height: 1;
}
.news-list .news-item .cate {
  padding: 0.6rem;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 0.3rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
}
.news-list .news-item p {
  margin-top: 0.65rem;
  line-height: 1.75;
}
.news-list .news-item:hover::after {
  transform: translateY(-50%) translateX(-6px);
}
.news-list .news-item:hover p {
  color: rgb(0, 56, 148);
}/*# sourceMappingURL=page.css.map */