/*====================================================================================
1. START MAIN VISUAL SECTION.
====================================================================================*/
.mainvisual {
  width: 100%;
  background: url(../images/top/mv.webp) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-animation: bgFadeIn 1.5s ease forwards;
  animation: bgFadeIn 1.5s ease forwards;
}
@media only screen and (min-width: 768px) {
  .mainvisual {
    height: 50rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual {
    height: 30rem;
  }
}
.mainvisual__title {
  letter-spacing: 0.05em;
  font-weight: 500;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-animation: textUp 1s ease forwards;
  animation: textUp 1s ease forwards;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@media only screen and (min-width: 768px) {
  .mainvisual__title {
    font-size: 5rem;
    margin: 0 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__title {
    font-size: 2.4rem;
    margin: 0 0 1.5rem;
    text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.7), 0 0 0.6rem rgba(0, 0, 0, 0.6),
      0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.9);
  }
}
.mainvisual__txt {
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.05em;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-animation: textUp 1s ease forwards;
  animation: textUp 1s ease forwards;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
@media only screen and (min-width: 768px) {
  .mainvisual__txt {
    font-size: 3rem;
    line-height: 1.9666666667;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__txt {
    font-size: 1.6rem;
    text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.7), 0 0 0.6rem rgba(0, 0, 0, 0.6),
      0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.9);
  }
}

.s-catchcopy {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-catchcopy {
    margin: 6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-catchcopy {
    margin-top: 3rem;
  }
}
.s-catchcopy__title {
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .s-catchcopy__title {
    font-size: 3rem;
    margin: 0 0 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-catchcopy__title {
    font-size: 1.8rem;
    margin: 0 0 3.3rem;
  }
}
.s-catchcopy__title span {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-catchcopy__title span {
    padding: 0 1.5rem 0 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-catchcopy__title span {
    padding: 0 1rem 0 1.5rem;
  }
}
.s-catchcopy__title span:before,
.s-catchcopy__title span:after {
  content: "";
  width: 0.2rem;
  background: #000;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .s-catchcopy__title span:before,
  .s-catchcopy__title span:after {
    height: 4rem;
    top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-catchcopy__title span:before,
  .s-catchcopy__title span:after {
    height: 100%;
  }
}
.s-catchcopy__title span:before {
  left: 0;
  -webkit-transform: rotate(-23deg);
  transform: rotate(-23deg);
}
.s-catchcopy__title span:after {
  right: 0;
  -webkit-transform: rotate(23deg);
  transform: rotate(23deg);
}
.s-catchcopy p {
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .s-catchcopy .splide {
    margin-top: 5.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-catchcopy .splide {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-catchcopy .splide__slide {
    width: 23.5rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .s-catchcopy .splide__slide {
    width: 18rem !important;
  }
}

.s-topics {
  background: #e2f1fc;
}
@media only screen and (min-width: 768px) {
  .s-topics {
    padding: 7.5rem 0 9.5rem;
    margin-top: 12.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-topics {
    margin-top: 3rem;
    padding: 3rem 0;
  }
}
.s-topics__inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-topics .cm-title01 {
    text-align: left;
  }
  .s-topics .cm-title01_jp {
    margin-left: -1.7rem;
    margin-bottom: 0;
    letter-spacing: 0.075em;
  }
}
.s-topics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .s-topics__list {
    margin-top: 4.7rem;
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-topics__list {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.s-topics__listItem {
  background: #fff;
  border-radius: 0.5rem;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .s-topics__listItem {
    width: calc(33.3333333333% - 2rem);
    padding: 3rem 2.5rem 5.1rem;
  }
  .s-topics__listItem:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .s-topics__listItem:hover .tt {
    color: #111987;
  }
}
@media only screen and (max-width: 767px) {
  .s-topics__listItem {
    padding: 1.5rem;
  }
}
.s-topics__listItem .img {
  width: 100%;
  height: 18rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.s-topics__listItem .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.s-topics__listItem .cat_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .s-topics__listItem .cat_date {
    margin-top: 2rem;
    gap: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-topics__listItem .cat_date {
    margin-top: 1.5rem;
    gap: 1rem;
  }
}
.s-topics__listItem .cat_date span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  width: 100%;
  letter-spacing: 0.1em;
  max-width: 14.5rem;
  height: 3rem;
}
.s-topics__listItem .cat_date p {
  letter-spacing: 0.1em;
  margin: 0;
}
.s-topics__listItem .tt {
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .s-topics__listItem .tt {
    font-size: 1.6rem;
    margin: 1.3rem 0 0;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 767px) {
  .s-topics__listItem .tt {
    margin: 1rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .s-topics .cm-btn01 {
    position: absolute;
    right: 4.5rem;
    top: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-topics .cm-btn01 {
    text-align: center;
    margin: 3rem auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.s-backgound {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-backgound {
    height: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-backgound {
    height: 15rem;
  }
}
.s-backgound img {
  height: calc(100% + 10vh);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  will-change: transform;
}

@media only screen and (min-width: 768px) {
  .s-dxsolution {
    margin-top: 9.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-dxsolution {
    margin-top: 3rem;
  }
}
.s-dxsolution__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .s-dxsolution__inner {
    max-width: 119rem;
    display: flex;
    gap: 5rem;
    align-items: flex-start;
  }
  .s-dxsolution__content {
    width: 51rem;
    text-align: left;
  }
  .s-dxsolution__content .cm-title01,
  .s-dxsolution__content .s-dxsolution__txt {
    text-align: left;
  }

  .cm-solution {
    width: 63rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-dxsolution__inner {
    padding: 0 1.2rem;
  }
}
.s-dxsolution__tit {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .s-dxsolution__tit {
    font-size: 2.4rem;
    line-height: 2.0833333333;
    margin: 3.9rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-dxsolution__tit {
    font-size: 1.6rem;
    margin: 2rem 0 0;
  }
}
.s-dxsolution__txt {
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .s-dxsolution__txt {
    margin: 4.8rem 0 4.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-dxsolution__txt {
    margin: 2rem 0;
  }
}

.s-solutionlist {
  background: #e8f3f7 url(../images/top/bg_solution.webp) no-repeat bottom
    center;
  background-size: auto;
}
@media only screen and (min-width: 768px) {
  .s-solutionlist {
    padding: 7.4rem 0 12.4rem;
    margin-top: 10.3rem;
    margin-bottom: 17.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-solutionlist {
    padding: 3rem 0;
    margin-top: 3rem;
  }
}
.s-solutionlist .txt {
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .s-solutionlist .txt {
    margin: 4.4rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-solutionlist .txt {
    margin: 1.5rem 0 0;
  }
}
.s-solutionlist .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .s-solutionlist .tabs {
    gap: 0.8rem;
    margin-top: 6.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-solutionlist .tabs {
    margin-top: 3rem;
    gap: 0.5rem;
  }
}
.s-solutionlist .tabs .tab {
  border: none;
  color: #000000;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border-radius: 1rem 1rem 0 0;
  background: #fff;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-solutionlist .tabs .tab {
    font-size: 2rem;
    width: calc(33.3333333333% - 0.5333333333rem);
    height: 8.1rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .s-solutionlist .tabs .tab {
    font-size: 1.4rem;
    height: 6rem;
    width: calc(33.3333333333% - 0.3333333333rem);
    line-height: 1.4;
  }
}
.s-solutionlist .tabs .tab.active {
  color: #fff;
  background: #3056a3;
}
.s-solutionlist .tabs .tab.active:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .s-solutionlist .tabs .tab.active:after {
    width: 3.2rem;
    height: 1.7rem;
    bottom: -1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-solutionlist .tabs .tab.active:after {
    width: 2rem;
    height: 1rem;
    bottom: -1rem;
  }
}
.s-solutionlist .tab-content {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .s-solutionlist .tab-content {
    min-height: 46.5rem;
  }
}
.s-solutionlist .tab-content.active {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
  z-index: 999;
  position: relative;
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}
.s-solutionlist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .s-solutionlist__list {
    gap: 4.3rem;
    padding: 5.9rem 4.5rem 9.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-solutionlist__list {
    gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.s-solutionlist__listItem {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-solutionlist__listItem {
    width: calc(33.3333333333% - 2.8666666667rem);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .s-solutionlist__listItem {
    width: 100%;
    padding: 2rem;
  }
}
.s-solutionlist__listItem img {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .s-solutionlist__listItem img {
    width: 12.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-solutionlist__listItem img {
    width: 6rem;
  }
}
.s-solutionlist__listItem .tt {
  color: #3548fc;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .s-solutionlist__listItem .tt {
    font-size: 1.8rem;
    margin: 0.5rem 0 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-solutionlist__listItem .tt {
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
}
.s-solutionlist__listItem p {
  letter-spacing: 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .s-solutionlist__listItem p {
    line-height: 1.5;
    margin: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .s-solutionlist__listItem p {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .s-solutionlist__listItem .cm-btn02 {
    height: 5rem;
    max-width: 23rem;
    margin: 2rem auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .s-lineup {
    margin-top: 11rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-lineup {
    margin-top: 3rem;
  }
  .s-lineup .img {
    margin: 0 -1rem;
  }
}
.s-lineup__inner {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-lineup .txt {
    letter-spacing: 0.05em;
    margin: 4.9rem 0 5.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-lineup .txt {
    margin: 2rem 0;
  }
}

.s-case {
  background: url(../images/top/bg_case.webp) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .s-case {
    padding-top: 10.6rem;
    padding-bottom: 12.5rem;
  }
  .s-case .cm-title01 {
    text-align: left;
  }
  .s-case .cm-title01 .cm-title01_jp {
    margin-left: -0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-case {
    margin-top: 3rem;
  }
}
.s-case .txt {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .s-case .txt {
    margin: 4.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-case .txt {
    margin: 2rem 0 0;
  }
}
.s-case__inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-case__list {
    margin-top: 5.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-case__list {
    margin-top: 2rem;
  }
}
.s-case__Item {
  background: #f8f8f8;
  border-radius: 1rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-case__Item {
    padding: 6.2rem 6.1rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-case__Item {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.s-case__Item:last-child {
  margin-bottom: 0;
}
.s-case__ItemTtl {
  font-weight: 500;
  border-bottom: 0.1rem solid #e1e1e1;
}
@media only screen and (min-width: 768px) {
  .s-case__ItemTtl {
    font-size: 2.4rem;
    margin: 0 0 3.9rem;
    padding: 0 0 1.9rem;
    letter-spacing: 0.05em;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767px) {
  .s-case__ItemTtl {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
    padding: 0 0 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-case__Item .flx_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .s-case__Item .flx_content img {
    width: 36.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-case__Item .flx_content .ct {
    width: calc(100% - 36.5rem);
    padding-left: 2.8rem;
    margin-top: -0.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-case__Item .flx_content .ct {
    margin-top: 1rem;
  }
}
.s-case__Item .flx_content .ct p {
  margin: 0;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .s-case__Item .flx_content .btn {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-case__Item .flx_content .btn {
    margin-top: 2rem;
  }
}
.s-case__Item .flx_content .btn:after {
  content: "";
  clear: both;
  display: block;
}
.s-case__Item .flx_content .btn a {
  float: right;
  gap: 1rem;
}
.s-case__Item .flx_content .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.s-case__Item .flx_content .btn a span {
  width: 3rem;
  height: 3rem;
}
@media only screen and (min-width: 768px) {
  .s-case__btn {
    position: absolute;
    right: 4.6rem;
    top: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-case__btn {
    margin-top: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.s-about {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-about {
    padding-bottom: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-about {
    padding-bottom: 3rem;
    margin-top: 4rem;
  }
}
.s-about__inner {
  background: url(../images/top/bg1.webp) no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .s-about__inner {
    height: 67.7rem;
    padding: 10.8rem 0 0;
  }
  .s-about__inner .cm-title01 {
    text-align: left;
  }
  .s-about__inner .cm-title01 .cm-title01_jp {
    margin-bottom: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-about__inner {
    padding: 3rem 0;
  }
}
.s-about__inner p {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .s-about__inner p {
    margin: 5.5rem 0 8.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-about__inner p {
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .s-about__img1 {
    max-width: 96rem;
    width: 50%;
    position: absolute;
    right: 0;
    top: 22.2rem;
    border-radius: 1rem;
    overflow: hidden;
  }
  .s-about__img1 img {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .s-about__img1 {
    width: calc(50% - 0.5rem);
  }
  .s-about__img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) {
  .s-about__img2 {
    max-width: 60rem;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 83.2rem;
    margin-left: -39.3rem;
    border-radius: 1rem;
    overflow: hidden;
  }
  .s-about__img2 img {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .s-about__img2 {
    width: calc(50% - 0.5rem);
  }
  .s-about__img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .s-about__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}

.cm-solution {
  position: relative;
}
.cm-solution__img {
  width: 100%;
}
.cm-solution .item {
  text-align: center;
  position: absolute;
}
.cm-solution .item p {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cm-solution .item p {
    font-size: 1.1rem;
    padding: 0px 2rem;
    line-height: 1.4;
  }
  .cm-solution .item .item_ct img {
    height: 6.5rem;
    width: auto;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cm-solution {
    margin-top: 2rem;
  }
  .cm-solution .item p {
    font-size: 0.7rem;
    margin: 0.5rem 0 0;
    padding: 0 1rem;
  }
  .cm-solution .item p br {
    display: none;
  }
}
.cm-solution .item_link {
  position: relative;
  z-index: 9;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .cm-solution .item_link {
    width: 22rem;
    height: 22rem;
  }
  .cm-solution .item_link:hover + .item_bg {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .cm-solution .item_link {
    width: 13.7rem;
    height: 13.7rem;
  }
}
.cm-solution .item_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22rem;
  height: 22rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .cm-solution .item_bg {
    width: 13.7rem;
    height: 13.7rem;
  }
}
.cm-solution .item_ct {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .cm-solution .item_ct img {
    height: 3.5rem;
    width: auto;
  }
}
/* .cm-solution .item1 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
} */
@media only screen and (min-width: 768px) {
  .cm-solution .item1 {
    top: 15.1rem;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-solution .item1 {
    top: 9rem;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-solution .item1 .item_ct {
    padding-top: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-solution .item1 .item_ct {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-solution .item2 {
    top: 15.1rem;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-solution .item2 {
    top: 9rem;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-solution .item2 .item_ct {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-solution .item2 .item_ct {
    display: block;
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-solution .item2 .item_ct div {
    margin-bottom: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-solution .item2 .item_ct div {
    width: 100%;
    margin-bottom: 0;
  }
  .cm-solution .item2 .item_ct div p {
    margin: 0;
  }
}
.cm-solution .item2 .item_ct div:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .cm-solution .item3 {
    top: 38.3rem;
    right: 6.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-solution .item3 {
    top: 22rem;
    right: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-solution .item3 .item_ct {
    padding-top: 6.3rem;
  }
  .cm-solution .item3 .item_ct img {
    height: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-solution .item3 .item_ct {
    padding-top: 4rem;
  }
  .cm-solution .item3 .item_ct img {
    height: 1.7rem;
    display: block;
    margin: auto;
  }
}
/* @media only screen and (min-width: 768px) {
  .cm-solution .item3 p {
    margin-top: 1.9rem;
  }
} */
.cm-solution .item4 {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .cm-solution .item4 {
    top: 0;
    margin-left: 0;
  }
  /* .cm-solution .item4 .item_ct img {
    height: 3rem;
  } */
}
@media only screen and (max-width: 767px) {
  .cm-solution .item4 {
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .cm-solution .item4 .item_ct {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-solution .item4 .item_ct {
    padding-top: 3rem;
  }
  .cm-solution .item4 .item_ct img {
    height: 4.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-solution .item5 {
    top: 38.3rem;
    left: 6.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-solution .item5 {
    top: 22rem;
    left: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-solution .item5 .item_ct {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-solution .item5 .item_ct {
    padding-top: 3rem;
  }
}
.cm-solution .item6 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  /* margin: 0.9rem 0 0 -0.7rem; */
  text-align: center;
  z-index: 9;
  clip-path: polygon(50% 0%, 100% 36%, 81% 94%, 19% 94%, 0% 36%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 30rem;
  height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .cm-solution .item6:hover .item_bg {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@media only screen and (max-width: 767px) {
  .cm-solution .item6 {
    width: 22rem;
    height: 22rem;
  }
}
.cm-solution .item6 .item_bg {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
}
.cm-solution .item6 .item_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cm-solution .item6 .item_ct {
  position: relative;
  width: 41rem;
  height: 41rem;
}
@media only screen and (max-width: 767px) {
  .cm-solution .item6 .item_ct {
    width: 22rem;
    height: 22rem;
  }
}
.cm-solution .item6 .item_ct div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cm-solution .item6 p {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cm-solution .item6 p {
    font-size: 1.1rem;
  }
  .cm-solution .item6 .item_ct img {
    height: 7.5rem;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cm-solution .item6 p {
    font-size: 0.8rem;
    /* font-size: 1.3rem; */
  }
}
.cm-solution .item6 .item_bg {
  width: 30rem;
  height: 30rem;
}
@media only screen and (max-width: 767px) {
  .cm-solution .item6 .item_bg {
    width: 22rem;
    height: 22rem;
  }
}

.link-inter {
  cursor: pointer;
}

.inter-modal {
  display: none;
}

.lightBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lightBox .contents {
  position: relative;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media only screen and (min-width: 768px) {
  .lightBox .contents {
    width: 90rem;
    margin: auto;
  }
  .lightBox .item_popup_content:after {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    -webkit-box-shadow: 0px 1rem 8rem 0px rgba(16, 147, 242, 0.2);
    box-shadow: 0px 1rem 8rem 0px rgba(16, 147, 242, 0.2);
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .lightBox .item_popup_content:after {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    -webkit-box-shadow: 0px 1rem 8rem 0px rgba(16, 147, 242, 0.2);
    box-shadow: 0px 1rem 8rem 0px rgba(16, 147, 242, 0.2);
  }
}
.lightBox.style {
  opacity: 1;
  visibility: visible;
}
.lightBox.style .contents {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
}
.lightBox.style .contents.closing {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.lightBox__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767px) {
  .lightBox__container {
    overflow: auto;
  }
}

.lightBox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.lightBox__inner {
  position: relative;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .lightBox__inner {
    width: 930px;
  }
}
@media only screen and (max-width: 767px) {
  .lightBox__inner {
    height: auto;
  }
}
.lightBox__inner .item_popup_content {
  position: relative;
  z-index: 99;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 4s ease;
  transition: opacity 0.4s ease, -webkit-transform 4s ease;
  transition: transform 4s ease, opacity 0.4s ease;
  transition: transform 4s ease, opacity 0.4s ease, -webkit-transform 4s ease;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  width: 100%;
  height: 90rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightBox__inner .item_popup_content > div {
  width: 100%;
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .lightBox__inner .item_popup_content {
  }
}
@media only screen and (max-width: 767px) {
  .lightBox__inner .item_popup_content {
    width: 100%;
    height: auto;
  }
  .lightBox__inner .item_popup_content > div {
    padding: 5rem 0;
  }
  .lightBox__inner .item_popup_content img {
    width: 3rem;
  }
  .lightBox__inner .item_popup_content p {
    padding: 0 1rem;
  }
  .lightBox__inner .item_popup_content p br {
    display: none;
  }
}
.lightBox__inner .item_popup_content ul {
  border-top: 0.1rem solid #e1e1e1;
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .lightBox__inner .item_popup_content ul {
    max-width: 72.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3rem auto 0;
  }
  .cm-btn02 {
    margin-top: 5rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .lightBox__inner .item_popup_content ul {
    margin: 2rem auto 0;
    max-width: 25rem;
  }
  .cm-btn02 {
    margin-top: 2rem !important;
  }
}
.lightBox__inner .item_popup_content ul li {
  list-style-type: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .lightBox__inner .item_popup_content ul li {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .lightBox__inner .item_popup_content ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .lightBox__inner .item_popup_content ul li:nth-child(2) {
    border-left: 0.1rem solid #e1e1e1;
    border-right: 0.1rem solid #e1e1e1;
  }
}
@media only screen and (max-width: 767px) {
  .lightBox__inner .item_popup_content ul li:nth-child(2) {
    border-top: 0.1rem solid #e1e1e1;
    border-bottom: 0.1rem solid #e1e1e1;
  }
}
.lightBox__inner .item_popup_content ul li a,
.lightBox__inner .item_popup_content ul li p {
  color: #111987;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .lightBox__inner .item_popup_content ul li a,
  .lightBox__inner .item_popup_content ul li p {
    padding: 2.2rem 0rem;
    font-size: 1.5rem;
  }
  .lightBox__inner .item_popup_content ul li a:hover span,
  .lightBox__inner .item_popup_content ul li p:hover span {
    background: #111987;
  }
  .lightBox__inner .item_popup_content ul li a:hover span:after,
  .lightBox__inner .item_popup_content ul li p:hover span:after {
    border: solid #fff;
    border-width: 0 0.2rem 0.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .lightBox__inner .item_popup_content ul li a,
  .lightBox__inner .item_popup_content ul li p {
    padding: 1rem 1rem;
  }
}
.lightBox__inner .item_popup_content ul li span {
  width: 3rem;
  height: 3rem;
  background: #fff;
}
.lightBox__inner .item_popup_content ul li span:after {
  border: solid #111987;
  border-width: 0 0.2rem 0.2rem 0;
  margin-left: -0.1rem;
}
.lightBox__inner .item_popup_content .cm-btn02 {
  margin: auto;
  width: 29rem;
  height: 6.5rem;
}
@media only screen and (min-width: 768px) {
  .lightBox__inner .item_popup_ttl {
    font-size: 3.6rem;
    margin: 0 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .lightBox__inner .item_popup_ttl {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.lightBox__inner .item_popup_tit {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .lightBox__inner .item_popup_tit {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin: 3rem 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .lightBox__inner .item_popup_tit {
    font-size: 1.8rem;
    margin: 1rem 0 1rem;
  }
}

.in-lightbox {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .in-lightbox {
    padding: 2.4rem 0 4.7rem;
  }
}

@-webkit-keyframes bgFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes textUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes textUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.item_popup_inner_flex {
  display: flex;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .item_popup_inner_flex .item_popup_content {
    width: 44rem;
    height: 44rem;
  }
  .item_popup_inner_flex .item_popup_content .item_popup_ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
  .item_popup_inner_flex .item_popup_content img {
    width: 3rem;
    height: auto;
  }
  .item_popup_inner_flex .item_popup_content .item_popup_tit {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 1rem 0 0.5rem;
  }
  .item_popup_inner_flex .item_popup_content p {
    margin: 1rem 0 1.5rem;
    font-size: 1.4rem;
  }
  .item_popup_inner_flex .item_popup_content ul {
    max-width: 35.5rem;
    margin: 1rem auto 0;
  }
  .item_popup_inner_flex .item_popup_content .cm-btn02 {
    width: 22rem;
    height: 5rem;
    margin-top: 2rem !important;
  }
  .item_popup_inner_flex .item_popup_content ul li p {
    padding: 0 1rem;
    font-size: 1.3rem;
    height: 5rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .item_popup_inner_flex {
    flex-wrap: wrap;
  }
  .item_popup_inner_flex .item_popup_content {
    width: 100%;
  }

  .item_popup_inner_flex .item_popup_content > div {
    padding: 1.5rem 0;
  }
  .item_popup_inner_flex .item_popup_ttl {
    font-size: 1.6rem;
    margin: 0 0 0.5rem;
  }
  .item_popup_inner_flex .item_popup_tit {
    font-size: 1.4rem;
    margin: 0.5rem 0;
  }
  .item_popup_inner_flex .item_popup_content p {
    padding: 0 1rem;
    margin: 0;
    font-size: 1.3rem;
  }
  .item_popup_inner_flex .item_popup_content ul {
    margin: 1rem auto 0;
    max-width: 100%;
    display: flex;
  }
  .item_popup_inner_flex .item_popup_content ul li a,
  .item_popup_inner_flex .item_popup_content ul li p {
    padding: 0 1rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .item_popup_inner_flex .item_popup_content ul li:nth-child(2) {
    border-top: none;
    border-bottom: none;
  }
  .item_popup_inner_flex .item_popup_content .cm-btn02 {
    margin: auto;
    width: 20rem;
    height: 4.5rem;
    margin-top: 1rem !important;
  }
}
