@charset "utf-8";

.about {
  width: calc(100% - 2rem);
  max-width: 1020px;
  margin: auto;
}

.about-dummy-text {
  width: calc(100% - 30px);
  max-width: 860px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 27px;
}
.about-dummy-strong {
  width: calc(100% - 30px);
  max-width: 860px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 32px;
}
.about-dummy-h3 {
  width: calc(100% - 30px);
  max-width: 860px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1;
  margin: 40px auto 20px;
  padding: 5px clamp(12px, 1vw, 20px);
  border-left: 3px solid #3a7ac2;
}
.about-dummy-addition {
  width: calc(100% - 30px);
  max-width: 860px;
  font-size: 14px;
  line-height: 24px;
  margin: 0 auto 30px;
}
.about-dummy-note {
  width: calc(100% - 30px);
  max-width: 860px;
  font-size: 12px;
  margin: 0 auto 30px;
}

.about-white-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 640px;
  margin: auto;
}

.white-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 45px;
  margin: 0 auto;
  background-color: #FFF;
  color: #0766F4;
  font-weight: 700;
  border: 1px solid #0766F4;
  border-radius: 5px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  transition: all .3s;
  cursor: pointer;
}
.white-blue span {
  position: relative;
  padding-right: 40px;
}
.white-blue span::before {
  position: absolute;
  content: '→';
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: auto;
  font-size: 24px;
  font-weight: 400;
}
.white-blue:hover {
  background-color: #006cca;
  color: #FFF;
  border: 1px solid #FFF;
}
.white-blue:hover::before {
  color: #FFF;
}
.white-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 45px;
  margin: 0 auto;
  background-color: #FFF;
  color: #EF6C00;
  font-weight: 700;
  border: 1px solid #EF6C00;
  border-radius: 5px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  transition: all .3s;
  cursor: pointer;
}
.white-submit span {
  position: relative;
  padding-right: 40px;
}
.white-submit span::before {
  position: absolute;
  content: '→';
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: auto;
  font-size: 24px;
  font-weight: 400;
}
.white-submit:hover {
  background-color: #F0C525;
  color: #FFF;
  border: 1px solid #FFF;
}
.white-submit:hover::before {
  color: #FFF;
}

@media screen and (max-width: 960px) {
  .about-dummy-strong {
    font-size: 16px;
    line-height: 32px;
  }
  .about-white-buttons {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .white-submit {
    margin-top: 30px;
  }
}

.about-topLinks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: 0 auto clamp(80px, 8vw, 160px);
}
.about-topLinks__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.8;
  max-height: 320px;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.about-topLinks__item::before {
  position: absolute;
  z-index: 4;
  content: '→';
  left: 0;
  right: 0;
  top: 108px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin: auto;
  color: #fff;
  font-size: 30px;
}
.about-topLinks__item--text {
  position: relative;
  z-index: 4;
  color: #fff;
  text-align: center;
}
.about-topLinks__item::after {
  position: absolute;
  z-index: 3;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.about-topLinks__item:nth-child(3)::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.about-topLinks__item:hover::after {
  background-color: rgba(0, 0, 0, 0.25);
}
.about-topLinks__item:nth-child(3):hover::after {
  background-color: rgba(255, 255, 255, 0.7);
}
#top-history .about-topLinks__item--text {
  color: #454545;
}
#top-history::before {
  color: #454545;
}
.about-topLinks__item--text--en {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1;
}
.about-topLinks__item--text--ja {
  display: block;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .about-topLinks {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-topLinks__item {
    width: 100%;
    height: 320px;
    aspect-ratio: auto;
  }
}

.about-movie {
  margin-bottom: clamp(60px, 6vw, 100px);
  padding: 75px 0;
  background-color: #ebf1f9;
}
.about-movie__thumbnail {
  display: block;
  width: calc(100% - 30px);
  max-width: 860px;
  height: clamp(240px, 24vw, 360px);
  margin: 0 auto clamp(20px, 1.6vw, 40px);
  cursor: pointer;
  object-fit: cover;
}
.about-movie__modal--inner {
  width: calc(100% - 30px);
  max-width: 1080px;
}
.about-movie__text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.about-movie__modal {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.8);
}
.about-movie__modal--iframe {
  max-width: 100%;
  height: clamp(270px, 30vw, 450px);
}
.about-movie__modal--close {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: right;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .about-movie {
    padding: 60px 0;
  }
  .about-movie__text {
    line-height: 1.6;
    font-weight: 500;
  }
}

