@charset "UTF-8";
body {
  /*改行　PCでは無効（改行しない）*/
  /*スマートフォンでは有効（改行する）*/
}
body .hover4 {
  transition: all 0.3s ease 0s;
}
body .hover4:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}
body .sma {
  display: none;
}
@media screen and (max-width: 868px) {
  body .sma {
    display: block;
  }
}

.article .band {
  background-color: #010a48;
  width: 40%;
  height: 5vw;
  margin-top: 200px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  padding: 1rem 2rem;
  box-shadow: 8px 8px 0 #bd271b;
  /*見出しフェードイン*/
  animation-name: fadeLeft;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 737px) {
  .article .band {
    background-color: #010a48;
    width: 50%;
    height: 10vw;
    margin-top: 150px;
    position: relative;
    text-align: center;
    padding: 1rem 2rem;
    box-shadow: 5px 5px 0 #bd271b;
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.article .band .title {
  font-weight: bold;
  font-size: 32px;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 737px) {
  .article .band .title {
    font-weight: bold;
    font-size: 15px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

/*見出し　まとめ*/
.main {
  margin: 80px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  /*小見出し*/
  /*メンバーまとめ*/
}
.main .subtitle {
  font-weight: bold;
  font-size: 28px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: solid 2px #bd271b;
}
.main .subtitle .under {
  display: block;
  border-bottom: solid 1px #f5f5f5;
  bottom: -3px;
  width: 100%;
}
@media screen and (max-width: 737px) {
  .main{
      margin: 70px 30px 50px;
  }
  .main .subtitle {
    font-size: 20px;
  }
}
/*パイロットまとめ*/
.main .contact-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 0;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro",
    Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana,
    sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  font-weight: 500;
  box-sizing: border-box;
  margin: 0;
  justify-content: center;
  align-items: flex-start;
}
.main .contact-list .item {
  width: 33%;
  padding: 1px 0 10px 0;
  list-style: none;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background: #f5f5f5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro",
    Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana,
    sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  font-weight: 500;
  box-sizing: border-box;
  margin: 1px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .main .contact-list .item {
    width: 40%;
    padding: 1px 0 100px 0;
  }
}
@media screen and (max-width: 737px) {
  .main .contact-list .item {
    width: 100%;
    padding: 20px 10px 20px 10px;
    margin-top: 10px;
  }
}
/*パイロットまとめ写真*/
.main .contact-list .item .img {
  max-width: 95%;
  width: 95%;
  transition-delay: 0.55s;
  visibility: visible;
  margin-top: 5%;
  margin-left: 2.5%;
}
.main .contact-list .item .txt-basic {
  background-color: #fff;
  text-align: center;
  position: relative;
  padding: 20px 20px 50px;
  font-weight: 500;
  margin: -15% 20px 0 20px;
  border-radius: 5px 5px 5px 5px;
}
.main .contact-list .item .txt-basic h3 {
  -webkit-text-size-adjust: 100%;
  color: #333;
  -webkit-font-smoothing: antialiased;
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1;
  margin-bottom: 16px;
  font-size: 2.4rem;
  border-bottom: 1px solid #bd271b;
}
.main .contact-list .item .txt-basic p {
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W6", "Hiragino Kaku Gothic Pro",
    Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  list-style: none;
  font-size: 1.3rem;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 738px) {
  .main .contact-list .item .txt-basic p .kate {
    font-size: 14px;
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 737px) {
  .main .contact-list .item .txt-basic h3 {
    font-size: 16px;
  }
  .main .contact-list .item .txt-basic p .kate {
    font-size: 14px;
  }
}
.main .contact-list .item .txt-basic .tel small {
  line-height: 1;
  box-sizing: border-box;
  display: block;
  font-size: 1rem;
  background: #fff004;
  padding: 8px;
  border-radius: 20px;
  width: 45px;
  margin-right: 7px;
}
.main .contact-list .item .txt-basic .tel img {
  width: 10%;
  height: auto;
  margin-top: 5%;
}




/*coming_soon*/
.coming_txt{
  -webkit-text-size-adjust: 100%;
  color: #333;
  -webkit-font-smoothing: antialiased;
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 2rem;
}
@media screen and (min-width: 738px) {
  .main .contact-list .item2 .txt-basic p .kate {
    font-size: 1.2rem;
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 737px) {
  .coming_txt{
    font-size: 14px;
    
  }
  
}

.main .contact-list .item2 .txt-basic .tel small {
  line-height: 1;
  box-sizing: border-box;
  display: block;
  font-size: 1rem;
  background: #fff004;
  padding: 8px;
  border-radius: 20px;
  width: 45px;
  margin-right: 7px;
}
.main .contact-list .item2 .txt-basic .tel img {
  width: 15%;
  height: auto;
}

/*パイロット紹介*/
.pilotmore img {
  width: 100vw;
  height: 50vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 70%;
  object-position: 0% 70%;
  transform: translateY(160px);
}
.pilotmore .section__inner--member {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: auto;
  margin: auto;
  color: #333;
  box-sizing: inherit;
  font-size: inherit;
  line-height: inherit;
  border-style: solid;
  border-width: 0;
  margin: 0vw 20vw;
  padding: 5vw 5vw;
  background: #fff;
  transform: translate(80px, -150px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#takahashi.pilotmore .section__inner--member {
  margin: 0vw 20vw 0vw 20vw;
  transform: translate(80px, -50px);
}
#hashimoto.pilotmore .section__inner--member {
  margin: -10vw 20vw 0vw 20vw;
  transform: translate(80px, -50px);
}
#naruse.pilotmore .section__inner--member {
  margin: 0vw 20vw 0vw 20vw;
  transform: translate(-200px, -150px);
}
#tazawa.pilotmore .section__inner--member {
  margin: 15vw 20vw 0vw 20vw;
  transform: translate(-200px, -150px);
}
#tanaka.pilotmore .section__inner--member {
  margin:  15vw 20vw 0vw 20vw;
  transform: translate(0px, -200px);
}
div.member-prof {
  margin-left: 10px;
}
div.member-prof__data {
  margin: auto;
  width: 100%;
}
h2.member-prof__name {
  font-weight: 600;
  font-size: 2rem;
}
h2.member-prof__name span {
  font-size: 1.5rem;
  margin-left: 1%;
}
div.member-prof__content {
  margin-left: 2%;
}
@media screen and (min-width: 750px) {
  .pilotmore .section__inner--member .member-prof {
    display: flex;
  }
  .pilotmore .section__inner--member .member-prof .member-prof__data {
    flex-basis: 40%;
    padding-right: 4.1666666667%;
  }
  .pilotmore .section__inner--member .member-prof .member-prof__content {
    flex: 1;
    padding-left: 10%;
    border-left: 1px solid #dadada;
  }
  .show_more{
    display: none;
  }
  /*.pilotmore .section__inner--member .member-prof .member-prof__text {
    margin-bottom: 30px;
  }
  */
}
@media screen and (max-width: 737px) {
  .pilotmore{
    margin-top: -80px;
  }
  .pilotmore img {
    width: 100vw;
    height: 70vw;
  }
  h2.member-prof__name{
    font-size: 16px;
  }
  .member-prof__text{
    /*margin-left: 0px;*/
    font-size: 14px; 
  }
  #takahashi.pilotmore .section__inner--member {
    margin: 20vw 20vw -15vw 20vw;
  }
  #hashimoto.pilotmore .section__inner--member {
    margin: 20vw 20vw -15vw 20vw;
  }
  #naruse.pilotmore .section__inner--member {
    margin: 30vw 20vw -15vw 20vw;
    transform: translate(-80px, -80px);
  }
  #tazawa.pilotmore .section__inner--member {
    margin: 10vw 20vw -15vw 20vw;
    transform: translate(-80px, 80px);
  }
  #tanaka.pilotmore .section__inner--member {
    margin: 80vw 20vw -15vw 20vw;
  }
}

