html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
u,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img {
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

.mv {
  position: relative;
}

.mv_img {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.mv_img img {
  width: 100%;
}

.mv_cta {
  position: absolute;
  right: 0;
  bottom: 0.6%;
  left: 0;
  max-width: 900px;
  margin: auto;
  display: flex;
  justify-content: center;
  width: 75vw;
}

.mv_cta_btn {
  box-shadow: 0 4px 0 0 rgba(211, 153, 35, 1);
  opacity: 1;
  display: block;
  position: relative;
  width: 100%;
  border-radius: 64px;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  z-index: 1;
}

.mv_cta_btn:hover {
  text-decoration: none;
  opacity: 0.7;
  box-shadow: none;
  -webkit-transform: translateY(4px);
}

.mv_cta_btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: mv_cta_animation 3s ease-in-out infinite;
}

@-webkit-keyframes mv_cta_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.mv_cta_btn,
.mv_cta img {
  vertical-align: bottom;
  width: 100%;
}

.mv_cta_btn {
  background-color: #fec651;
  margin: 0 auto 14px;
}

.mv_cta_btn2 {
  opacity: 1;
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
  margin: 0 auto 14px;
  overflow: hidden;
  transition: 0.2s;
  z-index: 1;
}

.mv_cta_btn2:hover {
  opacity: 0.7;
}

.mv_cta_link_wrap {
  margin: 0 auto;
  text-align: center;
}

.mv_cta_link {
  display: inline-block;
  text-decoration: none;
}

.mv_cta_link:hover {
  opacity: .6;
}

.cta_link_wrap {
  margin: 0 auto;
  text-align: center;
}

.service {
  padding: 136px 0 126px;
  position: relative;
}

.section_title {
  margin: 0 auto 26px;
  width: 100%;
}

.service .section_title {
  max-width: 558px;
}

.section_head {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 60px;
  text-align: center;
}

.section_hr {
  border: none;
  border-bottom: 3px solid #05639a;
  margin: 0 auto 94px;
  width: 50px;
}

.service_items {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 124px;
  max-width: 1060px;
  width: 88.333%;
}

.service_img {
  width: 46%;
}

.service_item {
  width: 46%;
}

.service_item_head {
  font-size: 50px;
  font-weight: bold;
  margin: 0 0 44px;
}

.service_item_text {
  font-size: 16px;
  line-height: 34px;
}

.service_item_text span {
  font-size: 14px;
}

.service_movie {
  padding: 65px 0 0;
  margin: -65px auto 0;
  max-width: 800px;
  text-align: center;
  width: 100%;
}

.service_movie_text {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 12px;
}

.service_movie_area {
  position: relative;
  width: 100%;
}
.service_movie_area:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.service_movie_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.point {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  max-width: 1060px;
  width: 88.333%;
}

.point01 {
  padding: 0 4% 0 0;
  width: 32%;
}

.point02 {
  padding: 0 0 0 4%;
  position: relative;
  width: 32%;
}

.point02::before {
  position: absolute;
  content: "";
  border-left: 1px solid #afdbf4;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 100%;
  width: 2px;
}

.point_title {
  margin: 0 0 16px;
  width: 100%;
}

.point_top {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: 46px;
  margin: 0 0 10px;
}

.point_head {
  color: #05639a;
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  margin: 0 0 10px;
}

.point_text {
  font-size: 16px;
  line-height: 34px;
}

.point_inner {
  margin: 0 0 20px;
}

.point_text li {
  font-size: 16px;
  list-style: none;
  position: relative;
  margin: 0 0 0 16px;
}

.point_text li::before {
  content: "▪️";
  color: #05639a;
  font-size: 30px;
  position: absolute;
  top: 2px;
  left: -26px;
  bottom: 0;
}

.support {
  background-color: #f4f5f6;
  padding: 150px 0 140px;
  position: relative;
}

.support::before {
  position: absolute;
  content: "";
  display: inline-block;
  border-right: 20px solid transparent;
  border-top: 34px solid #fff;
  border-left: 20px solid transparent;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
}

.support_title {
  font-size: 50px;
  font-weight: bold;
  padding: 0 0 65px;
  text-align: center;
}

.support_title .dot {
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
}

.support_title .blue {
  color: #05639a;
}

.support_title .icon {
  font-size: 0.6em;
  vertical-align: middle;
}

.support_contents {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1060px;
  width: 88.333%;
}

.support_img {
  text-align: right;
  width: 46%;
}

.support_img img {
  max-width: 440px;
}

.support_text {
  font-size: 16px;
  line-height: 34px;
  width: 45%;
}

.cta {
  padding: 118px 100px 102px;
}

.cta.bg_glay {
  background-color: #ebeff4;
}

.cta.pc_bg_glay {
  background-color: #ebeff4;
}

.cta_head {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 10px;
  text-align: center;
}

.cta_head_last {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 20px;
  text-align: center;
}

.cta_head span {
  position: relative;
}

.cta_head_last span {
  position: relative;
}

.cta_head span::before {
  content: "";
  position: absolute;
  display: inline-block;
  border-left: 2px solid #000;
  width: 2px;
  height: 30px;
  top: 8%;
  left: -20px;
  margin: auto;
  transform: rotate(-30deg);
}

.cta_head span::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-right: 2px solid #000;
  width: 2px;
  height: 30px;
  top: 8%;
  right: -20px;
  margin: auto;
  transform: rotate(30deg);
}

.cta_head_last span::before {
  content: "";
  position: absolute;
  display: inline-block;
  border-left: 2px solid #000;
  width: 2px;
  height: 46px;
  top: 30%;
  left: -20px;
  margin: auto;
  transform: rotate(-30deg);
}

.cta_head_last span::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-right: 2px solid #000;
  width: 2px;
  height: 46px;
  top: 30%;
  right: -20px;
  margin: auto;
  transform: rotate(30deg);
}

