@charset "UTF-8";
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

.note li span, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

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

html {
  line-height: 1;
  height: 100%;
  min-height: 100%;
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,MyYuGothicM,YuGothic,"メイリオ",Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  background-repeat: repeat;
  background-position: 5px; }
  @media screen and (max-width: 767px) {
    html {
      font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif; } }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before {
  content: "";
  content: none; }

q:after, q:before {
  content: "";
  content: none; }

a img {
  border: none; }

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.content_fit, body {
  position: relative; }

.wrapper {
  overflow: hidden; }
  @media print, screen and (min-width: 768px) {
    .wrapper {
      min-width: 1200px; } }

.content_fit, .header {
  position: relative;
  width: 100%; }

.header {
  height: 140px;
  margin: 0;
  background: url(../images/pc/head_banner.png) repeat;
  z-index: 10;
  text-align: center;
  position: fixed;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0; }
  @media screen and (max-width: 767px) {
    .header {
      height: 21.3333333333vw;
      background: url(../images/sp/head_banner.png) repeat;
      background-size: cover; } }
  .header .inner {
    width: 1000px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 20px auto; }
    @media screen and (max-width: 767px) {
      .header .inner {
        width: 100%;
        margin: auto;
        display: block; } }
    .header .inner p {
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .header .inner p {
          display: none; } }
    @media screen and (max-width: 767px) {
      .header .inner a {
        position: absolute;
        right: 2.433333vw;
        top: 2.633333vw;
        display: block;
        width: 36vw;
        height: 13.3333333333vw;
        background: transparent; } }
    .header .inner a:hover {
      opacity: 0.7; }
      @media screen and (max-width: 767px) {
        .header .inner a:hover {
          opacity: 1; } }
    @media screen and (max-width: 767px) {
      .header .inner a img {
        display: none; } }
  .header.fixed {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.footer {
  padding: 40px;
  font-size: 11px;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #2d2d2d;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 8vw 4vw;
      height: auto; } }
  .footer a :hover {
    opacity: 0.7; }
    @media screen and (max-width: 767px) {
      .footer a :hover {
        opacity: 1; } }
  .footer .inner {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media screen and (max-width: 767px) {
      .footer .inner {
        width: 100%;
        display: block; } }
    .footer .inner ul {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      @media screen and (max-width: 767px) {
        .footer .inner ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-bottom: 5.3333333333vw; } }
      .footer .inner ul li {
        margin-right: 50px;
        vertical-align: middle;
        -ms-flex-item-align: center;
            align-self: center; }
        @media screen and (max-width: 767px) {
          .footer .inner ul li:nth-child(1) a {
            width: 4.9333333333vw; } }
        @media screen and (max-width: 767px) {
          .footer .inner ul li:nth-child(2) a {
            width: 2.9333333333vw; } }
        @media screen and (max-width: 767px) {
          .footer .inner ul li:nth-child(3) a {
            width: 9.0666666667vw; } }
        @media screen and (max-width: 767px) {
          .footer .inner ul li:nth-child(4) a {
            width: 5.2vw; } }
        .footer .inner ul li a {
          display: block; }
        @media screen and (max-width: 767px) {
          .footer .inner ul li {
            margin: 0 15px; } }
    .footer .inner .copyright {
      text-align: right;
      -ms-flex-item-align: center;
          align-self: center;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%; }
      @media screen and (max-width: 767px) {
        .footer .inner .copyright {
          text-align: center;
          width: 51.2vw;
          margin: auto; } }

section {
  width: 100%; }
  section .inner {
    padding: 115px 0 100px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    height: 100%; }
    @media screen and (max-width: 767px) {
      section .inner {
        width: 100%;
        padding: 60px 4vw; } }
    section .inner .sec_title {
      color: #2d2d2d;
      margin: 0 auto;
      display: block;
      margin-bottom: 75px; }
      @media screen and (max-width: 767px) {
        section .inner .sec_title {
          font-size: inherit;
          margin-bottom: 9.3333333333vw; } }
      section .inner .sec_title span {
        padding-top: 40px;
        color: #e4007f;
        display: block; }
        @media screen and (max-width: 767px) {
          section .inner .sec_title span {
            padding-top: 5.3333333333vw;
            font-size: inherit; } }
    section .inner a :hover {
      opacity: 0.7; }

#main_visual {
  background: url(../images/pc/main_v_bg.gif) repeat-x;
  height: 1852px; }
  @media screen and (max-width: 767px) {
    #main_visual {
      height: auto;
      background: none; } }
  #main_visual .inner {
    padding: 0;
    text-align: center;
    width: auto;
    min-width: 1000px;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 767px) {
      #main_visual .inner {
        width: 100%;
        min-width: 100%; } }
    #main_visual .inner .logoArea {
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        #main_visual .inner .logoArea {
          width: 22.9333333333vw;
          top: 2.6666666667vw;
          left: 2.6666666667vw; } }
    #main_visual .inner .snsArea {
      position: absolute;
      top: 20px;
      right: 0;
      z-index: 1;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      @media screen and (max-width: 767px) {
        #main_visual .inner .snsArea {
          top: 2.6666666667vw; } }
      #main_visual .inner .snsArea li {
        margin-right: 20px; }
        @media print, screen and (min-width: 768px) {
          #main_visual .inner .snsArea li a {
            width: 40px;
            display: block; }
            #main_visual .inner .snsArea li a img {
              width: 100%; } }
        @media screen and (max-width: 767px) {
          #main_visual .inner .snsArea li {
            margin-right: 4vw; }
            #main_visual .inner .snsArea li a {
              display: block;
              width: 8vw; } }
    #main_visual .inner .main_visualArea {
      background: url(../images/pc/main_visual.png) center bottom;
      max-width: 1500px;
      height: 1310px;
      position: relative;
      margin: 0 auto;
      padding: 922px 0 0 0; }
      @media screen and (max-width: 767px) {
        #main_visual .inner .main_visualArea {
          width: 100%;
          height: 0;
          padding-top: 142vw;
          background: url(../images/sp/main_visual.png) no-repeat center top;
          background-size: 100% auto; } }
      #main_visual .inner .main_visualArea a {
        width: auto;
        margin: 1000px auto 0;
        display: block;
        margin: 0 auto 0;
        display: block; }
        @media screen and (max-width: 767px) {
          #main_visual .inner .main_visualArea a {
            position: absolute;
            width: 61.3333333333vw;
            top: 101vw;
            left: auto;
            right: 4vw; } }
    #main_visual .inner .bannerArea {
      position: relative;
      width: 100%;
      background: url(../images/pc/banner.png) right no-repeat;
      height: 502px;
      z-index: 65;
      max-width: 1440px;
      min-width: 1220px;
      margin: -300px auto -50px; }
      @media screen and (max-width: 767px) {
        #main_visual .inner .bannerArea {
          margin: auto;
          height: auto;
          width: auto;
          background: none;
          margin-top: -23vw;
          max-width: none;
          min-width: inherit; } }
      @media screen and (max-width: 767px) {
        #main_visual .inner .bannerArea img {
          position: static; } }
    #main_visual .inner .messageArea {
      background: #fefefe;
      width: 1000px;
      height: 290px;
      margin: 0 auto 100px;
      padding: 65px 0; }
      @media screen and (max-width: 767px) {
        #main_visual .inner .messageArea {
          background: #f2f2f2;
          width: 100%;
          height: auto;
          margin: auto;
          padding: 13.3333333333vw 4vw 13.3333333333vw;
          margin-top: -14vw; } }
      #main_visual .inner .messageArea p {
        font-size: 26px;
        line-height: 2em; }
        @media screen and (max-width: 767px) {
          #main_visual .inner .messageArea p {
            background-color: #fff;
            font-size: 4vw;
            padding: 4vw; } }
        @media print, screen and (min-width: 768px) {
          #main_visual .inner .messageArea p span {
            font-size: 30px; } }
        #main_visual .inner .messageArea p strong {
          font-weight: bold; }

