@charset "UTF-8";

#p-index-mv {
  background: #D6C9B4;
}

#p-index-mv__inner {
  width: 950px;
  height: auto;
  margin: 0 auto;
  background-size: 383px 459px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.webp #p-index-mv__inner {
  background-image: url('../img/mv_img.webp');
}

.no-webp #p-index-mv__inner {
  background-image: url('../img/mv_img.png');
}

#p-index-mv__inner h1 {
  padding: 56px 0 62px;
}

#p-index-mv__inner {
  font-size: 17px;
  font-weight: bold;
}

.p-index-mv__flex {
  display: flex;
  align-items: center;
}

.p-index-mv__flex-text {
  font-size: 24px;
  line-height: 1.5;
  margin-right: 16px;
}

.p-index-mv__sp-cta {
  padding-bottom: 24px;
}

.p-index-mv__sp-cta .c-text-caution {
  font-size: 12px;
  display: flex;
  flex-direction: column;
}

.p-index-mv__sp-cta .c-text-caution small:nth-child(2) {
  margin-left: 9px;
}

.p-index-mv__strength-text {
  margin-top: 10px;
  font-size: 25px;
  font-weight: bold;
}

.p-index-mv__strength-text span {
  color: #B6111C;
}

.p-index-mv__strength-text strong {
  font-size: 36px;
  font-weight: bold;
}

.p-index-mv__strength-text .c-text-sup {
  position: initial;
  font-size: .5em;
  vertical-align: revert;
}

.p-index-mv__caution {
  margin-top: 5px;
}

#p-index-mv__inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 546px;
  margin-top: 20px;
}

#p-index-mv__inner ul li {
  width: 268px;
}

#p-index-mainread {
  width: 100%;
  max-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.webp #p-index-mainread {
  background-image: url('../img/main_read_bg.webp');
}

.no-webp #p-index-mainread {
  background-image: url('../img/main_read_bg.jpg');
}

#p-index-mainread__img {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  min-height: 600px;
  padding-top: 55px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
}

.webp #p-index-mainread__img {
  background-image: url('../img/main_read_img.webp');
}

.no-webp #p-index-mainread__img {
  background-image: url('../img/main_read_img.png');
}

#p-index-mainread {
  font-size: 20px;
  font-weight: bold;
}

#p-index-mainread h2 {
  margin-top: 15px;
  font-size: 29px;
  font-weight: bold;
  line-height: 42px;
}

#p-index-mainread span {
  color: #B6111C;
  font-size: 34px;
  font-weight: bold;
}

#p-index-mainread span.color_red {
  font-size: 20px;
}

#p-index-mainread sup {
  top: 17px;
  right: 3px;
}

.warn_text {
  font-size: 11px;
  vertical-align: super;
}

.p-index-mainread__caution {
  margin-top: 15px;
}

#p-index-mainread .p-index-mainread__caution span {
  color: #555;
  font-size: 11px;
  font-weight: normal;
}

#p-index-mainread ul {
  display: flex;
  justify-content: space-between;
  width: 921px;
  margin: 27px auto 0;
}

.p-index-feature__left {
  background-color: #fff;
}

.p-index-feature__right {
  background: #EEF1F4;
}

.p-index-feature__inner {
  display: flex;
  justify-content: space-between;
  width: 1113px;
  margin: 0 auto;
  padding: 90px 0;
}

.p-index-feature__right .p-index-feature__inner {
  padding: 90px 0 0;
}

.p-index-feature__left:last-child .p-index-feature__inner {
  padding-bottom: 40px;
}

.p-index-feature__text {
  width: 490px;
}

.p-index-feature {
  font-size: 16px;
  line-height: 30px;
}

.p-index-feature h2 {
  margin: 30px 0 50px;
  font-size: 29px;
  line-height: 52px;
  font-weight: bold;
}

.p-index-feature a {
  width: 330px;
  margin-top: 40px;
}

.p-index-feature__caution {
  margin-top: 20px;
}

.p-index-feature__img-01 {
  margin: 20px -15px 0 0;
}

.p-index-feature__img-02 {
  position: relative;
  width: 533px;
  height: 582px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
}

.p-index-feature__img-02 p {
  position: absolute;
  opacity: 0;
  height: 0;
  max-height: 190px;
  padding: 16px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  transition: 1s all ease;
}

