@charset "UTF-8";
body {
  background: #ededed;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'meiryo', sans-serif;
}

.contents {
  margin-top: 58px;
}

.contents__inner {
  background: #ffffff;
  border-radius: 8px;
  padding: 80px 120px;
}

@media (max-width: 1023px) {
  .contents__inner {
    padding: 40px 20px;
  }
}

/*kv*/
.kv {
  background: #23be4f;
  height: 520px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1023px) {
  .kv {
    background: #23be4f;
    height: 590px;
  }
}

.kv__inner {
  margin: 0 auto;
  max-width: 1200px;
}

.kv__img {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/kv_img-w.jpg) right center no-repeat;
  background-size: cover;
  height: 520px;
  position: absolute;
  right: 0;
  width: 51%;
  z-index: 1;
}

@media (max-width: 1023px) {
  .kv__img {
    background: url(/sites/default/files/media/jp/service/line-official-account/2/img/kv_img-s.jpg) center center no-repeat;
    background-size: cover;
    height: 330px;
    top: 56px;
    width: 100%;
  }
}

.kv__left {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/kv_left_bg.svg) right 0 no-repeat;
  background-size: cover;
  height: 520px;
  position: relative;
  width: 53.61%;
  z-index: 50;
}

@media (max-width: 1023px) {
  .kv__left {
    background: #23be4f;
    background-image: none;
    border-radius: 0 0 40% 40%;
    height: 125px;
    position: relative;
    width: 100%;
    z-index: 50;
  }
}

.kv__left--inner {
  left: 10px;
  max-width: 560px;
  position: absolute;
}

@media (max-width: 1023px) {
  .kv__left--inner {
    left: 0;
    margin-right: 0;
    max-width: 100%;
    position: relative;
  }
}

.kv__H1title {
  color: #ffffff;
  font-size: 3.8rem;
  letter-spacing: 4px;
  line-height: 1.4;
  margin-top: 72px;
}

@media (max-width: 1023px) {
  .kv__H1title {
    font-size: 2.3rem;
    letter-spacing: -.01em;
    line-height: 1.391;
    margin-top: 0;
    padding: 30px 36px;
    text-align: center;
  }
}

.kv__H1title span {
  color: #fffd6c;
  display: block;
}

.kv__txt {
  color: #ffffff;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .kv__txt {
    background: #ffffff;
    border-radius: 5px;
    color: #23be4f;
    font-size: 1.4rem;
    margin: 200px auto 0;
    padding: 16px 22px;
    text-align: center;
    width: 92%;
  }
}

.kv__button {
  margin-top: 60px;
}

@media (max-width: 1023px) {
  .kv__button {
    margin: 20px auto 0;
    padding: 0 25px;
  }
}

.kv__button--s a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kv__button--s a img {
  margin-left: 10px;
  max-width: 90px;
  width: 100%;
}

.kv__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff6969;
  border: 2px solid #ff6969;
  border-radius: 999em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 396px;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media (max-width: 1023px) {
  .kv__link {
    height: 60px;
    margin: 0 auto;
  }
}

.kv__link span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
}

@media (max-width: 1023px) {
  .kv__link span {
    display: block;
    font-size: 1.3rem;
  }
}

.kv__link span:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/button_arrow.svg) no-repeat center right/cover;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 4px;
  margin-left: 20px;
  width: 16px;
}

@media (max-width: 1023px) {
  .kv__link span:after {
    margin-bottom: 2px;
    margin-left: 10px;
  }
}

.kv__link:hover {
  background: #ffffff;
  color: #ff6969;
  text-decoration: none;
}

.kv__link:hover span:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/button_arrow-pink.svg) no-repeat center right/cover;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 4px;
  margin-left: 20px;
  width: 16px;
}

.kv__txtlink {
  display: none;
}

@media (max-width: 1023px) {
  .kv__txtlink {
    display: block;
    margin-top: 16px;
    padding: 0 20px;
    text-align: center;
  }
}

.kv__txtlink span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kv__txtlink span:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/button_arrow.svg) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 4px;
  margin-left: 10px;
  width: 16px;
}

/*ぱんくず*/
.breadcrumb {
  line-height: 1;
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

@media (max-width: 1023px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb li {
  display: inline;
  list-style: none;
}

.breadcrumb li:after {
  color: #ffffff;
  content: '>';
  padding: 0 .2em;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.prolog__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .prolog__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.prolog__inner:not(:first-child) {
  margin-top: 60px;
}

.prolog__inner:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 1023px) {
  .prolog__inner:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.prolog__block {
  max-width: 450px;
}

.prolog__H2title {
  color: #23be4f;
  font-size: 2.5rem;
  letter-spacing: .1em;
  line-height: 1.72;
}

@media (max-width: 1023px) {
  .prolog__H2title {
    font-size: 1.8rem;
    text-align: center;
  }
}

.prolog__H2title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #fffd6c));
  background: linear-gradient(transparent 40%, #fffd6c 0%);
}

.prolog__txt {
  font-size: 1.4rem;
  letter-spacing: .05em;
  margin-top: 38px;
}

@media (max-width: 1023px) {
  .prolog__txt {
    margin-top: 20px;
  }
}

@media (max-width: 1023px) {
  .prolog__txt br {
    display: none;
  }
}

.prolog__img {
  width: 48.96%;
}

@media (max-width: 1023px) {
  .prolog__img {
    margin-top: 50px;
    text-align: center;
    width: 100%;
  }
}

.prolog__img .note {
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.cause {
  margin-top: 100px;
}

.cause__title {
  line-height: 1;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px;
  text-align: center;
}

.cause__title--txt {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .cause__title--txt {
    line-height: 1.643;
    margin-top: 30px;
    text-align: left;
  }
}

.cause__H2title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #23be4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 5px;
}

@media (max-width: 1023px) {
  .cause__H2title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.4rem;
    line-height: 1.417;
  }
}

.cause__H2title:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/icon-01.svg) no-repeat center right/cover;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 52px;
  margin-right: 20px;
  width: 90px;
}