.about-profile {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  max-width: 860px;
  margin: 0 auto clamp(100px, 10vw, 160px);
}
.about-profile dt {
  width: 160px;
  padding: 26px 20px;
  line-height: 1;
  background-color: #ebf1f9;
  border-top: 1px solid #bbb;
  &:last-of-type {
    border-bottom: 1px solid #bbb;
  }
}
.about-profile dd {
  position: relative;
  width: calc(100% - 200px);
  padding: 20px 40px;
  font-size: 14px;
  line-height: 2;
  border-top: 1px solid #bbb;
  &:last-of-type {
    border-bottom: 1px solid #bbb;
  }
}
.about-profile dd ul {
  list-style: none;
  padding-left: 0;
}
.about-profile dd ul li {
  position: relative;
  padding-left: 20px;
  &:not(:last-child) {
    margin-bottom: 8px;
  }
  &::before {
    position: absolute;
    content: '◆';
    left: 0;
  }
}
.about-profile__flexbox {
  display: flex;
  gap: 24px;
}
.about-profile__flexbox--image {
  width: auto;
  height: 120px;
}
.about-profile__flexbox--content {
  line-height: 1.8;
}
.about-profile__flexbox--content ul li {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 960.1px) {
  .about-profile dd blockquote {
    position: absolute;
    right: 40px;
    bottom: 20px;
    font-size: 0.6em;
  }
}

@media screen and (max-width: 960px) {
  .about-profile__flexbox {
    display: grid;
    gap: 18px;
  }
  .about-profile dt {
    width: 84px;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    padding: 15px 8px;
  }
  .about-profile dd {
    width: calc(100% - 84px);
    padding: 15px;
    font-size: 14px;
    line-height: 23px;
  }
  .about-profile dd .hs-responsive-embed-wrapper {
    display: none !important;
  }
}

.about-profile .hs-responsive-embed {
  max-width: 100% !important;
  min-width: none !important;
}
.about-profile iframe {
  width: 100% !important;
  margin-top: 12px;
}
.about-profile a {
  color: #3a7ac2;
  text-decoration: underline;
}
.about-profile a:hover {
  opacity: 0.7;
}

.about-clients {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: auto;
}
.about-clients__text {
  line-height: 27px;
}
.about-clients__text.align-right {
  margin-top: 20px;
  padding-bottom: 8px;
  text-align: right;
}
.about-clients__logo {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px clamp(30px, 4vw, 60px);
  margin-bottom: clamp(100px, 12vw, 160px);
  padding: clamp(30px, 4.5vw, 60px);
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
.about-clients__logo--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(80px, 10vw, 120px);
}
.about-clients__logo--inner img {
  /*
  max-width: 80%;
  max-height: 66%; */
  object-fit: contain;
}