.p-index-feature__img-02 .p-index-feature__message-red {
  top: 40%;
  right: 20%;
  width: 0;
  height: 0;
  border-radius: 8px 8px 0 8px;
  background-color: #B6111C;
  transition-delay: 1s;
}

.p-index-feature__img-02 .p-index-feature__message-gray {
  top: 53%;
  left: 5%;
  width: 0;
  height: 0;
  transition-delay: 4s;
  border-radius: 8px 8px 8px 0;
  background-color: #414548;
}

.p-index-feature__img-02 p.is-show {
  opacity: 1;
  width: 277px;
  height: auto;
}

.p-index-feature__img-02 .p-index-feature__message-red.is-show {
  top: 20%;
  right: 5%;
}

.p-index-feature__img-02 .p-index-feature__message-gray.is-show {
  top: 49%;
}

.p-index-feature__img-02 p.is-show span {
  animation: featureFadeIn 1s;
  animation-fill-mode: both;
  animation-delay: 2s;
}

.p-index-feature__img-02 .p-index-feature__message-gray.is-show span {
  opacity: 0;
  animation: featureFadeIn 1s;
  animation-fill-mode: both;
  animation-delay: 5s;
}

@keyframes featureFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes featureFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.p-index-feature__img-03 {
  margin-top: -25px;
}

.p-index-feature__message-01 {
  position: absolute;
  right: -10px;
  top: 110px;
}

.p-index-feature__message-02 {
  position: absolute;
  left: 66px;
  top: 279px;
}

#p-index-cta-block__price {
  height: 299px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  transition: 1s all ease;
  pointer-events: none;
}

.webp #p-index-cta-block__price {
  background-image: url('../img/cta_price_bg.webp');
}

.no-webp #p-index-cta-block__price {
  background-image: url('../img/cta_price_bg.png');
}

#p-index-cta-block__price:hover {
  background-size: auto 110%;
}

#p-index-cta-block__price .btn {
  pointer-events: auto;
}

#p-index-cta-block__demo {
  width: 1110px;
  height: 299px;
  margin: 80px auto 0;
  padding-left: 95px;
}

#p-index-compare {
  background: #EEF1F4;
}

#p-index-compare__inner {
  width: 1110px;
  margin: 0 auto;
  padding: 110px 0;
  text-align: center;
}

#p-index-compare__inner h2 {
  font-size: 24px;
  font-weight: bold;
}

#p-index-compare__inner p {
  margin: 30px 0 50px;
}

#p-index-compare__inner p.compare_text {
  margin: 32px 0 8px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

#p-index-compare__inner .compare_button {
  width: 330px;
  display: inline-block;
  position: relative;
  min-height: 56px;
  padding: 21px 0;
  overflow: hidden;
  border: solid 1px #B6111C;
  border-radius: 2px;
  background-color: #B6111C;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  transition: .3s;
  color: #fff;
}

#p-index-compare__inner .compare_button:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

#p-index-compare__inner .compare_button:hover {
  border: solid 1px #B6111C;
  background-color: #fff;
  color: #B6111C;
}

#p-index-compare__inner .compare_button:hover span {
  background-image: url('../img/cta_arrow_red.svg');
}

#p-index-compare__inner .compare_button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  background-color: #fff;
  content: '';
  transition: transform .3s;
}

#p-index-compare__inner .compare_button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  background-image: url('../img/cta_arrow_white.svg');
  background-repeat: no-repeat;
  background-position: right 20px center;
}

#p-index-compare__table {
  display: block;
  width: 100%;
  border: solid 1px #B5B5B5;
  border-radius: 2px;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 24px;
}

#p-index-compare__table-sp {
  display: none;
}

#p-index-compare__table thead th:first-child {
  border-radius: 2px 0 0 0;
}

#p-index-compare__table thead th:last-child {
  border-radius: 0 2px 0 0;
}

#p-index-compare__table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 2px;
}

#p-index-compare__table tbody tr:last-child td:last-child {
  border-radius: 0 0 2px 0;
}

#p-index-compare__table th {
  padding: 19px 0;
  border-left: solid 1px #EEF1F4;
  border-bottom: solid 1px #DDDFE3;
  background: #DDDFE3;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

