@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
:root {
  --black: #465059;
  --blue: #12b7e7;
  font-size: 10px;
  --zen: "Zen Kaku Gothic New", sans-serif;
  --ak: "aktiv-grotesk-extended", sans-serif;
}

/*テストにてリキャプチャ非表示*/
.grecaptcha-badge {
  opacity: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-size: 10px;
  color: var(--black);
  line-height: 1.8;
  font-family: var(--zen);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  transition-duration: 0.5s;
}
a:hover {
  transition-duration: 0.5s;
  opacity: 0.7;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

header {
  width: 100%;
  padding: 50px 7.5%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  top: 0;
}
header.non-top {
  padding: 30px 7.5%;
  background: #fff;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0 0 10px 10px;
  transition-duration: 0.5s;
}
header.op0 {
  background-color: transparent;
  box-shadow: none;
  transition-duration: 0.5s;
}

.logo {
  width: 420px;
  display: block;
}

.header__nav-list {
  display: flex;
  gap: 40px;
  align-items: center;
}
.header__nav-list li a {
  font-size: 1.8rem;
  color: var(--black);
}

.header__nav {
  display: flex;
  gap: 40px;
  align-items: center;
}

.header__link {
  width: 220px;
  height: 50px;
  border-radius: 100px;
  background-color: var(--blue);
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
}
.header__link .material-symbols-outlined {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 30px;
  height: 30px;
}

#ham,
.sp-menu {
  display: none;
}

footer {
  background-color: #cee0f0;
  padding: 150px 0 40px;
}

.contact__flex {
  border-radius: 50px;
  background-color: var(--blue);
  padding: 120px 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px !important;
}

.contact__ttl {
  font-family: var(--ak);
  font-size: 6.2rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
}

.contact__txt {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}

.contact__link {
  width: 400px;
  height: 80px;
  border-radius: 100px;
  background-color: #fff;
  color: var(--black);
  font-size: 1.8rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  padding-right: 20px;
}
.contact__link .material-symbols-outlined {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  border: 1px solid var(--black);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 50px;
  height: 50px;
}

.footer__bl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__logo {
  width: 375px;
}

.footer__copy {
  font-size: 1.5rem;
}

.sp {
  display: none;
}

@media screen and (max-width: 1699px) {
  .logo {
    width: 300px;
  }
  .header__nav-list {
    gap: 30px;
  }
  .header__nav-list li a {
    font-size: 1.6rem;
  }
  .header__link {
    width: 190px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1349px) {
  .logo {
    width: 250px;
  }
  .header__nav {
    gap: 25px;
  }
  .header__nav-list {
    gap: 25px;
  }
  .header__nav-list li a {
    font-size: 1.5rem;
  }
  .header__link {
    width: 175px;
    font-size: 1.5rem;
  }
  .footer__logo {
    width: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .header__nav {
    display: none;
  }
  .logo {
    width: 200px;
  }
  #ham {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--blue);
    cursor: pointer;
  }
  #ham .ham {
    position: relative;
  }
  #ham .ham span {
    width: 50%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 25%;
    top: 15px;
  }
  #ham .ham span:nth-of-type(2) {
    top: 25px;
  }
  #ham .ham span:nth-of-type(3) {
    top: 35px;
  }
  header {
    padding: 15px 7.5%;
  }
  header.non-top {
    padding: 15px 7.5%;
  }
  .sp-menu {
    display: block;
    width: 100%;
    height: auto;
    left: 0;
    top: -130%;
    position: fixed;
    border-radius: 0 0 30px 30px;
    transition-duration: 0.5s;
    overflow: hidden;
    z-index: 1;
    z-index: 99;
  }
  .sp-menu.active {
    top: 0;
    transition-duration: 0.5s;
  }
  .sp-menu .sp-menu__wrapper {
    background-color: var(--blue);
    padding: 90px 7.5% 40px;
  }
  .sp-menu__nav-list li {
    padding: 8px 0;
  }
  .sp-menu__nav-list li a {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 25px;
  }
  .sp-menu__nav-list li a .en {
    font-family: var(--ak);
    font-size: 2.1rem;
    font-weight: 300;
    display: block;
  }
  .sp-menu__nav-list li a .ja {
    font-size: 1.5rem;
    display: block;
  }
  footer {
    padding: 100px 0 40px;
  }
  .contact__flex {
    border-radius: 40px;
    padding: 80px 5%;
    margin-bottom: 100px !important;
  }
  .contact__ttl {
    font-size: 5.2rem;
    margin-bottom: 0;
    line-height: 1.6;
  }
  .contact__txt {
    font-size: 1.5rem;
  }
  .contact__link {
    width: 260px;
    height: 70px;
  }
  .contact__link .material-symbols-outlined {
    right: 12px;
  }
}
@media screen and (max-width: 834px) {
  footer {
    padding: 60px 0 20px;
  }
  .contact__flex {
    border-radius: 20px;
    padding: 40px 5%;
    margin-bottom: 40px !important;
    flex-direction: column;
  }
  .contact__ttl {
    font-size: 3.2rem;
  }
  .contact__bl {
    margin-bottom: 20px;
  }
  .contact__txt {
    text-align: center;
  }
  .contact__link {
    width: 300px;
    height: 60px;
    max-width: 100%;
  }
  .contact__link .material-symbols-outlined {
    width: 40px;
    height: 40px;
  }
  .footer__bl {
    flex-direction: column;
  }
  .footer__logo {
    width: 250px;
    margin: 0 auto 20px;
  }
  .footer__copy {
    font-size: 1.2rem;
    text-align: center;
    display: block;
    width: 100%;
  }
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
}
#mv {
  position: relative;
  height: 100vh;
  max-height: 53vw;
}

