@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* mixin */
/*
 *  ブレイクポイント
 */
/* vars */
/* size */
/* color */
.p-top {
  /* HTML5 display-role reset for older browsers */
}

.p-top *, .p-top *::before, .p-top *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.p-top article, .p-top aside, .p-top details, .p-top figcaption, .p-top figure,
.p-top footer, .p-top header, .p-top hgroup, .p-top main, .p-top menu, .p-top nav, .p-top section {
  display: block;
}

.p-top menu, .p-top ol, .p-top ul {
  list-style: none;
}

.p-top blockquote, .p-top q {
  quotes: none;
}

.p-top blockquote:before, .p-top blockquote:after,
.p-top q:before, .p-top q:after {
  content: '';
  content: none;
}

.p-top table {
  border-collapse: collapse;
  border-spacing: 0;
}

.p-top a:link,
.p-top a:visited,
.p-top a:active {
  text-decoration: none;
}

.p-top img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-top {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-family: "Noto Sans JP","游ゴシック","YuGothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Arial","メイリオ","Meiryo","Roboto",sans-serif;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-top {
    font-size: 14px;
    zoom: 1;
  }
}

/*Firefox用*/
@media screen and (min-width: 769px) {
  .section-4 .item-style-default {
    height: 3046px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .p-top {
    min-width: 1280px;
    position: absolute;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0.56094);
            transform: scale(0.56094);
  }
}

.p-top {
  /*
    * .c-footer
    */
  /* Module/button.scss */
  /*
    * .c-btn1
    */
  /*
    * .c-btn2
    */
  /*
    * .c-btn3
    */
  /* Module/heading.scss */
  /*
    * .c-hdg1
    */
  /*
    * .c-hdg2
    */
  /*
    * .c-hdg3
    */
  /*
    * .c-hdg4
    */
  /* Module/mv.scss */
  /*
    * .c-mv
    */
  /* Module/nav.scss */
  /*
    * .c-nav
    */
  /* Module/other.scss */
  /*
    * .js-target
    */
  /*
    * .js-animate
    */
  /*
    * .c-flow1
    */
  /*
    * .c-box1
    */
  /*
    * .c-box2
    */
  /*
    * .c-flow1 アイコンアニメーション
    */
}

.p-top .c-footer {
  padding-top: 65px;
  min-height: 550px;
  background: #fff url(../images/lp/bg_page.jpg) no-repeat bottom center/100% auto;
  text-align: center;
  /*
        * .c-footer__logo
        */
  /*
        * .c-footer .c-btn1
        */
}

@media screen and (max-width: 768px) {
  .p-top .c-footer {
    padding-top: 20px;
    min-height: 330px;
    background-size: auto 240px;
  }
}

.p-top .c-footer__logo {
  margin-top: 60px;
  display: inline-block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  /*
            * .c-footer__logo:hover
            */
  /*
            * .c-footer__logo img
            */
}

@media screen and (max-width: 768px) {
  .p-top .c-footer__logo {
    margin-top: 50px;
  }
}

.p-top .c-footer__logo:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .p-top .c-footer__logo img {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .p-top .c-footer .c-btn1 {
    margin: 0 10px;
  }
}

.p-top .u-color--pink {
  color: #ff009b;
}

.p-top .u-color--green {
  color: #00d4b1;
}

@media screen and (min-width: 769px) {
  .p-top .u-hide--pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .p-top .u-hide--sp {
    display: none !important;
  }
}

.p-top .c-btn1 {
  margin: 0 auto;
  margin-bottom: 6px;
  padding: 10px 30px;
  width: 660px;
  height: 80px;
  background-color: #ff009b;
  -webkit-box-shadow: 0 3px 0 3px #93015a;
          box-shadow: 0 3px 0 3px #93015a;
  border-width: 0;
  border-radius: 6px;
  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;
  position: relative;
  color: #FFF !important;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
  /*
        * .c-btn1::before
        */
  /*
        * .c-btn1::after
        */
  /*
        * .c-btn1:hover
        */
}

@media screen and (max-width: 768px) {
  .p-top .c-btn1 {
    margin-bottom: 0;
    width: auto;
    height: 50px;
    font-size: 16px;
  }
}

.p-top .c-btn1::before {
  width: 66px;
  height: 109px;
  background: url(../images/lp/btn1_img.png) no-repeat center/100% auto;
  position: absolute;
  left: 40px;
  bottom: 1px;
  opacity: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-top .c-btn1::before {
    content: none;
  }
}

