@charset "UTF-8";
/*----------------------------------------
       Reset
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.kv {
  margin: 0vw auto 0;
  width: 100%;
  background: #00803f; }
  @media only screen and (min-width: 751px) {
    .kv {
      background-image: url("../img/bg_kv_pcl.svg");
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat; } }
  .kv--inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 calc(27/750 * 100vw);
    height: calc(1258/750 * 100vw); }
    @media only screen and (min-width: 751px) {
      .kv--inner {
        padding: 0 0 calc(27/1250 * 100vw);
        height: calc(700/1250 * 100vw); } }
    @media only screen and (min-width: 1250px) {
      .kv--inner {
        width: 1250px;
        height: 700px; } }
    .kv--inner h1 {
      margin: 0;
      width: 100%;
      margin: 0; }
      @media only screen and (min-width: 751px) {
        .kv--inner h1 {
          position: absolute;
          width: calc(1022/1250 * 100vw);
          top: calc(30/1250 * 100vw);
          right: calc(111/1250 * 100vw); } }
      @media only screen and (min-width: 1250px) {
        .kv--inner h1 {
          width: 1022px;
          top: 30px;
          left: 111px; } }
    .kv--inner .kv_btarea {
      display: flex;
      justify-content: space-between;
      width: calc(650/750 * 100vw);
      margin: 0 auto; }
      @media only screen and (min-width: 751px) {
        .kv--inner .kv_btarea {
          position: absolute;
          width: calc(562/1250 * 100vw);
          bottom: calc(60/1250 * 100vw);
          right: calc(125/1250 * 100vw); } }
      @media only screen and (min-width: 1250px) {
        .kv--inner .kv_btarea {
          width: 562px;
          bottom: 60px;
          right: 125px; } }
      .kv--inner .kv_btarea li {
        height: calc(97/750 * 100vw); }
        @media only screen and (min-width: 751px) {
          .kv--inner .kv_btarea li {
            height: calc(80/1250 * 100vw); } }
        @media only screen and (min-width: 1250px) {
          .kv--inner .kv_btarea li {
            height: 80px; } }
        .kv--inner .kv_btarea li img {
          width: auto;
          height: 100%; }
    .kv--inner .kv_note {
      font-size: calc(15/750 * 100vw);
      color: #FFF;
      text-align: center;
      margin: 2.2em auto 0; }
      @media only screen and (min-width: 751px) {
        .kv--inner .kv_note {
          position: absolute;
          font-size: calc(12/1250 * 100vw);
          width: calc(1015/1250 * 100vw);
          bottom: calc(28/1250 * 100vw);
          right: calc(111/1250 * 100vw);
          text-align: left; } }
      @media only screen and (min-width: 1250px) {
        .kv--inner .kv_note {
          font-size: 1.2rem;
          width: 1015px;
          bottom: 28px;
          right: 111px; } }

.feature--inner {
  margin: calc(130/750 * 100vw) auto 0;
  width: calc(650/750 * 100vw);
  background: #d1e2a5;
  border-radius: calc(27/750 * 100vw);
  padding: calc(130/750 * 100vw) 0 calc(100/750 * 100vw); }
  @media only screen and (min-width: 751px) {
    .feature--inner {
      width: calc(1200/1250 * 100vw);
      border-radius: calc(27/1250 * 100vw);
      margin: calc(120/1250 * 100vw) auto 0;
      padding: calc(110/1250 * 100vw) 0 calc(70/1250 * 100vw); } }
  @media only screen and (min-width: 1250px) {
    .feature--inner {
      width: 1200px;
      border-radius: 27px;
      margin: 120px auto 0;
      padding: 110px 0 70px; } }
  .feature--inner .feature_ti {
    width: calc(482/750 * 100vw);
    margin: 0 auto; }
    @media only screen and (min-width: 751px) {
      .feature--inner .feature_ti {
        width: calc(635/1250 * 100vw); } }
    @media only screen and (min-width: 1250px) {
      .feature--inner .feature_ti {
        width: 635px; } }
  .feature--inner .feature_cont {
    margin: calc(80/750 * 100vw) auto 0;
    width: calc(567/750 * 100vw);
    border-radius: calc(45/750 * 100vw);
    padding: 0; }
    @media only screen and (min-width: 751px) {
      .feature--inner .feature_cont {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: calc(958/1250 * 100vw);
        border-radius: calc(45/1250 * 100vw);
        margin: calc(70/1250 * 100vw) auto 0; } }
    @media only screen and (min-width: 1250px) {
      .feature--inner .feature_cont {
        width: 958px;
        border-radius: 45px;
        margin: 70px auto 0; } }
    .feature--inner .feature_cont li {
      background: #FFF;
      width: 100%;
      margin: 0 0 calc(60/750 * 100vw);
      border-radius: calc(45/750 * 100vw);
      padding: calc(45/750 * 100vw) 0 calc(36/750 * 100vw); }
      @media only screen and (min-width: 751px) {
        .feature--inner .feature_cont li {
          width: calc(454/1250 * 100vw);
          border-radius: calc(45/1250 * 100vw);
          margin: 0 0 calc(48/1250 * 100vw);
          padding: calc(37/1250 * 100vw) 0 calc(30/1250 * 100vw); } }
      @media only screen and (min-width: 1250px) {
        .feature--inner .feature_cont li {
          width: 454px;
          border-radius: 45px;
          margin: 0 0 48px;
          padding: 37px 0 30px; } }
      .feature--inner .feature_cont li h3 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: bold;
        font-size: calc(34/750 * 100vw);
        line-height: 1.2em;
        height: 2.5em; }
        @media only screen and (min-width: 751px) {
          .feature--inner .feature_cont li h3 {
            font-size: calc(28/1250 * 100vw); } }
        @media only screen and (min-width: 1250px) {
          .feature--inner .feature_cont li h3 {
            font-size: 28px; } }
        .feature--inner .feature_cont li h3.feature01 {
          color: #da528a; }
        .feature--inner .feature_cont li h3.feature02 {
          color: #d96000; }
        .feature--inner .feature_cont li h3.feature03 {
          color: #00803e; }
        .feature--inner .feature_cont li h3.feature04 {
          color: #4673a6; }
      .feature--inner .feature_cont li .feature_fig {
        width: calc(480/750 * 100vw);
        margin: calc(28/750 * 100vw) auto 0; }
        @media only screen and (min-width: 751px) {
          .feature--inner .feature_cont li .feature_fig {
            width: calc(384/1250 * 100vw);
            margin: calc(20/1250 * 100vw) auto 0; } }
        @media only screen and (min-width: 1250px) {
          .feature--inner .feature_cont li .feature_fig {
            width: 384px;
            margin: 20px auto 0; } }
      .feature--inner .feature_cont li .feature_text {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: calc(480/750 * 100vw);
        margin: 1em auto 0;
        font-size: calc(24/750 * 100vw);
        line-height: 1.4em;
        height: 5.5em; }
        @media only screen and (min-width: 751px) {
          .feature--inner .feature_cont li .feature_text {
            width: calc(384/1250 * 100vw);
            font-size: calc(19/1250 * 100vw); } }
        @media only screen and (min-width: 1250px) {
          .feature--inner .feature_cont li .feature_text {
            width: 384px;
            font-size: 1.9rem; } }
        .feature--inner .feature_cont li .feature_text .feature_note {
          width: 100%;
          font-size: 75%; }
      .feature--inner .feature_cont li .bt_detail {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(480/750 * 100vw);
        margin: 1em auto 0;
        font-size: calc(25/750 * 100vw);
        font-weight: bold;
        line-height: 1.4em;
        height: 2.5em;
        border-radius: 2.5em;
        background-position: center right calc(40/750 * 100vw);
        background-size: calc(13/750 * 100vw);
        background-repeat: no-repeat;
        cursor: pointer; }
        @media only screen and (min-width: 751px) {
          .feature--inner .feature_cont li .bt_detail {
            width: calc(384/1250 * 100vw);
            font-size: calc(20/1250 * 100vw);
            background-position: center right calc(35/1250 * 100vw);
            background-size: calc(11/1250 * 100vw); } }
        @media only screen and (min-width: 1250px) {
          .feature--inner .feature_cont li .bt_detail {
            width: 384px;
            font-size: 2rem;
            background-position: center right 35px;
            background-size: 11px; } }
        .feature--inner .feature_cont li .bt_detail.feature01 {
          color: #da528a;
          border: solid #da528a calc(2/750 * 100vw);
          background-image: url("../img/bt_feature_acc01.svg"); }
          @media only screen and (min-width: 751px) {
            .feature--inner .feature_cont li .bt_detail.feature01 {
              border: solid #da528a calc(2/1250 * 100vw); } }
          @media only screen and (min-width: 1250px) {
            .feature--inner .feature_cont li .bt_detail.feature01 {
              border: solid #da528a 2px; } }
        .feature--inner .feature_cont li .bt_detail.feature02 {
          color: #d96000;
          border: solid #d96000 calc(2/750 * 100vw);
          background-image: url("../img/bt_feature_acc02.svg"); }
          @media only screen and (min-width: 751px) {
            .feature--inner .feature_cont li .bt_detail.feature02 {
              border: solid #d96000 calc(2/1250 * 100vw); } }
          @media only screen and (min-width: 1250px) {
            .feature--inner .feature_cont li .bt_detail.feature02 {
              border: solid #d96000 2px; } }
        .feature--inner .feature_cont li .bt_detail.feature03 {
          color: #00803e;
          border: solid #00803e calc(2/750 * 100vw);
          background-image: url("../img/bt_feature_acc03.svg"); }
          @media only screen and (min-width: 751px) {
            .feature--inner .feature_cont li .bt_detail.feature03 {
              border: solid #00803e calc(2/1250 * 100vw); } }
          @media only screen and (min-width: 1250px) {
            .feature--inner .feature_cont li .bt_detail.feature03 {
              border: solid #00803e 2px; } }
        .feature--inner .feature_cont li .bt_detail.feature04 {
          color: #4673a6;
          border: solid #4673a6 calc(2/750 * 100vw);
          background-image: url("../img/bt_feature_acc04.svg"); }
          @media only screen and (min-width: 751px) {
            .feature--inner .feature_cont li .bt_detail.feature04 {
              border: solid #4673a6 calc(2/1250 * 100vw); } }
          @media only screen and (min-width: 1250px) {
            .feature--inner .feature_cont li .bt_detail.feature04 {
              border: solid #4673a6 2px; } }

.code--inner {
  margin: calc(200/750 * 100vw) auto 0;
  width: calc(650/750 * 100vw);
  background: #ffff9b;
  padding: calc(128/750 * 100vw) 0 calc(128/750 * 100vw); }
  @media only screen and (min-width: 751px) {
    .code--inner {
      width: calc(1000/1250 * 100vw);
      margin: calc(175/1250 * 100vw) auto 0;
      padding: calc(70/1250 * 100vw) 0 calc(70/1250 * 100vw); } }
  @media only screen and (min-width: 1250px) {
    .code--inner {
      width: 1000px;
      margin: 175px auto 0;
      padding: 70px 0 70px; } }
  .code--inner .code_ti {
    width: calc(487/750 * 100vw);
    margin: 0 auto; }
    @media only screen and (min-width: 751px) {
      .code--inner .code_ti {
        width: calc(485/1250 * 100vw); } }
    @media only screen and (min-width: 1250px) {
      .code--inner .code_ti {
        width: 485px; } }
  .code--inner .code_cont {
    background: #fff;
    margin: calc(48/750 * 100vw) auto 0;
    width: calc(550/750 * 100vw);
    border-radius: calc(23/750 * 100vw);
    padding: calc(33/750 * 100vw) 0; }
    @media only screen and (min-width: 751px) {
      .code--inner .code_cont {
        width: calc(630/1250 * 100vw);
        border-radius: calc(18/1250 * 100vw);
        margin: calc(18/1250 * 100vw) auto 0;
        padding: calc(26/1250 * 100vw) 0; } }
    @media only screen and (min-width: 1250px) {
      .code--inner .code_cont {
        width: 630px;
        border-radius: 18px;
        margin: 18px auto 0;
        padding: 26px 0; } }
    .code--inner .code_cont p {
      text-align: center;
      font-size: calc(25/750 * 100vw);
      line-height: 1.2em;
      width: calc(490/750 * 100vw);
      margin: 0 auto;
      padding: 0 1em; }
      @media only screen and (min-width: 751px) {
        .code--inner .code_cont p {
          width: 100%;
          font-size: calc(19/1250 * 100vw); } }
      @media only screen and (min-width: 1250px) {
        .code--inner .code_cont p {
          font-size: 1.9rem; } }
  .code--inner .bt_code {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(480/750 * 100vw);
    margin: calc(58/750 * 100vw) auto 0;
    font-size: calc(25/750 * 100vw);
    font-weight: bold;
    line-height: 1.4em;
    height: 3em;
    border-radius: 2.5em;
    background-position: center right calc(40/750 * 100vw);
    background-size: calc(13/750 * 100vw);
    background-repeat: no-repeat;
    color: #00803e;
    border: solid #00803e calc(2/750 * 100vw);
    background-image: url("../img/bt_feature_acc03.svg"); }
    @media only screen and (min-width: 751px) {
      .code--inner .bt_code {
        width: calc(384/1250 * 100vw);
        font-size: calc(20/1250 * 100vw);
        background-position: center right calc(35/1250 * 100vw);
        background-size: calc(11/1250 * 100vw);
        border: solid #00803e calc(2/1250 * 100vw);
        margin: calc(35/1250 * 100vw) auto 0; } }
    @media only screen and (min-width: 1250px) {
      .code--inner .bt_code {
        width: 384px;
        font-size: 2rem;
        background-position: center right 35px;
        background-size: 11px;
        border: solid #00803e 2px;
        margin: 35px auto 0; } }

.faq--inner {
  margin: calc(200/750 * 100vw) auto;
  width: calc(650/750 * 100vw); }
  @media only screen and (min-width: 751px) {
    .faq--inner {
      width: calc(1000/1250 * 100vw);
      margin: calc(175/1250 * 100vw) auto; } }
  @media only screen and (min-width: 1250px) {
    .faq--inner {
      width: 1000px;
      margin: 175px auto; } }
  .faq--inner .faq_ti {
    width: calc(375/750 * 100vw);
    margin: 0 auto; }
    @media only screen and (min-width: 751px) {
      .faq--inner .faq_ti {
        width: calc(308/1250 * 100vw); } }
    @media only screen and (min-width: 1250px) {
      .faq--inner .faq_ti {
        width: 308px; } }
  .faq--inner .faq_movie_ti {
    width: calc(335/750 * 100vw);
    margin: calc(88/750 * 100vw) auto 0; }
    @media only screen and (min-width: 751px) {
      .faq--inner .faq_movie_ti {
        width: calc(266/1250 * 100vw);
        margin: calc(84/1250 * 100vw) auto 0; } }
    @media only screen and (min-width: 1250px) {
      .faq--inner .faq_movie_ti {
        width: 266px;
        margin: 84px auto 0; } }
  .faq--inner .faq_movie {
    width: calc(650/750 * 100vw);
    margin: calc(40/750 * 100vw) auto 0; }
    @media only screen and (min-width: 751px) {
      .faq--inner .faq_movie {
        width: calc(510/1250 * 100vw);
        margin: calc(30/1250 * 100vw) auto 0; } }
    @media only screen and (min-width: 1250px) {
      .faq--inner .faq_movie {
        width: 510px;
        margin: 30px auto 0; } }
  .faq--inner .movie {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    border-radius: calc(25/750 * 100vw);
    overflow: hidden; }
    @media only screen and (min-width: 751px) {
      .faq--inner .movie {
        border-radius: calc(25/1250 * 100vw); } }
    @media only screen and (min-width: 1250px) {
      .faq--inner .movie {
        border-radius: 25px; } }
  .faq--inner .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .faq--inner .movie_name {
    text-align: center;
    margin: 2em auto calc(75/750 * 100vw);
    font-size: calc(28/750 * 100vw); }
    @media only screen and (min-width: 751px) {
      .faq--inner .movie_name {
        font-size: calc(22/1250 * 100vw);
        margin: 2em auto calc(105/1250 * 100vw); } }
    @media only screen and (min-width: 1250px) {
      .faq--inner .movie_name {
        font-size: 2.2rem;
        margin: 2em auto 105px; } }
  .faq--inner dl.question {
    width: calc(650/750 * 100vw);
    margin: calc(0/750 * 100vw) auto 0; }
    @media only screen and (min-width: 751px) {
      .faq--inner dl.question {
        width: calc(1000/1250 * 100vw);
        margin: calc(0/1250 * 100vw) auto 0; } }
    @media only screen and (min-width: 1250px) {
      .faq--inner dl.question {
        width: 1000px;
        margin: 0px auto 0; } }
  .faq--inner dl.question dt {
    width: 100%;
    height: calc(88/750 * 100vw);
    display: flex;
    align-items: center;
    border: solid #00803f calc(2/750 * 100vw);
    border-radius: calc(26/750 * 100vw);
    background-image: url("../img/faq_open.svg");
    background-repeat: no-repeat;
    background-position: center right calc(33/750 * 100vw);
    background-size: calc(38/750 * 100vw) auto;
    margin: 0;
    padding: 0 0 0 calc(25/750 * 100vw);
    cursor: pointer; }
    .faq--inner dl.question dt.active {
      background-image: url("../img/faq_close.svg"); }
    @media only screen and (min-width: 751px) {
      .faq--inner dl.question dt {
        height: calc(70/1250 * 100vw);
        border: solid #00803f calc(2/1250 * 100vw);
        border-radius: calc(21/1250 * 100vw);
        padding: 0 0 0 calc(33/1250 * 100vw);
        background-size: calc(31/1250 * 100vw) auto;
        background-position: center right calc(26/1250 * 100vw); } }
    @media only screen and (min-width: 1250px) {
      .faq--inner dl.question dt {
        height: 70px;
        font-size: 22px;
        border: solid #00803f 2px;
        border-radius: 21px;
        padding: 0 0 0 33px;
        background-size: 31px auto;
        background-position: center right 26px; } }
    .faq--inner dl.question dt .q_icon {
      width: calc(32/750 * 100vw);
      margin-right: 0.5em; }
      @media only screen and (min-width: 751px) {
        .faq--inner dl.question dt .q_icon {
          width: calc(25/1250 * 100vw);
          margin-right: 1em; } }
      @media only screen and (min-width: 1250px) {
        .faq--inner dl.question dt .q_icon {
          width: 25px; } }
    .faq--inner dl.question dt .q_text {
      font-size: calc(27/750 * 100vw);
      line-height: 1.28em; }
      @media only screen and (min-width: 751px) {
        .faq--inner dl.question dt .q_text {
          font-size: calc(22/1250 * 100vw); } }
      @media only screen and (min-width: 1250px) {
        .faq--inner dl.question dt .q_text {
          font-size: 2.2rem; } }
  .faq--inner dl.question dd {
    display: none;
    width: calc(570/750 * 100vw);
    margin: 0 auto;
    padding: calc(30/750 * 100vw) 0 calc(25/750 * 100vw); }
    @media only screen and (min-width: 751px) {
      .faq--inner dl.question dd {
        width: calc(920/1250 * 100vw);
        padding: calc(30/1250 * 100vw) 0 calc(25/1250 * 100vw); } }
    @media only screen and (min-width: 1250px) {
      .faq--inner dl.question dd {
        width: 920px;
        padding: 30px 0 25px 0px; } }
    .faq--inner dl.question dd.active {
      display: block; }
    .faq--inner dl.question dd h4 {
      font-weight: bold;
      font-size: calc(27/750 * 100vw);
      line-height: 1.5em; }
      @media only screen and (min-width: 751px) {
        .faq--inner dl.question dd h4 {
          font-size: calc(20/1250 * 100vw); } }
      @media only screen and (min-width: 1250px) {
        .faq--inner dl.question dd h4 {
          font-size: 2rem; } }
    .faq--inner dl.question dd p {
      font-size: calc(27/750 * 100vw);
      line-height: 1.5em; }
      @media only screen and (min-width: 751px) {
        .faq--inner dl.question dd p {
          font-size: calc(20/1250 * 100vw); } }
      @media only screen and (min-width: 1250px) {
        .faq--inner dl.question dd p {
          font-size: 2rem; } }
    .faq--inner dl.question dd h4 + p {
      margin-top: 0.5em; }
    .faq--inner dl.question dd p + h4 {
      margin-top: 1.5em; }
    .faq--inner dl.question dd p + p {
      margin-top: 0.5em; }
  .faq--inner dl + dl {
    margin: calc(22/750 * 100vw) auto 0 !important; }
    @media only screen and (min-width: 751px) {
      .faq--inner dl + dl {
        margin: calc(20/1250 * 100vw) auto 0 !important; } }
    @media only screen and (min-width: 1250px) {
      .faq--inner dl + dl {
        margin: 20px auto 0 !important; } }

.chat {
  background: #d1e2a5;
  width: 100%; }

.chat--inner {
  margin: calc(0/750 * 100vw) auto 0;
  width: calc(644/750 * 100vw);
  padding: calc(157/750 * 100vw) 0 calc(209/750 * 100vw); }
  @media only screen and (min-width: 751px) {
    .chat--inner {
      width: calc(1000/1250 * 100vw);
      margin: calc(0/1250 * 100vw) auto 0;
      padding: calc(168/1250 * 100vw) 0 calc(182/1250 * 100vw); } }
  @media only screen and (min-width: 1250px) {
    .chat--inner {
      width: 1000px;
      margin: 0px auto 0;
      padding: 165px 0 182px; } }
  .chat--inner .chat_ti {
    width: calc(569/750 * 100vw);
    margin: 0 auto; }
    @media only screen and (min-width: 751px) {
      .chat--inner .chat_ti {
        width: calc(532/1250 * 100vw); } }
    @media only screen and (min-width: 1250px) {
      .chat--inner .chat_ti {
        width: 532px; } }
  .chat--inner .chat_cont {
    background: #FFF;
    margin: calc(98/750 * 100vw) auto 0;
    width: calc(644/750 * 100vw);
    height: calc(1117/750 * 100vw);
    border-radius: calc(12/750 * 100vw); }
    @media only screen and (min-width: 751px) {
      .chat--inner .chat_cont {
        width: calc(988/1250 * 100vw);
        height: calc(628/1250 * 100vw);
        border-radius: calc(14/1250 * 100vw);
        margin: calc(64/1250 * 100vw) auto 0; } }
    @media only screen and (min-width: 1250px) {
      .chat--inner .chat_cont {
        width: 988px;
        height: 628px;
        border-radius: 14px;
        margin: 64px auto 0; } }
    .chat--inner .chat_cont iframe {
      width: 100%;
      height: 100%; }

.modal--wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: -1; }
  .modal--wrap.active {
    display: block;
    z-index: 99999; }
  .modal--wrap .modal--closer01,
  .modal--wrap .modal--closer02,
  .modal--wrap .modal--closer03,
  .modal--wrap .modal--closer04 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
    .modal--wrap .modal--closer01.active,
    .modal--wrap .modal--closer02.active,
    .modal--wrap .modal--closer03.active,
    .modal--wrap .modal--closer04.active {
      display: block; }

.modal--bk {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(15px) brightness(100%);
  backdrop-filter: blur(15px) brightness(100%); }
  .modal--bk.active {
    display: block;
    z-index: 99998; }

.modal__content {
  display: none;
  background-color: #fff;
  width: calc(630/750 * 100vw);
  border-radius: calc(14/750 * 100vw);
  margin: 10vw auto 51vw;
  overflow: hidden; }
  @media only screen and (min-width: 751px) {
    .modal__content {
      width: calc(900/1250 * 100vw);
      border-radius: calc(27/1250 * 100vw);
      margin: calc(30/1250 * 100vw) auto; } }
  @media only screen and (min-width: 1250px) {
    .modal__content {
      width: 900px;
      border-radius: 27px;
      margin: 30px auto; } }
  .modal__content.active {
    display: block; }
  .modal__content .cont_wrap {
    position: relative; }
    .modal__content .cont_wrap h2 {
      margin: 0 auto;
      padding: calc(83/750 * 100vw) 0 calc(58/750 * 100vw); }
      @media only screen and (min-width: 751px) {
        .modal__content .cont_wrap h2 {
          padding: calc(90/1250 * 100vw) 0 calc(62/1250 * 100vw); } }
      @media only screen and (min-width: 1250px) {
        .modal__content .cont_wrap h2 {
          padding: 90px 0 62px; } }
      .modal__content .cont_wrap h2.pop01_h2 {
        width: calc(341/750 * 100vw); }
        @media only screen and (min-width: 751px) {
          .modal__content .cont_wrap h2.pop01_h2 {
            width: calc(273/1250 * 100vw); } }
        @media only screen and (min-width: 1250px) {
          .modal__content .cont_wrap h2.pop01_h2 {
            width: 273px; } }
      .modal__content .cont_wrap h2.pop02_h2 {
        width: calc(408/750 * 100vw); }
        @media only screen and (min-width: 751px) {
          .modal__content .cont_wrap h2.pop02_h2 {
            width: calc(518/1250 * 100vw); } }
        @media only screen and (min-width: 1250px) {
          .modal__content .cont_wrap h2.pop02_h2 {
            width: 518px; } }
      .modal__content .cont_wrap h2.pop03_h2 {
        width: calc(328/750 * 100vw); }
        @media only screen and (min-width: 751px) {
          .modal__content .cont_wrap h2.pop03_h2 {
            width: calc(438/1250 * 100vw); } }
        @media only screen and (min-width: 1250px) {
          .modal__content .cont_wrap h2.pop03_h2 {
            width: 438px; } }
    .modal__content .cont_wrap .slider_area {
      width: calc(398/750 * 100vw);
      margin: calc(0/750 * 100vw) auto 0; }
      @media only screen and (min-width: 751px) {
        .modal__content .cont_wrap .slider_area {
          width: calc(652/1250 * 100vw);
          margin: calc(0/1250 * 100vw) auto 0; } }
      @media only screen and (min-width: 1250px) {
        .modal__content .cont_wrap .slider_area {
          width: 652px;
          margin: 0px auto 0; } }
  .modal__content .step_area {
    width: 100%;
    margin: calc(80/750 * 100vw) auto 0;
    padding: calc(80/750 * 100vw) 0; }
    @media only screen and (min-width: 751px) {
      .modal__content .step_area {
        margin: calc(80/1250 * 100vw) auto 0;
        padding: calc(67/1250 * 100vw) 0; } }
    @media only screen and (min-width: 1250px) {
      .modal__content .step_area {
        margin: 80px auto 0;
        padding: 67px 0; } }
    .modal__content .step_area h3 {
      width: calc(554/750 * 100vw);
      margin: 0 auto; }
      @media only screen and (min-width: 751px) {
        .modal__content .step_area h3 {
          width: calc(483/1250 * 100vw); } }
      @media only screen and (min-width: 1250px) {
        .modal__content .step_area h3 {
          width: 483px; } }
    .modal__content .step_area .slide_base {
      background: #FFF;
      border-radius: calc(14/750 * 100vw);
      width: calc(530/750 * 100vw);
      margin: calc(60/750 * 100vw) auto 0;
      padding: calc(60/750 * 100vw) 0; }
      @media only screen and (min-width: 751px) {
        .modal__content .step_area .slide_base {
          border-radius: calc(14/1250 * 100vw);
          width: calc(800/1250 * 100vw);
          margin: calc(45/750 * 100vw) auto 0;
          padding: calc(60/1250 * 100vw) 0; } }
      @media only screen and (min-width: 1250px) {
        .modal__content .step_area .slide_base {
          border-radius: 14px;
          width: 800px;
          margin: 45px auto 0;
          padding: 60px 0; } }
      .modal__content .step_area .slide_base .slider_area {
        width: calc(398/750 * 100vw);
        margin: calc(0/750 * 100vw) auto 0; }
        @media only screen and (min-width: 751px) {
          .modal__content .step_area .slide_base .slider_area {
            width: calc(652/1250 * 100vw);
            margin: calc(0/1250 * 100vw) auto 0; } }
        @media only screen and (min-width: 1250px) {
          .modal__content .step_area .slide_base .slider_area {
            width: 652px;
            margin: 0px auto 0; } }
      .modal__content .step_area .slide_base .btarea {
        width: calc(482/750 * 100vw);
        margin: calc(60/750 * 100vw) auto 0; }
        @media only screen and (min-width: 751px) {
          .modal__content .step_area .slide_base .btarea {
            width: calc(386/1250 * 100vw);
            margin: 0 auto; } }
        @media only screen and (min-width: 1250px) {
          .modal__content .step_area .slide_base .btarea {
            width: 386px; } }
        .modal__content .step_area .slide_base .btarea a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: calc(480/750 * 100vw);
          margin: 0 auto 0;
          font-size: calc(25/750 * 100vw);
          font-weight: bold;
          line-height: 1.4em;
          height: 3em;
          border-radius: 2.5em;
          background-position: center right calc(40/750 * 100vw);
          background-size: calc(13/750 * 100vw);
          background-repeat: no-repeat;
          color: #00803e;
          border: solid #00803e calc(2/750 * 100vw);
          background-image: url("../img/bt_feature_acc03.svg"); }
          @media only screen and (min-width: 751px) {
            .modal__content .step_area .slide_base .btarea a {
              width: calc(384/1250 * 100vw);
              font-size: calc(20/1250 * 100vw);
              background-position: center right calc(35/1250 * 100vw);
              background-size: calc(9/1250 * 100vw);
              border: solid #00803e calc(2/1250 * 100vw);
              margin: calc(90/1250 * 100vw) auto 0; } }
          @media only screen and (min-width: 1250px) {
            .modal__content .step_area .slide_base .btarea a {
              width: 384px;
              font-size: 2rem;
              background-position: center right 35px;
              background-size: 9px;
              border: solid #00803e 2px;
              margin: 90px auto 0; } }
  .modal__content .step01 {
    background: #ecc7d8; }
  .modal__content .step02 {
    background: #edcab2; }
  .modal__content .step03 {
    background: #e0e5b2; }
  .modal__content .step04 {
    background: #c4cfe0;
    margin-top: 0; }

.modal-close {
  padding: calc(80/750 * 100vw) 0; }
  @media only screen and (min-width: 751px) {
    .modal-close {
      padding: calc(65/1250 * 100vw) 0; } }
  @media only screen and (min-width: 1250px) {
    .modal-close {
      padding: 65px 0; } }
  .modal-close p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(233/750 * 100vw);
    margin: 0 auto 0;
    font-size: calc(25/750 * 100vw);
    font-weight: bold;
    line-height: 1.4em;
    height: 3em;
    border-radius: 2.5em;
    background-repeat: no-repeat;
    color: #5a5a5a;
    border: solid #5a5a5a calc(2/750 * 100vw); }
    @media only screen and (min-width: 751px) {
      .modal-close p {
        width: calc(186/1250 * 100vw);
        font-size: calc(20/1250 * 100vw);
        border: solid #5a5a5a calc(2/1250 * 100vw);
        margin: 0 auto 0;
        cursor: pointer; } }
    @media only screen and (min-width: 1250px) {
      .modal-close p {
        width: 186px;
        font-size: 2rem;
        border: solid #5a5a5a 2px;
        margin: 0 auto 0; } }

.method_slider01 li, .step_slider01 li, .method_slider02 li, .step_slider02 li,
.method_slider03 li, .step_slider03 li, .method_slider04 li, .step_slider04 li {
  width: calc(398/750 * 100vw);
  margin: 0;
  padding: 0 0 calc(128/750 * 100vw); }
  @media only screen and (min-width: 751px) {
    .method_slider01 li, .step_slider01 li, .method_slider02 li, .step_slider02 li,
    .method_slider03 li, .step_slider03 li, .method_slider04 li, .step_slider04 li {
      width: calc(306/1250 * 100vw);
      padding: 0; } }
  @media only screen and (min-width: 1250px) {
    .method_slider01 li, .step_slider01 li, .method_slider02 li, .step_slider02 li,
    .method_slider03 li, .step_slider03 li, .method_slider04 li, .step_slider04 li {
      width: 306px; } }
  .method_slider01 li:last-child, .step_slider01 li:last-child, .method_slider02 li:last-child, .step_slider02 li:last-child,
  .method_slider03 li:last-child, .step_slider03 li:last-child, .method_slider04 li:last-child, .step_slider04 li:last-child {
    padding-bottom: 0; }
  @media only screen and (min-width: 751px) {
    .method_slider01 li.slide_l, .step_slider01 li.slide_l, .method_slider02 li.slide_l, .step_slider02 li.slide_l,
    .method_slider03 li.slide_l, .step_slider03 li.slide_l, .method_slider04 li.slide_l, .step_slider04 li.slide_l {
      width: calc(346/1250 * 100vw);
      padding: 0; } }
  @media only screen and (min-width: 1250px) {
    .method_slider01 li.slide_l, .step_slider01 li.slide_l, .method_slider02 li.slide_l, .step_slider02 li.slide_l,
    .method_slider03 li.slide_l, .step_slider03 li.slide_l, .method_slider04 li.slide_l, .step_slider04 li.slide_l {
      width: 346px; } }
  @media only screen and (min-width: 751px) {
    .method_slider01 li.slide04_01, .step_slider01 li.slide04_01, .method_slider02 li.slide04_01, .step_slider02 li.slide04_01,
    .method_slider03 li.slide04_01, .step_slider03 li.slide04_01, .method_slider04 li.slide04_01, .step_slider04 li.slide04_01 {
      width: calc(608/1250 * 100vw);
      padding: 0; } }
  @media only screen and (min-width: 1250px) {
    .method_slider01 li.slide04_01, .step_slider01 li.slide04_01, .method_slider02 li.slide04_01, .step_slider02 li.slide04_01,
    .method_slider03 li.slide04_01, .step_slider03 li.slide04_01, .method_slider04 li.slide04_01, .step_slider04 li.slide04_01 {
      width: 608px; } }
  @media only screen and (min-width: 751px) {
    .method_slider01 li.slide04_02, .step_slider01 li.slide04_02, .method_slider02 li.slide04_02, .step_slider02 li.slide04_02,
    .method_slider03 li.slide04_02, .step_slider03 li.slide04_02, .method_slider04 li.slide04_02, .step_slider04 li.slide04_02 {
      width: calc(652/1250 * 100vw);
      padding: 0; } }
  @media only screen and (min-width: 1250px) {
    .method_slider01 li.slide04_02, .step_slider01 li.slide04_02, .method_slider02 li.slide04_02, .step_slider02 li.slide04_02,
    .method_slider03 li.slide04_02, .step_slider03 li.slide04_02, .method_slider04 li.slide04_02, .step_slider04 li.slide04_02 {
      width: 652px; } }
  .method_slider01 li.bg_method, .step_slider01 li.bg_method, .method_slider02 li.bg_method, .step_slider02 li.bg_method,
  .method_slider03 li.bg_method, .step_slider03 li.bg_method, .method_slider04 li.bg_method, .step_slider04 li.bg_method {
    background-image: url("../img/bg_method_sp.svg");
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 751px) {
      .method_slider01 li.bg_method, .step_slider01 li.bg_method, .method_slider02 li.bg_method, .step_slider02 li.bg_method,
      .method_slider03 li.bg_method, .step_slider03 li.bg_method, .method_slider04 li.bg_method, .step_slider04 li.bg_method {
        background-image: none; } }
  .method_slider01 li.bg_step01, .step_slider01 li.bg_step01, .method_slider02 li.bg_step01, .step_slider02 li.bg_step01,
  .method_slider03 li.bg_step01, .step_slider03 li.bg_step01, .method_slider04 li.bg_step01, .step_slider04 li.bg_step01 {
    background-image: url("../img/bg_method_step01_sp.svg");
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 751px) {
      .method_slider01 li.bg_step01, .step_slider01 li.bg_step01, .method_slider02 li.bg_step01, .step_slider02 li.bg_step01,
      .method_slider03 li.bg_step01, .step_slider03 li.bg_step01, .method_slider04 li.bg_step01, .step_slider04 li.bg_step01 {
        background-image: none; } }
  .method_slider01 li.bg_step02, .step_slider01 li.bg_step02, .method_slider02 li.bg_step02, .step_slider02 li.bg_step02,
  .method_slider03 li.bg_step02, .step_slider03 li.bg_step02, .method_slider04 li.bg_step02, .step_slider04 li.bg_step02 {
    background-image: url("../img/bg_method_step02_sp.svg");
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 751px) {
      .method_slider01 li.bg_step02, .step_slider01 li.bg_step02, .method_slider02 li.bg_step02, .step_slider02 li.bg_step02,
      .method_slider03 li.bg_step02, .step_slider03 li.bg_step02, .method_slider04 li.bg_step02, .step_slider04 li.bg_step02 {
        background-image: none; } }
  .method_slider01 li.bg_step03, .step_slider01 li.bg_step03, .method_slider02 li.bg_step03, .step_slider02 li.bg_step03,
  .method_slider03 li.bg_step03, .step_slider03 li.bg_step03, .method_slider04 li.bg_step03, .step_slider04 li.bg_step03 {
    background-image: url("../img/bg_method_step03_sp.svg");
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 751px) {
      .method_slider01 li.bg_step03, .step_slider01 li.bg_step03, .method_slider02 li.bg_step03, .step_slider02 li.bg_step03,
      .method_slider03 li.bg_step03, .step_slider03 li.bg_step03, .method_slider04 li.bg_step03, .step_slider04 li.bg_step03 {
        background-image: none; } }
  .method_slider01 li.bg_step04, .step_slider01 li.bg_step04, .method_slider02 li.bg_step04, .step_slider02 li.bg_step04,
  .method_slider03 li.bg_step04, .step_slider03 li.bg_step04, .method_slider04 li.bg_step04, .step_slider04 li.bg_step04 {
    background-image: url("../img/bg_method_step04_sp.svg");
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 751px) {
      .method_slider01 li.bg_step04, .step_slider01 li.bg_step04, .method_slider02 li.bg_step04, .step_slider02 li.bg_step04,
      .method_slider03 li.bg_step04, .step_slider03 li.bg_step04, .method_slider04 li.bg_step04, .step_slider04 li.bg_step04 {
        background-image: none; } }

/***********slick************/
.slick-slide {
  transition: all 0.5s ease;
  padding: 0;
  margin: 0; }
  .slick-slide img {
    margin: 0; }
    .slick-slide img:hover {
      opacity: 1; }

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-repeat: no-repeat !important;
  background-size: contain !important; }

