@charset "UTF-8";

.support__main {
  position: relative;
  background: url("../img/support/main__bg.png");
  background-size: cover;
  background-attachment: fixed;
  margin-top: -30px;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: visible;
}
.support__main-in {
  background: url("../img/support/main__start.png") no-repeat;
  background-size: 1470px auto;
  background-position: center;
}
.support__main-in2 {
  background: url("../img/support/main__img.png") no-repeat;
  background-size: 700px auto;
  background-position: calc(50% + 400px) top;
  padding: 112px 0;
}
.support__main h1 img {
  position: relative;
  z-index: 1;
  width: 636px;
}
.support__cc {
  padding: 100px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 3em;
  text-align: center;
}
.support__cc span {
  background: linear-gradient(to bottom, transparent 50%, yellow 50%);
}
.support__h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
.support__about {
  display: flex;
}
.support__about img {
  display: block;
  width: 50%;
  border-radius: 20px;
}
.support__aboutR {
  flex: 1;
}
.support__aboutR-in {
  max-width: 382px;
  margin: 50px auto 0;
}
.support__aboutR-in {
  font-size: 16px;
}
.support__aboutR-txt {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0;
}
.support__change {
  font-size: 24px;
  margin: 100px 0 40px;
  text-align: center;
}
.support__startline {
  background: url("../img/support/startline.png") no-repeat;
  background-size: 1455px auto;
  background-position: center;
  padding: 65px 0;
  text-align: center;
}
.support__startline h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2em;
}
.support__statline-txt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 3em;
  margin: 30px 0 100px;
}
.support__merit-txt {
  margin: 30px 0 50px;
  font-size: 16px;
  text-align: center;
}
.support__merit {
  width: 1100px;
  margin: 0 auto 70px;
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  padding: 70px 40px;
}
.support__merit-fx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.support__merit-fxin {
  width: 32%;
  text-align: center;
  margin-bottom: 40px;
}
.support__merit-no { 
  background: #E9EEF5;
  border-radius: 30px;
  font-size: 16px;
  color: #153767;
  padding: 6px;
  text-align: center;
  margin-bottom: 20px;
}
.support__merit-fxin img {
  width: 117px;
  height: auto;
  margin-bottom: 20px;  
}
.support__merit-fxin h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #153767;
  line-height: 1.5em;
}

.support__vision {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.support__vision-txt {
  font-size: 16px;
  line-height: 3em;
  margin-bottom: 120px;
}
.support__vision h2 {
  padding: 30px 0;
  border-top: 1px solid #153767;
  border-bottom: 1px solid #153767;
  font-size: 36px;
  font-weight: bold;
  color: #153767;
  text-align: center;
}
.support__vision-en {
  margin-top: 100px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #153767;
}
.support__vision h3 {
  margin-bottom: 50px;
  font-size: 15px;
  font-weight: 400;
  color: #153767;
}
.support__vision h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.support__vision p {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2em;
}

.support__kadai {
  width: 1100px;
  margin: 150px auto 0;
  padding: 100px;
  background: #F7FBFF;
  border-radius: 20px;
  text-align: center;
}
.support__kadai h2 {
  font-size: 36px;
  font-weight: bold;
  color: #153767;
  margin-bottom: 50px;
}
.support__kadai img {
  margin-bottom: 70px;
}
.support__kadai-txt1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 2.5em;
  margin-bottom: 50px;
}
.support__kadai-txt2 {
  margin-bottom: 50px;
  padding: 30px;
  border: 2px solid #153767;
  border-radius: 10px;
  background: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.support__kadai-txt3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 70px;
}
.support__btn {
  position: relative;
  background: #153767 url("../img/btn_arr_wh.svg") no-repeat;
  background-position: top 30px right 30px;
  border-radius: 50px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s;
}
.support__btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

.support__btn span {
  font-size: 15px;
  font-weight: normal;
}
.support__btn a { 
  display: block;
  padding: 11px 0 17px;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}


.ttl-en {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #153767;
  margin-bottom: 34px;
}
.ttl-en::before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: #153767;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}
.ttl-jp {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}



@media (max-width: 767px) {

  .support__main {
    margin-top: 0;
    background: none;
  }
  .support__cc {
    padding: 20px 20px 70px;
    text-align: left;
    line-height: 2em;
  }
  .support__h2 {
    font-size: 6vw;
    line-height: 2em;
  }
  .support__about {
    display: block;
  }
  .support__about img {
    width: 100%;
  }
  .support__aboutR-txt {
    text-align: center;
  }
  .support__change {
    margin: 50px 0 0px;
  }
  .support__startline h3 {
    font-size: 4vw;
  }
  .support__statline-txt {
    text-align: left;
    padding: 0 20px;
    line-height: 2em;
  }
  .support__merit {
    width: 100%;
    padding-bottom: 20px;
    }
  .support__merit-fx {
    display: block;
  }
  .support__merit-fxin {
    width: 100%;
  }
  .ttl-en {
    font-size: 6.0vw;
    margin-bottom: 34px;
  }
  .ttl-jp {
    font-size: 7.0vw;
    line-height: 1.7em;
  }
  .support__vision {
    width: 100%;
    padding: 0 20px;
  }
  .support__vision-txt {
    text-align: left;
  }
  .support__vision h2 {
    font-size: 6vw;
  }
  .support__kadai {
    width: 100%;
    padding: 70px 20px;
  }

.support__kadai h2 {
  font-size: 6vw;
  line-height: 2em;
}
.support__kadai img {
  margin-bottom: 50px;
}
.support__kadai-txt1 {
  font-size: 18px;
  line-height: 2em;
}
.support__kadai-txt2 {
  padding: 20px;
  font-size: 16px;
  text-align: left;
}
.support__kadai-txt3 {
  font-size: 5vw;
  margin-bottom: 50px;
  text-align: left;
}



}



