@charset "UTF-8";

.common.fv-area .fv-contents {
  padding-top: 120px;
  padding-bottom: 60px;
}

.common.fv-area .fv-contents .fv-character {
  top: 70px;
}

.fv-area .fv-text .ttl-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.fv-area .fv-text .ttl-area .title {
  font-size: 38px;
  font-weight: 900;
  padding-right: 16px;
}

.fv-area .fv-text .ttl-area .parent {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .fv-area .fv-text .ttl-area {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 835px) {
  .common.fv-area .fv-contents {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .fv-area .fv-text .ttl-area {
    display: block;
    margin-bottom: 0;
  }

  .fv-area .fv-text .ttl-area .title {
    font-size: 48px;
    margin-bottom: 8px;
  }
}

.outbox {
  padding-top: 0;
  padding-bottom: 100px;
}

.cont-main .cont-item {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cont-main .cont-item:first-child {
  padding-top: 0;
}

.cont-main .cont-item:last-child {
  padding-bottom: 0;
}

.common.contents-area .cont-item .text-area {
  margin-bottom: 56px;
}

@media screen and (max-width: 834px) {
  .common.contents-area .cont-item .image-area {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 835px) {
  .outbox {
    padding-top: 0;
    padding-bottom: 160px;
  }

  .cont-main .cont-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .common.contents-area.greeting .cont-item {
    display: flex;
    flex-wrap: wrap;
  }

  .common.contents-area.greeting .cont-item .image-area {
    flex: 0 0 348px;
    max-width: 348px;
    order: 2;
  }

  .common.contents-area.greeting .cont-item .text-area {
    flex: 0 0 calc(100% - 348px);
    max-width: calc(100% - 348px);
    padding-right: 60px;
    order: 1;
  }
}

.president-area .cname {
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}

.president-area .name {
  line-height: 1;
  display: flex;
  align-items: flex-end;
}

.president-area .name .before {
  font-weight: 700;
  padding-right: 16px;
}

.president-area .name .name {
  font-size: 24px;
  font-weight: 400;
}

.menu-area {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.menu-area .menu-item {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  padding: 20px;
}

.menu-area .menu-item .block-area {
  display: flex;
  flex-wrap: wrap;
}

.menu-area .menu-item .block-area .image {
  flex: 0 0 105px;
  max-width: 105px;
}

.menu-area .menu-item .block-area .text-area {
  flex: 0 0 calc(100% - 105px);
  max-width: calc(100% - 105px);
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 24px;
  margin-bottom: 0;
}

.menu-area .menu-item .block-area .text-area .title {
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 8px;
}

@media screen and (min-width: 835px) {
  .menu-area .menu-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.table-base {
  /* margin-top: 56px; */
  margin-bottom: 0;
}

.table-base thead tr th,
.table-base tbody tr td {
  font-weight: 400;
  color: #fff;
  background: none;
  padding: 0;
}

.table-base tbody tr th {
  color: #fff;
  background: rgb(255 255 255 /20%);
  width: 104px;
  padding: 16px;
  border-bottom: 1px solid rgb(255 255 255 /50%);
}

.table-base tbody tr td {
  padding: 16px;
  border-bottom: 1px solid rgb(255 255 255 /50%);
}

.table-base tbody tr:first-child th,
.table-base tbody tr:first-child td {
  border-top: 1px solid rgb(255 255 255 /50%);
}

.table-base tbody tr td dl {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .table-base tbody tr td {
    margin-bottom: 16px;
  }

  .table-base tbody tr td:last-child {
    margin-bottom: 0;
  }

  .table-base tbody tr td span.title {
    font-weight: 700;
    display: block;
    flex: 0 0 104px;
    max-width: 104px;
  }
}

@media screen and (min-width: 835px) {
  .table-base tbody tr th {
    width: 324px;
    padding: 32px;
  }

  .table-base tbody tr td {
    padding: 32px;
  }

  .table-base tbody tr td dl {
    display: flex;
    flex-wrap: wrap;
  }

  .table-base tbody tr td dl dt {
    flex: 0 0 240px;
    max-width: 240px;
  }

  .table-base tbody tr td dl dd {
    flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
  }
}

.introduction-list .introduction-item {
  margin-bottom: 40px;
}

.introduction-list .introduction-item .image {
  margin-bottom: 16px;
}

.introduction-list .introduction-item p {
  margin-bottom: 8px;
}

@media screen and (min-width: 835px) {
  .introduction-list {
    display: flex;
    flex-wrap: wrap;
  }

  .introduction-list .introduction-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.qualification-area .qualification-item table tr th {
  width: 240px;
}

@media screen and (min-width: 835px) {
  .qualification-area {
    display: flex;
    flex-wrap: wrap;
  }

  .qualification-area .qualification-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .qualification-area .qualification-item table tr th {
    width: 75%;
  }

  .qualification-area .qualification-item:nth-child(odd) {
    padding-right: 24px;
  }

  .qualification-area .qualification-item:nth-child(even) {
    padding-left: 24px;
  }
}

.history-area {
  padding-top: 64px;
}

.history-area .history-item {
  margin-bottom: 32px;
}

.history-area .history-item .image {
  margin-bottom: 8px;
}

.history-area .history-item .text {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 835px) {
  .history-area {
    display: flex;
    flex-wrap: wrap;
  }

  .history-area .history-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
  }
}

.common.contents-area .access-area .image-area {
  margin-bottom: 32px;
}

.common.contents-area .access-area .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media screen and (min-width: 835px) {
  .common.contents-area .access-area {
    display: flex;
    flex-wrap: wrap;
  }

  .common.contents-area .access-area .image-area {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
    order: 2;
  }

  .common.contents-area .access-area .text-area {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 60px;
    order: 1;
  }

  .common.contents-area .map-area {
    padding-top: 80px;
  }
}