@media (max-width: 1023px) {
  .cause__H2title:before {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.cause__contents {
  margin-top: 60px;
  position: relative;
  width: 91.67%;
}

@media (max-width: 1023px) {
  .cause__contents {
    width: 96%;
  }
}

.cause__contents:before {
  background: #ffffff;
  border-radius: 0 175px 175px 0;
  content: '';
  display: block;
  height: 350px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% + 50vw);
  z-index: 5;
}

@media (max-width: 1023px) {
  .cause__contents:before {
    height: 380px;
  }
}

.cause__contents-right {
  margin-left: 9.33%;
}

.cause__contents-right:before {
  background: #ffffff;
  border-radius: 175px 0 0 175px;
  content: '';
  display: block;
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(50% + 50vw);
  z-index: 5;
}

.cause__contents-right .cause__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cause__contents-right .cause__block {
  width: 38.33%;
}

@media (max-width: 767px) {
  .cause__contents-right .cause__block {
    width: 100%;
  }
}

.cause__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  z-index: 100;
}

@media (max-width: 1023px) {
  .cause__inner {
    height: 380px;
    padding: 0 30px;
  }
}

.cause__img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 28.13%;
}

@media (max-width: 1023px) {
  .cause__img {
    display: none;
  }
}

.cause__img img {
  max-width: 270px;
  width: 100%;
}

.cause__img-right70 {
  margin-right: 70px;
}

.cause__img-left70 {
  margin-left: 70px;
}

.cause__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56.25%;
}

@media (max-width: 767px) {
  .cause__block {
    width: 100%;
  }
}

.cause__block sub {
  color: #3e3e3e;
  font-size: 1.2rem;
}

.cause__H3title {
  font-size: 2.4rem;
  letter-spacing: 5px;
  line-height: 1.667;
}

@media (max-width: 1023px) {
  .cause__H3title {
    font-size: 1.8rem;
    letter-spacing: 3px;
    position: relative;
  }
}

.cause__H3title:before {
  color: #23be4f;
  content: attr(data-num) "";
  display: block;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .cause__H3title:before {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 1023px) {
  .cause__H3title:after {
    background: url(/sites/default/files/media/jp/service/line-official-account/2/img/icon-01.svg) no-repeat center center;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 117px;
    position: absolute;
    width: 79px;
  }
}

.cause__H3title span {
  color: #23be4f;
}

@media (max-width: 1023px) {
  .cause__H3title-01:after {
    background: url(/sites/default/files/media/jp/service/line-official-account/2/img/cause-01.png) no-repeat center center;
    background-size: cover;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 117px;
    left: 180px;
    position: absolute;
    width: 79px;
  }
}

@media (max-width: 1023px) {
  .cause__H3title-02:after {
    background: url(/sites/default/files/media/jp/service/line-official-account/2/img/cause-02.png) no-repeat center center;
    background-size: cover;
    bottom: 0;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 117px;
    left: 160px;
    position: absolute;
    width: 91px;
  }
}

@media (max-width: 1023px) {
  .cause__H3title-03:after {
    background: url(/sites/default/files/media/jp/service/line-official-account/2/img/cause-03.png) no-repeat center center;
    background-size: cover;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 90px;
    left: 190px;
    position: absolute;
    width: 103px;
  }
}

.cause__txt {
  letter-spacing: 3px;
  line-height: 1.5;
  margin-top: 30px;
}

@media (max-width: 1023px) {
  .cause__txt {
    font-size: 1.3rem;
    margin: 30px auto 0;
    width: 90%;
  }
}

.cause__note {
  font-size: 1rem;
  margin: 15px auto 0;
  max-width: 960px;
  padding: 0 20px;
}

.cause__subtxt {
  margin-top: 40px;
  padding: 0 20px;
}

.cause__subtxt picture {
  display: block;
  text-align: center;
}

@media (max-width: 1023px) {
  .simulation {
    background: #ffffff;
  }
}

.simulation__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .simulation__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.simulation__H2title {
  color: #23be4f;
  font-size: 3rem;
  letter-spacing: 3px;
  padding-top: 16px;
}

@media (max-width: 1023px) {
  .simulation__H2title {
    font-size: 1.8rem;
    letter-spacing: 1px;
    text-align: center;
  }
}

.simulation__H2title span {
  color: #3e3e3e;
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 36px;
}

@media (max-width: 1023px) {
  .simulation__H2title span {
    letter-spacing: 1px;
    margin-top: 20px;
  }
}

.simulation__img {
  max-width: 322px;
}

@media (max-width: 1023px) {
  .simulation__img {
    margin: 30px auto 0;
    text-align: center;
  }
}

.simulation__img img {
  width: 100%;
}

@media (max-width: 1023px) {
  .simulation__img img {
    max-width: 61.33%;
  }
}

.simulation__subtxt {
  margin-top: -18px;
}

@media (max-width: 1023px) {
  .simulation__subtxt {
    margin-top: 0;
  }
}

.simulation__button {
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .simulation__button {
    margin-top: 30px;
  }
}

.simulation__button--txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #23be4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

@media (max-width: 1023px) {
  .simulation__button--txt {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
  }
}

.simulation__button--txt:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/simulation__button--txt-left.png) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 16px;
  margin-right: 20px;
  width: 10px;
}

@media (max-width: 1023px) {
  .simulation__button--txt:before {
    background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/simulation__button--txt-left-s.png) no-repeat center center;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 36px;
    margin-right: 8px;
    width: 18px;
  }
}

.simulation__button--txt:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/simulation__button--txt-rigth.png) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 16px;
  margin-left: 20px;
  width: 10px;
}

@media (max-width: 1023px) {
  .simulation__button--txt:after {
    background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/simulation__button--txt-right-s.png) no-repeat center center;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 36px;
    margin-left: 8px;
    width: 18px;
  }
}

.simulation__button .note {
  color: #3e3e3e;
  display: block;
  font-size: 1.2rem;
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .simulation__button .note br {
    display: none;
  }
}

