@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@400;500&family=Poppins:wght@400;500;600;700&display=swap");
.common__title-area h2 {
  margin-bottom: 10px;
}
.common__title-area h3 {
  margin-bottom: 14px;
}
.common__title-area #lineAnim,
.common__title-area #lineAnim02 {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 34%;
  top: 105%;
  z-index: -1;
  width: 175%;
}
@media screen and (max-width: 420px) {
  .common__title-area #lineAnim,
.common__title-area #lineAnim02 {
    position: absolute;
    transform: translate(-50%, -50%);
    left: -28%;
    top: 114%;
    z-index: -1;
    width: 500%;
  }
}
.common__title-area #lineAnim02 {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 30%;
  top: 89%;
  z-index: -1;
  width: 190%;
}
@media screen and (max-width: 420px) {
  .common__title-area #lineAnim02 {
    position: absolute;
    transform: translate(-50%, -50%);
    left: -38%;
    top: 99%;
    z-index: -1;
    width: 530%;
  }
}

.service__content {
  max-width: 1438px;
  width: 97%;
  margin: 0 auto;
  padding: 100px 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  .service__content {
    padding: 30px 16px;
    width: calc(100% - 32px);
  }
}
.service__content .service__inner {
  max-width: 1190px;
  margin: 0 auto;
}
.service__content .service__title-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 420px) {
  .service__content .service__title-flex {
    flex-direction: column-reverse;
  }
}
.service__content .service__title-flex-title {
  width: 65.5462184874%;
}
@media screen and (max-width: 420px) {
  .service__content .service__title-flex-title {
    width: 100%;
  }
}
.service__content .service__title-flex-title h2 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .service__content .service__title-flex-title h2 {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
}
.service__content .service__title-flex-title h2::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #37bef0;
  border-radius: 50%;
  margin-right: 10px;
}
.service__content .service__title-flex-title p {
  line-height: 1.875;
}
@media screen and (max-width: 420px) {
  .service__content .service__title-flex-title p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.service__content .service__title-flex-title ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 420px) {
  .service__content .service__title-flex-title ul {
    gap: 8px;
    margin-top: 14px;
  }
}
.service__content .service__title-flex-img {
  width: 20.5882352941%;
  margin-top: 30px;
}
@media screen and (max-width: 420px) {
  .service__content .service__title-flex-img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 20px;
  }
}
.service__content .service__title-flex-img img {
  width: 100%;
}
.service__content .list-item {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #8996b1;
  border: 1px solid #8996b1;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
}
@media screen and (max-width: 420px) {
  .service__content .list-item {
    font-size: 1.5rem;
    padding: 4px 8px;
  }
}
.service__content .service__content-training {
  margin-top: 60px;
}
@media screen and (max-width: 420px) {
  .service__content .service__content-training {
    margin-top: 30px;
  }
}
.service__content .service__content-training h4 {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  .service__content .service__content-training h4 {
    font-size: 1.8rem;
    margin-top: 0px;
    margin-bottom: 16px;
  }
}

#service-engagement .service__title-flex-img {
  width: 24.2016806723%;
}
@media screen and (max-width: 420px) {
  #service-engagement .service__title-flex-img {
    width: 230px;
  }
}

