body {
    font-family: "Hiragino Kaku Gothic ProN";
}

.header {
    background-color: black;
    color: cornsilk;
}
.header-logo {
    float: left;
    font-size: 36px;
    padding: 20px 40px;
}
.header-list li{
    float: left;
    list-style: none;
    padding: 33px 20px;
}


.wrapper2{
    overflow:hidden; /* スクロールバー消し */
    width: 100%;
    height: 40vw;
    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 150px;

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

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

  font-size: 3vw;

  text-align: left;
}

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

  font-size: 1vw;

  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));
  }

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


.trigger0 {
  transform:translateX(150px);　/* 最初は元の位置より左にずらしておく */
  opacity:0;  /* 最初は非表示にしておく */
  transition:opacity 1s,transform 1.5s;　/* 透明度と位置を設定 */
}


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

  position: relative;
  display: inline-block;
  width: 40vw;
  height: 7vw;

  top: 10vh;
  left: 10vw;
  z-index: 2;

}

.trigger1 {
  transform:translateX(150px);　/* 最初は元の位置より左にずらしておく */
  opacity:0;  /* 最初は非表示にしておく */
  transition:opacity 1s,transform 2s;　/* 透明度と位置を設定 */
}


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

  position: relative;
  display: inline-block;
  width: 40vw;
  height: 7vw;

  top: 12vh;
  left: 13vw;
  z-index: 2;

}

.trigger2 {
  transform:translateX(150px);　/* 最初は元の位置より左にずらしておく */
  opacity:0;  /* 最初は非表示にしておく */
  transition:opacity 1s,transform 2s;　/* 透明度と位置を設定 */
}


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

  position: relative;
  display: inline-block;
  width: 40vw;
  height: 7vw;

  top: 14vh;
  left: 16vw;
  z-index: 2;

}


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

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


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

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

  top: 10vw;
  left: -10%;

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

  text-align: right;

}

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

  top: 13vw;
  left: -10%;
  text-align: right;
  font-size: 2vw;
  line-height: 60%;

}

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

  width: 100%;
  height: 60vw;
  background-image: url("../image/lo.png"),  url("../image/back5.png");     /* 背景画像指定 */
  background-size: 350px,100%;
  background-repeat:  no-repeat;                              /* 背景の繰り返し設定 */
  background-position: left 105% top 500px , left 0px bottom ;

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

  width: 100%;
  height: 8vw;

  background-color: #00558e;
}

.link1-style{
  overflow:hidden; /* スクロールバー消し */
  margin-top: 0.8vw;
  position: relative;
  height: auto;
  width: 22%;
  top:20%;
  left: 20%;
}

.link2-style{
  overflow:hidden; /* スクロールバー消し */
  margin-top: 0.8vw;
  position: relative;
  height: auto;
  width: 22%;
  top:20%;
  left: 35%;

}

.wrapper4 h1{
  position: relative;

  top: 8vw;
  left: 7.8%;

  font-size: 2vw;

  text-align: left;
}
.wrapper4 p{
  position: relative;
  top: 8.2vw;
  left: 8%;

  font-size: 1.5vw;

  line-height: 50%;

  text-align: left;
}


.wrapper4 h2{
  position: relative;
  top: 8vw;
  left: 8%;

  font-size: 1vw;

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

  text-align: left;
}

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

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