.mv__cont {
  position: absolute;
  display: flex;
  top: 200px;
  width: 85%;
  max-width: 1500px;
  left: 50%;
  transform: translateX(-50%);
}

.mv__ttl-en {
  font-family: var(--ak);
  font-size: 11rem;
  font-weight: 300;
  line-height: 1.4;
  background: linear-gradient(90deg, #83e3f3 0%, #72bddd 40%, #618dc2 80%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mv__ttl-ja {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
  transform: translateX(-60px);
  padding-top: 20px;
}

.mv__img {
  width: 70%;
  margin: 0 40px 0 auto;
  position: relative;
  top: 620px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
}

.mv__icon02 {
  width: 24.5%;
  top: 620px;
  left: 50%;
  transform: translateX(-47vw);
  position: absolute;
}

.mv__icon01 {
  width: 450px;
  position: absolute;
  top: 370px;
  left: 50%;
  transform: translate(10%);
}

.mv__scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-800px);
  top: 950px;
}
.mv__scroll .txt {
  font-size: 1.4rem;
}
.mv__scroll .line {
  width: 2px;
  height: 60px;
  background-color: var(--black);
  position: relative;
  margin: 0 auto 5px;
}
.mv__scroll .line .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--blue);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 54px);
    opacity: 0;
  }
}
.mv__scroll-wrapper {
  position: relative;
}

