.gheader {
  border-bottom: calc(1 / var(--font-size) * 1rem) solid #efeff1;
}
.c-breadcrumb__item:last-child {
  color: #272343;
  text-decoration: underline;
}
.serviceContents__bg {
  background: url(/assets/images/research/page-bacgrounds/bg_pc.jpeg) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .serviceContents__bg {
    background: url(/assets/images/research/page-bacgrounds/bg_sp.jpeg) center top no-repeat;
    background-size: cover;
  }
}
.u-br::before {
  content: '\A';
  white-space: pre;
}
@media screen and (min-width: 481px) {
  .u-br-pc::before {
    content: '\A';
    white-space: pre;
  }
}
@media screen and (max-width: 480px) {
  .u-br-sp::before {
    content: '\A';
    white-space: pre;
  }
}
.ly-lower-main {
  padding-top: calc(67 / var(--font-size) * 1rem);
}
@media screen and (max-width: 480px) {
  .ly-lower-main {
    padding-top: calc(4 / var(--font-size) * 1rem);
  }
}
.ly-lower-mv {
  width: 100%;
  aspect-ratio: 1440 / 691;
}
.ly-lower-mv__content {
  padding-left: calc((240 / 1440) * 100vw);
}
.ly-lower-mv__heading {
  font-size: calc(32 / var(--font-size) * 1rem);
  font-weight: normal;
  line-height: 1.9375;
  letter-spacing: calc(1 / var(--font-size) * 1rem);
  padding-top: calc((207 / 1440) * 100vw);
}
.ly-lower-mv__link {
  margin-top: calc((36 / 1440) * 100vw);
}
.ly-lower-mv__link-jump {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(360 / var(--font-size) * 1rem);
  height: calc(76 / var(--font-size) * 1rem);
  background: #e47232;
  border: solid calc(1 / var(--font-size) * 1rem) #fff;
  border-radius: calc(38 / var(--font-size) * 1rem);
  transition: all 0.3s;
  position: relative;
  color: #fff;
}
.ly-lower-mv__link-jump:hover {
  text-decoration: none;
  color: #fff;
  background: #272343;
  border: solid calc(1 / var(--font-size) * 1rem) #fff;
  transition: all 0.2s;
}
.ly-lower-mv__link-jump::after {
  content: '';
  position: absolute;
  background: url(../../images/service/btn-arrow.png) no-repeat 0 0 / cover #272343;
  border-radius: 50%;
  transition: all 0.2s;
  top: 50%;
  right: calc(26 / var(--font-size) * 1rem);
  transform: translateY(-50%);
  width: calc(20 / var(--font-size) * 1rem);
  height: calc(20 / var(--font-size) * 1rem);
  transition: all 0.2s;
}
.ly-lower-mv__link-jump:hover::after {
  background: url(../../images/service/btn-arrow-on.png) no-repeat 0 0 / cover #fff;
}
@media screen and (max-width: 480px) {
  .ly-lower-mv {
    aspect-ratio: 375 / 557;
  }
  .ly-lower-mv__content {
    padding-left: 0;
  }
  .ly-lower-mv__heading {
    font-size: calc(23 / var(--font-size) * 1rem);
    line-height: 1.913;
    padding-top: calc((36 / 375) * 100vw);
    padding-left: calc((21 / 375) * 100vw);
  }
  .ly-lower-mv__link {
    margin-top: calc((280 / 375) * 100vw);
  }
  .ly-lower-mv__link-jump {
    width: calc(255 / var(--font-size) * 1rem);
    height: calc(60 / var(--font-size) * 1rem);
    border-radius: calc(30 / var(--font-size) * 1rem);
    margin: 0 auto;
  }
  .ly-lower-mv__link-jump::after {
    right: calc(20 / var(--font-size) * 1rem);
  }
}
.ly-lower-module {
  margin-top: calc(70 / var(--font-size) * 1rem);
}
.ly-lower-module__heading {
  text-align: center;
  font-weight: normal;
  font-size: calc(30 / var(--font-size) * 1rem);
  letter-spacing: calc(1 / var(--font-size) * 1rem);
  position: relative;
  padding-bottom: calc(26 / var(--font-size) * 1rem);
}
.ly-lower-module__heading::after {
  content: 'ABOUT';
  position: absolute;
  font-size: calc(16 / var(--font-size) * 1rem);
  color: #7da2c8;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.ly-lower-module__txt {
  text-align: center;
  margin-top: calc(36 / var(--font-size) * 1rem);
  letter-spacing: calc(0.5 / var(--font-size) * 1rem);
}
.ly-lower-module__box {
  max-width: calc(1084 / var(--font-size) * 1rem);
  margin: calc(38 / var(--font-size) * 1rem) auto 0;
  border: calc(10 / var(--font-size) * 1rem) solid #e5ecf4;
}
.ly-lower-module__box__inner {
  padding: calc(65 / var(--font-size) * 1rem) calc(70 / var(--font-size) * 1rem) calc(80 / var(--font-size) * 1rem);
  background-color: #fff;
}
.ly-lower-module__box__label {
  padding-bottom: calc(20 / var(--font-size) * 1rem);
  text-align: center;
  color: #7ea2c9;
  font-size: calc(18 / var(--font-size) * 1rem);
}
.ly-lower-module__box__label::before {
  content: '';
  display: block;
  margin: auto;
  margin-bottom: 0.5em;
  width: calc(60 / var(--font-size) * 1rem);
  height: calc(60 / var(--font-size) * 1rem);
}
.ly-lower-module__box__txt {
  text-align: center;
  margin-top: calc(15 / var(--font-size) * 1rem);
}
.ly-lower-module__box__fig {
  margin-top: calc(50 / var(--font-size) * 1rem);
}
@media screen and (max-width: 480px) {
  .ly-lower-module {
    margin-top: calc(48 / var(--font-size) * 1rem);
  }
  .ly-lower-module__heading {
    font-size: calc(20 / var(--font-size) * 1rem);
    padding-bottom: calc(32 / var(--font-size) * 1rem);
  }
  .ly-lower-module__heading::after {
    font-size: calc(13 / var(--font-size) * 1rem);
  }
  .ly-lower-module__txt {
    text-align: left;
    margin: calc(34 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) 0;
    line-height: 1.6;
  }
  .ly-lower-module__box {
    max-width: calc(1084 / var(--font-size) * 1rem);
    margin: calc(34 / var(--font-size) * 1rem) auto 0;
    border: none;
  }
  .ly-lower-module__box__inner {
    padding: 0 calc(16 / var(--font-size) * 1rem) 0px;
    background-color: transparent;
  }
  .ly-lower-module__box__label {
    padding-bottom: calc(16 / var(--font-size) * 1rem);
    font-size: calc(13 / var(--font-size) * 1rem);
  }
  .ly-lower-module__box__label::before {
    margin-bottom: calc(10 / var(--font-size) * 1rem);
    width: calc(50 / var(--font-size) * 1rem);
    height: calc(50 / var(--font-size) * 1rem);
  }
  .ly-lower-module__box__txt {
    margin-top: calc(10 / var(--font-size) * 1rem);
    text-align: left;
  }
  .ly-lower-module__box__fig {
    margin: calc(28 / var(--font-size) * 1rem) auto 0;
    width: 100%;
  }
}
.ly-lower-related-module {
  margin-top: calc(120 / var(--font-size) * 1rem);
  padding: calc(120 / var(--font-size) * 1rem) 0 1calc (40 / var(--font-size) * 1rem);
  background-color: #e4ecf4;
}
.ly-lower-related-module__heading {
  font-size: calc(30 / var(--font-size) * 1rem);
  font-weight: normal;
  text-align: center;
  position: relative;
  padding-bottom: calc(22 / var(--font-size) * 1rem);
}
.ly-lower-related-module__heading::after {
  content: 'Related Documents';
  position: absolute;
  font-size: calc(16 / var(--font-size) * 1rem);
  color: #7da2c8;
  bottom: 0;
  left: 50%;
  letter-spacing: calc(1 / var(--font-size) * 1rem);
  transform: translate(-50%);
}
.ly-lower-related-module__txt {
  text-align: center;
  margin-top: calc(36 / var(--font-size) * 1rem);
}
.ly-lower-related-module__card__list {
  max-width: calc(1080 / var(--font-size) * 1rem);
  width: 100%;
  margin: calc(60 / var(--font-size) * 1rem) auto 0;
  display: flex;
  column-gap: calc(20 / var(--font-size) * 1rem);
  justify-content: center;
}
.ly-lower-related-module__card__list-item {
  background-color: #fff;
  width: calc(100% / 3);
}
.ly-lower-related-module__card__list-item__link {
  display: block;
  padding: calc(30 / var(--font-size) * 1rem);
}
.ly-lower-related-module__card__list-item__link:hover {
  text-decoration: none;
}
.ly-lower-related-module__card__list-item__link:hover .ly-lower-related-module__card__fig {
  transform: scale(1.05);
}
.ly-lower-related-module__card__fig {
  color: #555;
  background-color: #dddddd;
  width: 100%;
  height: auto;
  transition: 200ms all ease;
}
.ly-lower-related-module__card__txt {
  margin-top: calc(10 / var(--font-size) * 1rem);
  position: relative;
}
@media screen and (max-width: 480px) {
  .ly-lower-related-module {
    margin-top: calc(80 / var(--font-size) * 1rem);
    padding: calc(48 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) calc(80 / var(--font-size) * 1rem);
  }
  .ly-lower-related-module__heading {
    font-size: calc(20 / var(--font-size) * 1rem);
    padding-bottom: calc(32 / var(--font-size) * 1rem);
  }
  .ly-lower-related-module__heading::after {
    font-size: calc(13 / var(--font-size) * 1rem);
    letter-spacing: calc(1 / var(--font-size) * 1rem);
  }
  .ly-lower-related-module__txt {
    font-size: calc(14 / var(--font-size) * 1rem);
    text-align: left;
    line-height: 1.65;
  }
  .ly-lower-related-module__card__list {
    margin: 46px auto 0;
    flex-direction: column;
    row-gap: calc(20 / var(--font-size) * 1rem);
  }
  .ly-lower-related-module__card__list-item {
    width: 100%;
  }
  .ly-lower-related-module__card__list-item__link {
    padding: calc(34 / var(--font-size) * 1rem);
  }
  .ly-lower-related-module__card__txt {
    font-size: calc(14 / var(--font-size) * 1rem);
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .ly-lower-related-module__card__txt::after {
    content: '';
    width: 25px;
    height: 25px;
    background: url(/assets/images/service/btn-arrow-on.png) no-repeat center center/cover;
    position: absolute;
    right: -8px;
    bottom: 0;
  }
}
.ly-lower-service-lead {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: calc((209 / 1440) * 100vw);
  padding-right: max(calc((278 / 1440) * 100vw), 278px);
}
.ly-lower-service-lead::before {
  content: '';
  width: calc((494 / 1440) * 100vw);
  height: calc((330 / 1440) * 100vw);
  min-width: calc(calc(494 / var(--font-size) * 1rem) * 0.7);
  min-height: calc(3calc (30 / var(--font-size) * 1rem) * 0.7);
  position: absolute;
  left: min(calc((172 / 1440) * 100vw), 172px);
  top: calc((91 / 1440) * 100vw);
}
.ly-lower-service-lead::after {
  content: '';
  width: calc((210 / 1440) * 100vw);
  height: calc((210 / 1440) * 100vw);
  min-width: calc(105 / var(--font-size) * 1rem);
  min-height: calc(105 / var(--font-size) * 1rem);
  border-radius: 100%;
  position: absolute;
  top: calc((47 / 1440) * 100vw);
  right: calc((155 / 1440) * 100vw);
}
.ly-lower-service-lead__guts {
  width: calc(400 / var(--font-size) * 1rem);
}
.ly-lower-service-lead__heading {
  font-weight: normal;
  font-size: calc(30 / var(--font-size) * 1rem);
  letter-spacing: calc(1.5 / var(--font-size) * 1rem);
  position: relative;
  padding-bottom: calc(26 / var(--font-size) * 1rem);
}
.ly-lower-service-lead__heading::before {
  content: '';
  width: calc((50 / 1440) * 100vw);
  height: calc((50 / 1440) * 100vw);
  min-width: calc(50 / var(--font-size) * 1rem);
  min-height: calc(50 / var(--font-size) * 1rem);
  border-radius: 100%;
  position: absolute;
  top: calc((-10 / 1440) * 100vw);
  right: min(calc((82 / 1440) * 100vw), calc(70 / var(--font-size) * 1rem));
}
.ly-lower-service-lead__heading::after {
  position: absolute;
  font-size: calc(16 / var(--font-size) * 1rem);
  color: #7da2c8;
  bottom: 0;
  left: calc(4 / var(--font-size) * 1rem);
}
.ly-lower-service-lead__txt {
  font-size: calc(16 / var(--font-size) * 1rem);
  margin: calc(40 / var(--font-size) * 1rem) 0 0 calc(4 / var(--font-size) * 1rem);
  line-height: 1.5;
  letter-spacing: calc(-1.25 / var(--font-size) * 1rem);
}
@media screen and (max-width: 480px) {
  .ly-lower-service-lead {
    display: block;
    padding-top: calc((364 / 375) * 100vw);
    padding-right: 0;
  }
  .ly-lower-service-lead::before {
    width: 100%;
    height: auto;
    aspect-ratio: 750 / 574;
    min-width: unset;
    min-height: unset;
    left: unset;
    top: 0;
  }
  .ly-lower-service-lead::after {
    width: unset;
    height: unset;
    min-width: unset;
    min-height: unset;
    top: unset;
    right: unset;
  }
  .ly-lower-service-lead__guts {
    width: 100%;
    text-align: center;
  }
  .ly-lower-service-lead__heading {
    font-size: calc(20 / var(--font-size) * 1rem);
    letter-spacing: calc(1 / var(--font-size) * 1rem);
    padding-bottom: calc(33 / var(--font-size) * 1rem);
  }
  .ly-lower-service-lead__heading::before {
    width: unset;
    height: unset;
    min-width: unset;
    min-height: unset;
    top: unset;
    right: unset;
  }
  .ly-lower-service-lead__heading::after {
    font-size: calc(13 / var(--font-size) * 1rem);
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .ly-lower-service-lead__txt {
    text-align: left;
    font-size: calc(14 / var(--font-size) * 1rem);
    margin: calc(38 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 1300px) {
  .ly-lower-service-lead::before {
    left: 8vw;
  }
}
.ly-lower-main[data-service='communication'] .ly-lower-mv {
  background: url(../../images/service/communication/mv-communication.png) no-repeat 0 0 / contain;
}
.ly-lower-main[data-service='communication'] .ly-lower-module__box__label::before {
  background: url(../../images/service/communication/icon-communication.svg) no-repeat center 0 / contain;
  width: calc(64 / var(--font-size) * 1rem);
  height: calc(55 / var(--font-size) * 1rem);
}
@media screen and (max-width: 480px) {
  .ly-lower-main[data-service='communication'] .ly-lower-mv {
    background: url(../../images/service/communication/mv-communication-sp.png) no-repeat 0 0 / contain;
  }
  .ly-lower-module__box__fig {
    max-width: calc(344 / var(--font-size) * 1rem);
  }
}
