section {
  position: relative;
  width: 100%;
}
section.theme_area {
  padding: 140px 5% 170px;
  background: url(../media/images/2027/common/theme_bg.jpg) center bottom/100% no-repeat #fff;
}
section.theme_area#theme {
  background: url(../media/images/2027/common/theme_bg2.jpg) center/cover;
}
section.theme_area#theme * {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  section.theme_area {
    padding: 110px 5% 120px;
  }
}
@media screen and (max-width: 600px) {
  section.theme_area {
    background-size: 75%;
  }
}
section.theme_area > .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.theme_area > .inner h2.line {
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  section.theme_area > .inner h2.line {
    margin-bottom: clamp(4.375rem, 3.292rem + 4.62vw, 6.25rem);
  }
}
section.theme_area > .inner p.theme {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section.theme_area > .inner p.theme {
    margin-bottom: clamp(2.188rem, 1.826rem + 1.54vw, 2.813rem);
  }
}
section.theme_area > .inner p.theme img {
  width: 90vw;
  max-width: 870px;
}
@media screen and (max-width: 1024px) {
  section.theme_area > .inner p.theme img {
    max-width: 600px;
  }
}
section.theme_area > .inner p.txt {
  font-size: var(--fz_md);
  line-height: 1.875;
}
section.greeting_area {
  margin-top: -70px;
  border-radius: 80px 80px 0 0;
  padding: 110px 5% 160px;
  background: url(../media/images/2027/common/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: flex;
  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: flex;
  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: #fff;
}
@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 #00c1a3;
}
@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: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 47px;
  font-size: var(--fz_md);
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(to left, rgb(0, 111, 182) 0%, rgb(0, 172, 178) 100%);
  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(../media/images/2027/common/bg_bl.jpg) center top/100% no-repeat #e3edef;
}
@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: flex;
  flex-wrap: wrap;
  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 #00c1a3;
  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: flex;
  justify-content: 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 {
  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%;
  transform: translate(-50%, 0%);
  width: 180px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fz_md);
  font-weight: bold;
  color: #fff;
  border-radius: 0 0 25px 25px;
  background-image: linear-gradient(to left, rgb(0, 111, 182) 0%, rgb(0, 172, 178) 100%);
}
@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: flex;
  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);
}/*# sourceMappingURL=layout.css.map */