@charset "UTF-8";
/* Scss Document */
.area01 {
  margin: 50px auto 70px;
}
@media screen and (max-width: 480px) {
  .area01 {
    width: 93.75%;
  }
}
.area01 .policy {
  margin-top: 50px;
}
.area01 .policy dl {
  display: flex;
  justify-content: center;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .area01 .policy dl {
    display: block;
    font-size: 21px;
  }
}
.area01 .policy dl:nth-child(n + 2) {
  margin-top: 1.375em;
}
.area01 .policy dl dt {
  width: 11.5em;
  font-weight: 700;
  color: #005fa3;
  white-space: nowrap;
}
.area01 .policy dl dt span {
  display: inline-block;
  width: 22px;
  text-align: center;
  position: relative;
}
.area01 .policy dl dt span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #71c7d1;
}
.area01 .policy dl dd {
  width: 40em;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .area01 .policy dl dd {
    white-space: normal;
    width: 100%;
    box-sizing: border-box;
    padding-left: 1.5em;
  }
}

.area02 {
  padding-bottom: 70px;
}
.area02__inner {
  width: 960px;
  margin: 50px auto 0;
}
@media screen and (max-width: 480px) {
  .area02__inner {
    width: 93.75%;
  }
}
.area02__inner .facility_name {
  font-size: 18px;
  text-align: center;
  color: #005fa3;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 480px) {
  .area02__inner .facility_name {
    font-size: 27px;
  }
}
.area02__inner .facility_name span {
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
.area02__inner .facility_name span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
  background: #005fa3;
}
@media screen and (max-width: 480px) {
  .area02__inner .facility_name span::before {
    height: 27px;
  }
}
.area02__inner .facility_name span::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
  background: #005fa3;
}
@media screen and (max-width: 480px) {
  .area02__inner .facility_name span::after {
    height: 27px;
  }
}
.area02__inner .box01 {
  width: 660px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .area02__inner .box01 {
    width: 100%;
  }
}
.area02__inner .box02 {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .area02__inner .box02 {
    display: block;
    margin-top: 35px;
  }
}
.area02__inner .box02 li {
  width: 310px;
}
.area02__inner .box02 li:nth-child(n + 4) {
  margin-top: 36px;
}
@media screen and (max-width: 480px) {
  .area02__inner .box02 li {
    width: 100%;
  }
  .area02__inner .box02 li:nth-child(n + 2) {
    margin-top: 35px;
  }
}