@media screen and (max-width: 1699px) {
  .mv__icon02 {
    width: 24.5%;
    top: 620px;
    left: 2%;
    transform: translateX(0);
  }
  .mv__scroll {
    left: 3%;
    transform: translateX(0);
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 1499px) {
  .mv__ttl-en {
    font-size: 10rem;
  }
  .mv__ttl-ja {
    font-size: 2vw;
    transform: translateX(-7vw);
    white-space: nowrap;
  }
  .mv__ttl-en {
    font-size: 9vw;
  }
  .mv__icon01 {
    width: 35vw;
    top: calc(180px + 16vw);
    left: 50%;
    transform: translate(28%);
  }
  .mv__cont {
    top: 180px;
  }
}
@media screen and (max-width: 1199px) {
  .mv__img {
    top: calc(200px + 31vw);
  }
  .mv__img {
    width: 70%;
    margin: 0 40px 0 auto;
    position: relative;
    top: calc(200px + 31vw);
    border-radius: 30px;
    overflow: hidden;
    z-index: 2;
  }
  .mv__cont {
    top: 145px;
  }
  .mv__icon02 {
    width: 23%;
    top: calc(200px + 32vw);
    left: 2%;
    transform: translateX(0);
  }
  .mv__scroll {
    top: 70vw;
    bottom: auto;
  }
  .mv__scroll .line {
    width: 1px;
  }
  #mv {
    max-height: 88vw;
  }
}
@media screen and (max-width: 999px) {
  #mv {
    max-height: 103vw;
  }
}
@media screen and (max-width: 834px) {
  #mv {
    overflow: hidden;
    height: calc(600px + 57vw);
    max-height: initial;
  }
  .mv__ttl-en {
    font-size: 11vw;
  }
  .mv__cont {
    top: 110px;
    flex-direction: column;
  }
  .mv__ttl-ja {
    font-size: 2.4rem;
    transform: translateX(0);
  }
  .mv__img {
    top: calc(200px + 38vw);
    margin: 0;
    width: 100%;
    border-radius: 0;
    transform: translateX(40%);
  }
  .mv__img img {
    border-radius: 20px;
  }
  .mv__icon02 {
    top: calc(200px + 38vw);
    width: 38%;
  }
  .mv__scroll {
    top: calc(430px + 36vw);
  }
  .mv__ttl-en {
    font-size: 9.5vw;
  }
  .mv__icon01 {
    width: 43vw;
    top: calc(180px + 15vw);
    left: 50%;
    transform: translate(3%);
  }
}
@media screen and (max-width: 639px) {
  #mv {
    height: calc(700px + 45vw);
  }
  .mv__ttl-ja {
    font-size: 2rem;
  }
  .mv__icon01 {
    top: calc(180px + 19vw);
  }
  .mv__scroll .line {
    height: 45px;
  }
  @keyframes scroll {
    0% {
      transform: translate(-50%, 0);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      transform: translate(-50%, 40px);
      opacity: 0;
    }
  }
}
@media screen and (max-width: 569px) {
  .mv__scroll {
    top: calc(350px + 41vw);
  }
}
@media screen and (max-width: 449px) {
  .mv__scroll {
    top: calc(300px + 41vw);
  }
}
#about {
  padding-top: 950px;
  margin-top: -500px;
  padding-bottom: 150px;
  position: relative;
}
#about::after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#about::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(225, 238, 240);
  background: linear-gradient(94deg, rgb(225, 238, 240) 0%, rgb(203, 221, 240) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.about__swiper01,
.about__swiper02 {
  overflow: hidden;
}
.about__swiper01 .swiper-wrapper,
.about__swiper02 .swiper-wrapper {
  transition-timing-function: linear;
}
.about__swiper01 .swiper-slide,
.about__swiper02 .swiper-slide {
  color: transparent;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.8);
  font-size: 10vw;
  font-family: var(--ak);
  line-height: 1;
}

.about__swiper01 {
  margin-bottom: 60px;
}

.about__swiper02 {
  margin-top: 60px;
}

.inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}

.base__main-cont {
  position: relative;
}

.base__ttl-bl {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.base__ttl-en {
  position: relative;
  padding-left: 35px;
  line-height: 1;
  font-family: var(--ak);
  font-size: 4.8rem;
  font-weight: 300;
}
.base__ttl-en::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid var(--blue);
  border-right: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  left: 0;
}

.base__ttl-ja {
  color: #13adda;
  font-size: 1.8rem;
  font-weight: 500;
}

