@charset "UTF-8";
main {
  background-color: #fff;
  padding: 120px 0px; }
  @media screen and (max-width: 768px) {
    main {
      padding: 50px 0px; } }

.tit_fixed {
  width: 17.91%;
  position: fixed;
  left: 3.54%;
  top: 70px;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .tit_fixed {
      position: static;
      width: 100%;
      margin-bottom: 35px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px 30px; } }

.hero_area {
  width: 100%;
  height: 100vh;
  max-height: 630px;
  overflow: hidden; }
  .hero_area img, .hero_area video {
    position: fixed;
    z-index: -1;
    top: 315px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%; }
    @media screen and (max-height: 630px) {
      .hero_area img, .hero_area video {
        top: 50%; } }
    @media screen and (max-width: 768px) {
      .hero_area img, .hero_area video {
        top: 200px;
        min-height: 400px; } }
  @media screen and (max-width: 768px) {
    .hero_area {
      height: 350px; } }

.main_in {
  width: 75.83%;
  margin-left: 24.2%;
  /*.sec04{
    @include wp(1092,830);
    border: 1px solid #EA2754;
    border-radius: 5px;
    @include pb(25);
    margin-top: 100px;
    margin-left: 40px;
    @include mb(200);
    @include com_ani;
    @include ms($breakpoint-sp) {
      width: calc(100% - 60px);
      margin: 0px;
      @include ma;
      margin-top: 50px;
      @include mb(100);
    }
    .tit01{
      @include tc;
      @include f(23);
      padding: 10px 0px;
      @include fb;
      border-bottom: 1px solid #EA2754;
      @include mb(40);
      @include ms($breakpoint-sp) {
        @include f(15);
        @include mb(30);
      }
    }
    ul{
      @include wp(830,637);
      @include ma;
      @include ms($breakpoint-sp) {
        @include w;
        @include bs;
        padding: 0px 20px;
      }
      li{
        @include mb(25);
        @include ms($breakpoint-sp) {
          @include mb(20);
        }
        span,a{
          @include db;
          @include tc;
          color: #fff;
          @include f(24);
          border-radius: 30px;
          padding: 5px 0px;
          @include ms($breakpoint-sp) {
            @include f(16);
          }
        }
        &:nth-child(1){
          span,a{
            background-color: #EA2754;
          }
        }
        &:nth-child(2){
          span,a{
            background-color: #850F08;
          }
        }
      }
    }
    .txt01{
      @include tc;
      @include f(18);
      @include mb(25);
      @include ms($breakpoint-sp) {
        @include f(15);
        @include mb(20);
      }
    }
    .txt02{
      @include fg;
      @include f(34);
      color: #850F08;
      @include tc;
      letter-spacing: 2px;
      @include ms($breakpoint-sp) {
        @include f(25);
        letter-spacing: 0px;
      }
      span{
        color: #EA2754;
      }
    }
  }*/ }
  @media screen and (max-width: 768px) {
    .main_in {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0px; } }
  .main_in .iframe_area {
    width: 84.06%; }
    @media screen and (max-width: 768px) {
      .main_in .iframe_area {
        width: 100%; } }

.main_in .sec00 {
  display: flex;
  width: 84.06%;
  margin: 0 0 120px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .main_in .sec00 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .main_in .sec00 {
    flex-direction: column;
    width: 100%;
    margin: 0 0 50px;
  }
}
.main_in .sec00 .tit01 {
  font-size: 26px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .main_in .sec00 .tit01 {
    font-size: 21px;
    line-height: 1.66;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin: 0 0 30px;
    padding: 0 6.67%;
  }
}
.main_in .sec00 .txt_com01 {
  flex: 1 auto;
  font-size: 17px;
  line-height: 2.5;
  text-align: left;
  margin: 0 0 0 50px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .main_in .sec00 .txt_com01 {
    width: min-content;
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .main_in .sec00 .txt_com01 {
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0 6.67%;
  }
}
.main_in .sec00 .img_package {
  max-width: 150px;
  margin: auto 0 0 auto;
}
.main_in .sec00 .img_package img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .main_in .sec00 .img_package {
    width: 100%;
    max-width: inherit;
    text-align: center;
    margin: 30px 0 0;
  }
  .main_in .sec00 .img_package img {
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .main_in .sec00 .img_package img {
    max-width: 100px;
  }
}

.main_in .sec00 .pc_kaigyo,
.main_in .sec00 .pcsp_kaigyo {
  display: block; }
.main_in .sec00 .sp_kaigyo {
  display: none; }

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .main_in .sec00 .pc_kaigyo,
  .main_in .sec00 .pcsp_kaigyo,
  .main_in .sec00 .sp_kaigyo {
    display: none; }
}
@media screen and (max-width: 768px) {
  .main_in .sec00 .pcsp_kaigyo,
  .main_in .sec00 .sp_kaigyo {
    display: block; }
  .main_in .sec00 .pc_kaigyo {
    display: none; }
}
.sec00.fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);}
.sec00.fadein.fade_on {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);}