#p-index-compare__table th.p-index-compare__table-head_noborder_left {
  border-left: none;
}

#p-index-compare__table th.p-index-compare__table-head-gray {
  width: 117px;
  border-left: none;
  border-bottom: solid 1px #EEF1F4;
  background: #53575D;
  color: #fff;
}

#p-index-compare__table th.p-index-compare__table-head-red {
  border-left: none;
  border-bottom: none;
  background: #B6111C;
  color: #fff;
}

#p-index-compare__table td {
  max-width: 330px;
  min-width: 330px;
  padding: 19px 0;
  border-right: solid 1px #EEF1F4;
  border-bottom: solid 1px #EEF1F4;
  background: #fff;
  font-weight: bold;
  text-align: center;
}

#p-index-compare__table td.p-index-compare__table-info {
  padding: 30px 0;
  border-right: solid 1px #fff;
  background: #F2EEE8;
}

#p-index-compare__table td.p-index-compare__table-noborder_right {
  border-right: none;
}

#p-index-compare__table td p {
  margin: 22px 0 0 0;
  font-size: 19px;
  line-height: 30px;
}

#p-index-compare__table td p span {
  color: #B6111C;
}

#p-index-casestudy {
  padding: 100px 0 120px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  background-color: #EEF1F4;
}

.webp #p-index-casestudy {
  background-image: url('../img/casestudy_title_bg.webp');
}

.no-webp #p-index-casestud {
  background-image: url('../img/casestudy_title_bg.jpg');
}

#p-index-casestudy .p-index-casestudy__slide {
  overflow: hidden;
}

#p-index-casestudy .slick-list {
  overflow: visible;
}

#p-index-casestudy li {
  transition: transform .3s ease;
}

#p-index-casestudy li:hover {
  transform: translateY(-20px);
}

#p-index-casestudy li a {
  color: #231815;
}

#p-index-casestudy__title {
  width: 1110px;
  margin: 0 auto;
}

#p-index-casestudy__title h2 {
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  line-height: 52px;
}

#p-index-casestudy__title p {
  margin-top: 22px;
}

#p-index-casestudy__title .c-text-caution {
  color: #fff;
}

#p-index-casestudy ul {
  margin: 60px 0 0;
}

#p-index-casestudy li {
  max-width: 445px;
  margin: 0 20px;
  padding: 0 40px 26px;
  border-bottom: solid 5px #B6111C;
  border-radius: 2px;
  background-color: #fff;
}

#p-index-casestudy li h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#p-index-casestudy li p {
  line-height: 30px;
  min-height: 150px;
}

#p-index-casestudy .p-index-casestudy__company-img img {
  width: 100%;
}

#p-index-casestudy .p-index-casestudy__bg a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
}


.p-index-casestudy__company-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 25px;
  border-top: solid 1px #E0E0E0;
}

.p-index-casestudy__company-info picture {
  width: 35%;
}

.p-index-casestudy__company-info picture img {
  width: 100%;
}

.p-index-casestudy__company-info div {
  width: 60%;
  margin-left: 24px;
}

.p-index-casestudy__company-info h4 {
  margin-bottom: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.p-index-casestudy__company-info dl {
  display: flex;
  font-size: 13px;
  line-height: 22px;
}

.p-index-casestudy__company-info dt {
  width: 70px;
  font-weight: normal;
}

.p-index-cta__primary {
  margin-top: 45px;
  text-align: center;
}

.p-index-cta__primary a {
  width: 330px;
  margin: 0 auto;
}

#p-index-recommend {
  width: 1110px;
  margin: 80px auto 0;
  padding: 70px 0;
  background-color: #EEF1F4;
}

#p-index-recommend img {
  transition: transform .3s ease;
}

#p-index-recommend img:hover {
  transform: scale(1.1, 1.1);
}

#p-index-recommend .recommend_content {
  display: flex;
  justify-content: center;
  align-items: center;
}

#p-index-recommend .recommend_content a {
  margin: 0 24px;
}


#p-index-faq {
  padding: 110px 0;
  background-color: #EEF1F4;
}

#p-index-faq h2 {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.p-index-faq__list {
  width: 1110px;
  margin: 0 auto;
}

