@charset "utf-8";

/* web_works */
.works_content .splide__slide {
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
}
.works_content .splide__arrows {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}
.works_content .splide__arrow {
    position: absolute;
    border: none;
    transition: .4s;
}
.works_content .splide__arrow--prev {
    position: absolute;
    top: 0;
    left: 0;
}
.works_content .splide__arrow--next {
    position: absolute;
    top: 0;
    right: 0;
}
.works_content .splide__pagination {
    margin-top: 24px;
}
.works_content .splide__pagination li {
    padding: 8px;
    box-sizing: border-box;
}
.works_content .splide__pagination li button {
    width: 16px;
    height: 16px;
    background-color: #FFF;
    border: 1px solid #5FC1C7;
    border-radius: 16px;
}
.works_content .splide__pagination li button.is-active {
    background-color: #5FC1C7;
}
.works_content .splide__slide .ttl {
    display: inline-block;
    margin-bottom: 8px;
    padding: 8px;
    box-sizing: border-box;
    font-weight: 500;
    border: 1px solid #1D4763;
}
/* web_worksここまで */

/* web_mission */
.mission_intro {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.mission_intro .txt {
    width: 60%;
}
.mission_intro .fig {
    width: 40%;
}
.fig_inner {
    position: relative;
}
.fig_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    padding: 152px;
    box-sizing: border-box;
}
.fig_ttl_inner span {
    display: block;
    text-align: center;
}
.fig_ttl .ttl {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 32px;
}
.fig_ttl .sup {
    font-weight: 400;
    font-size: 16px;
}
.fig_area {
    position: absolute;
    z-index: 1;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 184px;
    height: 184px;
    text-align: center;
    border-style: solid;
    border-width: 4px;
    border-color: #FFF;
    border-radius: 184px;
}
.fig_digital {
    top: -10%;
    right: 0;
    color: #FFF;
    background-color: #5FC1C7;
}
.fig_analog {
    bottom: 0;
    left: -10%;
    color: #FFF;
    background-color: #97C75F;
}
.fig_physics {
    bottom: 0;
    right: 0;
    width: 160px;
    height: 160px;
    border-radius: 160px;
    color: #1D4763;
    background-color: #E6E500;
}
.fig_digital.visible {
    -webkit-animation: slideInFromBottom1 1s ease-out forwards;
            animation: slideInFromBottom1 1s ease-out forwards;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}
@-webkit-keyframes slideInFromBottom1 {
    0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
  }
@keyframes slideInFromBottom1 {
    0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
  }
.fig_physics.visible {
    -webkit-animation: slideInFromBottom2 1s ease-out forwards;
            animation: slideInFromBottom2 1s ease-out forwards;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}
@-webkit-keyframes slideInFromBottom2 {
    0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
  }
@keyframes slideInFromBottom2 {
    0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
  }
.fig_analog.visible {
    -webkit-animation: slideInFromBottom3 1s ease-out forwards;
            animation: slideInFromBottom3 1s ease-out forwards;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
}
@-webkit-keyframes slideInFromBottom3 {
    0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
  }
@keyframes slideInFromBottom3 {
    0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
  }
.fig_area .area_ttl {
    font-weight: 500;
    font-size: 24px;
}
.fig_circle {
    width: 100%;
    height: auto;
    rotate: -45deg;
}
.fig_circle.visible circle {
    -webkit-animation: drawCircle 2s forwards;
            animation: drawCircle 2s forwards;
}
@-webkit-keyframes drawCircle {
    to {
        stroke-dasharray: 1600;
    }
}
@keyframes drawCircle {
    to {
        stroke-dasharray: 1600;
    }
}
.mission_intro .heading_h2 {
    align-items: flex-start;
}
.intro_lineup {
    margin-top: 32px;
}
.mission_items {
    display: flex;
    flex-wrap: wrap;
}
.mission_ct {
    width: 33.333%;
    margin-bottom: 32px;
    padding: 0 16px;
    box-sizing: border-box;
}
.mission_ct .icon {
    margin-bottom: 16px;
    text-align: center;
}
.mission_ct .icon svg {
    width: auto;
    height: 48px;
}
.mission_ct_inner {
    width: 100%;
    height: 100%;
    padding: 32px;
    box-sizing: border-box;
    box-shadow: 4px 4px 4px transparent, inset 4px 4px 4px rgba(0, 0, 0, 0.16);
}
/* web_missionここまで */

/* .web_service */
.service_wrap {
    display: flex;
    flex-wrap: wrap;
}
.service_ct {
    width: 33.333%;
}
.service_ct_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service_ct .ctv {
    margin-bottom: 24px;
}
.service_ct .ctv_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    max-height: 300px;
    width: 24vw;
    height: 24vw;
    border-radius: 24vw;
}
.service_ct .ctv span {
    display: block;
    text-align: center;
}
.service_ct .ctv .icon svg {
    max-width: 72px;
    height: auto;
}
.service_ct .ctv .ttl {
    margin-top: 24px;
    font-weight: 500;
    font-size: 24px;
}
.service_ct .list li {
    padding: 16px 24px;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #1D4763;
}
.service_ct .list li:last-child {
    border-bottom: none;
}
/* .web_serviceここまで */

/* レスポンシブ */
@media screen and (max-width: 1024px) {
    .mission_intro {
        flex-direction: column-reverse;
    }
    .mission_intro .txt {
        width: 100%;
    }
    .mission_intro .fig {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 32px;
    }
    .fig_inner {
        max-width: 440px;
    }
    .mission_ct {
        width: 50%;
    }
}
@media screen and (max-width: 599px) {
    .fig_area {
        width: 144px;
        height: 144px;
    }
    .fig_physics {
        width: 120px;
        height: 120px;
    }
    .fig_area .area_ttl {
        font-size: 20px;
    }
    .fig_area .area_sup {
        font-size: 0.8em;
    }
    .mission_ct {
        width: 100%;
    }
    .service_ct {
        width: 100%;
        margin-bottom: 64px;
    }
    .service_ct .ctv_wrap {
        width: 240px;
        height: 240px;
        border-radius: 240px;
    }
}