@charset "UTF-8";
@import url("reset.css");
@import url("../contact_form/mfp.statics/mailformpro.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  background-image: url("../img/base/back01.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: left top; }

main {
  display: block; }

a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8; }

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

.fade.view {
  opacity: 1; }

/*ヘッダー*/
header {
  background-color: #000; }
  header h1 {
    margin: 0 auto; }
  header p {
    margin: 0 auto;
    color: #fff;
    font-size: 120%;
    text-align: center; }
    header p span {
      font-weight: bold;
      font-size: 156%;
      line-height: 1.5;
      color: #e60012; }

/*メイン*/
.video {
  margin: 0 auto;
  position: relative;
  padding-top: 46.25%; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.back_01 {
  background-color: #000;
  padding: 3em 0; }

.back_02 {
  background-image: url("../img/top/back01.jpg");
  background-position: left bottom;
  background-repeat: repeat;
  background-size: 150px auto;
  padding: 3em 0 9em; }

.back_03 {
  background-color: #000;
  padding: 3em 0 9em; }

.back_04 {
  background-color: #000;
  padding: 3em 0 9em;
  position: relative; }
  .back_04:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #000; }

.btn a {
  position: relative;
  display: inline-block;
  font-family: "M PLUS Rounded 1c";
  background-color: #e60012;
  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; }
  .btn a:hover, .btn a:active {
    color: #fff;
    text-decoration: none;
    background-color: #FF1123; }
  .btn a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e60012; }

#torishirabe01 {
  margin: 5em auto 0; }
  #torishirabe01 h2 {
    font-size: 250%;
    color: #e60012;
    font-family: "Noto Sans JP";
    text-align: center;
    background-color: #000;
    padding: 10px 1%; }
  #torishirabe01 ol {
    margin: 3em auto 0;
    counter-reset: list;
    list-style-type: none;
    padding: 0;
    width: 80%; }
    #torishirabe01 ol li {
      position: relative;
      margin: 1em 0 0;
      padding-left: 60px;
      font-weight: bold;
      font-size: 156%;
      line-height: 50px;
      color: #fff; }
      #torishirabe01 ol li span {
        background-color: #000;
        color: #e60012;
        vertical-align: middle;
        font-size: 80%;
        padding: 0.1em 1%;
        margin: 0 0 0 16px;
        font-weight: normal;
        font-family: "Sawarabi Mincho"; }
      #torishirabe01 ol li::before {
        counter-increment: list;
        content: counter(list);
        position: absolute;
        left: 0px;
        width: 50px;
        height: 50px;
        text-align: center;
        color: #fff;
        line-height: 50px;
        background: #e60012;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      #torishirabe01 ol li::after {
        content: "";
        display: block;
        position: absolute;
        left: 50px;
        height: 0;
        width: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #e60012;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

#torishirabe02 {
  margin: 5em auto; }
  #torishirabe02 #set {
    width: 50%;
    margin: 4em auto 0;
    position: relative; }
    #torishirabe02 #set figure {
      width: 100%; }
    #torishirabe02 #set h2 {
      position: absolute;
      top: 0;
      left: -50px;
      width: 400px;
      transform: rotate(-15deg); }
  #torishirabe02 table {
    width: 70%;
    margin: 3em auto 0;
    border: 1px solid #ccc; }
    #torishirabe02 table tr {
      border-bottom: 1px solid #ccc; }
      #torishirabe02 table tr th {
        border-right: 1px solid #ccc;
        padding: 1em 2%;
        width: 200px;
        background-color: #e60012;
        color: #fff;
        vertical-align: top; }
      #torishirabe02 table tr td {
        padding: 1em 2%; }
  #torishirabe02 dl {
    margin: 3em 0 0; }
    #torishirabe02 dl dt {
      font-size: 187%;
      font-weight: bold;
      font-family: "Sawarabi Mincho";
      text-align: center;
      width: 65%;
      margin: 0 auto; }
    #torishirabe02 dl dd {
      margin: 2em 0 0;
      font-size: 120%; }
      #torishirabe02 dl dd span {
        font-size: 156%;
        line-height: 1.5;
        font-weight: bold;
        display: block;
        color: #e60012; }

#torishirabe03 {
  margin: 0 auto;
  color: #fff;
  font-size: 120%; }
  #torishirabe03 h2 {
    font-size: 250%;
    color: #e60012;
    font-family: "Noto Sans JP";
    text-align: center; }
  #torishirabe03 .to03_top {
    font-size: 156%;
    font-weight: bold;
    font-family: "Sawarabi Mincho";
    border: 1px solid #ccc;
    padding: 0.5em 2%; }
  #torishirabe03 .report {
    margin: 1em 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #torishirabe03 .report p {
      width: calc(100% - 520px); }
      #torishirabe03 .report p span {
        color: #e60012;
        font-weight: bold;
        font-size: 156%;
        line-height: 1.5; }
    #torishirabe03 .report figure {
      width: 500px; }
  #torishirabe03 .report02 {
    margin: 1em 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between; }
    #torishirabe03 .report02 p {
      width: calc(100% - 620px); }
      #torishirabe03 .report02 p span {
        color: #e60012;
        font-weight: bold;
        font-size: 156%;
        line-height: 1.5; }
    #torishirabe03 .report02 figure {
      width: 600px; }