.simulation__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #23be4f;
  border: 2px solid #23be4f;
  border-radius: 999em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 426px;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media (max-width: 1023px) {
  .simulation__link {
    height: 64px;
  }
}

.simulation__link span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
}

@media (max-width: 1023px) {
  .simulation__link span {
    font-size: 1.4rem;
  }
}

.simulation__link span:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/button_arrow.png) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 18px;
  margin-left: 27px;
  width: 10px;
}

.simulation__link:hover {
  background: #ffffff;
  color: #23be4f;
  text-decoration: none;
}

.simulation__link:hover span:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/button_arrow-green.png) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 18px;
  margin-left: 27px;
  width: 10px;
}

.H2title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #23be4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 5px;
  line-height: 1;
}

@media (max-width: 1023px) {
  .H2title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.4rem;
  }
}

.tab {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tab__item {
  color: #ffffff;
  font-weight: 700;
  width: 23.96%;
}

.tab__item.active div {
  background: #ededed;
  color: #23be4f;
  padding: 20px 0 18px 0;
}

@media (max-width: 1023px) {
  .tab__item.active div {
    padding: 18px 4px 17px;
  }
}

.tab__item02 {
  color: #ffffff;
  font-weight: 700;
  width: 23.96%;
}

@media (max-width: 1023px) {
  .tab__item02 {
    width: calc(100% / 2 - 2px);
  }
}

.tab__item02.active div {
  background: #ededed;
  color: #23be4f;
  padding: 20px 0 18px 0;
}

@media (max-width: 1023px) {
  .tab__item02.active div {
    padding: 18px 4px 17px;
  }
}

@media (max-width: 1023px) {
  .tab__item02:nth-of-type(n+3) {
    margin-top: 4px;
  }
}

.tab__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #23be4f;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 3px;
  padding: 14px 10px;
  text-align: center;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

@media (max-width: 1023px) {
  .tab__link {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 1.2rem;
    letter-spacing: -.02em;
    padding: 13px 4px 12px;
  }
}

.tab__link:hover {
  opacity: .7;
  text-decoration: none;
}

.tab__area {
  display: none;
}

.tab__area.active {
  background: #ededed;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
}

.tab .active {
  pointer-events: none;
}

.plan {
  margin-top: 100px;
}

.plan__H2title:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/plan-icon.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 45px;
  margin-right: 20px;
  width: 45px;
}

@media (max-width: 1023px) {
  .plan__H2title:before {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.plan__note {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 1023px) {
  .plan__note {
    font-size: 1.3rem;
  }
}

.plan__note span {
  color: #ff6969;
}

.plan__img {
  margin-top: 40px;
}

.case {
  margin-top: 60px;
}

@media (max-width: 1023px) {
  .case {
    background: #ffffff;
  }
}

@media (max-width: 1023px) {
  .case .contents__inner {
    padding: 40px 0;
  }
}

.case__H2title:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/case-icon.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 42px;
  margin-right: 20px;
  width: 45px;
}

@media (max-width: 1023px) {
  .case__H2title:before {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.case__note {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 1023px) {
  .case__note {
    line-height: 1.643;
    margin-top: 30px;
    text-align: left;
  }
}

.case__inner {
  margin-top: 40px;
}

.case__menu--resaurant:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/restaurant-icon-white.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  width: 15px;
}

@media (max-width: 1023px) {
  .case__menu--resaurant:before {
    display: none;
  }
}

.case__menu--ec:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/ec-icon-white.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 17px;
  margin-right: 10px;
  width: 21px;
}

@media (max-width: 1023px) {
  .case__menu--ec:before {
    display: none;
  }
}

.case__menu--beauty:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/beauty-icon-white.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 13px;
  margin-right: 10px;
  width: 20px;
}

@media (max-width: 1023px) {
  .case__menu--beauty:before {
    display: none;
  }
}

.case__menu--education:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/education-icon-white.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 19px;
  margin-right: 10px;
  width: 21px;
}

@media (max-width: 1023px) {
  .case__menu--education:before {
    display: none;
  }
}

.case__detail {
  padding: 35px;
}

@media (max-width: 1023px) {
  .case__detail {
    padding: 20px;
  }
}

.case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .case__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.case__item {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
  width: 48.96%;
}

@media (max-width: 1023px) {
  .case__item {
    width: 100%;
  }
}

.case__item--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case__item--img {
  max-width: 70px;
}

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

.case__item--H3title {
  color: #23be4f;
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.278;
  margin-left: 20px;
  text-align: left;
}

@media (max-width: 1023px) {
  .case__item--H3title {
    font-size: 1.4rem;
    letter-spacing: -.04em;
  }
}

.case__item--line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #fffd6c));
  background: linear-gradient(transparent 40%, #fffd6c 0%);
}

.case__item--company {
  color: #3e3e3e;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .case__item--company {
    margin-top: 16px;
  }
}

.case__item--txt {
  background: #ffffff;
  font-size: 1.4rem;
  line-height: 1.429;
  margin-top: 20px;
  min-height: 90px;
}

@media (max-width: 1023px) {
  .case__item--txt {
    font-size: 1.2rem;
    letter-spacing: -.01em;
    min-height: auto;
  }
}

@media (max-width: 1023px) {
  .case__item:nth-of-type(n+2) {
    margin-top: 10px;
  }
}

.case__item--link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #23be4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  font-weight: 700;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}

.case__item--link:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/case-icon.png) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 25px;
  margin-left: 11px;
  width: 25px;
}

.active .case__menu--resaurant:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/restaurant-icon.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  width: 15px;
}

@media (max-width: 1023px) {
  .active .case__menu--resaurant:before {
    display: none;
  }
}

.active .case__menu--ec:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/ec-icon.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 17px;
  margin-right: 10px;
  width: 21px;
}

@media (max-width: 1023px) {
  .active .case__menu--ec:before {
    display: none;
  }
}

.active .case__menu--beauty:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/beauty-icon.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 13px;
  margin-right: 10px;
  width: 20px;
}