#sec01 {
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    #sec01 .sec_title {
      width: 50.1333333333vw; } }
  @media screen and (max-width: 767px) {
    #sec01 .sec_title span {
      width: 12.4vw;
      margin: auto; } }
  #sec01 .c01 .c-title {
    font-size: 50px;
    margin: 0 auto;
    display: block; }
    @media screen and (max-width: 767px) {
      #sec01 .c01 .c-title {
        width: 70.1333333333vw;
        margin-bottom: 10.6666666667vw; } }
    #sec01 .c01 .c-title span {
      font-size: 36px;
      display: block;
      padding-bottom: 25px; }
  #sec01 .c01 .box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    padding: 70px 0 80px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #sec01 .c01 .box {
        padding: 0;
        display: block;
        border-bottom: none;
        margin-bottom: 13.3333333333vw; } }
    #sec01 .c01 .box div:first-child {
      width: 480px;
      padding-right: 60px; }
      @media screen and (max-width: 767px) {
        #sec01 .c01 .box div:first-child {
          width: 100%;
          padding: 0; } }
    #sec01 .c01 .box div h3 {
      display: block;
      padding-bottom: 40px;
      line-height: 1.2em;
      position: relative;
      padding-top: 95px; }
      @media screen and (max-width: 767px) {
        #sec01 .c01 .box div h3 {
          font-size: inherit;
          margin-bottom: 6.6666666667vw;
          padding: 0; }
          #sec01 .c01 .box div h3 img {
            vertical-align: top;
            margin-top: 1.3333333333vw; } }
      #sec01 .c01 .box div h3 span {
        position: absolute;
        font-family: Futura, sans-serif;
        font-size: 80px;
        color: #cccccc;
        display: block; }
        @media screen and (max-width: 767px) {
          #sec01 .c01 .box div h3 span {
            position: static;
            display: inline-block;
            vertical-align: top; } }
    #sec01 .c01 .box div p {
      font-size: 22px;
      line-height: 1.8em; }
      @media screen and (max-width: 767px) {
        #sec01 .c01 .box div p {
          font-size: 3.7333333333vw;
          margin-bottom: 6.6666666667vw; } }
    @media screen and (max-width: 767px) {
      #sec01 .c01 .box div ul {
        margin-bottom: 6.6666666667vw; } }
    #sec01 .c01 .box div ul li {
      font-size: 22px;
      line-height: 1.63636364;
      text-indent: -1.1em;
      margin-left: 1.3em;
      margin-bottom: 13px; }
      #sec01 .c01 .box div ul li:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #sec01 .c01 .box div ul li {
          font-size: 3.7333333333vw;
          margin-bottom: 1.3333333333vw;
          -webkit-font-feature-settings: "palt";
                  font-feature-settings: "palt"; } }
    @media screen and (max-width: 767px) {
      #sec01 .c01 .box.flow01 h3 img {
        width: 20vw; } }
    #sec01 .c01 .box.flow01 h3 span {
      background: url(../images/pc/01.png) no-repeat;
      width: 70px;
      height: 57px;
      top: 0; }
      @media screen and (max-width: 767px) {
        #sec01 .c01 .box.flow01 h3 span {
          background: url(../images/sp/01.png) no-repeat left top;
          background-size: contain;
          width: 18.6666666667vw;
          height: 9.6vw; } }
    @media print, screen and (min-width: 768px) {
      #sec01 .c01 .box.flow02 {
        padding: 70px 0 57px; } }
    @media screen and (max-width: 767px) {
      #sec01 .c01 .box.flow02 h3 img {
        width: 63.0666666667vw;
        margin-top: 0; } }
    #sec01 .c01 .box.flow02 h3 span {
      background: url(../images/pc/02.png) no-repeat;
      width: 81px;
      height: 57px;
      top: 0; }
      @media screen and (max-width: 767px) {
        #sec01 .c01 .box.flow02 h3 span {
          background: url(../images/sp/02.png) no-repeat left top;
          background-size: contain;
          width: 18.6666666667vw;
          height: 9.6vw; } }
    @media print, screen and (min-width: 768px) {
      #sec01 .c01 .box.flow03 {
        padding-bottom: 75px; } }
    @media print, screen and (min-width: 768px) {
      #sec01 .c01 .box.flow03 h3 {
        padding-top: 115px;
        padding-bottom: 45px; } }
    @media screen and (max-width: 767px) {
      #sec01 .c01 .box.flow03 h3 img {
        width: 62.8vw;
        margin-top: 0; } }
    #sec01 .c01 .box.flow03 h3 span {
      background: url(../images/pc/03.png) no-repeat;
      width: 80px;
      height: 57px;
      top: 0; }
      @media screen and (max-width: 767px) {
        #sec01 .c01 .box.flow03 h3 span {
          background: url(../images/sp/03.png) no-repeat left top;
          background-size: contain;
          width: 18.6666666667vw;
          height: 9.6vw; } }
    @media screen and (max-width: 767px) {
      #sec01 .c01 .box.flow03 p {
        margin-bottom: 2.6666666667vw; } }
    @media screen and (max-width: 767px) {
      #sec01 .c01 .box.flow03 p span {
        margin-left: 3em; } }
    #sec01 .c01 .box.flow03 ul {
      margin-bottom: 15px; }
      #sec01 .c01 .box.flow03 ul li {
        line-height: 1.85;
        margin-bottom: 0;
        text-indent: -0.6em;
        margin-left: 1.1em;
        vertical-align: middle;
        position: relative; }
        #sec01 .c01 .box.flow03 ul li:before {
          content: "・";
          font-size: 16px;
          position: absolute;
          top: 6px; }
    #sec01 .c01 .box.flow03 .caution {
      font-size: 16px;
      color: #7d7d7d;
      text-indent: -1em;
      margin-left: 0.9em;
      line-height: 1.625; }
      @media print, screen and (min-width: 768px) {
        #sec01 .c01 .box.flow03 .caution {
          margin-top: 1em; } }
      @media screen and (max-width: 767px) {
        #sec01 .c01 .box.flow03 .caution {
          font-size: 2.9333333333vw;
          margin-bottom: 8vw; } }
    #sec01 .c01 .box.flow04 {
      width: 100% !important;
      padding-right: 0 !important;
      text-align: center;
      display: inline-block;
      position: relative;
      padding: 80px 0 120px; }
      @media screen and (max-width: 767px) {
        #sec01 .c01 .box.flow04 {
          padding: 0 0 8vw;
          margin-bottom: 8vw; } }
      #sec01 .c01 .box.flow04:after {
        position: absolute;
        content: url(../images/pc/border_object.png);
        bottom: -40px;
        left: 43%;
        position: absolute; }
        @media screen and (max-width: 767px) {
          #sec01 .c01 .box.flow04:after {
            content: "";
            background: url(../images/sp/border_object.png) no-repeat center bottom;
            background-size: cover;
            left: -4vw;
            bottom: 0;
            width: 100vw;
            height: 9.4666666667vw; } }
      #sec01 .c01 .box.flow04 h3 {
        width: 100%;
        padding-top: 0;
        position: relative;
        margin-bottom: 75px; }
        @media screen and (max-width: 767px) {
          #sec01 .c01 .box.flow04 h3 {
            margin-bottom: 6.6666666667vw;
            text-align: left; } }
        @media screen and (max-width: 767px) {
          #sec01 .c01 .box.flow04 h3 img {
            width: 67.3333333333vw;
            margin-top: 0; } }
        #sec01 .c01 .box.flow04 h3 span {
          background: url(../images/pc/04.png) no-repeat;
          width: 84px;
          height: 59px;
          top: -10px;
          left: 0;
          position: absolute; }
          @media screen and (max-width: 767px) {
            #sec01 .c01 .box.flow04 h3 span {
              background: url(../images/sp/04.png) no-repeat left top;
              background-size: contain;
              width: 18.6666666667vw !important;
              height: 9.6vw;
              vertical-align: top;
              display: inline-block;
              position: static;
              top: 0; } }
      #sec01 .c01 .box.flow04 p {
        font-size: 26px;
        letter-spacing: -0.075em; }
        @media screen and (max-width: 767px) {
          #sec01 .c01 .box.flow04 p {
            font-size: 4.2666666667vw;
            line-height: 1.5; } }
        #sec01 .c01 .box.flow04 p span {
          color: #e4007f; }
      #sec01 .c01 .box.flow04 .snsArea {
        margin-top: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        @media screen and (max-width: 767px) {
          #sec01 .c01 .box.flow04 .snsArea {
            margin-top: 5.3333333333vw;
            margin-bottom: 10.6666666667vw; } }
        #sec01 .c01 .box.flow04 .snsArea li {
          margin-right: 23px; }
          @media screen and (max-width: 767px) {
            #sec01 .c01 .box.flow04 .snsArea li a {
              width: 10.6666666667vw;
              display: block; } }
          #sec01 .c01 .box.flow04 .snsArea li:last-child {
            margin: 0; }
  #sec01 .c01 .btnArea {
    padding: 90px 0 60px; }
    @media screen and (max-width: 767px) {
      #sec01 .c01 .btnArea {
        padding: 0px 0 0; } }
    #sec01 .c01 .btnArea p {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        #sec01 .c01 .btnArea p {
          width: 70.6666666667vw;
          margin: 0 auto 5.3333333333vw; } }
      #sec01 .c01 .btnArea p:nth-child(2) {
        margin: 20px; }
        @media screen and (max-width: 767px) {
          #sec01 .c01 .btnArea p:nth-child(2) {
            width: 20.4vw;
            margin: 0 auto 5.3333333333vw; } }
      #sec01 .c01 .btnArea p:last-child {
        margin: 0; }
        @media screen and (max-width: 767px) {
          #sec01 .c01 .btnArea p:last-child {
            width: 60vw;
            margin: 0 auto; } }