.pilotmore .QandA {
  margin: 80px 80px 20px 80px;
  padding: 60px;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-30px);
}
#hashimoto.pilotmore .QandA {
  margin-top: 180px;
}
#naruse.pilotmore .QandA {
  margin-top: 20px;
}
#tazawa.pilotmore .QandA {
  margin-top: -30px;
}
#tanaka.pilotmore .QandA {
  margin-top: -80px;
}
.pilotmore .QandA h3 {
  font-weight: bold;
  font-size: 2rem;
  margin-left: 50px;
  margin-top: 25px;
}
.pilotmore .QandA p {
  font-size: 1.4rem;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  text-align: left;
} 
/*# sourceMappingURL=pilot_int.css.map */
@media screen and (max-width: 737px) {
  .pilotmore .QandA {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }
  #takahashi.pilotmore .QandA {
    margin-top: 100px;
  }
  #hashimoto.pilotmore .QandA {
    margin-top: 90px;
  }
  #naruse.pilotmore .QandA {
    margin-top: 60px;
  }
  #tazawa.pilotmore .QandA {
    margin-top: 220px;
  }
  #tanaka.pilotmore .QandA {
    margin-top: -120px;
  }
  .pilotmore .QandA h3 {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 50px;
    margin-top: 25px;
  }
  .pilotmore .QandA p{
    font-size: 14px;
  }
.more_wrapper {
  width:  100%;
  margin: 30px auto;
  font-size: 1.6rem;
  line-height: 1.5;
}
.more_text_wrapper {
  position: relative;
  margin-bottom: 45px;
}
.more_text {
  overflow: hidden;
}
.show_more {
  font-size: 12px;
  text-decoration: underline;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 70%
  );
  cursor: pointer;
  transition: bottom 0.2s;
}
.active {
  background: none;
  bottom: -30px;
}

}