.method_slider01 button.slick-next:before,
.method_slider02 button.slick-next:before,
.method_slider03 button.slick-next:before {
  background-image: url(../img/arrow_l.svg) !important; }

.method_slider01 button.slick-prev:before,
.method_slider02 button.slick-prev:before,
.method_slider03 button.slick-prev:before {
  background-image: url(../img/arrow_r.svg) !important; }

.step_slider01 button.slick-next:before {
  background-image: url(../img/arrow_s01_l.svg) !important; }

.step_slider01 button.slick-prev:before {
  background-image: url(../img/arrow_s01_r.svg) !important; }

.step_slider02 button.slick-next:before {
  background-image: url(../img/arrow_s02_l.svg) !important; }

.step_slider02 button.slick-prev:before {
  background-image: url(../img/arrow_s02_r.svg) !important; }

.step_slider03 button.slick-next:before {
  background-image: url(../img/arrow_s03_l.svg) !important; }

.step_slider03 button.slick-prev:before {
  background-image: url(../img/arrow_s03_r.svg) !important; }

.step_slider04 button.slick-next:before {
  background-image: url(../img/arrow_s04_l.svg) !important; }

.step_slider04 button.slick-prev:before {
  background-image: url(../img/arrow_s04_r.svg) !important; }

.slick-arrow {
  z-index: 2 !important;
  width: calc(30/1250 * 100vw) !important;
  height: calc(30/1250 * 100vw) !important; }
  @media only screen and (min-width: 1250px) {
    .slick-arrow {
      width: 30px !important;
      height: 30px !important; } }

