@charset "UTF-8";

@media screen and (max-width: 541px){
main {
  margin-top: 80px;
}
#about-body p,
#about-body li {
  font-family: 'メイリオ', sans-serif;
  font-size: 1.125rem;
}
#about-body h1,
#about-body h2 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 1.8rem;
}
#about-body a {
  text-decoration: none;
}
#about-body a:hover {
  opacity: .8;
  transition: .3s;
}
.about-top {
  text-align: center;
}
.about-top img {
  width: 75vw;
  margin: 15vh auto 7vh;
}
.about-top ul li {
  display: inline-block;
  width: 45vw;
  margin-bottom: 2vh;
}
.about-top ul li a {
  display: block;
  color: #FFF;
  height: 55px;
  line-height: 55px;
  border-radius: 30px;
  background-color: #0a3977;
}
#message {
  padding-top: 60px;
  margin-top: -30px;
}
#message .blue-bg {
  background: #0a3977;
  background-repeat: no-repeat;
  padding: 170px 0 0;
}
#message .txt-img {
  text-align: center;
  margin-top: -120px;
}
#message .text {
  width: 92vw;
  margin: 0 auto;
  text-align: left;
  color: #FFF;
  line-height: 1.7;
  vertical-align: top;
  font-weight: normal;
}
#message .text h1 {
  font-size: 32px;
  margin-bottom: 40px;
}
#message .text h2 {
  font-size: 1.7rem;
  border-bottom: 1px solid #FFF;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
#message .text p {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
#message .text p :last-of-type {
  margin-bottom: 50px;
}
#message .text h3 {
  float: right;
  font-weight: normal;
  font-family: 'メイリオ', sans-serif;
  font-size: 24px;
  line-height: 48px;
  padding-right: 3vw;
  padding-bottom: 80px;
}
#message .text h3 img {
  display: inline-block;
  width: 35vw;
  padding-left: 5vw;
}
#message .txt-img img:nth-child(2) {
  display: inline-block;
  width: 90vw;
  margin-bottom: 30px;
}
.history-top {
  margin: 5vh auto;
  text-align: center;
  width: 90vw;
  padding-top: 30px;
  margin-top: -20px;
}
.history-top h1,
.history-top p {
  display: inline-block;
  font-weight: normal;
  text-align: left;
}
.history-top h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
.history-top h1 span:first-of-type {
  color: #0a3977;
  font-size: 30px;
}
.history-top h1 span:last-of-type {
  font-size: 32px;
  text-align: right;
  font-weight: bold;
  display: block;
  padding-left: 85px;
  line-height: 2;
}
.history-top p {
  line-height: 2;
  padding-top: 10px;
}
.history-column {
  text-align: left;
  vertical-align: top;
  font-family: 'メイリオ', sans-serif;
  margin: 5vw auto;
  width: 95vw;
  display: block;
}
.history-column h2 {
  font-size: 20px;
  border-bottom: 1px solid #0a3977;
  padding: 0 0 5px 5px;
  margin-bottom: 10px;
}
.history-column img {
  margin-top: 20px;
}
.history-column dl dt,
.history-column dl dd {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.7;
  font-family: 'メイリオ', sans-serif;
}
.history-column dl dt {
  padding-left: 10px;
  vertical-align: top;
}
.history-column dl dd {
  width: 70%;
}
#about {
  background-color: #0a3977;
  color: #fff;
  text-align: center;
  padding: 80px 0 75px;
  margin: 0 auto;
  padding-top: 80px;
}
#about ul {
  margin: 0 auto;
}
#about h1,
#about h2,
#about h3,
#about p {
  font-weight: normal;
}
#about h1 {
  font-size: 32px;
  margin-bottom: 25px;
}
#about h2,
#about h3 {
  font-size: 1.7rem;
}
#about h3 {
  padding: 10px 0 0 10px;
}
#about p {
  padding: 10px;
  line-height: 1.8;
}
#about .about-parts {
  text-align: left;
  width: 90vw;
  display: inline-block;
  margin-top: 65px;
}
#numbers {
  background-color: #f3f3f3;
  padding-bottom: 115px
}
.numbers_content {
  text-align: center;
}
#numbers h1 {
  font-size: 32px;
  padding: 90px 0 50px;
  letter-spacing: 5px;
}
#numbers h1 span:first-of-type {
  font-size: 24px;
}
#numbers h1 span:last-of-type {
  font-size: 28px;
}

#numbers ul{
display: block;
}

#numbers ul li{
width: 100%;
margin-bottom: 30px;
border: 1px solid #0a3977;
background: #FFF;
padding: 20px 40px 30px 40px;
box-sizing: border-box;
}

#numbers ul li .img{
width: 45%;
margin-left: auto;
margin-right: auto;
}

#numbers ul li .img img{
max-width: 100%;
height: auto;
}

.dataWrap{
display: flex;
justify-content: center;
}

.block{
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.block + .block{
margin-left: 20px;
}

.block .subTit{
width: 100%;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}

.block .data{
display: flex;
align-items: flex-end;
margin-bottom: 15px;
}

.block .data span:nth-child(1){
font-size: 80px;
font-weight: 900;
color: #0a3977;
line-height: 1;
font-family: 'Noto Sans JP', sans-serif;
}

.block .data span:nth-child(2){
font-size: 32px;
font-weight: 900;
line-height: 1.3;
font-family: 'Noto Sans JP', sans-serif;
}

.txt{
font-size: 16px;
line-height: 1.7;
text-align: left;
}

.txtCenter{
font-size: 16px;
line-height: 1.7;
text-align: center;
}




}