#sec02 {
  background: #f2f2f2; }
  @media print, screen and (min-width: 768px) {
    #sec02 .inner {
      padding: 100px 0 100px; } }
  @media print, screen and (min-width: 768px) {
    #sec02 .inner .sec_title {
      margin-bottom: 100px; } }
  @media print, screen and (min-width: 768px) {
    #sec02 .inner .sec_title span {
      padding-top: 40px; } }
  @media screen and (max-width: 767px) {
    #sec02 .inner .sec_title {
      width: 28vw;
      margin-bottom: 16vw; } }
  @media screen and (max-width: 767px) {
    #sec02 .inner .sec_title span {
      width: 14.6666666667vw;
      margin: auto; } }
  #sec02 .inner .box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 60px;
    position: relative; }
    #sec02 .inner .box:before {
      content: url(../images/pc/recomend.png);
      position: absolute;
      top: -250px;
      right: -5px; }
      @media screen and (max-width: 767px) {
        #sec02 .inner .box:before {
          display: none; } }
    @media screen and (max-width: 767px) {
      #sec02 .inner .box {
        display: block;
        margin-bottom: 8vw; } }
    #sec02 .inner .box div.box_inner {
      padding: 40px 40px 60px;
      background: #FFF;
      margin-right: 38px;
      width: 480px; }
      @media screen and (max-width: 767px) {
        #sec02 .inner .box div.box_inner {
          width: 100%;
          margin: auto;
          padding: 2.6666666667vw 5.3333333333vw 10.6666666667vw; } }
      #sec02 .inner .box div.box_inner:last-child {
        margin: 0; }
      #sec02 .inner .box div.box_inner h3 {
        border-bottom: solid 1px #cccccc; }
        @media screen and (max-width: 767px) {
          #sec02 .inner .box div.box_inner h3 {
            width: 39.2vw;
            margin: auto; } }
      #sec02 .inner .box div.box_inner ul {
        padding: 30px 0 0; }
        @media screen and (max-width: 767px) {
          #sec02 .inner .box div.box_inner ul {
            padding: 6.6666666667vw 0 0; } }
        #sec02 .inner .box div.box_inner ul:last-child {
          padding-top: 10px;
          padding-bottom: 40px; }
          @media screen and (max-width: 767px) {
            #sec02 .inner .box div.box_inner ul:last-child {
              padding: 0;
              margin-bottom: 8vw; } }
        #sec02 .inner .box div.box_inner ul li {
          text-align: left;
          font-size: 18px;
          text-indent: 0em;
          margin-left: 0.9em;
          position: relative;
          line-height: 1.77;
          padding-bottom: 25px; }
          @media screen and (max-width: 767px) {
            #sec02 .inner .box div.box_inner ul li {
              font-size: 3.7333333333vw;
              padding-bottom: 0;
              margin-bottom: 1em; } }
          #sec02 .inner .box div.box_inner ul li:before {
            position: absolute;
            content: "・";
            color: #e4007f;
            font-size: 50px;
            left: -35px;
            top: -29px; }
            @media screen and (max-width: 767px) {
              #sec02 .inner .box div.box_inner ul li:before {
                font-size: 6.6666666667vw;
                left: -6vw;
                top: -2.8vw; } }
          #sec02 .inner .box div.box_inner ul li.research {
            color: #7d7d7d;
            font-size: 12px;
            margin-left: 1.5em; }
            #sec02 .inner .box div.box_inner ul li.research:before {
              position: absolute;
              content: "※";
              color: #7d7d7d;
              font-size: 12px;
              left: -15px;
              top: 0px; }
        #sec02 .inner .box div.box_inner ul.list02 li:before {
          color: #2d2d2d; }
        #sec02 .inner .box div.box_inner ul.caution li {
          text-indent: -1.3em;
          margin-left: 1.5em;
          color: #7d7d7d;
          font-size: 12px !important;
          padding-bottom: 5px; }
          @media screen and (max-width: 767px) {
            #sec02 .inner .box div.box_inner ul.caution li {
              font-size: 2.6666666667vw; } }
          #sec02 .inner .box div.box_inner ul.caution li:before {
            content: none; }
      #sec02 .inner .box div.box_inner.bears {
        position: relative; }
        @media screen and (max-width: 767px) {
          #sec02 .inner .box div.box_inner.bears {
            margin-bottom: 26.6666666667vw; } }
        #sec02 .inner .box div.box_inner.bears:before {
          content: url(../images/pc/logo_bears.png);
          position: absolute;
          top: -30px;
          left: 150px; }
          @media screen and (max-width: 767px) {
            #sec02 .inner .box div.box_inner.bears:before {
              content: "";
              background: url(../images/sp/logo_bears.png) no-repeat center center;
              background-size: cover;
              width: 29.0666666667vw;
              height: 7.7333333333vw;
              left: 50%;
              top: -4vw;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%); } }
        #sec02 .inner .box div.box_inner.bears h3 {
          padding: 30px 0 60px; }
          @media screen and (max-width: 767px) {
            #sec02 .inner .box div.box_inner.bears h3 {
              width: 100%;
              padding: 8vw 21vw 5.3333333333vw; } }
        #sec02 .inner .box div.box_inner.bears .list_wrapper {
          margin: 0 0 73px; }
          @media screen and (max-width: 767px) {
            #sec02 .inner .box div.box_inner.bears .list_wrapper {
              margin-bottom: 0; } }
        @media screen and (max-width: 767px) {
          #sec02 .inner .box div.box_inner.bears a {
            width: 53.3333333333vw;
            margin: auto;
            display: block; } }
      #sec02 .inner .box div.box_inner.dyson {
        position: relative;
        z-index: 2; }
        @media screen and (max-width: 767px) {
          #sec02 .inner .box div.box_inner.dyson {
            padding: 0; } }
        @media screen and (max-width: 767px) {
          #sec02 .inner .box div.box_inner.dyson .wrap {
            background-color: #fff;
            width: 100%;
            margin: auto;
            padding: 2.6666666667vw 5.3333333333vw 10.6666666667vw;
            position: relative;
            z-index: 2; } }
        #sec02 .inner .box div.box_inner.dyson:before {
          content: url(../images/pc/logo_dyson.png);
          position: absolute;
          top: -35px;
          left: 160px;
          z-index: 2; }
          @media screen and (max-width: 767px) {
            #sec02 .inner .box div.box_inner.dyson:before {
              content: "";
              background: url(../images/sp/logo_dyson.png) no-repeat center center;
              background-size: cover;
              width: 26vw;
              height: 10vw;
              left: 50%;
              top: -5.3333333333vw;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              z-index: 4; } }
        @media screen and (max-width: 767px) {
          #sec02 .inner .box div.box_inner.dyson:after {
            content: "";
            background: url(../images/sp/recomend.png) no-repeat left top;
            background-size: cover;
            width: 47.2vw;
            height: 38.8vw;
            position: absolute;
            z-index: 1;
            top: -20.5333333333vw;
            right: -0.8vw; } }
        #sec02 .inner .box div.box_inner.dyson h3 {
          padding: 5px 0 40px; }
          @media screen and (max-width: 767px) {
            #sec02 .inner .box div.box_inner.dyson h3 {
              width: 100%;
              padding: 8vw 0.6vw 5.3333333333vw; } }
      @media screen and (max-width: 767px) {
        #sec02 .inner .box div.box_inner a {
          width: 53.3333333333vw;
          margin: auto;
          display: block; } }
  @media screen and (max-width: 767px) {
    #sec02 .cv-btn {
      width: 61.3333333333vw;
      margin: auto;
      display: block; } }

