@charset "UTF-8";
/* ==========================================================================//
//
//	共通要素
//
// ========================================================================== */
/*-- ベーステキスト --*/
.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;
  }
}

/*-- ページの中心にある下向き矢印 --*/
.top_arrow {
  position: relative;
}
.top_arrow::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 101px;
  height: 32px;
  background: url("/solutionnext/assets/img/solutions/icon_arrow_line.svg") no-repeat center center/contain;
}
@media only screen and (max-width: 960px) {
  .top_arrow::before {
    top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .top_arrow::before {
    top: 48px;
  }
}

/*-- mcpのルビが振ってあるボーダータイトル --*/
.bd_mcp_ttl {
  margin-top: 2px;
  font-size: 6.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bd_mcp_ttl {
    margin-top: 0;
    font-size: 3.6rem;
  }
}
.bd_mcp_ttl .ttl_marker {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.bd_mcp_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_mcp_ttl .ttl_marker::after {
    bottom: 5px;
    left: -5px;
    width: 100%;
    height: 8px;
    padding: 0px 5px;
  }
}
.bd_mcp_ttl span {
  font-weight: 700;
}
.bd_mcp_ttl .rub {
  position: relative;
}
.bd_mcp_ttl .rub::before {
  content: "（Medical Continuity Plan）";
  position: absolute;
  display: block;
  width: 209px;
  top: -5px;
  left: -30px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .bd_mcp_ttl .rub::before {
    width: 131px;
    top: 0;
    left: -20px;
    font-size: 1rem;
  }
}

/*-- モーダル --*/
.js-open-modal {
  cursor: pointer;
}
.js-open-modal:hover {
  opacity: 0.5;
  transition: opacity 0.4s;
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .modal {
    padding: 30px;
  }
}
.modal .modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal .modal-close {
  position: fixed;
  right: 32px;
  top: 18px;
  width: 48px;
  height: 48px;
  background-color: #005EB0;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767px) {
  .modal .modal-close {
    right: 24px;
  }
}
.modal .modal-close::before, .modal .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 3px;
  background: #fff;
}
.modal .modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .modal-content {
  position: relative;
  width: 1030px;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 960px) {
  .modal .modal-content .modal-container {
    padding-bottom: 30px;
  }
}
.modal .modal-content .modal-inner .only_img {
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .modal .modal-content .modal-inner .only_img {
    border-radius: 8px;
  }
}