.base__main-ttl {
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: 40px;
}

.base__main-txt {
  font-size: 2.6rem;
}

.about__main-img01 {
  width: 520px;
  position: absolute;
  top: 30px;
  right: 2%;
}

.about__main-img02 {
  width: 340px;
  position: absolute;
  top: 320px;
  right: -2%;
}

.about__cont {
  margin-top: 150px;
  position: relative;
}

#about .txt-bl {
  width: 570px;
  margin: 0 auto;
}
#about .txt-bl .txt {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 2;
}

.mb70 {
  margin-bottom: 70px;
}

.about__cont-img01 {
  width: 250px;
  position: absolute;
  top: -30px;
  left: 5%;
}

.about__cont-img02 {
  width: 300px;
  position: absolute;
  top: 200px;
  left: -5%;
}

.mb70 {
  margin-bottom: 70px;
}

@media screen and (max-width: 1499px) {
  #about {
    padding-top: calc(400px + 31vw);
  }
  #about .txt-bl {
    width: 500px;
  }
  .about__cont-img01 {
    width: 193px;
    top: -17px;
  }
  .about__cont-img02 {
    width: 251px;
  }
  .about__main-img02 {
    width: 306px;
    top: 332px;
  }
  .work__main-img01 {
    width: 46%;
  }
  .txt-bl .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1199px) {
  .base__ttl-en::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid var(--blue);
  }
  .base__ttl-en {
    padding-left: 28px;
    font-size: 3.8rem;
  }
  .base__ttl-ja {
    font-size: 1.6rem;
  }
  .base__ttl-bl {
    margin-bottom: 70px;
    gap: 20px;
  }
  .base__main-ttl {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .base__main-txt {
    font-size: 2.1rem;
  }
  .about__main-img01 {
    width: 32vw;
    right: 1%;
  }
  .about__main-img02 {
    width: 26%;
  }
  .about__cont-img01 {
    width: 13%;
    left: 1%;
  }
  .about__cont-img02 {
    width: 18%;
  }
  #about {
    padding-top: 54vw;
  }
}
@media screen and (max-width: 834px) {
  .about__swiper01 .swiper-slide,
  .about__swiper02 .swiper-slide {
    font-size: 9.8vw;
  }
  .about__swiper01 {
    margin-bottom: 40px;
  }
  .base__ttl-en::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid var(--blue);
  }
  .base__ttl-en {
    padding-left: 20px;
    font-size: 2.4rem;
  }
  .base__ttl-ja {
    font-size: 1.4rem;
  }
  .base__main-ttl {
    font-size: 2.3rem;
  }
  .base__main-txt {
    font-size: 1.6rem;
  }
  .about__main-img02 {
    width: 42%;
    top: auto;
    bottom: -41vw;
    right: -4%;
  }
  .about__main-img01 {
    width: 46vw;
    right: auto;
    left: 0;
    top: auto;
    bottom: -39vw;
  }
  #about .txt-bl .txt {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .about__cont {
    margin-top: 45vw;
    z-index: 1;
  }
  .about__cont-img01 {
    width: 30%;
    left: auto;
    right: 41%;
    top: auto;
    bottom: -26vw;
  }
  .about__cont-img02 {
    width: 44%;
    right: -5%;
    left: auto;
    bottom: -49vw;
    top: auto;
    z-index: 2;
  }
  #about .txt-bl {
    width: 100%;
    margin-bottom: 43vw;
  }
  .base__ttl-bl {
    margin-bottom: 30px;
    gap: 12px;
  }
  .mb70 {
    margin-bottom: 40px;
  }
  .about__swiper01 .swiper-slide,
  .about__swiper02 .swiper-slide {
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
  }
  .about__swiper01 {
    margin-bottom: -13px;
  }
  #about .inner {
    z-index: 1;
    position: relative;
  }
  #about {
    padding-bottom: 21vw;
  }
  .about__swiper02 {
    z-index: 0;
    position: relative;
  }
}
#work {
  padding: 150px 0;
}
#work .base__main-txt {
  font-size: 1.8rem;
}