.cta_btn {
  margin: 0 auto 1vw;
  max-width: 900px;
  width: 100%;
}

.cta_btn a {
  box-shadow: 0 4px 0 0 rgba(211, 153, 35, 1);
  opacity: 1;
  display: block;
  position: relative;
  width: 100%;
  border-radius: 64px;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  z-index: 1;
}

.cta_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  box-shadow: none;
  -webkit-transform: translateY(4px);
}

.cta_btn a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: cta_animation 3s ease-in-out infinite;
}

@-webkit-keyframes cta_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.cta_btn2 {
  margin: 0 auto 1vw;
  max-width: 900px;
  width: 100%;
}

.cta_btn2 a {
  opacity: 1;
  display: block;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  z-index: 1;
}

.cta_btn2 a:hover {
  opacity: 0.7;
}

.feature {
  background-image: url("/content/dam/nttcom/hq/jp/business/lp/cp/marusapo/img/bg_dot.jpg");
  background-repeat: repeat;
  padding: 136px 0 126px;
}

.feature .section_title {
  max-width: 435px;
}

.feature_items {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px 0 0;
  max-width: 1000px;
  width: 88.333%;
}

.feature_items > div:last-of-type .feature_texts {
  width: 100%;
}

.feature_items > div:last-of-type .feature_lead {
  margin: 0 auto;
  width: 80%;
}

.feature_items > div:last-of-type .feature_text {
  margin: 0 auto;
  width: 74%;
}

.feature_item {
  width: 30%;
  position: relative;
}

.feature_texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 32%;
  margin: auto;
  left: 0;
  right: 0;
  width: 74%;
}

.feature_lead {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 8px;
  text-align: center;
}

.feature_text {
  font-size: 16px;
  line-height: 34px;
  text-align: justify;
}

.casestudy {
  padding: 136px 0 126px;
}

.casestudy .section_title {
  max-width: 835px;
}

.casestudy_sliders {
  margin: 0 auto;
  max-width: 1060px;
  width: 88.333%;
}

.casestudy_slider {
  background-color: #f4f5f6;
  padding: 100px 0;
}

.casestudy_slider_head {
  color: #05639a;
  font-size: 50px;
  font-weight: bold;
  padding: 0 0 42px;
  text-align: center;
}

.casestudy_slider_imgs .slider_pc {
  display: flex;
  justify-content: center;
}

.casestudy_slider_imgs .slider_sp {
  display: none;
}

.casestudy_slider_gif01 {
  display: flex;
  align-items: flex-start;
  padding: 3% 0 0;
}

.casestudy_slider_gif02 {
  display: flex;
  align-items: flex-end;
  padding: 0 0 6%;
}

.case01 .casestudy_slider_gif01 {
  padding: 5.6% 0 0;
}

.case01 .casestudy_slider_gif02 {
  padding: 0 0 9%;
}

.case02 .casestudy_slider_gif02 {
  padding: 0 0 16%;
}

.case03 .casestudy_slider_gif01 {
  padding: 5% 0 0;
}

.case03 .casestudy_slider_gif02 {
  padding: 0 0 11%;
}

.case04 .casestudy_slider_gif01 {
  padding: 6% 0 0;
}

.case04 .casestudy_slider_gif02 {
  padding: 0 0 9%;
}

.case05 .casestudy_slider_gif01 {
  padding: 3.4% 0 0;
}

.case05 .casestudy_slider_gif02 {
  padding: 0 0 14%;
}

.slider-001 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  border-radius: 6px;
}

.prev-001,
.next-001 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  height: 65px;
  padding: 16px;
  margin-top: -28px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease;
  border-radius: 0 4px 4px 0;
  user-select: none;
}