@media (max-width: 1023px) {
  .active .case__menu--beauty:before {
    display: none;
  }
}

.active .case__menu--education:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/education-icon.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 19px;
  margin-right: 10px;
  width: 21px;
}

@media (max-width: 1023px) {
  .active .case__menu--education:before {
    display: none;
  }
}

.function {
  margin-top: 20px;
}

.function__H2title:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/function-icon.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 45px;
  margin-right: 20px;
  width: 67px;
}

@media (max-width: 1023px) {
  .function__H2title:before {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.function__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}

.function__img {
  display: none;
  max-width: 310px;
}

@media (max-width: 1023px) {
  .function__img {
    width: 28%;
  }
}

.function__img img {
  width: 100%;
}

.function__img.active {
  display: block;
}

.function__detail {
  width: 60.83%;
}

@media (max-width: 1023px) {
  .function__detail {
    width: 68%;
  }
}

@media (max-width: 499px) {
  .function__detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.function__title {
  background: #f5f5f5;
  display: none;
  padding: 48px 50px;
  position: relative;
}

@media (max-width: 1023px) {
  .function__title {
    padding: 20px;
  }
}

@media (max-width: 499px) {
  .function__title {
    margin-top: 30px;
  }
}

.function__title:before {
  border: 15px solid transparent;
  border-right: 15px solid #f5f5f5;
  content: '';
  left: -30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}

@media (max-width: 1023px) {
  .function__title:before {
    display: none;
  }
}

.function__title.active {
  display: block;
}

.function__H3title {
  color: #23be4f;
  font-size: 2.2rem;
}

@media (max-width: 1023px) {
  .function__H3title {
    font-size: 1.6rem;
  }
}

.function__H3title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #fffd6c));
  background: linear-gradient(transparent 40%, #fffd6c 0%);
}

.function__txt {
  font-size: 1.4rem;
  line-height: 1.714;
  margin-top: 20px;
}

.function__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}

@media (max-width: 499px) {
  .function__list {
    margin-top: 0;
  }
}

.function__item {
  background: #f7f7f7;
  border-radius: 6px;
  cursor: pointer;
  height: 80px;
  max-width: 180px;
  position: relative;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  width: calc(100% / 3 - 14px);
}

@media (max-width: 1023px) {
  .function__item {
    height: 50px;
    padding: 0 4px;
    text-align: center;
  }
}

@media (max-width: 499px) {
  .function__item {
    max-width: 140px;
    padding: 4px 8px;
    text-align: center;
    width: 46%;
  }
}

.function__item:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/function-icon-green.png) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 12px;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
}

@media (max-width: 1023px) {
  .function__item:before {
    display: none;
  }
}

.function__item.active {
  background: #23be4f;
}

.function__item.active .function__link {
  color: #ffffff;
}

@media (max-width: 1023px) {
  .function__item.active .function__link:before {
    background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/function-icon-white.png) no-repeat center center;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 4px;
  }
}

.function__item.active:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/function-icon-white.png) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 12px;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
}

@media (max-width: 1023px) {
  .function__item.active:before {
    display: none;
  }
}

.function__item:not(:nth-of-type(3n+1)) {
  margin-left: 20px;
}

@media (max-width: 1023px) {
  .function__item:not(:nth-of-type(3n+1)) {
    margin-left: 10px;
  }
}

@media (max-width: 499px) {
  .function__item:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
}

.function__item:nth-of-type(n+4) {
  margin-top: 25px;
}

@media (max-width: 1023px) {
  .function__item:nth-of-type(n+4) {
    margin-top: 10px;
  }
}

@media (max-width: 499px) {
  .function__item:nth-of-type(n+4) {
    margin-top: 0;
  }
}

@media (max-width: 499px) {
  .function__item:nth-of-type(n+3) {
    margin-top: 8px;
  }
}

@media (max-width: 499px) {
  .function__item:nth-of-type(even) {
    margin-left: 5%;
  }
}

.function__item:hover {
  background: #23be4f;
}

.function__item:hover .function__link {
  color: #ffffff;
}

.function__item:hover::before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/function-icon-white.png) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 12px;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
}

@media (max-width: 1023px) {
  .function__item:hover::before {
    display: none;
  }
}

.function__item span {
  background: #fff000;
  border-radius: 999em;
  color: #06c755;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 2px 8px;
  position: absolute;
  top: -7px;
}

@media (max-width: 1023px) {
  .function__item span {
    font-size: 1rem;
    left: 0;
    padding: 2px 4px;
  }
}

.function__adjustment {
  display: none !important;
}

.function__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3e3e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  font-weight: 700;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 1023px) {
  .function__link {
    font-size: 1rem;
  }
}

@media (max-width: 1023px) {
  .function__link:before {
    background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/function-icon-green.png) no-repeat center center;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 4px;
  }
}

.comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

.comparison__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  height: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2px;
  padding: 15px;
  text-align: center;
}

@media (max-width: 1023px) {
  .comparison__title {
    font-size: 1.3rem;
    height: 60px;
    padding: 0 6px 4px;
  }
}

.comparison__txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.722;
  text-align: center;
}

@media (max-width: 1023px) {
  .comparison__txt {
    padding: 0 8px;
  }
}

.comparison__subtitle {
  font-weight: 700;
  width: 20.83%;
}

@media (max-width: 1023px) {
  .comparison__subtitle {
    font-size: 1.1rem;
    text-align: center;
  }
}

