body {
    font-family: "Hiragino Kaku Gothic ProN";
    margin-top: 60px;
}

footer {

   position: relative;
    background-image: url("../image/MT_logo.png");
    background-size: 20%;
    background-repeat:  no-repeat;                              /* 背景の繰り返し設定 */
    background-position: top 55% left 90%;


    width: 100%;
    height: 100px;
    text-align: left;
    padding: 20px 20px;
    background-color: #e3edf2;
    line-height: 70%;
    font-size: 2vw;
}
.footer-text {

    color: #fff;
  }

  .rec {
    overflow:hidden; /* スクロールバー消し */

    width: 100%;
    height: 250vw;
    background-color: #21558c;

    background-image:   url("../image/r1.png"), url("../image/r2.png"), url("../image/r3.png");     /* 背景画像指定 */
    background-size:60%,60%,60%;
    background-repeat:  no-repeat;                              /* 背景の繰り返し設定 */
    background-position:left 50% top 12%, left 50% top 49% , left 50% top 86% ;

  }

  .rec h1{
    position: relative;
    top: 8vw;
    left: 10%;

    font-size: 5vw;

    line-height: 50%;

    text-align: left;
    color: #FFFFFF;
  }

  .rec p{
    position: relative;
    top: 9vw;
    left: 10%;

    font-size: 4vw;

    line-height: 50%;

    text-align: left;
    color: #FFFFFF;
  }

  .rec hr{
    position: relative;
    top: 9vw;
    width: 80%;
    align: center;
    color: #FFFFFF;
  }

  .to-top{
    overflow:hidden; /* スクロールバー消し */

  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  right: 0;
  bottom: 0;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
    background-repeat:  no-repeat;
  background-image: url("../image/ue.png");
  background-size: 100%;
  cursor: pointer;
  }

  .mftp {
    overflow:hidden; /* スクロールバー消し */

    width: 100%;
    height: 120vw;
    background-color: #00558e;

    background-image:   url("../image/mobile.jpg");     /* 背景画像指定 */
    background-size:80%;
    background-repeat:  no-repeat;                              /* 背景の繰り返し設定 */
    background-position:left 50% top 65%;

  }


  .mftp h1{
    position: relative;
    top: 7.2vw;
    left: 10%;

    font-size: 5vw;

    line-height: 50%;

    text-align: left;
    color: #FFFFFF;
  }

  .mftp p{
    position: relative;
    top: 8vw;
    left: 10%;

    font-size: 4vw;

    line-height: 50%;

    text-align: left;
    color: #FFFFFF;
  }

  .mftp hr{
    position: relative;
    top: 8vw;
    width: 80%;
    align: center;
    color: #FFFFFF;
  }

  .mftp2 {
    overflow:hidden; /* スクロールバー消し */

    width: 100%;
    height: 60vw;
    background-color: #00558e;

    background-image:   url("../image/mire3.jpg");     /* 背景画像指定 */
    background-size:80%;
    background-repeat:  no-repeat;                              /* 背景の繰り返し設定 */
    background-position:left 50% top 50%;

  }

  .mftp2 h1{
    position: relative;
    top: 7.2vw;

    font-size: 4vw;

    line-height: 50%;

    text-align: center;
    color: #FFFFFF;
  }



  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
.pc { display: none !important; }
}

.wrapper2{
    overflow:hidden; /* スクロールバー消し */
    width: 100%;
    height: 220vw;
    background-color: #FFFFFF;

    background-image: url("../image/maru.png"),url("../image/maru2.png");     /* 背景画像指定 */
    background-size: 30%,20%;
    background-repeat:  no-repeat;                              /* 背景の繰り返し設定 */
    background-position: left 0px top 0px, right 0px top 100vh;

    /* 中央揃え */
    text-align: center;
}

.wrapper2 h1{
  position: relative;
  top: 0.5vw;
  left: 10%;

  font-size: 4vw;
  font-weight: bold;

  text-align: left;
}

.wrapper2 p{
  position: relative;
  top: 0.5vw;
  left: 10%;

  font-size: 3vw;

  line-height: 40%;
  font-weight: bold;

  text-align: left;
}

.drop-shadow {
  overflow:hidden; /* スクロールバー消し */


    -webkit-filter: drop-shadow(4px 4px 10px rgba(0,0,0,.8));
    filter: drop-shadow(4px 4px 10px rgba(0,0,0,.8));
  }

  .trigger0 {
    }

  .trigger0 img{
    overflow:hidden; /* スクロールバー消し */

    position: relative;
    display: inline-block;
    width: 60vw;
    height: auto;

    top: 10vh;
    left: center;
    margin-bottom: 7vw;

  }

.wrapper3 {
  overflow:hidden; /* スクロールバー消し */

  width: 100%;
  height: 36vw;
  background-image: url("../image/suit.png");     /* 背景画像指定 */
  background-size: 150vw;
  background-repeat:  no-repeat;
  background-position: center;


  justify-content: center;/* 3 */
		align-items: center;    /* 4 */
}

.wrapper3 h1{
  color: #4682b4;
  position: relative;

  top: 10vw;
  left: -10%;

  font-size: 2vw;
  line-height: 60%;

  text-align: right;

}

.wrapper3 p{
  color: #4682b4;
  position: relative;

  top: 14vw;
  left: -10%;

  font-size: 3vw;
  line-height: 60%;
  text-align: right;

}

.btn-flat-border {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #2D66B8;
    border: solid 2px #2D66B8;
    border-radius: 3px;
    transition: .4s;
}

.wrapper4 {
  overflow:hidden; /* スクロールバー消し */

  width: 100%;
  height: 320vw;
  background-color: #e3edf2;

}

.wrapper4-link{
  overflow:hidden; /* スクロールバー消し */

  width: 100%;
  height: 30vw;
  padding-top: 10px;

  background-color: #00558e;
}

.link1-style{
  overflow:hidden; /* スクロールバー消し */

  position: relative;
  height: auto;
  width: 50%;
  top:30%;
  left: 25%;
}

.link2-style{
  overflow:hidden; /* スクロールバー消し */

  position: relative;
  height: auto;
  width: 50%;
  top:20%;
  left: 25%;

}

.wrapper4 h1{
  position: relative;

  top: 8vw;
  left: 10%;

  font-size: 4vw;
  line-height: 70%;

  text-align: left;
  font-weight: bold;
}
.wrapper4 p{
  position: relative;
  top: 8.2vw;
  left: 10%;

  font-size: 3vw;

  line-height: 50%;

  text-align: left;
  font-weight: bold;
}

.ball1-style{
  overflow:hidden; /* スクロールバー消し */

  position: relative;

  width: 40%;
  height: auto;

  bottom:  5vw;
  left: 28%;
  margin-bottom: 12px;
}

.ball2-style{
  overflow:hidden; /* スクロールバー消し */

  position: relative;

  width: 50%;
  height: auto;

  bottom:  5vw;
  left: 25%;
  margin-bottom: 12px;
}

.fadeball {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadeball.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}





.wrapper6 {
  overflow:hidden; /* スクロールバー消し */

  height: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
  background-color: #00558e;

    /* background-image: url("css_images/1.jpg"); */
    /*画像のサイズが足りない部分は繰り返しになるが、これをかけばいい感じにしてくれる*/
    /* background-size: cover; */
    color: black;
    /* 中央揃え */
    text-align: center;
}