.work__main-img01 {
  width: 48%;
  position: absolute;
  top: 50px;
  right: 0;
  opacity: 0.5;
}

.sp-img {
  display: none;
}

.work__list-bl {
  display: grid;
  grid-template-columns: 600px 1fr;
  width: calc(50% + 600px);
  max-width: 92.5%;
  margin: 100px 0 0 auto;
}
.work__list-bl .img {
  height: 474.95px;
  position: relative;
}
.work__list-bl .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.work__list-bl .img .img-box {
  visibility: hidden;
  opacity: 0;
  height: 100%;
  transition-duration: 0.5s;
}
.work__list-bl .img .img-box.active {
  visibility: visible;
  transition-duration: 0.5s;
  opacity: 1;
}

.work__list {
  border-top: 1px solid #dedede;
}
.work__list li {
  padding: 20px 10px;
  border-bottom: 1px solid #dedede;
  transition-duration: 0.5s;
}
.work__list li:hover {
  background-color: #ebf2f3;
  transition-duration: 0.5s;
}
.work__list li .cont-bl {
  display: flex;
  align-items: center;
}
.work__list li .cont-bl .num {
  font-size: 6rem;
  font-family: var(--ak);
  width: 130px;
}
.work__list li .cont-bl .en {
  font-size: 1.8rem;
  color: var(--blue);
}
.work__list li .cont-bl .ttl {
  font-size: 3.2rem;
  font-weight: 500;
}
.work__list li .cont-bl .txt {
  font-size: 1.5rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .work__main-img01 {
    width: calc(100% - 431px);
  }
  .txt-bl {
    width: calc(100% - 70px);
  }
  .work__list li .cont-bl .num {
    font-size: 4rem;
    width: 70px;
  }
  .work__list li .cont-bl .en {
    font-size: 1.6rem;
  }
  .work__list li .cont-bl .ttl {
    font-size: 2.1rem;
  }
  .work__list-bl {
    grid-template-columns: 420px 1fr;
  }
  .work__list-bl .img {
    height: 404.78px;
  }
  #work {
    padding: 100px 0;
  }
  .work__list-bl {
    margin: 70px 0 0 auto;
  }
}
@media screen and (max-width: 834px) {
  #work {
    padding: 60px 0 30px;
    border-radius: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
    z-index: 1;
    position: relative;
    background: #fff;
  }
  .work__list-bl .img {
    display: none;
  }
  .sp-img {
    display: block;
  }
  .work__list-bl {
    width: 100%;
  }
  .work__list li {
    padding: 0;
    margin-bottom: 30px;
    border-bottom: none;
  }
  .work__list li .cont-bl {
    padding: 30px 20px;
    background-color: #ebf2f3;
  }
  .work__list-bl {
    grid-template-columns: 1fr;
  }
  .work__list {
    border-top: none;
    margin: 40px 0 0;
  }
  .work__list li .cont-bl .txt-bl {
    width: calc(100% - 57px);
  }
  .work__list li .cont-bl .num {
    font-size: 3rem;
    width: 57px;
  }
  .work__main-img01 {
    width: 115%;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -54vw;
  }
  #work .base__main-cont {
    margin-bottom: 54vw;
  }
  #work .base__main-txt {
    font-size: 1.6rem;
  }
  .work__list li .cont-bl .ttl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .work__list li .cont-bl .en {
    line-height: 1.2;
  }
  #work .base__main-ttl {
    font-size: 2.3rem;
  }
}
#service {
  background-image: url(../img/map.webp);
  background-size: 80%;
  background-position: top 0 right 0;
  padding: 150px 0 270px;
  position: relative;
}
#service::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(225, 238, 240);
  background: linear-gradient(94deg, rgb(225, 238, 240) 0%, rgb(203, 221, 240) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#service .base__main-txt {
  font-size: 1.8rem;
  width: 540px;
}