.comparison__subtitle--message {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 5px solid #23be4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 348px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}

@media (max-width: 1023px) {
  .comparison__subtitle--message {
    margin-top: 55px;
  }
}

.comparison__subtitle--funtion {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #ededed;
  border-top: 2px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 117px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comparison__oa {
  width: 46.88%;
}

.comparison__oa .comparison__title {
  border-bottom: 5px solid #23be4f;
}

.comparison__oa .comparison__title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #fffd6c));
  background: linear-gradient(transparent 40%, #fffd6c 0%);
  color: #23be4f;
}

@media (max-width: 1023px) {
  .comparison__oa .comparison__title span {
    background: none;
  }
}

.comparison__oa .comparison__txt {
  color: #23be4f;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .comparison__oa .comparison__txt {
    font-size: 1.2rem;
  }
}

.comparison__line {
  width: 29.79%;
}

.comparison__line .comparison__title {
  border-bottom: 5px solid #bababa;
  color: #626262;
}

@media (max-width: 1023px) {
  .comparison__line .comparison__title {
    line-height: 1;
  }
}

.comparison__line .comparison__title span {
  display: block;
  font-size: 1.2rem;
}

@media (max-width: 1023px) {
  .comparison__line .comparison__title span {
    font-size: 1.1rem;
  }
}

.comparison__line .comparison__txt {
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .comparison__line .comparison__txt {
    font-size: 1.2rem;
  }
}

.service {
  margin-top: 40px;
}

.service__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1023px) {
  .service__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service__H2title {
  color: #23be4f;
  font-size: 3rem;
  letter-spacing: 3px;
  line-height: 1.667;
}

@media (max-width: 1023px) {
  .service__H2title {
    font-size: 1.8rem;
    letter-spacing: 1px;
    text-align: center;
  }
}

.service__img {
  max-width: 300px;
}

@media (max-width: 1023px) {
  .service__img {
    margin-top: 30px;
    max-width: 250px;
  }
}

.service__img img {
  width: 100%;
}

.service__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

@media (max-width: 1023px) {
  .service__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  width: 48.96%;
}

@media (max-width: 1023px) {
  .service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.service__item--img {
  max-width: 138px;
}

@media (max-width: 1023px) {
  .service__item--img {
    display: none;
  }
}

@media (max-width: 1023px) {
  .service__item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

.service__block {
  height: 95%;
  position: relative;
  width: 60%;
}

@media (max-width: 1023px) {
  .service__block {
    height: 100%;
    margin-top: 20px;
    width: 100%;
  }
}

.service__txt {
  font-size: 1.4rem;
}

.service__txt span {
  background: #ffffff;
  color: #23be4f;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .service__txt span {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.service__txt span:nth-of-type(n+2) {
  margin-top: 3px;
}

@media (max-width: 1023px) {
  .service__txt span:nth-of-type(n+2) {
    margin-top: 6px;
  }
}

.service__txt:nth-of-type(even) {
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .service__txt:nth-of-type(even) {
    font-size: 1.4rem;
    margin-top: 14px;
  }
}

.service__button {
  bottom: 0;
  position: absolute;
  width: 95.24%;
}

@media (max-width: 1023px) {
  .service__button {
    margin-top: 30px;
    position: relative;
    width: 100%;
  }
}

.service__button span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service__button span:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/cta-icon-white02.png) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  width: 6px;
}

.service__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #23be4f;
  border: 2px solid #23be4f;
  border-radius: 999em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media (max-width: 1023px) {
  .service__link {
    height: 40px;
  }
}

.service__link:hover {
  background: #ffffff;
  color: #23be4f;
  text-decoration: none;
}

.service__link:hover span:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/cta-icon-green02.png) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  width: 6px;
}

.step {
  margin-top: 60px;
}

@media (max-width: 1023px) {
  .step__H2title {
    line-height: 1.417;
    text-align: center;
  }
}

.step__H2title:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/step-icon.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 49px;
  margin-right: 20px;
  width: 33px;
}

@media (max-width: 1023px) {
  .step__H2title:before {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.step__inner {
  margin-top: 80px;
  position: relative;
}

.step__inner:before {
  background: #23be4f;
  content: '';
  height: 80%;
  left: calc(5% - 5px);
  position: absolute;
  top: 40px;
  width: 3px;
}

@media (max-width: 641px) {
  .step__inner:before {
    height: 73%;
    left: 9%;
  }
}

.step__block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 100;
}

@media (max-width: 641px) {
  .step__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.step__block:not(:first-of-type) {
  margin-top: 60px;
}

.step__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 624px;
}

@media (max-width: 1023px) {
  .step__title--block {
    padding-left: 12px;
  }
}

.step__H3title {
  color: #23be4f;
  font-size: 2rem;
  letter-spacing: 3px;
}

.step__H3title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #fffd6c));
  background: linear-gradient(transparent 40%, #fffd6c 0%);
  color: #23be4f;
}

.step__txt {
  font-size: 1.4rem;
  line-height: 1.714;
  margin-top: 20px;
}

.step__button {
  margin-top: 26px;
}

@media (max-width: 1023px) {
  .step__button {
    margin-top: 20px;
  }
}

.step__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
  border-radius: 999em;
  color: #23be4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 320px;
  padding: 0 8px;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

@media (max-width: 1023px) {
  .step__link {
    height: 57px;
    padding: 0 38px;
  }
}

.step__link span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step__link span:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/cta-icon-green02.png) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  width: 6px;
}

.step__link:hover {
  opacity: .7;
  text-decoration: none;
}

.step__img {
  max-width: 300px;
}

@media (max-width: 1023px) {
  .step__img {
    margin-top: 10px;
    padding-left: 70px;
  }
}

.step__img img {
  width: 100%;
}

.step__img a {
  display: block;
  position: relative;
}

.step__img a:before {
  bottom: 0;
  content: url(/sites/default/files/media/jp/service/line-official-account/2/img/ico_plus.png);
  position: absolute;
  right: 10px;
  z-index: 2;
}

.step-01:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/step-01.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 86px;
  margin-right: 34px;
  width: 86px;
}

@media (max-width: 1023px) {
  .step-01:before {
    height: 56px;
    margin-right: 0;
    width: 113px;
  }
}

.step-02:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/step-02.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 86px;
  margin-right: 34px;
  width: 86px;
}

@media (max-width: 1023px) {
  .step-02:before {
    height: 56px;
    margin-right: 0;
    width: 106px;
  }
}

.step-03:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/step-03.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 86px;
  margin-right: 34px;
  width: 86px;
}

