.about_ttl {
  color: #004196;
  font-size: 16px;
  font-family: 'UDShinMGoPro';
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.43;
  margin-bottom: 15px;
}
.section_greeting {
  padding: 20px 0 40px;
}
.section_greeting .info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 0 30px;
}
.section_greeting .info .img {
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
}
.section_greeting .info .txt {
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  padding: 0 0 15px 15px;
}
.section_greeting .quote .ttl {
  color: #004196;
  font-size: 16px;
  font-weight: bold;
  font-family: 'UDShinMGoPro';
  margin-bottom: 15px;
}
.section_mind {
  background: rgba(0, 150, 230, 0.15);
}
.section_mind .mind_title {
  color: #004196;
  font-size: 21px;
  font-family: 'UDShinMGoPro';
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.38;
  text-align: center;
  margin-bottom: 20px;
}
.section_mind .mind_wrapper {
  background: #ffffff;
  border-radius: 15px;
  padding: 40px 15px 5px;
}
.section_mind .mind_list .item {
  margin-bottom: 35px;
}
.section_mind .mind_list .item .ttl_img {
  width: 158px;
  max-width: 50%;
  margin: 0 auto 15px;
}
.section_mind .mind_list .item .about_ttl {
  margin-bottom: 10px;
}
.section_mind .mind_list .item .txt {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.61;
}

.section_welfare .welfare {
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.61;
  margin-bottom: 20px;
}
.section_welfare .welfare .ttl {
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section .inner {
    max-width: 575px;
  }
}

@media only screen and (min-width: 1000px) {
  .section_greeting {
    padding: 80px 0 72px;
  }
  .section_greeting .inner {
    display: flex;
    max-width: 1030px;
    align-items: flex-start;
  }
  .section_greeting .info {
    -ms-flex: 0 0 194px;
    flex: 0 0 194px;
    max-width: 194px;
    margin: 0;
  }
  .section_greeting .quote {
    padding-left: 115px;
  }
  .section_greeting .info .img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .section_greeting .info .txt {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .section_mind .mind_wrapper {
    padding: 40px 30px;
  }
  .section_mind .mind_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .section_mind .mind_list .item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
    margin-bottom: 0;
  }
  .section_mind .mind_list .item .ttl_img {
    max-width: 100%;
  }
  .section_mind .mind_list .item .about_ttl {
    min-height: 46px;
  }
  .section_welfare .inner {
    max-width: 1030px;
  }
}
@media only screen and (min-width: 1025px) {
  .about_ttl {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 35px;
  }
  .section_greeting .info .txt {
    font-size: 16px;
  }
  .section_greeting .quote .ttl {
    font-size: 26px;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .section_greeting .quote .txt {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2.12;
  }
  .section_mind {
    padding: 62px 0 83px;
  }
  .section_mind .mind_title {
    font-size: 34px;
    margin-bottom: 35px;
  }
  .section_mind .mind_wrapper {
    padding: 62px 100px;
  }
  .section_mind .mind_list {
    margin: 0 -25px;
  }
  .section_mind .mind_list .item {
    padding: 0 25px;
  }
  .section_mind .mind_list .item .ttl_img {
    width: 240px;
    margin-bottom: 23px;
  }
  .section_mind .mind_list .item .about_ttl {
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.44;
    min-height: 52px;
    margin-bottom: 6px;
  }
  .section_mind .mind_list .item .txt {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .section_welfare {
    padding: 77px 0 60px;
  }
  .section_welfare .welfare {
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 1.7;
  }
}