.service__solution {
  margin-top: 17vw;
  position: relative;
}
.service__solution .img {
  width: 72%;
}

.service__solution-list li {
  position: absolute;
  z-index: 1;
  display: flex;
  gap: 15px;
}
.service__solution-list li .icon-bl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 50%;
  background-color: #fff;
  width: 180px;
  height: auto;
  aspect-ratio: 1/1;
}
.service__solution-list li .icon-bl .icon {
  width: 65px;
  height: 65px;
  margin-bottom: 5px;
}
.service__solution-list li .icon-bl .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.service__solution-list li .cont {
  width: 315px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.service__solution-list li .cont .big {
  font-size: 2.8rem;
  font-weight: 500;
}
.service__solution-list li .cont .small {
  font-size: 1.5rem;
}
.service__solution-list li .cont .en {
  font-size: 4rem;
  color: transparent;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
  font-family: var(--ak);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#sol01 {
  top: 0;
  right: -60px;
}

#sol02 {
  top: 221px;
  right: 90px;
}

#sol03 {
  top: 421px;
  right: 359px;
}

#sol04 {
  top: 572px;
  right: 696px;
}

.sol-list-ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--blue);
}

.service-sp-img {
  display: none;
}

@media screen and (max-width: 1699px) {
  #sol01 {
    top: 0;
    right: -30px;
  }
  #sol02 {
    top: 14vw;
    right: 9%;
  }
  #sol03 {
    top: 26vw;
    right: 23vw;
  }
  #sol04 {
    top: 35vw;
    right: 42vw;
  }
  .service__solution {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 1499px) {
  .service__solution-list li .icon-bl {
    width: 130px;
  }
  .service__solution-list li .icon-bl .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 2px;
  }
  .sol-list-ttl {
    font-size: 1.6rem;
  }
  .service__solution-list li .cont .big {
    font-size: 2.1rem;
  }
  .service__solution-list li .cont {
    width: 275px;
  }
  .service__solution-list li .cont .en {
    font-size: 3.5rem;
    bottom: -15px;
  }
}
@media screen and (max-width: 1199px) {
  #service {
    background-size: 84%;
    background-position: top -38px right 0;
    padding: 100px 0 200px;
  }
  .service__solution .img {
    width: 72%;
    transform: translateX(-5%);
  }
  .service__solution-list li .icon-bl {
    width: 105px;
  }
  .sol-list-ttl {
    font-size: 1.4rem;
  }
  .service__solution-list li .cont .big {
    font-size: 2rem;
  }
  .service__solution-list li .cont .small {
    font-size: 1.3rem;
  }
  .service__solution-list li .cont .en {
    font-size: 3rem;
    bottom: -18px;
  }
  #sol01 {
    top: 0;
    right: -5%;
  }
  .service__solution-list li .cont {
    width: 240px;
  }
  #sol02 {
    top: 14vw;
    right: 7%;
  }
  #sol03 {
    top: 27vw;
    right: 19vw;
  }
  #sol04 {
    top: 40vw;
    right: 41vw;
  }
}
@media screen and (max-width: 834px) {
  #service {
    background-image: initial;
  }
  #service .base__main-txt {
    font-size: 1.6rem;
    width: 100%;
  }
  .service__solution-list li .cont {
    width: calc(100% - 120px);
  }
  #sol01,
  #sol02,
  #sol03,
  #sol04 {
    top: 0;
    right: 0;
    position: relative;
    margin-bottom: 20px;
  }
  #service {
    padding: 80px 0 60px;
  }
  .service__solution-list li .icon-bl {
    width: 90px;
    height: 90px;
  }
  .service__solution-list li .cont {
    width: calc(100% - 105px);
  }
  .sol-list-ttl {
    font-size: 1.3rem;
  }
  .service__solution-list li .icon-bl .icon {
    width: 33px;
    height: 33px;
  }
  .service__solution .img {
    width: 300px;
    transform: initial;
    margin: 0 auto 30px;
    max-width: 80%;
  }
  .service-sp-img {
    display: block;
  }
}
@media screen and (max-width: 449px) {
  .service__solution-list li .cont .en {
    font-size: 2.8rem;
  }
}
#person {
  padding: 150px 0;
}

