@charset "UTF-8";
/* ==========================================================================
  共通要素
========================================================================== */
.hide_br {
  display: none;
}
@media only screen and (max-width: 960px) {
  .hide_br {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .hide_br {
    display: none;
  }
}

.text_bold {
  font-weight: 700;
  text-align: center;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .text_bold {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.text_underline {
  text-decoration: underline;
  font-weight: 700;
}

.base_txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .base_txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.section_title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.section_title.blue {
  color: #005EB0;
}
@media only screen and (max-width: 767px) {
  .section_title {
    font-size: 1.4rem;
  }
}

.arrow_down {
  text-align: center;
  margin: 2rem 0;
}
.arrow_down img {
  width: 30px;
}

.top_arrow::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 101px;
  height: 32px;
  background-color: #005EB0;
  -webkit-mask-image: url(/solutionnext/assets/img/solutions/icon_arrow_line.svg);
          mask-image: url(/solutionnext/assets/img/solutions/icon_arrow_line.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top right;
  mask-position: top right;
}

@media only screen and (max-width: 767px) {
  .top_arrow::before {
    top: 50px;
  }
}
.fade-target {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}
.fade-target.is_fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* ---------------------------------------
  KV
--------------------------------------- */
.solution_kv {
  position: relative;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .solution_kv {
    height: 311px;
  }
}
.solution_kv .kv_txt_wrap {
  position: relative;
  z-index: 1;
  top: 98px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .solution_kv .kv_txt_wrap {
    top: 18px;
  }
  .solution_kv .kv_txt_wrap.sec_inner_middle {
    margin: 0;
  }
}
.solution_kv .kv_txt_wrap .color_round_txt .inner.purple {
  background-color: #5F2EAA;
}
.solution_kv .kv_txt_wrap .kv_ttl {
  margin-top: 20px;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  /*-- KVの文字のアニメーション --*/
}
@media only screen and (max-width: 960px) {
  .solution_kv .kv_txt_wrap .kv_ttl {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .solution_kv .kv_txt_wrap .kv_ttl {
    margin-top: 16px;
    font-size: 1.8rem;
    width: 300px;
  }
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg {
  position: relative;
  overflow: hidden;
  /*-- pcのとき --*/
  /*-- spのとき --*/
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: anime_bg_slide 0.5s forwards;
  transform: translateX(-100%);
  will-change: transform;
}
@keyframes anime_bg_slide {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg + .anime_bg {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .solution_kv .kv_txt_wrap .kv_ttl .anime_bg + .anime_bg {
    margin-top: 4px;
  }
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg .anime_txt {
  display: inline-block;
  padding: 9px 11px 10px 10px;
  font-weight: 700;
  animation: anime_txt_slide 1.4s forwards;
  opacity: 0;
}
@keyframes anime_txt_slide {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .solution_kv .kv_txt_wrap .kv_ttl .anime_bg .anime_txt {
    padding: 5px 6px 5px 5px;
  }
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_pc {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_pc {
    display: none;
  }
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_pc.bg_pc01::before {
  animation-delay: 0s;
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_pc.bg_pc01 .anime_txt {
  animation-delay: 0.1s;
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_pc.bg_pc02::before {
  animation-delay: 0.2s;
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_pc.bg_pc02 .anime_txt {
  animation-delay: 0.4s;
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_pc.bg_pc03::before {
  animation-delay: 0.5s;
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_pc.bg_pc03 .anime_txt {
  animation-delay: 0.6s;
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_sp {
    display: inline-block;
  }
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_sp.bg_sp01::before {
  animation-delay: 0s;
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_sp.bg_sp01 .anime_txt {
  animation-delay: 0.1s;
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_sp.bg_sp02::before {
  animation-delay: 0.2s;
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_sp.bg_sp02 .anime_txt {
  animation-delay: 0.4s;
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_sp.bg_sp03::before {
  animation-delay: 0.5s;
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_sp.bg_sp03 .anime_txt {
  animation-delay: 0.6s;
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_sp.bg_sp04::before {
  animation-delay: 0.7s;
}
.solution_kv .kv_txt_wrap .kv_ttl .anime_bg.bg_sp.bg_sp04 .anime_txt {
  animation-delay: 0.9s;
}
.solution_kv .kv_img_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 48.96%;
}
@media only screen and (max-width: 767px) {
  .solution_kv .kv_img_wrap {
    top: auto;
    bottom: 0;
    width: 81.7948717949vw;
  }
}
.solution_kv .kv_img_wrap img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .solution_kv .kv_img_wrap img {
    height: 205px;
  }
}

/* ---------------------------------------
  よくあるご質問
--------------------------------------- */
.qa_slide {
  position: relative;
  margin-top: 60px;
}
.qa_slide .qa_sec_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
  text-align: center;
  color: #005EB0;
}
@media only screen and (max-width: 767px) {
  .qa_slide .qa_sec_ttl {
    font-size: 1.6rem;
  }
}
.qa_slide #nextButton {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 4.1025641026vw;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 767px) {
  .qa_slide #nextButton {
    display: block;
  }
}
.qa_slide #nextButton::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 9px;
  width: 9px;
  right: 17px;
  transform: rotate(45deg);
}
.qa_slide #qa_slide_inner {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner {
    margin-top: 24px;
    min-height: 291px;
    overflow-x: auto;
    touch-action: pan-y;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .qa_slide #qa_slide_inner::-webkit-scrollbar {
    display: none;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list {
  display: flex;
  align-items: flex-start;
  justify-content: center !important;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list {
    justify-content: left;
    width: 1500px;
    position: absolute;
    left: 50%;
    margin-left: -750px;
    justify-content: flex-start !important;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item {
  position: relative;
  width: 276px;
  min-width: 276px;
  min-height: 400px;
  padding: 24px 24px 40px;
  background-color: #D1EDFD;
  border-radius: 30px;
  cursor: pointer;
  transition: 1s ease;
}
.qa_slide #qa_slide_inner #qa_slide_list .item .explanation {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #707070;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item {
    padding: 24px 20px 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item {
    width: 25%;
    min-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item {
    width: 76.9230769231vw !important;
    min-height: 291px;
    padding: 24px 24px 40px;
    transition: 2s ease;
  }
}
@media (hover: hover) and (pointer: fine) {
  .qa_slide #qa_slide_inner #qa_slide_list .item:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 1024px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item:hover {
    opacity: 1;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item:nth-child(2n) {
  background-color: #BCDCF2;
}
.qa_slide #qa_slide_inner #qa_slide_list .item::after {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(135deg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item::after {
    bottom: 16px;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item .question {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item .question {
    gap: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item .question {
    gap: 18px;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item .question .icon_q {
  width: 60px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item .question .icon_q {
    width: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item .question .icon_q {
    width: 56px;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item .question .q_txt {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 960px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item .question .q_txt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item .question .q_txt {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item .answer {
  display: none;
}
.qa_slide #qa_slide_inner #qa_slide_list .item .answer .answer_inner {
  margin-top: 30px;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item .answer .answer_inner {
    gap: 35px;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item .answer .answer_inner .a_ttl {
  margin-top: -9px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.58;
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item .answer .answer_inner .a_ttl {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item .answer .answer_inner ul {
  list-style: disc;
}
.qa_slide #qa_slide_inner #qa_slide_list .item .answer .answer_inner ul li {
  font-size: 1.6rem;
}
.qa_slide #qa_slide_inner #qa_slide_list .item .answer .answer_inner .icon_a {
  width: 67px;
  text-align: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item .answer .answer_inner .icon_a {
    width: auto;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item .answer .answer_inner .icon_a img {
  width: 42px;
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item .answer .answer_inner .icon_a img {
    width: 37px;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item .answer .answer_inner .a_txt_wrap .a_txt {
  margin-top: 8px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item .answer .answer_inner .a_txt_wrap .a_txt {
    margin-top: 18px;
    margin-left: -77px;
    line-height: 1.7;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item .answer .answer_inner .a_txt_wrap .a_txt .a_txt_inner:nth-of-type(n+2) {
  margin-top: 24px;
}
.qa_slide #qa_slide_inner #qa_slide_list .item.q_two .question .icon_q, .qa_slide #qa_slide_inner #qa_slide_list .item.q_three .question .icon_q, .qa_slide #qa_slide_inner #qa_slide_list .item.q_four .question .icon_q, .qa_slide #qa_slide_inner #qa_slide_list .item.q_five .question .icon_q {
  width: 86px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item.q_two .question .icon_q, .qa_slide #qa_slide_inner #qa_slide_list .item.q_three .question .icon_q, .qa_slide #qa_slide_inner #qa_slide_list .item.q_four .question .icon_q, .qa_slide #qa_slide_inner #qa_slide_list .item.q_five .question .icon_q {
    width: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item.q_two .question .icon_q, .qa_slide #qa_slide_inner #qa_slide_list .item.q_three .question .icon_q, .qa_slide #qa_slide_inner #qa_slide_list .item.q_four .question .icon_q, .qa_slide #qa_slide_inner #qa_slide_list .item.q_five .question .icon_q {
    width: 80px;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item.q_two .answer .answer_inner, .qa_slide #qa_slide_inner #qa_slide_list .item.q_three .answer .answer_inner, .qa_slide #qa_slide_inner #qa_slide_list .item.q_four .answer .answer_inner, .qa_slide #qa_slide_inner #qa_slide_list .item.q_five .answer .answer_inner {
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item.q_two .answer .answer_inner, .qa_slide #qa_slide_inner #qa_slide_list .item.q_three .answer .answer_inner, .qa_slide #qa_slide_inner #qa_slide_list .item.q_four .answer .answer_inner, .qa_slide #qa_slide_inner #qa_slide_list .item.q_five .answer .answer_inner {
    gap: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item.q_two .answer .answer_inner .a_txt_wrap .a_txt, .qa_slide #qa_slide_inner #qa_slide_list .item.q_three .answer .answer_inner .a_txt_wrap .a_txt, .qa_slide #qa_slide_inner #qa_slide_list .item.q_four .answer .answer_inner .a_txt_wrap .a_txt, .qa_slide #qa_slide_inner #qa_slide_list .item.q_five .answer .answer_inner .a_txt_wrap .a_txt {
    margin-left: -97px;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item.expanded {
  width: 960px;
  min-width: 960px !important;
  padding: 26px 63px 60px 22px;
}
@media only screen and (max-width: 1440px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item.expanded {
    width: 66.6666666667vw !important;
    min-width: 66.6666666667vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item.expanded {
    width: 91.7948717949vw !important;
    min-width: 0 !important;
    padding: 24px 16px 52px 16px;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item.expanded::after {
  bottom: 16px;
  transform: rotate(-45deg);
}
.qa_slide #qa_slide_inner #qa_slide_list .item.expanded .question {
  flex-direction: row;
  align-items: center;
  gap: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item.expanded .question {
    gap: 23px;
  }
}
.qa_slide #qa_slide_inner #qa_slide_list .item.expanded .answer .icon_a {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item.expanded .answer .icon_a {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item.expanded .answer .a_ttl {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 1440px) {
  .qa_slide #qa_slide_inner.open #qa_slide_list .item {
    min-width: 276px;
  }
}

/* ---------------------------------------
  価値提案エリア
--------------------------------------- */
.value_area {
  margin: 0 0 10rem;
  padding-top: 230px;
}
@media only screen and (max-width: 767px) {
  .value_area {
    padding-top: 128px;
  }
}
.value_area .value_content {
  max-width: 1030px;
  margin: 0 auto;
}
.value_area .value_content .text_bold {
  font-size: 3.2rem;
}
.value_area .value_content .base_txt {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .value_area .value_content .text_bold {
    font-size: 2.2rem;
  }
  .value_area .value_content .base_txt {
    margin-top: 8px;
  }
}

.description {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: left;
  margin: 1em 0 0;
  max-width: 1030px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .description {
    font-size: 1.6rem;
    text-align: left;
  }
  .description br {
    display: none;
  }
}
.description > p {
  font-size: 1.6rem;
  line-height: 2;
}

.footnote {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #707070;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .footnote {
    font-size: 1.2rem;
  }
  .footnote br {
    display: none;
  }
}

/* ---------------------------------------
  SMDエリア
  */
.animation_container {
  margin-top: 80px;
}

.smd_area {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .smd_area {
    margin-top: 48px;
  }
}
.bd_smd_ttl {
  margin-top: 2px;
  font-size: 6rem;
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .bd_smd_ttl {
    margin-top: 0;
    font-size: 3.6rem;
  }
}
.bd_smd_ttl .ttl_marker {
  position: relative;
  display: inline-block;
  z-index: 2;
  font-weight: 700;
}
.bd_smd_ttl .ttl_marker::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -9px;
  width: 100%;
  height: 16px;
  padding: 0px 9px;
  background-color: #FF9900;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .bd_smd_ttl .ttl_marker::after {
    bottom: 5px;
    left: -5px;
    width: 100%;
    height: 8px;
    padding: 0px 5px;
  }
}

.promise_area {
  margin: 0 auto 15rem;
  padding-top: 230px;
}
@media only screen and (max-width: 767px) {
  .promise_area {
    padding-top: 128px;
  }
}
.promise_area div {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5;
  max-width: 1030px;
  margin: 0 auto;
  color: #005EB0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .promise_area div {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}

/* ---------------------------------------
  CASE STUDY
--------------------------------------- */
.case_study_area {
  padding: 4rem 0;
  background-color: #E5F1F9;
}
.case_study_area .sec_ttl {
  text-align: center;
  margin-bottom: 3rem;
}
.case_study_area .sec_ttl .big {
  font-size: 3.6rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 767px) {
  .case_study_area .sec_ttl .big {
    font-size: 2.8rem;
  }
}
.case_study_area .sec_ttl .small {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .case_study_area .sec_ttl .small {
    font-size: 1.6rem;
  }
}
.case_study_area .case_detail .case_item {
  background-color: #fff;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.case_study_area .case_detail .case_item .case_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .case_study_area .case_detail .case_item .case_ttl {
    font-size: 1.6rem;
  }
}
.case_study_area .case_detail .case_item .case_content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .case_study_area .case_detail .case_item .case_content {
    flex-direction: column-reverse;
  }
}
.case_study_area .case_detail .case_item .case_content .case_text {
  width: 60%;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .case_study_area .case_detail .case_item .case_content .case_text {
    width: 100%;
  }
}
.case_study_area .case_detail .case_item .case_content .case_text .description {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .case_study_area .case_detail .case_item .case_content .case_text .description {
    font-size: 1.3rem;
  }
}
.case_study_area .case_detail .case_item .case_content .case_text .case_comparison .comparison_title {
  font-size: 2rem;
  font-weight: 700;
  color: #005EB0;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .case_study_area .case_detail .case_item .case_content .case_text .case_comparison .comparison_title {
    font-size: 1.4rem;
  }
}
.case_study_area .case_detail .case_item .case_content .case_text .case_comparison .comparison_result {
  font-size: 3.2rem;
  font-weight: 700;
  color: #005EB0;
}
@media only screen and (max-width: 767px) {
  .case_study_area .case_detail .case_item .case_content .case_text .case_comparison .comparison_result {
    font-size: 2.6rem;
    line-height: 1.66;
  }
}
.case_study_area .case_detail .case_item .case_content .case_image {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .case_study_area .case_detail .case_item .case_content .case_image {
    width: 100%;
    margin: 0 auto 2rem;
  }
}
.case_study_area .case_detail .case_item .case_content .case_image img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------
  メリットエリア
--------------------------------------- */
.benefits_area {
  max-width: 1090px;
  margin: 0 auto;
}
.benefits_area > div {
  margin: 100px 30px 30px;
  border: solid 2px black;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .benefits_area > div {
    margin-top: 60px;
  }
}
.benefits_area h2 {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 1em;
}
.benefits_area h2 b {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .benefits_area h2 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.benefits_area .section_title {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .benefits_area .section_title {
    font-size: 1.8rem;
  }
  .benefits_area .section_title br {
    display: inline;
  }
}
.benefits_area ul {
  list-style: disc;
  margin: 1.5em;
}
.benefits_area ul li div {
  font-size: 2rem;
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: row;
  line-height: 1.2em;
}
.benefits_area ul li div span {
  width: -webkit-fill-available;
}
.benefits_area ul li div span b {
  font-weight: 700;
}
.benefits_area ul li div span:first-child {
  font-weight: 700;
  flex: 160px;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .benefits_area ul li div {
    font-size: 1.6rem;
    margin-bottom: 1em;
    flex-direction: column;
    line-height: 1.6;
  }
  .benefits_area ul li div span {
    width: -webkit-fill-available;
    font-size: 1.4rem;
  }
  .benefits_area ul li div span b {
    font-weight: 700;
  }
  .benefits_area ul li div span:first-child {
    font-weight: 700;
    flex: 1;
    font-size: 1.6rem;
  }
}

/* ---------------------------------------
  パンくずリスト
--------------------------------------- */
.breadcrumb {
  margin: 3rem auto;
}
.breadcrumb .breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb .breadcrumb_list li {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb_list li {
    font-size: 1.2rem;
  }
}
.breadcrumb .breadcrumb_list li:not(:last-child)::after {
  content: ">";
  margin: 0 0.5rem;
}
.breadcrumb .breadcrumb_list li a {
  color: #1C1C1C;
}
.breadcrumb .breadcrumb_list li a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb_list li.em {
  font-weight: 700;
}

.case_comparison {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2196078431);
}

/* ---------------------------------------
  アニメーション定義
--------------------------------------- */
@keyframes anime_bg_slide {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes anime_txt_slide {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ---------------------------------------
  レスポンシブ調整
--------------------------------------- */
@media only screen and (max-width: 767px) {
  .inner.blue {
    padding: 0 16px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .sec_inner_middle {
    padding: 0 1rem;
  }
  .case_comparison {
    text-align: center;
  }
}/*# sourceMappingURL=smd.css.map */