.area03 {
  padding-bottom: 70px;
}
.area03__inner4 {
  width: 988px;
  margin: 50px auto 0;
}
@media screen and (max-width: 480px) {
  .area03__inner4 {
    width: 93.75%;
  }
}
.area03__inner4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .area03__inner4 ul {
    display: block;
  }
}
.area03__inner4 ul li {
  width: 220px;
  background: #e9f5f7;
}
@media screen and (max-width: 480px) {
  .area03__inner4 ul li {
    width: 100%;
  }
  .area03__inner4 ul li:nth-child(n + 2) {
    margin-top: 44px;
  }
}
.area03__inner4 ul li .profile_photo {
  border-bottom: 6px solid #fff;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .area03__inner4 ul li .profile_photo {
    border-bottom: 8px solid #fff;
  }
  .area03__inner4 ul li .profile_photo div {
    width: 330px;
    margin: auto;
  }
}
.area03__inner4 ul li .profile_name {
  padding: 1em 0 .5em;
  background: #fcf197;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.area03__inner4 ul li .profile_name p [data-ruby] {
  position: relative;
}
.area03__inner4 ul li .profile_name p [data-ruby]::before {
  display: block;
  content: attr(data-ruby);
  position: absolute;
  top: -1.25em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: .5em;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .area03__inner4 ul li .profile_name {
    font-size: 33px;
  }
}
.area03__inner4 ul li .profile_position {
  text-align: center;
  min-height: 6px;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  font-weight: 700;
  background: #005fa3;
}
@media screen and (max-width: 480px) {
  .area03__inner4 ul li .profile_position {
    font-size: 21px;
  }
}
.area03__inner4 ul li .profile_text {
  box-sizing: border-box;
  padding: 0.5em;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .area03__inner4 ul li .profile_text {
    font-size: 21px;
  }
}
.area03__inner4 ul li .profile_text h4 {
  font-weight: 700;
  color: #ed6e34;
}
.area03__inner4 ul li .profile_text p.lists {
  position: relative;
  padding-left: 1em;
  font-weight: 700;
}
.area03__inner4 ul li .profile_text p.lists::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.area03__inner4 ul li .profile_text p + h4 {
  margin-top: 0.5em;
}
.area03__inner3 {
  width: 732px;
  margin: 44px auto 0;
}
@media screen and (max-width: 480px) {
  .area03__inner3 {
    width: 93.75%;
  }
}
.area03__inner3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .area03__inner3 ul {
    display: block;
  }
}
.area03__inner3 ul li {
  width: 220px;
  background: #e9f5f7;
}
@media screen and (max-width: 480px) {
  .area03__inner3 ul li {
    width: 100%;
  }
  .area03__inner3 ul li:nth-child(n + 2) {
    margin-top: 44px;
  }
}
.area03__inner3 ul li .profile_photo {
  border-bottom: 6px solid #fff;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .area03__inner3 ul li .profile_photo {
    border-bottom: 8px solid #fff;
  }
  .area03__inner3 ul li .profile_photo div {
    width: 330px;
    margin: auto;
  }
}
.area03__inner3 ul li .profile_name {
  padding: 1em 0 .5em;
  background: #fcf197;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.area03__inner3 ul li .profile_name p [data-ruby] {
  position: relative;
}
.area03__inner3 ul li .profile_name p [data-ruby]::before {
  display: block;
  content: attr(data-ruby);
  position: absolute;
  top: -1.25em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: .5em;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .area03__inner3 ul li .profile_name {
    font-size: 33px;
  }
}
.area03__inner3 ul li .profile_position {
  text-align: center;
  min-height: 6px;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  font-weight: 700;
  background: #005fa3;
}
@media screen and (max-width: 480px) {
  .area03__inner3 ul li .profile_position {
    font-size: 21px;
  }
}
.area03__inner3 ul li .profile_text {
  box-sizing: border-box;
  padding: 0.5em;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .area03__inner3 ul li .profile_text {
    font-size: 21px;
  }
}
.area03__inner3 ul li .profile_text h4 {
  font-weight: 700;
  color: #ed6e34;
}
.area03__inner3 ul li .profile_text p.lists {
  position: relative;
  padding-left: 1em;
  font-weight: 700;
}
.area03__inner3 ul li .profile_text p.lists::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.area03__inner3 ul li .profile_text p + h4 {
  margin-top: 0.5em;
}
.area03__inner2 {
  width: 476px;
  margin: 44px auto 0;
}
@media screen and (max-width: 480px) {
  .area03__inner2 {
    width: 93.75%;
  }
}
.area03__inner2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .area03__inner2 ul {
    display: block;
  }
}
.area03__inner2 ul li {
  width: 220px;
  background: #e9f5f7;
}
@media screen and (max-width: 480px) {
  .area03__inner2 ul li {
    width: 100%;
  }
  .area03__inner2 ul li:nth-child(n + 2) {
    margin-top: 44px;
  }
}
.area03__inner2 ul li .profile_photo {
  border-bottom: 6px solid #fff;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .area03__inner2 ul li .profile_photo {
    border-bottom: 8px solid #fff;
  }
  .area03__inner2 ul li .profile_photo div {
    width: 330px;
    margin: auto;
  }
}
.area03__inner2 ul li .profile_name {
  padding: 1em 0 .5em;
  background: #fcf197;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.area03__inner2 ul li .profile_name p [data-ruby] {
  position: relative;
}
.area03__inner2 ul li .profile_name p [data-ruby]::before {
  display: block;
  content: attr(data-ruby);
  position: absolute;
  top: -1.25em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: .5em;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .area03__inner2 ul li .profile_name {
    font-size: 33px;
  }
}
.area03__inner2 ul li .profile_position {
  text-align: center;
  min-height: 6px;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  font-weight: 700;
  background: #005fa3;
}
@media screen and (max-width: 480px) {
  .area03__inner2 ul li .profile_position {
    font-size: 21px;
  }
}
.area03__inner2 ul li .profile_text {
  box-sizing: border-box;
  padding: 0.5em;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .area03__inner2 ul li .profile_text {
    font-size: 21px;
  }
}
.area03__inner2 ul li .profile_text h4 {
  font-weight: 700;
  color: #ed6e34;
}
.area03__inner2 ul li .profile_text p.lists {
  position: relative;
  padding-left: 1em;
  font-weight: 700;
}
.area03__inner2 ul li .profile_text p.lists::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.area03__inner2 ul li .profile_text p + h4 {
  margin-top: 0.5em;
}

.area04 {
  padding-bottom: 70px;
}
.area04__inner {
  margin: 50px auto 0;
}
@media screen and (max-width: 480px) {
  .area04__inner {
    width: 93.75%;
  }
}
.area04__inner dl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .area04__inner dl {
    align-items: flex-start;
    font-size: 18px;
  }
}
.area04__inner dl:nth-child(n + 2) {
  margin-top: 1.25em;
}
.area04__inner dl dt {
  box-sizing: border-box;
  width: 6.5em;
  text-align: center;
  border: solid #71c7d1;
  border-width: 0 4px;
  white-space: nowrap;
}
.area04__inner dl dd {
  width: 26em;
  padding-left: 1.75em;
  white-space: nowrap;
}
.area04__inner dl dd a {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .area04__inner dl dd {
    width: inherit;
    flex: 1;
    white-space: inherit;
  }
}
