/*font*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }

/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
  box-sizing: border-box; }

*,
::before,
::after {
  box-sizing: inherit; }

body {
  background: transparent;
  color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%; }
  html[lang="ja"] body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif; }

/* main elements group */
audio,
canvas,
progress,
video {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

/* a */
/************************************header*/
body,
html {
  /*overflow-x: hidden;*/
  /*height: 100%;*/ }

.mv_btn02 {
  text-align: center;
  padding-top: 60px; }

.mv_btn_list02 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  /*padding-top: 30px;*/
  width: 90%;
  max-width: 500px; }
  .mv_btn_list02 .mv_btn_list_in {
    box-shadow: 4px 4px 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .mv_btn_list02 .mv_btn_list_in .mb_in {
      width: 50%; }
      .mv_btn_list02 .mv_btn_list_in .mb_in:first-child {
        border-right: solid 3px black; }
        .mv_btn_list02 .mv_btn_list_in .mb_in:first-child a {
          border-radius: 100px 100px 100px 100px;
          padding: 20px 10px 20px 30px;
          border-top: solid 3px #000;
          border-left: solid 3px #000;
          border-bottom: solid 3px #000; }
      .mv_btn_list02 .mv_btn_list_in .mb_in:last-child a {
        border-radius: 100px 100px 100px 100px;
        padding: 20px 30px 20px 10px;
        border-top: solid 3px #000;
        border-right: solid 3px #000;
        border-bottom: solid 3px #000; }
      .mv_btn_list02 .mv_btn_list_in .mb_in a {
        padding: 20px;
        display: block;
        background: #fff;
        /*@include border-radius(100px);*/
        color: #000;
        font-weight: bold;
        /*padding: 10px 40px 10px 20px;*/
        font-size: 1.25rem;
        /*border: solid 2px $sc;*/
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        position: relative; }
        .mv_btn_list02 .mv_btn_list_in .mb_in a:hover {
          background: #000;
          color: #fff; }

.mv_btn {
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04);
  -webkit-transition-delay: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0;
  transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0; }
  .mv_btn.active {
    -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04);
    -webkit-transition-delay: 0.2s;
    -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0.2s;
    transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0.2s;
    -webkit-transform: translate(0, -400px);
    -ms-transform: translate(0, -400px);
    transform: translate(0, -400px);
    opacity: 0; }

.mv_btn_list {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding-top: 30px;
  width: 90%;
  max-width: 400px; }
  .mv_btn_list .mv_btn_list_in {
    box-shadow: 4px 4px 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .mv_btn_list .mv_btn_list_in .mb_in {
      width: 100%; }
      .mv_btn_list .mv_btn_list_in .mb_in:first-child {
        border-right: solid 1px rgba(255, 255, 255, 0.1); }
        .mv_btn_list .mv_btn_list_in .mb_in:first-child a {
          border-radius: 100px 100px 100px 100px;
          padding: 10px 10px 10px 20px; }
      .mv_btn_list .mv_btn_list_in .mb_in:last-child a {
        border-radius: 100px 100px 100px 100px;
        padding: 10px 20px 10px 10px; }
      .mv_btn_list .mv_btn_list_in .mb_in a {
        padding: 20px;
        display: block;
        background: #e66b01;
        /*@include border-radius(100px);*/
        color: #fff;
        font-weight: bold;
        /*padding: 10px 40px 10px 20px;*/
        font-size: 1.25rem;
        /*border: solid 2px $sc;*/
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        position: relative; }
        .mv_btn_list .mv_btn_list_in .mb_in a:hover {
          background: #fff;
          color: #e66b01; }

/*.mv_btn {
  text-align: center;
  @include transition(all .4s cubic-bezier(.82, .38, .32, 1.04) 0);
  &.active {
    @include transition(all .4s cubic-bezier(.82, .38, .32, 1.04) .2s);
    @include translate(0, -400px);
    opacity: 0;
  }
  .mv_btn_in {
    @include inline-block;
    padding-top: 30px;
    a {
      display: block;
      background: $sc;
      @include border-radius(100px);
      color: $wc;
      font-weight: bold;
      padding: 10px 40px 10px 20px;
      @include fz(20);
      border: solid 2px $sc;
      @include transition(.3s ease-in);
      position: relative;
      &::before {
        @include transition(.3s ease-in);
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 4px solid $wc;
        border-right: 4px solid $wc;
        @include rotate(45deg);
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -4px;
        z-index: 2;
      }
      &:hover {
        background: $wc;
        color: $sc;
        &::before {
          border-top: 4px solid $sc;
          border-right: 4px solid $sc;
        }
      }
    }
  }
}*/
#mv_logo {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04);
  -webkit-transition-delay: 0.1s;
  -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0.1s;
  transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0.1s; }
  #mv_logo img {
    max-width: 100%; }
  #mv_logo.active {
    -webkit-transform: translate(0, -400px);
    -ms-transform: translate(0, -400px);
    transform: translate(0, -400px);
    opacity: 0; }

#mv_area_in02 {
  text-align: center;
  position: relative;
  z-index: 3;
  height: 0; }
  #mv_area_in02 #mv_area_in02_in {
    /*@include translate(0, -40vh);*/
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 55vh;
    z-index: 3; }
    #mv_area_in02 #mv_area_in02_in img {
      max-width: 70%; }