/*
  .main_in .sec01 {
    width: 76.19%;
    margin: 0px auto;
    position: relative;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 120px; }
    .main_in .sec01.fadein {
      opacity: 0;
      -webkit-transition: all 1s;
      transition: all 1s;
      -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px); }
      .main_in .sec01.fadein.fade_on {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); }
    @media screen and (max-width: 768px) {
      .main_in .sec01 {
        width: 100%;
        margin-bottom: 50px;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px 0px; } }
    .main_in .sec01 .tit01 {
      width: 16.82%;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-align: left;
      font-size: 26px; }
      @media screen and (max-width: 768px) {
        .main_in .sec01 .tit01 {
          -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
          text-align: center;
          width: 100%;
          font-size: 21px;
          margin-bottom: 30px;
          line-height: 1.66; } }
    .main_in .sec01 .txt_com01 {
      width: 73.79%;
      text-align: left;
      font-size: 17px;
      line-height: 2.5; }
      @media screen and (max-width: 768px) {
        .main_in .sec01 .txt_com01 {
          width: 100%;
          font-size: 16px;
          text-align: center; } }
    .main_in .sec01 img {
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 16.58%; }
      @media screen and (max-width: 768px) {
        .main_in .sec01 img {
          display: none; } }
*/
  .main_in .img_com_area {
    width: 100%;
    margin-bottom: 160px; }
    .main_in .img_com_area.fadein {
      opacity: 0;
      -webkit-transition: all 1s;
      transition: all 1s;
      -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px); }
      .main_in .img_com_area.fadein.fade_on {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); }
    @media screen and (max-width: 768px) {
      .main_in .img_com_area {
        margin-bottom: 80px; } }
    .main_in .img_com_area ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .main_in .img_com_area ul li {
        width: 50%; }
  .main_in .sec02.fadein {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    .main_in .sec02.fadein.fade_on {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  @media screen and (max-width: 768px) {
    .main_in .sec02 {
      margin-bottom: 120px; } }
  .main_in .sec03 {
    width: 100%;
    margin-bottom: 160px; }
    .main_in .sec03.fadein {
      opacity: 0;
      -webkit-transition: all 1s;
      transition: all 1s;
      -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px); }
      .main_in .sec03.fadein.fade_on {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); }
    @media screen and (max-width: 768px) {
      .main_in .sec03 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px 15px;
        margin-bottom: 80px; } }
    .main_in .sec03 .tit01 {
      font-size: 30px;
      color: #850F08;
      margin-bottom: 35px; }
      @media screen and (max-width: 768px) {
        .main_in .sec03 .tit01 {
          font-size: 22px;
          margin-bottom: 25px;
          text-align: center; } }
      .main_in .sec03 .tit01 span {
        font-size: 18px;
        color: #000; }
        @media screen and (max-width: 768px) {
          .main_in .sec03 .tit01 span {
            display: block;
            font-size: 15px; } }
    .main_in .sec03 .sec03_in {
      width: 84.06%;
      border: 1px solid #850F08;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 50px;
      margin-bottom: 65px; }
      .main_in .sec03 .sec03_in.fadein {
        opacity: 0;
        -webkit-transition: all 1s;
        transition: all 1s;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px); }
        .main_in .sec03 .sec03_in.fadein.fade_on {
          opacity: 1;
          -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
          transform: translateY(0px); }
      @media screen and (max-width: 768px) {
        .main_in .sec03 .sec03_in {
          width: 100%;
          padding: 30px 15px;
          margin-bottom: 30px; } }
      .main_in .sec03 .sec03_in .tit02 {
        font-size: 23px;
        margin-bottom: 25px; }
        @media screen and (max-width: 768px) {
          .main_in .sec03 .sec03_in .tit02 {
            font-size: 18px;
            text-align: center; } }
      .main_in .sec03 .sec03_in .tit03 {
        font-size: 20px;
        color: #850F08;
        border-bottom: 1px solid #850F08;
        line-height: 1;
        padding-bottom: 10px;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .main_in .sec03 .sec03_in .tit03 {
            font-size: 16px;
            text-align: center; } }
      .main_in .sec03 .sec03_in .dl_area {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        margin-bottom: 45px; }
        @media screen and (max-width: 768px) {
          .main_in .sec03 .sec03_in .dl_area {
            padding-left: 15px;
            margin-bottom: 25px; } }
        .main_in .sec03 .sec03_in .dl_area dl {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .main_in .sec03 .sec03_in .dl_area dl dt {
            width: 30%;
            position: relative;
            margin-right: 2%; }
            @media screen and (max-width: 768px) {
              .main_in .sec03 .sec03_in .dl_area dl dt {
                width: 48%; } }
            .main_in .sec03 .sec03_in .dl_area dl dt::after {
              content: "";
              position: absolute;
              left: 0px;
              top: 50%;
              width: 100%;
              height: 1px;
              display: block;
              background-color: #000;
              z-index: -1; }
              @media screen and (max-width: 768px) {
                .main_in .sec03 .sec03_in .dl_area dl dt::after {
                  top: 12px; } }
            .main_in .sec03 .sec03_in .dl_area dl dt span {
              background-color: #fff;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              padding-right: 15px;
              font-size: 18px; }
              @media screen and (max-width: 768px) {
                .main_in .sec03 .sec03_in .dl_area dl dt span {
                  font-size: 16px; } }
            .main_in .sec03 .sec03_in .dl_area dl dt.bnone {
              width: 100%; }
              .main_in .sec03 .sec03_in .dl_area dl dt.bnone::after {
                display: none; }
          .main_in .sec03 .sec03_in .dl_area dl dd {
            width: 68%;
            font-size: 18px; }
            @media screen and (max-width: 768px) {
              .main_in .sec03 .sec03_in .dl_area dl dd {
                width: 50%;
                font-size: 16px; } }
        .main_in .sec03 .sec03_in .dl_area:nth-last-child(1) {
          margin-bottom: 0px; }
  .main_in .step_com {
    width: 84.06%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .main_in .step_com.fadein {
      opacity: 0;
      -webkit-transition: all 1s;
      transition: all 1s;
      -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
      transform: translateY(100px); }
      .main_in .step_com.fadein.fade_on {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); }
    @media screen and (max-width: 768px) {
      .main_in .step_com {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .main_in .step_com .step_com_flex_out {
      width: 94.22%; }
      @media screen and (max-width: 768px) {
        .main_in .step_com .step_com_flex_out {
          width: 82.27%; } }
      .main_in .step_com .step_com_flex_out .step_com_flex {
        width: 100%;
        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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .main_in .step_com .step_com_flex_out .step_com_flex {
            margin-bottom: 20px; } }
        .main_in .step_com .step_com_flex_out .step_com_flex .img_area {
          width: 29.71%; }
          @media screen and (max-width: 768px) {
            .main_in .step_com .step_com_flex_out .step_com_flex .img_area {
              width: 100%;
              margin-bottom: 20px; } }
          .main_in .step_com .step_com_flex_out .step_com_flex .img_area img {
            margin-bottom: 2px; }
        .main_in .step_com .step_com_flex_out .step_com_flex .txt_area {
          width: 66.82%; }
          @media screen and (max-width: 768px) {
            .main_in .step_com .step_com_flex_out .step_com_flex .txt_area {
              width: 100%; } }
          .main_in .step_com .step_com_flex_out .step_com_flex .txt_area .tit04 {
            font-size: 24px;
            color: #850F08;
            margin-bottom: 15px; }
            @media screen and (max-width: 768px) {
              .main_in .step_com .step_com_flex_out .step_com_flex .txt_area .tit04 {
                display: flex;
                font-size: 18px;
                margin-bottom: 10px; } }
            .main_in .step_com .step_com_flex_out .step_com_flex .txt_area .tit04 span {
              width: 36px;
              height: 36px;
              text-align: center;
              display: inline-block;
              color: #fff;
              line-height: 36px;
              border-radius: 18px;
              font-size: 30px;
              font-family: "TimesNRMTPro", Times;
              background-color: #850F08;
              margin-right: 10px; }
              @media screen and (max-width: 768px) {
                .main_in .step_com .step_com_flex_out .step_com_flex .txt_area .tit04 span {
                  flex: none;
                  width: 28px;
                  height: 28px;
                  line-height: 28px;
                  border-radius: 19px;
                  font-size: 18px;
                  margin-right: 5px; } }
          .main_in .step_com .step_com_flex_out .step_com_flex .txt_area .txt01 {
            font-size: 18px; }
            @media screen and (max-width: 768px) {
              .main_in .step_com .step_com_flex_out .step_com_flex .txt_area .txt01 {
                font-size: 16px; } }
            .main_in .step_com .step_com_flex_out .step_com_flex .txt_area .txt01 strong {
              color: #850F08; }
      .main_in .step_com .step_com_flex_out .point_tit {
        width: 95%;
        border-bottom: 1px solid #850F08;
        padding-bottom: 10px;
        margin-top: 10px; }
        .main_in .step_com .step_com_flex_out .point_tit .tit05 {
          position: relative; }
          .main_in .step_com .step_com_flex_out .point_tit .tit05::after {
            content: "";
            position: absolute;
            left: 0px;
            top: 50%;
            width: 100%;
            height: 1px;
            display: block;
            background-color: #850F08;
            z-index: -1; }
          .main_in .step_com .step_com_flex_out .point_tit .tit05 span {
            font-family: "TimesNRMTPro", Times;
            font-size: 24px;
            color: #850F08;
            padding-right: 20px;
            background-color: #fff;
            line-height: 1; }
            @media screen and (max-width: 768px) {
              .main_in .step_com .step_com_flex_out .point_tit .tit05 span {
                font-size: 20px;
                padding-right: 10px; } }
        .main_in .step_com .step_com_flex_out .point_tit .txt02 {
          font-size: 18px; }
          @media screen and (max-width: 768px) {
            .main_in .step_com .step_com_flex_out .point_tit .txt02 {
              font-size: 15px; } }
      .main_in .step_com .step_com_flex_out .cur_under {
        width: 100%;
        padding: 40px 0px 40px 10.5%; }
        @media screen and (max-width: 768px) {
          .main_in .step_com .step_com_flex_out .cur_under {
            width: 100%;
            padding: 40px 0px; } }
        .main_in .step_com .step_com_flex_out .cur_under img {
          width: 42px; }
          @media screen and (max-width: 768px) {
            .main_in .step_com .step_com_flex_out .cur_under img {
              width: 35px;
              margin: 0px auto;
              display: block; } }
    .main_in .step_com .fixed_txt {
      width: 5.77%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .main_in .step_com .fixed_txt {
          width: 12.65%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
      .main_in .step_com .fixed_txt .txt_fix {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        text-align: left;
        font-size: 24px;
        color: #850F08;
        border-top: 1px solid #850F08;
        border-bottom: 1px solid #850F08;
        padding: 25px 0px;
        line-height: 1.2; }
        @media screen and (max-width: 768px) {
          .main_in .step_com .fixed_txt .txt_fix {
            font-size: 18px; } }
        .main_in .step_com .fixed_txt .txt_fix.type02 {
          padding: 0px;
          border: none;
          font-size: 20px; }
          @media screen and (max-width: 768px) {
            .main_in .step_com .fixed_txt .txt_fix.type02 {
              font-size: 18px; } }
      .main_in .step_com .fixed_txt .cur_top {
        width: 100%;
        height: 100%; }
        .main_in .step_com .fixed_txt .cur_top::before {
          content: "";
          width: 18px;
          height: 16px;
          display: block;
          margin: 0px auto;
          background: url(../../img/common/icon_tri@2x.png) 0px 0px no-repeat;
          background-size: cover; }
        .main_in .step_com .fixed_txt .cur_top::after {
          content: "";
          width: 1px;
          display: block;
          margin: 0px auto;
          height: calc(100% - 16px);
          background-color: #850F08; }
      .main_in .step_com .fixed_txt .cur_u {
        width: 100%;
        height: 100%; }
        .main_in .step_com .fixed_txt .cur_u::after {
          content: "";
          width: 18px;
          height: 16px;
          display: block;
          margin: 0px auto;
          background: url(../../img/common/icon_tri@2x.png) 0px 0px no-repeat;
          background-size: cover;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .main_in .step_com .fixed_txt .cur_u::before {
          content: "";
          width: 1px;
          display: block;
          margin: 0px auto;
          height: calc(100% - 16px);
          background-color: #850F08; }
      .main_in .step_com .fixed_txt .tit_fix {
        width: 76px;
        height: 76px;
        border-radius: 38px;
        border: 1px solid #850F08;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #850F08;
        font-size: 24px;
        line-height: 1.2; }
        @media screen and (max-width: 768px) {
          .main_in .step_com .fixed_txt .tit_fix {
            width: 60px;
            height: 60px;
            border-radius: 30px;
            font-size: 18px; } }
        .main_in .step_com .fixed_txt .tit_fix span {
          display: block;
          font-size: 18px;
          width: 100%;
          text-align: center;
          line-height: 1; }
          @media screen and (max-width: 768px) {
            .main_in .step_com .fixed_txt .tit_fix span {
              font-size: 16px; } }
    .main_in .step_com.step01 .fixed_txt .txt_fix {
      position: absolute;
      bottom: 0px; }
      .main_in .step_com.step01 .fixed_txt .txt_fix span {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
    .main_in .step_com.step02 .fixed_txt .cur_top {
      height: 70%; }
      @media screen and (max-width: 768px) {
        .main_in .step_com.step02 .fixed_txt .cur_top {
          height: 80%; } }
    .main_in .step_com.step02 .fixed_txt .tit_fix {
      position: absolute;
      bottom: 0px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; }
      @media screen and (max-width: 768px) {
        .main_in .step_com.step02 .fixed_txt .tit_fix {
          text-align: center; } }
    .main_in .step_com.step03 .fixed_txt {
      padding-top: 10px;
      border-bottom: 1px solid #850F08; }
      .main_in .step_com.step03 .fixed_txt .txt_fix span {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
    .main_in .step_com.step03 .cur_u {
      position: absolute;
      bottom: 0px;
      height: 60%; }
      @media screen and (max-width: 1280px) {
        .main_in .step_com.step03 .cur_u {
          height: 50%; } }
      @media screen and (max-width: 768px) {
        .main_in .step_com.step03 .cur_u {
          height: 70%; } }
    .main_in .step_com.step04 .fixed_txt {
      border-bottom: 1px solid #850F08; }
      .main_in .step_com.step04 .fixed_txt .txt_fix span {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
    .main_in .step_com.step04 .cur_top {
      height: 20%;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .main_in .step_com.step04 .cur_top {
          height: 40%;
          margin-bottom: 20px; } }
    .main_in .step_com.step04 .cur_u {
      position: absolute;
      bottom: 0px;
      height: 20%; }
      @media screen and (max-width: 768px) {
        .main_in .step_com.step04 .cur_u {
          height: 30%; } }

.sec05 {
  margin-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(133, 15, 8, 0.07); }
  .sec05.fadein {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    .sec05.fadein.fade_on {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  @media screen and (max-width: 768px) {
    .sec05 {
      margin-bottom: 100px; } }
  .sec05 .space {
    width: 24.16%; }
    @media screen and (max-width: 768px) {
      .sec05 .space {
        display: none; } }
  .sec05 .txt_area {
    width: 41.8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 80px; }
    @media screen and (max-width: 768px) {
      .sec05 .txt_area {
        width: 100%;
        padding: 50px 30px;
        text-align: center; } }
    .sec05 .txt_area .tit01 {
      font-size: 36px;
      color: #850F08;
      line-height: 1.2;
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        .sec05 .txt_area .tit01 {
          font-size: 22px;
          margin-bottom: 15px;
          line-height: 1.6; } }
      .sec05 .txt_area .tit01 span {
        display: block;
        font-family: "TimesNRMTPro", Times;
        font-size: 18px;
        color: #000; }
        @media screen and (max-width: 768px) {
          .sec05 .txt_area .tit01 span {
            font-size: 14px; } }
    .sec05 .txt_area .txt01 {
      font-size: 17px;
      line-height: 2.5;
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        .sec05 .txt_area .txt01 {
          line-height: 2;
          font-size: 16px; } }
      .sec05 .txt_area .txt01 .vt {
        vertical-align: top;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          .sec05 .txt_area .txt01 .vt {
            font-size: 11px; } }
      .sec05 .txt_area .txt01 span {
        font-size: 14px; }
    .sec05 .txt_area .btn_com {
      width: 80%; }
      @media screen and (max-width: 768px) {
        .sec05 .txt_area .btn_com {
          margin: 0px auto; } }
  .sec05 .img_area {
    width: 34.02%;
    background: url(../../img/product/img17@2x.jpg) center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .sec05 .img_area {
        width: 100%;
        height: 250px; } }

.sec06 {
  width: 84.06%; }
  .sec06.fadein {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    .sec06.fadein.fade_on {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  @media screen and (max-width: 768px) {
    .sec06 {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px 30px; } }
  .sec06 .tit01 {
    position: relative;
    margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      .sec06 .tit01 {
        text-align: center;
        margin-bottom: 30px; } }
    .sec06 .tit01 span {
      padding-right: 20px;
      background-color: #fff;
      font-family: "TimesNRMTPro", Times;
      font-size: 36px;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        .sec06 .tit01 span {
          padding: 0px;
          font-size: 32px; } }
    .sec06 .tit01::after {
      content: "";
      position: absolute;
      left: 0px;
      top: 50%;
      width: 100%;
      height: 1px;
      display: block;
      background-color: #000;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .sec06 .tit01::after {
          display: none; } }
  .sec06 .sec06_flex {
    width: 70.8%;
    margin: 0px auto;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .sec06 .sec06_flex {
        width: 100%;
        display: block;
        margin-bottom: 25px; } }
    .sec06 .sec06_flex .img_area {
      width: 28.61%; }
      @media screen and (max-width: 768px) {
        .sec06 .sec06_flex .img_area {
          width: 180px;
          margin: 0px auto;
          margin-bottom: 20px; } }
    .sec06 .sec06_flex .txt_area {
      width: 67.07%; }
      @media screen and (max-width: 768px) {
        .sec06 .sec06_flex .txt_area {
          width: 100%; } }
      .sec06 .sec06_flex .txt_area .tit02 {
        font-size: 31px;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .sec06 .sec06_flex .txt_area .tit02 {
            width: 100%;
            text-align: center;
            font-size: 20px;
            margin-bottom: 15px; } }
        .sec06 .sec06_flex .txt_area .tit02 span {
          font-size: 18px;
          display: block; }
          @media screen and (max-width: 768px) {
            .sec06 .sec06_flex .txt_area .tit02 span {
              font-size: 16px; } }
      .sec06 .sec06_flex .txt_area .txt01 {
        font-size: 17px;
        line-height: 1.8; }
        @media screen and (max-width: 768px) {
          .sec06 .sec06_flex .txt_area .txt01 {
            font-size: 15px; } }
  .sec06 .check_area {
    width: 70.8%;
    margin: 0px auto;
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      .sec06 .check_area {
        width: 100%;
        margin-bottom: 50px; } }
    .sec06 .check_area li {
      font-size: 21px;
      margin-bottom: 25px;
      background: url(../../img/common/icon_check@2x.png) 0px 10px no-repeat;
      background-size: 17px 16px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 25px; }
      @media screen and (max-width: 768px) {
        .sec06 .check_area li {
          font-size: 18px; } }
      .sec06 .check_area li span {
        display: block;
        font-size: 17px; }
        @media screen and (max-width: 768px) {
          .sec06 .check_area li span {
            font-size: 14px;
            margin-top: 10px; } }
  .sec06 .btn_area {
    width: 100%;
    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; }
    @media screen and (max-width: 768px) {
      .sec06 .btn_area {
        display: block; } }
    .sec06 .btn_area li {
      width: 44%; }
      @media screen and (max-width: 768px) {
        .sec06 .btn_area li {
          width: 80%;
          display: block;
          margin: 0px auto;
          margin-bottom: 40px; } }
      .sec06 .btn_area li a {
        width: 100%; }

.tit_sec04_1 {
  width: 60%;
  font-size: 24px;
  color: #fff;
  border-radius: 100px;
  margin-left: 20%;
  text-align: center;
  line-height: 1;
  padding: 10px 0px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .tit_sec04_1 {
      width: 80%;
      margin: 0px auto;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 1.6; } }

.sec04_new {
  margin-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(133, 15, 8, 0.07); }
  .sec04_new.fadein {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    .sec04_new.fadein.fade_on {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  @media screen and (max-width: 768px) {
    .sec04_new {
      margin-bottom: 100px; } }
  .sec04_new .space {
    width: 24.16%; }
    @media screen and (max-width: 768px) {
      .sec04_new .space {
        display: none; } }
  .sec04_new .main_area {
    width: 75.83%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 70px 0px; }
    .sec04_new .main_area::before {
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 40px 50px 40px;
      border-color: transparent transparent #F7EFEE transparent;
      position: absolute;
      left: 60px;
      top: -50px; }
    @media screen and (max-width: 768px) {
      .sec04_new .main_area {
        width: 100%;
        padding: 50px 30px 20px; }
        .sec04_new .main_area::before {
          border-width: 0 20px 25px 20px;
          left: calc(50% - 20px);
          top: -25px; } }
    .sec04_new .main_area .tit_sec04_1 {
      background-color: #850F08; }
    .sec04_new .main_area .main_area_in {
      width: 84.06%;
      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; }
      @media screen and (max-width: 768px) {
        .sec04_new .main_area .main_area_in {
          width: 100%;
          display: block; } }
      .sec04_new .main_area .main_area_in section {
        width: 46.84%; }
        @media screen and (max-width: 768px) {
          .sec04_new .main_area .main_area_in section {
            width: 100%;
            margin-bottom: 50px; } }
        .sec04_new .main_area .main_area_in section .tit02 {
          color: #850F08;
          font-family: "TimesNRMTPro", Times;
          text-align: center;
          margin-bottom: 10px; }
          @media screen and (max-width: 768px) {
            .sec04_new .main_area .main_area_in section .tit02 {
              font-size: 20px; } }
        .sec04_new .main_area .main_area_in section .img {
          margin-bottom: 15px; }
          .sec04_new .main_area .main_area_in section .img img {
            width: 100%; }
        .sec04_new .main_area .main_area_in section .tit03 {
          text-align: center;
          font-size: 22px;
          margin-bottom: 30px; }
          @media screen and (max-width: 768px) {
            .sec04_new .main_area .main_area_in section .tit03 {
              font-size: 18px; } }
        .sec04_new .main_area .main_area_in section .tit04 {
          font-size: 18px;
          color: #850F08;
          border-bottom: 1px solid #850F08;
          line-height: 1;
          padding-bottom: 10px;
          margin-bottom: 20px;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .sec04_new .main_area .main_area_in section .tit04 {
              font-size: 16px;
              text-align: center; } }
        .sec04_new .main_area .main_area_in section .dl_area {
          width: 100%; }
          .sec04_new .main_area .main_area_in section .dl_area dl {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .sec04_new .main_area .main_area_in section .dl_area dl dt, .sec04_new .main_area .main_area_in section .dl_area dl dd {
              width: 49%;
              font-size: 18px; }
              @media screen and (max-width: 768px) {
                .sec04_new .main_area .main_area_in section .dl_area dl dt, .sec04_new .main_area .main_area_in section .dl_area dl dd {
                  font-size: 16px; } }
            .sec04_new .main_area .main_area_in section .dl_area dl dt {
              position: relative;
              margin-right: 2%; }
              .sec04_new .main_area .main_area_in section .dl_area dl dt::after {
                content: "";
                position: absolute;
                left: 0px;
                top: 13px;
                width: 100%;
                height: 1px;
                display: block;
                background-color: #000;
                z-index: 1; }
                @media screen and (max-width: 768px) {
                  .sec04_new .main_area .main_area_in section .dl_area dl dt::after {
                    top: 12px; } }
              .sec04_new .main_area .main_area_in section .dl_area dl dt span {
                background-color: #f6efee;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding-right: 15px;
                font-size: 18px;
                position: relative;
                z-index: 2; }
                @media screen and (max-width: 768px) {
                  .sec04_new .main_area .main_area_in section .dl_area dl dt span {
                    font-size: 16px; } }
              .sec04_new .main_area .main_area_in section .dl_area dl dt.bnone {
                width: 100%; }
                .sec04_new .main_area .main_area_in section .dl_area dl dt.bnone::after {
                  display: none; }
          .sec04_new .main_area .main_area_in section .dl_area.dl_area_A {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding-left: 45px;
            position: relative; }
            .sec04_new .main_area .main_area_in section .dl_area.dl_area_A::before {
              content: "";
              display: block;
              position: absolute;
              left: 25px;
              top: 12px;
              width: 1px;
              height: calc(100% - 24px);
              background-color: #000; }
            .sec04_new .main_area .main_area_in section .dl_area.dl_area_A::after {
              content: "A";
              display: block;
              position: absolute;
              left: 0px;
              top: calc(50% - 12px);
              font-size: 18px; }
            .sec04_new .main_area .main_area_in section .dl_area.dl_area_A dl {
              position: relative; }
              .sec04_new .main_area .main_area_in section .dl_area.dl_area_A dl:nth-child(1)::before, .sec04_new .main_area .main_area_in section .dl_area.dl_area_A dl:nth-last-child(1)::before {
                content: "";
                display: block;
                position: absolute;
                width: 12px;
                height: 1px;
                background-color: #000; }
              .sec04_new .main_area .main_area_in section .dl_area.dl_area_A dl:nth-child(1)::before {
                left: -20px;
                top: 12px; }
              .sec04_new .main_area .main_area_in section .dl_area.dl_area_A dl:nth-last-child(1)::before {
                left: -20px;
                bottom: 12px; }
              @media screen and (max-width: 768px) {
                .sec04_new .main_area .main_area_in section .dl_area.dl_area_A dl dt {
                  width: 36%; } }
              @media screen and (max-width: 768px) {
                .sec04_new .main_area .main_area_in section .dl_area.dl_area_A dl dd {
                  width: 62%; } }
          .sec04_new .main_area .main_area_in section .dl_area.dl_area_pad {
            padding-left: 45px; }
            @media screen and (max-width: 768px) {
              .sec04_new .main_area .main_area_in section .dl_area.dl_area_pad dt {
                width: 36%; } }
            @media screen and (max-width: 768px) {
              .sec04_new .main_area .main_area_in section .dl_area.dl_area_pad dd {
                width: 62%; } }
        .sec04_new .main_area .main_area_in section .txt01 {
          margin-top: 10px;
          font-size: 16px;
          padding-left: 1.6em;
          text-indent: -1.6em;
          margin: 0; }
          .sec04_new .main_area .main_area_in section .txt01:nth-of-type(1) {
            margin: 10px 0 0;}
          .sec04_new .main_area .main_area_in section .txt01 span {
            color: #850F08; }

.sec04_new02 {
  margin-bottom: 200px; }
  .sec04_new02.fadein {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    .sec04_new02.fadein.fade_on {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  @media screen and (max-width: 768px) {
    .sec04_new02 {
      margin-bottom: 100px; } }
  .sec04_new02 .tit_sec04_1 {
    background-color: #EA2754; }
  .sec04_new02 section {
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      .sec04_new02 section {
        margin-bottom: 50px; } }
    .sec04_new02 section .tit02 {
      text-align: center;
      margin-bottom: 30px;
      font-size: 22px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .sec04_new02 section .tit02 {
          font-size: 18px; } }
      .sec04_new02 section .tit02 span {
        color: #EA2754;
        display: block;
        text-align: center;
        font-family: "TimesNRMTPro", Times; }
        @media screen and (max-width: 768px) {
          .sec04_new02 section .tit02 span {
            font-size: 20px; } }
    .sec04_new02 section .sec04_in {
      width: 84.06%;
      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;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .sec04_new02 section .sec04_in {
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0px 30px; } }
      .sec04_new02 section .sec04_in .img_area {
        width: 46.84%; }
        @media screen and (max-width: 768px) {
          .sec04_new02 section .sec04_in .img_area {
            width: 100%;
            margin-bottom: 30px; } }
      .sec04_new02 section .sec04_in .txt_area {
        width: 50.1%; }
        @media screen and (max-width: 768px) {
          .sec04_new02 section .sec04_in .txt_area {
            width: 100%; } }
        .sec04_new02 section .sec04_in .txt_area .tit03 {
          font-size: 18px;
          color: #EA2754;
          border-bottom: 1px solid #EA2754;
          line-height: 1;
          padding-bottom: 10px;
          margin-bottom: 20px; }
          @media screen and (max-width: 768px) {
            .sec04_new02 section .sec04_in .txt_area .tit03 {
              font-size: 16px; } }
        .sec04_new02 section .sec04_in .txt_area .dl_area {
          width: 100%; }
          .sec04_new02 section .sec04_in .txt_area .dl_area dl {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .sec04_new02 section .sec04_in .txt_area .dl_area dl dt, .sec04_new02 section .sec04_in .txt_area .dl_area dl dd {
              width: 49%;
              font-size: 16px; }
            .sec04_new02 section .sec04_in .txt_area .dl_area dl dt {
              position: relative;
              margin-right: 2%; }
              .sec04_new02 section .sec04_in .txt_area .dl_area dl dt::after {
                content: "";
                position: absolute;
                left: 0px;
                top: 13px;
                width: 100%;
                height: 1px;
                display: block;
                background-color: #000;
                z-index: 1; }
                @media screen and (max-width: 768px) {
                  .sec04_new02 section .sec04_in .txt_area .dl_area dl dt::after {
                    top: 12px; } }
              .sec04_new02 section .sec04_in .txt_area .dl_area dl dt span {
                background-color: #fff;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding-right: 15px;
                font-size: 16px;
                position: relative;
                z-index: 2; }
                @media screen and (max-width: 768px) {
                  .sec04_new02 section .sec04_in .txt_area .dl_area dl dt span {
                    font-size: 16px; } }
              .sec04_new02 section .sec04_in .txt_area .dl_area dl dt.bnone {
                width: 100%; }
                .sec04_new02 section .sec04_in .txt_area .dl_area dl dt.bnone::after {
                  display: none; }
    .sec04_new02 section .txt01 {
      font-size: 16px;
      padding-left: 1.6em;
      text-indent: -1.6em;
      margin: 0;}
      @media screen and (max-width: 768px) {
        .sec04_new02 section .txt01 {
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 3.45em;
          padding-right: 30px;}
        .sec04_new02 section .txt01.mar-t20 {
          margin-top: 20px;} }
      .sec04_new02 section .txt01 span {
        color: #EA2754; }