@media (max-width: 1023px) {
  .step-03:before {
    height: 55px;
    margin-right: 0;
    width: 97px;
  }
}

.support {
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .support__H2title {
    text-align: center;
  }
}

.support__H2title:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/support-icon.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 65px;
  margin-right: 20px;
  width: 59px;
}

@media (max-width: 1023px) {
  .support__H2title:before {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.support__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

@media (max-width: 1023px) {
  .support__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}

.support__item {
  width: 31.25%;
}

@media (max-width: 1023px) {
  .support__item {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .support__item:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

.support__link {
  background: #f7f7f7;
  border-radius: 10px;
  display: block;
  margin-top: 20px;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.support__link img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.support__link:hover {
  opacity: .7;
  text-decoration: none;
}

.support__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #23be4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 5px;
  text-align: center;
}

.support__title:after {
  background: #23be4f;
  border-radius: 50%;
  content: '';
  height: 6px;
  margin-left: 10px;
  width: 6px;
}

.support__title:before {
  background: #23be4f;
  border-radius: 50%;
  content: '';
  height: 6px;
  margin-right: 10px;
  width: 6px;
}

.support__block {
  height: 235px;
  padding: 20px 25px 60px;
  position: relative;
}

@media (max-width: 1023px) {
  .support__block {
    height: auto;
    padding: 20px 25px 25px;
  }
}

.support__block--label {
  background: #23be4f;
  border-radius: 999em;
  color: #fffd6c;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  padding: 6px 10px;
  text-align: center;
}

.support__block--label-02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #fffd6c));
  background: linear-gradient(transparent 40%, #fffd6c 0%);
  color: #23be4f;
  font-size: 1.5rem;
}

.support__block--txt {
  color: #404040;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.929;
  margin-top: 20px;
}

.support__block--link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .support__block--link {
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    position: relative;
  }
}

.support__button {
  margin-top: 20px;
  text-align: center;
}

.support__button a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #23be4f;
  border: 2px solid #23be4f;
  border-radius: 999em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 250px;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

.support__button a span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.support__button a span:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/cta-icon-white02.png) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  width: 6px;
}

.support__button a:hover {
  background: #ffffff;
  color: #23be4f;
  text-decoration: none;
}

.support__button a:hover span:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/cta-icon-green02.png) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  width: 6px;
}

.support__contents {
  margin-top: 80px;
}

.support__contents--inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #23be4f;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
}

@media (max-width: 1023px) {
  .support__contents--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
}

.support__contents--inner:nth-of-type(n+2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 30px;
}

@media (max-width: 1023px) {
  .support__contents--inner:nth-of-type(n+2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.support__contents--img {
  max-width: 355px;
}

@media (max-width: 1023px) {
  .support__contents--img {
    max-width: 100%;
  }
}

.support__contents--block {
  width: 52.84%;
}

@media (max-width: 1023px) {
  .support__contents--block {
    text-align: center;
    width: 100%;
  }
}

.support__contents--H3title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fffd6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  letter-spacing: 5px;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 1023px) {
  .support__contents--H3title {
    font-size: 1.8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 3px;
    margin-top: 24px;
  }
}

.support__contents--H3title:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/campus-icon.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 48px;
  margin-right: 20px;
  width: 54px;
}

@media (max-width: 1023px) {
  .support__contents--H3title:before {
    height: 28px;
    margin-right: 10px;
    width: 46px;
  }
}

.support__contents--H3title-campus:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/campus-icon.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 48px;
  margin-right: 20px;
  width: 54px;
}

@media (max-width: 1023px) {
  .support__contents--H3title-campus:before {
    height: 37px;
    margin-right: 10px;
    width: 65px;
  }
}

.support__contents--H3title-support:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/supportpack-icon.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 48px;
  margin-right: 20px;
  width: 41px;
}

@media (max-width: 1023px) {
  .support__contents--H3title-support:before {
    height: 49px;
    margin-right: 10px;
    width: 66px;
  }
}

.support__contents--txt {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.643;
  margin-top: 25px;
}

.support__contents--button {
  margin-top: 40px;
}

.support__contents--button a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #23be4f;
  border: 2px solid #ffffff;
  border-radius: 999em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 254px;
  padding: 0 35px;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media (max-width: 1023px) {
  .support__contents--button a {
    margin: 0 auto;
  }
}

.support__contents--button a span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.support__contents--button a span:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/cta-icon-white02.png) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  width: 6px;
}

.support__contents--button a:hover {
  background: #ffffff;
  color: #23be4f;
  text-decoration: none;
}

.support__contents--button a:hover span:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/202307/cta-icon-green02.png) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  width: 6px;
}

.detail-icon:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/detail-icon.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 26px;
  margin-left: 10px;
  width: 26px;
}

.download-icon:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/download-icon.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 26px;
  margin-left: 10px;
  width: 26px;
}

.faq {
  margin-top: 60px;
}

.faq__H2title:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/faq-icon.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 46px;
  margin-right: 20px;
  width: 46px;
}