#mv_area {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -webkit-transition-delay: 0;
  -webkit-transition: all 0.4s linear 0;
  transition: all 0.4s linear 0; }
  #mv_area #mv_area_in {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 60vh;
    -webkit-transition: all 0.4s linear;
    -webkit-transition-delay: 0;
    -webkit-transition: all 0.4s linear 0;
    transition: all 0.4s linear 0;
    z-index: 4;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 40px; }
    #mv_area #mv_area_in #mv_area_in01 {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
      position: relative; }
  #mv_area #mv_nav {
    max-width: 90%;
    margin: 0 auto 30px; }
    #mv_area #mv_nav #mv_nav_in {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04);
      -webkit-transition-delay: 0.2s;
      -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0.2s;
      transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0.2s; }
      #mv_area #mv_nav #mv_nav_in.active {
        -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04);
        -webkit-transition-delay: 0;
        -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0;
        transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0;
        -webkit-transform: translate(0, -400px);
        -ms-transform: translate(0, -400px);
        transform: translate(0, -400px);
        opacity: 0; }
      #mv_area #mv_nav #mv_nav_in li {
        width: 49%;
        margin-right: 2%;
        position: relative; }
        #mv_area #mv_nav #mv_nav_in li::before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 20px;
          height: 20px;
          border-top: 2px solid #000;
          border-left: 2px solid #000; }
        #mv_area #mv_nav #mv_nav_in li::after {
          content: "";
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          width: 20px;
          height: 20px;
          border-top: 2px solid #000;
          border-right: 2px solid #000; }
        #mv_area #mv_nav #mv_nav_in li div {
          text-align: center;
          font-weight: bold;
          padding: 14px 20px;
          font-size: 1.125rem; }
          #mv_area #mv_nav #mv_nav_in li div::before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 20px;
            height: 20px;
            border-bottom: 2px solid #000;
            border-left: 2px solid #000; }
          #mv_area #mv_nav #mv_nav_in li div::after {
            content: "";
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
            width: 20px;
            height: 20px;
            border-bottom: 2px solid #000;
            border-right: 2px solid #000; }
        #mv_area #mv_nav #mv_nav_in li:last-child {
          margin-right: 0; }
  #mv_area #slider_area {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    padding: 14px 0; }
    #mv_area #slider_area .slider li p {
      margin: 0 5px; }
    #mv_area #slider_area .slider li img {
      max-width: 100%;
      width: 100%; }
  #mv_area #mv_area_ph {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-repeat: none;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-image:url(../../image/bg_main.jpg);
    -webkit-transition: all 0.4s linear;
    -webkit-transition-delay: 0;
    -webkit-transition: all 0.4s linear 0;
    transition: all 0.4s linear 0;
    /*img{
              max-width:100%;}*/ }

#slider_area02 {
  -webkit-transition: all 0.4s linear;
  -webkit-transition-delay: 0;
  -webkit-transition: all 0.4s linear 0;
  transition: all 0.4s linear 0;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  background: black;
  padding: 14px;
  display: none; }
  #slider_area02 .slider02 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #slider_area02 .slider02 li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 5px; }
      #slider_area02 .slider02 li:nth-child(3n) {
        margin-right: 0; }
      #slider_area02 .slider02 li:nth-child(n + 7) {
        margin-bottom: 0; }
    #slider_area02 .slider02 img {
      max-width: 100%;
      width: 100%; }

/*contents*/
#contents {
  padding-top: 140px;
  -webkit-transition: all 0.4s linear;
  -webkit-transition-delay: 0;
  -webkit-transition: all 0.4s linear 0;
  transition: all 0.4s linear 0; }

.box {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto 30px; }

#first_area #first_md {
  text-align: center;
  margin-bottom: 40px; }
  #first_area #first_md #first_md_in {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline; }
    #first_area #first_md #first_md_in h2 {
      display: inline;
      font-size: 1.75rem;
      font-weight: bold;
      background-image: -owg-linear-gradient(transparent 70%, #e66b01 30%);
      background-image: -webkit-linear-gradient(transparent 70%, #e66b01 30%);
      background-image: linear-gradient(transparent 70%, #e66b01 30%); }

.first_txt001 {
  text-align: center; }

/*first_area-end*/
#second_area {
  position: relative; }
  #second_area::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40%;
    background: #e66b01;
    left: 0;
    bottom: 0;
    z-index: -1; }
  #second_area #second_in {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }

#second_list #second_list_in {
  display: table;
  width: 100%; }
  #second_list #second_list_in .se_list {
    display: table-cell;
    vertical-align: top;
    width: 34%;
    padding-right: 2%;
    padding-bottom: 50px; }
    #second_list #second_list_in .se_list .se_list_top {
      position: relative;
      padding-bottom: 400px; }
      #second_list #second_list_in .se_list .se_list_top::before {
        content: "";
        display: block;
        width: 4px;
        height: 100%;
        background: #000;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -2px;
        z-index: -1; }
      #second_list #second_list_in .se_list .se_list_top::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: -10px;
        width: 0;
        margin-left: -18px;
        height: 0;
        border-style: solid;
        border-width: 48px 18px 0 18px;
        border-color: #000 transparent transparent transparent;
        z-index: 2; }
      #second_list #second_list_in .se_list .se_list_top.second {
        margin-top: 150px;
        padding-bottom: 250px; }
      #second_list #second_list_in .se_list .se_list_top.third {
        margin-top: 300px;
        padding-bottom: 100px; }
      #second_list #second_list_in .se_list .se_list_top .se_list_top_in {
        border: solid 3px #000;
        padding: 50px 20px 40px;
        background: #fff;
        text-align: center;
        position: relative; }
        #second_list #second_list_in .se_list .se_list_top .se_list_top_in.icon001::before {
          background-image: url(../../image/mark001.png); }
        #second_list #second_list_in .se_list .se_list_top .se_list_top_in.icon002::before {
          background-image: url(../../image/mark002.png); }
        #second_list #second_list_in .se_list .se_list_top .se_list_top_in.icon003::before {
          background-image: url(../../image/mark003.png); }
        #second_list #second_list_in .se_list .se_list_top .se_list_top_in::before {
          content: "";
          display: block;
          width: 88px;
          height: 87px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          left: -14px;
          top: -30px;
          z-index: 3; }
        #second_list #second_list_in .se_list .se_list_top .se_list_top_in .se_ph001 {
          margin: 0 auto; }
        #second_list #second_list_in .se_list .se_list_top .se_list_top_in img {
          max-width: 100%; }
        #second_list #second_list_in .se_list .se_list_top .se_list_top_in h2 {
          font-weight: bold;
          margin-bottom: 20px; }
    #second_list #second_list_in .se_list:last-child {
      padding-right: 0;
      width: 32%; }

.se_list_btm {
  padding-top: 30px;
  position: relative; }
  .se_list_btm .se_list_ph001 {
    text-align: center;
    margin-bottom: -14px; }
    .se_list_btm .se_list_ph001 img {
      max-width: 90%; }
  .se_list_btm .se_list_btm_in {
    border: solid 4px #fff;
    border-radius: 6px;
    padding: 40px 20px;
    display: table;
    width: 100%; }
    .se_list_btm .se_list_btm_in h3 {
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-align: center;
      color: #fff;
      font-weight: bold; }

/*second_area-end*/
#third_area #third_md {
  background: #000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 50px 10px; }

#third_in {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../image/bg_third001.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative; }
  #third_in::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: repeat;
    background-image: url(../../image/bg_pa001.png);
    z-index: 1; }
  #third_in #third_in_area {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 82px 0;
    z-index: 2; }
  #third_in #third_list {
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #third_in #third_list .third_list_in {
      width: 49%;
      margin-right: 2%;
      border: solid 4px #fff;
      padding: 20px 30px 30px;
      border-radius: 6px; }
      #third_in #third_list .third_list_in:last-child {
        margin-right: 0; }
    #third_in #third_list .third_md001 {
      font-size: 1.625rem;
      text-align: center;
      padding-top: 30px;
      margin-bottom: 20px;
      color: #fff;
      font-weight: bold; }
      #third_in #third_list .third_md001::before {
        content: attr(data-text);
        display: block;
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        font-size: 1.25rem;
        letter-spacing: 0.04em; }

.match_list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .match_list .match_list_in {
    margin-right: 6px;
    background: #e66b01;
    border-radius: 6px;
    padding: 4px 26px;
    color: #fff;
    font-weight: bold; }

.third_md02 {
  padding-top: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  font-size: 1.125rem; }

.third_ph01 {
  text-align: center;
  padding-top: 14px; }
  .third_ph01 img {
    max-width: 100%; }

.third_txt01 {
  color: #fff; }

/*third_area*/
#voice_area {
  padding: 60px 0; }

.voice_md .voice_md_in {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px; }
  .voice_md .voice_md_in::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 40px;
    background: #000;
    margin-left: -20px; }
  .voice_md .voice_md_in h2 {
    padding-top: 10px;
    font-weight: bold;
    font-size: 1.125rem; }
  .voice_md .voice_md_in::before {
    padding: 0 20px;
    content: attr(data-text);
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #000;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 0.9375rem;
    letter-spacing: 0.04em; }

.voice_box {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto; }

.voice_list_in {
  margin-bottom: 50px; }
  .voice_list_in:last-child {
    margin-bottom: 0; }

.voice_list_all {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .voice_list_all.ph_r {
    -webkit-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .voice_list_all.ph_r .voice_list_r {
      padding-right: 40px;
      padding-left: 0; }
  .voice_list_all .voice_list_r {
    padding-left: 40px; }
    .voice_list_all .voice_list_r .voice_txt001 {
      line-height: 2.0; }
  .voice_list_all .voice_list_l {
    max-width: 446px; }
    .voice_list_all .voice_list_l img {
      max-width: 100%; }

.vo_md002 {
  font-size: 1.625rem;
  color: #e66b01;
  font-weight: bold;
  margin-bottom: 10px; }

.vo_md001 {
  margin-top: 20px;
  padding-top: 20px;
  text-align: right;
  border-top: solid 2px #ddd; }
  .vo_md001 .vo_name {
    font-weight: bold; }

/*voice_area*/
#step_area {
  padding: 80px 0 80px;
  background-position: center center;
  background-repeat: repeat;
  background-color: #e66b01; }
  #step_area #step_area_in {
    max-width: 1200px;
    margin: 0 auto;
    width: 92%; }

#step_md {
  text-align: center;
  margin-bottom: 30px; }
  #step_md h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold; }
    #step_md h2 i {
      font-size: 3.75rem; }

