.fixedpage{
  font-family: "Noto Sans JP", sans-serif;
  --font: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.44;
}
.main_visual{
	text-align: center;
}
/*section_head*/
.section_t1_head{
  padding-bottom: 80px;
}

.section_t1_head .msg1{
  margin-bottom: 47px;
}

.section_t1_head .youtube{
  position: relative;
  max-width: 710px;
  margin: 0 auto;
  aspect-ratio: 560 / 315;
}

.section_t1_head .youtube iframe{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  /*section_head*/
  .section_t1_head{
    padding-bottom: 50px;
  }

}
/*T1の魅力*/

.section_charm{
  padding-bottom: 80px;
}

.section_charm h2{
	margin-bottom: 0.5em;
	font-size: 1.4em !important;
}
.section_charm p{
	margin-bottom: 1.2em;
}

/* T1ラグビーの対象者 */
.section_t1_target{
  padding-bottom: 80px;
}
.section_t1_target .msg{
	margin-bottom: 1em;
}
.section_t1_target .target_list{
  display: flex;
  gap:32px;
}
.section_t1_target .target_list>li{
  width: calc((100% - 32px*3) / 3);
  border-radius: 27px;
  background: #fff;
  border: 1px solid #d1d1d1;
  box-shadow: 6px 8px 8px rgba(0, 0, 0, 0.09);
  padding: 64px 20px 34px;
}

.section_t1_target .target_list>li .ttl{
  font-size: 26px;
  line-height: 1.46;
  text-align: center;
  margin-bottom: 18px;
}

.section_t1_target .target_list>li .msg{
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {

  .section_t1_target .target_list{
    gap:30px;
    flex-wrap:wrap;
  }
  .section_t1_target .target_list>li{
    width: calc((100% - 30px) / 2);
    padding: 40px 20px 34px;
  }

}
@media screen and (max-width: 1024px) {
  .section_t1_target{
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {

  .section_t1_target .target_list{
    gap:30px;
    flex-wrap:wrap;
    flex-direction: column;
  }
  .section_t1_target .target_list>li{
    width: 100%;
    padding: 20px 20px 34px;
  }

  .fixedpage .button2{
    height: 60px;
  }
  .fixedpage .button2 strong{
    font-size: 15px;
  }
}

/* T1ラグビーのルール */
.section_t1_rule{
  padding-bottom: 100px;
}

.section_t1_rule .img{
  margin: 0 auto 50px;
  width: 276px;
}

.section_t1_rule .msg1{
  margin: 0 auto 40px;
}

/* よくある質問 */
.section_t1_faq{
  padding-bottom: 100px;
}

.section_t1_faq .button_area{
  padding-top: 80px;
}

.fixedpage .button2 {
	background: #C41832;
}