#contact {
  margin: 5em auto 0; }
  #contact h2 {
    font-size: 250%;
    color: #e60012;
    font-family: "Noto Sans JP";
    margin: 1em auto 0;
    text-align: center; }

.inp01 {
  width: 25% !important; }

.inp02 {
  width: 35% !important; }

.inp03 {
  width: 60% !important; }

/*フッター*/
footer {
  line-height: 1.5;
  margin: 8em 0 0;
  padding: 3em 0 1em;
  background-color: #e60012; }
  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; }

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

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

  #torishirabe02 #set figure {
    width: 100%; }
  #torishirabe02 #set h2 {
    width: 300px; }
  #torishirabe02 table {
    width: 90%; }
  #torishirabe02 dl {
    margin: 3em 0 0; }
    #torishirabe02 dl dt {
      width: 80%; }

  #torishirabe03 .report {
    flex-direction: column; }
    #torishirabe03 .report p {
      width: 100%; }
    #torishirabe03 .report figure {
      width: 80%;
      margin: 2em auto 0; }
  #torishirabe03 .report02 {
    flex-direction: column; }
    #torishirabe03 .report02 p {
      width: 100%; }
    #torishirabe03 .report02 figure {
      width: 80%;
      margin: 2em auto 0; }

  .inp01 {
    width: 25% !important; }

  .inp02 {
    width: 65% !important; }

  .inp03 {
    width: 80% !important; }

  /*フッター*/
  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 p {
    font-size: 110%;
    text-align: left; }
    header p span {
      font-size: 130%; }

  /*メイン*/
  .video {
    padding-top: 56.25%; }

  .back_01 {
    padding: 1.5em 0; }

  .back_02 {
    background-size: 75px auto;
    padding: 1.5em 0 4.5em; }

  .back_03 {
    padding: 1.5em 0 4.5em; }

  .back_04 {
    padding: 1.5em 0 4.5em; }

  .btn {
    line-height: 1.5; }
    .btn a {
      width: 80%;
      font-size: 156%; }

  #torishirabe01 {
    margin: 1.25em auto 0; }
    #torishirabe01 h2 {
      font-size: 140%;
      text-align: left; }
    #torishirabe01 ol {
      width: 100%;
      margin: 1.5em auto 0; }
      #torishirabe01 ol li {
        font-size: 115%;
        line-height: 1.5; }

  #torishirabe02 {
    margin: 2.5em auto; }
    #torishirabe02 #set {
      width: 80%;
      margin: 2em auto 0;
      position: relative; }
      #torishirabe02 #set figure {
        width: 100%; }
      #torishirabe02 #set h2 {
        left: 0px;
        width: 200px; }
    #torishirabe02 table {
      width: 100%;
      margin: 1.5em auto 0;
      border: none; }
      #torishirabe02 table tr {
        border-bottom: none; }
        #torishirabe02 table tr th {
          display: block;
          border-right: none;
          width: 96%;
          text-align: left; }
        #torishirabe02 table tr td {
          display: block;
          padding: 1em 2%;
          margin: 0 0 1em; }
    #torishirabe02 dl {
      margin: 1.5em 0 0; }
      #torishirabe02 dl dt {
        font-size: 160%;
        width: 100%;
        margin: 0 auto;
        line-height: 1.5;
        text-align: left; }
      #torishirabe02 dl dd span {
        font-size: 140%; }

  #torishirabe03 {
    margin: 0 auto;
    color: #fff;
    font-size: 110%; }
    #torishirabe03 h2 {
      font-size: 160%; }
    #torishirabe03 .to03_top {
      font-size: 130%; }
    #torishirabe03 .report {
      flex-direction: column; }
      #torishirabe03 .report p {
        width: 100%; }
        #torishirabe03 .report p span {
          font-size: 130%; }
      #torishirabe03 .report figure {
        width: 100%;
        margin: 0 0 1em; }
    #torishirabe03 .report02 {
      flex-direction: column; }
      #torishirabe03 .report02 p {
        width: 100%; }
        #torishirabe03 .report02 p span {
          font-size: 130%; }
      #torishirabe03 .report02 figure {
        width: 100%;
        margin: 0 0 1em; }

  #contact {
    margin: 2.5em auto 0; }
    #contact h2 {
      font-size: 160%; }

  .inp01 {
    width: 32% !important; }

  .inp02 {
    width: 75% !important; }

  .inp03 {
    width: 100% !important; }

  /*フッター*/
  footer {
    margin: 4em 0 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; }

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