.person__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 50px;
}
.person__list li {
  display: flex;
}
.person__list li .left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 50%;
}
.person__list li .left .fukidashi {
  border-radius: 15px;
  background-color: #ebf2f3;
  padding: 20px;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
}
.person__list li .left .fukidashi::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 20px solid #ebf2f3;
  border-bottom: 0;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  bottom: -19px;
}
.person__list li .left .img {
  height: 175px;
  aspect-ratio: 1/1;
}
.person__list li .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.person__list li:nth-of-type(even) .left {
  flex-direction: column-reverse;
}
.person__list li:nth-of-type(even) .left .fukidashi::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: 20px solid #ebf2f3;
  border-top: 0;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  top: -19px;
  bottom: auto;
}
.person__list li .right {
  padding-left: 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.person__list li .right .name {
  display: flex;
  gap: 0 15px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.person__list li .right .name .ini {
  font-family: var(--ak);
  font-size: 3.2rem;
}
.person__list li .right .name .ja {
  color: var(--blue);
  font-size: 1.6rem;
  font-weight: 500;
}

.person__cont-list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.person__cont-list dt {
  width: 90px;
  text-align: center;
  color: var(--blue);
  font-size: 1.5rem;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.person__cont-list dd {
  width: calc(100% - 90px);
  font-size: 1.5rem;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1499px) {
  .person__list li .left .fukidashi {
    padding: 19px;
    font-size: 1.6rem;
  }
  .person__list li .left {
    width: 45%;
  }
  .person__list li .right {
    width: 55%;
  }
}
@media screen and (max-width: 1199px) {
  #person {
    padding: 100px 0;
  }
  .person__list {
    gap: 50px 35px;
  }
  .person__list li .right .name .ini {
    font-size: 2.8rem;
  }
  .person__list li .right .name .ja {
    font-size: 1.6rem;
  }
  .person__list li .right .name {
    gap: 0 12px;
    margin-bottom: 0;
  }
  .person__cont-list dt {
    width: 75px;
    font-size: 1.3rem;
  }
  .person__cont-list dd {
    width: calc(100% - 75px);
    font-size: 1.3rem;
  }
  .person__list li .left .fukidashi {
    padding: 10px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .person__list {
    gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  #person {
    padding: 60px 0;
  }
  .person__list li .left .fukidashi {
    padding: 10px 7px;
    font-size: 1.2rem;
  }
  .person__list li .right {
    padding-left: 5%;
  }
  .person__cont-list dd {
    width: calc(100% - 60px);
    font-size: 1.2rem;
  }
  .person__cont-list dt {
    width: 60px;
    font-size: 1.2rem;
  }
  .person__list li .right .name .ini {
    font-size: 2.4rem;
  }
  .person__list li .right .name {
    gap: 0 12px;
  }
  .person__list li .right .name .ja {
    font-size: 1.5rem;
  }
  .person__list li .left .img {
    height: 130px;
  }
}
#maker {
  background-image: url(../img/maker-bg.webp);
  background-size: cover;
  background-position: center;
  padding: 150px 0;
}

.maker__bl {
  border-radius: 30px;
  padding: 80px 10%;
  background: #fff;
}

@media screen and (max-width: 1199px) {
  #maker {
    padding: 100px 0;
  }
}
@media screen and (max-width: 834px) {
  #maker {
    padding: 60px 0;
  }
  .maker__bl {
    border-radius: 20px;
    padding: 50px 5%;
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
  }
}
#company {
  padding: 150px 0;
}