.p-index-faq__list li {
  margin-top: 30px;
}

.p-index-faq__list dt {
  padding: 28px 50px;
  background-image: url('../img/faq_close_icon.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 50px center;
  background-color: #BCA88B;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.p-index-faq__list dt::before {
  padding-right: 28px;
  font-size: 22px;
  content: "Q";
}

.p-index-faq__list dt.is-active {
  background-image: url('../img/faq_open_icon.svg');
}

.p-index-faq__list dd {
  display: none;
}

.p-index-faq__list dd div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 95px;
  background: #fff;
}

.p-index-faq__list dd p {
  width: 540px;
  font-size: 16px;
  line-height: 33px;
}

.p-index-faq__list dd a {
  width: 330px;
}

.p-index-faq__list .accordio_heed {
  font-size: 12px;
  vertical-align: middle;
}

#l-header .top_link {
  display: flex;
}

#l-header .top_link-text {
  display: block;
  color: #231815;
}

.column-header#l-header .top_link-text {
  color: #777777;
}

#l-header .top_link-link {
  color: #231815;
  text-decoration: underline;
}

.p-index-flow {
  padding: 110px 0;
  background-color: #fff;
}

.p-index-flow h2 {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.p-index-flow-inner {
  max-width: 1110px;
  width: 90%;
  margin: 0 auto;
}

.flow_list {
  display: flex;
  justify-content: space-between;
}

.flow_list_item {
  width: 268px;
  min-height: 192px;
  border: solid 1px #B5B5B5;
  position: relative;
}

.flow_list_item br {
  display: none;
}

.flow_list_arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 16px;
}

.flow_list_arrow span {
  position: relative;
  padding-left: 25px;
}

.flow_list_arrow span::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #B5B5B5;
  border-right: 3px solid #B5B5B5;
  border-radius: 2px;
  transform: rotate(45deg);
}

.flow_list_arrow span::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  width: 20px;
  height: 3px;
  background: #B5B5B5;
  border-radius: 2px;
}

.flow_list_item:last-of-type {
  width: 162px;
  min-height: 192px;
  background: #F2EEE8;
  margin-right: 0;
}

.flow_list_item dt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  background: #DDDFE3;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow_list_item:last-of-type dt {
  background: none;
}

.flow_list_item dd {
  display: flex;
  justify-content: space-between;
  margin: 16px 16px 16px 0;
}

.flow_item-img {
  width: 64px;
}

.flow_item-img img {
  width: 100%;
}

.flow_item-text {
  line-height: 24px;
  width: calc(100% - 64px);
  letter-spacing: 1px;
}

.flow_item-text a {
  color: #C7000A;
  text-decoration: underline;
}

.flow_list_item:last-of-type dd {
  flex-direction: column;
  margin: 0 16px 16px;
}

.flow_list_item:last-of-type .flow_item-img {
  margin: 0 auto;
}

.flow_list_item:last-of-type .flow_item-text {
  width: auto;
  font-size: 14px;
  line-height: 21px;
}