@media screen and (max-width: 960px) {
  .about-clients__logo {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 750px) {
  .about-clients__logo {
    gap: 20px;
    padding: 30px 0;
  }
  .about-clients__logo--inner img {
    max-width: 95%;
    max-height: 95%;
  }
}

.about-case {
  width: calc(100% - 30px);
  max-width: 880px;
  margin: clamp(50px, 5vw, 100px) auto 0;
}
.about-case__content {
  position: relative;
  margin-bottom: 100px;
  padding: 50px 0;
}
.about-case__content::before {
  position: absolute;
  content: '';
  left: -50px;
  top: 0;
  width: calc(100% + 100px);
  height: 100%;
  border: 1px solid #252525;
}
.about-case__content--title {
  font-size: 21px;
  color: #3a7ac2;
  margin-bottom: 12px;
}
.about-case__content--description {
  line-height: 2;
}
.about-case__content--description.mb-20 {
  margin-bottom: 20px;
}
.about-case__title {
  font-size: 21px;
  font-weight: 700;
  color: #3a7ac2;
  margin-bottom: 30px;
}
.about-case__item {
  margin-bottom: 60px;
}
.about-case__item--title {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 30px;
  padding: 5px 20px;
  border-left: 3px solid #3a7ac2;
}
.about-case__item--image {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.about-case__item--image.--mt {
  margin-top: 30px;
}
.about-case__item--text {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .about-case__item {
    margin-bottom: 40px;
  }
  .about-case__content {
    position: relative;
    margin-bottom: 100px;
    padding: 20px 15px;
    border: 1px solid #252525;
  }
  .about-case__content--title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .about-case__content--description {
    font-size: 14px;
  }
  .about-case__content::before {
    position: relative;
    border: none;
  }
}

@media screen and (max-width: 750px) {
  .about-case__item--title {
    font-size: 18px;
    line-height: 24px;
  }
}

.about-founder {
  width: calc(100% - 30px);
  max-width: 860px;
  margin: 0 auto clamp(100px, 10vw, 160px);
}
.about-founder__image {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.about-founder__title {
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1;
  margin-bottom: 30px;
  padding: 5px clamp(12px, 1vw, 20px);
  border-left: 3px solid #3a7ac2;
}
.about-founder__history {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.about-founder__history dt {
  width: 84px;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
}
.about-founder__history dd {
  width: calc(100% - 84px);
  font-size: 14px;
  line-height: 2;
}
.about-founder__description {
  font-size: 14px;
  line-height: 1.75;
}

@media screen and (max-width: 750px) {
  .about-founder__history dt {
    width: 100%;
  }
  .about-founder__history dd {
    width: 100%;
  }
  .about-founder__history dd:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.about-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: auto;
}
.about-links__sustainability {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: calc(100% - 30px);
  max-width: 720px;
  margin: auto;
}
.about-links__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 135px;
  border-radius: 5px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: 700;
  background-color: #3a7ac2;
  cursor: pointer;
}
.about-links__item::after {
  position: absolute;
  content: '';
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
}
.about-links__item:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.about-links__item.no-dark.black {
  color: #000;
}
.about-links__item.no-dark::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.about-links__item.no-dark:hover::after {
  background-color: rgba(0, 0, 0, 0.25);
}
.about-links__item.no-dark.black::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.about-links__item.no-dark.black:hover::after {
  background-color: rgba(255, 255, 255, 0.7);
}
.about-links__item.no-dark:hover {
  opacity: 1;
}
.about-links__item--text {
  position: relative;
  z-index: 3;
}
/*
.about-links__item--text:hover {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}*/
.about-links__item span {
  position: relative;
  padding-right: 32px;
  font-size: 18px;
}
.about-links__item span::before {
  position: absolute;
  content: '→';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .about-links {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-links__sustainability {
    grid-template-columns: repeat(1, 1fr);
    max-width: 450px;
  }
}

.about-buttonLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 45px;
  margin: 50px auto 0;
  background-color: #0766f4;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
.about-buttonLink span {
  position: relative;
  padding-right: 40px;
}
.about-buttonLink span::before {
  position: absolute;
  content: '→';
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: auto;
  font-size: 24px;
  font-weight: 400;
}
.about-buttonLink:hover {
  background-color: #006cca;
}

.about-message {
  width: calc(100% - 30px);
  max-width: 860px;
  margin: 0 auto 30px;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: clamp(32px, 3.6vw, 40px);
  color: #3a7ac2;
}
.about-text {
  width: calc(100% - 30px);
  max-width: 860px;
  margin: 0 auto 50px;
}
.about-text p {
  font-size: 16px;
  line-height: 27px;
}