#sec03 {
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    #sec03 .sec_title {
      width: 46.6666666667vw; } }
  @media screen and (max-width: 767px) {
    #sec03 .sec_title span {
      width: 11.4666666667vw;
      margin: auto; } }
  #sec03 .box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media screen and (max-width: 767px) {
      #sec03 .box {
        display: block; } }
    #sec03 .box .voice {
      padding: 60px;
      text-align: left;
      background-image: url(../images/pc/voice_bg.png);
      margin-right: 10px;
      width: 510px;
      height: 432px; }
      @media screen and (max-width: 767px) {
        #sec03 .box .voice {
          width: 100%;
          height: auto;
          border: 2px solid #f2f2f2;
          background: #fff;
          margin: auto;
          position: relative;
          margin-bottom: 13.3333333333vw;
          padding: 4vw; }
          #sec03 .box .voice:before {
            content: "";
            width: 16.5333333333vw;
            height: 16.5333333333vw;
            border-right: 2px solid #f2f2f2;
            position: absolute;
            left: -12vw;
            top: -12vw;
            background-color: #fff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
          #sec03 .box .voice:after {
            content: "";
            width: 16.5333333333vw;
            height: 16.5333333333vw;
            border-left: 2px solid #f2f2f2;
            position: absolute;
            right: -12vw;
            bottom: -12vw;
            background-color: #fff;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); } }
      #sec03 .box .voice:last-child {
        margin: 0; }
      #sec03 .box .voice h3 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 1.5em; }
        @media screen and (max-width: 767px) {
          #sec03 .box .voice h3 {
            font-size: 4.2666666667vw;
            margin-bottom: 2.6666666667vw; } }
      #sec03 .box .voice p {
        font-size: 18px;
        line-height: 1.8em; }
        @media screen and (max-width: 767px) {
          #sec03 .box .voice p {
            font-size: 3.4666666667vw;
            margin-bottom: 2.6666666667vw; } }
      #sec03 .box .voice .name {
        margin-top: 10px;
        text-align: right; }
        @media screen and (max-width: 767px) {
          #sec03 .box .voice .name {
            margin-bottom: 0vw; } }