/*-- 1カラムのスライド --*/
.one_slide_list {
  max-width: 830px;
  margin: 24px auto 0;
  padding: 0 30px;
  width: 100%;
  /*矢印の位置*/
}
@media only screen and (max-width: 960px) {
  .one_slide_list {
    max-width: 620px;
  }
}
@media only screen and (max-width: 767px) {
  .one_slide_list {
    padding: 0;
  }
}
.one_slide_list .one_slide_txt {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 13px;
}
@media only screen and (max-width: 960px) {
  .one_slide_list .one_slide_txt {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.one_slide_list .one_slide_txt .num_box_txt .num {
  width: 28px;
  height: 28px;
  font-size: 1.6rem;
}
.one_slide_list .one_slide_txt .num_box_txt .right_txt {
  font-size: 1.6rem;
}
.one_slide_list .one_slide_txt .none_txt {
  line-height: 1.7;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .one_slide_list .slick-slide {
    width: 74.8717948718vw !important;
    margin: 0 0 0 24px;
  }
}
.one_slide_list .slick-prev,
.one_slide_list .slick-next {
  width: 60px;
  height: 60px;
  top: 44%;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .one_slide_list .slick-prev,
  .one_slide_list .slick-next {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 960px) {
  .one_slide_list .slick-prev,
  .one_slide_list .slick-next {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .one_slide_list .slick-prev,
  .one_slide_list .slick-next {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -30%;
  }
}
.one_slide_list .slick-prev::before,
.one_slide_list .slick-next::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: 13px;
  width: 13px;
}
@media only screen and (max-width: 767px) {
  .one_slide_list .slick-prev::before,
  .one_slide_list .slick-next::before {
    height: 8px;
    width: 8px;
  }
}
.one_slide_list .slick-prev {
  left: -62px;
}
@media only screen and (max-width: 1100px) {
  .one_slide_list .slick-prev {
    left: -50px;
  }
}
@media only screen and (max-width: 960px) {
  .one_slide_list .slick-prev {
    left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .one_slide_list .slick-prev {
    left: 0;
  }
}
.one_slide_list .slick-prev::before {
  left: 25px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1440px) {
  .one_slide_list .slick-prev::before {
    left: 21px;
  }
}
@media only screen and (max-width: 960px) {
  .one_slide_list .slick-prev::before {
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .one_slide_list .slick-prev::before {
    left: 17px;
  }
}
.one_slide_list .slick-next {
  right: -62px;
}
@media only screen and (max-width: 1100px) {
  .one_slide_list .slick-next {
    right: -50px;
  }
}
@media only screen and (max-width: 960px) {
  .one_slide_list .slick-next {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .one_slide_list .slick-next {
    right: 4.1025641026vw;
  }
}
.one_slide_list .slick-next::before {
  right: 25px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1440px) {
  .one_slide_list .slick-next::before {
    right: 21px;
  }
}
@media only screen and (max-width: 960px) {
  .one_slide_list .slick-next::before {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .one_slide_list .slick-next::before {
    right: 17px;
  }
}
.one_slide_list .slick-dots {
  bottom: auto;
  width: 90%;
  margin: 18px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .one_slide_list .slick-dots {
    width: 95%;
    margin: 24px 0 0 0;
  }
}
.one_slide_list .slick-dots li {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 10px;
}
.one_slide_list .slick-dots li:only-child {
  display: none;
}
.one_slide_list .slick-dots button {
  color: transparent;
  outline: none;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #b5b5b7;
}
.one_slide_list .slick-dots button::before {
  content: none;
}
.one_slide_list .slick-dots .slick-active button {
  background: #535354;
}

/* ---------------------------------------
  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;
  }
}
@media only screen and (max-width: 767px) {
  .solution_kv .kv_txt_wrap.sec_inner_middle {
    margin: 0;
  }
}
.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: inline-block;
}
@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;
  /*-- sp時の次に行くボタン --*/
}
.qa_slide .qa_sec_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
  text-align: center;
  color: #5C38AA;
}
@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: #cfcef6;
  border-radius: 30px;
  cursor: pointer;
  transition: 1s ease;
}
@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: #ccc3f1;
}
.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 .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_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 .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 .em {
  font-weight: 700;
  color: #5C38AA;
}
.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 .answer .answer_inner .a_txt_wrap .a_txt_list {
  margin-top: 24px;
}
.qa_slide #qa_slide_inner #qa_slide_list .item .answer .answer_inner .a_txt_wrap .a_txt_list li {
  font-weight: 700;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media only screen and (max-width: 767px) {
  .qa_slide #qa_slide_inner #qa_slide_list .item .answer .answer_inner .a_txt_wrap .a_txt_list li + li {
    margin-top: 10px;
  }
}
.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, .qa_slide #qa_slide_inner #qa_slide_list .item.q_six .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, .qa_slide #qa_slide_inner #qa_slide_list .item.q_six .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, .qa_slide #qa_slide_inner #qa_slide_list .item.q_six .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, .qa_slide #qa_slide_inner #qa_slide_list .item.q_six .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, .qa_slide #qa_slide_inner #qa_slide_list .item.q_six .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, .qa_slide #qa_slide_inner #qa_slide_list .item.q_six .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;
  }
}