@media (max-width: 1023px) {
  .faq__H2title:before {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.faq__inner {
  margin-top: 50px;
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq__item {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  width: calc(100% / 2 - 16px);
}

@media (max-width: 1023px) {
  .faq__item {
    padding: 36px 30px;
    width: 100%;
  }
}

.faq__item:nth-of-type(n+3) {
  margin-top: 24px;
}

@media (max-width: 1023px) {
  .faq__item:nth-of-type(n+3) {
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .faq__item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

.faq__H3title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #23be4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
}

@media (max-width: 1023px) {
  .faq__H3title {
    min-height: auto;
    padding-bottom: 24px;
  }
}

.faq__H3title:before {
  content: 'Q';
  font-size: 2.2rem;
  font-weight: 700;
  margin-right: 2%;
  width: 8%;
}

@media (max-width: 1023px) {
  .faq__H3title:before {
    font-size: 2rem;
    margin-right: 3%;
  }
}

.faq__H3title span {
  width: 90%;
}

.faq__answer {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 2px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
}

.faq__answer:before {
  color: #ff6969;
  content: 'A';
  font-size: 2.2rem;
  font-weight: 700;
  margin-right: 2%;
  width: 7%;
}

@media (max-width: 1023px) {
  .faq__answer:before {
    font-size: 2rem;
    margin-right: 3%;
  }
}

.faq__answer--block {
  font-size: 1.4rem;
  margin-top: 6px;
}

@media (max-width: 1023px) {
  .faq__answer--block {
    font-size: 1.3rem;
  }
}

.faq__answer--block span {
  width: 90%;
}

.faq__answer--txt {
  font-size: 1.3rem;
  line-height: 1.923;
  margin-top: 30px;
}

.faq__answer--link {
  display: inline-block;
  margin-top: 10px;
}

.faq__answer--small {
  font-size: 1.1rem;
}

.faq__answer--list {
  margin-top: 16px;
}

.faq__answer--list dt {
  font-weight: 700;
}

.faq__answer--list li:before {
  content: '-';
  margin-right: 8px;
}

.faq__counseling {
  margin-top: 60px;
}

.faq__counseling a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  height: 130px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

@media (max-width: 1023px) {
  .faq__counseling a {
    font-size: 1.4rem;
    height: auto;
    padding: 22px 16px;
  }
}

.faq__counseling a:hover {
  opacity: .7;
  text-decoration: none;
}

.faq__counseling span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq__counseling span:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/counseling-icon.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 46px;
  margin-right: 20px;
  width: 63px;
}

@media (max-width: 1023px) {
  .faq__counseling span:before {
    height: 20px;
    margin-left: 10px;
    width: 42px;
  }
}

.cta {
  background: #23be4f;
  margin-top: 60px;
  padding: 40px;
}

.cta__inner {
  margin: 0 auto;
  max-width: 685px;
}

.cta__H2title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 3px;
}

@media (max-width: 1023px) {
  .cta__H2title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.4rem;
    text-align: center;
  }
}

.cta__H2title:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/cta-icon01.svg) no-repeat center center;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 153px;
  margin-left: -30px;
  width: 163px;
}

@media (max-width: 1023px) {
  .cta__H2title:after {
    margin-top: 20px;
  }
}

.cta__H2title-02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta__H2title-03 {
  color: #ffffff;
  font-size: 3.6rem;
  letter-spacing: 3px;
  line-height: 1.5;
}

@media (max-width: 1023px) {
  .cta__H2title-03 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.4rem;
    text-align: center;
  }
}

.cta__H2title-03 span {
  color: #fffd6c;
}

@media (max-width: 1023px) {
  .cta__H2title-03:after {
    background: url(/sites/default/files/media/jp/service/line-official-account/2/img/cta-icon03.svg) no-repeat center right;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 165px;
    margin-top: 40px;
    width: 243px;
  }
}

.cta__H2title-04 {
  color: #ffffff;
  font-size: 3.6rem;
  letter-spacing: 3px;
  line-height: 1.5;
}

@media (max-width: 1023px) {
  .cta__H2title-04 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.4rem;
    letter-spacing: 1px;
    text-align: center;
  }
}

.cta__H2title-04 span {
  color: #fffd6c;
}

@media (max-width: 1023px) {
  .cta__H2title-04:after {
    background: url(/sites/default/files/media/jp/service/line-official-account/2/img/cta-icon04-s.svg) no-repeat center right;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 223px;
    margin-top: 40px;
    width: 305px;
  }
}

.cta__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -10px;
}

@media (max-width: 1023px) {
  .cta__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .cta__button--s {
    width: 100%;
  }
  .cta__button--s .cta__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .cta__button--s .cta__link span {
    display: block;
    font-size: 1.2rem;
  }
  .cta__button--s .cta__link span:after {
    background: url(/sites/default/files/media/jp/service/line-official-account/2/img/button_arrow.svg) no-repeat center right/cover;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 4px;
    margin-bottom: 2px;
    margin-left: 10px;
    width: 16px;
  }
  .cta__button--s .cta__link img {
    margin-left: 10px;
    max-width: 80px;
    width: 100%;
  }
}

.cta__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  width: 100%;
}

.cta__link:hover {
  text-decoration: none;
}

.cta__link:hover span:after {
  height: 4px;
  margin-left: 20px;
  width: 16px;
}

.cta__link span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .1em;
}

.cta__link span:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/button_arrow.svg) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 4px;
  margin-left: 20px;
  width: 16px;
}

.cta__link--pink {
  background-color: #ff6969;
  border: 2px solid #ff6969;
  font-size: 1.6rem;
  height: 70px;
  max-width: 396px;
}

@media (max-width: 1023px) {
  .cta__link--pink {
    font-size: 1.4rem;
    max-width: 400px;
    padding: 0 24px;
  }
}

.cta__link--pink:hover {
  background: #ffffff;
  color: #ff6969;
}

.cta__link--pink:hover span:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/button_arrow-pink.svg) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
}

.cta__link--white {
  background-color: #23be4f;
  border: 2px solid #ffffff;
  font-size: 1.2rem;
  height: 60px;
  max-width: 260px;
}

@media (max-width: 1023px) {
  .cta__link--white {
    margin-top: 20px;
    max-width: 400px;
  }
}

.cta__link--white:hover {
  background: #ffffff;
  color: #23be4f;
}

.cta__link--white:hover span:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/button_arrow-green.svg) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
}

.cta-03 {
  height: 405px;
  padding: 0 40px;
}

@media (max-width: 1023px) {
  .cta-03 {
    height: auto;
    padding: 40px 35px;
  }
}

.cta-03__inner {
  height: 405px;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}

@media (max-width: 1023px) {
  .cta-03__inner {
    height: auto;
  }
}

.cta-03__inner:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/cta-icon03.svg) no-repeat center right;
  background-size: cover;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 336px;
  position: absolute;
  right: 0;
  width: 452px;
}

@media (max-width: 1023px) {
  .cta-03__inner:after {
    display: none;
  }
}

