@charset "UTF-8";
.f-l__footer {
  border-top: 1px solid #FFF;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .f-l__footer {
    padding: 20px 0;
  }
}
.f-l__footer-head {
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .f-l__footer-head {
    padding: 0 0 20px;
  }
}
.f-l__footer-head_title {
  display: flex;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: flex-start;
  align-items: center;
}
.f-l__footer-head_title a {
  display: block;
  width: 152px;
  height: 48px;
}
.f-l__footer-head_title a img {
  width: 100%;
  height: auto;
}
.f-l__footer-head_title .rcloud-logo {
  font-size: 18px;
  line-height: 18px;
  text-indent: 10px;
  font-weight: 700;
}
.f-l__footer-head_title p {
  height: 48px;
  display: grid;
  align-items: flex-end;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .f-l__footer-head_title {
    padding: 0 0 15px;
  }
  .f-l__footer-head_title a {
    width: 115px;
    height: 35px;
  }
  .f-l__footer-head_title p {
    height: 35px;
    font-size: 12px;
  }
  .f-l__footer-head_title .rcloud-logo {
    font-size: 14px;
    line-height: 14px;
  }
}
.f-l__footer-link {
  padding: 20px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .f-l__footer-link {
    display: block;
    padding: 0 0 20px;
    overflow: hidden;
  }
}
.f-l__footer-link_list {
  margin-right: 15px;
}
.f-l__footer-link_list:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .f-l__footer-link_list:nth-child(3), .f-l__footer-link_list:nth-child(4) {
    width: 50%;
    float: left;
  }
}
.f-l__footer-link_list a {
  display: block;
  position: relative;
  padding: 0 0 10px 15px;
  font-size: 14px;
  color: #323232;
  text-decoration: none;
}
.f-l__footer-link_list a:hover {
  color: #007bc7;
}
.f-l__footer-link_list a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 5px;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
}
.f-l__footer-link_list_inner {
  width: 430px;
  display: flex;
}
.f-l__footer-link_list_sub {
  padding: 0 0 0 15px;
}
.f-l__footer-link_list_sub li {
  padding: 0 0 7px;
}
.f-l__footer-link_list_sub li a {
  font-size: 12px;
  padding: 0 0 0 10px;
}
.f-l__footer-link_list_sub li a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 3px;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
  transition: all ease 0.3s;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
}
.f-l__footer-link_list_sub._width_170 {
  width: 170px;
}
.f-l__footer-link_list_sub._width_260 {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .f-l__footer-link_list {
    margin-right: 0;
  }
  .f-l__footer-link_list a {
    padding: 0 0 7px 12px;
    font-size: 12px;
  }
  .f-l__footer-link_list a:before {
    width: 6px;
    height: 6px;
    top: 4px;
  }
  .f-l__footer-link_list_inner {
    width: 100%;
  }
  .f-l__footer-link_list_sub {
    padding: 0 0 10px 15px;
  }
  .f-l__footer-link_list_sub li {
    padding: 0 0 7px;
  }
  .f-l__footer-link_list_sub li a {
    font-size: 10px;
    padding: 0 0 0 10px;
  }
  .f-l__footer-link_list_sub li a:before {
    width: 5px;
    height: 5px;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  .f-l__footer-link_list_sub._width_170 {
    width: 45%;
  }
  .f-l__footer-link_list_sub._width_260 {
    width: 55%;
  }
}
.f-l__footer-cta {
  display: flex;
  justify-content: center;
  text-align: center;
}
.f-l__footer-cta .o-c__btn-link._orange {
  margin: 0px 10px;
}
@media screen and (max-width: 768px) {
  .f-l__footer-cta .o-c__btn-link._orange {
    min-width: 50px;
    margin: 0px 5px;
    padding: 15px 30px 12px 20px;
  }
}

.f-l__company {
  padding: 55px 0 0;
}
.f-l__company .f-l__common-inner {
  display: flex;
  flex-wrap: wrap;
}
.f-l__company img {
  width: 100%;
  height: auto;
}
.f-l__company-company-logo {
  display: block;
  width: 72px;
}
.f-l__company-textbox {
  width: 530px;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 30px;
}
.f-l__company-textbox p {
  padding: 0 0 15px;
}
.f-l__company-textbox p span.annotation {
  font-size: 10px;
  font-weight: bold;
}
.f-l__company-markbox {
  width: 390px;
  display: flex;
  flex-wrap: wrap;
}
.f-l__company-markbox_pmark {
  width: 71px;
  padding: 0 0 10px 0;
}
.f-l__company-markbox_isms {
  width: 125px;
  padding: 0 0 10px 15px;
}
.f-l__company-markbox_jiima {
  width: 95px;
  padding: 0 0 0 15px;
}
.f-l__company-markbox_jiima_denshi {
  width: 95px;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .f-l__company-markbox {
    width: 100%;
    justify-content: center;
  }
  .f-l__company-markbox_pmark {
    width: 70px;
  }
  .f-l__company-markbox_isms {
    width: 110px;
  }
  .f-l__company-markbox_jiima {
    width: 75px;
  }
  .f-l__company-markbox_jiima_denshi {
    width: 75px;
  }
}
.f-l__company-copyright {
  text-align: center;
  font-size: 10px;
  color: #6e6e6e;
  padding: 20px 0 55px;
}
@media screen and (max-width: 768px) {
  .f-l__company {
    padding: 20px 0 0;
  }
  .f-l__company .f-l__common-inner {
    justify-content: center;
  }
  .f-l__company-company-logo {
    width: 12%;
  }
  .f-l__company-textbox {
    width: 88%;
    font-size: 10px;
    padding: 0 0 0 20px;
  }
  .f-l__company-textbox p {
    padding: 0 0 10px;
  }
  .f-l__company-pmark {
    width: 60px;
    padding: 10px 0 0;
  }
  .f-l__company-isms {
    width: 125px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-jiima {
    width: 80px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-copyright {
    padding: 30px 0 45px;
  }
}

.o-c__list-check li {
  position: relative;
  text-align: left;
  margin-bottom: 12px;
}
.o-c__list-check li:before {
  content: "";
  width: 10px;
  height: 7px;
  border-radius: 0;
  background: none;
  border-top: solid 2px #007bc7;
  border-right: solid 2px #007bc7;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  transform: rotate(135deg);
}
.o-c__list-check li:last-child {
  margin: 0;
}
.o-c__list-check._size_s li {
  line-height: 1.6;
  padding: 0 0 0 20px;
  font-size: 12px;
}
.o-c__list-check._size_s li:before {
  width: 10px;
  height: 6px;
}
.o-c__list-check._size_m li {
  line-height: 1.6;
  padding: 0 0 0 20px;
  font-size: 14px;
}
.o-c__list-check._size_m li:before {
  width: 12px;
  height: 8px;
}
.o-c__list-check._size_l li {
  line-height: 1.7;
  padding: 0 0 0 20px;
  font-size: 16px;
}
.o-c__list-check._size_l li:before {
  width: 14px;
  height: 10px;
}

.o-c__panel-box {
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 35px 30px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.o-c__panel-box dt {
  font-size: 20px;
  color: #007bc7;
  font-weight: 700;
  padding: 20px 0 15px;
}
.o-c__panel-box_lead {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 0 15px;
  color: #323232;
}
.o-c__panel-box_lead ul {
  min-height: 95px;
}
.o-c__panel-box_list {
  font-size: 16px;
  min-height: 120px;
  line-height: 1.6;
  padding: 0 0 15px;
  color: #323232;
}
@media screen and (min-width: 769px) {
  .o-c__panel-box._linkbox:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .o-c__panel-box._linkbox:hover .o-c__btn-text_icon_plus_bg {
    transform: translateY(-50%) rotate(90deg);
  }
  .o-c__panel-box._linkbox:hover .o-c__btn-text_icon_arrow_bg {
    left: -3px;
  }
}
@media screen and (max-width: 576px) {
  .o-c__panel-box {
    padding: 25px 0;
  }
  .o-c__panel-box dt {
    font-size: 18px;
    padding: 15px 0 10px;
  }
  .o-c__panel-box_lead {
    font-size: 12px;
    line-height: 1.6;
    padding: 0 15px 15px;
  }
  .o-c__panel-box_list {
    font-size: 12px;
    line-height: 1.6;
    padding: 0 30px 20px;
    min-height: 10px;
  }
}
.o-c__panel-box_icon {
  background-color: #FFF;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.o-c__panel-box_head {
  width: 100%;
  display: block;
}
.o-c__panel-box_head_icon {
  background-color: #FFF;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 576px) {
  .o-c__panel-box_head {
    display: flex;
    padding: 0 20px 20px;
  }
  .o-c__panel-box_head_icon {
    width: 75px;
    height: 75px;
  }
  .o-c__panel-box_head_icon img {
    width: 55px;
    height: auto;
  }
  .o-c__panel-box_head dt {
    width: 70%;
    display: flex;
    place-items: center left;
    text-align: left;
  }
}
.o-c__panel-box_hidetext {
  height: 0;
  opacity: 0;
  padding: 0 20px;
  background-color: #FFF;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  transition: all ease 0.3s;
}
.o-c__panel-box_hidetext_title {
  display: none;
}
.o-c__panel-box_hidetext_indata {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
}
.o-c__panel-box_hidetext_indata .o-c__btn-link {
  padding: 15px 25px 12px 15px;
}
.o-c__panel-box_hidetext_indata .o-c__btn-link:after {
  right: 10px;
}
.o-c__panel-box_hidetext_close {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-c__panel-box_hidetext {
    height: auto;
    opacity: 1;
    display: none;
  }
  .o-c__panel-box_hidetext_title {
    font-size: 18px;
    font-weight: 700;
    color: #007bc7;
    padding: 0 0 10px;
    text-align: left;
    display: block;
  }
  .o-c__panel-box_hidetext_close {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #007bc7;
  }
  .o-c__panel-box_hidetext_close:after, .o-c__panel-box_hidetext_close:before {
    content: "";
    background-color: #fff;
    width: 3px;
    height: 14px;
    line-height: 0;
    position: absolute;
    top: 8px;
    left: 14px;
    transform: rotate(-45deg);
  }
  .o-c__panel-box_hidetext_close:before {
    transform: rotate(45deg);
  }
}
.o-c__panel-box._js_open .o-c__panel-box_hidetext {
  height: auto;
  opacity: 1;
  padding: 20px;
  margin-bottom: 30px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 576px) {
  .o-c__panel-box._js_open .o-c__panel-box_hidetext {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 25%;
    left: 5%;
    width: 90%;
  }
}
.o-c__panel-box._js_open .o-c__btn-text_icon_plus_bg:after {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-c__panel-box._js_open:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
  }
}

.o-c__panel-box_head_icon {
  background-color: #edf7ff;
}
@media screen and (max-width: 576px) {
  .o-c__panel-box_head_icon {
    background: #fff;
  }
}
.o-c__panel-box_hidetext {
  background: #f6f6f6;
}
.o-c__panel-box_hidetext p:not(.o-c__panel-box_hidetext_title) {
  margin-bottom: 10px;
}
.o-c__panel-box_hidetext .o-c__btn-link {
  display: block;
  margin: 15px auto 0;
  padding: 15px 20px 12px;
}

.o-m__onayami-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content.swiper-container {
    padding: 0 0 40px;
  }
}
.o-m__onayami-content_answer_title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #007bc7;
  position: absolute;
  z-index: 300;
  top: 140px;
  left: 0;
}
.o-m__onayami-content_answer_title img {
  width: 183px;
  height: 45px;
  display: inline-block;
  padding: 0 20px;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_answer_title {
    font-size: 22px;
    line-height: 1.3;
    top: 125px;
  }
  .o-m__onayami-content_answer_title img {
    width: 130px;
    height: 35px;
    padding: 0 12px;
  }
}
.o-m__onayami-content_data {
  width: 23%;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_data {
    width: 100%;
    padding: 0 35px;
  }
}
.o-m__onayami-content_data_theme {
  width: 100%;
  background-color: #f6f6f6;
  padding: 25px 0;
  border-radius: 10px;
  position: relative;
  margin-bottom: 135px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.o-m__onayami-content_data_theme._base_3 {
  padding: 13px 0;
}
.o-m__onayami-content_data_theme:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  border: 10px solid rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  border-top: 15px solid #f6f6f6;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_theme {
    margin-bottom: 100px;
  }
}
.o-m__onayami-content_data_answer {
  width: 100%;
  min-height: 480px;
  background-color: #edf7ff;
  padding: 45px 0px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.o-m__onayami-content_data_answer:before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background-color: #FFF;
}
.o-m__onayami-content_data_answer:after {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 38px;
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_000_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.o-m__onayami-content_data_answer h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #007bc7;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_answer {
    min-height: 0;
    padding: 45px 0px 10px;
  }
  .o-m__onayami-content_data_answer h3 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 0 0 0 90px;
  }
}
.o-m__onayami-content_data_icon {
  background-color: #FFF;
  width: 116px;
  height: 116px;
  border-radius: 60px;
  margin: 0px auto 20px;
  display: grid;
  place-items: center;
}
.o-m__onayami-content_data_icon img {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_icon {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 15px;
    top: 35px;
  }
  .o-m__onayami-content_data_icon img {
    width: 50px;
    height: auto;
  }
}
.o-m__onayami-content_data_list {
  padding: 0px 20px 10px;
}
.o-m__onayami-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
.o-m__onayami-pager_box {
  z-index: 500;
}
.o-m__onayami .pc-only {
  display: inline-block;
}
.o-m__onayami .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.o-m__onayami .swiper-slide {
  width: 23%;
}
.o-m__onayami .swiper-pagination,
.o-m__onayami .swiper-button-prev,
.o-m__onayami .swiper-button-next {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__onayami .pc-only {
    display: none;
  }
  .o-m__onayami .swiper-pagination {
    display: block;
    bottom: 10px !important;
  }
  .o-m__onayami .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007bc7 !important;
  }
  .o-m__onayami .swiper-button-prev {
    display: block;
    background-image: none !important;
    width: 35px !important;
    height: 35px !important;
    top: 200px !important;
  }
  .o-m__onayami .swiper-button-prev:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #007bc7;
    position: absolute;
    left: 0px;
  }
  .o-m__onayami .swiper-button-prev:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-30%) rotate(45deg);
    transition: all ease 0.3s;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .o-m__onayami .swiper-button-next {
    display: block;
    background-image: none !important;
    width: 35px !important;
    height: 35px !important;
    top: 200px !important;
  }
  .o-m__onayami .swiper-button-next:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #007bc7;
    position: absolute;
    left: 0;
  }
  .o-m__onayami .swiper-button-next:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-70%) rotate(45deg);
    transition: all ease 0.3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.o-m__case-list {
  position: relative;
}
@media screen and (max-width: 576px) {
  .o-m__case-list .swiper-wrapper {
    padding: 0 0 30px;
  }
}
.o-m__case-list_slide {
  border-left: 1px solid #f6f6f6;
  padding: 20px;
}
.o-m__case-list_slide.swiper-slide-next, .o-m__case-list_slide.swiper-slide-prev {
  opacity: 0.5;
}
.o-m__case-list_slide_logo {
  display: block;
  margin: 0 auto;
  max-width: 170px;
  max-height: 45px;
  width: auto;
  height: auto;
}
.o-m__case-list_slide_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #007bc7;
  padding: 30px 0;
}
.o-m__case-list_slide_photo {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: auto;
  border-radius: 10px;
}
.o-m__case-list_slide_company {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 25px 0 20px;
}
.o-m__case-list_slide_company span {
  font-size: 16px;
}
.o-m__case-list_slide_point {
  display: flex;
  margin-bottom: 15px;
}
.o-m__case-list_slide_point span {
  font-size: 18px;
  font-weight: 700;
  color: #007bc7;
  min-width: 150px;
  display: grid;
  place-items: center;
}
.o-m__case-list_slide_point ul {
  border-left: 1px solid #007bc7;
  padding: 5px 0 2px 15px;
}
.o-m__case-list_slide_point ul li {
  position: relative;
  line-height: 24px;
  padding: 0 0 0 20px;
}
.o-m__case-list_slide_point ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #007bc7;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}
.o-m__case-list_slide_voice {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 20px;
}
@media screen and (max-width: 576px) {
  .o-m__case-list_slide_voice {
    padding: 0 50px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.o-m__case-list_slide_link {
  padding: 25px 0 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__case-list_slide {
    padding: 0px 0px 20px;
  }
  .o-m__case-list_slide_title {
    font-size: 14px;
    padding: 20px 0;
  }
  .o-m__case-list_slide_photo {
    width: 180px;
  }
  .o-m__case-list_slide_company {
    font-size: 16px;
    padding: 20px 0 15px;
  }
  .o-m__case-list_slide_company span {
    font-size: 12px;
  }
  .o-m__case-list_slide_point {
    display: block;
    margin-bottom: 15px;
    padding: 0 50px;
  }
  .o-m__case-list_slide_point span {
    font-size: 16px;
    min-width: 0px;
    display: block;
    place-items: left;
  }
  .o-m__case-list_slide_point ul {
    border: none;
    padding: 5px 0 2px 5px;
  }
  .o-m__case-list_slide_point ul li {
    position: relative;
    line-height: 24px;
    padding: 0 0 0 20px;
    font-size: 12px;
  }
  .o-m__case-list_slide_point ul li:before {
    content: "";
    width: 10px;
    height: 7px;
    border-radius: 0;
    background: none;
    border-top: solid 2px #007bc7;
    border-right: solid 2px #007bc7;
    display: block;
    position: absolute;
    transform: rotate(135deg);
  }
  .o-m__case-list_slide_link {
    padding: 15px 0 0;
  }
}
.o-m__case-pager_box {
  position: absolute;
  height: 0;
  width: 39.7%;
  padding: 30px 0 0;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .o-m__case-pager_box {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__case-pager_box {
    width: 100%;
  }
}
.o-m__case-link {
  padding: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .o-m__case-link {
    padding: 15px 0 0;
  }
}
.o-m__case .swiper-pagination {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__case .swiper-pagination {
    display: block;
    bottom: 10px !important;
  }
  .o-m__case .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007bc7 !important;
  }
}
.o-m__case .swiper-button-prev {
  top: 350px !important;
  background-image: none !important;
  width: 45px !important;
  height: 45px !important;
}
.o-m__case .swiper-button-prev:before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #007bc7;
  position: absolute;
  left: 0px;
}
.o-m__case .swiper-button-prev:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-50%) translateX(-30%) rotate(45deg);
  transition: all ease 0.3s;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 576px) {
  .o-m__case .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
    top: 300px !important;
  }
  .o-m__case .swiper-button-prev:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #007bc7;
    position: absolute;
    left: 0px;
  }
  .o-m__case .swiper-button-prev:after {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
  }
}
.o-m__case .swiper-button-next {
  top: 350px !important;
  background-image: none !important;
  width: 45px !important;
  height: 45px !important;
}
.o-m__case .swiper-button-next:before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #007bc7;
  position: absolute;
  left: 0;
}
.o-m__case .swiper-button-next:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-50%) translateX(-70%) rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 576px) {
  .o-m__case .swiper-button-next {
    width: 35px !important;
    height: 35px !important;
    top: 300px !important;
  }
  .o-m__case .swiper-button-next:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #007bc7;
    position: absolute;
    left: 0;
  }
  .o-m__case .swiper-button-next:after {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
  }
}

