@charset "UTF-8";
:root {
  --gradient-primary: linear-gradient(90deg, rgba(72, 190, 228, 1) 0%, rgba(157, 103, 167, 1) 100%);
  --color--primary: rgba(0, 167, 181,1); /* #00a7b5 */
  --color--secondary: rgba(79, 45, 127,1); /* #4f2d7f */
}

.serviceline-list-item {
  margin: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .serviceline-list-item {
    margin: 0 0 60px;
  }
}
.serviceline-list-item:last-child {
  margin: 0;
}
.serviceline-list-ttl {
  margin: 0 0 15px;
  color:#00a7b5;
  font-size: clamp(1.6rem, 1.5rem + 0.4vw, 2rem);
  font-weight: normal;
}
.serviceline-list-img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .serviceline-list-img {
    margin: 0 -20px;
  }
}
.serviceline-list-inner {
  position: relative;
  margin: -125px 0 0 66px;
  padding: 70px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .serviceline-list-inner {
    margin: -70px -20px 0 0;
    padding: 20px;
  }
}
.serviceline-list-inner h4 {
  margin: 0 0 15px;
  color:#00a7b5;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .serviceline-list-inner h4 {
    font-size: 13px;
  }
}
.serviceline-list-inner dl {
  position: relative;
  margin: 35px 0 0;
  padding: 30px;
  background: #e1ddd6;
}
@media screen and (max-width: 767px) {
  .serviceline-list-inner dl {
    padding: 25px 20px 20px 20px;
  }
}
.serviceline-list-inner dl dt {
  position: absolute;
  top: 0;
  left: 30px;
  padding: 1px 10px;
  color: #fff;
  font-size: 12px;
  background:#00a7b5;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .serviceline-list-inner dl dt {
    left: 20px;
    font-size: 11px;
  }
}
.serviceline-list-inner dl dd {
  margin: 0;
  color:#00a7b5;
}
.serviceline-list-inner dl dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.serviceline-list-inner dl dd ul li {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .serviceline-list-inner dl dd ul li {
    padding-left: 15px;
  }
}
.serviceline-list-inner dl dd ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid#00a7b5;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .serviceline-list-inner dl dd ul li:before {
    width: 6px;
    height: 6px;
  }
}
/*2024.8.30追加*/
.aboutus-btn {
  padding: 20px;
}
.aboutus-btn a {
  width: auto;
  display: block;
  position: relative;
  width: 260px;
  padding: 13px 20px;
  border: 1px solid #4f2d7f;
  text-decoration: none;
  box-sizing: border-box;
}
.aboutus-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #4f2d7f;
  border-right: 1px solid #4f2d7f;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.focus-lead {
  background: linear-gradient(90deg, #3b0b75 0%, #2941a3 50%, #00b6e2 100%);
  color: white;
  padding: 50px 180px;
  width: 90%;
}
.focus-point {
  max-width: 1000px;
  margin: 50px auto;
  background: #fff;
  padding: 50px;
}
.focus-point .point-block {
  margin-bottom: 2rem;
}
.focus-point h3 {
  color:#00a7b5;
}
.point-head {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.focus-point .point-label {
  display: inline-block;
  background: linear-gradient(90deg, #3b0b75 0%, #2941a3 50%, #00b6e2 100%);;
  color: #fff;
  padding: 0.2rem 1.5rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
}
.focus-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.focus-chart img {
  max-width: 100%;
  height: auto;
}
.member-message {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 16px;
}
.member-flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}
.member-img {
  flex: 0 0 300px;
}
.member-img img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}
.member-name {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.member-name span {
  font-size: 12px;
}
.member-profile {
 font-size: 12px;
}
.member-text {
  flex: 1;
  padding-left: 24px;
}
.member-text h3 {
  color: #00a7b5;
}

@media screen and (max-width: 767px) {
  .focus-lead {
    padding: 50px
  }
  .focus-chart {
    flex-direction: row;
    justify-content: center;
  }
  .member-flex {
    flex-direction: column;
  }

  .member-text {
    padding-left: 0;
  }
  .point-head {
    display: block;
  }
  .focus-point {
    padding: 20px;
  }
}
.ipo {
  margin-top: 50px;
}
/* ============ 2025 summer renewal ============ */
.sec-service {
    position: relative;
    max-width: 1100px;
    margin: 0 auto 50px;
    padding: 0px 20px 0px;
    background: #fff;
    box-sizing: border-box;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.kv{
    position: relative;
    margin: 0 0 70px;
    padding: 0 50px 75px 50px;
    background-image: url(../img/common/bg-gra-top.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sec-ipo {
    position: relative;
    max-width: 1100px;
    margin: 0 auto 50px;
    padding: 0 75px 100px;
    background: #eef7fa;
    box-sizing: border-box;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}

/* ============ feature common ============ */
.kv.--lower{
  background-image: url(../img/common/bg-gra-feature.webp);
}
.p-lower-page.--feature-01 .kv.--lower + .kv-img,
.p-lower-page.--feature-02 .kv.--lower + .kv-img,
.p-lower-page.--feature-03 .kv.--lower + .kv-img,
.p-lower-page.--feature-08 .kv.--lower + .kv-img,
.p-lower-page.--feature-09 .kv.--lower + .kv-img{
  display: grid;
  place-items: center;
  width: calc(100vw - 20px - 20px);
  margin: unset;
  margin-inline: auto;
}
.p-lower-page.--feature-01 .kv.--lower + .kv-img img,
.p-lower-page.--feature-02 .kv.--lower + .kv-img img,
.p-lower-page.--feature-03 .kv.--lower + .kv-img img,
.p-lower-page.--feature-08 .kv.--lower + .kv-img img,
.p-lower-page.--feature-09 .kv.--lower + .kv-img img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(0);
}

/* ============ 2025 summer renewal ============ */
.kv{
    position: relative;
    margin: 0 0 70px;
    padding: 0 50px 75px 50px;
    background-image: url(../img/common/bg-gra-top.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* ============ feature common ============ */
.kv.--lower{
  background-image: url(../img/common/bg-gra-feature.webp);
}
.p-lower-page.--feature-01 .kv.--lower + .kv-img,
.p-lower-page.--feature-02 .kv.--lower + .kv-img,
.p-lower-page.--feature-03 .kv.--lower + .kv-img,
.p-lower-page.--feature-08 .kv.--lower + .kv-img,
.p-lower-page.--feature-09 .kv.--lower + .kv-img{
  display: grid;
  place-items: center;
  width: calc(100vw - 20px - 20px);
  margin: unset;
  margin-inline: auto;
}
.p-lower-page.--feature-01 .kv.--lower + .kv-img img,
.p-lower-page.--feature-02 .kv.--lower + .kv-img img,
.p-lower-page.--feature-03 .kv.--lower + .kv-img img,
.p-lower-page.--feature-08 .kv.--lower + .kv-img img,
.p-lower-page.--feature-09 .kv.--lower + .kv-img img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(0);
}



/* ============ feature-01 ============ */
.p-lower-page.--feature-01{
  background-color: #eef7fa;
}
.p-lower-page.--feature-01 .contents{
  max-width: 1100px;
  width: calc(100% - 20px - 20px);
  margin-inline: auto;
}
.p-lower-page.--feature-01 .contents{
  margin-block-start: calc(clamp(4.375rem, 2.784rem + 7.95vw, 8.75rem) + calc(clamp(4.375rem, 3.036rem + 5.71vw, 8.75rem) * -1));
}
.p-lower-page.--feature-01 .contents + .contents{
  padding-block-start: clamp(4.375rem, 2.784rem + 7.95vw, 8.75rem);
}
.p-lower-page.--feature-01 .contents h2{
  font-size: clamp(1.375rem, 0.875rem + 2.5vw, 2.75rem);
  font-weight: 500;
}
.p-lower-page.--feature-01 .contents p{
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.p-lower-page.--feature-01 .contents article.figure{
  padding: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  background-color: #fff;
}
.p-lower-page.--feature-01 .contents h3{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .5em;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 400;
}
.p-lower-page.--feature-01 .contents h3 .reason{
  height: 1lh;
}
.p-lower-page.--feature-01 .contents h3 .reason img{
  max-width: 100%;
  max-height: 100%;
}
.p-lower-page.--feature-01 .contents article.figure .--01{
  max-width: 660px;
  margin-inline: auto;
}
.p-lower-page.--feature-01 .contents article.figure .--02{
  max-width: 1040px;
  margin-inline: auto;
}
.p-lower-page.--feature-01 .contents article.figure .--03{
  max-width: 1020px;
  margin-inline: auto;
}
.p-lower-page.--feature-01 .myworkstyle{
  /* padding-block-start: clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem); */
  background-color: #fff;
}
.p-lower-page.--feature-01 .myworkstyle:last-of-type{
  padding-block-end: clamp(6.25rem, 3.977rem + 11.36vw, 12.5rem);
}
.p-lower-page.--feature-01 .myworkstyle .myworkstyle-ttl-h2{
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  gap: 1rem;
  line-height: 1;
  margin-block-end: calc(clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem) * -0.5);
  translate: 0 45%;
}
.p-lower-page.--feature-01 .myworkstyle .myworkstyle-ttl-h2 h2,
.p-lower-page.--feature-01 .myworkstyle .myworkstyle-ttl-h2 span{
  margin: unset;
  padding: unset;
  color: #eef7fa;
  font-size: clamp(7.5rem, 4.773rem + 13.64vw, 15rem);
  font-weight: 500;
  line-height: 1;
  animation: marqueefeature01 16s linear infinite;
}
@keyframes marqueefeature01 {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - clamp(7.5rem, 4.773rem + 13.64vw, 15rem));
  }
}
.p-lower-page.--feature-01 .myworkstyle .myworkstyle-ttl-h2 h2{
  margin-inline-end: 1em;
}
.p-lower-page.--feature-01 .myworkstyle h3{
  margin: unset;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
  max-width: 1100px;
  width: calc(100% - 20px - 20px);
  margin-inline: auto;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.p-lower-page.--feature-01 .myworkstyle h3 .case{
  display: grid;
  place-items: center;
  width: 80px;
  height: 30px;
  background-color: var(--color--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  position: relative;
  translate: 0 .25lh;
}
.p-lower-page.--feature-01 .myworkstyle h3 .case::after{
  display: block;
  content: "";
  width: 14px;
  height: 30px;
  background-color: var(--color--primary);
  clip-path: polygon(14px 50%, 0% 0%, 0% 30px);
  position: absolute;
  top: 0;
  right: 0;
  translate: 100% 0;
}
.p-lower-page.--feature-01 .myworkstyle .myworkstyle-img{
  position: relative;
  z-index: 2;
}
.p-lower-page.--feature-01 .myworkstyle .myworkstyle-cont{
  max-width: 1100px;
  width: calc(100% - 20px - 20px);
  margin-inline: auto;
  margin-block-start: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
}
.p-lower-page.--feature-01 .myworkstyle .myworkstyle-cont .name{
  margin: unset;
  padding: unset;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 700;
  text-align: left;
}
.p-lower-page.--feature-01 .myworkstyle .myworkstyle-cont .info{
  margin: unset;
  padding: unset;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  font-weight: 500;
}
.p-lower-page.--feature-01 .myworkstyle .myworkstyle-cont h4{
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  font-weight: 700;
}
.p-lower-page.--feature-01 .myworkstyle .myworkstyle-cont .desc{
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 500;
}
.p-lower-page.--feature-01 .myworkstyle .myworkstyle-cont figure{
  margin: unset;
  padding: unset;
  margin-block-start: clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem);
}



/* ============ feature-02 ============ */

.p-lower-page.--feature-02{
  /*background-color: #eef7fa;*/
}
.p-lower-page.--feature-02 .kv-img{
  /*background-color: #eef7fa;*/
}
.p-lower-page.--feature-02 .contents{
  margin: unset;
  padding: unset;
  width: 100%;
  max-width: 100%;
  padding-block: clamp(1.09375rem, 0.696rem + 1.9875vw, 2.1875rem);
}
.p-lower-page.--feature-02 .contents:nth-of-type(2){
  margin-block-start: calc(clamp(4.375rem, 3.036rem + 5.71vw, 8.75rem) * -1);
}
.p-lower-page.--feature-02 .contents:nth-of-type(odd){
  background-color: #fff;
}
.p-lower-page.--feature-02 .contents .inner{
  margin: unset;
  padding: unset;
  max-width: 1100px;
  width: calc(100% - 20px - 20px);
  margin-inline: auto;

}
.p-lower-page.--feature-02 h2{
  font-size: clamp(1.375rem, 0.875rem + 2.5vw, 2.75rem);
  font-weight: 500;
}
.p-lower-page.--feature-02 p{
  margin: unset;
  padding: unset;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.p-lower-page.--feature-02 p + figure{
  margin-block-start: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
}
.p-lower-page.--feature-02 article.focus{
  margin-block-start: clamp(2.188rem, 1.392rem + 3.98vw, 4.375rem);
  padding: clamp(1.25rem, 0.341rem + 4.55vw, 3.75rem);
  border: 1px solid;
  position: relative;
}
.p-lower-page.--feature-02 article.focus::before{
  display: grid;
  place-items: center;
  content: 'focus';
  width: clamp(2.5rem, 1.136rem + 6.82vw, 6.25rem);
  aspect-ratio: 1;
  border-radius: 100vw;
  color: #fff;
  font-size: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  translate: -40% -40%;
}
.p-lower-page.--feature-02 article.focus.--camp{
  border-color: rgba(240, 138, 29, 0.6);
  background-color: #fff7ef;
}
.p-lower-page.--feature-02 article.focus.--camp::before{
  background-color: #f08a1d;
}
.p-lower-page.--feature-02 article.focus.--program{
  border-color: rgba(153, 199, 58, 0.6);
  background-color: #f5f9ec;
}
.p-lower-page.--feature-02 article.focus.--program::before{
  background-color: #99c73a;
}
.p-lower-page.--feature-02 article.focus .focus-title{
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 500;
  line-height: 1.6;
}
.p-lower-page.--feature-02 article.focus.--camp .focus-title{
  color: #f08a1d;
}
.p-lower-page.--feature-02 article.focus.--program .focus-title{
  color: #99c73a;
}
.p-lower-page.--feature-02 article.focus.--camp > div{
  display: grid;
  gap: clamp(1rem, 0.227rem + 3.86vw, 3.125rem);
}
@media screen and (min-width: 768px) {
  .p-lower-page.--feature-02 article.focus.--camp > div{
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-lower-page.--feature-02 article.focus.--camp > div{
    grid-template-columns: 1fr;
  }
}
.p-lower-page.--feature-02 article.focus.--camp > div figure{
  margin-block-start: 0 !important;
}
.p-lower-page.--feature-02 article.focus.--camp li{
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.p-lower-page.--feature-02 article.focus.--program p + div{
  margin-block-start: 1em;
}
.p-lower-page.--feature-02 article.focus.--program > div{
  display: grid;
  gap: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-lower-page.--feature-02 article.focus.--program > div{
    grid-template-columns: 1fr auto;
  }
}
@media screen and (max-width: 767px) {
  .p-lower-page.--feature-02 article.focus.--program > div{
    grid-template-columns: 1fr;
  }
}
.p-lower-page.--feature-02 article.focus.--program > div > figure{
  max-width: 350px;
  width: 100%;
  margin: unset;
  margin-inline: auto;
}
.p-lower-page.--feature-02 .contents .inner {
    margin: unset;
    padding: unset;
    max-width: 1100px;
    width: calc(100% - 20px - 20px);
    margin-inline: auto;
  }
.p-lower-page.--feature-02 article.focus.--program > div + figure{
  margin-block-start: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
}
.p-lower-page.--feature-02 .contents.--voice .col2{
  display: grid;
  gap: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-lower-page.--feature-02 .contents.--voice .col2{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-lower-page.--feature-02 .contents.--voice .col2{
    grid-template-columns: 1fr;
  }
}
.p-lower-page.--feature-02 .contents.--voice p{
  margin: unset;
  padding: unset;
}
.p-lower-page.--feature-02 .contents.--voice .name{
  font-feature-settings: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: 700;
  text-align: left;
}
.p-lower-page.--feature-02 .contents.--voice .info{
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
  font-weight: 500;
}
.p-lower-page.--feature-02 .contents.--voice .desc{
  margin-block-start: 1em;
  font-size: 14px;
}
.p-lower-page.--feature-02 .contents.--voice h3{
  margin: unset;
  padding: unset;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 500;
}
.p-lower-page.--feature-02 .contents.--voice .message{
  margin-block-start: 1em;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 500;
}
.p-lower-page.--feature-02 .contents.--voice .feature02-slide{
  display: grid;
  gap: 12px;
  width: calc(100% - 20px - 20px);
  margin-inline: auto;
  margin-block-start: clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lower-page.--feature-02 .contents.--voice .feature02-slide{
    grid-template-columns: calc((100% - 12px) * 0.5) calc((100% - 12px) * 0.5);
  }
}
@media screen and (max-width: 767px) {
  .p-lower-page.--feature-02 .contents.--voice .feature02-slide{
    grid-template-columns: 100%;
  }
}
.p-lower-page.--feature-02 .contents.--voice .feature02-slide article p{
  margin: unset;
  padding: unset;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 500;
}
.p-lower-page.--feature-02 .contents.--voice .feature02-slide .swiper-button-prev,
.p-lower-page.--feature-02 .contents.--voice .feature02-slide .swiper-button-next{
  margin: unset;
  padding: unset;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  display: grid;
  place-items: center;
  width: clamp(2.188rem, 1.392rem + 3.98vw, 4.375rem);
  height: clamp(2.188rem, 1.392rem + 3.98vw, 4.375rem);
  background-color: var(--color--primary);
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-lower-page.--feature-02 .contents.--voice .feature02-slide .swiper-button-prev::after,
.p-lower-page.--feature-02 .contents.--voice .feature02-slide .swiper-button-next::after{
  color: #fff;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
.p-lower-page.--feature-02 .contents.--voice .feature02-slide .swiper-button-prev{
  translate: -100% 0;
}



/* ============ feature-03 ============ */
.p-lower-page.--feature-03{
  background-color: #eef7fa;
  padding-block-end: clamp(7.5rem, 5.204rem + 9.8vw, 15rem);
}
.p-lower-page.--feature-03 .communication-lead{
  color: unset;
  font-size: clamp(1rem, 0.847rem + 0.65vw, 1.5rem);
  font-weight: 400;
}
.p-lower-page.--feature-03 .contents{
  max-width: 1100px;

}
.p-lower-page.--feature-03 .feature-detail-img.--full{
  width: 100vw;
  height: auto;
  margin: unset;
  
  margin-block: clamp(5.625rem, 3.903rem + 7.35vw, 11.25rem) clamp(4.375rem, 3.036rem + 5.71vw, 8.75rem);
  margin-inline: calc(50% - 50vw);
}
.p-lower-page.--feature-03 .feature-detail-img.--full img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  right: 0;
}
.p-lower-page.--feature-03 .feature-detail-img.--full::after{
  display: none;
}
.p-lower-page.--feature-03 .feature-detail{
  margin: unset;
  padding: unset;
  background: none;
  margin-inline: auto;

}
.p-lower-page.--feature-03 .crosstalk{
  display: grid;
  max-width: 1100px;
  width: calc(100% - 20px - 20px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-lower-page.--feature-03 .crosstalk{
    grid-template-columns: 180px 1fr;
    gap: clamp(1.875rem, 1.301rem + 2.45vw, 3.75rem);
  }
}
@media screen and (max-width: 767px) {
  .p-lower-page.--feature-03 .crosstalk{
    grid-template-rows: 180px 1fr;
    gap: clamp(1.875rem, 1.301rem + 2.45vw, 3.75rem);
  }
}
.p-lower-page.--feature-03 .crosstalk dt{
  display: grid;
  place-items: center;
  max-width: 180px;
  margin-inline: auto;
}
.p-lower-page.--feature-03 .crosstalk dt img{
  max-width: 100%;
  max-height: 100%;
}
.p-lower-page.--feature-03 .crosstalk dd{
  margin-left: 0;
  
}
.p-lower-page.--feature-03 .crosstalk h3{
  font-size: clamp(1.063rem, 1.005rem + 0.24vw, 1.25rem);
}
.p-lower-page.--feature-03 .crosstalk p{
  font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
  font-weight: 500;
}
.p-lower-page.--feature-03 .crosstalk .name{
  margin-inline-end: 1em;
  color: var(--color--primary);
  font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
  font-weight: 500;
}



/* ============ feature-08 ============ */
.p-lower-page.--feature-08 .kv-img{
  margin: unset;
  padding: unset;
  width: calc(100% - 20px - 20px);
  margin-inline: auto;
}
.p-lower-page.--feature-08 .kv-img img{
  max-height: initial;
  transform: translateX(0);
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-lower-page.--feature-08 .catcharea{
  max-width: 1100px;
  width: calc(100% - 20px - 20px);
  margin-block-start: calc(clamp(4.375rem, 3.036rem + 5.71vw, 8.75rem) * -1);
  margin-inline: auto;
}
.p-lower-page.--feature-08 .catch{
  margin: unset;
  padding: unset;
  display: inline-grid;
  place-items: center;
  margin-inline: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem) auto;
  padding: .25em .5em;
  background: linear-gradient(90deg, rgba(74, 23, 126, 1) 0.04%, rgba(72, 27, 128, 1) 15.92%, rgba(66, 40, 134, 1) 32.37%, rgba(55, 60, 144, 1) 49.09%, rgba(41, 89, 158, 1) 66%, rgba(22, 127, 176, 1) 83%, rgba(0, 172, 198, 1) 100%);
  line-height: 1.4;
  color: #fff;
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  font-weight: 400;
  translate: 0 -50%;
}
.p-lower-page.--feature-08 .feature-detail{
  margin: unset;
  padding: unset;
  max-width: 1100px;
  width: calc(100% - 20px - 20px);
  margin-block: clamp(3.75rem, 2.386rem + 6.82vw, 7.5rem) clamp(7.5rem, 4.773rem + 13.64vw, 15rem);
  margin-inline: auto;

}
.p-lower-page.--feature-08 .peoplelist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
  margin-block: clamp(3.75rem, 2.386rem + 6.82vw, 7.5rem) clamp(7.5rem, 4.773rem + 13.64vw, 15rem);
}
@media screen and (max-width: 767px) {
  .p-lower-page.--feature-08 .peoplelist {
    align-items: center;
  }
}
.p-lower-page.--feature-08 .position.--people01{
  background-color: #4a177e;
}
.p-lower-page.--feature-08 .position.--people02{
  background-color: #f08a1d;
}
.p-lower-page.--feature-08 .position.--people03{
  background-color: #99c73a;
}
.p-lower-page.--feature-08 .name.--people01{
  color: #4a177e;
}
.p-lower-page.--feature-08 .name.--people02{
  color: #f08a1d;
}
.p-lower-page.--feature-08 .name.--people03{
  color: #99c73a;
}
.p-lower-page.--feature-08 .peoplelist .position{
  margin: unset;
  display: grid;
  place-items: center;
  border-radius: 50vw;
  width: 100%;
  padding-block: .7em .5em;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.p-lower-page.--feature-08 .peoplelist img{
  display: block;
  max-width: 55%;
  margin-block-start: 20px;
  margin-inline: auto;
}
.p-lower-page.--feature-08 .peoplelist .desc{
  margin-block-start: 2em;
  font-size: 14px;
  font-weight: 500;
}
.p-lower-page.--feature-08 .feature-detail-img:after{
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  width: 100%;
  max-width: 1100px;
  height: clamp(2.75rem, 1.75rem + 5vw, 5.5rem);
  inset: auto auto 0;
  translate: 0 50%;
}
.p-lower-page.--feature-08 .feature-detail-img.left:after
.p-lower-page.--feature-08 .feature-detail-img.right:after{
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.p-lower-page.--feature-08 .communication-lead{
  color: inherit;
  font-size: clamp(1rem, 0.795rem + 1.02vw, 1.563rem);
  font-size: 500;
}
.p-lower-page.--feature-08 .ttl-03{
  margin-block: clamp(2.813rem, 1.79rem + 5.11vw, 5.625rem) clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
  color: inherit;
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.p-lower-page.--feature-08 .crosstalk-a{
  margin: unset;
  padding: unset;
  display: grid;
  grid-template-columns: 5em 1fr;
  margin-block-start: 2em;

}
.p-lower-page.--feature-08 .crosstalk-a .name{
  margin: unset;
  padding: unset;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 500;
}
.p-lower-page.--feature-08 .crosstalk-a dd{
  margin: unset;
  padding: unset;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 500;
}



/* ============ feature-09 ============ */
.article{
  padding-bottom: 0;
}
.p-lower-page.--feature-09{
  background-color: #f0eef6;
}
.p-lower-page.--feature-09 .feature-information{
  display: grid;
  justify-content: space-between;
  gap: 1em;
  max-width: 1100px;
  width: calc(100% - 20px - 20px);
  margin-block-start: calc(clamp(4.375rem, 3.036rem + 5.71vw, 8.75rem) * -1);
  margin-inline: auto;
  padding-block-start: clamp(1.25rem, 0.867rem + 1.63vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-lower-page.--feature-09 .feature-information{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-lower-page.--feature-09 .feature-information{
    grid-template-columns: 1fr;
  }
}
.p-lower-page.--feature-09 .feature-information > p{
  display: block;
  max-width: 440px;
  width: 100%;
  margin: unset;
}
@media screen and (min-width: 768px) {
  .p-lower-page.--feature-09 .feature-information > p + p{
    justify-self: end;
  }
}
.p-lower-page.--feature-09 .feature-information .name{
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .16em;
  text-align: left;
}
.p-lower-page.--feature-09 .feature-information .info,
.p-lower-page.--feature-09 .feature-information .description{
  font-size: 14px;
}
.p-lower-page.--feature-09 .feature-detail{
  width: calc(100% - 20px - 20px);
  margin: unset;
  padding: unset;
  margin-inline: auto;
  padding-block: clamp(5rem, 3.469rem + 6.53vw, 10rem);
  background: none;
}
.p-lower-page.--feature-09 .feature-detail h2{
  font-size: clamp(1.25rem, 0.867rem + 1.63vw, 2.5rem);
  font-weight: 500;
}
.p-lower-page.--feature-09 .feature-detail .intro-message{
  font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
}
@media screen and (max-width: 767px) {
  .p-lower-page.--feature-09 .feature-detail-img{
    margin: unset;
    height: auto;
    margin-block-start: clamp(5rem, 3.469rem + 6.53vw, 10rem);
  }
  .p-lower-page.--feature-09 .feature-detail-img img{
    width: 100%;
    height: auto;
    position: relative;
    right: unset;
  }
}
.p-lower-page.--feature-09 .feature-detail-img.right{
  margin-block-start: clamp(5rem, 3.469rem + 6.53vw, 10rem);
}
.p-lower-page.--feature-09 .feature-detail-img::after,
.p-lower-page.--feature-09 .feature-detail-img::after{
  display: none;
}
.p-lower-page.--feature-09 .careerpath{
  margin-block-start: clamp(3.125rem, 2.168rem + 4.08vw, 6.25rem);
}
.p-lower-page.--feature-09 .careerpath dl{
  margin-block: unset;
}
.p-lower-page.--feature-09 .careerpath dl + dl{
  margin-block-start: 4em;
}
.p-lower-page.--feature-09 .careerpath dt{
  font-size: clamp(1rem, 0.923rem + 0.33vw, 1.25rem);
}
.p-lower-page.--feature-09 .careerpath dd{
  margin-inline-start: unset;
  margin-block-start: 1em;
}
.p-lower-page.--feature-09 .careerpath dd h4{
  margin: unset;
  font-size: clamp(1rem, 0.923rem + 0.33vw, 1.25rem);
}
.p-lower-page.--feature-09 .careerpath dd p{
  margin: unset;
  font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
  font-weight: 400;
}
.p-lower-page.--feature-09 .afterword{
  display: grid;
  gap: clamp(1.875rem, 1.301rem + 2.45vw, 3.75rem);
}
@media screen and (min-width: 768px) {
  .p-lower-page.--feature-09 .afterword{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-lower-page.--feature-09 .afterword{
    grid-template-columns: 1fr;
  }
}
.p-lower-page.--feature-09 .afterword h2{
  font-size: clamp(1.25rem, 0.867rem + 1.63vw, 2.5rem);
}
.p-lower-page.--feature-09 .afterword h3{
  font-size: clamp(1rem, 0.923rem + 0.33vw, 1.25rem);
}
.p-lower-page.--feature-09 .afterword p{
  font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
}
/*fa追記*/
.p-lower-page.--feature-01.bg-index{
  background-color: #F9F8F7;
}
.p-lower-page.--feature-01.bg-index .contents{
  translate: 0 calc(clamp(4.375rem, 3.036rem + 5.71vw, 8.75rem) * -1);
}
.p-lower-page.--feature-01.bg-index .index-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block{
  width: 47.27272727272727%;
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 160px;
  color: #000000;
}
.p-lower-page.--feature-01.bg-index .index-wrap:after,
.p-lower-page.--feature-01.bg-index .index-wrap:before{
  content:"";
  display:block;
  width: 47.27272727272727%;
  height:0;
}
.p-lower-page.--feature-01.bg-index .index-wrap:before{
  order:1;
}
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block figure{
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block figure img {
  width: 100%;
  transition: 0.3s;
}
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block:hover figure img {
  transform: scale(1.07);
}

.p-lower-page.--feature-01.bg-index .index-wrap a.item-block dl{
  background-color: #F9F8F7;
  width: 67.3076923076923%;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  bottom: -24px;
  z-index: 1;
  padding-top: 20px;
}
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block dl dt,
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block dl dd{
  margin: 0;
  padding: 0;
}
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block dl dt{
  font-family: "GT-Walsheim-Pro", "Yu Gothic", YuGothic, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block dl dd{
  font-size: 18px;
}
.p-lower-page.--feature-01.bg-index .index-wrap-all a.item-block {
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 0;
  color: #000000;
}
.p-lower-page.--feature-01.bg-index .index-wrap-all a.item-block .text {
  background-color: #F9F8F7;
  width: 58.18181818181818%;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 24px;
  position: absolute;
  display: block;
  bottom: -24px;
  z-index: 1;
  padding-top: 20px;
}
.p-lower-page.--feature-01.bg-index .index-wrap-all a.item-block figure{
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.p-lower-page.--feature-01.bg-index .index-wrap-all a.item-block figure img {
  width: 100%;
  transition: 0.3s;
}
.p-lower-page.--feature-01.bg-index .index-wrap-all a.item-block:hover figure img {
  transform: scale(1.07);
}


@media screen and (max-width: 767px) {
  .p-lower-page.--feature-01.bg-index .index-wrap{
    display: block;
  }
  .p-lower-page.--feature-01.bg-index .index-wrap a.item-block{
    width: 100%;
    margin-bottom: 80px;
  }
  .p-lower-page.--feature-01.bg-index .index-wrap a.item-block dl{
    background-color: #F9F8F7;
    bottom: -24px;
    padding: 10px 10px 10px 0;
    width: 67.3076923076923%;
  }
  .p-lower-page.--feature-01.bg-index .index-wrap a.item-block dl dd {
    font-size: 14px;
  }
  .p-lower-page.--feature-01.bg-index .index-wrap-all a.item-block .text {
    display: block;
    font-size: 14px;
    bottom: -24px;
    padding: 10px 10px 10px 0;
    width: 67.3076923076923%;
  }
}



/*# sourceMappingURL=map/service.css.map */