.engagement-contens {
  margin-top: 0px;
}
@media screen and (max-width: 420px) {
  .engagement-contens {
    margin-top: 20px;
  }
}
.engagement-contens .engagement-content {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #8996b1;
}
@media screen and (max-width: 420px) {
  .engagement-contens .engagement-content {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.engagement-contens .engagement-content:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.engagement-contens h3 {
  color: #8996b1;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 420px) {
  .engagement-contens h3 {
    font-size: 1.8rem;
  }
}

.engagement-points {
  margin: 40px 0 52px;
}
@media screen and (max-width: 420px) {
  .engagement-points {
    margin: 20px 0;
  }
}
.engagement-points ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 420px) {
  .engagement-points ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.engagement-points ul li {
  padding: 36px 50px;
  background: #f6f7f9;
}
@media screen and (max-width: 420px) {
  .engagement-points ul li {
    padding: 30px;
    width: 300px;
    margin: 0 auto;
  }
}
.engagement-points ul li .num {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #8996b1;
  margin-bottom: 4px;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .engagement-points ul li .num {
    font-size: 1.2rem;
  }
}
.engagement-points ul li h4 {
  text-align: center;
  color: #005ad2;
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 420px) {
  .engagement-points ul li h4 {
    font-size: 1.8rem;
  }
}
.engagement-points ul li p {
  line-height: 1.8;
}
@media screen and (max-width: 420px) {
  .engagement-points ul li p {
    font-size: 1.4rem;
  }
}

.engagement-bottom {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .engagement-bottom {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.625;
  }
}

.organization-img {
  width: 526px;
  margin-top: 50px;
}
@media screen and (max-width: 420px) {
  .organization-img {
    width: 100%;
    margin-top: 30px;
  }
}

#service-ai {
  margin-bottom: 0;
}
#service-ai h3 {
  font-size: 2.2rem;
  margin-bottom: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 420px) {
  #service-ai h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
#service-ai .ai-contents {
  margin-top: 30px;
}
#service-ai .ai-content {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 420px) {
  #service-ai .ai-content {
    flex-direction: column;
    gap: 10px;
  }
}
#service-ai .ai-content:last-child {
  margin-bottom: 0;
}
#service-ai .ai-content .list-item {
  display: block;
  width: 250px;
  text-align: center;
}
@media screen and (max-width: 420px) {
  #service-ai .ai-content .list-item {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  #service-ai .ai-content p {
    text-align: center;
  }
}
#service-ai .service__title-flex-img {
  width: 26.8907563025%;
}
@media screen and (max-width: 420px) {
  #service-ai .service__title-flex-img {
    width: 250px;
  }
}

@media screen and (max-width: 420px) {
  .common__titile-en {
    margin-bottom: 20px;
  }
}
.common__titile-en::before {
  width: 363px;
  height: 59px;
  background: url("../img/service/title-feelings.png") no-repeat center top/cover;
  margin-bottom: 10px;
}
@media screen and (max-width: 420px) {
  .common__titile-en::before {
    width: 205px;
    height: 33px;
  }
}

.common__title-area.bottom .common__btn {
  width: 277px;
  margin: 40px auto 0;
}
@media screen and (max-width: 420px) {
  .common__title-area.bottom .common__btn {
    width: 222px;
  }
}
@media screen and (max-width: 420px) {
  .common__title-area.bottom p {
    text-align: left;
    padding: 0 12px;
    font-size: 1.4rem;
  }
}

#lineAnim #mask path {
  fill: none;
  stroke: transparent;
  stroke-width: 3;
  stroke-dasharray: 2000px;
  stroke-dashoffset: 2000px;
  -webkit-animation: line 6s forwards;
  animation: line 6s forwards;
}
@media screen and (max-width: 420px) {
  #lineAnim #mask path {
    -webkit-animation: line 8s forwards;
    animation: line 8s forwards;
  }
}

/* LINEグループのパスにもアニメーションを適用 */
#lineAnim #LINE path {
  fill: none;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-animation: line 6s forwards;
  animation: line 6s forwards;
}
@media screen and (max-width: 420px) {
  #lineAnim #LINE path {
    -webkit-animation: line 6s forwards;
    animation: line 6s forwards;
  }
}

@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
svg {
  width: 100%;
}

/* logo2用のアニメーション設定を追加 */
#lineAnim02 #mask path {
  fill: none;
  stroke: transparent;
  stroke-width: 5;
  stroke-dasharray: 2000px;
  stroke-dashoffset: -2000px;
}

#lineAnim02.one #mask path {
  -webkit-animation: line2 6s forwards;
  animation: line2 6s forwards;
}

/* logo2のLINEグループのパスにもアニメーションを適用 */
#lineAnim02 #LINE path {
  fill: none;
  stroke-dasharray: 2000;
  stroke-dashoffset: -2000px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#lineAnim02.one #LINE path {
  -webkit-animation: line2 6s forwards;
  animation: line2 6s forwards;
}

@-webkit-keyframes line2 {
  0% {
    stroke-dashoffset: 2000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line2 {
  0% {
    stroke-dashoffset: 2000px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*# sourceMappingURL=service.css.map */