.p-top_mv {
  overflow: hidden;
}

.p-top_mv .inner {
  position: relative;
}

.p-top_mv .ttl {
  color: #0033a1;
  font-weight: bold;
  position: absolute;
  bottom: 24px;
  left: 20px;
  z-index: 4;
  text-shadow: 0px -1px 3px #fff, 0px 0px 3px #fff, 0px 1px 3px #fff, -1px -1px 3px #fff, -1px 0px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff, 1px 0px 3px #fff, 1px 1px 3px #fff, 2px 2px 8px #000;
  letter-spacing: -0.04em;
}

.p-top_mv .ttl .marker {
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
  position: relative;
  letter-spacing: -0.06em;
}

.p-top_mv .ttl .marker:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffee1f;
  z-index: -1;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.p-top_mv .ttl .dot {
  display: inline-block;
  margin-left: -0.3em;
  margin-right: -0.2em;
}

.p-top_mv .ttl .block {
  display: inline-block;
  background-color: #ffee1f;
  padding: 0.05em 0.15em;
  margin-right: 0.2em;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}

.p-top_mv .mainimg {
  z-index: 2;
}

.p-top_mv .pkg {
  position: absolute;
  z-index: 3;
}

.p-top_mv .img1 {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.p-top_mv .img1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 50%;
}

.p-top_trouble {
  overflow: hidden;
}

.p-top_trouble .title {
  position: relative;
  z-index: 5;
}

.p-top_trouble .inner {
  position: relative;
}

.p-top_trouble .img1 {
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px 2px #fff;
          box-shadow: 0 0 3px 2px #fff;
  position: absolute;
}

.p-top_trouble .img2 {
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px 2px #fff;
          box-shadow: 0 0 3px 2px #fff;
  position: absolute;
}

.p-top_trouble_list .item {
  border: 3px solid #0033a1;
  background: #ecf1fc;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 5px -10px black;
          box-shadow: 0 10px 5px -10px black;
  color: #0033a1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

.p-top_trouble_list > li {
  position: relative;
}

.p-top_trouble_list > li:before {
  content: "";
  display: block;
  background-color: #b51c31;
  height: 10px;
  -webkit-box-shadow: 0 0 10px 5px #fff;
          box-shadow: 0 0 10px 5px #fff;
  position: absolute;
  z-index: 1;
}

.p-top_trouble_list > li:after {
  content: "";
  display: block;
  border-style: solid;
  border-color: #b51c31 transparent transparent transparent;
  border-width: 18px 9px 0 9px;
  height: 0;
  width: 0;
  position: absolute;
  z-index: 2;
}

.p-top_trouble_list > li .large {
  display: inline-block;
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.p-top_cause_box {
  background-color: #ecf1fc;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 5px -10px black;
          box-shadow: 0 10px 5px -10px black;
  position: relative;
}

.p-top_cause_box .content {
  padding-top: 1.4em;
}

.p-top_cause_box .img {
  border: 2px solid #fff;
  background-color: #fff;
}

.p-top_cause_box .title {
  background-color: #0033a1;
  color: #fff;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
  line-height: 1.2rem;
  border-radius: 100px;
  text-align: center;
}

.p-top_cause_box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  margin-top: 1.4em;
}

.p-top_cause_box .list > dt {
  width: 4em;
}

.p-top_cause_box .list > dd {
  width: calc(100% - 4em);
}

.p-top_action {
  overflow: hidden;
}

.p-top_action .inner {
  position: relative;
}

.p-top_action .title {
  position: relative;
  z-index: 3;
}

.p-top_action .img-circle1 {
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px 2px #fff;
          box-shadow: 0 0 3px 2px #fff;
}

.p-top_action .img-circle2 {
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px 2px #fff;
          box-shadow: 0 0 3px 2px #fff;
}

.p-top_action_box {
  border: 3px solid #0033a1;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 5px -10px black;
          box-shadow: 0 10px 5px -10px black;
  color: #0033a1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.p-top_action_box .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-69%);
          transform: translateY(-69%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top_action_box .title span {
  display: inline-block;
  background-color: #b51c31;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.p-top_action_box .title span + span {
  margin-left: 2%;
}

.p-top_action .text-arrow {
  font-weight: bold;
  color: #0033a1;
  border-bottom: 1px solid #0033a1;
  line-height: 1.4;
  position: relative;
  padding-bottom: 1em;
}

.p-top_action .text-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0033a1 transparent transparent transparent;
  border-width: 4px 6px 0 6px;
  position: absolute;
  bottom: -4px;
}

.p-top_action .img2 {
  position: relative;
  z-index: 2;
}

.p-top_feature .list .title {
  color: #0033a1;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding-left: 2.3em;
  padding-bottom: 0.6em;
}

.p-top_feature .list .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.1em;
  top: -0.2em;
  border-left: 4px solid #0033a1;
  border-bottom: 4px solid #0033a1;
  width: 1.9em;
  height: 0.9em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-top_feature .list .content {
  border: 2px solid #0033a1;
  background: #ecf1fc;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 5px -10px black;
          box-shadow: 0 10px 5px -10px black;
}

.p-top_feature .balloon {
  background-color: #0033a1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 3;
}

.p-top_feature .balloon:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/bg_zigzag.svg) no-repeat center bottom/100% auto;
}