.next-001 {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.prev-001:hover,
.next-001:hover {
  background-color: rgba(107, 182, 255, 0.8);
}

.slick-arrow:before {
  content: "" !important;
  width: 152% !important;
  height: 152% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  border-top: 8px solid #000;
  border-right: 8px solid #000;
  transform: rotate(45deg);
  border-radius: 4px;
}

.slick-prev:before {
  border-top: 8px solid #000;
  border-right: 8px solid #000;
  transform: rotate(-135deg);
  border-radius: 4px;
}

.slick-prev {
  left: -12px;
  z-index: 99999;
}

.slick-next {
  right: 0;
}

.price {
  padding: calc(136px + 65px) 0 114px;
  margin: -65px auto 0;
}

.price .section_title {
  max-width: 382px;
}

.price_lead {
  font-size: 16px;
  line-height: 34px;
  padding: 0 0 65px;
  text-align: center;
}

.price_items {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
  max-width: 1094px;
  width: 100%;
}

.price_caption {
  font-size: 14px;
  text-align: left;
  margin: 0 auto;
  max-width: 1092px;
  width: 86.333%;
}

.campaign {
  background-color: #cbecff;
  padding: 112px 0 140px;
}

.campaign_img {
  max-width: 1060px;
  margin: 0 auto 60px;
}

.campaign_btn_wrap {
  padding: 0 0 58px;
  text-align: center;
}

.campaign_btn {
  background-color: #fff;
  border: 4px solid #05639a;
  cursor: pointer;
  color: #05639a;
  font-size: 30px;
  font-weight: bold;
  padding: 12px 176px;
  position: relative;
}

.toggle_plus,
.toggle_minus {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3.6%;
  width: 26px;
}

.toggle_plus .on,
.toggle_minus .off {
  opacity: 0;
  visibility: hidden;
}

.toggle_plus .on.active,
.toggle_minus .off.active {
  opacity: 1;
  visibility: visible;
}

.campaign_texts {
  display: none;
  background-color: #fff;
  font-size: 16px;
  margin: 0 auto;
  padding: 40px;
  max-width: 898px;
  width: 78%;
}

.campaign_text_head {
  font-weight: bold;
  padding: 0 0 6px;
}

.campaign_text {
  padding: 0 0 6px;
  line-height: 32px;
}

.contact {
  padding: 100px 0;
}

.contact_head {
  color: #05639a;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 60px;
  text-align: center;
}

.contact_items {
  text-align: center;
}

.contact_lead {
  border: 1px solid #000;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px;
  margin: 0 0 25px;
  text-align: center;
}

.contact_tel {
  display: block;
  opacity: 1;
  margin: 0 auto 25px;
  max-width: 465px;
  width: 100%;
}

.contact_tel:hover {
  opacity: 0.6;
}

.contact_recption {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 14px;
  text-align: center;
}

.contact_caption {
  font-size: 14px;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.fixed_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  max-width: 150px;
  width: 100%;
  z-index: 99999;
}

.fixed_btn:hover {
  opacity: 0.6;
}

.fixed_btn.fixed {
  position: fixed;
  top: auto;
  bottom: 0;
  right: 10px;
}

.reg {
  font-size: 75%;
}

.show_pc {
  display: block;
}

.show_sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .mv_cta {
    width: 65vw;
  }

  .mv_cta_btn {
    margin: 0 auto 1vw;
  }

  .mv_cta_btn2 {
    margin: 0 auto 1vw;
  }

  .service {
    padding: 11.333vw 0 11.3vw;
  }

  .service .section_title {
    max-width: 100%;
    width: 46.5vw;
  }

  .section_hr {
    margin: 0 auto 8.333vw;
    width: 4.167vw;
  }

  .section_head {
    font-size: 2vw;
    margin: 0 0 5vw;
  }

  .service_items {
    margin: 0 auto 3.333vw;
    max-width: 88.333vw;
  }

  .service_item_head {
    font-size: 4.167vw;
    margin: 0 0 4.167vw;
  }

  .service_item_text {
    font-size: 1.333vw;
    line-height: 2.833vw;
  }

  .service_item_text span {
    font-size: 1.167vw;
  }

  .service_movie_text {
    font-size: 2vw;
    padding: 0 0 1.667vw;
  }

  .service_movie_area {
    margin: 0 auto;
    width: 66.667vw;
  }

  .point {
    margin: 0 auto 20px;
    width: 100%;
  }

  .point01 {
    padding: 0 4% 0 0;
    width: 32%;
  }

  .point02 {
    padding: 0 0 0 4%;
    position: relative;
    width: 32%;
  }

  .point_title {
    margin: 0 0 0.833vw;
  }

  .point_text li {
    font-size: 1.333vw;
  }

  .point_text li::before {
    font-size: 3vw;
  }

  .support {
    padding: 8.333vw 0 11.667vw;
  }

  .support::before {
    border-right: 1.667vw solid transparent;
    border-top: 2.833vw solid #fff;
    border-left: 1.667vw solid transparent;
  }

  .support_title {
    font-size: 4.167vw;
    padding: 0 0 6.25vw;
  }

  .support_contents {
    max-width: 88.333vw;
  }

  .support_img img {
    max-width: 36.667vw;
  }

  .support_text {
    font-size: 1.333vw;
    line-height: 2.833vw;
  }

  .cta {
    padding: 9.833vw 8.333vw;
  }

  .cta_head,
  .cta_head_last {
    font-size: 2vw;
    line-height: 2.5vw;
    margin: 0 0 1.667vw;
  }

  .cta_head span::before {
    width: 0.167vw;
    height: 2.5vw;
    left: -1.667vw;
  }

  .cta_head span::after {
    width: 0.167vw;
    height: 2.5vw;
    right: -1.667vw;
  }

  .cta_head_last span::before {
    width: 0.167vw;
    height: 3.833vw;
    left: -1.667vw;
  }

  .cta_head_last span::after {
    width: 0.167vw;
    height: 3.833vw;
    right: -1.667vw;
  }

  .cta_btn,
  .cta_btn2 {
    margin: 0 auto 1.8vw;
    max-width: 75vw;
  }

  .feature {
    padding: 11.333vw 0 10.5vw;
  }

  .feature .section_title {
    max-width: 36.25vw;
  }

  .feature_items {
    max-width: 88.333vw;
  }

  .feature_lead {
    font-size: 2vw;
    padding: 0 0 2.25vw;
  }

  .feature_text {
    font-size: 1.333vw;
    line-height: 2.833vw;
  }

  .casestudy {
    padding: 11.333vw 0 10.5vw;
  }

  .casestudy .section_title {
    max-width: 69.583vw;
  }

  .casestudy_sliders {
    max-width: 88.333vw;
  }

  .casestudy_slider {
    padding: 8.333vw 0;
  }

  .casestudy_slider_head {
    font-size: 4.167vw;
    padding: 0 0 3.5vw;
  }

  .case01 .casestudy_slider_gif02 {
    padding: 0 0 8.417vw;
  }

  .case02 .casestudy_slider_gif02 {
    padding: 0 0 14vw;
  }

  .case03 .casestudy_slider_gif02 {
    padding: 0 0 10.333vw;
  }

  .case04 .casestudy_slider_gif02 {
    padding: 0 0 8.167vw;
  }

  .case05 .casestudy_slider_gif02 {
    padding: 0 0 12.167vw;
  }

  .prev-001,
  .next-001 {
    height: 5.417vw;
    padding: 1.333vw;
    margin-top: -2.333vw;
    font-size: 1.5vw;
  }

  .slick-next:before {
    border-radius: 0.333vw;
  }

  .slick-prev:before {
    border-radius: 0.333vw;
  }

  .slick-prev {
    left: -0.333vw;
  }

  .slick-next {
    right: -0.333vw;
  }

  .price {
    padding: 11.333vw 0 10.5vw;
  }

  .price .section_title {
    max-width: 31.833vw;
  }

  .price_lead {
    font-size: 1.333vw;
    line-height: 2.833vw;
    padding: 0 0 6.667vw;
  }

  .price_items {
    max-width: 88.333vw;
  }

  .price_caption {
    font-size: 1.167vw;
    max-width: 88.333vw;
  }

  .campaign {
    padding: 9.333vw 0 11.667vw;
  }

  .campaign_img {
    max-width: 88.333vw;
  }

  .campaign_btn_wrap {
    padding: 0 0 4.833vw;
  }

  .campaign_btn {
    border: 0.333vw solid #05639a;
    font-size: 2.5vw;
    padding: 0.667vw 14.167vw;
  }

  .campaign_texts {
    font-size: 1.333vw;
    padding: 3.333vw;
    max-width: 78vw;
  }

  .campaign_text_head {
    padding: 0 0 0.5vw;
  }

  .campaign_text {
    padding: 0 0 0.5vw;
  }

  .contact {
    padding: 8.333vw 0;
  }

  .contact_head {
    font-size: 2vw;
    padding: 0 0 5vw;
  }

  .contact_lead {
    font-size: 1.333vw;
    padding: 0.5vw 1.333vw;
    margin: 0 0 2.083vw;
  }

  .contact_tel {
    max-width: 38.75vw;
  }

  .contact_recption {
    font-size: 1.333vw;
    padding: 0 0 1.167vw;
  }

  .contact_caption {
    font-size: 1.167vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .show_pc {
    display: none;
  }

  .show_sp {
    display: block;
  }

  .cta.pc_bg_glay {
    background-color: #fff;
  }

  .mv_cta {
    background-color: #ededed;
    position: unset;
    padding: 30px 0;
    width: 100%;
  }

  .cta_link_wrap {
    margin: 0 auto;
    text-align: center;
    width: 86%;
  }

  .mv_cta_head {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 6px;
    text-align: center;
  }

  .mv_cta_head span {
    position: relative;
  }

  .mv_cta_btn {
    display: block;
    margin: 0 auto 20px;
    width: 90%;
  }

  .mv_cta_btn2 {
    display: block;
    margin: 0 auto 20px;
    width: 90%;
  }

  .mv_cta_link {
    display: flex;
    justify-content: center;
  }

  .mv_cta_head span::before {
    content: "";
    position: absolute;
    display: inline-block;
    border-left: 3px solid #000;
    width: 2px;
    height: 26px;
    top: 3px;
    left: -20px;
    margin: auto;
    transform: rotate(-30deg);
  }

  .mv_cta_head span::after {
    content: "";
    position: absolute;
    display: inline-block;
    border-right: 3px solid #000;
    width: 2px;
    height: 26px;
    top: 3px;
    right: -20px;
    margin: auto;
    transform: rotate(30deg);
  }

  .mv_cta img {
    width: 100%;
  }

  .service {
    padding: 64px 0 142px;
  }

  .service .section_title {
    max-width: 100%;
    width: 56%;
  }

  .section_title {
    margin: 0 auto 20px;
  }

  .section_head {
    font-size: 20px;
    margin: 0 0 25px;
  }

  .section_hr {
    margin: 0 auto 44px;
    width: 6%;
  }

  .service_items {
    flex-direction: column;
    margin: 0 auto 35px;
    max-width: 90%;
  }

  .service_img {
    margin: 0 0 44px;
    width: 100%;
  }

  .service_item {
    width: 100%;
  }

  .service_item_head {
    font-size: 25px;
    margin: 0 0 4.167vw;
  }

  .service_item_text {
    font-size: 16px;
    line-height: 28px;
  }

  .service_item_text span {
    font-size: 12px;
  }

  .service_movie_text {
    font-size: 16px;
    padding: 0 0 10px;
  }

  .service_movie_area {
    margin: 0 auto;
    width: 90%;
  }

  .support {
    padding: 60px 0 40px;
  }

  .support_title {
    font-size: 36px;
    padding: 0 0 60px;
  }

  .support_title .dot {
    display: inline-block;
    margin: 0 0 20px;
  }

  .support_contents {
    flex-direction: column;
    max-width: 100%;
    width: 90%;
  }

  .support_img {
    margin: 0 0 60px;
    width: 100%;
  }

  .support_img img {
    max-width: 100%;
  }

  .support_text {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    width: 100%;
  }

  .cta {
    padding: 30px 0 50px;
    width: 100%;
  }

  .cta_head,
  .cta_head_last {
    font-size: 24px;
    line-height: 30px;
    margin: 0 auto 10px;
    width: 90%;
  }

  .cta_head span::before {
    content: "";
    position: absolute;
    display: inline-block;
    border-left: 2px solid #000;
    width: 2px;
    height: 30px;
    top: 6px;
    left: -16px;
    margin: auto;
    transform: rotate(-30deg);
  }

  .cta_head span::after {
    content: "";
    position: absolute;
    display: inline-block;
    border-right: 2px solid #000;
    width: 2px;
    height: 30px;
    top: 6px;
    right: -16px;
    margin: auto;
    transform: rotate(30deg);
  }

  .cta_head_last span::before {
    content: "";
    position: absolute;
    display: inline-block;
    border-left: 2px solid #000;
    width: 2px;
    height: 30px;
    top: 6px;
    left: -16px;
    margin: auto;
    transform: rotate(-30deg);
  }

  .cta_head_last span::after {
    content: "";
    position: absolute;
    display: inline-block;
    border-right: 2px solid #000;
    width: 2px;
    height: 30px;
    top: 6px;
    right: -16px;
    margin: auto;
    transform: rotate(30deg);
  }

  .cta_btn,
  .cta_btn2 {
    margin: 0 auto 20px;
    max-width: 100%;
    width: 90%;
  }

  .feature {
    padding: 76px 0 44px;
  }

  .feature .section_title {
    max-width: 100%;
    width: 56%;
  }

  .feature_items {
    flex-direction: column;
    max-width: 100%;
    width: 90%;
  }

  .feature_item {
    margin: 0 auto 10%;
    width: 80%;
  }

  .feature_lead {
    font-size: 30px;
    padding: 0 0 23px;
  }

  .feature_text {
    font-size: 22px;
    line-height: 46px;
  }

  .feature_gif {
    margin: 0 auto;
    width: 80%;
  }

  .casestudy {
    padding: 20px 0 0;
  }

  .casestudy .section_title {
    max-width: 100%;
    width: 76%;
  }

  .casestudy_slider {
    padding: 40px 0;
  }

  .casestudy_slider_head {
    font-size: 50px;
    padding: 0 0 12px;
  }

  .casestudy_slider_imgs .slider_pc {
    display: none;
  }

  .casestudy_slider_imgs .slider_sp {
    display: flex;
    position: relative;
  }

  .casestudy_slider_gif01 {
    position: absolute;
    width: 13.333vw;
    left: 6%;
    top: 2%;
  }

  .casestudy_slider_gif02 {
    position: absolute;
    width: 13.333vw;
    bottom: 30%;
    left: 6%;
  }

  .case01 .casestudy_slider_gif01 {
    top: 5%;
  }

  .case01 .casestudy_slider_gif02 {
    bottom: 29%;
  }

  .case02 .casestudy_slider_gif02 {
    bottom: 33%;
  }

  .case03 .casestudy_slider_gif01 {
    top: 10%;
  }

  .case03 .casestudy_slider_gif02 {
    bottom: 17%;
  }

  .case04 .casestudy_slider_gif01 {
    top: 5%;
  }

  .case04 .casestudy_slider_gif02 {
    bottom: 25%;
  }

  .case05 .casestudy_slider_gif01 {
    top: 5%;
  }

  .case05 .casestudy_slider_gif02 {
    bottom: 22%;
  }

  .case01 .casestudy_slider_gif01 {
    padding: 2.6% 0 0;
  }

  .case01 .casestudy_slider_gif02 {
    padding: 0 0 2%;
  }

  .case02 .casestudy_slider_gif02 {
    padding: 0 0 5%;
  }

  .case03 .casestudy_slider_gif01 {
    padding: 2% 0 0;
  }

  .case04 .casestudy_slider_gif01 {
    padding: 2% 0 0;
  }

  .case04 .casestudy_slider_gif02 {
    padding: 0 0 5%;
  }

  .case05 .casestudy_slider_gif02 {
    padding: 0 0 4.4%;
  }

  .slick-prev:before {
    border-top: 5px solid #000;
    border-right: 5px solid #000;
  }

  .slick-next:before {
    border-top: 5px solid #000;
    border-right: 5px solid #000;
  }

  .slick-arrow:before {
    width: 80% !important;
    height: 80% !important;
  }

  .price {
    padding: calc(20px + 65px) 0 0;
    margin: -65px auto 0;
  }

  .price .section_title {
    max-width: 100%;
    width: 36%;
  }

  .price_lead {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 30px;
    margin: 0 auto;
    text-align: justify;
    width: 90%;
  }

  .price_items {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }

  .price_items figure:last-of-type {
    margin: 0;
  }

  .price_item {
    margin: 0 0 25px;
  }

  .price_caption {
    background-color: #f8f8f8;
    font-size: 12px;
    margin: 0 auto 44px;
    padding: 20px;
    max-width: 100%;
    width: 90%;
    position: relative;
  }

  .price_caption span {
    font-weight: bold;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .campaign {
    background-color: #cbecff;
    padding: 0;
  }

  .campaign_img {
    max-width: 100%;
    margin: 0 auto 24px;
  }

  .campaign_btn {
    color: #05639a;
    font-size: 30px;
    padding: 10px 20px 6px 0;
    margin: 0 auto;
    width: 90%;
  }

  .campaign_btn_wrap {
    padding: 0 0 42px;
  }

  .toggle {
    top: -1px;
    bottom: 0;
    margin: auto;
    right: 6%;
    width: 3.6%;
    height: 38%;
  }

  .campaign_texts {
    display: none;
    background-color: transparent;
    font-size: 16px;
    padding: 0 0 40px;
    max-width: 100%;
    width: 90%;
  }

  .contact {
    padding: 50px 0;
  }

  .campaign_text {
    padding: 0 0 0.5vw;
    line-height: 28px;
  }

  .contact_lead {
    font-size: 12px;
    padding: 4px;
    margin: 0 0 15px;
  }

  .contact_head {
    font-size: 20px;
    padding: 0 0 20px;
  }

  .contact_tel {
    margin: 0 auto 20px;
    max-width: 100%;
    width: 90%;
  }

  .contact_recption {
    font-size: 15px;
    padding: 0 0 14px;
  }

  .contact_recption span {
    font-size: 20px;
  }

  .contact_caption {
    font-size: 12px;
  }

  .fixed_btn {
    display: none;
  }

  .float_sp {
    position: sticky;
    bottom: 0;
    width: 100%;
  }

  .float_nav {
    display: flex;
    width: 100%;
  }

  .float_nav a {
    display: flex;
    width: 50%;
  }

  .point_text li {
    font-size: 16px;
  }

  .feature_texts {
    width: 60%;
  }

  .feature_items > div:last-of-type .feature_text {
    margin: 0 auto;
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .show_pc {
    display: none;
  }

  .show_sp {
    display: block;
  }

  .cta.pc_bg_glay {
    background-color: #fff;
  }

  .mv_cta {
    background-color: #ededed;
    position: unset;
    padding: 14px 0;
    width: 100%;
  }

  .mv_cta_head {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 6px;
    text-align: center;
  }

  .mv_cta_head span {
    position: relative;
  }

  .mv_cta_btn {
    display: block;
    margin: 0 auto 2.4vw;
    width: 90%;
  }

  .mv_cta_btn2 {
    display: block;
    margin: 0 auto 2.4vw;
    width: 90%;
  }

  .mv_cta_link {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 86%;
  }

  .mv_cta_head span::before {
    content: "";
    position: absolute;
    display: inline-block;
    border-left: 2px solid #000;
    width: 2px;
    height: 16px;
    top: -1px;
    left: -20px;
    margin: auto;
    transform: rotate(-30deg);
  }

  .mv_cta_head span::after {
    content: "";
    position: absolute;
    display: inline-block;
    border-right: 2px solid #000;
    width: 2px;
    height: 16px;
    top: -1px;
    right: -20px;
    margin: auto;
    transform: rotate(30deg);
  }

  .mv_cta img {
    width: 100%;
  }

  .service {
    padding: 32px 0 71px;
  }

  .service .section_title {
    max-width: 100%;
    width: 56%;
  }

  .section_title {
    margin: 0 auto 10px;
  }

  .section_head {
    font-size: 10px;
    margin: 0 0 25px;
  }

  .section_hr {
    border-bottom: 2px solid #05639a;
    margin: 0 auto 44px;
    width: 10%;
  }

  .service_items {
    flex-direction: column;
    margin: 0 auto 35px;
    max-width: 90%;
  }

  .service_img {
    margin: 0 0 44px;
    width: 100%;
  }

  .service_item {
    width: 100%;
  }

  .service_item_head {
    font-size: 25px;
    margin: 0 0 4.167vw;
  }

  .service_item_text {
    font-size: 16px;
    line-height: 28px;
  }

  .service_item_text span {
    font-size: 12px;
  }

  .service_movie_text {
    font-size: 16px;
    padding: 0 0 10px;
  }

  .service_movie_area {
    margin: 0 auto;
    width: 90%;
  }

  .point {
    flex-direction: column;
    margin: 0 auto 60px;
    max-width: 1060px;
    width: 90%;
  }

  .point01 {
    flex-direction: column;
    padding: 0 0 8.333vw;
    width: 100%;
  }

  .point02 {
    flex-direction: column;
    padding: 0 0 8.333vw;
    width: 100%;
  }

  .point_title {
    width: 100%;
  }

  .point02::before,
  .point02::after {
    content: unset;
  }

  .point_top {
    font-size: 25px;
    line-height: 38px;
    letter-spacing: unset;
    margin: 0 0 10px;
  }

  .point_text li {
    font-size: 3.333vw;
  }

  .point_text li::before {
    font-size: 6.5vw;
  }

  .point_head {
    margin: 0 0 10px;
  }

  .point_text {
    line-height: 28px;
  }

  .support {
    padding: 60px 0 40px;
  }

  .support_title {
    font-size: 18px;
    padding: 0 0 60px;
  }

  .support_title .dot {
    display: inline-block;
    margin: 0 0 20px;
  }

  .support_contents {
    flex-direction: column;
    max-width: 100%;
    width: 90%;
  }

  .support_img {
    margin: 0 0 60px;
    width: 100%;
  }

  .support_img img {
    max-width: 100%;
  }

  .support_text {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    width: 100%;
  }

  .support_text .icon {
    font-size: 0.8em;
  }

  .cta {
    padding: 30px 0 50px;
    width: 100%;
  }

  .cta_head,
  .cta_head_last {
    font-size: 12px;
    line-height: 15px;
    margin: 0 auto 10px;
    width: 90%;
  }

  .cta_head span::before {
    content: "";
    position: absolute;
    display: inline-block;
    border-left: 2px solid #000;
    width: 2px;
    height: 20px;
    top: 0;
    left: -16px;
    margin: auto;
    transform: rotate(-30deg);
  }

  .cta_head span::after {
    content: "";
    position: absolute;
    display: inline-block;
    border-right: 2px solid #000;
    width: 2px;
    height: 20px;
    top: 0;
    right: -16px;
    margin: auto;
    transform: rotate(30deg);
  }

  .cta_head_last span::before {
    content: "";
    position: absolute;
    display: inline-block;
    border-left: 2px solid #000;
    width: 2px;
    height: 26px;
    top: 3px;
    left: -16px;
    margin: auto;
    transform: rotate(-30deg);
  }

  .cta_head_last span::after {
    content: "";
    position: absolute;
    display: inline-block;
    border-right: 2px solid #000;
    width: 2px;
    height: 26px;
    top: 3px;
    right: -16px;
    margin: auto;
    transform: rotate(30deg);
  }

  .cta_btn,
  .cta_btn2 {
    margin: 0 auto 3vw;
    max-width: 100%;
    width: 90%;
  }

  .feature {
    padding: 76px 0 44px;
  }

  .feature .section_title {
    max-width: 100%;
    width: 40%;
  }

  .feature_items {
    flex-direction: column;
    max-width: 100%;
    width: 90%;
  }

  .feature_item {
    margin: 0 auto 10%;
    width: 100%;
  }

  .feature_lead {
    font-size: 20px;
    padding: 0 0 23px;
  }

  .feature_text {
    font-size: 16px;
    line-height: 28px;
  }

  .casestudy {
    padding: 20px 0 0;
  }

  .casestudy .section_title {
    max-width: 100%;
    width: 76%;
  }

  .casestudy_slider {
    padding: 40px 0;
  }

  .casestudy_slider_head {
    font-size: 25px;
    padding: 0 0 6px;
  }

  .casestudy_slider_imgs .slider_pc {
    display: none;
  }

  .casestudy_slider_imgs .slider_sp {
    display: flex;
    position: relative;
  }

  .casestudy_slider_gif01 {
    position: absolute;
    width: 50px;
    left: 6%;
    top: 2%;
  }

  .casestudy_slider_gif02 {
    position: absolute;
    width: 50px;
    bottom: 28%;
    left: 6%;
  }

  .case01 .casestudy_slider_gif01 {
    top: 2%;
  }

  .case01 .casestudy_slider_gif02 {
    bottom: 22%;
  }

  .case02 .casestudy_slider_gif02 {
    bottom: 23%;
  }

  .case03 .casestudy_slider_gif01 {
    top: 4%;
  }

  .case03 .casestudy_slider_gif02 {
    bottom: 17%;
  }

  .case04 .casestudy_slider_gif01 {
    top: 2%;
  }

  .case04 .casestudy_slider_gif02 {
    bottom: 21%;
  }

  .case05 .casestudy_slider_gif01 {
    top: 4%;
  }

  .case05 .casestudy_slider_gif02 {
    bottom: 14%;
  }

  .slick-prev:before {
    border-top: 5px solid #000;
    border-right: 5px solid #000;
  }

  .slick-next:before {
    border-top: 5px solid #000;
    border-right: 5px solid #000;
  }

  .slick-arrow:before {
    width: 80% !important;
    height: 80% !important;
  }

  .price {
    padding: calc(20px + 65px) 0 0;
    margin: -65px auto 0;
  }

  .price .section_title {
    max-width: 100%;
    width: 36%;
  }

  .price_lead {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 30px;
    margin: 0 auto;
    text-align: justify;
    width: 90%;
  }

  .price_items {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }

  .price_items figure:last-of-type {
    margin: 0;
  }

  .price_item {
    margin: 0 0 25px;
  }

  .price_caption {
    background-color: #f8f8f8;
    font-size: 12px;
    margin: 0 auto 44px;
    padding: 20px;
    max-width: 100%;
    width: 90%;
    position: relative;
  }

  .price_caption span {
    font-weight: bold;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .campaign {
    background-color: #cbecff;
    padding: 0;
  }

  .campaign_img {
    max-width: 100%;
    margin: 0 auto 24px;
  }

  .campaign_btn {
    color: #05639a;
    font-size: 30px;
    padding: 10px 20px 6px 0;
    margin: 0 auto;
    width: 90%;
  }

  .campaign_btn_wrap {
    padding: 0 0 42px;
  }

  .toggle {
    top: -1px;
    bottom: 0;
    margin: auto;
    right: 6%;
    width: 6.133vw;
    height: 5.867vw;
  }

  .campaign_texts {
    display: none;
    background-color: transparent;
    font-size: 16px;
    padding: 0 0 40px;
    max-width: 100%;
    width: 90%;
  }

  .contact {
    padding: 50px 0;
  }

  .campaign_text {
    padding: 0 0 0.5vw;
    line-height: 28px;
  }

  .contact_lead {
    font-size: 12px;
    padding: 4px;
    margin: 0 0 15px;
  }

  .contact_head {
    font-size: 20px;
    padding: 0 0 20px;
  }

  .contact_tel {
    margin: 0 auto 20px;
    max-width: 100%;
    width: 90%;
  }

  .contact_recption {
    font-size: 15px;
    padding: 0 0 14px;
  }

  .contact_recption span {
    font-size: 20px;
  }

  .contact_caption {
    font-size: 12px;
    flex-direction: column;
    width: 90%;
  }

  .fixed_btn {
    display: none;
  }

  .float_sp {
    position: sticky;
    bottom: 0;
    width: 100%;
  }

  .float_nav {
    display: flex;
    width: 100%;
  }

  .float_nav a {
    display: flex;
    width: 50%;
  }
}

.mv_cta_link_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bnr {
  margin: 70px 0;
}

.bnr_inner {
  max-width: 788px;
  margin: 0 auto;
  width: 90%;
}

.bnr_inner a:hover {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .bnr {
    margin: 0 0 50px;
  }
}

/* ABtest */
.point_old {
  margin: 0 auto;
  max-width: 1060px;
  width: 88.333%;
}

.point01_old {
  display: flex;
  justify-content: space-between;
  padding: 0 0 57px;
}

.point_title_old {
  max-width: 200px;
  margin: 0 0 10px;
  width: 100%;
}

.point01_head_old {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 100px;
}

.point01_img_old img {
  max-width: 403px;
}

.point_left_old {
  width: 41%;
}

.point_hr_old {
  width: 15.8%;
}

.point_hr_02_old {
  width: 13.8%;
}

.point_right_old {
  width: 51%;
}

.point01_bg_old {
  /* max-width: 500px; */
  width: 100%;
}

.point01_item_old {
  position: relative;
}

.point_right_old div:first-of-type {
  margin: 0 0 50px;
}

.point01_inner_old {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
}

.point02_inner_old {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
}

.point02_inner_old .adjust {
  line-height: 36px;
  margin: 0 0 20px;
}

.point01_lead_old {
  color: #05639a;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 30px;
  text-align: center;
}

.point01_text_old li {
  font-size: 16px;
  margin: 0 0 10px;
  list-style: none;
  position: relative;
}

.point01_text_old li::before {
  content: "▪️";
  color: #05639a;
  font-size: 30px;
  position: absolute;
  top: -10px;
  left: -30px;
  bottom: 0;
}

.point02_inner_old .point01_text_old li:first-of-type:before {
  top: 2px;
}

.point01_text_old .bold {
  font-weight: bold;
}

.point02_old {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.point02_left_old {
  width: 40%;
}

.feature_old {
  background-image: url("/content/dam/nttcom/hq/jp/business/lp/cp/marusapo/img/bg_dot.jpg");
  background-repeat: repeat;
  padding: 136px 0 126px;
}

.feature_old .section_title {
  max-width: 435px;
}

.feature_items_old {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 25px 0 0;
  max-width: 1000px;
  width: 88.333%;
}

.feature_item_old {
  width: 30%;
  position: relative;
}

.feature_texts_old {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 40%;
  margin: auto;
  left: 0;
  right: 0;
}

.feature_lead_old {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 27px;
  text-align: center;
}

.feature_text_old {
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .point_old {
    margin: 0 auto;
    max-width: 88.333vw;
  }

  .point01_old {
    padding: 0 0 8.333vw;
  }

  .point_title_old {
    max-width: 16.667vw;
    margin: 0 0 0.833vw;
  }

  .point01_head_old {
    font-size: 3vw;
    margin: 0 0 8.333vw;
  }

  .point01_img_old img {
    max-width: 33.583vw;
  }

  .point01_item_old div:first-of-type {
    margin: 0 0 4.167vw;
  }

  .point01_inner_old {
    padding: 1.667vw 0 0;
  }

  .point01_lead_old {
    font-size: 2.167vw;
    margin: 0 0 2.5vw;
  }

  .point01_text_old li {
    font-size: 1.333vw;
    margin: 0 0 0.833vw;
  }

  .point01_text_old li::before {
    font-size: 2.5vw;
    top: -0.833vw;
    left: -2.5vw;
  }

  .point02_inner_old .point01_text_old li:first-of-type:before {
    top: 0;
  }

  .point02_inner_old .adjust {
    line-height: 3vw;
    margin: 0 0 9px;
  }

  .feature_old {
    padding: 11.333vw 0 10.5vw;
  }

  .feature_old .section_title {
    max-width: 36.25vw;
  }

  .feature_items_old {
    max-width: 88.333vw;
  }

  .feature_lead_old {
    font-size: 2vw;
    padding: 0 0 2.25vw;
  }

  .feature_text_old {
    font-size: 1.333vw;
    line-height: 2.833vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .point_old {
    margin: 0 auto 60px;
    max-width: 1060px;
    width: 90%;
  }

  .point01_old {
    flex-direction: column;
    padding: 0 0 8.333vw;
  }

  .point_left_old {
    position: relative;
    width: 100%;
  }

  .point01_top_old {
    width: 100%;
  }

  .point_hr_old,
  .point_hr_02_old {
    display: none;
  }

  .point_title_old {
    max-width: 32%;
    margin: 0 0 10px;
  }

  .point01_head_old {
    font-size: 36px;
    margin: 0 0 120px;
  }

  .point01_img_old {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }

  .point01_img_old img {
    max-width: 100%;
  }

  .point_right_old {
    width: 100%;
  }

  .point01_lead_old {
    font-size: 28px;
    margin: 0 0 10px;
  }

  .point01_text_old li {
    font-size: 20px;
    margin: 0 0 2px;
  }

  .point01_inner_old {
    padding: 0;
  }

  .point01_text_old li::before {
    font-size: 24px;
    top: -4px;
    left: -24px;
  }

  .point02_inner_old .point01_text_old li:first-of-type:before {
    top: -3px;
  }

  .point02_inner_old .adjust {
    line-height: normal;
    margin: 0 0 9px;
  }

  .point_right_old div {
    margin: 0 0 38px;
  }

  .point_right_old .point01_item_old .point01_bg_old {
    margin: 0 auto;
    width: 70%;
  }

  .point02_old {
    flex-direction: column;
  }

  .point02_left_old {
    position: relative;
    width: 100%;
  }

  .point02_old .point01_item_old {
    margin: 0 !important;
  }

  .feature_old {
    padding: 76px 0 44px;
  }

  .feature_old .section_title {
    max-width: 100%;
    width: 56%;
  }

  .feature_items_old {
    flex-direction: column;
    max-width: 100%;
    width: 90%;
  }

  .feature_item_old {
    margin: 0 auto;
    width: 80%;
  }

  .feature_lead_old {
    font-size: 30px;
    padding: 0 0 23px;
  }

  .feature_text_old {
    font-size: 22px;
    line-height: 46px;
  }

  .feature_gif_old {
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .point_old {
    margin: 0 auto 60px;
    max-width: 1060px;
    width: 90%;
  }

  .point01_old {
    flex-direction: column;
    padding: 0 0 8.333vw;
  }

  .point_left_old {
    position: relative;
    width: 100%;
  }

  .point01_top_old {
    width: 100%;
  }

  .point_hr_old,
  .point_hr_02_old {
    display: none;
  }

  .point_title_old {
    max-width: 32%;
    margin: 0 0 10px;
  }

  .point01_head_old {
    font-size: 18px;
  }

  .point01_img_old {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
  }

  .point01_img_old img {
    max-width: 100%;
  }

  .point_right_old {
    width: 100%;
    margin-top: 10vw;
  }

  .point01_lead_old {
    font-size: 20px;
    margin: 0 0 10px;
  }

  .point01_text_old li {
    font-size: 15px;
    margin: 0 0 2px;
  }

  .point01_inner_old {
    padding: 0;
  }

  .point01_text_old li::before {
    font-size: 24px;
    top: -4px;
    left: -24px;
  }

  .point02_inner_old .point01_text_old li:first-of-type:before {
    top: -3px;
  }

  .point02_inner_old .adjust {
    line-height: normal;
    margin: 0 0 9px;
  }

  .point_right_old div {
    margin: 0 0 38px;
  }

  .point_right_old .point01_item_old .point01_bg_old {
    margin: 0;
  }

  .point02_old {
    flex-direction: column;
  }

  .point02_left_old {
    position: relative;
    width: 100%;
  }

  .point02_old .point01_item_old {
    margin: 0 !important;
  }

  .feature_old {
    padding: 76px 0 44px;
  }

  .feature_old .section_title {
    max-width: 100%;
    width: 40%;
  }

  .feature_items_old {
    flex-direction: column;
    max-width: 100%;
    width: 90%;
  }

  .feature_item_old {
    margin: 0 auto;
    width: 80%;
  }

  .feature_lead_old {
    font-size: 20px;
    padding: 0 0 23px;
  }

  .feature_text_old {
    font-size: 16px;
    line-height: 28px;
  }
}