.slick-next {
  top: 56% !important;
  right: calc(-50/1250 * 100vw) !important; }
  @media only screen and (min-width: 1250px) {
    .slick-next {
      right: -50px !important; } }
  .slick-next:hover {
    opacity: 0.7; }

.slick-prev {
  top: 56% !important;
  left: calc(-50/1250 * 100vw) !important; }
  @media only screen and (min-width: 1250px) {
    .slick-prev {
      left: -50px !important; } }
  .slick-prev:hover {
    opacity: 0.7; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  display: none !important;
  cursor: default !important; }

.slick-current {
  transition: all 0.5s ease;
  transform: scale(1); }
  @media only screen and (min-width: 751px) {
    .slick-current {
      transform: scale(1); } }

@media only screen and (min-width: 751px) {
  .slick-current + li {
    transform: scale(1); } }

.slick-dots {
  width: 35vw;
  position: absolute;
  bottom: calc(-30/1250 * 100vw);
  display: block;
  padding: 0;
  left: 0;
  right: 0;
  margin: auto;
  list-style: none;
  text-align: center; }
  @media only screen and (min-width: 1250px) {
    .slick-dots {
      bottom: -30px; } }

.slick-dots li {
  margin: 0;
  width: auto !important; }
  @media only screen and (min-width: 751px) {
    .slick-dots li {
      margin: 0; } }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  text-indent: -9999px;
  display: block;
  width: 3vw;
  height: 3vw;
  margin: 0 0.5vw;
  outline: 0;
  border-radius: none;
  transition-duration: 0.3s; }
  @media only screen and (min-width: 751px) {
    .slick-dots li button {
      width: 5.6vw !important;
      height: 0.48vw !important;
      margin: 0 !important; } }
  @media only screen and (min-width: 1250px) {
    .slick-dots li button {
      width: 70px !important;
      height: 6px !important; } }