@media screen and (min-width: 640px) {
  .ball1-style{
    overflow:hidden; /* スクロールバー消し */

    position: relative;
    width: 12%;
    height: auto;

    bottom:  5vw;
    left: 14%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  10vw;
    left: 33.5%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  21vw;
    left: 51%;
  }
}
@media screen and (min-width: 700px) {
  .ball1-style{
    overflow:hidden; /* スクロールバー消し */

    position: relative;
    width: 12%;
    height: auto;

    bottom:  2vw;
    left: 14%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  8vw;
    left: 33.5%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  18vw;
    left: 51%;
  }
}
@media screen and (min-width: 750px) {
  .ball1-style{
    overflow:hidden; /* スクロールバー消し */

    position: relative;
    width: 12%;
    height: auto;

    bottom:  0vw;
    left: 14%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  7vw;
    left: 33.5%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  16vw;
    left: 51%;
  }
}
@media screen and (min-width: 800px) {
  .ball1-style{
    overflow:hidden; /* スクロールバー消し */

    position: relative;
    width: 12%;
    height: auto;

    bottom:  -2vw;
    left: 14%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  2vw;
    left: 33.5%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  14vw;
    left: 51%;
  }
}
@media screen and (min-width: 840px) {
  .ball1-style{
    overflow:hidden; /* スクロールバー消し */

    position: relative;
    width: 12%;
    height: auto;

    bottom:  -2vw;
    left: 14%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  3vw;
    left: 33.5%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  12vw;
    left: 51%;
  }
}
@media screen and (min-width: 900px) {
  .ball1-style{
    overflow:hidden; /* スクロールバー消し */

    position: relative;
    width: 12%;
    height: auto;

    bottom:  -7vw;
    left: 14%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  -1vw;
    left: 33.5%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  8vw;
    left: 51%;
  }
}
@media screen and (min-width: 960px) {
  .ball1-style{
    overflow:hidden; /* スクロールバー消し */

    position: relative;
    width: 12%;
    height: auto;

    bottom:  -9vw;
    left: 14%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  -3vw;
    left: 33.5%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  8vw;
    left: 51%;
  }
}
@media screen and (min-width: 1020px) {
  .ball1-style{
    overflow:hidden; /* スクロールバー消し */

    position: relative;
    width: 12%;
    height: auto;

    bottom:  -9vw;
    left: 14%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  -3vw;
    left: 33.5%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  7vw;
    left: 51%;
  }
}
@media screen and (min-width: 1120px) {
  .ball1-style{
    overflow:hidden; /* スクロールバー消し */

    position: relative;
    width: 12%;
    height: auto;

    bottom:  -9vw;
    left: 14%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  -3vw;
    left: 33.5%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  7vw;
    left: 51%;
  }
}
@media screen and (min-width: 1200px) {
  .ball1-style{
    overflow:hidden; /* スクロールバー消し */

    position: relative;
    width: 12%;
    height: auto;

    bottom:  -11vw;
    left: 14%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  -5vw;
    left: 33.5%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  4vw;
    left: 51%;
  }
}

@media screen and (min-width: 1400px) {
  .ball1-style{
    overflow:hidden; /* スクロールバー消し */

    position: relative;
    width: 12%;
    height: auto;

    bottom:  -16vw;
    left: 14%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  -10vw;
    left: 33.5%;
  }

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

    position: relative;
    width: 12%;
    height: auto;

    bottom:  1vw;
    left: 51%;
  }
}




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

  height: 50vw;
  background-color: #21558c;

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

}

.wrapper6 iframe{
  width: 60%;
  height: 45vw;
}


.boxtext {
  animation: moveBg 20s infinite linear;
}


.container {
    width: 1170px
    padding: 0 15px;
    margin: 0 auto;
}
.container h1 {
    /* 透明度 */
    opacity: 0.7;
}
.container p {
    opacity: 0.7;
}


.radio_hidden {
    display: none;
	}

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

      padding: 10px 0 70px 0;
      width: 100%;
      height: 70px;
      text-align: left;
      background-color: #e3edf2;
      line-height: 50%;
      font-size: 0.8vw;
  }
  .footer-text {
    padding: 10px;
  font-weight: bold;
      color: #fff;
    }

  .to-top{
  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;
}

.fadein{
  opacity:1;
  transform:translateX(0);
}

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

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

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

}

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

  font-size: 2.5vw;

  line-height: 50%;

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

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

  font-size: 2vw;

  line-height: 50%;

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

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

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

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

  background-image:   url("../image/mftp-pc.png");     /* 背景画像指定 */
  background-size:70%;
  background-repeat:  no-repeat;                              /* 背景の繰り返し設定 */
  background-position:left 35% top 89%;

}


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

  font-size: 2.5vw;

  line-height: 50%;

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

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

  font-size: 2vw;

  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: 50vw;
  background-color: #21558c;

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

}

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

  font-size: 2.5vw;

  line-height: 50%;

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


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

.btn-flat-border:hover {
    background: #2D66B8;
    color: white;
}