/* ---------------------------------------
  よくある質問の下の矢印に囲まれたエリア
--------------------------------------- */
.arr_while_area {
  padding-top: 233px;
}
@media only screen and (max-width: 960px) {
  .arr_while_area {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .arr_while_area {
    padding-top: 128px;
  }
}
.arr_while_area .while_ttl {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .arr_while_area .while_ttl {
    font-size: 2.2rem;
  }
}
.arr_while_area .while_img {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .arr_while_area .while_img {
    margin-top: 16px;
  }
}
.arr_while_area .while_sub_ttl {
  margin-top: 40px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .arr_while_area .while_sub_ttl {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}
.arr_while_area .base_txt {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .arr_while_area .base_txt {
    margin-top: 8px;
  }
}
.arr_while_area .base_txt + .base_txt {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .arr_while_area .base_txt + .base_txt {
    margin-top: 10px;
  }
}

/* ---------------------------------------
  MCPソリューション（STEPのリスト）
--------------------------------------- */
.solu_step_area {
  padding-top: 232px;
  padding-bottom: 120px;
  /*-- ステップのリスト --*/
}
@media only screen and (max-width: 960px) {
  .solu_step_area {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area {
    padding-top: 128px;
    padding-bottom: 48px;
  }
}
.solu_step_area .main_ttl_top {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .main_ttl_top {
    font-size: 2.2rem;
  }
}
.solu_step_area .main_ttl_top .dots {
  background-image: radial-gradient(circle at center, #5C38AA 20%, transparent 15%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.13em;
  font-weight: 700;
}
.solu_step_area .bd_mcp_ttl {
  line-height: 1.1;
}
@media only screen and (max-width: 960px) {
  .solu_step_area .bd_mcp_ttl {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area .bd_mcp_ttl {
    margin-top: 5px;
  }
}
.solu_step_area .bd_mcp_ttl .ttl_marker::after {
  bottom: -2px;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .bd_mcp_ttl .ttl_marker::after {
    bottom: 3px;
  }
}
.solu_step_area .main_ttl_sub {
  margin-top: 30px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .main_ttl_sub {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}
.solu_step_area .base_txt {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .base_txt {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area .sec_inner_middle {
    padding: 0;
  }
}
.solu_step_area .solu_step_list {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .round_corner_16 {
    border-radius: 8px;
  }
}
.solu_step_area .solu_step_list .step_item {
  position: relative;
  padding-bottom: 80px;
  /*-- 中心の線 --*/
  /*-- 中心の線の最後の矢印 --*/
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item {
    padding-bottom: 32px;
  }
}
.solu_step_area .solu_step_list .step_item:first-child {
  padding-bottom: 117px;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item:first-child {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item:last-child {
    padding-bottom: 0;
  }
}
.solu_step_area .solu_step_list .step_item::before {
  content: "";
  position: absolute;
  width: 100%;
  width: 4px;
  height: 100%;
  background-color: #5C38AA;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item::before {
    content: none;
  }
}
.solu_step_area .solu_step_list .step_item .btm_arrow {
  position: relative;
  bottom: -75px;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .btm_arrow {
    display: none;
  }
}
.solu_step_area .solu_step_list .step_item .btm_arrow::before, .solu_step_area .solu_step_list .step_item .btm_arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: #5C38AA;
}
.solu_step_area .solu_step_list .step_item .btm_arrow::before {
  right: 12px;
  transform: rotate(45deg);
}
.solu_step_area .solu_step_list .step_item .btm_arrow::after {
  left: 12px;
  transform: rotate(-45deg);
}
.solu_step_area .solu_step_list .step_item .step_arrow_ttl {
  min-height: 178px;
  background-color: #5C38AA;
  clip-path: polygon(0 0, 100% 0, 100% 63%, 50% 100%, 0 63%);
}
@media only screen and (max-width: 960px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl {
    min-height: 144px;
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl {
    min-height: 122px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  }
}
.solu_step_area .solu_step_list .step_item .step_arrow_ttl .ttl_inner {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl .ttl_inner {
    flex-direction: column;
    gap: 11px;
    padding: 20px 10px;
  }
}
.solu_step_area .solu_step_list .step_item .step_arrow_ttl .step_ttl_img {
  width: 137px;
  flex-shrink: 0;
}
@media only screen and (max-width: 960px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl .step_ttl_img {
    width: 126px;
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl .step_ttl_img {
    width: 76px;
  }
}
.solu_step_area .solu_step_list .step_item .step_arrow_ttl .step_ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl .step_ttl {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl .step_ttl {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.solu_step_area .solu_step_list .step_item .step_arrow_ttl.two_lines {
  min-height: 205px;
}
@media only screen and (max-width: 960px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl.two_lines {
    min-height: 186px;
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl.two_lines {
    min-height: 152px;
  }
}
.solu_step_area .solu_step_list .step_item .step_arrow_ttl.two_lines .ttl_inner {
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl.two_lines .ttl_inner {
    align-items: center;
  }
}
.solu_step_area .solu_step_list .step_item .step_arrow_ttl.two_lines .step_ttl {
  margin-top: -9px;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl.two_lines .step_ttl {
    margin-top: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl.two_lines_sp {
    min-height: 186px;
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl.two_lines_sp {
    min-height: 152px;
  }
}
@media only screen and (max-width: 768px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl.two_lines_sp .ttl_inner {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl.two_lines_sp .ttl_inner {
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl.two_lines_sp .step_ttl {
    margin-top: -9px;
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_arrow_ttl.two_lines_sp .step_ttl {
    margin-top: 0;
    text-align: center;
  }
}
.solu_step_area .solu_step_list .step_item .step_detail {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_detail {
    margin-top: 32px;
    gap: 26px;
    flex-direction: column;
    padding: 0 4.1025641026vw;
  }
}
.solu_step_area .solu_step_list .step_item .step_detail .detail_img {
  width: 600px;
  flex-shrink: 0;
}
@media only screen and (max-width: 960px) {
  .solu_step_area .solu_step_list .step_item .step_detail .detail_img {
    width: 310px;
  }
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_detail .detail_img {
    width: 100%;
  }
}
.solu_step_area .solu_step_list .step_item .step_detail .detail_txt_wrap {
  background-color: #fff;
}
.solu_step_area .solu_step_list .step_item .step_detail .detail_txt_wrap.sheer {
  background-color: rgba(255, 255, 255, 0.85);
}
.solu_step_area .solu_step_list .step_item .step_detail .detail_ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .step_detail .detail_ttl {
    font-size: 1.6rem;
  }
}
.solu_step_area .solu_step_list .step_item .step_detail .base_txt {
  margin-top: 8px;
}
.solu_step_area .solu_step_list .step_item:nth-of-type(2n) .step_detail {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item:nth-of-type(2n) .step_detail {
    flex-direction: column;
  }
}
.solu_step_area .solu_step_list .step_item .plan_area {
  margin-top: 80px;
  padding: 32px;
  border: 4px solid #FF9900;
  border-radius: 16px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .plan_area {
    margin: 24px 4.1025641026vw 0;
    padding: 16px;
    border: 2px solid #FF9900;
    border-radius: 6px;
  }
}
.solu_step_area .solu_step_list .step_item .plan_area .plan_inner {
  max-width: 770px;
  margin: 0 auto;
}
.solu_step_area .solu_step_list .step_item .plan_area .plan_ttl {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .plan_area .plan_ttl {
    font-size: 2.2rem;
  }
}
.solu_step_area .solu_step_list .step_item .plan_area .plan_img {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .plan_area .plan_img {
    margin-top: 13px;
  }
}
.solu_step_area .solu_step_list .step_item .plan_area .base_txt {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .solu_step_list .step_item .plan_area .base_txt {
    margin-top: 12px;
  }
}
.solu_step_area .step_btm_txt {
  padding-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .step_btm_txt {
    padding: 128px 4.1025641026vw 0;
    position: relative;
  }
  .solu_step_area .step_btm_txt::before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    margin: auto;
    width: 101px;
    height: 32px;
    background: url("/solutionnext/assets/img/solutions/icon_arrow_line.svg") no-repeat center center/contain;
  }
}
.solu_step_area .step_btm_txt .txt {
  font-size: 4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .step_btm_txt .txt {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 375px) {
  .solu_step_area .step_btm_txt .txt {
    font-size: 2.1rem;
  }
}
.solu_step_area .step_btm_txt .txt .em_txt_purp {
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .solu_step_area .step_btm_txt .txt .em_txt_purp {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 375px) {
  .solu_step_area .step_btm_txt .txt .em_txt_purp {
    font-size: 2.1rem;
  }
}

/* ---------------------------------------
  CASE STUDY
--------------------------------------- */
.case_study_area {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #F2F1F9;
}
@media only screen and (max-width: 767px) {
  .case_study_area {
    padding-bottom: 40px;
  }
}
.case_study_area .case_detail {
  margin-top: 40px;
}
.case_study_area .case_detail_list {
  display: flex;
  gap: 2.56%;
}
@media only screen and (max-width: 960px) {
  .case_study_area .case_detail_list {
    flex-direction: column;
    gap: 24px;
  }
}
.case_study_area .case_item {
  display: flex;
  flex-direction: column;
  width: 48.72%;
  padding: 40px 70px;
  border-radius: 16px;
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .case_study_area .case_item {
    width: 100%;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .case_study_area .case_item {
    padding: 32px 16px;
  }
}
.case_study_area .case_item .color_round_txt .inner {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .case_study_area .case_item .color_round_txt .inner {
    padding: 0 24px;
  }
}
.case_study_area .case_item .case_ttl {
  margin-top: 16px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .case_study_area .case_item .case_ttl {
    font-size: 1.6rem;
  }
}
.case_study_area .case_item .case_img {
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  .case_study_area .case_item .case_img {
    padding-top: 16px;
  }
}
.case_study_area .case_item .base_txt {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .case_study_area .case_item .base_txt {
    margin-top: 16px;
  }
}
.case_study_area .case_item .btn {
  margin-top: auto;
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  .case_study_area .case_item .btn {
    padding-top: 32px;
  }
}
.case_study_area .case_item .btn .arrow {
  margin: 0 auto;
  padding: 14px 16px 15px;
}

/* ---------------------------------------
  Solution Technology
--------------------------------------- */
.solu_tech_area {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .solu_tech_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.solu_tech_area .solu_tech_ttl {
  text-align: center;
}
.solu_tech_area .solu_tech_ttl .inner {
  display: inline-block;
  padding: 3px 22px 6px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  background-color: #1C1C1C;
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .solu_tech_ttl .inner {
    padding: 3px 8px 6px;
    font-size: 2.4rem;
  }
}
.solu_tech_area .solu_tech_detail {
  margin-top: 37px;
  padding: 40px 70px;
  background-color: #FAF9F6;
  border-radius: 16px;
  border: 2px solid #DBDBDB;
  /*-- スライド用 --*/
}
@media only screen and (max-width: 960px) {
  .solu_tech_area .solu_tech_detail {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .solu_tech_detail {
    margin-top: 40px;
    padding: 32px 0 60px;
  }
}
.solu_tech_area .solu_tech_detail .ttl_sub {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .solu_tech_detail .ttl_sub {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
  }
}
.solu_tech_area .solu_tech_detail .bd_mcp_ttl {
  margin-top: 18px;
  font-size: 6rem;
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .solu_tech_detail .bd_mcp_ttl {
    margin-top: 10px;
    font-size: 3.6rem;
  }
}
.solu_tech_area .solu_tech_detail .bd_mcp_ttl .rub::before {
  width: 183px;
  top: 0;
  left: -26px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .solu_tech_detail .bd_mcp_ttl .rub::before {
    top: -8px;
    left: -22px;
  }
}
.solu_tech_area .solu_tech_detail .base_txt {
  margin-top: 16px;
}
.solu_tech_area .solu_tech_detail .function_ttl {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .solu_tech_detail .function_ttl {
    margin-top: 32px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.solu_tech_area .solu_tech_detail .num_box_list {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 31px;
}
@media only screen and (max-width: 960px) {
  .solu_tech_area .solu_tech_detail .num_box_list {
    gap: 17px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .solu_tech_detail .num_box_list {
    gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    width: 182px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 960px) {
  .solu_tech_area .solu_tech_detail .num_box_list .num_box_txt .num {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .solu_tech_detail .num_box_list .num_box_txt .num {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .solu_tech_detail .solu_top_inner {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .solu_tech_area .solu_tech_detail .solu_btm_inner {
    padding: 0 0 0 16px;
  }
}

/*-- 動画追加 --*/
.movie_area {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .movie_area {
    display: block;
  }
}

div.mcp_text {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  div.mcp_text {
    width: 100%;
  }
}

div.thum {
  width: 30%;
  margin-top: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  div.thum {
    width: 100%;
    padding-left: 0;
  }
}

/* ---------------------------------------
  全国版RRIモデル
--------------------------------------- */
.rri_model_area {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F2F1F9;
}
@media only screen and (max-width: 767px) {
  .rri_model_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.rri_model_area .rri_detail_wrap {
  padding: 40px 100px 62px;
  background-color: #fff;
  border-radius: 16px;
  border: 2px solid #DBDBDB;
}
@media only screen and (max-width: 960px) {
  .rri_model_area .rri_detail_wrap {
    padding: 40px 40px 62px;
  }
}
@media only screen and (max-width: 767px) {
  .rri_model_area .rri_detail_wrap {
    padding: 32px 16px;
  }
}
.rri_model_area .rri_detail_wrap .rri_ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .rri_model_area .rri_detail_wrap .rri_ttl {
    font-size: 2.4rem;
  }
}
.rri_model_area .rri_detail_wrap .rri_explan {
  margin-top: 31px;
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .rri_model_area .rri_detail_wrap .rri_explan {
    margin-top: 16px;
    flex-direction: column;
  }
}
.rri_model_area .rri_detail_wrap .rri_explan .txt_area .explan_ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .rri_model_area .rri_detail_wrap .rri_explan .txt_area .explan_ttl {
    font-size: 1.6rem;
  }
}
.rri_model_area .rri_detail_wrap .rri_explan .txt_area .base_txt {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .rri_model_area .rri_detail_wrap .rri_explan .txt_area .base_txt {
    margin-top: 16px;
  }
}
.rri_model_area .rri_detail_wrap .rri_explan .img_area .rri_img {
  width: 368px;
}
@media only screen and (max-width: 960px) {
  .rri_model_area .rri_detail_wrap .rri_explan .img_area .rri_img {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .rri_model_area .rri_detail_wrap .rri_explan .img_area .rri_img {
    width: 100%;
  }
}
.rri_model_area .rri_detail_wrap .rri_explan .img_area .img_txt {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.88;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .rri_model_area .rri_detail_wrap .rri_explan .img_area .img_txt {
    margin-top: 14px;
    line-height: 1.66;
  }
}
.rri_model_area .rri_detail_wrap .sip_logo {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .rri_model_area .rri_detail_wrap .sip_logo {
    margin-top: 32px;
  }
}
.rri_model_area .rri_detail_wrap .sip_logo img {
  width: 413px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .rri_model_area .rri_detail_wrap .sip_logo img {
    width: 100%;
  }
}

/* ---------------------------------------
  関連情報
--------------------------------------- */
.relat_info_area {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .relat_info_area {
    padding-top: 40px;
    padding-bottom: 72px;
  }
}/*# sourceMappingURL=mcp.css.map */