section {
  position: relative;
  width: 100%;
}
section.project_area {
  padding: 150px 5%;
  background: url(../media/images/about/theme_bg_l.jpg) left bottom/45% no-repeat, url(../media/images/about/theme_bg_r.jpg) right top/45% no-repeat #fff;
}
@media screen and (max-width: 1024px) {
  section.project_area {
    padding: 110px 5% 120px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  section.project_area {
    padding-block: 80px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 600px) {
  section.project_area {
    background-size: 75%;
  }
}
section.project_area--1 {
  padding: 200px 5% 150px;
}
@media screen and (max-width: 1024px) {
  section.project_area--1 {
    padding: 150px 5% 120px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  section.project_area--1 {
    padding: 120px 5% 80px;
  }
}
section.project_area:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
section.project_area > .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.project_area > .inner h2.line {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  section.project_area > .inner h2.line {
    margin-bottom: clamp(4.375rem, 3.292rem + 4.62vw, 6.25rem);
  }
}
section.project_area > .inner .content:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  section.project_area > .inner .content:not(:first-of-type) {
    margin-top: 60px;
  }
}
section.project_area > .inner .content .image {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section.project_area > .inner .content .image {
    margin-bottom: clamp(2.188rem, 1.826rem + 1.54vw, 2.813rem);
  }
}
section.project_area > .inner .content .image img {
  width: 100%;
  max-width: 870px;
}
@media screen and (max-width: 1024px) {
  section.project_area > .inner .content .image img {
    max-width: 600px;
  }
}
section.project_area > .inner .content .textbox h3.title {
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.project_area > .inner .content .textbox h3.title {
    font-size: 16px;
  }
}
section.project_area > .inner .content .textbox p.txt {
  font-size: var(--fz_md);
  line-height: 1.875;
}
section.project_area > .inner .content .textbox p.examaple {
  font-size: var(--fz_md);
  line-height: 1.875;
  background: #eeeeee;
  padding: 20px 30px;
  margin-block: 20px;
}
section.project_area > .inner .content .textbox p.examaple span.title {
  font-weight: 500;
  display: block;
}
section.greeting_area {
  margin-top: -70px;
  border-radius: 80px 80px 0 0;
  padding: 110px 5% 160px;
  background: url(../media/images/about/bg_bl.jpg) center bottom/100% no-repeat #9cdfde;
}
@media screen and (max-width: 1024px) {
  section.greeting_area {
    padding: 50px 5% 120px;
  }
}
@media screen and (max-width: 600px) {
  section.greeting_area {
    background-size: 250%;
    border-radius: 60px 60px 0 0;
    margin-top: -60px;
  }
}
section.greeting_area > .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section.greeting_area > .inner h2.line {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  section.greeting_area > .inner h2.line {
    margin-bottom: 60px;
  }
}
section.greeting_area > .inner .col2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  section.greeting_area > .inner .col2 {
    display: block;
  }
}
section.greeting_area > .inner .col2 .chairman {
  width: 22%;
}
@media screen and (max-width: 600px) {
  section.greeting_area > .inner .col2 .chairman {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
section.greeting_area > .inner .col2 .chairman .img {
  margin-bottom: 35px;
}
@media screen and (max-width: 600px) {
  section.greeting_area > .inner .col2 .chairman .img {
    margin-bottom: 15px;
  }
}
section.greeting_area > .inner .col2 .chairman p.position {
  margin-bottom: 10px;
  font-size: var(--fz_sm);
  line-height: 1.4285714286;
}
@media screen and (max-width: 600px) {
  section.greeting_area > .inner .col2 .chairman p.position {
    font-size: 11px;
  }
}
section.greeting_area > .inner .col2 .chairman p.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  section.greeting_area > .inner .col2 .chairman p.name {
    font-size: 19px;
  }
}
section.greeting_area > .inner .col2 .chairman p.name span {
  margin-top: 5px;
  font-size: var(--fz_xs);
  letter-spacing: 0.04em;
}
section.greeting_area > .inner .col2 .msg {
  width: 72%;
}
@media screen and (max-width: 600px) {
  section.greeting_area > .inner .col2 .msg {
    width: 100%;
  }
}
section.greeting_area > .inner .col2 .msg p {
  font-size: var(--fz_md);
  line-height: 1.875;
}
section.greeting_area > .inner .col2 .msg p:not(:last-child) {
  margin-bottom: 1.5em;
}
section.outline_area {
  margin-top: -70px;
  border-radius: 80px 80px 0 0;
  padding: 110px 5% 160px;
  background: url(/about/img/bg_gr.jpg) center bottom/100% no-repeat #f3f8ea;
}
@media screen and (max-width: 1024px) {
  section.outline_area {
    padding: 50px 5% 120px;
  }
}
@media screen and (max-width: 600px) {
  section.outline_area {
    background-size: 250%;
    border-radius: 60px 60px 0 0;
    margin-top: -60px;
  }
}
section.outline_area > .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
section.outline_area > .inner h2.line {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  section.outline_area > .inner h2.line {
    margin-bottom: 60px;
  }
}
section.outline_area > .inner table {
  width: 100%;
}
section.outline_area > .inner table tr:last-child th,
section.outline_area > .inner table tr:last-child td {
  padding-bottom: 0;
}
section.outline_area > .inner table tr th {
  width: 200px;
  padding: 0 0 60px;
  border-top: 2px solid #71746d;
}
@media screen and (max-width: 600px) {
  section.outline_area > .inner table tr th {
    width: 100%;
    display: block;
    padding-bottom: 25px !important;
  }
}
section.outline_area > .inner table tr th span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 142px;
  height: 47px;
  font-size: var(--fz_md);
  font-weight: bold;
  color: #fff;
  background: #1d1d1d;
  border-radius: 0 0 25px 25px;
}
@media screen and (max-width: 600px) {
  section.outline_area > .inner table tr th span {
    width: 135px;
    height: 43px;
    margin: 0 auto;
  }
}
section.outline_area > .inner table tr td {
  position: relative;
  top: -10px;
  padding: 0 0 60px 20px;
  font-size: var(--fz_md);
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 600px) {
  section.outline_area > .inner table tr td {
    width: 100%;
    display: block;
    top: 0;
    padding: 0 4% 40px;
  }
}
section.outline_area > .inner table tr td a {
  color: #de4024;
  text-decoration: underline;
}
section.committee_area {
  margin-top: -70px;
  border-radius: 80px 80px 0 0;
  padding: 110px 5% 150px;
  background: url(/about/img/bg_bl.jpg) center bottom/100% no-repeat #9cdfde;
}
@media screen and (max-width: 1024px) {
  section.committee_area {
    padding: 50px 5% 80px;
  }
}
@media screen and (max-width: 600px) {
  section.committee_area {
    background-size: 250%;
    border-radius: 60px 60px 0 0;
    margin-top: -60px;
  }
}
section.committee_area > .inner {
  width: 100%;
  max-width: 875px;
  margin: 0 auto;
}
section.committee_area > .inner h2.line {
  margin-bottom: 95px;
}
@media screen and (max-width: 1024px) {
  section.committee_area > .inner h2.line {
    margin-bottom: 60px;
  }
}
section.committee_area > .inner .committee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 70px;
}
@media screen and (max-width: 1024px) {
  section.committee_area > .inner .committee {
    row-gap: 35px;
  }
}
section.committee_area > .inner .committee .block {
  position: relative;
  width: 100%;
  padding: 80px 40px 50px;
  border-top: 2px solid #71746d;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 1024px) {
  section.committee_area > .inner .committee .block {
    padding: 70px 5% 30px;
  }
}
@media screen and (max-width: 600px) {
  section.committee_area > .inner .committee .block {
    padding: 60px 10% 30px;
  }
}
section.committee_area > .inner .committee .block.half {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  section.committee_area > .inner .committee .block.half {
    width: 47%;
  }
}
@media screen and (max-width: 600px) {
  section.committee_area > .inner .committee .block.half {
    width: 100%;
    display: block;
  }
}
section.committee_area > .inner .committee .block.half ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.committee_area > .inner .committee .block.half ul li {
  width: 100%;
}
section.committee_area > .inner .committee .block p.ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 180px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--fz_md);
  font-weight: bold;
  color: #fff;
  border-radius: 0 0 25px 25px;
  background: #1d1d1d;
}
@media screen and (max-width: 1024px) {
  section.committee_area > .inner .committee .block p.ttl {
    width: 160px;
    height: 41px;
  }
}
section.committee_area > .inner .committee .block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 4%;
}
@media screen and (max-width: 1024px) {
  section.committee_area > .inner .committee .block ul {
    gap: 20px 4%;
  }
}
section.committee_area > .inner .committee .block ul li {
  width: 48%;
}
@media screen and (max-width: 600px) {
  section.committee_area > .inner .committee .block ul li {
    width: 100%;
  }
}
section.committee_area > .inner .committee .block ul li p.name {
  font-size: var(--fz_lg);
}
section.committee_area > .inner .committee .block ul li p.name span {
  margin-left: 1em;
  font-size: var(--fz_xs);
}
section.committee_area > .inner .committee .block ul li p.prof {
  margin-top: 5px;
  font-size: var(--fz_sm);
  line-height: 1.6;
}
section.committee_area > .inner p.note {
  margin-top: 1em;
  font-size: var(--fz_md);
}

@media screen and (max-width: 1024px) {
  section.kv_anc ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 30px;
    justify-self: center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  section.kv_anc ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  section.kv_anc ul li:nth-child(odd) a {
    justify-self: flex-end;
  }
}
/*# sourceMappingURL=layout.css.map */