.o-m__faq-content_item {
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  padding: 0 0 25px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item {
    padding: 0 0 12px;
  }
}
.o-m__faq-content_item_icon_ball {
  display: inline-block;
  background-color: #007bc7;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  top: 27px;
  right: 27px;
  transition: all ease 0.3s;
}
.o-m__faq-content_item_icon_ball:before {
  content: "";
  background-color: #fff;
  width: 8px;
  height: 2px;
  line-height: 0;
  position: absolute;
  left: 5px;
  top: 9px;
  transform: translateY(-50%);
}
.o-m__faq-content_item_icon_ball:after {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 8px;
  line-height: 0;
  position: absolute;
  left: 9px;
  top: 5px;
  transform: translateX(-50%);
}
.o-m__faq-content_item_icon_ball._js_open:after {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_icon_ball {
    top: 17px;
    right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .o-m__faq-content_item:hover .o-m__faq-content_item_icon_ball {
    transform: rotate(90deg);
  }
}
.o-m__faq-content_item_label {
  font-size: 16px;
  padding: 25px 50px 0px 60px;
  position: relative;
  display: block;
}
.o-m__faq-content_item_label:before {
  content: "Q";
  position: absolute;
  left: 30px;
  top: 22px;
  font-size: 22px;
  color: #007bc7;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_label {
    font-size: 14px;
    padding: 17px 33px 2px 35px;
  }
  .o-m__faq-content_item_label:before {
    left: 13px;
    top: 13px;
  }
}
.o-m__faq-content_item_answer {
  width: 95%;
  height: 0;
  opacity: 0;
  padding: 0 25px 0 45px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #edf7ff;
  border-radius: 10px;
  transition: all ease 0.3s;
}
.o-m__faq-content_item_answer_title {
  font-size: 16px;
  padding: 0 0 10px;
  color: #007bc7;
  font-weight: 700;
  position: relative;
}
.o-m__faq-content_item_answer_title:before {
  content: "A";
  position: absolute;
  font-weight: 500;
  left: -25px;
  top: -3px;
  font-size: 22px;
  color: #007bc7;
}
.o-m__faq-content_item_answer_detail {
  font-size: 14px;
  line-height: 1.6;
}
.o-m__faq-content_item_answer_detail_note {
  font-size: 10px;
  padding: 5px 0 0;
}
.o-m__faq-content_item_answer_link-area {
  padding: 15px 0 0;
}
.o-m__faq-content_item_answer_link-area a {
  margin-right: 10px;
}
.o-m__faq-content_item_answer._js_open {
  padding: 25px 25px 25px 45px;
  opacity: 1;
  margin: 15px auto 0;
  height: auto;
  visibility: visible;
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_answer._js_open {
    margin-top: 10px;
    padding: 20px 20px 20px 40px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__faq-content_item_answer {
    width: 93%;
    padding: 0 15px 0 40px;
  }
  .o-m__faq-content_item_answer_link-area {
    padding: 5px 0 0;
  }
  .o-m__faq-content_item_answer_link-area a {
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .o-m__rseries .o-c__heading-lead {
    text-align: left;
  }
}
.o-m__rseries-content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list {
    display: block;
  }
  .o-m__rseries-content_list._other_series {
    display: flex;
    justify-content: space-between;
  }
  .o-m__rseries-content_list._other_series .o-m__rseries-content_list_item {
    width: 48%;
  }
}
.o-m__rseries-content_list_item {
  background-color: #fff;
  width: calc((100% - 40px) / 3);
  padding: 30px 0 25px;
  border-radius: 10px;
  text-align: center;
  transition: all ease 0.3s;
}
.o-m__rseries-content_list_item a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item a .o-c__btn-link {
    padding: 10px 35px 7px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item {
    width: 100%;
    padding: 20px 0 15px;
    margin: 0 0 15px;
  }
}
.o-m__rseries-content_list_item_logo {
  display: block;
  margin: 0 auto;
  width: 175px;
  padding-bottom: 22px;
}
.o-m__rseries-content_list_item_logo.w-large {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_logo {
    width: 145px;
    height: auto;
    padding-bottom: 20px;
  }
  .o-m__rseries-content_list_item_logo img {
    width: 100%;
    height: auto;
  }
}
.o-m__rseries-content_list_item_name {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #464646;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_name {
    font-size: 16px;
    line-height: 20px;
  }
}
.o-m__rseries-content_list_item_ttl {
  display: block;
  color: #323232;
  font-size: 16px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_ttl {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.o-m__rseries-content_list_item ._sub_title {
  font-size: 14px;
  padding-bottom: 10px;
}
.o-m__rseries-content_list_item ._meisai {
  background-color: #267d00;
  border-color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover {
  background-color: #fff;
  color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover:after {
  border-top: 2px solid #267d00;
  border-right: 2px solid #267d00;
}
.o-m__rseries-content_list_item ._hanbai {
  background-color: #f53c20;
  border-color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover {
  background-color: #fff;
  color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover:after {
  border-top: 2px solid #f53c20;
  border-right: 2px solid #f53c20;
}
.o-m__rseries-content_list_item ._kintai {
  background-color: #2531b7;
  border-color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover {
  background-color: #fff;
  color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover:after {
  border-top: 2px solid #2531b7;
  border-right: 2px solid #2531b7;
}
.o-m__rseries-content_list_item ._keiri-plus {
  background-color: #0068b7;
  border-color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover {
  background-color: #fff;
  color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover:after {
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
}
.o-m__rseries-content_list_item ._partner {
  background-color: #464646;
  border-color: #464646;
  padding: 10px 30px 7px;
}
.o-m__rseries-content_list_item ._partner:hover {
  background-color: #fff;
  color: #464646;
}
.o-m__rseries-content_list_item ._partner:hover:after {
  border-top: 2px solid #464646;
  border-right: 2px solid #464646;
}
.o-m__rseries-content_list_item ._denshihozon {
  background-color: #a43fd1;
  border-color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover {
  background-color: #fff;
  color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover:after {
  border-top: 2px solid #a43fd1;
  border-right: 2px solid #a43fd1;
}
.o-m__rseries-content_list_item ._seikyu {
  background-color: #0ba578;
  border-color: #0ba578;
}
.o-m__rseries-content_list_item ._seikyu:hover {
  background-color: #fff;
  color: #0ba578;
}
.o-m__rseries-content_list_item ._seikyu:hover:after {
  border-top: 2px solid #0ba578;
  border-right: 2px solid #0ba578;
}
.o-m__rseries-content_list_item ._saikenkanri {
  background-color: #00ad0e;
  border-color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover {
  background-color: #fff;
  color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover:after {
  border-top: 2px solid #00ad0e;
  border-right: 2px solid #00ad0e;
}
.o-m__rseries-content_list_item ._jinjiroumu {
  background-color: #107de8;
  border-color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover {
  background-color: #fff;
  color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover:after {
  border-top: 2px solid #107de8;
  border-right: 2px solid #107de8;
}
.o-m__rseries-content_list_item:nth-child(n+4) {
  width: calc((100% - 40px) / 5);
}
.o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
    width: 145px;
  }
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo.w-large {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) {
    width: 100%;
  }
}

.o-m__panel-linkdata {
  text-align: center;
}
.o-m__panel-linkdata_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.o-m__panel-linkdata_column._column_3 ._column_data {
  flex-basis: 31.333%;
  margin-bottom: 25px;
}
@media screen and (min-width: 577px) {
  .o-m__panel-linkdata_column._column_3 ._column_data:not(:nth-child(3n)) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__panel-linkdata_column._column_3 {
    justify-content: space-between;
  }
  .o-m__panel-linkdata_column._column_3 ._column_data {
    flex-basis: 48.5%;
    margin-bottom: 10px;
  }
}
.o-m__panel-listdata {
  text-align: center;
}
.o-m__panel-listdata_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-m__panel-listdata_column._column_3 ._column_data {
  flex-basis: 31.333%;
  margin-bottom: 25px;
}
@media screen and (max-width: 576px) {
  .o-m__panel-listdata_column._column_3 {
    display: block;
  }
  .o-m__panel-listdata_column._column_3 ._column_data {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.o-m__panel-link {
  padding: 20px 0 0;
}
.o-m__panel-note {
  padding: 0;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .o-m__panel-listdata_column._column_3 ._column_data {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__panel-listdata_column._column_3 ._column_data {
    flex-basis: 100%;
  }
}

.o-m__price-content {
  width: 700px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.o-m__price-content_plus {
  width: 14%;
  text-align: center;
  font-size: 50px;
  line-height: 1;
  display: grid;
  place-items: center;
}
.o-m__price-content_box {
  width: 43%;
  text-align: center;
  background-color: #fff;
  padding: 30px 20px 10px;
  border-radius: 10px;
}
.o-m__price-content_title {
  font-size: 18px;
  font-weight: 700;
  color: #007bc7;
}
.o-m__price-content_text {
  font-size: 24px;
}
.o-m__price-content_text_amount {
  font-size: 40px;
  font-weight: 700;
}
.o-m__price-content_tax {
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .o-m__price-content {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__price-content {
    width: 100%;
    display: block;
  }
  .o-m__price-content_plus {
    width: 100%;
  }
  .o-m__price-content_box {
    width: 80%;
    padding: 20px 5px 5px;
    margin: 0 auto;
  }
  .o-m__price-content_title {
    font-size: 18px;
    padding: 0 0 5px;
  }
  .o-m__price-content_text {
    font-size: 18px;
    line-height: 1;
  }
  .o-m__price-content_text_amount {
    font-size: 30px;
  }
}
.o-m__price-cta {
  text-align: center;
  padding: 55px 0 0;
}
.o-m__price-cta .o-c__cta-link_orange {
  display: inline-block;
  margin: 0px auto;
}
@media screen and (max-width: 576px) {
  .o-m__price-cta {
    padding: 35px 0 0;
  }
}

.o-m__price {
  border-bottom: solid 1px #fff;
}
.o-m__price-cta .o-c__cta-link_border {
  display: inline-block;
  margin: 0px auto;
}
.o-m__price-cta + .o-m__price-cta {
  padding-top: 30px;
}
@media screen and (max-width: 576px) {
  .o-m__price-cta + .o-m__price-cta {
    padding-top: 20px;
  }
}

.p__feature-strengths_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p__feature-strengths_item {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  width: 48%;
  text-align: center;
}
.p__feature-strengths_item:nth-child(n+3) {
  margin-top: 40px;
}
.p__feature-strengths_content {
  margin: 21px auto;
}
.p__feature-strengths_content:not(.p__feature-strengths_icon) {
  width: 339px;
}
.p__feature-strengths_icon {
  background-color: #edf7ff;
  width: 96px;
  height: 96px;
  border-radius: 50px;
  display: grid;
  place-items: center;
}
.p__feature-strengths_title_sub {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 5px;
  color: #333;
}
.p__feature-strengths_tit_min {
  font-size: 10px;
  margin-right: 10px;
  color: #4c4948;
}
.p__feature-strengths_title_main {
  font-size: 24px;
  font-weight: 700;
  color: #007bc7;
}
.p__feature-strengths_note {
  text-align: left;
}
.p__feature-strengths_note_text {
  font-size: 14px;
  line-height: 1.6;
}
.p__feature-strengths_note_text_min {
  font-size: 10px;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 8px;
}
.p__feature-strengths_note_text_min a {
  color: inherit;
  text-decoration: none;
}
.p__feature-strengths_link {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p__feature-strengths .o-c__heading-lead {
    text-align: left;
  }
  .p__feature-strengths_item {
    border-radius: 10px;
    padding: 30px 20px 25px;
    width: 100%;
  }
  .p__feature-strengths_item:nth-child(n+2) {
    margin-top: 20px;
  }
  .p__feature-strengths_content {
    margin: 16px auto;
  }
  .p__feature-strengths_content img {
    height: auto;
  }
  .p__feature-strengths_content:not(.p__feature-strengths_icon) {
    width: 95.936%;
  }
  .p__feature-strengths_icon {
    width: 75px;
    height: 75px;
  }
  .p__feature-strengths_icon img {
    width: 45px;
    height: 45px;
  }
  .p__feature-strengths_title_sub {
    line-height: 1.3;
  }
  .p__feature-strengths_tit_min {
    margin-right: 5px;
  }
  .p__feature-strengths_title_main {
    font-size: 18px;
  }
  .p__feature-strengths_note_text_min {
    margin-top: 5px;
  }
  .p__feature-strengths_note_text_min a {
    color: inherit;
    text-decoration: none;
  }
  .p__feature-strengths_content_image {
    width: 100%;
    height: auto;
  }
}
.p__feature-resolution {
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p__feature-resolution {
    background-color: transparent;
  }
}
.p__feature-resolution-inner > .p__feature-resolution-cnt {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0;
  transition: all 0.5s ease;
}
@media screen and (min-width: 769px) {
  .p__feature-resolution-inner > .p__feature-resolution-cnt {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .p__feature-resolution-inner > .p__feature-resolution-cnt.show {
    display: block;
  }
}
.p__feature-resolution-box-current {
  width: 100%;
  order: 5;
  padding: 80px 0 0 0;
}
.p__feature-resolution-box-current .p__feature-resolution-cnt {
  opacity: 0;
  display: block !important;
}
.p__feature-resolution-box-current .p__feature-resolution-cnt.default {
  opacity: 1;
}
.p__feature-resolution-box-current .p__feature-resolution-cnt.left {
  animation-name: slideL;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
.p__feature-resolution-box-current .p__feature-resolution-cnt.right {
  animation-name: slideR;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
@media screen and (max-width: 768px) {
  .p__feature-resolution-tab {
    position: relative;
    font-size: 16px;
    margin: 0 20px;
  }
  .p__feature-resolution-tab:nth-of-type(n + 2) {
    margin-top: 50px;
  }
  .p__feature-resolution-tab:nth-of-type(n + 2)::after {
    position: absolute;
    content: "";
    margin: auto;
    display: block;
    top: -25px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
  }
  .p__feature-resolution-tab::before {
    border-top-color: #edf7ff;
    z-index: -1;
  }
  .p__feature-resolution-tab > span::after {
    border-color: transparent transparent #007bc7 #007bc7;
  }
}
@keyframes slideL {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideR {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.p__feature-resolution-tab {
  height: 60px;
  background-color: #f6f6f6;
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-right: 38px;
}
.p__feature-resolution #btn_tab03 {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p__feature-resolution-tab {
    margin: 0 25px;
  }
  .p__feature-resolution #btn_tab03 {
    margin-right: 25px;
  }
}
@media screen and (min-width: 769px) {
  .p__feature-resolution-tab {
    width: 308px;
  }
}
.p__feature-resolution-tab:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: 14px solid transparent;
  border-top-color: #f6f6f6;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p__feature-resolution-tab.current {
    background-color: #edf7ff;
    color: #007bc7;
    filter: drop-shadow(0px 2px 0px #007bc7);
  }
  .p__feature-resolution-tab.current:before {
    bottom: -28px;
    border-top-color: #edf7ff;
  }
}
@media screen and (max-width: 768px) {
  .p__feature-resolution-tab.show {
    color: #007bc7;
    background-color: #edf7ff;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0));
  }
  .p__feature-resolution-tab.show:before {
    bottom: -28px;
    border-top-color: #edf7ff;
  }
  .p__feature-resolution-tab > span:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #007bc7;
    border-color: transparent transparent #007bc7 #007bc7;
    position: absolute;
    right: 20px;
    top: calc(50% - 14px);
    transition: all 0.5s ease;
    transform: rotate(315deg);
  }
  .p__feature-resolution-tab.show > span:after {
    transform: rotate(315deg) scale(-1, -1);
    top: 40%;
  }
}
.p__feature-resolution-tab span {
  position: relative;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.p__feature-resolution-inner {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p__feature-resolution-inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p__feature-resolution-inner {
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .p__feature-resolution-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p__feature-resolution-inner #btn_tab01 {
    order: 1;
  }
  .p__feature-resolution-inner #btn_tab02 {
    order: 2;
  }
  .p__feature-resolution-inner #btn_tab03 {
    order: 3;
  }
  .p__feature-resolution-inner #btn_tab04 {
    order: 4;
  }
  .p__feature-resolution-inner .p__feature-resolution-cnt.current {
    order: 5;
  }
  .p__feature-resolution-inner[data=cnt_tab01]:before {
    left: 40px;
  }
  .p__feature-resolution-inner[data=cnt_tab02]:before {
    left: calc((100% - 30px - 80px) / 3 + 10px + 40px);
  }
  .p__feature-resolution-inner[data=cnt_tab03]:before {
    left: calc((100% - 30px - 80px) / 3 * 2 + 20px + 40px);
  }
}
.p__feature-resolution-prev, .p__feature-resolution-next {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background: #007bc7;
  background-size: contain;
  top: 195px;
  cursor: pointer;
}
.p__feature-resolution-prev::after, .p__feature-resolution-next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  right: 10%;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -6px;
}
.p__feature-resolution-prev {
  left: -65px;
  transform: rotate(180deg);
}
.p__feature-resolution-next {
  right: -65px;
}
.p__feature-resolution-prev > span, .p__feature-resolution-next > span {
  display: none;
}
@media screen and (max-width: 768px) {
  .p__feature-resolution-prev, .p__feature-resolution-next {
    display: none;
  }
}
.p__feature-resolution-Link {
  transition: opacity 0.2s ease-out;
}
.p__feature-resolution-Link:hover {
  opacity: 0.8;
}
.p__feature-resolution-box {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.p__feature-resolution-box + .p__feature-resolution-box {
  margin-top: 60px;
  width: 1000px;
}
.p__feature-resolution-tit {
  width: 360px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  background-color: #333333;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
.p__feature-resolution-blue {
  background-color: #007bc7;
}
.p__feature-resolution-item {
  background-color: #f6f6f6;
  border-radius: 15px;
  padding: 40px;
  width: 48%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.p__feature-resolution-item::before, .p__feature-resolution-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -66px;
  margin: auto 0;
}
.p__feature-resolution-item::before {
  width: 66px;
  height: 2px;
  background-color: #007bc7;
}
.p__feature-resolution-item::after {
  width: 25px;
  height: 25px;
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
  transform: rotate(45deg);
  right: -64px;
}
.p__feature-resolution-item.p__feature-resolution-blue {
  background-color: #edf7ff;
  z-index: 1;
  padding: 40px 40px 40px 70px;
}
.p__feature-resolution-item.p__feature-resolution-blue::before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto 0;
  background-color: #fff;
}
.p__feature-resolution-item.p__feature-resolution-blue::after {
  display: none;
}
.p__feature-resolution-item .p__feature-resolution-txt {
  font-size: 16px;
  font-weight: 700;
}
.p__feature-resolution-item.p__feature-resolution-blue .p__feature-resolution-txt {
  color: #007bc7;
}
.p__feature-resolution-item .p__feature-resolution-txtBox {
  margin: 25px 0 0 0;
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
  height: 72%;
  font-size: 14px;
  line-height: 22px;
  height: 72%;
}
.p__feature-resolution-item .p__feature-resolution-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
.p__feature-resolution-item .p__feature-resolution-list-item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.p__feature-resolution-item .p__feature-resolution-list-item:last-child {
  margin-bottom: 0;
}
.p__feature-resolution-item.p__feature-resolution-blue .p__feature-resolution-list-item {
  margin-bottom: 15px;
  padding-left: 26px;
}
.p__feature-resolution-item.p__feature-resolution-blue .p__feature-resolution-list-item:last-child {
  margin-bottom: 0;
}
.p__feature-resolution-item:not(.p__feature-resolution-blue) .p__feature-resolution-list-item::after {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "・";
  vertical-align: middle;
}
.p__feature-resolution-item.p__feature-resolution-blue .p__feature-resolution-list-item::before {
  content: "";
  width: 12px;
  height: 8px;
  border-radius: 0;
  background: none;
  border-top: solid 2px #007bc7;
  border-right: solid 2px #007bc7;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  transform: rotate(135deg);
}
.p__feature-resolution-box.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .p__feature-resolution-box.pc-only {
    display: none;
  }
  .p__feature-resolution .o-c__heading-lead {
    text-align: left;
  }
  .p__feature-resolution-box-current {
    display: none;
  }
  .p__feature-resolution-inner > .p__feature-resolution-cnt, .p__feature-resolution-inner > .p__feature-resolution-cnt.show {
    width: 89.336%;
    margin: 0 auto;
    padding: 0;
  }
  .p__feature-resolution-box, .p__feature-resolution-box.sp-only {
    position: static;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
  }
  .p__feature-resolution-box + .p__feature-resolution-box {
    margin-top: 50px;
    width: 100%;
  }
  .p__feature-resolution-tit {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 88%;
    height: 50px;
    border-radius: 25px;
    font-size: 14px;
  }
  .p__feature-resolution-item {
    position: relative;
    border-radius: 10px;
    padding: 25px 25px 30px;
    width: 100%;
  }
  .p__feature-resolution-item::before, .p__feature-resolution-item::after {
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .p__feature-resolution-item::before {
    width: 2px;
    height: 40px;
  }
  .p__feature-resolution-item::after {
    width: 20px;
    height: 20px;
    transform: rotate(134deg);
    bottom: -37px;
  }
  .p__feature-resolution-item.p__feature-resolution-blue {
    padding: 25px 25px 30px;
  }
  .p__feature-resolution-item.p__feature-resolution-blue::before {
    display: none;
  }
  .p__feature-resolution-item + .p__feature-resolution-item {
    margin-top: 80px;
  }
  .p__feature-resolution-item .p__feature-resolution-txt {
    line-height: 25px;
  }
  .p__feature-resolution-item .p__feature-resolution-txtBox {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p__feature-denshichobo .o-c__heading-lead {
    text-align: left;
  }
}
.p__feature-denshichobo_content {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p__feature-denshichobo_content {
    margin-top: 30px;
    padding: 0px 20px;
  }
}
.p__feature-denshichobo_content_box {
  width: 48%;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 40px 120px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p__feature-denshichobo_content_box {
    width: 100%;
    padding: 0 20px 25px;
    margin-bottom: 40px;
  }
  .p__feature-denshichobo_content_box:last-child {
    margin-bottom: 0;
  }
}
.p__feature-denshichobo_content_link {
  position: absolute;
  bottom: 30px;
  padding: 21px 0px;
  left: calc(50% - 165px);
  width: 330px;
  display: inline-block;
  border-radius: 60px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  background: #007bc7;
  text-decoration: none;
  text-align: center;
  border: 2px solid #007bc7;
  transition: all 0.3s ease;
}
.p__feature-denshichobo_content_link span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.p__feature-denshichobo_content_link span::after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.p__feature-denshichobo_content_link:hover {
  background: #ffffff;
  color: #007bc7;
}
.p__feature-denshichobo_content_link:hover span::after {
  border-color: #007bc7;
}
@media screen and (max-width: 768px) {
  .p__feature-denshichobo_content_link {
    position: static;
    padding: 12px 0px;
    width: 100%;
    font-size: 14px;
    margin-top: 22px;
  }
  .p__feature-denshichobo_content_link span::after {
    right: 15px;
  }
}
.p__feature-denshichobo_content_title {
  min-height: 80px;
  display: block;
  position: relative;
  z-index: 50;
  padding: 36px 0 0 115px;
  text-align: left;
}
.p__feature-denshichobo_content_title_annotation {
  font-size: 12px;
}
.p__feature-denshichobo_content_title_icon {
  position: absolute;
  top: -35px;
  left: -20px;
  width: 140px;
  height: 140px;
  border-radius: 90px;
  background-color: #fff;
  text-align: center;
  display: grid;
  place-items: center;
}
.p__feature-denshichobo_content_title_icon img {
  width: 85px;
  height: 85px;
}
.p__feature-denshichobo_content_title h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #007bc7;
  position: relative;
}
.p__feature-denshichobo_content_title._2line {
  padding: 17px 0 0 120px;
}
.p__feature-denshichobo_content_title._2line h3 {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p__feature-denshichobo_content_title {
    height: auto;
    padding: 80px 0 7px 0;
  }
  .p__feature-denshichobo_content_title_icon {
    width: 112px;
    height: 112px;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p__feature-denshichobo_content_title_icon img {
    width: 80px;
    height: 80px;
  }
  .p__feature-denshichobo_content_title h3 {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 10px;
  }
  .p__feature-denshichobo_content_title h3.last {
    margin-top: 8px;
  }
  .p__feature-denshichobo_content_title._2line {
    padding: 80px 0 10px 0;
  }
}
.p__feature-denshichobo_content_checklist {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-top: 11px;
  z-index: 51;
}
@media screen and (max-width: 768px) {
  .p__feature-denshichobo_content_checklist {
    margin-top: 0;
  }
}
.p__feature-denshichobo_content_checklist_item {
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: bold;
  position: relative;
}
.p__feature-denshichobo_content_checklist_item::before {
  content: "";
  width: 12px;
  height: 8px;
  border-radius: 0;
  background: none;
  border-top: solid 2px #007bc7;
  border-right: solid 2px #007bc7;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  transform: rotate(135deg);
}
.p__feature-denshichobo_content_checklist_item_label {
  background: linear-gradient(transparent 60%, #fae58e 0%);
}
.p__feature-denshichobo_content_checklist_item .sub {
  font-size: 10px;
}
.p__feature-denshichobo_content_checklist_item:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p__feature-denshichobo_content_checklist_item {
    padding: 0 0 0 20px;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }
  .p__feature-denshichobo_content_checklist_item::before {
    width: 12px;
    height: 8px;
  }
  .p__feature-denshichobo_content_checklist_item:nth-child(n+2) {
    margin-top: 0px;
    margin-bottom: 0;
  }
}
.p__feature-denshichobo_under {
  text-align: center;
  padding-top: 50px;
}
.p__feature-denshichobo_under_txt {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: #464646;
  text-align: center;
}
.p__feature-denshichobo_under h3 {
  font-size: 36px;
  line-height: 1;
  color: #007bc7;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
}
.p__feature-denshichobo_under h3 .in_img {
  display: inline-block;
  width: 176px;
  margin: 0px 15px 0px 0px;
  height: auto;
  vertical-align: -4px;
}
.p__feature-denshichobo_under h3 .in_img img {
  width: 100%;
  height: auto;
}
.p__feature-denshichobo_under_sublist {
  display: inline-block;
  margin-top: 25px;
}
.p__feature-denshichobo_under_sublist_txt {
  font-size: 10px;
  line-height: 18px;
  color: #464646;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p__feature-denshichobo_under {
    padding-top: 35px;
  }
  .p__feature-denshichobo_under_txt {
    font-size: 17px;
    line-height: 1.46;
    letter-spacing: 0;
  }
  .p__feature-denshichobo_under h3 {
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
    margin-top: 35px;
  }
  .p__feature-denshichobo_under h3 .in_img {
    width: 117px;
    margin: 0px;
    vertical-align: -3px;
    margin-right: 5px;
    margin-top: 7px;
  }
  .p__feature-denshichobo_under_sublist {
    display: block;
    margin-top: 35px;
  }
  .p__feature-denshichobo_under_sublist_txt {
    font-size: 10px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 576px) {
  .p__feature-denshichobo_under_txt {
    font-size: 15px;
  }
}
.p__feature-reputation.swiper-container {
  max-width: 1130px;
  margin: 50px auto 0;
  margin: 0 auto;
  position: relative;
}
.p__feature-reputation .swiper-button-prev {
  left: 0 !important;
  right: auto;
  background-color: #007bc7;
  background-image: none !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 25px !important;
}
@media screen and (max-width: 768px) {
  .p__feature-reputation .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  .p__feature-reputation .swiper-button-prev {
    left: 10px !important;
  }
}
.p__feature-reputation .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 35%;
  left: 42%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .p__feature-reputation .swiper-button-prev:after {
    top: 37%;
    width: 10px;
    height: 10px;
  }
}
.p__feature-reputation .swiper-button-next {
  right: 0 !important;
  left: auto;
  background-color: #007bc7;
  background-image: none !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 25px !important;
}
@media screen and (max-width: 768px) {
  .p__feature-reputation .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }
  .p__feature-reputation .swiper-button-next {
    right: 10px !important;
  }
}
.p__feature-reputation .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 35%;
  right: 42%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p__feature-reputation .swiper-button-next:after {
    top: 37%;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p__feature-reputation .p__feature-reputationinner {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.p__feature-reputation .reputation {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #edf7ff;
  border-radius: 20px;
  width: 92%;
  height: 100%;
  padding: 50px 40px;
  margin: auto;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p__feature-reputation .reputation {
    flex-direction: row;
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .p__feature-reputation .reputation {
    padding: 25px;
    width: 84%;
    border-radius: 25px;
  }
}
.p__feature-reputation_text {
  order: 2;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p__feature-reputation_text {
    order: 1;
    width: 62.73%;
  }
}
@media screen and (max-width: 768px) {
  .p__feature-reputation_text {
    width: calc(100% - 10px);
    margin-left: auto;
    margin-right: auto;
  }
}
.p__feature-reputation_text .p__feature-reputation_textin {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #007bc7;
  margin-bottom: 10px;
  padding-left: 26px;
}
.p__feature-reputation_text .p__feature-reputation_textin::before, .p__feature-reputation_text .p__feature-reputation_textin::after {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p__feature-reputation_text .p__feature-reputation_textin::before {
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #007bc7;
}
.p__feature-reputation_text .p__feature-reputation_textin::after {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p__feature-reputation_text .p__feature-reputation_textin {
    font-size: 13px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-bottom: 0;
    min-height: 21px;
    display: flex;
    align-items: center;
  }
}
.p__feature-reputation_text p:not(.p__feature-reputation_textin) {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 19px;
}
.p__feature-reputation_text p:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p__feature-reputation_text p:not(.p__feature-reputation_textin) {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .p__feature-reputation_text p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.p__feature-reputation_info {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  order: 2;
  width: 290px;
  margin-bottom: 0;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p__feature-reputation_info {
    border-radius: 5px;
    width: 100%;
    order: 1;
    margin-bottom: 15px;
    padding: 15px;
  }
}
.p__feature-reputation_info-head {
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #007bc7;
  display: flex;
  align-items: center;
}
.p__feature-reputation_info-label {
  padding-right: 14px;
  font-size: 15px;
}
.p__feature-reputation_info-star {
  color: #fae58e;
  font-size: 22px;
}
.p__feature-reputation_info-body {
  color: #222222;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.p__feature-reputation_info-text-box {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p__feature-reputation_info-text-box {
    margin-bottom: 0;
    order: 2;
  }
  .p__feature-reputation_info-label {
    padding-right: 14px;
    font-size: 13px;
  }
  .p__feature-reputation_info-star {
    font-size: 20px;
  }
  .p__feature-reputation_info-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .p__feature-reputation_info-image-box {
    order: 1;
  }
}
.p__feature-reputation_info-image-box {
  text-align: center;
}
.p__feature-reputation_info-image {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .p__feature-reputation_info-image {
    width: 50px;
    height: 50px;
  }
}
.p__feature-reputation_inner .swiper-pagination {
  position: static;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p__feature-reputation .o-c__heading-lead {
    text-align: left;
  }
  .p__feature-reputation.swiper-container {
    margin-top: 10px;
  }
  .p__feature-reputation_inner .swiper-pagination {
    margin-top: 15px;
  }
}