.company__ttl {
  margin-bottom: 60px;
  position: relative;
}
.company__ttl::before {
  width: 100%;
  height: 1px;
  background-color: #dedede;
  content: "";
  display: block;
  top: 30px;
  left: 0;
  position: absolute;
}
.company__ttl .en {
  padding-right: 20px;
  background-color: #fff;
  font-family: var(--ak);
  font-size: 2.8rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.company__ttl .ja {
  font-size: 1.6rem;
  color: var(--blue);
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}

.message__ttl {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
}

.message__txt {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.message__name .small {
  display: block;
  text-align: right;
  font-size: 1.6rem;
}
.message__name .name {
  display: block;
  text-align: right;
  font-size: 2.4rem;
}

.company__main-cont {
  margin-bottom: 80px;
}

.company__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 7%;
}
.company__list li.img {
  display: flex;
  align-items: center;
}
.company__list li.img img {
  width: 107%;
  max-width: 107%;
}

.company__list-ttl {
  position: relative;
  padding-left: 30px;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.company__list-ttl::before {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--blue);
  content: "";
  display: block;
}

.info__table {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
}
.info__table dt {
  width: 150px;
  padding: 15px 15px 15px 30px;
  border-bottom: 1px solid #dedede;
  font-weight: 500;
}
.info__table dt:last-of-type {
  border-bottom: none;
}
.info__table dd {
  width: calc(100% - 150px);
  padding: 15px;
  border-bottom: 1px solid #dedede;
}
.info__table dd:last-of-type {
  border-bottom: none;
}
.info__table dd a {
  color: var(--black);
}

.history__bl {
  margin-top: 100px;
}

@media screen and (max-width: 1199px) {
  #company {
    padding: 100px 0;
  }
  .company__ttl {
    margin-bottom: 30px;
  }
  .message__ttl {
    font-size: 3.2rem;
  }
  .message__txt {
    font-size: 1.6rem;
  }
  .message__name .small {
    font-size: 1.4rem;
  }
  .message__name .name {
    font-size: 2rem;
  }
  .company__list-ttl {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
  .info__table dt {
    width: 100px;
    padding: 10px;
  }
  .info__table dd {
    width: calc(100% - 100px);
    padding: 10px;
  }
  .history__bl {
    margin-top: 70px;
  }
}
@media screen and (max-width: 834px) {
  #company {
    padding: 60px 0;
  }
  .company__ttl .en {
    padding-right: 15px;
    font-size: 2.1rem;
  }
  .company__ttl::before {
    top: 20px;
  }
  .company__ttl .ja {
    font-size: 1.4rem;
  }
  .company__ttl {
    margin-bottom: 40px;
  }
  .message__ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .message__txt {
    font-size: 1.5rem;
  }
  .company__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .company__list-ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-left: 23px;
  }
  .company__list-ttl::before {
    left: 8px;
  }
  .info__table {
    font-size: 1.5rem;
  }
  .company__main-cont {
    margin-bottom: 50px;
  }
  .history__bl .img {
    width: 380px;
    margin: 0 auto;
    max-width: 100%;
  }
  .company__list li:first-of-type {
    order: 2;
  }
  .company__list li:nth-of-type(2) {
    order: 1;
  }
  .company__list li:nth-of-type(3) {
    order: 3;
  }
  .company__list li:nth-of-type(4) {
    order: 4;
  }
}
.js-fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
.js-fadeup.in {
  opacity: 1;
  transform: translateY(0);
}

.js-fadein,
.js-load-fadein {
  opacity: 0;
  transition: all 1s;
}
.js-fadein.in,
.js-load-fadein.in {
  opacity: 1;
}

.delay300 {
  transition-delay: 0.3s;
}/*# sourceMappingURL=style.css.map */