@media only screen and (max-width: 1440px) {
  #p-index-mainread__img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1127px) {
  .p-index-feature__inner {
    width: 90%;
  }

  .p-index-feature__img-01 {
    width: 50%;
  }

  .p-index-feature__img-01 img {
    width: 100%;
    height: auto;
  }

  .p-index-feature__img-02 {
    width: 490px;
  }

  .p-index-feature__img-02 img {
    width: 100%;
    height: auto;
  }

  .p-index-feature__img-03 {
    width: 50%;
  }

  .p-index-feature__img-03 img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1110px) {
  #p-index-mv__inner {
    width: 90%;
  }

  #p-index-mv__inner h1 {
    padding-bottom: 36px;
  }

  #p-index-mainread ul {
    width: 100%;
  }

  #p-index-mainread ul li {
    width: 33%;
  }

  #p-index-mainread ul img {
    width: 90%;
    height: auto;
  }

  #p-index-mainread__img {
    min-height: auto;
    padding-bottom: 55px;
  }

  .p-index-feature__inner {
    width: 90%;
  }

  .p-index-feature__inner {
    align-items: center;
  }

  #p-index-cta-block__price {
    background-position: left center;
  }

  #p-index-compare__inner {
    width: 90%;
  }

  #p-index-compare__inner img {
    width: 100%;
    height: auto;
  }

  #p-index-compare__table th {
    font-size: 14px;
  }

  #p-index-compare__table th.p-index-compare__table-head-gray {
    width: 10%;
    font-size: 14px;
  }

  #p-index-compare__table th.p-index-compare__table-head-red {
    font-size: 14px;
  }

  #p-index-compare__table td {
    min-width: auto;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    vertical-align: middle;
  }

  #p-index-compare__table td img {
    width: 80%;
  }

  #p-index-compare__table td p {
    font-size: 16px;
  }

  #p-index-casestudy__title {
    width: 90%;
  }

  #p-index-casestudy {
    padding-top: 60px;
  }

  #p-index-recommend {
    width: 90%;
    margin-top: 60px;
    padding: 60px 0;
  }

  .p-index-faq__list {
    width: 90%;
  }

  .p-index-faq__list dd div {
    padding: 35px 50px;
  }

  .p-index-faq__list dd p {
    width: 50%;
    font-size: 14px;
  }

  .p-index-faq__list dd a {
    width: 40%;
  }

  #p-index-recommend .recommend_content img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 950px) {
  #p-index-compare__table td {
    font-size: 14px;
  }

  #p-index-compare__table td p {
    font-size: 14px;
    line-height: 24px;
  }

  .p-index-compare__table-no-newline {
    display: none;
  }

  .flow_list_item br {
    display: block;
  }

  .flow_list_item dd {
    flex-direction: column;
    align-items: center;
    margin: 16px;
  }

  .flow_item-text {
    width: 100%;
    font-size: 14px;
  }

  .flow_list_arrow {
    margin: 0 8px;
  }

  .flow_item-img img {
    margin-bottom: 16px;
  }

  .flow_list_item:last-of-type dd {
    margin: 16px;
  }
}

@media only screen and (max-width: 936px) {
  .p-index-feature {
    font-size: 14px;
  }

  #p-index-casestudy__title h2 {
    font-size: 20px;
    line-height: 42px;
  }

  #l-header .top_link {
    flex-direction: column;
  }

  .column-header#l-header .top_link {
    flex-direction: inherit;
  }
}