.slick-dots li button:hover, .slick-dots li.slick-active button {
  border-radius: none; }

.slick-track {
  display: flex; }

.slick-slide {
  height: auto !important; }

.method_slider01 .slick-dots li button,
.method_slider02 .slick-dots li button,
.method_slider03 .slick-dots li button {
  background-color: #d1e2a5; }

.method_slider01 .slick-dots li button:hover, .method_slider01 .slick-dots li.slick-active button,
.method_slider02 .slick-dots li button:hover, .method_slider02 .slick-dots li.slick-active button,
.method_slider03 .slick-dots li button:hover, .method_slider03 .slick-dots li.slick-active button {
  border-radius: none;
  background: #68b172; }

.step_slider02 .slick-dots li button {
  background-color: #edcab2; }

.step_slider02 .slick-dots li button:hover, .step_slider02 .slick-dots li.slick-active button {
  background-color: #e59559; }

.step_slider03 .slick-dots li button {
  background-color: #e0e5b2; }

.step_slider03 .slick-dots li button:hover, .step_slider03 .slick-dots li.slick-active button {
  background-color: #70b278; }

.step_slider04 .slick-dots li button {
  background-color: #c4cfe0; }

.step_slider04 .slick-dots li button:hover, .step_slider04 .slick-dots li.slick-active button {
  background-color: #85a1c5; }

@media only screen and (min-width: 751px) {
  .step_slider02 .slick-dots, .step_slider03 .slick-dots, .step_slider04 .slick-dots {
    bottom: -4vw !important; } }
@media only screen and (min-width: 1250px) {
  .step_slider02 .slick-dots, .step_slider03 .slick-dots, .step_slider04 .slick-dots {
    bottom: -50px !important; } }

.footer {
  margin: 0 auto;
  width: 100%;
  padding: calc(200/750 * 100vw) 0; }
  @media only screen and (min-width: 751px) {
    .footer {
      padding: calc(175/1250 * 100vw) 0; } }
  @media only screen and (min-width: 1250px) {
    .footer {
      padding: 175px 0; } }
  .footer .btarea {
    width: calc(482/750 * 100vw);
    margin: 0 auto; }
    @media only screen and (min-width: 751px) {
      .footer .btarea {
        width: calc(386/1250 * 100vw); } }
    @media only screen and (min-width: 1250px) {
      .footer .btarea {
        width: 386px; } }
    .footer .btarea li a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: calc(480/750 * 100vw);
      margin: 0 auto 0;
      font-size: calc(25/750 * 100vw);
      line-height: 1.4em;
      height: 3em;
      border-radius: 2.5em;
      background-position: center right calc(40/750 * 100vw);
      background-size: calc(13/750 * 100vw);
      background-repeat: no-repeat;
      color: #5a5a5a;
      border: solid #5a5a5a calc(2/750 * 100vw);
      background-image: url("../img/bt_acc_gray.svg"); }
      @media only screen and (min-width: 751px) {
        .footer .btarea li a {
          width: calc(384/1250 * 100vw);
          font-size: calc(20/1250 * 100vw);
          background-position: center right calc(35/1250 * 100vw);
          background-size: calc(9/1250 * 100vw);
          border: solid #5a5a5a calc(2/1250 * 100vw);
          margin: 0 auto 0; } }
      @media only screen and (min-width: 1250px) {
        .footer .btarea li a {
          width: 384px;
          font-size: 2rem;
          background-position: center right 35px;
          background-size: 9px;
          border: solid #5a5a5a 2px;
          margin: 0 auto 0; } }
    .footer .btarea li + li {
      margin-top: calc(20/750 * 100vw); }
      @media only screen and (min-width: 751px) {
        .footer .btarea li + li {
          margin-top: calc(15/1250 * 100vw); } }
      @media only screen and (min-width: 1250px) {
        .footer .btarea li + li {
          margin-top: 15px; } }

/*商標*/
.trademark_note {
  margin: calc(72/750 * 100vw) auto 0;
  width: 40em;
  font-size: calc(15/750 * 100vw);
  line-height: 1.3;
  color: #5a5a5a; }
  @media only screen and (min-width: 751px) {
    .trademark_note {
      width: 50em;
      font-size: calc(12 /1250 * 100vw);
      margin: calc(58 /1250 * 100vw) auto 0; } }
  @media only screen and (min-width: 1250px) {
    .trademark_note {
      font-size: 1.2rem;
      margin: 58px auto 0; } }
  .trademark_note li {
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-top: 0.8em; }

/*--------------------------
Common Styles
---------------------------*/
* {
  box-sizing: border-box;
  -webkit-appearance: none;
  word-wrap: break-word;
  overflow-wrap: break-word; }

*:before,
*:after {
  box-sizing: border-box; }

li {
  list-style-type: none; }

html {
  font-size: 62.5% !important;
  width: 100%;
  position: relative; }

img {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom; }

body {
  color: #5a5a5a;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  position: relative;
  overflow-x: hidden;
  width: 100%; }

body * {
  text-rendering: optimizeLegibility; }

a:hover {
  opacity: 0.8; }

a.btn:hover {
  opacity: 1;
  filter: saturate(180%); }

.only_pc {
  display: none; }
  @media only screen and (min-width: 751px) {
    .only_pc {
      display: inherit; } }

.only_sp {
  display: inherit; }
  @media only screen and (min-width: 751px) {
    .only_sp {
      display: none; } }

/*--------------------------
contents
---------------------------*/
.ap_contents {
  width: 100%;
  margin: 0 auto;
  font-family: sans-serif; }
