#page_about main .bg {
  background: #fff;
  padding: 140rem 0 100rem;
}
#page_about .message_wrap .flex_wrap {
  justify-content: space-between;
}
#page_about .message_wrap .flex_wrap .txt_wrap .lead {
  margin-top: 40rem;
  font-weight: bold;
  color: #c20d22;
  font-size: 24rem;
}
#page_about .message_wrap .flex_wrap .president_wrap {
  width: 627rem;
}
#page_about .message_wrap .flex_wrap .president_wrap p span {
  display: block;
  margin-top: 40rem;
  text-align: right;
}
#page_about .philosophy_wrap.vision {
  padding: 100rem 0;
  position: relative;
  overflow: hidden;
}
#page_about .philosophy_wrap.vision .vision_bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(237, 237, 237, 0.7), rgba(237, 237, 237, 0.7)), url(../../img/bg_about.jpg);
  background-size: cover;
  background-position: center;
}
#page_about .philosophy_wrap p.txt {
  margin: 20rem 0 0;
}
#page_about .philosophy_wrap ul.list_wrap {
  display: flex;
  justify-content: center;
}
#page_about .philosophy_wrap ul.list_wrap li:nth-of-type(2) {
  margin: 0 8rem;
}
#page_about .philosophy_wrap ul.list_wrap.vision li:nth-of-type(2) {
  margin: 0 -50rem;
}
#page_about .philosophy_wrap ul.list_wrap.vision li:not(:nth-of-type(2)) {
  margin: 200rem 0 0;
}
#page_about .philosophy_wrap .list_wrap {
  margin: 50rem auto 0;
}
#page_about .philosophy_wrap .list_wrap .roman-num {
  font-family: Times New Roman, Times, serif;
  font-size: 30rem;
  width: 30rem;
  letter-spacing: -1rem;
  color: #c20d22;
  line-height: 1;
  text-align: center;
}
#page_about .philosophy_wrap .list_wrap dt {
  color: #c20d22;
  font-size: 28rem;
  font-weight: bold;
  margin: 0 0 10rem;
}
#page_about .philosophy_wrap .list_wrap dd {
  max-width: 860rem;
  display: flex;
  gap: 20rem;
  margin-top: 10rem;
}
#page_about .philosophy_wrap .list_wrap dd + dt {
  margin: 30rem 0 10rem;
}
#page_about .philosophy_wrap .list_wrap + p.txt {
  margin: 50rem 0 0;
}
#page_about .inset_img {
  max-width: 1920rem;
  margin-left: auto;
  margin-right: auto;
}
#page_about .info_wrap .info {
  display: flex;
  flex-wrap: wrap;
}
#page_about .info_wrap .info dt,
#page_about .info_wrap .info dd {
  padding-bottom: 20rem;
  padding-left: 60rem;
  padding-top: 40rem;
}
#page_about .info_wrap .info dt {
  width: 300rem;
  border-bottom: 1px solid #c20d22;
  color: #c20d22;
}
#page_about .info_wrap .info dd {
  width: calc(100% - 300rem);
  border-bottom: 1px solid #AAAAAA;
}
#page_about .access_wrap {
  margin-bottom: 100rem;
}
#page_about .access_wrap .map {
  margin-top: 45rem;
}
#page_about .access_wrap .map iframe {
  width: 100%;
  height: 415rem;
}

/*@media screen and (max-width: 1680px) {}*/
/*@media screen and (max-width: 1279px) {}*/
@media screen and (max-width: 680px) {
  #page_about main .bg {
    padding: 80rem 0 80rem;
  }
  #page_about .message_wrap .flex_wrap {
    display: block;
    position: relative;
  }
  #page_about .message_wrap .flex_wrap .txt_wrap .lead {
    font-size: 18rem;
  }
  #page_about .message_wrap .flex_wrap .president_wrap {
    width: auto;
    margin-top: 20rem;
  }
  #page_about .philosophy_wrap.vision {
    padding: 50rem 0;
  }
  #page_about .philosophy_wrap ul.list_wrap li:nth-of-type(2) {
    margin: 0 2rem;
  }
  #page_about .philosophy_wrap ul.list_wrap.vision li:not(:nth-of-type(2)) {
    margin: 120rem 0 0;
  }
  #page_about .philosophy_wrap .list_wrap {
    display: block;
    margin-top: 25rem;
    width: 100%;
  }
  #page_about .philosophy_wrap .list_wrap dt {
    font-size: 20rem;
    position: relative;
    margin-top: 15rem;
  }
  #page_about .philosophy_wrap .list_wrap dd {
    max-width: unset;
    margin: 10rem 0 0;
    flex-flow: wrap;
  }
  #page_about .philosophy_wrap .list_wrap dd h3 {
    font-size: 18rem;
    padding-left: 45rem;
  }
  #page_about .philosophy_wrap .list_wrap dd p {
    width: 280rem;
  }
  #page_about .inset_img {
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
  #page_about .info_wrap .info {
    margin-top: 20rem;
  }
  #page_about .info_wrap .info dt,
  #page_about .info_wrap .info dd {
    padding-bottom: 10rem;
    padding-left: 20rem;
    padding-top: 15rem;
  }
  #page_about .info_wrap .info dt {
    width: 30%;
    display: flex;
    align-items: center;
  }
  #page_about .info_wrap .info dd {
    width: 70%;
  }
  #page_about .access_wrap {
    margin-bottom: 80rem;
  }
  #page_about .access_wrap .map {
    margin-top: 30rem;
  }
  #page_about .access_wrap .map iframe {
    height: 250rem;
  }
}/*# sourceMappingURL=about.css.map */