@media only screen and (max-width: 768px) {

  #p-index-compare__inner .compare_button::before {
    display: none;
  }

  #p-index-compare__inner .compare_button:hover {
    color: #FFF;
    background-color: #B6111C;
  }

  #p-index-compare__inner .compare_button:hover span {
    background-image: url(../img/cta_arrow_white.svg);
  }

  .p-index-feature__inner p .pc-view {
    display: none;
  }

  .p-index-feature__inner {
    flex-flow: column-reverse;
    width: 90%;
    padding: 25px 0 70px;
  }

  .p-index-feature__right .p-index-feature__inner {
    flex-flow: column;
    padding: 25px 0 70px;
  }

  .p-index-feature__left:last-child .p-index-feature__inner {
    padding-bottom: 70px;
  }

  .p-index-feature__text {
    width: 100%;
  }

  .p-index-feature {
    font-size: 15px;
    line-height: 29px;
  }

  .p-index-feature h2 {
    margin: 22px 0 45px;
    font-size: 24px;
    line-height: 42px;
  }

  .p-index-feature a {
    width: 100%;
    margin-top: 35px;
  }

  .p-index-feature__img-01 {
    width: 100%;
  }

  .p-index-feature__img-01 img {
    width: 100%;
    height: auto;
  }

  .p-index-feature__img-02 {
    width: 100%;
    height: auto;
  }

  .p-index-feature__img-02 img {
    width: 100%;
    height: auto;
  }

  .p-index-feature__img-03 {
    width: 60%;
  }

  .p-index-feature__sp-cta {
    display: flex;
    flex-direction: column-reverse;
  }

  .p-index-feature__img-02 .p-index-feature__message-gray.is-show {
    top: 40%;
    transition-delay: 6s;
  }

  .p-index-feature__img-02 .p-index-feature__message-gray.is-show span {
    animation-delay: 7s;
  }

  .p-index-feature__img-03 {
    width: 100%;
    margin: 0 -5%;
  }

  .p-index-feature__message-01 {
    top: 110px;
    right: inherit;
    left: 20px;
  }

  .p-index-feature__message-02 {
    top: 110px;
    right: inherit;
    left: 20px;
  }

  .p-index-feature__img-02 .p-index-feature__message-red.is-show {
    top: 35%;
    animation: featureFadeOut 1s;
    animation-fill-mode: both;
    animation-delay: 6s;
  }

  #p-index-cta-block__demo {
    width: 90%;
    height: initial;
    margin: 60px auto 0;
    padding-left: 0;
    background-position: top left;
    background-size: cover;
  }

  .webp #p-index-cta-block__demo {
    height: initial;
    padding-bottom: 70px;
    background-image: url('../img/cta_demo_bg_sp.webp');
  }

  .no-webp #p-index-cta-block__demo {
    background-image: url('../img/cta_demo_bg_sp.png');
  }

  #p-index-cta-block__demo .c-button-cta-block__inner h3 {
    font-size: 20px;
  }

  #p-index-compare__table {
    display: none;
  }

  #p-index-compare__table-sp {
    display: block;
  }

  #p-index-compare__table-sp li {
    margin-bottom: 20px;
    border: solid 1px #B5B5B5;
    border-radius: 2px;
    overflow: hidden;
  }

  #p-index-compare__table-sp .p-index-compare__table-content {
    background: #fff;
    padding: 20px 0;
    position: relative;
  }

  #p-index-compare__table-sp .p-index-compare__table-content:nth-child(3) {
    background: #F2EEE8;
  }

  #p-index-compare__table-sp .p-index-compare__table-title {
    background: #DDDFE3;
    padding: 12px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }

  #p-index-compare__table-sp .p-index-compare__table-subtitle {
    background: #53575D;
    color: #fff;
    font-size: 14px;
    padding: 7px 0;
    width: 88%;
    margin: 0 auto;
    border-radius: 50px;
  }

  #p-index-compare__table-sp .p-index-compare__table-text {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    margin: 25px 0;
  }

  #p-index-compare__table-sp .p-index-compare__table-subtitle2 {
    background: #B6111C;
    color: #fff;
    font-size: 14px;
    padding: 7px 0;
    width: 88%;
    border-radius: 50px;
    position: absolute;
    z-index: 1;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
  }

  #p-index-compare__table-sp .p-index-compare__table-text2 {
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
  }

  #p-index-compare__table-sp .p-index-compare__table-text2 .red_text {
    color: #B6111C;
  }

  #p-index-compare__table-sp li .p-index-compare__table-content img {
    width: 80%;
    margin-top: 20px;
  }

  #p-index-compare__table-sp li:first-of-type .p-index-compare__table-content img {
    width: 35%;
  }

  #p-index-casestudy .c-button-primary.btn {
    display: block;
  }

  #p-index-casestudy li {
    width: auto;
    max-width: 360px;
    margin: 0;
    padding: 0;
    border-bottom: none;
    background-color: inherit;
  }

  .p-index-casestudy__bg {
    margin: 0 15px;
    padding: 0 6% 18px;
    background: #fff;
  }

  #p-index-casestudy li:first-child {
    display: block;
  }

  #p-index-casestudy li img {
    height: auto;
  }

  #p-index-casestudy li h3 {
    font-size: 16px;
  }

  #p-index-casestudy li p {
    font-size: 15px;
    line-height: 29px;
  }

  .p-index-casestudy__company-info {
    display: block;
    padding-top: 18px;
  }

  .slick-slide .p-index-casestudy__company-info img {
    display: none;
  }

  .p-index-casestudy__company-info div {
    width: 100%;
    margin: 0;
  }

  .p-index-casestudy__company-info h4 {
    margin-bottom: 13px;
  }

  .p-index-casestudy__company-info dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 20px;
  }

  .p-index-casestudy__company-info dt {
    width: inherit;
  }

  #p-index-casestudy li a.p-index-casestudy__sp-cta {
    display: inline-block;
    width: 100%;
    max-width: 330px;
    margin: 0 15px;
    padding: 12px 0;
    background: #B6111C;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }

  #p-index-recommend img {
    width: 80%;
    height: auto;
  }

  #p-index-faq {
    padding: 70px 0;
  }

  #p-index-faq h2 {
    padding-bottom: 30px;
    font-size: 21px;
  }

  .p-index-faq__list {
    width: 90%;
  }

  .p-index-faq__list li {
    margin-top: 15px;
  }

  .p-index-faq__list dt {
    position: relative;
    padding: 20px 50px 20px 44px;
    background-size: 16px;
    background-position: right 20px center;
    line-height: 25px;
    font-size: 16px;
  }

  .p-index-faq__list dt::before {
    position: absolute;
    left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .p-index-faq__list dd p {
    width: 100%;
    font-size: 15px;
    line-height: 29px;
  }

  .p-index-faq__list dd a {
    width: 100%;
    margin-top: 20px;
  }

  .p-index-faq__list dd div {
    flex-wrap: wrap;
    padding: 30px 20px;
  }

  #l-header .top_link {
    flex-direction: initial;
  }

  .flow_list {
    flex-direction: column;
  }

  .flow_list_item {
    width: 100%;
    min-height: 0;
  }

  .flow_list_item:last-of-type {
    width: 100%;
  }

  .flow_list_item dd {
    flex-direction: inherit;
    margin: 0;
    align-items: flex-start;
  }

  .flow_list_item:last-of-type dd {
    align-items: center;
  }

  .flow_item-img {
    background: #F2EEE8;
    width: 30%;
    min-height: 128px;
    margin-right: 8px;
  }

  .flow_item-img picture {
    display: block;
    margin: 8px auto;
  }

  .flow_item-text {
    width: 70%;
    margin: 16px 8px;
    font-size: 15px;
  }

  .flow_list_arrow {
    margin: 16px 8px;
  }

  .flow_list_arrow span::before {
    transform: rotate(135deg);
    left: 3px;
  }

  .flow_list_arrow span::after {
    transform: rotate(90deg);
    width: 17px;
  }
}