.cta-03__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 405px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1023px) {
  .cta-03__block {
    height: auto;
  }
}

.cta-03__block .cta__button {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 54px;
}

@media (max-width: 1023px) {
  .cta-03__block .cta__button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

.cta-03__block .cta__link--white {
  margin-top: 24px;
}

.cta-04 {
  height: 440px;
  padding: 0 40px;
}

@media (max-width: 1023px) {
  .cta-04 {
    height: auto;
    padding: 40px 16px;
  }
}

.cta-04 .cta__H2title span {
  color: #fffd6c;
}

.cta-04__inner {
  height: 440px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

@media (max-width: 1023px) {
  .cta-04__inner {
    height: auto;
  }
}

.cta-04__inner:after {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/cta-icon04.svg) no-repeat center right;
  background-size: cover;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 356px;
  position: absolute;
  right: 0;
  width: 546px;
  z-index: 10;
}

@media (max-width: 1023px) {
  .cta-04__inner:after {
    display: none;
  }
}

.cta-04__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 440px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1023px) {
  .cta-04__block {
    height: auto;
  }
}

.cta-04__block .cta__button {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 68px;
  max-width: 920px;
  position: relative;
  z-index: 100;
}

@media (max-width: 1023px) {
  .cta-04__block .cta__button {
    margin-top: 0;
  }
}

.cta-04__block .cta__link-04 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  height: 130px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 450px;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  width: 100%;
}

@media (max-width: 1023px) {
  .cta-04__block .cta__link-04 {
    font-size: 1.4rem;
    height: 80px;
  }
}

.cta-04__block .cta__link-04 span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta-04__block .cta__link-04:hover {
  color: #ffffff;
  text-decoration: none;
}

.cta-04__block .cta__link--pink {
  color: #ff6969;
}

@media (max-width: 1023px) {
  .cta-04__block .cta__link--pink {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 450px;
    transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
    width: 100%;
  }
}

.cta-04__block .cta__link--pink span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cta-04__block .cta__link--pink span:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/acc-icon-pink.svg) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 48px;
  margin-right: 10px;
  width: 48px;
}

@media (max-width: 1023px) {
  .cta-04__block .cta__link--pink span:before {
    height: 29px;
    width: 29px;
  }
}

@media (max-width: 1023px) {
  .cta-04__block .cta__link--pink span:after {
    display: none;
  }
}

.cta-04__block .cta__link--pink:hover {
  background: #ff6969;
  color: #ffffff;
}

.cta-04__block .cta__link--pink:hover span:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/acc-icon-white.svg) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 48px;
  margin-right: 10px;
  width: 48px;
}

@media (max-width: 1023px) {
  .cta-04__block .cta__link--pink:hover span:before {
    height: 29px;
    width: 29px;
  }
}

.cta-04__block .cta__link--green {
  color: #23be4f;
}

@media (max-width: 1023px) {
  .cta-04__block .cta__link--green {
    margin-top: 10px;
  }
}

.cta-04__block .cta__link--green span:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/dl-icon-green.svg) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 37px;
  margin-right: 10px;
  width: 23px;
}

@media (max-width: 1023px) {
  .cta-04__block .cta__link--green span:before {
    height: 24px;
    width: 13px;
  }
}

.cta-04__block .cta__link--green:hover {
  background: #23be4f;
}

.cta-04__block .cta__link--green:hover span:before {
  background: url(/sites/default/files/media/jp/service/line-official-account/2/img/dl-icon-white.svg) no-repeat center right;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 37px;
  margin-right: 10px;
  width: 23px;
}

.cta__txtlink {
  display: none;
}

@media (max-width: 1023px) {
  .cta__txtlink {
    display: block;
    margin-top: 8px;
    padding: 0 20px;
    text-align: center;
  }
  .cta__txtlink span {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cta__txtlink span:after {
    background: url(/sites/default/files/media/jp/service/line-official-account/2/img/button_arrow.svg) no-repeat center right;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 4px;
    margin-left: 10px;
    width: 16px;
  }
}

@media (max-width: 1023px) {
  .cta__pc {
    display: none !important;
  }
}

.bg-gray {
  background: #f2f2f2;
  padding: 20px;
}

.slick-slider {
  height: 100%;
  max-width: 140px !important;
  padding: 10px 0 !important;
}

.slick-list {
  padding-top: 0 !important;
}

.slick-vertical .slick-slide {
  height: 50px !important;
}

.slick-prev {
  left: 50% !important;
  top: 98% !important;
  -webkit-transform: translateX(-50%) rotate(270deg) !important;
          transform: translateX(-50%) rotate(270deg) !important;
}

.slick-next {
  right: 50% !important;
  top: -25px !important;
  -webkit-transform: translateX(50%) rotate(270deg) !important;
          transform: translateX(50%) rotate(270deg) !important;
}

.slick-prev:before, .slick-next:before {
  color: #23be4f !important;
}

.slick-prev {
  margin-top: 10px !important;
}

.slick-prev, .slick-next {
  height: 30px !important;
  width: 30px !important;
}

@media screen and (max-width: 1023px) {
  body.ios .apple, body.mac .apple {
    display: block;
  }
  body.ios .google, body.mac .google {
    display: none;
  }
  body.android .google, body.windows .google {
    display: block;
  }
  body.android .apple, body.windows .apple {
    display: none;
  }
}

.pagetop {
  z-index: 1000;
}

.pc-hide {
  display: block;
}

@media (max-width: 1023px) {
  .pc-hide {
    display: none;
  }
}

.sp-hide {
  display: none;
}

@media (max-width: 1023px) {
  .sp-hide {
    display: block;
  }
}

.float-button {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  bottom: 130px;
  display: none;
  position: fixed;
  right: 30px;
  z-index: 999;
}

.float-button__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fc6751;
  border: 2px solid #fc6751;
  border-radius: 82px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  height: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  width: 140px;
}

.float-button__link:hover {
  background: #ffffff;
  color: #fc6751;
  text-decoration: none;
}

.float-button__txt {
  display: block;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .float-button__link {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */