@charset "UTF-8";
@import url("reset.css");
@import url("../contact_form/mfp.statics/mailformpro.css");
@import url("swiper-bundle.min.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5; }

main {
  display: block; }

.fade {
  /*margin-top: 10vh;*/
  opacity: 0;
  transition: opacity 2s; }

.fade.view {
  opacity: 1; }

/*ヘッダー*/
header h1 {
  width: 100%; }
header #top_menu {
  width: 100%;
  margin: 5em 0 0; }
  header #top_menu h2 {
    font-size: 300%;
    text-align: center;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 96%;
    margin: 0 auto 2.5em; }
  header #top_menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header #top_menu ul .check01 {
      flex: 1;
      background: url("../img/top/menu01_lo.jpg") no-repeat;
      background-size: 100% auto; }
      header #top_menu ul .check01 a {
        display: inline-block; }
        header #top_menu ul .check01 a:hover {
          width: 100%; }
          header #top_menu ul .check01 a:hover img {
            visibility: hidden; }
    header #top_menu ul .check02 {
      flex: 1;
      background: url("../img/top/menu02_lo.jpg") no-repeat;
      background-size: 100% auto; }
      header #top_menu ul .check02 a {
        display: inline-block; }
        header #top_menu ul .check02 a:hover {
          width: 100%; }
          header #top_menu ul .check02 a:hover img {
            visibility: hidden; }
    header #top_menu ul .check03 {
      flex: 1;
      background: url("../img/top/menu03_lo.jpg") no-repeat;
      background-size: 100% auto; }
      header #top_menu ul .check03 a {
        display: inline-block; }
        header #top_menu ul .check03 a:hover {
          width: 100%; }
          header #top_menu ul .check03 a:hover img {
            visibility: hidden; }

/*メイン*/
#support {
  width: 100%;
  margin: 5em 0 0; }
  #support h2 {
    width: 96%;
    font-size: 300%;
    text-align: center;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto 1em; }
  #support .attention {
    width: 54%;
    margin: 0 auto 2em;
    padding: 2em 3%;
    background-color: #F7931E; }
    #support .attention h3 {
      width: 96%;
      font-size: 187%;
      text-align: center;
      margin: 0 auto1em; }
    #support .attention ol {
      width: 100%; }
      #support .attention ol li {
        padding: 0 0 0 2em;
        font-size: 120%;
        font-weight: bold;
        background-image: url("../img/top/01.png");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 1.5em auto; }
        #support .attention ol li:nth-child(n+2) {
          margin: 2em 0 0; }
        #support .attention ol li:nth-child(1) {
          background-image: url("../img/top/01.png"); }
        #support .attention ol li:nth-child(2) {
          background-image: url("../img/top/02.png"); }
        #support .attention ol li:nth-child(3) {
          background-image: url("../img/top/03.png"); }
        #support .attention ol li:nth-child(4) {
          background-image: url("../img/top/04.png"); }
        #support .attention ol li:nth-child(5) {
          background-image: url("../img/top/05.png"); }
        #support .attention ol li:nth-child(6) {
          background-image: url("../img/top/06.png"); }
  #support .h3_bottom {
    width: 96%;
    font-size: 300%;
    text-align: center;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto 1em; }
  #support .column {
    width: 80%;
    margin: 5em auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #support .column figure {
      width: 49%; }
  #support .contents {
    width: 80%;
    margin: 3em auto 5em; }
    #support .contents dt {
      background-color: #F7931E;
      color: #fff;
      font-weight: bold;
      font-size: 156%;
      padding: 0.25em 2%; }
    #support .contents dd {
      margin: 1em 0 0; }
  #support .novelty {
    width: 80%;
    margin: 0 auto; }

#blue {
  background-color: #0071BC;
  width: 100%;
  padding: 5em 0;
  margin: 1em 0 0; }
  #blue h2 {
    width: 96%;
    font-size: 300%;
    text-align: center;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    margin: 0 auto; }
  #blue #first_time {
    width: 60%;
    margin: 0 auto; }
    #blue #first_time ul {
      margin: 3em 0 0; }
      #blue #first_time ul li {
        position: relative; }
        #blue #first_time ul li .ya {
          position: absolute;
          left: -100px;
          top: -50%;
          width: 80px; }
        #blue #first_time ul li dl {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #blue #first_time ul li dl dt {
            width: 30%; }
            #blue #first_time ul li dl dt figure {
              width: 100%; }
            #blue #first_time ul li dl dt p {
              background-color: #000;
              color: #fff;
              font-size: 156%;
              font-weight: bold;
              text-align: center;
              padding: 0.25em 2%; }
          #blue #first_time ul li dl dd {
            width: 66%;
            font-size: 115%;
            color: #fff; }
        #blue #first_time ul li:nth-child(n+2) {
          margin: 3em 0 0; }
  #blue .men01 {
    width: 65%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #blue .men01 .inner_01 {
      width: 56%; }
    #blue .men01 .inner_02 {
      width: 40%; }
  #blue .blue_text {
    width: 96%;
    margin: 1em auto 0;
    color: #fff;
    text-align: center; }
  #blue .tenjikai_image {
    width: 55%;
    margin: 3em auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #blue .tenjikai_image dt {
      width: 40%; }
    #blue .tenjikai_image dd {
      width: 55%;
      font-size: 300%;
      text-align: center;
      font-family: "Dela Gothic One", sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #fff;
      text-align: left; }
  #blue .contact_b a {
    position: relative;
    display: inline-block;
    font-family: "M PLUS Rounded 1c";
    background-color: #000;
    display: block;
    padding: 0.25em 0;
    margin: 1.5em auto 0;
    width: 600px;
    text-decoration: none;
    color: #fff;
    font-size: 175%;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    z-index: 1; }
    #blue .contact_b a:hover, #blue .contact_b a:active {
      color: #fff;
      text-decoration: none;
      background-color: #1E1E1E; }

#red {
  background-color: #E9473F;
  width: 100%;
  padding: 5em 0 24em;
  position: relative; }
  #red #rut {
    color: #fff; }
    #red #rut h2 {
      font-size: 300%;
      text-align: center;
      font-family: "Dela Gothic One", sans-serif;
      font-weight: 400;
      font-style: normal;
      width: 96%;
      color: #fff;
      margin: 0 auto 0.5em; }
    #red #rut h3 {
      font-size: 187%;
      text-align: center;
      margin: 3em auto 0; }
    #red #rut ul {
      width: 70%;
      margin: 3em auto 0;
      display: flex;
      justify-content: space-between; }
      #red #rut ul li {
        width: 48%; }
        #red #rut ul li dl dt {
          color: #fff;
          font-size: 120%;
          padding: 0.25em 2%;
          background-color: #000;
          font-weight: bold; }
        #red #rut ul li dl dd table {
          width: 100%; }
          #red #rut ul li dl dd table th {
            width: 26%;
            padding: 0.25em 2%;
            background-color: rgba(255, 255, 255, 0.2);
            border-bottom: 1px dotted #fff; }
          #red #rut ul li dl dd table td {
            width: 66%;
            padding: 0.25em 2%;
            border-bottom: 1px dotted #fff; }
    #red #rut .bottom_text {
      width: 70%;
      margin: 1em auto 0;
      text-align: right; }
    #red #rut .contact_b a {
      position: relative;
      display: inline-block;
      font-family: "M PLUS Rounded 1c";
      background-color: #000;
      display: block;
      padding: 0.25em 0;
      margin: 1.5em auto 0;
      width: 600px;
      text-decoration: none;
      color: #fff;
      font-size: 175%;
      font-weight: bold;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease;
      z-index: 1; }
      #red #rut .contact_b a:hover, #red #rut .contact_b a:active {
        color: #fff;
        text-decoration: none;
        background-color: #1E1E1E; }
    #red #rut .women {
      position: absolute;
      z-index: 0;
      bottom: 0;
      right: 18%;
      width: 55%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #red #rut .women h3 {
        font-size: 300%;
        text-align: center;
        font-family: "Dela Gothic One", sans-serif;
        font-weight: 400;
        font-style: normal;
        width: 80%;
        text-align: right; }
      #red #rut .women figure {
        width: 30%; }

#green {
  width: 100%;
  background-color: #22AC36;
  padding: 5em 0 22em;
  position: relative; }
  #green #inpact {
    width: 80%;
    margin: 0 auto;
    color: #fff; }
    #green #inpact h2 {
      font-size: 300%;
      text-align: center;
      font-family: "Dela Gothic One", sans-serif;
      font-weight: 400;
      font-style: normal;
      width: 96%;
      color: #fff;
      margin: 0 auto 0.5em; }
    #green #inpact #photos {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #green #inpact #photos figure {
        width: 49%;
        margin: 2em 0 0; }
    #green #inpact ul {
      width: 80%;
      margin: 5em auto 0; }
      #green #inpact ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #green #inpact ul li:nth-child(n+2) {
          margin: 2em 0 0; }
        #green #inpact ul li figure {
          width: 20%; }
        #green #inpact ul li dl {
          width: 78%; }
          #green #inpact ul li dl dt {
            background-color: #fff;
            color: #22AC36;
            font-weight: bold;
            font-size: 120%;
            padding: 0.25em 2%;
            margin: 0 0 1em; }
          #green #inpact ul li dl dd strong {
            display: block; }
    #green #inpact .contact_b a {
      position: relative;
      display: inline-block;
      font-family: "M PLUS Rounded 1c";
      background-color: #000;
      display: block;
      padding: 0.25em 0;
      margin: 1.5em auto 0;
      width: 600px;
      text-decoration: none;
      color: #fff;
      font-size: 175%;
      font-weight: bold;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease;
      z-index: 1; }
      #green #inpact .contact_b a:hover, #green #inpact .contact_b a:active {
        color: #fff;
        text-decoration: none;
        background-color: #1E1E1E; }
    #green #inpact .men02 {
      position: absolute;
      z-index: 0;
      bottom: 0;
      left: 10%;
      width: 30%; }

/*フッター*/
footer {
  line-height: 1.5;
  padding: 3em 0 1em;
  background-color: #000; }
  footer #footer_inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    footer #footer_inner #connection {
      width: 350px; }
      footer #footer_inner #connection h2 {
        width: 300px;
        margin: 0 0 1em; }
      footer #footer_inner #connection p {
        color: #fff;
        font-size: 187%;
        font-weight: bold; }
        footer #footer_inner #connection p img {
          width: 38px;
          vertical-align: middle;
          margin: 0 5px 0 0; }
        footer #footer_inner #connection p a {
          color: #fff;
          text-decoration: none; }
          footer #footer_inner #connection p a:hover, footer #footer_inner #connection p a:active {
            color: #fff;
            text-decoration: underline; }
    footer #footer_inner #add {
      width: calc(100% - 350px);
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      footer #footer_inner #add ul {
        width: calc(100% - 180px);
        color: #fff; }
        footer #footer_inner #add ul li:nth-child(n+2) {
          margin: 1em 0 0; }
        footer #footer_inner #add ul li dl {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          footer #footer_inner #add ul li dl dt {
            width: 100px;
            background-color: #fff;
            color: #e60012;
            padding: 0.1em 0;
            height: 1.5em;
            text-align: center;
            font-weight: bold; }
          footer #footer_inner #add ul li dl dd {
            width: calc(100% - 110px); }
      footer #footer_inner #add p {
        width: 150px; }
  footer address {
    width: 96%;
    text-align: center;
    font-size: 87.5%;
    font-style: normal;
    margin: 5em auto 0;
    color: #fff; }

/*TOPへ戻るボタン設定*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 90%;
  z-index: 999;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold; }
  #page-top img {
    width: 70px;
    display: block;
    margin: 0 auto 0.5em; }
  #page-top a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 100px;
    background-color: #e60012;
    padding: 0.5em 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
  #page-top a:hover, #page-top a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  h1, header p {
    width: 1280px; }

  /*メイン*/
  .sp {
    display: none; }

  .video, #torishirabe01, #torishirabe02, #torishirabe03, #contact {
    width: 1280px; }

  /*フッター*/
  #footer_inner {
    width: 1280px; } }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/
  h1, header p {
    width: 96%; }

  /*メイン*/
  .video, #torishirabe01, #torishirabe02, #torishirabe03, #contact {
    width: 96%; }

  /*フッター*/
  #footer_inner {
    width: 96%; } }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  html {
    font-size: 16px; }

  /*ヘッダー*/
  /*メイン*/
  .sp {
    display: none; }

  #support h2 {
    font-size: 300%;
    text-align: center;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 1em; }
  #support .attention {
    width: 80%; }

  #blue #first_time {
    width: 75%; }
    #blue #first_time ul li dl dt {
      width: 35%; }
    #blue #first_time ul li dl dd {
      width: 61%; }
  #blue .men01 {
    width: 80%; }
  #blue .tenjikai_image {
    width: 80%; }
    #blue .tenjikai_image dt {
      width: 35%; }
    #blue .tenjikai_image dd {
      width: 60%; }

  #red {
    background-color: #E9473F;
    width: 100%;
    padding: 5em 0 15em;
    position: relative; }
    #red #rut {
      color: #fff; }
      #red #rut h2 {
        width: 96%;
        margin: 0 auto 0.5em; }
      #red #rut ul {
        width: 80%; }
      #red #rut .women {
        position: absolute;
        z-index: 0;
        bottom: 0;
        right: 5%;
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #red #rut .women h3 {
          font-size: 300%;
          text-align: center;
          font-family: "Dela Gothic One", sans-serif;
          font-weight: 400;
          font-style: normal;
          width: 75%;
          text-align: right; }
        #red #rut .women figure {
          width: 25%; }

  #green {
    padding: 5em 0 15em; }
    #green #inpact ul {
      width: 100%; }
    #green #inpact .men02 {
      left: 5%;
      width: 40%; }

  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  /*メイン*/
  .pc {
    display: none; }

  header #top_menu {
    margin: 2.5em 0 0; }
    header #top_menu h2 {
      width: 96%;
      margin: 0 auto 1em; }

  #support h2 {
    margin: 0 0 1em; }
  #support .attention {
    width: 80%; }

  #blue h2 {
    font-size: 250%; }
  #blue #first_time {
    width: 85%; }
    #blue #first_time ul li {
      margin: 0 0 0 10%; }
      #blue #first_time ul li .ya {
        position: absolute;
        left: -80px;
        top: -50%;
        width: 50px; }
      #blue #first_time ul li:nth-child(n+2) {
        margin: 3em 0 0 10%; }
      #blue #first_time ul li dl dt {
        width: 40%; }
      #blue #first_time ul li dl dd {
        width: 56%; }
  #blue .men01 {
    width: 80%; }
  #blue .tenjikai_image {
    width: 80%;
    flex-direction: column; }
    #blue .tenjikai_image dt {
      width: 35%; }
    #blue .tenjikai_image dd {
      font-size: 250%;
      width: 60%; }

  #red {
    background-color: #E9473F;
    width: 100%;
    padding: 5em 0 18em;
    position: relative; }
    #red #rut {
      color: #fff; }
      #red #rut h2 {
        width: 96%;
        margin: 0 auto 0.5em; }
      #red #rut ul {
        width: 80%; }
      #red #rut .women {
        position: absolute;
        z-index: 0;
        bottom: 0;
        right: 5%;
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #red #rut .women h3 {
          font-size: 250%;
          width: 75%;
          text-align: right; }
        #red #rut .women figure {
          width: 25%; }

  #green {
    padding: 5em 0 15em; }
    #green #inpact ul {
      width: 100%; }
    #green #inpact .men02 {
      left: 5%;
      width: 40%; }

  /*フッター*/
  footer #footer_inner {
    margin: 0 auto 8em;
    flex-direction: column; }
    footer #footer_inner #connection {
      width: 80%;
      margin: 0 auto; }
      footer #footer_inner #connection h2 {
        width: 300px;
        margin: 0 auto 2em; }
      footer #footer_inner #connection p {
        text-align: center; }
    footer #footer_inner #add {
      width: 100%;
      margin: 2em 0 0; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  .pc {
    display: none; }

  header #top_menu {
    margin: 2.5em 0 0; }
    header #top_menu h2 {
      font-size: 180%;
      width: 96%;
      margin: 0 auto 1em; }

  /*メイン*/
  #support h2 {
    font-size: 180%;
    margin: 0 auto 1em; }
    #support h2 br {
      display: none; }
  #support .attention {
    width: 74%; }
  #support .column {
    width: 80%;
    margin: 2.5em auto 0;
    flex-direction: column; }
    #support .column figure {
      width: 100%;
      margin: 1em 0 0; }
  #support .contents {
    margin: 1.5em auto 2.5em; }

  #blue {
    padding: 2.5em 0; }
    #blue h2 {
      font-size: 185%; }
      #blue h2 br {
        display: none; }
    #blue #first_time {
      width: 80%; }
      #blue #first_time ul li {
        margin: 0; }
        #blue #first_time ul li .ya {
          display: none; }
        #blue #first_time ul li:nth-child(n+2) {
          margin: 1.5em 0 0 0; }
        #blue #first_time ul li dl {
          flex-direction: column; }
          #blue #first_time ul li dl dt {
            width: 100%; }
          #blue #first_time ul li dl dd {
            width: 100%; }
    #blue .men01 {
      flex-direction: column;
      width: 80%;
      margin: 2em auto 0; }
      #blue .men01 .inner_01 {
        width: 100%; }
      #blue .men01 .inner_02 {
        width: 100%; }
    #blue .tenjikai_image {
      width: 80%;
      flex-direction: column; }
      #blue .tenjikai_image dt {
        width: 100%; }
      #blue .tenjikai_image dd {
        font-size: 180%;
        width: 100%;
        text-align: center; }
    #blue .contact_b a {
      width: 70%; }

  #red {
    padding: 2.5em 0 0em; }
    #red #rut {
      color: #fff; }
      #red #rut h2 {
        font-size: 200%; }
      #red #rut ul {
        width: 80%;
        flex-direction: column; }
        #red #rut ul li {
          width: 100%;
          margin: 0 0 1em; }
      #red #rut .women {
        position: static;
        z-index: 0;
        bottom: 0;
        right: 0;
        width: 90%;
        margin: 0 auto;
        flex-direction: column; }
        #red #rut .women h3 {
          font-size: 200%;
          width: 100%;
          text-align: center;
          margin: 1.5em 0 0; }
          #red #rut .women h3 br {
            display: none; }
        #red #rut .women figure {
          width: 50%;
          margin: 0 auto; }
      #red #rut .contact_b a {
        width: 70%; }

  #green {
    padding: 2.5em 0 0; }
    #green #inpact {
      width: 80%;
      margin: 0 auto;
      color: #fff; }
      #green #inpact h2 {
        font-size: 200%; }
      #green #inpact #photos {
        flex-direction: column; }
        #green #inpact #photos figure {
          width: 100%; }
      #green #inpact ul {
        width: 100%;
        margin: 2.5em auto 0; }
        #green #inpact ul li {
          flex-direction: column; }
          #green #inpact ul li:nth-child(n+2) {
            margin: 2em 0 0; }
          #green #inpact ul li figure {
            width: 100%; }
          #green #inpact ul li dl {
            width: 100%; }
      #green #inpact .contact_b a {
        width: 90%; }
      #green #inpact .men02 {
        position: static;
        z-index: 0;
        bottom: 0;
        left: 0;
        width: 100%; }

  /*フッター*/
  footer {
    margin: 0;
    padding: 1.5em 0 1em; }
    footer #footer_inner {
      flex-direction: column; }
      footer #footer_inner #connection {
        width: 100%; }
        footer #footer_inner #connection h2 {
          width: 250px;
          margin: 0 auto 1em; }
        footer #footer_inner #connection p {
          font-size: 160%;
          text-align: center; }
      footer #footer_inner #add {
        width: 100%;
        flex-direction: column;
        margin: 2em 0 0; }
        footer #footer_inner #add ul {
          width: 100%; }
          footer #footer_inner #add ul li:nth-child(n+2) {
            margin: 1em 0 0; }
          footer #footer_inner #add ul li dl {
            flex-direction: column; }
            footer #footer_inner #add ul li dl dt {
              width: 100px;
              margin: 0 auto 1em; }
            footer #footer_inner #add ul li dl dd {
              width: 100%;
              text-align: center; }
        footer #footer_inner #add p {
          width: 150px;
          margin: 2em auto 0; }
    footer address {
      width: 96%;
      text-align: center;
      font-size: 87.5%;
      font-style: normal;
      margin: 5em auto 0;
      color: #fff; }

  /*TOPへ戻るボタン設定*/
  #page-top img {
    display: none; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  /*ヘッダー*/
  #message {
    width: 200px; }

  /*メイン*/
  /*フッター*/ }