@media only screen and (max-width: 767px) {
  #p-index-mv__inner {
    width: 100%;
    padding-left: 24px;
    font-size: 11px;
    background-size: 333px 409px;
  }

  #p-index-mv__inner a {
    width: 100%;
    padding: 10px 0;
    line-height: 18px;
  }

  #p-index-mv__inner h1 {
    padding: 26px 0;
  }

  #p-index-mv__inner h1 img {
    width: auto;
  }

  .p-index-mv__caution {
    margin-top: 10px;
    font-weight: bold;
    text-stroke: 0.3px #CFBFA9;
    -webkit-text-stroke: 0.3px #CFBFA9;
  }

  .p-index-mv__strength-text {
    font-size: 16px;
  }

  .p-index-mv__strength-text strong {
    font-size: 24px;
  }

  #p-index-casestudy {
    padding: 70px 0;
  }

  .flow_list_item:last-of-type .flow_item-img {
    width: 160px;
  }

  .p-index-mv__flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .p-index-mv__flex img {
    width: clamp(9.25rem, 6.745rem + 10.69vw, 11.875rem);
  }

  .p-index-mv__flex-text {
    margin: 0 0 6px 0;
    font-size: clamp(1rem, 0.523rem + 2.04vw, 1.5rem);
  }

  .c-text-caution small {
    font-size: 68%;
  }

  .p-index-mv__sp-cta {
    display: flex;
    flex-direction: column;
  }

  #p-index-mv__inner ul {
    margin-top: 16px;
  }

  #p-index-mainread {
    padding-bottom: 35px;
    max-height: inherit;
    background-size: 100%;
  }

  .webp #p-index-mainread {
    background-image: url('../img/main_read_bg_sp.webp');
    background-repeat: repeat;
  }

  .no-webp #p-index-mainread {
    background-image: url('../img/main_read_bg_sp.jpg');
  }

  #p-index-mainread__img {
    width: 100%;
    max-width: auto;
    min-height: auto;
    margin: 0 auto;
    padding-top: 37px;
    background-image: none;
  }

  .webp #p-index-mainread__img {
    background: none;
  }

  #p-index-mainread {
    font-size: 15px;
  }

  #p-index-mainread h2 {
    margin-top: 17px;
    font-size: 24px;
    line-height: 36px;
  }

  #p-index-mainread span {
    font-size: 26px;
  }

  #p-index-mainread sup {
    position: initial;
    vertical-align: revert;
    font-size: .5em;
  }

  #p-index-mainread ul {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }

  #p-index-mainread ul img {
    width: 219px;
    height: auto;
  }

  #p-index-mainread ul li {
    width: auto;
    margin-top: 16px;
  }

  #p-index-mainread ul li:nth-child(1) {
    margin-top: 0;
  }

  #p-index-compare__inner .compare_button {
    width: 100%;
  }

  #p-index-mainread__img {
    padding-bottom: 0;
  }

  #p-index-cta-block__price {
    height: initial;
    padding-bottom: 70px;
  }

  .webp #p-index-cta-block__price {
    background-image: url(../img/cta_price_bg_sp.png);
    background-size: cover;
  }

  #p-index-cta-block__price .c-button-primary {
    display: block;
  }

  #p-index-compare__inner {
    padding: 70px 0;
  }

  #p-index-compare__inner h2 {
    font-size: 21px;
  }

  #p-index-compare__inner p {
    margin: 30px 0 40px;
    line-height: 29px;
    text-align: left;
  }

  #p-index-compare__inner li {
    padding-bottom: 20px;
  }

  #p-index-compare__inner li img {
    width: 100%;
    height: auto;
  }

  .webp #p-index-casestudy {
    background-image: url('../img/casestudy_title_bg_sp.webp');
  }

  .no-webp #p-index-casestudy {
    background-image: url('../img/casestudy_title_bg_sp.png');
  }

  #p-index-casestudy__title {
    width: 90%;
  }

  #p-index-casestudy__title h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
  }

  #p-index-casestudy__title p {
    margin-top: 20px;
    color: #fff;
  }

  #p-index-casestudy .p-index-casestudy__bg a {
    min-height: 540px;
  }

  #p-index-compare__table-sp li {
    padding-bottom: 0;
  }

  #p-index-compare__table-sp li:nth-of-type(2) .p-index-compare__table-content img {
    width: 57%;
  }

  .p-index-cta__primary {
    margin-top: 35px;
  }

  .p-index-cta__primary a {
    width: 90%;
    border: solid 1px #B6111C;
    background-color: #fff;
    color: #B6111C;
  }

  .p-index-cta__primary a::after {
    background-image: url('../img/cta_arrow_red.svg');
  }

  .flow_list_item dt {
    min-height: 0;
    padding: 16px 0;
  }

  .flow_list_item:last-of-type dt {
    padding: 24px 0 0;
  }

  .flow_list_item:last-of-type .flow_item-img picture {
    margin: 0;
  }

  .flow_list_item:last-of-type .flow_item-text {
    font-size: 12px;
    margin: 0 0 16px;
    letter-spacing: -0.2px;
  }
}

