@charset "utf-8";

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

.service-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(280px, calc(15vw + 160px), 480px);
  margin-top: 70px;
}
.service-head::after {
  position: absolute;
  content: '';
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.service-head::before {
  position: absolute;
  content: '';
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 35% left 10%;
}
.service-head#strategy::before {
  background-image: url(https://243071680.fs1.hubspotusercontent-na2.net/hubfs/243071680/service-strategy-bg.jpg);
}
.service-head#bpr::before {
  background-image: url(https://243071680.fs1.hubspotusercontent-na2.net/hubfs/243071680/service-bpr-bg.jpg);
}
.service-head#digital::before {
  background-image: url(https://243071680.fs1.hubspotusercontent-na2.net/hubfs/243071680/service-digital-bg.jpg);
}
.service-head#marketing::before {
  background-image: url(https://243071680.fs1.hubspotusercontent-na2.net/hubfs/243071680/service-marketing-bg.jpg);
}
.service-head__title {
  position: relative;
  z-index: 3;
  font-size: clamp(30px, 3.2vw, 72px);
  color: #fff;
  font-weight: 100;
}

@media screen and (max-width: 1200px) {
  .service-head {
    margin-top: 54px;
  }
}

.service-message {
  margin-bottom: 60px;
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 2.25;
  color: #3a7ac2;
}
.service-summary {
  padding: 25px 30px;
  background-color: #e5ebf1;
}
.service-summary__text {
  color: #3a7ac2;
  font-weight: 700;
  margin-bottom: 15px;
}
.service-summary__keywords {
  display: flex;
  flex-wrap: wrap;
}
.service-summary__keywords li:not(:last-child)::after {
  content: '／';
  margin: 0 6px;
}

@media screen and (max-width: 750px) {
  .service-summary {
    max-width: 600px;
    margin: auto;
    padding: 20px;
  }
  .service-summary__text {
    text-align: center;
  }
}

.service-topics {
  margin-top: clamp(60px, 7.5vw, 100px);
  padding: 60px 0;
  background-color: #3a7ac2;
}
.service-topics__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: calc(100% - 2rem);
  max-width: 960px;
  margin: auto;
}

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

.service-topics__contents__item {
  display: block;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.service-topics__contents__item:hover
  > .service-topics__contents__item--image
  > img {
  transform: scale(1.2);
}
.service-topics__contents__item--image {
  aspect-ratio: 1.9;
  overflow: hidden;
}
.service-topics__contents__item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 2s;
}
.service-topics__contents__item--lower {
  padding: 20px 15px;
}
.service-topics__contents__item--info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.service-topics__contents__item--info--date {
  width: 72px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}
.service-topics__contents__item--info--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: calc(100% - 72px);
}
.service-topics__contents__item--info--tags span {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #999;
  font-weight: 700;
  border-radius: 5px;
}
.service-topics__contents__item--title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.service-topics__contents__item--excerpt {
  font-size: 14px;
  line-height: 24px;
}

.service-topics__item--detail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.service-topics__item--detail dt {
  width: 70px;
  font-size: 14px;
  line-height: 27px;
  color: #3a7ac2;
  font-weight: 700;
}
.service-topics__item--detail dd {
  width: calc(100% - 70px);
  font-size: 14px;
  line-height: 27px;
}

.service-approach__summary--wrapper {
  width: calc(100% - 30px);
  max-width: 960px;
  margin: -20px auto 50px;
  padding: clamp(30px, 3vw, 48px) 0;
  background-color: #ebf1f9;
}
.service-approach__summary {
  width: calc(100% - 30px);
  max-width: 780px;
  margin: 0 auto;
}
.service-approach__summary--title {
  font-size: clamp(21px, 2.5vw, 34px);
  text-align: center;
  margin: 0 auto clamp(30px, 3vw, 50px);
}
.service-approach__summary--lead {
  max-width: 650px;
  margin: 0 auto clamp(30px, 3vw, 50px);
  font-size: 18px;
  line-height: 2;
  color: #3a7ac2;
}
.service-approach__summary--text {
  font-size: 14px;
  line-height: 32px;
}

