@charset "UTF-8";
/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#history .sectionBox {
  padding-bottom: max(13rem, 60px);
  background: #fff;
}
#history .sectionBox--primary {
  --baseColor: #6c9bd2;
  --baseColorRgb: 108, 155, 210;
}
#history .sectionBox--secondary {
  --baseColor: #ef858c;
  --baseColorRgb: 239, 133, 140;
}
#history .sectionBox--tertiary {
  --baseColor: #f5a73e;
  --baseColorRgb: 245, 167, 62;
}
#history .sectionBox--quaternary {
  --baseColor: #5dc2d0;
  --baseColorRgb: 93, 194, 208;
}
#history .purpose__content {
  display: grid;
}
@media screen and (max-width: 1000px) {
  #history .purpose__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: max(5rem, 30px);
       -moz-column-gap: max(5rem, 30px);
            column-gap: max(5rem, 30px);
  }
}
#history .purpose__content__item {
  position: relative;
}
#history .purpose__content__item:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-bottom: max(4rem, 30px);
  margin-bottom: max(4rem, 30px);
}
#history .purpose__content__item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, var(--baseColor) 4px, transparent 3px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
#history .purpose__content__item:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 1000px) {
  #history .purpose__content__item:nth-of-type(2) {
    padding-bottom: max(4rem, 30px);
    margin-bottom: max(4rem, 30px);
  }
  #history .purpose__content__item:nth-of-type(2)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, var(--baseColor) 4px, transparent 3px);
    background-size: 7px 1px;
    background-repeat: repeat-x;
  }
}
#history .purpose__content__item:nth-of-type(3) {
  position: relative;
  grid-column: 2/3;
  grid-row: 1/3;
  margin-left: max(5rem, 20px);
  padding-left: max(5rem, 20px);
}
@media screen and (max-width: 1000px) {
  #history .purpose__content__item:nth-of-type(3) {
    margin-left: 0;
    padding-left: 0;
  }
}
#history .purpose__content__item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--baseColor) 4px, transparent 3px);
  background-size: 1px 7px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 1000px) {
  #history .purpose__content__item:nth-of-type(3)::before {
    display: none;
  }
}
#history .develop {
  background: transparent;
}
#history .develop__wrapper {
  padding-top: max(15rem, 70px);
}
#history .develop__group {
  border-radius: max(2.5rem, 20px);
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#history .develop__group__header h3 {
  border-radius: 0;
  margin-bottom: 0;
}
#history .develop__group__body {
  padding: max(8rem, 40px) 5%;
  background: #fff;
}
#history .develop__group__body .develop__content {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: max(3rem, 20px);
     -moz-column-gap: max(3rem, 20px);
          column-gap: max(3rem, 20px);
}
@media screen and (max-width: 768px) {
  #history .develop__group__body .develop__content {
    grid-template-columns: 1fr;
  }
}
#history .develop__group__body .develop__content__item {
  position: relative;
  display: grid;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-template-columns: subgrid;
  grid-column: span 2;
  padding-left: calc(max(1.5rem, 13px) * 1.5);
}
@media screen and (max-width: 768px) {
  #history .develop__group__body .develop__content__item {
    grid-column: unset;
  }
}
#history .develop__group__body .develop__content__item:not(:last-of-type) {
  padding-bottom: max(2rem, 10px);
}
#history .develop__group__body .develop__content__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
  left: 0;
  width: max(1.5rem, 13px);
  height: 100%;
  background-image: linear-gradient(to bottom, #5DC2D0 4px, transparent 3px);
  background-size: 1px 7px;
  background-repeat: repeat-y;
  background-position: center;
}
#history .develop__group__body .develop__content__item::before {
  content: "⚫︎";
  position: absolute;
  color: #5DC2D0;
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
#history .develop__group__body .develop__content__item__year, #history .develop__group__body .develop__content__item__list {
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
#history .develop__group__body .develop__content__item__year li, #history .develop__group__body .develop__content__item__list li {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#history .develop__group__body .develop__content__item__year {
  color: #5DC2D0;
}
#history h3 {
  padding: max(2.5rem, 20px) 5%;
  margin-bottom: max(6rem, 30px);
  background: var(--baseColor);
  border-radius: max(1rem, 10px);
  overflow: hidden;
  color: #fff;
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#history h4 {
  color: var(--baseColor);
  font-size: max(2.4rem, 18px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: max(3.5rem, 20px);
}
#history h4:not(:first-of-type) {
  margin-top: max(8.5rem, 40px);
}
#history p {
  line-height: 2.5;
}
@media screen and (max-width: 1000px) {
  #history p {
    line-height: 2;
  }
}
#history .tableBox {
  margin-top: max(5rem, 30px);
  border: max(0.2rem, 2px) solid var(--baseColor);
  border-radius: max(1rem, 10px);
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#history .tableBox::-webkit-scrollbar {
  display: none;
}
#history .tableBox table {
  min-width: 700px;
  border-collapse: collapse;
  overflow: hidden;
}
#history .tableBox table th,
#history .tableBox table td {
  position: relative;
  padding: max(3rem, 25px) max(3.5rem, 15px);
  vertical-align: middle;
  text-align: center;
}
#history .tableBox table th.sentence,
#history .tableBox table td.sentence {
  text-align: left;
}
#history .tableBox table th.situation,
#history .tableBox table td.situation {
  width: 22%;
  min-width: 165px;
}
#history .tableBox table thead {
  position: relative;
  background: var(--baseColor);
}
#history .tableBox table thead tr {
  position: relative;
}
#history .tableBox table thead tr th:not(:first-child)::before,
#history .tableBox table thead tr td:not(:first-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 4px, transparent 3px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
#history .tableBox table thead tr th:not(:last-of-type)::after,
#history .tableBox table thead tr td:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #fff 4px, transparent 3px);
  background-size: 1px 7px;
  background-repeat: repeat-y;
}
#history .tableBox table thead tr th {
  color: #fff;
  font-size: max(1.8rem, 15px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
#history .tableBox table thead tr th small {
  color: inherit;
  font-size: 0.8em;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: inherit;
}
#history .tableBox table thead tr td {
  color: #fff;
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
#history .tableBox table tbody tr:not(:last-child) th::before,
#history .tableBox table tbody tr:not(:last-child) td::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(var(--baseColorRgb), 0.2) 4px, transparent 3px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
#history .tableBox table tbody tr th:not(:last-child)::after,
#history .tableBox table tbody tr td:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--baseColor) 4px, transparent 3px);
  background-size: 1px 7px;
  background-repeat: repeat-y;
}
#history .tableBox table tbody tr th {
  min-width: 200px;
  background: rgba(var(--baseColorRgb), 0.15);
  color: var(--baseColor);
  font-size: max(1.8rem, 15px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
#history .tableBox table tbody tr td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(0.5rem, 5px) max(1rem, 10px);
}
#history .tableBox table tbody tr td ul li {
  display: inline-block;
  text-align: left;
  font-size: max(1.5rem, 13px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: o;
}
#history .listBox {
  margin-top: max(1rem, 10px);
}
#history .listBox--number {
  counter-reset: list-counter;
}
#history .listBox--number li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  line-height: 2;
}
#history .listBox--number li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  font-weight: 500;
  color: var(--baseColor);
  min-width: 2em;
}
#history .listBox--dot li {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.5em;
  line-height: 2;
}
#history .listBox--dot li::before {
  content: "●";
  position: absolute;
  left: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  font-size: 0.5em;
  line-height: 2.75em;
  color: #333333;
}
#history .btnBox .btn {
  margin: 0;
  margin-top: max(1.5rem, 15px);
}
#history .btnBox .btn--pt {
  --baseColor: #6c9bd2;
  --subColor: #fff;
}
#history .btnBox .btn--pt:hover {
  --baseColor: #fff;
  --subColor: #6c9bd2;
}
#history .btnBox .btn--st {
  --baseColor: #EF858C;
  --subColor: #fff;
}
#history .btnBox .btn--st:hover {
  --baseColor: #fff;
  --subColor: #EF858C;
}
#history .btnBox .btn--po {
  --baseColor: #F5A73E;
  --subColor: #fff;
}
#history .btnBox .btn--po:hover {
  --baseColor: #fff;
  --subColor: #F5A73E;
}/*# sourceMappingURL=history.css.map */