.p-top_feature .text-box {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 20px #00174833;
          box-shadow: 0px 0px 20px #00174833;
}

.p-top_product .box {
  background: #fff;
  border: 3px solid #0033a1;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.4);
}

.p-top_product .title {
  font-weight: bold;
  color: #0033a1;
  line-height: 1.2;
  padding-top: 0.2em;
  margin-bottom: 0.3em;
}

.p-top_product .title span {
  color: #b51c31;
  display: inline-block;
  margin-right: 0.2em;
}

.p-top_product .title span:nth-of-type(1) {
  margin-left: 0.2em;
}

.p-top_product .text span {
  display: inline-block;
  border: 1px solid;
  line-height: 1.1;
  padding: 0.1em 0.3em;
  margin-left: 0.6em;
}

.p-top_product .btns {
  margin-top: 28px;
}

.p-top_cm {
  background: linear-gradient(to top, #e8edf7 0px, #fff 200px);
  margin-top: 40px;
}

.p-top_cm .c-movie {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .p-top_mv {
    background: radial-gradient(farthest-corner at 40% 70%, #ffffff 0px, #ffffff 41.2px, #ecf0f8 182.4px, #e8edf7 522px, #cfdcf7 970px) 0% 0% no-repeat padding-box;
  }
  .p-top_mv .inner {
    height: 500px;
  }
  .p-top_mv .ttl {
    font-size: 7.6rem;
    line-height: 1.34;
  }
  .p-top_mv .ttl .marker {
    font-size: 4.6rem;
  }
  .p-top_mv .ttl .marker:before {
    height: 3rem;
  }
  .p-top_mv .ttl .large {
    font-size: 10rem;
  }
  .p-top_mv .ttl .small {
    font-size: 6rem;
  }
  .p-top_mv .mainimg {
    position: absolute;
    width: 610px;
    left: 323px;
    top: -55px;
  }
  .p-top_mv .pkg {
    width: 234px;
    left: 220px;
    top: 42px;
  }
  .p-top_mv .img1 {
    width: 420px;
    right: -85px;
    top: -47px;
    -webkit-box-shadow: 0 0 129px 162px #cfdcf7;
            box-shadow: 0 0 129px 162px #cfdcf7;
  }
  .p-top_trouble {
    background: url(../img/top/trouble_bg01.jpg) no-repeat right center/auto 100%;
  }
  .p-top_trouble .img1 {
    width: 310px;
    height: 310px;
    top: 190px;
    left: 300px;
  }
  .p-top_trouble .img2 {
    width: 360px;
    height: 360px;
    top: -60px;
    left: 400px;
  }
  .p-top_trouble_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .p-top_trouble_list .item {
    width: 294px;
    height: 10.2rem;
    font-size: 1.8rem;
    padding: 6px 20px;
  }
  .p-top_trouble_list > li:nth-child(odd) .item {
    margin-top: -20px;
  }
  .p-top_trouble_list > li:nth-child(even) {
    margin-left: 400px;
  }
  .p-top_trouble_list > li:nth-child(even) .item {
    margin-top: 40px;
  }
  .p-top_trouble_list > li:nth-child(n + 3) {
    margin-top: 62px;
  }
  .p-top_trouble_list > li:nth-child(1):before {
    top: 37px;
    right: -217px;
    width: 280px;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  .p-top_trouble_list > li:nth-child(1):after {
    top: 59px;
    right: -230px;
    -webkit-transform: rotate(-79deg);
            transform: rotate(-79deg);
  }
  .p-top_trouble_list > li:nth-child(2):before {
    top: 92px;
    left: -130px;
    width: 170px;
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  .p-top_trouble_list > li:nth-child(2):after {
    top: 101px;
    left: -144px;
    -webkit-transform: rotate(83deg);
            transform: rotate(83deg);
  }
  .p-top_trouble_list > li:nth-child(3):before {
    bottom: 44px;
    right: -49px;
    width: 70px;
    -webkit-transform: rotate(17deg);
            transform: rotate(17deg);
  }
  .p-top_trouble_list > li:nth-child(3):after {
    bottom: 27px;
    right: -61px;
    -webkit-transform: rotate(-69deg);
            transform: rotate(-69deg);
  }
  .p-top_trouble_list > li:nth-child(4):before {
    bottom: 27px;
    left: -250px;
    width: 280px;
    -webkit-transform: rotate(-11deg);
            transform: rotate(-11deg);
  }
  .p-top_trouble_list > li:nth-child(4):after {
    bottom: -3px;
    left: -260px;
    -webkit-transform: rotate(82deg);
            transform: rotate(82deg);
  }
  .p-top_trouble_list > li .large {
    font-size: 2.4rem;
  }
  .p-top_cause {
    padding-bottom: 82px;
  }
  .p-top_cause .lead {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 72px;
  }
  .p-top_cause .l-unit-col2 {
    margin-top: 56px;
  }
  .p-top_cause_box {
    padding: 2.8rem 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top_cause_box + .p-top_cause_box {
    margin-top: 56px;
  }
  .l-unit-col2 .p-top_cause_box + .p-top_cause_box {
    margin-top: 0;
  }
  .p-top_cause_box .content {
    width: 48.6%;
  }
  .p-top_cause_box .img {
    width: 48.8%;
  }
  .p-top_cause_box .title {
    width: 336px;
    left: 84px;
    font-size: 2rem;
    padding: 19px 20px;
  }
  .p-top_action {
    background: url(../img/common/bg_triangle01.svg) no-repeat center 120px/1920px auto, linear-gradient(to top, #fff 0, #fff 218px, #e8edf7 218px, #fff 400px);
  }
  .p-top_action .img-circle1 {
    width: 292px;
    left: -61px;
    top: -158px;
    position: absolute;
  }
  .p-top_action .img-circle2 {
    width: 216px;
    right: 14px;
    top: -84px;
    position: absolute;
  }
  .p-top_action_box {
    width: 540px;
    font-size: 2.8rem;
    padding: 55px 20px 27px;
    margin: 115px auto 46px;
  }
  .p-top_action_box .title span {
    width: 12rem;
    height: 8rem;
  }
  .p-top_action .images {
    position: relative;
    margin-top: -5px;
    margin-bottom: -13px;
  }
  .p-top_action .text-arrow {
    font-size: 3.2rem;
    display: inline-block;
    margin-bottom: 31px;
  }
  .p-top_action .text-arrow:before {
    left: 254px;
  }
  .p-top_action .img1 {
    position: absolute;
    width: 674px;
    bottom: 11px;
    left: -25px;
  }
  .p-top_action .img2 {
    width: 356px;
    margin-right: 76px;
    margin-left: auto;
  }
  .p-top_feature {
    background: url(../img/common/bg_triangle02.svg) no-repeat center 372px/1920px auto, linear-gradient(to bottom, #fff 0, #fff 376px, #cfdcf7 376px, #f2f5fd 100%);
    padding-bottom: 230px;
  }
  .p-top_feature .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 68px;
    margin-bottom: 78px;
  }
  .p-top_feature .list > li {
    width: 32.7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top_feature .list .title {
    font-size: 2.2rem;
  }
  .p-top_feature .list .title:before {
    border-width: 5px;
  }
  .p-top_feature .list .content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 27px 25px;
  }
  .p-top_feature .balloon {
    padding: 0.3em 0;
    margin-top: 22px;
    margin-left: 34px;
    font-size: 4rem;
  }
  .p-top_feature .balloon:before {
    left: 115px;
    bottom: -243px;
    width: 285px;
    height: 250px;
  }
  .p-top_feature .img-cycle {
    margin: 95px 0px -376px -68px;
  }
  .p-top_feature .text-box {
    padding: 42px 59% 30px 54px;
  }
  .p-top_product {
    margin-top: -120px;
    padding-bottom: 60px;
  }
  .p-top_product .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 48px 30px 90px;
  }
  .p-top_product .img {
    width: 300px;
  }
  .p-top_product .content {
    width: 496px;
  }
  .p-top_product .title {
    font-size: 3.2rem;
  }
  .p-top_product .title span {
    font-size: 4.4rem;
  }
  .p-top_product .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top_product .btns > li {
    width: 48.4%;
  }
  .p-top_cm .c-movie {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-top_mv {
    background: transparent radial-gradient(closest-side at 50% 74%, #ffffff 0%, #ffffff 11%, #ecf0f8 22%, #e8edf7 35%, #dae3f764 52%, #cfdcf7 100%) 0% 0% no-repeat padding-box;
  }
  .p-top_mv .ttl {
    font-size: 12vw;
    line-height: 1.2;
    margin-left: -5px;
  }
  .p-top_mv .ttl .marker {
    font-size: 7vw;
    margin-bottom: 0.2em;
  }
  .p-top_mv .ttl .marker:before {
    height: 6vw;
  }
  .p-top_mv .ttl .large {
    font-size: 18vw;
  }
  .p-top_mv .ttl .small {
    font-size: 9vw;
  }
  .p-top_mv .mainimg {
    width: 103vw;
    height: 112vw;
    margin-top: -7vw;
    margin-left: 6.4vw;
    overflow: hidden;
    position: relative;
  }
  .p-top_mv .pkg {
    width: 32vw;
    right: 1vw;
    bottom: 24vw;
  }
  .p-top_mv .img1 {
    width: 64vw;
    left: -14vw;
    top: -5vw;
  }
  .p-top_mv .img1 img {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .p-top_trouble .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top_trouble .img1 {
    width: 300px;
    height: 300px;
    top: 290px;
    left: 50%;
    margin-left: -200px;
  }
  .p-top_trouble .img2 {
    width: 300px;
    height: 300px;
    top: 120px;
    left: 50%;
    margin-left: -70px;
  }
  .p-top_trouble_list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-top_trouble_list .item {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 5px;
    border-width: 2px;
    height: 7rem;
  }
  .p-top_trouble_list > li:nth-child(odd) {
    margin-bottom: 10px;
  }
  .p-top_trouble_list > li:nth-child(3) {
    margin-top: 380px;
  }
  .p-top_trouble_list > li:before {
    left: 50%;
  }
  .p-top_trouble_list > li:after {
    left: 50%;
  }
  .p-top_trouble_list > li:nth-child(1) {
    margin-right: 80px;
  }
  .p-top_trouble_list > li:nth-child(1):before {
    top: 151px;
    width: 260px;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
    margin-left: -135px;
  }
  .p-top_trouble_list > li:nth-child(1):after {
    top: 249px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    margin-left: 71px;
  }
  .p-top_trouble_list > li:nth-child(2) {
    margin-left: 80px;
  }
  .p-top_trouble_list > li:nth-child(2):before {
    top: 82px;
    width: 60px;
    -webkit-transform: rotate(-68deg);
            transform: rotate(-68deg);
    margin-left: 35px;
  }
  .p-top_trouble_list > li:nth-child(2):after {
    top: 111px;
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
    margin-left: 42px;
  }
  .p-top_trouble_list > li:nth-child(3) {
    margin-left: 80px;
  }
  .p-top_trouble_list > li:nth-child(3):before {
    top: -86px;
    width: 240px;
    -webkit-transform: rotate(-123deg);
            transform: rotate(-123deg);
    margin-left: -149px;
  }
  .p-top_trouble_list > li:nth-child(3):after {
    top: -193px;
    -webkit-transform: rotate(-219deg);
            transform: rotate(-219deg);
    margin-left: -106px;
  }
  .p-top_trouble_list > li:nth-child(4) {
    margin-right: 80px;
  }
  .p-top_trouble_list > li:nth-child(4):before {
    top: -53px;
    width: 150px;
    -webkit-transform: rotate(-71deg);
            transform: rotate(-71deg);
    margin-left: -129px;
  }
  .p-top_trouble_list > li:nth-child(4):after {
    top: -133px;
    -webkit-transform: rotate(-157deg);
            transform: rotate(-157deg);
    margin-left: -36px;
  }
  .p-top_trouble_list > li .large {
    font-size: 1.8rem;
  }
  .p-top_cause {
    padding-bottom: 50px;
  }
  .p-top_cause .lead {
    margin-top: 20px;
  }
  .p-top_cause_box {
    padding: 2.4rem 20px;
    margin-top: 4rem;
  }
  .p-top_cause_box .img {
    margin-top: 20px;
  }
  .p-top_cause_box .title {
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.7rem;
    padding: 14px 20px;
  }
  .p-top_action .img-circles {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-top_action .img-circle1 {
    width: 36%;
  }
  .p-top_action .img-circle2 {
    width: 36%;
    margin-left: 5%;
  }
  .p-top_action_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30%;
    padding: 7% 20px 0;
    background-color: #f5f9ff;
  }
  .p-top_action_wrapper:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/common/bg_triangle01.svg) no-repeat center bottom/140% auto;
    left: 0;
    bottom: -22vw;
    width: 100%;
    height: 22vw;
  }
  .p-top_action_box {
    padding: 4rem 20px 30px;
    margin-top: 5rem;
    margin-bottom: -10%;
    font-size: 1.8rem;
  }
  .p-top_action_box .title span {
    width: 7rem;
    height: 5rem;
  }
  .p-top_action .text-arrow {
    text-align: center;
    font-size: 2.2rem;
    margin-top: 5%;
  }
  .p-top_action .text-arrow:before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .p-top_action .img2 {
    width: 64%;
    margin: -35% auto -10%;
  }
  .p-top_feature {
    background: linear-gradient(to bottom, #fff 0, #fff 376px, #cfdcf7 376px, #f2f5fd 100%);
    padding-bottom: 100px;
  }
  .p-top_feature .list {
    background: #fff;
    margin: 20px -20px 30%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 0;
  }
  .p-top_feature .list:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/common/bg_triangle02.svg) no-repeat center bottom/140% auto;
    left: 0;
    bottom: -22vw;
    width: 100%;
    height: 22vw;
  }
  .p-top_feature .list > li + li {
    margin-top: 1.6em;
  }
  .p-top_feature .list .title {
    font-size: 1.8rem;
  }
  .p-top_feature .list .content {
    padding: 15px 20px;
    font-size: 1.4rem;
  }
  .p-top_feature .balloon {
    padding: 0.5em 0;
    margin-top: 10%;
    font-size: 2.4rem;
  }
  .p-top_feature .balloon:before {
    left: 36vw;
    bottom: -28vw;
    width: 34vw;
    height: 29vw;
  }
  .p-top_feature .img-cycle {
    margin-top: 6%;
    margin-left: -20px;
    margin-right: -20px;
  }
  .p-top_feature .text-box {
    padding: 30px 20px;
  }
  .p-top_product {
    margin-top: -50px;
    padding-bottom: 50px;
  }
  .p-top_product .box {
    border-width: 2px;
    padding: 30px 20px;
  }
  .p-top_product .img {
    width: 60%;
    margin: 0 auto 10px;
  }
  .p-top_product .content {
    text-align: center;
  }
  .p-top_product .title {
    font-size: 2.2rem;
  }
  .p-top_product .title span {
    font-size: 3.4rem;
  }
  .p-top_product .text {
    display: inline-block;
    text-align: left;
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .p-top_product .btns > li + li {
    margin-top: 10px;
  }
  .p-top_cm .c-movie {
    margin-top: 40px;
  }
}
