/* ---------------------------------------------------
	common
------------------------------------------------------ */
.page-title {
  background: url(../img/about/fv.webp) center;
  background-size: cover;
}

/* ---------------------------------------------------
	sec
------------------------------------------------------ */
.about-facility {
  margin-top: 128px;
}
.about-facility .facility-col {
  margin-top: 40px;
  gap: 40px 16px;
}
.about-facility .facility-col .col-item {
  width: calc(50% - 8px);
}
.about-facility .facility-col .col-item .item-title {
  padding: 20px 10px;
  background: #f8f5f0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.about-facility .facility-col .col-item .item-img img {
  border-bottom-right-radius: 16px;
}
.about-facility .facility-col .col-item p {
  margin-top: 16px;
}

@media screen and (max-width: 810px) {
  .about-facility {
    margin-top: 48px;
  }
  .about-facility .facility-col {
    margin-top: 32px;
    gap: 24px 0px;
  }
  .about-facility .facility-col .col-item {
    width: 100%;
  }
  .about-facility .facility-col .col-item .item-title {
    padding: 14px 10px;
    font-size: 1.6rem;
  }
  .about-facility .facility-col .col-item .item-img img {
    width: 100%;
    height: auto;
    border-bottom-right-radius: 16px;
  }
  .about-facility .facility-col .col-item p {
    margin-top: 10px;
  }
}
/* ---------------------------------------------------
	about-class
------------------------------------------------------ */
.about-class .sec-title + p {
  margin-top: 32px;
}
.about-class .table-title {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.about-class .table-wrap {
  margin-top: 30px;
}
.about-class .table th {
  background: #f8f5f0;
  color: #5a5a5a;
  font-weight: bold;
  line-height: 1.4;
}
.about-class .table .color01 {
  background: #ff9ece;
}
.about-class .table .color02 {
  background: #7054a0;
}
.about-class .table .color03 {
  background: #f7931e;
}
.about-class .table .color04 {
  background: #678058;
}
.about-class .table .color05 {
  background: #ffd600;
}
.about-class .table .color06 {
  background: #8d1522;
}
.about-class .table .color07 {
  background: #3fa9f5;
}
.about-class .table .color08 {
  background: #e6311d;
}
.about-class .table .color09 {
  background: #00a99d;
}
.about-class .table .color10 {
  background: #fafafa;
}
.about-class .table td {
  padding: 12px 5px;
  line-height: 1.4;
  text-align: center;
}
.about-class .table td.td_color {
  background: #fafafa;
}
.about-class .table .num {
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.4;
}
.about-class .table.class-table01 th {
  padding-top: 24px;
  padding-bottom: 24px;
}
.about-class .table-note {
  margin-top: 8px;
  font-size: 1.2rem;
  text-align: right;
}
.about-class .table-note + .table-title {
  margin-top: 16px;
}

@media screen and (max-width: 810px) {
  .about-class .sec-title + p {
    margin-top: 24px;
    text-align: left;
  }
  .about-class .table-title {
    margin-top: 32px;
    font-size: 1.6rem;
  }
  .about-class .table-wrap {
    margin-top: 12px;
  }
  .about-class .table-wrap.sp-scroll {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px 8px;
    overflow-x: scroll;
  }
  .about-class .table-wrap.sp-scroll .table {
    position: relative;
    width: 800px;
  }
  .about-class .table-wrap.sp-scroll .table tr > *:nth-of-type(1) {
    position: sticky;
    left: 0;
    top: 0;
  }
  .about-class .table + .table {
    margin-top: 8px;
  }
  .about-class .table th {
    padding: 20px 5px;
  }
  .about-class .table td {
    padding: 20px 5px;
  }
  .about-class .table td:has(.num) {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .about-class .table .num {
    font-size: 3.3rem;
    line-height: 1;
  }
  .about-class .table.class-table01 th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-class .table-note {
    margin-top: 8px;
    line-height: 1.5;
  }
  .about-class .table-note + .table-title {
    margin-top: 24px;
  }
}
/* ---------------------------------------------------
		about-info
------------------------------------------------------ */
.about-info .info-col {
  margin-top: 64px;
}
.about-info .info-col .col-table {
  width: 62%;
}
.about-info .info-col .col-table .table02 th {
  width: 146px;
}
.about-info .info-col .col-img {
  width: 34.2%;
  max-width: 355px;
}
.about-info .info-col .col-img > div + div {
  margin-top: 16px;
}
.about-info .info-col .col-img img {
  border-bottom-right-radius: 16px;
}

@media screen and (max-width: 810px) {
  .about-info.bg {
    padding-bottom: 56px;
  }
  .about-info .info-col {
    margin-top: 24px;
  }
  .about-info .info-col .col-table {
    width: 100%;
  }
  .about-info .info-col .col-table .table02 th {
    width: 100%;
  }
  .about-info .info-col .col-img {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }
  .about-info .info-col .col-img > div + div {
    margin-top: 16px;
  }
  .about-info .info-col .col-img img {
    width: 100%;
    height: auto;
    border-bottom-right-radius: 16px;
  }
}
/* ---------------------------------------------------
	about-history
------------------------------------------------------ */
.about-history {
  margin-bottom: 158px;
}
.about-history .history-col {
  margin-top: 40px;
}
.about-history .history-col .col-list {
  width: 68.6%;
}
.about-history .history-col .col-img {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 23.6%;
  max-width: 245px;
  text-align: center;
}
.about-history .history-col .col-img .img-col > div:only-child {
  margin: 0 auto;
}
.about-history .history-col .col-img .img-col p {
  text-align: center;
}
.about-history .history-col .col-img p {
  margin-top: 10px;
  line-height: 1.5;
  text-align: left;
}
.about-history .history-list {
  position: relative;
}
.about-history .history-list::before {
  content: "";
  position: absolute;
  left: 130px;
  top: 13px;
  width: 0;
  height: calc(100% - 30px);
  border-left: 4px solid #c43730;
}
.about-history .history-list .list-row::after {
  content: "";
  display: block;
  clear: both;
}
.about-history .history-list .list-row + .list-row {
  margin-top: 30px;
}
.about-history .history-list dt {
  float: left;
  color: #c43730;
  font-family: "Gabarito", "Reem Kufi", "Open Sans", sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
}
.about-history .history-list dd {
  float: right;
  position: relative;
  width: calc(100% - 164px);
  margin-bottom: 30px;
  padding-top: 4px;
  padding-left: 68px;
}
.about-history .history-list dd::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #c43730;
}
.about-history .history-list dd .month {
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: bold;
}
.about-history .history-list dd .position {
  display: inline-block;
  width: 5.25em;
  font-feature-settings: normal;
}
.about-history .history-list dd .name {
  display: inline-block;
  font-feature-settings: normal;
}
.about-history .history-list dd:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 810px) {
  .about-history {
    margin-bottom: 90px;
  }
  .about-history .history-col {
    margin-top: 24px;
  }
  .about-history .history-col .col-list {
    width: 100%;
  }
  .about-history .history-col .col-img {
    gap: 20px;
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }
  .about-history .history-col .col-img img {
    width: 100%;
    height: auto;
  }
  .about-history .history-col .col-img .img-col > div {
    width: 46%;
  }
  .about-history .history-col .col-img .img-col > div:only-child {
    margin: 0 auto;
  }
  .about-history .history-col .col-img .img-col p {
    text-align: center;
  }
  .about-history .history-col .col-img p {
    margin-top: 10px;
    line-height: 1.5;
    text-align: left;
  }
  .about-history .history-list::before {
    left: 5px;
    top: 13px;
    height: calc(100% - 30px);
  }
  .about-history .history-list .list-row + .list-row {
    margin-top: 18px;
  }
  .about-history .history-list dt {
    position: relative;
    float: none;
    padding-left: 32px;
    font-size: 3.3rem;
  }
  .about-history .history-list dt::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c43730;
  }
  .about-history .history-list dd {
    float: none;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 18px;
    padding-top: 0;
    padding-left: 32px;
  }
  .about-history .history-list dd::after {
    content: none;
    left: 0px;
    top: 12px;
    width: 14px;
    height: 14px;
  }
  .about-history .history-list dd[data-year]::before {
    content: attr(data-year);
    display: block;
    color: #c43730;
    font-family: "Gabarito", "Reem Kufi", "Open Sans", sans-serif;
    font-size: 3.3rem;
    font-weight: bold;
    line-height: 1;
  }
  .about-history .history-list dd[data-year]::after {
    content: "";
  }
  .about-history .history-list dd[data-year] .month {
    top: 2px;
  }
  .about-history .history-list dd .month {
    position: absolute;
    left: 116px;
    top: -36px;
    display: block;
  }
  .about-history .history-list dd:last-of-type {
    margin-bottom: 0;
  }
}