<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main {
  max-width: none;
  margin: 0;
}
#main .inner {
  max-width: 1080px;
  margin: 0 auto;
}
#main .about_greeting {
  margin-bottom: 56px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #main .about_greeting {
    margin-bottom: 40px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .about_greeting .title-01 {
    margin: 24px 0 14px;
  }
}
#main .about_greeting .contents {
  border: 10px solid var(--color-pri-sub1);
  color: var(--color-text);
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  #main .about_greeting .contents {
    border: 8px solid var(--color-pri-sub1);
  }
}
@media screen and (max-width: 767px) {
  #main .about_greeting .contents {
    padding: 0 13px;
  }
}
#main .about_greeting .contents_top {
  background: var(--color-pri-sub2);
  margin: 0 -25px;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  #main .about_greeting .contents_top {
    margin: 0 -13px;
    padding: 0 28px;
    max-height: 331px;
  }
}
#main .about_greeting .contents_top .inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #main .about_greeting .contents_top .inner {
    flex-direction: column;
  }
}
#main .about_greeting .contents_top .inner .profile {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  #main .about_greeting .contents_top .inner .profile {
    max-width: 300px;
    margin: 22px auto 0;
  }
}
#main .about_greeting .contents_top .inner .profile h3.title {
  margin: 0;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  #main .about_greeting .contents_top .inner .profile h3.title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.4;
  }
}
#main .about_greeting .contents_top .inner .profile .detail {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #main .about_greeting .contents_top .inner .profile .detail {
    display: block;
  }
}
#main .about_greeting .contents_top .inner .profile .detail .name {
  position: relative;
  margin: 0;
  padding-right: 21px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.21;
  transform: translateY(3px);
}
#main .about_greeting .contents_top .inner .profile .detail .name::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #main .about_greeting .contents_top .inner .profile .detail .name {
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 1.61;
  }
}
#main .about_greeting .contents_top .inner .profile .detail .name::after {
  left: auto;
  right: 0;
  top: -3px;
  width: 1px;
  height: 72px;
  background: var(--color-border);
}
@media screen and (max-width: 767px) {
  #main .about_greeting .contents_top .inner .profile .detail .name::after {
    display: none;
  }
}
#main .about_greeting .contents_top .inner .profile .detail .job_list {
  margin: 0;
  padding: 0;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  #main .about_greeting .contents_top .inner .profile .detail .job_list {
    padding-left: 0;
  }
}
#main .about_greeting .contents_top .inner .profile .detail .job_list .job {
  padding-left: 0;
  list-style: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #main .about_greeting .contents_top .inner .profile .detail .job_list .job {
    font-size: 14px;
    line-height: 1.43;
  }
}
#main .about_greeting .contents_top .image {
  aspect-ratio: 1;
  max-width: 240px;
  transform: translateY(30px);
}
@media print, screen and (max-width: 820px) {
  #main .about_greeting .contents_top .image {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #main .about_greeting .contents_top .image {
    max-width: 155px;
    margin: 0 auto;
    transform: translateY(16px);
  }
}
#main .about_greeting .contents_top .image img {
  width: 100%;
}
#main .about_greeting .contents_bottom {
  padding: 58px 0 60px;
}
@media screen and (max-width: 767px) {
  #main .about_greeting .contents_bottom {
    padding: 42px 0 30px;
  }
}
#main .about_greeting .contents_bottom .inner {
  max-width: 800px;
  margin: 0 auto;
}
#main .about_greeting .contents_bottom .text_box p.text {
  margin: 0;
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.88;
  text-indent: 1em;
}
#main .about_greeting .contents_bottom .text_box p.text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #main .about_greeting .contents_bottom .text_box p.text {
    line-height: 1.75;
  }
}
#main .about_organization {
  background: var(--color-pri-sub1);
  margin-bottom: 38px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #main .about_organization {
    margin-bottom: 0;
    padding: 0 30px;
  }
}
#main .about_organization .inner {
  padding: 38px 0 53px;
}
@media screen and (max-width: 767px) {
  #main .about_organization .inner {
    padding: 23px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #main .about_organization .title-01 {
    margin: 0 0 14px;
  }
}
#main .about_organization .contents {
  aspect-ratio: 2.5714285714;
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #main .about_organization .contents {
    margin: 0 -30px;
    padding-top: 2px;
  }
}
#main .about_organization .contents img {
  width: 100%;
}
#main .about_history {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #main .about_history {
    padding: 0 30px;
  }
}
#main .about_history .contents {
  aspect-ratio: 1.2887828162;
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #main .about_history .contents {
    margin: 0 -30px;
  }
}
#main .about_history .contents img {
  width: 100%;
}
/*# sourceMappingURL=./about.css.map */</pre></body></html>