.service-approach__title {
  margin-bottom: 30px;
  padding: 5px 20px;
  font-size: clamp(20px, 2.4vw, 27px);
  line-height: 1.4;
  font-weight: 700;
  border-left: 3px solid #3a7ac2;
}
.service-approach__text {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .service-approach__summary--wrapper {
    margin-top: -12px;
    margin-bottom: 30px;
  }
  .service-approach__summary--lead {
    font-size: 18px;
  }
  .service-approach__summary--text {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
  }
  .service-approach__text {
    margin-bottom: 80px;
  }
}

.service-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: calc(100% - 30px);
  max-width: 960px;
  margin: clamp(60px, 7.5vw, 100px) auto 0;
}
.service-links.--single {
  grid-template-columns: repeat(1, 1fr);
  max-width: 348px;
}
.service-links__sustainability {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: calc(100% - 30px);
  max-width: 720px;
  margin: auto;
}
.service-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-position: center;
  color: #fff;
  font-weight: 700;
  background-color: #3a7ac2;
}
.service-links__item::after {
  position: absolute;
  content: '';
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.service-links__item:hover {
  opacity: 0.7;
}
.service-links__item--text {
  position: relative;
  z-index: 3;
}
.service-links__item span {
  position: relative;
  padding-right: 32px;
  font-size: 18px;
}
.service-links__item span::before {
  position: absolute;
  content: '→';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service-links__item#insight {
  background-image: url(https://243071680.fs1.hubspotusercontent-na2.net/hubfs/243071680/link-insight-bg.png);
}
.service-links__item#white-paper {
  background-image: url(https://243071680.fs1.hubspotusercontent-na2.net/hubfs/243071680/link-whitepaper-bg.png);
}
.service-links__item#seminar {
  background-image: url(https://243071680.fs1.hubspotusercontent-na2.net/hubfs/243071680/link-seminar-bg.png);
}
.service-links__item#consultant {
  background-image: url(https://243071680.fs1.hubspotusercontent-na2.net/hubfs/243071680/link-consultant-bg.png);
}

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

.service-buttonLink {
  display: flex;
  align-items: center;
  justify-content: center;
  max-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));
}
.service-buttonLink.mt-0 {
  margin-top: 0;
}
.service-buttonLink span {
  position: relative;
  padding-right: 40px;
}
.service-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;
}
.service-buttonLink:hover {
  background-color: #006cca;
}

.consultant-lead {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 2;
  color: #3a7ac2;
  text-align: center;
}
.consultant-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: stretch;
  width: calc(100% - 30px);
  max-width: 960px;
  margin: 0 auto clamp(30px, 4vw, 60px);
}

@media screen and (max-width: 960px) {
  .consultant-lead {
    width: calc(100% - 2rem);
    margin: 0 auto 50px;
    font-size: 16px;
    text-align: left;
  }
  .consultant-lists {
    gap: 30px;
  }
}

.consultant-lists__item {
  box-sizing: border-box;
  border: 1px solid #454545;
}
.consultant-lists__item--info {
  position: relative;
}
.consultant-lists__item--info__face {
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.consultant-lists__item--info__face img {
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
}

@media screen and (min-width: 750.1px) {
  .consultant-lists__item--info__face img {
    max-width: 100%;
    object-fit: cover;
  }
}

.consultant-lists__item--info__name {
  position: absolute;
  left: 30px;
  bottom: 25px;
  color: #fff;
}
.consultant-lists__item--info__name .initial {
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 12px;
}
.consultant-lists__item--info__name .role {
  line-height: 1;
}
.consultant-lists__item--profile {
  padding: 30px;
}
.consultant-lists__item--profile p {
  line-height: 27px;
}

@media screen and (max-width: 750px) {
  .consultant-lists {
    grid-template-columns: repeat(1, 1fr);
  }
  .consultant-lists__item--info {
    overflow: hidden;
  }
  .consultant-lists__item--info__face {
    height: auto;
    aspect-ratio: 1;
  }
  .consultant-lists__item--info__face img {
    width: 120%;
    height: auto;
    margin-left: -10%;
  }
  .consultant-lists__item--info__name {
    left: 20px;
    bottom: 15px;
    color: #fff;
  }
  .consultant-lists__item--info__name .initial {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .consultant-lists__item--info__name .role {
    font-size: 14px;
  }
  .consultant-lists__item--profile {
    padding: 20px 15px;
  }
  .consultant-lists__item--profile p {
    font-size: 14px;
    line-height: 24px;
  }
}