#step_list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px; }
  #step_list .step_list_in {
    width: 31%;
    margin-right: 3.5%;
    border-radius: 10px;
    background-position: center center;
    background-repeat: repeat;
    background-image: url(../../image/bg_step002.gif);
    padding: 80px 30px 30px;
    border: solid 3px #000;
    box-shadow: 13px 13px 0 rgba(0, 0, 0, 0.2);
    position: relative; }
    #step_list .step_list_in.step1::after {
      background-image: url(../../image/step_icon001.png); }
    #step_list .step_list_in.step2::after {
      background-image: url(../../image/step_icon002.png); }
    #step_list .step_list_in.step3::after {
      background-image: url(../../image/step_icon003.png); }
    #step_list .step_list_in::after {
      content: "";
      display: block;
      position: absolute;
      width: 97px;
      height: 117px;
      margin-left: -48px;
      left: 50%;
      top: -50px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 2; }
    #step_list .step_list_in::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 28.5px 0 28.5px 27px;
      border-color: transparent transparent transparent #ffd800;
      position: absolute;
      right: -11%;
      top: 50%;
      margin-top: -28px; }
    #step_list .step_list_in:last-child {
      margin-right: 0;
      text-align: center; }
      #step_list .step_list_in:last-child::before {
        display: none; }
    #step_list .step_list_in .step_ph001 {
      text-align: center; }
      #step_list .step_list_in .step_ph001 img {
        max-width: 100%; }
    #step_list .step_list_in .step_in_md {
      text-align: center;
      margin-bottom: 30px; }
      #step_list .step_list_in .step_in_md .step_in_md_in {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin: 0 auto;
        font-weight: bold;
        font-size: 1.375rem;
        line-height: 1.2;
        background-image: -owg-linear-gradient(transparent 70%, #ffd800 30%);
        background-image: -webkit-linear-gradient(transparent 70%, #ffd800 30%);
        background-image: linear-gradient(transparent 70%, #ffd800 30%); }

.step_btn {
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04);
  -webkit-transition-delay: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0;
  transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0; }
  .step_btn.active {
    -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04);
    -webkit-transition-delay: 0.2s;
    -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0.2s;
    transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0.2s;
    -webkit-transform: translate(0, -400px);
    -ms-transform: translate(0, -400px);
    transform: translate(0, -400px);
    opacity: 0; }
  .step_btn .step_btn_in {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 40%;
    padding-top: 60px; }
    .step_btn .step_btn_in a {
      display: block;
      min-width: 200px;
      background: #fff;
      border-radius: 100px;
      color: #000;
      font-weight: bold;
      text-align: center;
      padding: 20px 40px 20px 20px;
      font-size: 1.25rem;
      border: solid 3px #000;
      -webkit-transition: 0.3s ease-in;
      transition: 0.3s ease-in;
      position: relative; }
      .step_btn .step_btn_in a::before {
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        border-top: 4px solid #e66b01;
        border-right: 4px solid #e66b01;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -7px;
        z-index: 2; }
      .step_btn .step_btn_in a:hover {
        background: #000;
        color: #fff; }
        .step_btn .step_btn_in a:hover::before {
          border-top: 4px solid #e66b01;
          border-right: 4px solid #e66b01; }

/*step_area*/
#intro_area {
  padding: 50px 0 30px; }
  #intro_area #intro_box {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto; }
    #intro_area #intro_box #intro_list {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #intro_area #intro_box #intro_list .intro_list_in {
        margin-right: 2%; }
        #intro_area #intro_box #intro_list .intro_list_in:last-child {
          margin-right: 0; }
        #intro_area #intro_box #intro_list .intro_list_in img {
          max-width: 100%; }

/*intro_area*/
footer {
  padding: 60px 0; }
  footer #copy {
    font-size: 0.75rem;
    text-align: center;
    color: #666; }

