/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 02 2026 | 02:59:57 */
.mv_pc {
  display: block;
}
.mv_sp {
  display: none;
}

#Home .about{
	padding-top:70px;
	padding-bottom:100px;
}
#Home .about pre{
	 font-family: "Roboto", sans-serif;
	font-size:50px;
	font-weight:500;
	text-align:center;
	line-height:1.2
}
#Home .about h1{
	 font-family: "Noto Sans JP", sans-serif;
	font-size:18px;
	font-weight:500;
	text-align:center;
	line-height:1.2;
	color:#803CB5;
	margin-bottom:20px;
}
#Home .about h2{
	 font-family: "Noto Sans JP", sans-serif;
	font-size:26px;
	font-weight:500;
	text-align:center;
	margin-bottom:15px;
}
#Home .about p{
	 font-family: "Noto Sans JP", sans-serif;
	text-align:center;
	margin-bottom:30px;
}
#Home .about .btn {
  color: #fff;
}
#Home .about .btn a {
  position: relative;
  padding-top: 12px;
    padding-right: 35px;
    padding-left: 52px;
    padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
	background-color:#FB9A29;
	font-size:16px;
}
#Home .about .btn a:hover {
	background-color:#FB9A29;
	opacity: 0.7;
}
#Home .about .btn a:before {
  background: url(http://www.jtna.or.jp/wp-content/uploads/2026/02/ico_arrow_white.png);
  content: "";
  width: 23px;
  height: 7px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}



@media (max-width: 833px) {
  .mv_pc {
    display: none;
  }
  .mv_sp {
    display: block;
  }
}