@media only screen and (max-width: 590px) {
  .p-index-mv__sp-cta {
    padding-bottom: 0;
  }

  .p-index-mv__sp-cta .c-text-caution {
    -webkit-text-stroke: 0.2px #CFBFA9;
    line-height: 1.5;
  }

  .webp #p-index-mv__inner {
    background-image: url('../img/mv_img_sp.webp');
    width: 100%;
    height: auto;
    min-height: 420px;
    padding: 0 20px;
    background-size: 222px 420px;
    background-position: right -15px bottom 0;
  }

  .p-index-mv__caution {
    padding-bottom: 15px;
  }

  #p-index-mv__inner ul {
    width: 100%;
    margin-top: 16px;
  }

  #p-index-mv__inner ul li {
    width: 50%;
  }

  #p-index-mv__inner a {
    width: 98%;
    padding: 10px 0;
    line-height: 18px;
  }
  #p-index-casestudy li p {
    min-height: 174px;
  }
}

@media only screen and (max-width: 375px) {
  .webp #p-index-mv__inner {
    background-size: 55%;
    background-position: right -17px bottom 0px;
  }

  #p-index-mv__inner .c-button-primary {
    font-size: 13px;
  }

  #p-index-mv__inner .c-button-primary span {
    background-position: right 10px center;
  }

  #p-index-cta-block__price {
    background-position: top;
    background-size: cover;
  }

  .webp #p-index-cta-block__price {
    background-image: url('../img/cta_price_bg_sp.webp');
  }

  
}