.footer_btn {
  text-align: center;
  -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04);
  -webkit-transition-delay: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0;
  transition: all 0.4s cubic-bezier(0.82, 0.38, 0.32, 1.04) 0;
  margin-bottom: 30px; }
  .footer_btn .footer_btn_in {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 40%;
    max-width: 300px;
    text-align: center; }
    .footer_btn .footer_btn_in a {
      display: block;
      min-width: 200px;
      background: #fff;
      border-radius: 100px;
      color: #000;
      font-weight: bold;
      text-align: center;
      padding: 14px 40px 14px 30px;
      font-size: 1.0625rem;
      border: solid 3px #000;
      -webkit-transition: 0.3s ease-in;
      transition: 0.3s ease-in;
      position: relative; }
      .footer_btn .footer_btn_in a::before {
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -5px;
        z-index: 2; }
      .footer_btn .footer_btn_in a:hover {
        background: #e66b01;
        color: #fff;
        border: solid 3px #e66b01; }
        .footer_btn .footer_btn_in a:hover::before {
          border-top: 4px solid #fff;
          border-right: 4px solid #fff; }
        @media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif; } }
        @media screen and (max-width: 768px) {
  .mv_btn02 {
    padding-top: 20px; }
  .mv_btn_list02 .mv_btn_list_in .mb_in a {
    font-size: 0.9375rem; }
  .mv_btn_list .mv_btn_list_in .mb_in a {
    font-size: 0.9375rem; }
  #mv_area_in02 #mv_area_in02_in {
    top: 65vh; }
  #mv_area #mv_nav #mv_nav_in li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  #mv_area #mv_nav #mv_nav_in li:last-child {
    margin-bottom: 0; }
  #mv_area #mv_nav #mv_nav_in li::before {
    width: 10px;
    height: 10px; }
  #mv_area #mv_nav #mv_nav_in li::after {
    width: 10px;
    height: 10px; }
  #mv_area #mv_nav #mv_nav_in li div {
    font-size: 0.875rem;
    padding: 8px 10px; }
  #mv_area #mv_nav #mv_nav_in li div::before {
    width: 10px;
    height: 10px; }
  #mv_area #mv_nav #mv_nav_in li div::after {
    width: 10px;
    height: 10px; }
  #mv_area #slider_area {
    display: none; }
  #mv_area #mv_area_ph {
    background-attachment: inherit; }
  #slider_area02 {
    display: block; }
  #contents {
    padding-top: 40px; }
  #first_area #first_md {
    margin-bottom: 25px; }
  #first_area #first_md #first_md_in h2 {
    font-size: 1.1875rem; }
  .first_txt001 {
    text-align: left; }
  .first_txt001 br {
    display: none; }
  #second_area::before {
    display: none; }
  #second_list #second_list_in .se_list {
    display: block;
    width: 100%;
    padding-right: 0; }
  #second_list #second_list_in .se_list:last-child {
    padding-bottom: 0; }
  #second_list #second_list_in .se_list .se_list_top {
    padding-bottom: 60px;
    max-width: 92%;
    margin: 0 auto; }
  #second_list #second_list_in .se_list .se_list_top.second {
    margin-top: 0;
    padding-bottom: 60px; }
  #second_list #second_list_in .se_list .se_list_top.third {
    margin-top: 0;
    padding-bottom: 60px; }
  #second_list #second_list_in .se_list .se_list_top .se_list_top_in {
    padding: 30px 10px 20px; }
  #second_list #second_list_in .se_list .se_list_top .se_list_top_in::before {
    width: 44px;
    height: 43px;
    top: -20px; }
  #second_list #second_list_in .se_list .se_list_top .se_list_top_in .se_ph001 {
    width: 78px; }
  #second_list #second_list_in .se_list .se_list_top .se_list_top_in h2 {
    margin-bottom: 10px; }
  #second_list #second_list_in .se_list:last-child {
    width: 100%; }
  .se_list_btm {
    background: #e66b01;
    padding: 30px 4% 30px;
    position: relative;
    z-index: -1; }
  .se_list_btm .se_list_ph001 {
    margin-bottom: -10px; }
  .se_list_btm .se_list_ph001 img {
    max-width: 179px; }
  .se_list_btm .se_list_btm_in {
    padding: 20px; }
  #third_area #third_md {
    font-size: 1.25rem;
    padding: 30px 10px; }
  #third_in {
    background-attachment: inherit;
    background-image: url(../../image/bg_third001_sp.jpg); }
  #third_in #third_in_area {
    padding: 30px 0; }
  #third_in #third_list .third_list_in {
    width: 100%;
    padding: 20px 20px 30px;
    margin-right: 0;
    margin-bottom: 10px; }
  #third_in #third_list .third_list_in:last-child {
    margin-bottom: 0; }
  .match_list .match_list_in {
    padding: 2px 14px;
    border-radius: 3px; }
  .third_md02 {
    padding-top: 20px;
    padding-bottom: 14px; }
  .voice_md .voice_md_in {
    margin-bottom: 20px; }
  .voice_list_in {
    margin-bottom: 30px; }
  .voice_list_all {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .voice_list_all.ph_r {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .voice_list_all.ph_r .voice_list_r {
    padding-right: 0; }
  .voice_list_all .voice_list_r {
    padding-left: 0; }
  .voice_list_all .voice_list_l {
    max-width: 100%;
    margin-bottom: 16px; }
  .vo_md002 {
    font-size: 1.25rem; }
  #step_area {
    background-size: 59px 17px;
    padding: 40px 0 20px; }
  #step_md {
    margin-bottom: 0; }
  #step_md h2 {
    font-size: 1.25rem; }
  #step_md h2 i {
    font-size: 1.5rem; }
  #step_list .step_list_in {
    width: 100%;
    margin-right: 0;
    padding: 40px 20px 20px;
    margin-bottom: 40px;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px; }
  #step_list .step_list_in::after {
    width: 48px;
    height: 58px;
    margin-left: -24px;
    top: -25px; }
  #step_list .step_list_in::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 0;
    margin-left: -14px;
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: -30px; }
  #step_list .step_list_in .step_ph001 {
    width: 98px;
    margin: 0 auto; }
  .step_btn .step_btn_in {
    width: 90%;
    padding-top: 0; }
  #intro_area {
    padding: 30px 0; }
  #intro_area #intro_box #intro_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #intro_area #intro_box #intro_list .intro_list_in {
    width: 60%;
    margin-bottom: 14px; }
  #intro_area #intro_box #intro_list .intro_list_in:last-child {
    margin-bottom: 0; }
  .footer_btn .footer_btn_in {
    width: 60%;
    padding-top: 0; } }
