@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

@media screen and (min-width: 541px){

#about-body p,
#about-body li {
  font-family: 'メイリオ', sans-serif;
}
#about-body h1,
#about-body h2 {
  font-family: a-otf-ryumin-pr6n, serif;
}
#about-body h1 {
  font-weight: 600;
}
#about-body main a {
  text-decoration: none;
}
#about-body a:hover {
  opacity: .8;
  transition: .3s;
}
.eleven-hundred {
  margin: 0 auto;
  text-align: center;
}
.about-top {
  margin-bottom: 110px;
}
.about-top img {
  margin: 120px auto;
}
.about-top ul li {
  display: inline-block;
}
.about-top ul li a {
  display: block;
  color: #FFF;
  width: 244px;
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  background-color: #0a3977;
}
#message .blue-bg {
  position: relative;
}
.blue-space {
  background-color: #0a3977;
  height: 880px;
  width: 70%;
  position: absolute;
  bottom: -80px;
  z-index: -1;
}
#message .txt-img {
  text-align: center;
  padding-top: 50px;
}
#message .text {
  width: 600px;
  display: inline-block;
  text-align: left;
  color: #FFF;
  background-repeat: repeat-x;
  line-height: 2;
  vertical-align: top;
  font-weight: normal;
}
#message .text h1 {
  font-size: 32px;
  margin-bottom: 50px;
}
#message .text h2 {
  font-size: 24px;
  width: 560px;
  border-bottom: 1px solid #FFF;
  padding: 0 50px 20px 0;
  margin-bottom: 20px;
}
#message .text p {
  font-size: 15px;
  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: 15px;
  display: inline-block;
}
#message .text img {
  display: inline-block;
  width: 153px;
  height: 31.52px;
  float: right;
  padding-left: 30px;
}
#message .txt-img img:nth-child(2) {
  display: inline-block;
  position: relative;
  left: 100px;
  padding-top: 60px;
}
#history {
  margin-top: 180px;
}
.history-top {
  margin-bottom: 90px;
}
.history-top h1,
.history-top p {
  display: inline-block;
  font-weight: normal;
  text-align: left;
}
.history-top h1 {
  font-size: 20px;
  vertical-align: top;
  margin-right: 50px;
}
.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 {
  width: 505px;
  font-size: 14px;
  line-height: 2;
  padding-top: 10px;
}
.history-column {
  width: 520px;
  margin-left: 10px;
  text-align: left;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  line-height: 2;
  font-family: 'メイリオ', sans-serif;
}

.history-column h2 {
  font-size: 20px;
  border-bottom: 1px solid #0a3977;
  width: 493px;
  padding: 0 0 5px 5px;
  margin-bottom: 10px;
}
.history-column dl dt,
.history-column dl dd {
  display: inline-block;
  font-size: 14px;
  line-height: 2.3;
  font-family: 'メイリオ', sans-serif;
}
.history-column dl dt {
  padding-left: 10px;
  vertical-align: top;
}
.history-column dl dd {
  width: 400px;
}
#about {
  background-color: #0a3977;
  color: #fff;
  text-align: center;
  padding: 110px 0 75px;
  margin: 100px auto 0;
}
#about ul {
  max-width: 1100px;
  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: 20px;
}
#about h3 {
  padding: 10px 0 0 10px;
}
#about p {
  font-size: 14px;
  padding: 10px;
  line-height: 2;
}
#about .about-parts {
  text-align: left;
  max-width: 350px;
  width: 90vw;
  display: inline-block;
  margin-top: 65px;
}
#about .about-parts img {
  max-width: 322px;
}
#numbers {
  background-color: #f3f3f3;
  padding-bottom: 115px;
}
.numbers_content {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
}
#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: flex;
flex-wrap: wrap;
}

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

#numbers ul li:nth-child(2n){
margin-right: 0;
}

#numbers ul li .img{
width: 170px;
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: 15px;
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: 60px;
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: 14px;
line-height: 1.7;
text-align: left;
}

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

@media screen and (max-width: 1072px) {
  #message .txt-img {
    background: #0a3977;
  }
  #message .text {
    margin-bottom: 50px;
  }
  #message .blue-space {
    display: none;
  }
  #history {
    padding-top: 100px;
    margin-top: 10px;
  }
}