.p-top .c-btn1::after {
  margin: auto 0;
  width: 24px;
  height: 28px;
  background: url(../images/lp/btn1_icon.svg) no-repeat center/100% auto;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-top .c-btn1::after {
    width: 12px;
    height: 14px;
    right: 10px;
  }
}

.p-top .c-btn1:hover {
  /*
            * .c-btn1:hover::before
            */
}

@media screen and (min-width: 1281px) {
  .p-top .c-btn1:hover {
    -webkit-box-shadow: 0 0 0 #93015a;
            box-shadow: 0 0 0 #93015a;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}

@media screen and (min-width: 1281px) {
  .p-top .c-btn1:hover::before {
    opacity: 1;
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}

.p-top .c-btn2 {
  margin-bottom: 5px;
  padding: 10px 20px;
  height: 60px;
  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;
  background-color: #00d4b1;
  -webkit-box-shadow: 0 3px 0 3px #008872;
          box-shadow: 0 3px 0 3px #008872;
  border-width: 0;
  border-radius: 6px;
  position: relative;
  color: #333 !important;
  text-align: center;
  font-weight: bold;
  -webkit-transition: -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
  /*
        * .c-btn2::before
        */
  /*
        * .c-btn2::after
        */
  /*
        * .c-btn2:hover
        */
}

@media screen and (max-width: 768px) {
  .p-top .c-btn2 {
    height: 52px;
  }
}

.p-top .c-btn2::before {
  width: 60px;
  height: 60px;
  background: url(../images/lp/btn2_img.png) no-repeat center/100% auto;
  position: absolute;
  top: -10px;
  left: 10px;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-top .c-btn2::before {
    content: none;
  }
}

.p-top .c-btn2::after {
  margin: auto 0;
  width: 18px;
  height: 16px;
  background: url(../images/lp/btn2_icon.svg) no-repeat center/100% auto;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-top .c-btn2::after {
    width: 12px;
    height: 14px;
    right: 10px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.p-top .c-btn2:hover {
  /*
            * .c-btn2:hover::before
            */
}

@media screen and (min-width: 1281px) {
  .p-top .c-btn2:hover {
    -webkit-box-shadow: 0 0 0 #008872;
            box-shadow: 0 0 0 #008872;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}

@media screen and (min-width: 1281px) {
  .p-top .c-btn2:hover::before {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-top .c-btn3 {
  margin-bottom: 5px;
  padding: 10px 20px;
  height: 60px;
  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;
  background-color: #ffff01;
  -webkit-box-shadow: 0 3px 0 3px #9a9a00;
          box-shadow: 0 3px 0 3px #9a9a00;
  border-width: 0;
  border-radius: 6px;
  position: relative;
  color: #333 !important;
  text-align: center;
  font-weight: bold;
  -webkit-transition: -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, transform .2s ease-in-out, -webkit-box-shadow .2s ease-in-out, -webkit-transform .2s ease-in-out;
  /*
        * .c-btn3::after
        */
  /*
        * .c-btn3:hover
        */
}

@media screen and (max-width: 768px) {
  .p-top .c-btn3 {
    height: 50px;
  }
}

.p-top .c-btn3::after {
  margin: auto 0;
  width: 16px;
  height: 18px;
  background: url(../images/lp/btn3_icon.svg) no-repeat center/100% auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-top .c-btn3::after {
    width: 12px;
    height: 14px;
    right: 10px;
  }
}

@media screen and (min-width: 1281px) {
  .p-top .c-btn3:hover {
    -webkit-box-shadow: 0 0 0 #008872;
            box-shadow: 0 0 0 #008872;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

.p-top .c-hdg1 {
  font-weight: bold;
  text-align: center;
  /*
        * .c-hdg1__jp
        */
  /*
        * .c-hdg1__en
        */
}

.p-top .c-hdg1__jp {
  display: block;
  font-size: 44px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-top .c-hdg1__jp {
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-top .c-hdg1__en {
  margin-top: 30px;
  display: block;
  color: #ffff01;
  font-size: 24px;
  line-height: 1;
  letter-spacing: .1em;
  text-shadow: #333 1px 1px, #333 -1px 1px, #333 1px -1px, #333 -1px -1px;
}

@media screen and (max-width: 768px) {
  .p-top .c-hdg1__en {
    margin-top: 10px;
    font-size: 14px;
  }
}

.p-top .c-hdg2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: .03em;
}

@media screen and (max-width: 768px) {
  .p-top .c-hdg2 {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-top .c-hdg2__en {
  display: block;
  color: #ffff01;
  letter-spacing: .1em;
  text-shadow: #333 1px 1px, #333 -1px 1px, #333 1px -1px, #333 -1px -1px;
}

@media screen and (max-width: 768px) {
  .p-top .c-hdg2__en {
    font-size: 14px;
  }
}

.p-top .c-hdg3 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-top .c-hdg3 {
    font-size: 16px;
  }
}

.p-top .c-hdg4 {
  color: #ffff01;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  text-shadow: #333 1px 1px, #333 -1px 1px, #333 1px -1px, #333 -1px -1px;
}

@media screen and (max-width: 768px) {
  .p-top .c-hdg4 {
    font-size: 12px;
  }
}

.p-top .c-mv {
  text-align: center;
  /*
        * .c-mv__btn_area
        */
  /*
        * .c-mv__btn_area
        */
}

@media screen and (max-width: 768px) {
  .p-top .c-mv {
    background-position: center top;
    background-size: auto 236px;
  }
}

.p-top .c-mv__img {
  width: 100%;
}

.p-top .c-mv__btn_area {
  margin: 15px 10px 0;
}

.p-top .c-mv__btn_area .c-btn3 {
  margin-top: 15px;
}

.p-top .c-nav {
  /*
        * .c-nav__inner
        */
  /*
        * .c-nav__list
        */
  /*
        * .c-nav__btn
        */
  /*
        * .c-nav[data-is_active="true"]
        */
}

@media screen and (min-width: 769px) {
  .p-top .c-nav__inner {
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-top .c-nav__inner {
    padding: 0 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out, z-index .4s ease-in-out;
    transition: opacity .4s ease-in-out, z-index .4s ease-in-out;
  }
}

.p-top .c-nav__list, .p-top .c-nav__list--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
            * .c-nav__list__item
            */
  /*
            * .c-nav__list--3
            */
}

@media screen and (max-width: 768px) {
  .p-top .c-nav__list, .p-top .c-nav__list--3 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-top .c-nav__list__item {
    margin-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  .p-top .c-nav__list__item:first-child {
    margin-top: 0;
  }
}

.p-top .c-nav__list--3 {
  /*
                * .c-nav__list__item
                */
}

.p-top .c-nav__list--3 .c-nav__list__item {
  margin-left: 35px;
  width: calc((100% - 70px) / 3);
}

@media screen and (max-width: 768px) {
  .p-top .c-nav__list--3 .c-nav__list__item {
    margin-left: 0;
    width: auto;
  }
}

.p-top .c-nav__list--3 .c-nav__list__item:first-child {
  margin-left: 0;
}

.p-top .c-nav__btn {
  padding: 0;
  width: 38px;
  height: 38px;
  background-color: #fff;
  border: 2px solid #ff009b;
  border-radius: 50%;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  /*
            * .c-nav__btn i
            */
  /*
            * .c-nav__btn[data-is_active="true"]
            */
}

@media screen and (min-width: 769px) {
  .p-top .c-nav__btn {
    display: none;
  }
}

.p-top .c-nav__btn i {
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #ff009b;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.p-top .c-nav__btn i:nth-child(1) {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.p-top .c-nav__btn i:nth-child(2) {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.p-top .c-nav__btn i:nth-child(3) {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.p-top .c-nav[data-is_active="true"] {
  /*
            * .c-nav[data-is_active="true"] .c-nav__inner
            */
  /*
            * .c-nav[data-is_active="true"] .c-nav__btn
            */
}

.p-top .c-nav[data-is_active="true"] .c-nav__inner {
  z-index: 99;
  opacity: 1;
}

.p-top .c-nav[data-is_active="true"] .c-nav__btn {
  /*
                * .c-nav[data-is_active="true"] .c-nav__btn i
                */
}

.p-top .c-nav[data-is_active="true"] .c-nav__btn i:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-top .c-nav[data-is_active="true"] .c-nav__btn i:nth-child(2) {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

.p-top .c-nav[data-is_active="true"] .c-nav__btn i:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen {
  .p-top .js-target {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
    -webkit-transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
    transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
    transition: opacity .6s ease-in-out, transform .6s ease-in-out;
    transition: opacity .6s ease-in-out, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  }
}

@media screen {
  .p-top .js-animate {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-top .c-flow1 {
  /*
        * .c-flow1__img
        */
  /*
        * .c-flow1__txt
        */
  /*
        * .c-flow1__1
        */
  /*
        * .c-flow1__list
        */
  /*
        * .c-flow1__item
        */
}

.p-top .c-flow1__img {
  margin-top: 34px;
  margin-left: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__img {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
  }
}

.p-top .c-flow1__img::after {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#00d4b1 33%, transparent 38%), radial-gradient(#00d4b1 33%, transparent 38%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 0;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__img::after {
    right: -5px;
    bottom: -5px;
  }
}

.p-top .c-flow1__img img {
  position: relative;
  z-index: 1;
}

.p-top .c-flow1__img.js-target {
  opacity: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  -webkit-transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.p-top .c-flow1__img.js-target::after {
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: right .6s ease-in-out, bottom .6s ease-in-out, opacity .6s ease-in-out;
  transition: right .6s ease-in-out, bottom .6s ease-in-out, opacity .6s ease-in-out;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.p-top .c-flow1__img.js-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-top .c-flow1__img.js-animate::after {
  right: -10px;
  bottom: -10px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__img.js-animate::after {
    right: -5px;
    bottom: -5px;
  }
}

.p-top .c-flow1__txt {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__txt {
    margin-top: 15px;
  }
}

.p-top .c-flow1__txt:first-child {
  margin-top: 0;
}

.p-top .c-flow1__notes {
  margin-top: 10px;
  margin-left: 1em;
  display: block;
  font-size: 14px;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__notes {
    margin-top: 5px;
    font-size: 12px;
  }
}

.p-top .c-flow1__list {
  width: 580px;
  padding-right: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  /*
            * .c-flow1__list__term
            */
  /*
            * .c-flow1__list__desc
            */
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__list {
    width: auto;
    padding-right: 0;
  }
}

.p-top .c-flow1__list.js-target {
  opacity: 0;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
  -webkit-transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, transform .6s ease-in-out;
  transition: opacity .6s ease-in-out, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__list.js-target {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
}

.p-top .c-flow1__list.js-target .c-flow1__list__term::after {
  opacity: 0;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.p-top .c-flow1__list.js-target .c-flow1__list__desc {
  opacity: 0;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.p-top .c-flow1__list.js-animate {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__list.js-animate {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-top .c-flow1__list.js-animate .c-flow1__list__term::after {
  opacity: 1;
}

.p-top .c-flow1__list.js-animate .c-flow1__list__desc {
  opacity: 1;
}

.p-top .c-flow1__list__term {
  position: relative;
  /*
                * .c-flow1__list__term__img
                */
  /*
                * .c-flow1__list__term__icon
                */
}

.p-top .c-flow1__list__term__img {
  width: 100%;
}

.p-top .c-flow1__list__term__icon {
  position: absolute;
  z-index: 1;
}

.p-top .c-flow1__list__term__icon:before, .p-top .c-flow1__list__term__icon::after {
  position: absolute;
  z-index: 1;
  -webkit-transform-origin: center -10px 0;
          transform-origin: center -10px 0;
  content: "";
}

.p-top .c-flow1__list__term__icon::before {
  -webkit-animation: swing 2s linear -2s infinite;
          animation: swing 2s linear -2s infinite;
}

.p-top .c-flow1__list__term__icon::after {
  -webkit-animation: swing 3s linear -3s infinite;
          animation: swing 3s linear -3s infinite;
}

.p-top .c-flow1__list__desc {
  margin-top: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__list__desc {
    padding-left: 0;
  }
}

.p-top .c-flow1__item {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*
            * .c-flow1__item:first-child
            */
  /*
            * .c-flow1__item:nth-child(even)
            */
  /*
            * .c-flow1__item:nth-child(1)
            */
  /*
            * .c-flow1__item:nth-child(2)
            */
  /*
            * .c-flow1__item:nth-child(3)
            */
  /*
            * .c-flow1__item:nth-child(4)
            */
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top .c-flow1__item:first-child {
  margin-top: 0;
}

.p-top .c-flow1__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /*
                * .c-flow1__item:nth-child(even) .c-flow1__img
                */
  /*
                * .c-flow1__item:nth-child(even) .c-flow1__img
                */
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top .c-flow1__item:nth-child(even) .c-flow1__list.js-target {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(even) .c-flow1__list.js-target {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
}

.p-top .c-flow1__item:nth-child(even) .c-flow1__list.js-animate {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(even) .c-flow1__list.js-animate {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-top .c-flow1__item:nth-child(even) .c-flow1__img {
  margin-left: 0;
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(even) .c-flow1__img {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-top .c-flow1__item:nth-child(1) .c-flow1__list {
  /*
                    * .c-flow1__item:nth-child(1) .c-flow1__list__term
                    */
}

.p-top .c-flow1__item:nth-child(1) .c-flow1__list__term {
  /*
                        * .c-flow1__item:nth-child(1) .c-flow1__list__term__icon
                        */
}

.p-top .c-flow1__item:nth-child(1) .c-flow1__list__term__icon {
  width: 189px;
  height: 107px;
  background: url(../images/lp/icon1.png) no-repeat center/100% auto;
  right: -66px;
  bottom: -33px;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(1) .c-flow1__list__term__icon {
    width: 109px;
    height: 61px;
    right: -10px;
    bottom: -22px;
  }
}

.p-top .c-flow1__item:nth-child(1) .c-flow1__list__term__icon::before {
  width: 77px;
  height: 62px;
  background: url(../images/lp/icon1_01.png) no-repeat center/100% auto;
  top: -10px;
  left: -64px;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(1) .c-flow1__list__term__icon::before {
    width: 43px;
    height: 35px;
    top: -10px;
    left: -38px;
  }
}

.p-top .c-flow1__item:nth-child(1) .c-flow1__list__term__icon::after {
  width: 77px;
  height: 62px;
  background: url(../images/lp/icon1_02.png) no-repeat center/100% auto;
  top: 6px;
  left: -4px;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(1) .c-flow1__list__term__icon::after {
    width: 44px;
    height: 35px;
    top: -2px;
    left: -4px;
  }
}

.p-top .c-flow1__item:nth-child(2) {
  /*
                * .c-flow1__item:nth-child(2) .c-flow__img
                */
}

.p-top .c-flow1__item:nth-child(2) .c-flow1__img::after {
  background-image: radial-gradient(#afe5ff 33%, transparent 38%), radial-gradient(#afe5ff 33%, transparent 38%);
}

.p-top .c-flow1__item:nth-child(2) .c-flow1__list {
  /*
                    * .c-flow1__item:nth-child(2) .c-flow1__list__term
                    */
}

.p-top .c-flow1__item:nth-child(2) .c-flow1__list__term {
  /*
                        * .c-flow1__item:nth-child(2) .c-flow1__list__term__icon
                        */
}

.p-top .c-flow1__item:nth-child(2) .c-flow1__list__term__icon {
  width: 105px;
  height: 198px;
  background: url(../images/lp/icon2.png) no-repeat center/100% auto;
  right: -60px;
  bottom: -48px;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(2) .c-flow1__list__term__icon {
    width: 56px;
    height: 105px;
    right: -10px;
    bottom: -38px;
  }
}

.p-top .c-flow1__item:nth-child(2) .c-flow1__list__term__icon::before {
  width: 70px;
  height: 95px;
  background: url(../images/lp/icon2_01.png) no-repeat center/100% auto;
  top: 64px;
  left: -106px;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(2) .c-flow1__list__term__icon::before {
    top: 24px;
    left: -56px;
    width: 46px;
    height: 55px;
  }
}

.p-top .c-flow1__item:nth-child(2) .c-flow1__list__term__icon::after {
  width: 70px;
  height: 86px;
  background: url(../images/lp/icon2_02.png) no-repeat center/100% auto;
  top: 104px;
  left: -68px;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(2) .c-flow1__list__term__icon::after {
    width: 37px;
    height: 45px;
    top: 44px;
    left: -28px;
  }
}

.p-top .c-flow1__item:nth-child(3) {
  /*
                * .c-flow1__item:nth-child(3) .c-flow__img
                */
}

.p-top .c-flow1__item:nth-child(3) .c-flow1__img::after {
  background-image: radial-gradient(#fbb161 33%, transparent 38%), radial-gradient(#fbb161 33%, transparent 38%);
}

.p-top .c-flow1__item:nth-child(3) .c-flow1__list {
  /*
                    * .c-flow1__item:nth-child(3) .c-flow1__list__term
                    */
}

.p-top .c-flow1__item:nth-child(3) .c-flow1__list__term {
  /*
                        * .c-flow1__item:nth-child(3) .c-flow1__list__term__icon
                        */
}

.p-top .c-flow1__item:nth-child(3) .c-flow1__list__term__icon {
  width: 250px;
  height: 75px;
  background: url(../images/lp/icon3.png) no-repeat center/100% auto;
  right: -60px;
  bottom: -24px;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(3) .c-flow1__list__term__icon {
    width: 139px;
    height: 41px;
    right: -10px;
    bottom: -14px;
  }
}

.p-top .c-flow1__item:nth-child(3) .c-flow1__list__term__icon::before {
  width: 65px;
  height: 66px;
  background: url(../images/lp/icon3_01.png) no-repeat center/100% auto;
  top: -33px;
  left: -80px;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(3) .c-flow1__list__term__icon::before {
    width: 37px;
    height: 37px;
    top: -18px;
    left: -43px;
  }
}

.p-top .c-flow1__item:nth-child(3) .c-flow1__list__term__icon::after {
  width: 77px;
  height: 50px;
  background: url(../images/lp/icon3_02.png) no-repeat center/100% auto;
  top: -6px;
  left: -50px;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(3) .c-flow1__list__term__icon::after {
    width: 43px;
    height: 28px;
    top: -3px;
    left: -23px;
  }
}

.p-top .c-flow1__item:nth-child(4) {
  /*
                * .c-flow1__item:nth-child(4) .c-flow__img
                */
}

.p-top .c-flow1__item:nth-child(4) .c-flow1__img::after {
  background-image: radial-gradient(#fbb3f5 33%, transparent 38%), radial-gradient(#fbb3f5 33%, transparent 38%);
}

.p-top .c-flow1__item:nth-child(4) .c-flow1__list {
  /*
                    * .c-flow1__item:nth-child(4) .c-flow1__list__term
                    */
}

.p-top .c-flow1__item:nth-child(4) .c-flow1__list__term {
  /*
                        * .c-flow1__item:nth-child(4) .c-flow1__list__term__icon
                        */
}

.p-top .c-flow1__item:nth-child(4) .c-flow1__list__term__icon {
  width: 155px;
  height: 122px;
  background: url(../images/lp/icon4.png) no-repeat center/100% auto;
  right: -60px;
  bottom: -28px;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(4) .c-flow1__list__term__icon {
    width: 92px;
    height: 72px;
    right: -10px;
    bottom: -26px;
  }
}

.p-top .c-flow1__item:nth-child(4) .c-flow1__list__term__icon::before {
  width: 96px;
  height: 94px;
  background: url(../images/lp/icon4_01.png) no-repeat center/100% auto;
  top: 25px;
  left: -92px;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(4) .c-flow1__list__term__icon::before {
    width: 58px;
    height: 56px;
    top: 14px;
    left: -54px;
  }
}

.p-top .c-flow1__item:nth-child(4) .c-flow1__list__term__icon::after {
  width: 52px;
  height: 85px;
  background: url(../images/lp/icon4_02.png) no-repeat center/100% auto;
  top: 56px;
  left: -24px;
}

@media screen and (max-width: 768px) {
  .p-top .c-flow1__item:nth-child(4) .c-flow1__list__term__icon::after {
    width: 31px;
    height: 51px;
    top: 29px;
    left: -14px;
  }
}

.p-top .c-box1 {
  padding: 50px 0 40px;
  border: 4px solid black;
  background: url(../images/lp/bg_img1.png) no-repeat top 10px left 8px/30px, url(../images/lp/bg_img2.png) no-repeat top 10px right 8px/30px, #fff url(../images/lp/bg_img2.png) no-repeat bottom 10px left 8px/30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  /*
        * .c-box1__img
        */
  /*
        * .c-box1__figure
        */
  /*
        * .c-box1__caption
        */
}

@media screen and (max-width: 768px) {
  .p-top .c-box1 {
    padding: 30px 20px;
    border-width: 3px;
    background: url(../images/lp/bg_img1.png) no-repeat top 10px left 8px/18px, url(../images/lp/bg_img2.png) no-repeat top 10px right 8px/18px, url(../images/lp/bg_img2.png) no-repeat bottom 10px left 8px/18px, #fff url(../images/lp/bg_img1.png) no-repeat bottom 10px right 8px/18px;
  }
}

@media screen and (max-width: 768px) {
  .p-top .c-box1__img {
    width: calc(100% + 15px);
    max-width: none;
  }
}

.p-top .c-box1__figure {
  margin: 40px auto 0;
  width: 640px;
}

@media screen and (max-width: 768px) {
  .p-top .c-box1__figure {
    margin-top: 20px;
    width: auto;
  }
}

.p-top .c-box1__caption {
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-top .c-box1__caption {
    margin-top: 20px;
    font-size: 12px;
  }
}

.p-top .c-box2 {
  margin-left: 30px;
  padding: 30px 60px 40px;
  width: calc((100% - 30px) / 2);
  background: #fff;
  border: 4px solid #333;
  /*
        * .c-box2__wrapper
        */
  /*
        * .c-box2__list
        */
}

.p-top .c-box2:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .p-top .c-box2 {
    margin-left: 8px;
    padding: 10px 10px 5px;
    width: calc((100% - 8px) / 2);
    border-width: 3px;
  }
}

.p-top .c-box2__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top .c-box2__list, .p-top .c-box2__list--column2, .p-top .c-box2__list--column3 {
  margin-top: 30px;
  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;
  /*
            * .c-box2__list:first-child
            */
  /*
            * .c-box2__list__item--column2
            */
  /*
            * .c-box2__list--column3
            */
}

.p-top .c-box2__list:first-child, .p-top .c-box2__list--column2:first-child, .p-top .c-box2__list--column3:first-child {
  margin-top: 0;
}

.p-top .c-box2__list--column2 {
  margin: 30px auto 0;
  width: 243px;
  /*
                * .c-box2__list--column2 .c-box2__list__item
                */
}

@media screen and (max-width: 768px) {
  .p-top .c-box2__list--column2 {
    margin-top: 10px;
    width: auto;
  }
}

.p-top .c-box2__list--column2 .c-box2__list__item {
  margin-left: 35px;
  width: calc((100% - 35px) / 2);
  /*
                    * .c-box2__list__item:nth-child(2n+1)
                    */
  /*
                    * .c-box2__list__item:nth-child(n+3)
                    */
}

@media screen and (max-width: 768px) {
  .p-top .c-box2__list--column2 .c-box2__list__item {
    margin-left: 10px;
    width: calc((100% - 10px) / 2);
  }
}

.p-top .c-box2__list--column2 .c-box2__list__item:nth-child(2n+1) {
  margin-left: 0;
}

.p-top .c-box2__list--column2 .c-box2__list__item:nth-child(n+3) {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-top .c-box2__list--column2 .c-box2__list__item:nth-child(n+3) {
    margin-top: 5px;
  }
}

.p-top .c-box2__list--column3 {
  /*
                * .c-box2__list--column3 .c-box2__list__item
                */
}

@media screen and (max-width: 768px) {
  .p-top .c-box2__list--column3 {
    margin-top: 10px;
  }
}

.p-top .c-box2__list--column3 .c-box2__list__item {
  margin-left: 35px;
  width: calc((100% - 70px) / 3);
  /*
                    * .c-box2__list__item:nth-child(3n+1)
                    */
  /*
                    * .c-box2__list__item:nth-child(n+4)
                    */
}

@media screen and (max-width: 768px) {
  .p-top .c-box2__list--column3 .c-box2__list__item {
    margin-left: 8px;
    width: calc((100% - 16px) / 3);
  }
}

.p-top .c-box2__list--column3 .c-box2__list__item:nth-child(3n+1) {
  margin-left: 0;
}

.p-top .c-box2__list--column3 .c-box2__list__item:nth-child(n+4) {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-top .c-box2__list--column3 .c-box2__list__item:nth-child(n+4) {
    margin-top: 10px;
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/* Page/top.scss */
.section-4 .p-top {
  background: #FFF;
  /*
        * .p-top .c-nav
        */
  /*
        * .p-top2
        */
  /*
        * .p-top3
        */
}

.section-4 .p-top .c-nav {
  padding-top: 30px;
  /*
            * .p-top .c-nav__list
            */
  /*
            * .p-top .c-nav .c-btn1
            */
  /*
            * .p-top .c-nav .c-btn2
            */
  /*
            * .p-top .c-nav .c-btn3
            */
}

@media screen and (max-width: 768px) {
  .section-4 .p-top .c-nav {
    margin: 0;
    padding-top: 0;
  }
}

.section-4 .p-top .c-nav__list, .section-4 .p-top .c-nav__list--3 {
  margin: 30px auto 0;
  width: 1080px;
}

@media screen and (max-width: 768px) {
  .section-4 .p-top .c-nav__list, .section-4 .p-top .c-nav__list--3 {
    margin: 0;
    width: auto;
  }
}

.section-4 .p-top .c-nav .c-btn1 {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section-4 .p-top .c-nav .c-btn1 {
    margin-top: 44px;
    width: 100%;
  }
}

.section-4 .p-top .c-nav .c-btn2 {
  width: 100%;
  font-size: 18px;
}

.section-4 .p-top .c-nav .c-btn3 {
  margin: 30px auto 0;
  width: 300px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .section-4 .p-top .c-nav .c-btn3 {
    width: 100%;
  }
}

.section-4 .p-top .c-nav .js-target {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.section-4 .p-top2 {
  padding: 110px 0 50px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  /*
            * .p-top2__inner
            */
  /*
            * .p-top2 .c-flow1
            */
  /*
            * .p-top2__catch
            */
  /*
            * .p-top2 .c-btn1
            */
}

@media screen and (max-width: 768px) {
  .section-4 .p-top2 {
    padding: 40px 0 45px;
  }
}

.section-4 .p-top2__inner {
  padding-bottom: 110px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-4 .p-top2__inner {
    padding: 0 10px 40px;
  }
}

.section-4 .p-top2__inner::before, .section-4 .p-top2__inner::after {
  width: 100%;
  height: 50%;
  position: absolute;
  content: "";
}

.section-4 .p-top2__inner::before {
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0) 50%, #ffffcf 50%);
  top: 0;
  right: 0;
  bottom: 50%;
  left: 0;
  z-index: 0;
}

.section-4 .p-top2__inner::after {
  background-image: linear-gradient(30deg, rgba(255, 255, 255, 0) 50%, #ffffcf 50%);
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.section-4 .p-top2 .c-flow1 {
  margin: 50px auto 0;
  width: 1080px;
  position: relative;
  z-index: 1;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .section-4 .p-top2 .c-flow1 {
    margin: 30px auto 0;
    width: auto;
  }
}

.section-4 .p-top2__catch {
  color: #ffff01;
  font-size: 34px;
  font-weight: bold;
  text-shadow: #333 1px 1px, #333 -1px 1px, #333 1px -1px, #333 -1px -1px;
}

@media screen and (max-width: 768px) {
  .section-4 .p-top2__catch {
    font-size: 18px;
  }
}

.section-4 .p-top2 .c-btn1 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .section-4 .p-top2 .c-btn1 {
    margin: 20px 10px 0;
  }
}

.section-4 .p-top3 {
  padding-bottom: 65px;
  background-color: #fff;
  overflow: hidden;
  /*
            * .p-top3__inner
            */
  /*
            * .p-top3__lead
            */
  /*
            * .p-top3 .c-box1
            */
}

@media screen and (max-width: 768px) {
  .section-4 .p-top3 {
    padding-bottom: 25px;
    overflow: visible;
  }
}

.section-4 .p-top3__inner {
  padding: 110px 0;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 10px, #d4f0ff 10px, #d4f0ff 20px);
  position: relative;
  /*
                * .p-top3__inner::after
                * (SP表示を考慮して&__innerの方に紐付ける)
                */
}

@media screen and (max-width: 768px) {
  .section-4 .p-top3__inner {
    padding: 40px 5px;
  }
}

.section-4 .p-top3__inner::after {
  width: 238px;
  height: 700px;
  background: url(../images/lp/img6.png) no-repeat center/100% auto;
  position: absolute;
  right: 50%;
  bottom: 70px;
  z-index: 2;
  -webkit-transform: translateX(540px);
          transform: translateX(540px);
  content: "";
}

@media screen and (max-width: 768px) {
  .section-4 .p-top3__inner::after {
    width: 108px;
    height: 318px;
    top: -30px;
    right: 0;
    bottom: auto;
    z-index: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.section-4 .p-top3__lead {
  margin-top: 50px;
  font-weight: bold;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .section-4 .p-top3__lead {
    margin-top: 30px;
    font-size: 14px;
  }
}

.section-4 .p-top3 .c-box1 {
  margin: 50px auto 0;
  width: 1080px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .section-4 .p-top3 .c-box1 {
    margin-top: 30px;
    width: auto;
  }
}

.section-4 .p-top3 .c-box1.js-target {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

@media screen and (max-width: 768px) {
  .section-4 .p-top3 .c-box1.js-target {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
}

.section-4 .p-top3 .c-box1.js-target .c-hdg3,
.section-4 .p-top3 .c-box1.js-target .p-top3__lead,
.section-4 .p-top3 .c-box1.js-target .c-box1__figure {
  opacity: 0;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
  -webkit-transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, -webkit-transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out;
  transition: opacity .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

@media screen and (max-width: 768px) {
  .section-4 .p-top3 .c-box1.js-target .c-hdg3,
  .section-4 .p-top3 .c-box1.js-target .p-top3__lead,
  .section-4 .p-top3 .c-box1.js-target .c-box1__figure {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
}

.section-4 .p-top3 .c-box1.js-target .c-hdg3 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.section-4 .p-top3 .c-box1.js-target .p-top3__lead {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.section-4 .p-top3 .c-box1.js-target .c-box1__figure {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.section-4 .p-top3 .c-box1.js-animate {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .section-4 .p-top3 .c-box1.js-animate {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.section-4 .p-top3 .c-box1.js-animate .c-hdg3,
.section-4 .p-top3 .c-box1.js-animate .p-top3__lead,
.section-4 .p-top3 .c-box1.js-animate .c-box1__figure {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .section-4 .p-top3 .c-box1.js-animate .c-hdg3,
  .section-4 .p-top3 .c-box1.js-animate .p-top3__lead,
  .section-4 .p-top3 .c-box1.js-animate .c-box1__figure {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*# sourceMappingURL=lp.css.map */