#sec04 {
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    #sec04 .sec_title {
      width: 74.6666666667vw; } }
  @media screen and (max-width: 767px) {
    #sec04 .sec_title span {
      width: 17.0666666667vw;
      margin: auto; } }
  #sec04 .table {
    display: table;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      #sec04 .table {
        width: 100%; } }
    #sec04 .table .tr {
      line-height: 1.8em;
      border-bottom: solid 1px #e9e9e9;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #sec04 .table .tr {
          line-height: 1.7;
          border-bottom: none; } }
      #sec04 .table .tr:first-child {
        border-top: solid 1px #e9e9e9; }
        @media screen and (max-width: 767px) {
          #sec04 .table .tr:first-child {
            border-top: none; } }
      #sec04 .table .tr .th {
        padding: 15px 30px;
        width: 220px;
        display: table-cell;
        background: #f7f7f7;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          #sec04 .table .tr .th {
            font-size: 4vw;
            display: block;
            width: 100%;
            text-align: left;
            padding: 1.3333333333vw 4vw; } }
      #sec04 .table .tr .td {
        padding: 15px 30px;
        display: table-cell;
        text-align: left; }
        @media screen and (max-width: 767px) {
          #sec04 .table .tr .td {
            font-size: 3.4666666667vw;
            display: block;
            width: 100%;
            text-align: left;
            padding: 4vw 4vw; } }
        #sec04 .table .tr .td li {
          text-indent: -1em;
          margin-left: 1em;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            #sec04 .table .tr .td li {
              font-weight: bold; } }
          #sec04 .table .tr .td li.caution {
            font-size: 14px;
            color: #7d7d7d;
            padding-top: 5px;
            line-height: 1.5em;
            text-indent: -1.1em;
            margin-left: 2.1em; }
            @media screen and (max-width: 767px) {
              #sec04 .table .tr .td li.caution {
                font-size: 2.6666666667vw;
                font-weight: normal; } }

#sec05 {
  background: #f2f2f2; }
  #sec05 .inner {
    max-width: 1500px;
    width: auto;
    height: 454px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../images/pc/period.png) center no-repeat !important;
    position: relative; }
    @media screen and (max-width: 767px) {
      #sec05 .inner {
        width: 100%;
        height: 0;
        padding-top: 67vw;
        background: url(../images/sp/period.png) no-repeat center top !important;
        background-size: cover !important; } }
    #sec05 .inner a {
      width: auto;
      margin: -50px auto 0 380px;
      display: block; }
      @media screen and (max-width: 767px) {
        #sec05 .inner a {
          width: 73.7333333333vw;
          top: 14.4vw;
          left: 18.2vw;
          position: absolute;
          margin: auto; } }
