/*************************
***       font         ***
**************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Overpass:wght@400;800&display=swap");
/********************************
******* page-about-header *******
*********************************/
#page-about-header {
  padding: 0;
  overflow: hidden;
}

#page-about-header .pc-only {
  width: 100%;
  height: 500px;
  margin-top: -50px;
  position: relative;
  background-color: #75a9f5;
}

#page-about-header .bg-1 {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

#page-about-header .bg-2l {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 2;
}

#page-about-header .bg-2l .wrapper-inner {
  position: relative;
}

#page-about-header .bg-2l .wrapper-inner img {
  margin: auto auto auto 0;
  width: 22%;
}

#page-about-header .bg-2r {
  width: 100%;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 2;
}

#page-about-header .bg-2r .wrapper-inner {
  position: relative;
}

#page-about-header .bg-2r .wrapper-inner img {
  margin: auto 0 auto auto;
  width: 22%;
}

#page-about-header .bg-3 {
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: 3;
}

#page-about-header .bg-4 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}

#page-about-header .bg-4 .wrapper-inner {
  position: relative;
}

#page-about-header .bg-4 .wrapper-inner img {
  margin: 0 auto;
  width: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #page-about-header .pc-only {
    height: 45vw;
  }
  #page-about-header .pc-only .bg-2 {
    max-width: 42vw;
  }
}

/********************************
******* page-about-summary *******
*********************************/
#page-about-summary {
  padding-bottom: 4rem;
}

#page-about-summary .row {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#page-about-summary .upper {
  width: 100%;
}

#page-about-summary .upper .title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

#page-about-summary .upper .description {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 2;
}

#page-about-summary .lower {
  width: 100%;
  padding: 0 4rem;
}

@media only screen and (max-width: 767px) {
  #page-about-summary .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page-about-summary .upper .title {
    font-size: 1.2rem;
  }
  #page-about-summary .lower {
    padding: 2rem 0;
  }
}

/********************************
******* page-about-image *******
*********************************/
#page-about-image {
  padding: 0;
  position: relative;
  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;
}

#page-about-image img {
  width: 100%;
  min-width: 660px;
  height: 30vw;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right 50% top 70%;
     object-position: right 50% top 70%;
  -webkit-filter: brightness(0.9) saturate(1.1);
          filter: brightness(0.9) saturate(1.1);
}

#page-about-image .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 100%;
  text-align: center;
  word-break: initial;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  #page-about-image img {
    -o-object-position: right 50% top 90%;
       object-position: right 50% top 90%;
  }
}

/********************************
******* page-about-point *******
*********************************/
#page-about-point {
  background-color: #ffca3c;
}

#page-about-point .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 2rem 0 2rem 2rem;
  margin: 0 0 2rem 0;
}

#page-about-point .row::before {
  content: "";
  width: 80%;
  height: 78%;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 18px;
}

#page-about-point .row .upper {
  position: relative;
  width: 50%;
  border-radius: 18px;
  padding: 0;
  z-index: 2;
}

#page-about-point .row .upper img {
  padding: 0 0 1rem 1rem;
}

#page-about-point .row .lower {
  position: relative;
  width: 50%;
  border-radius: 18px;
  z-index: 2;
  padding: 1rem 3rem 0 2rem;
}

#page-about-point .row .lower .title {
  margin-left: -3rem;
  padding-bottom: 2rem;
}

#page-about-point .row .lower .title img {
  width: 6rem;
}

#page-about-point .row .lower .description img {
  width: 12rem;
  margin-top: 2rem;
}

#page-about-point .row .lower .description .sub-title {
  padding: 1rem 0;
  font-size: 2rem;
}

#page-about-point .row .lower .description .letters p {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  #page-about-point .wrapper {
    padding: 0;
  }
  #page-about-point .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem 0 2rem 2rem;
  }
  #page-about-point .row::before {
    width: calc(100% - 2rem);
    height: 70%;
    border-radius: 0 18px 18px 0;
  }
  #page-about-point .row .upper {
    margin: 0 -4rem 0 0;
    width: 90%;
  }
  #page-about-point .row .lower {
    padding: 0 4rem 0 0;
    width: 100%;
  }
  #page-about-point .row .lower .title {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: 0;
    position: absolute;
    top: -50vw;
    left: -3rem;
  }
  #page-about-point .row .lower .description img {
    margin-top: 1rem;
  }
}

/********************************
******* page-about-matrix *******
*********************************/
#page-about-matrix-upper,
#page-about-matrix,
#page-about-matrix-lower {
  background-color: #f0f0e6;
  padding: 0;
}

#page-about-matrix-upper .head,
#page-about-matrix .head,
#page-about-matrix-lower .head {
  text-align: center;
  padding: 2rem 0 4rem;
}

#page-about-matrix-upper .head .title,
#page-about-matrix .head .title,
#page-about-matrix-lower .head .title {
  font-family: "Overpass", sans-serif;
  font-size: 4rem;
  color: #b6b6b6;
  word-break: initial;
  line-height: 1;
}

#page-about-matrix-upper .head .sub-title,
#page-about-matrix .head .sub-title,
#page-about-matrix-lower .head .sub-title {
  font-size: 1.6rem;
  padding: 1rem 0;
}

#page-about-matrix-upper .head .summary p,
#page-about-matrix .head .summary p,
#page-about-matrix-lower .head .summary p {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 2;
}

#page-about-matrix-upper .foot,
#page-about-matrix .foot,
#page-about-matrix-lower .foot {
  text-align: center;
  padding: 2rem 0;
}

#page-about-matrix-upper .foot .description p,
#page-about-matrix .foot .description p,
#page-about-matrix-lower .foot .description p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
}

#page-about-matrix-upper .foot .btn-red,
#page-about-matrix .foot .btn-red,
#page-about-matrix-lower .foot .btn-red {
  font-size: 0.7rem;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

#page-about-matrix-upper .tbl-matrix-wrapper,
#page-about-matrix .tbl-matrix-wrapper,
#page-about-matrix-lower .tbl-matrix-wrapper {
  width: 100%;
  overflow-x: auto;
}

#page-about-matrix-upper .tbl-matrix-wrapper::-webkit-scrollbar,
#page-about-matrix .tbl-matrix-wrapper::-webkit-scrollbar,
#page-about-matrix-lower .tbl-matrix-wrapper::-webkit-scrollbar {
  height: 0;
}

#page-about-matrix-upper .tbl-matrix,
#page-about-matrix .tbl-matrix,
#page-about-matrix-lower .tbl-matrix {
  border-collapse: collapse;
}

#page-about-matrix-upper .tbl-matrix thead tr th,
#page-about-matrix-upper .tbl-matrix thead tr td,
#page-about-matrix-upper .tbl-matrix tbody tr th,
#page-about-matrix-upper .tbl-matrix tbody tr td,
#page-about-matrix .tbl-matrix thead tr th,
#page-about-matrix .tbl-matrix thead tr td,
#page-about-matrix .tbl-matrix tbody tr th,
#page-about-matrix .tbl-matrix tbody tr td,
#page-about-matrix-lower .tbl-matrix thead tr th,
#page-about-matrix-lower .tbl-matrix thead tr td,
#page-about-matrix-lower .tbl-matrix tbody tr th,
#page-about-matrix-lower .tbl-matrix tbody tr td {
  position: relative;
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1.75;
  border-left: solid 6px #f0f0e6;
  width: 215px;
  min-width: 215px;
}

#page-about-matrix-upper .tbl-matrix thead tr th:nth-child(1),
#page-about-matrix-upper .tbl-matrix thead tr td:nth-child(1),
#page-about-matrix-upper .tbl-matrix tbody tr th:nth-child(1),
#page-about-matrix-upper .tbl-matrix tbody tr td:nth-child(1),
#page-about-matrix .tbl-matrix thead tr th:nth-child(1),
#page-about-matrix .tbl-matrix thead tr td:nth-child(1),
#page-about-matrix .tbl-matrix tbody tr th:nth-child(1),
#page-about-matrix .tbl-matrix tbody tr td:nth-child(1),
#page-about-matrix-lower .tbl-matrix thead tr th:nth-child(1),
#page-about-matrix-lower .tbl-matrix thead tr td:nth-child(1),
#page-about-matrix-lower .tbl-matrix tbody tr th:nth-child(1),
#page-about-matrix-lower .tbl-matrix tbody tr td:nth-child(1) {
  border: none;
  width: 160px;
  min-width: 160px;
}

#page-about-matrix-upper .tbl-matrix thead tr th:nth-child(2),
#page-about-matrix-upper .tbl-matrix thead tr td:nth-child(2),
#page-about-matrix-upper .tbl-matrix tbody tr th:nth-child(2),
#page-about-matrix-upper .tbl-matrix tbody tr td:nth-child(2),
#page-about-matrix .tbl-matrix thead tr th:nth-child(2),
#page-about-matrix .tbl-matrix thead tr td:nth-child(2),
#page-about-matrix .tbl-matrix tbody tr th:nth-child(2),
#page-about-matrix .tbl-matrix tbody tr td:nth-child(2),
#page-about-matrix-lower .tbl-matrix thead tr th:nth-child(2),
#page-about-matrix-lower .tbl-matrix thead tr td:nth-child(2),
#page-about-matrix-lower .tbl-matrix tbody tr th:nth-child(2),
#page-about-matrix-lower .tbl-matrix tbody tr td:nth-child(2) {
  border: none;
}

#page-about-matrix-upper .tbl-matrix thead tr th .star,
#page-about-matrix-upper .tbl-matrix thead tr td .star,
#page-about-matrix-upper .tbl-matrix tbody tr th .star,
#page-about-matrix-upper .tbl-matrix tbody tr td .star,
#page-about-matrix .tbl-matrix thead tr th .star,
#page-about-matrix .tbl-matrix thead tr td .star,
#page-about-matrix .tbl-matrix tbody tr th .star,
#page-about-matrix .tbl-matrix tbody tr td .star,
#page-about-matrix-lower .tbl-matrix thead tr th .star,
#page-about-matrix-lower .tbl-matrix thead tr td .star,
#page-about-matrix-lower .tbl-matrix tbody tr th .star,
#page-about-matrix-lower .tbl-matrix tbody tr td .star {
  font-size: 1rem;
  color: #ffca3c;
  letter-spacing: 0.25rem;
}

#page-about-matrix-upper .tbl-matrix thead tr th,
#page-about-matrix .tbl-matrix thead tr th,
#page-about-matrix-lower .tbl-matrix thead tr th {
  border-radius: 10px 10px 0 0;
  font-size: 1rem;
  height: 4rem;
}

#page-about-matrix-upper .tbl-matrix thead tr th:nth-child(1),
#page-about-matrix .tbl-matrix thead tr th:nth-child(1),
#page-about-matrix-lower .tbl-matrix thead tr th:nth-child(1) {
  background-color: unset;
}

#page-about-matrix-upper .tbl-matrix thead tr th:nth-child(2),
#page-about-matrix .tbl-matrix thead tr th:nth-child(2),
#page-about-matrix-lower .tbl-matrix thead tr th:nth-child(2) {
  background-color: #2a5599;
}

#page-about-matrix-upper .tbl-matrix thead tr th:nth-child(3),
#page-about-matrix .tbl-matrix thead tr th:nth-child(3),
#page-about-matrix-lower .tbl-matrix thead tr th:nth-child(3) {
  background-color: #7e4e9a;
}

#page-about-matrix-upper .tbl-matrix thead tr th:nth-child(4),
#page-about-matrix .tbl-matrix thead tr th:nth-child(4),
#page-about-matrix-lower .tbl-matrix thead tr th:nth-child(4) {
  background-color: #d58616;
}

#page-about-matrix-upper .tbl-matrix thead tr th:nth-child(5),
#page-about-matrix .tbl-matrix thead tr th:nth-child(5),
#page-about-matrix-lower .tbl-matrix thead tr th:nth-child(5) {
  background-color: #169d7b;
}

#page-about-matrix-upper .tbl-matrix thead tr th .swipe,
#page-about-matrix .tbl-matrix thead tr th .swipe,
#page-about-matrix-lower .tbl-matrix thead tr th .swipe {
  display: none;
}

#page-about-matrix-upper .tbl-matrix tbody tr td,
#page-about-matrix .tbl-matrix tbody tr td,
#page-about-matrix-lower .tbl-matrix tbody tr td {
  vertical-align: top;
  padding: 1rem;
}

#page-about-matrix-upper .tbl-matrix tbody tr td:nth-child(1),
#page-about-matrix .tbl-matrix tbody tr td:nth-child(1),
#page-about-matrix-lower .tbl-matrix tbody tr td:nth-child(1) {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}

#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(odd) th:nth-child(1),
#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(odd) td:nth-child(1),
#page-about-matrix .tbl-matrix tbody tr:nth-child(odd) th:nth-child(1),
#page-about-matrix .tbl-matrix tbody tr:nth-child(odd) td:nth-child(1),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(odd) th:nth-child(1),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(odd) td:nth-child(1) {
  background-color: #ffffff;
}

#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(odd) th:nth-child(2),
#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(odd) td:nth-child(2),
#page-about-matrix .tbl-matrix tbody tr:nth-child(odd) th:nth-child(2),
#page-about-matrix .tbl-matrix tbody tr:nth-child(odd) td:nth-child(2),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(odd) th:nth-child(2),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(odd) td:nth-child(2) {
  background-color: #003ca0;
}

#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(odd) th:nth-child(3),
#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(odd) td:nth-child(3),
#page-about-matrix .tbl-matrix tbody tr:nth-child(odd) th:nth-child(3),
#page-about-matrix .tbl-matrix tbody tr:nth-child(odd) td:nth-child(3),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(odd) th:nth-child(3),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(odd) td:nth-child(3) {
  background-color: #8246aa;
}

#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(odd) th:nth-child(4),
#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(odd) td:nth-child(4),
#page-about-matrix .tbl-matrix tbody tr:nth-child(odd) th:nth-child(4),
#page-about-matrix .tbl-matrix tbody tr:nth-child(odd) td:nth-child(4),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(odd) th:nth-child(4),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(odd) td:nth-child(4) {
  background-color: #f08c00;
}

#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(odd) th:nth-child(5),
#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(odd) td:nth-child(5),
#page-about-matrix .tbl-matrix tbody tr:nth-child(odd) th:nth-child(5),
#page-about-matrix .tbl-matrix tbody tr:nth-child(odd) td:nth-child(5),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(odd) th:nth-child(5),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(odd) td:nth-child(5) {
  background-color: #00aa82;
}

#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(even) th:nth-child(1),
#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(even) td:nth-child(1),
#page-about-matrix .tbl-matrix tbody tr:nth-child(even) th:nth-child(1),
#page-about-matrix .tbl-matrix tbody tr:nth-child(even) td:nth-child(1),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(even) th:nth-child(1),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(even) td:nth-child(1) {
  background-color: #e1e1dc;
}

#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(even) th:nth-child(2),
#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(even) td:nth-child(2),
#page-about-matrix .tbl-matrix tbody tr:nth-child(even) th:nth-child(2),
#page-about-matrix .tbl-matrix tbody tr:nth-child(even) td:nth-child(2),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(even) th:nth-child(2),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(even) td:nth-child(2) {
  background-color: #2a5599;
}

#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(even) th:nth-child(3),
#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(even) td:nth-child(3),
#page-about-matrix .tbl-matrix tbody tr:nth-child(even) th:nth-child(3),
#page-about-matrix .tbl-matrix tbody tr:nth-child(even) td:nth-child(3),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(even) th:nth-child(3),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(even) td:nth-child(3) {
  background-color: #7e4e9a;
}

#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(even) th:nth-child(4),
#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(even) td:nth-child(4),
#page-about-matrix .tbl-matrix tbody tr:nth-child(even) th:nth-child(4),
#page-about-matrix .tbl-matrix tbody tr:nth-child(even) td:nth-child(4),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(even) th:nth-child(4),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(even) td:nth-child(4) {
  background-color: #d58616;
}

#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(even) th:nth-child(5),
#page-about-matrix-upper .tbl-matrix tbody tr:nth-child(even) td:nth-child(5),
#page-about-matrix .tbl-matrix tbody tr:nth-child(even) th:nth-child(5),
#page-about-matrix .tbl-matrix tbody tr:nth-child(even) td:nth-child(5),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(even) th:nth-child(5),
#page-about-matrix-lower .tbl-matrix tbody tr:nth-child(even) td:nth-child(5) {
  background-color: #169d7b;
}

#page-about-matrix-upper .tbl-matrix tbody tr:last-child td:nth-child(1), #page-about-matrix-upper .tbl-matrix tbody tr:last-child td:nth-child(5),
#page-about-matrix .tbl-matrix tbody tr:last-child td:nth-child(1),
#page-about-matrix .tbl-matrix tbody tr:last-child td:nth-child(5),
#page-about-matrix-lower .tbl-matrix tbody tr:last-child td:nth-child(1),
#page-about-matrix-lower .tbl-matrix tbody tr:last-child td:nth-child(5) {
  border-radius: 0 0 10px 10px;
}

#page-about-matrix-upper .tbl-matrix tr:nth-child(1) td:nth-child(1),
#page-about-matrix .tbl-matrix tr:nth-child(1) td:nth-child(1),
#page-about-matrix-lower .tbl-matrix tr:nth-child(1) td:nth-child(1) {
  border-radius: 10px 0 0 0;
}

#page-about-matrix-upper .tbl-matrix .btn-red,
#page-about-matrix .tbl-matrix .btn-red,
#page-about-matrix-lower .tbl-matrix .btn-red {
  position: absolute;
  bottom: 0;
  left: 1rem;
  -webkit-transform: unset;
          transform: unset;
  font-size: 0.7rem;
  min-width: 8rem;
  padding: 0.3rem 1.5rem 0.3rem 0.5rem;
}

#page-about-matrix-upper .tbl-matrix .btn-red::after,
#page-about-matrix .tbl-matrix .btn-red::after,
#page-about-matrix-lower .tbl-matrix .btn-red::after {
  top: 38%;
}

#page-about-matrix-upper .swiper-controller,
#page-about-matrix .swiper-controller,
#page-about-matrix-lower .swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2.5rem;
}

#page-about-matrix-upper .swiper-pagination,
#page-about-matrix .swiper-pagination,
#page-about-matrix-lower .swiper-pagination {
  margin-right: auto;
}

#page-about-matrix-upper .swiper-pagination-bullet,
#page-about-matrix .swiper-pagination-bullet,
#page-about-matrix-lower .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}

#page-about-matrix-upper .swiper-pagination-bullet-active,
#page-about-matrix .swiper-pagination-bullet-active,
#page-about-matrix-lower .swiper-pagination-bullet-active {
  background-color: #ffca3c;
}

#page-about-matrix-upper .swiper-button-next,
#page-about-matrix-upper .swiper-button-prev,
#page-about-matrix .swiper-button-next,
#page-about-matrix .swiper-button-prev,
#page-about-matrix-lower .swiper-button-next,
#page-about-matrix-lower .swiper-button-prev {
  top: unset;
  bottom: 0;
}

#page-about-matrix-upper .swiper-button-next::after,
#page-about-matrix-upper .swiper-button-prev::after,
#page-about-matrix .swiper-button-next::after,
#page-about-matrix .swiper-button-prev::after,
#page-about-matrix-lower .swiper-button-next::after,
#page-about-matrix-lower .swiper-button-prev::after {
  width: 0.7rem;
  height: 0.7rem;
  content: "";
  border: solid 2px #ffffff;
  border-width: 2px 2px 0 0;
}

#page-about-matrix-upper .swiper-button-prev,
#page-about-matrix .swiper-button-prev,
#page-about-matrix-lower .swiper-button-prev {
  left: 0;
}

#page-about-matrix-upper .swiper-button-prev::after,
#page-about-matrix .swiper-button-prev::after,
#page-about-matrix-lower .swiper-button-prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#page-about-matrix-upper .swiper-button-next,
#page-about-matrix .swiper-button-next,
#page-about-matrix-lower .swiper-button-next {
  right: 0;
}

#page-about-matrix-upper .swiper-button-next::after,
#page-about-matrix .swiper-button-next::after,
#page-about-matrix-lower .swiper-button-next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 1100px) {
  #page-about-matrix .pr-0 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1070px) {
  #page-about-matrix .tbl-matrix-wrapper {
    cursor: -webkit-grab;
    cursor: grab;
  }
  #page-about-matrix .tbl-matrix thead tr th .swipe {
    display: block;
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  #page-about-matrix .head .title {
    font-size: 3rem;
  }
  #page-about-matrix .head .sub-title {
    font-size: 1.2rem;
  }
  #page-about-matrix .head .summary {
    text-align: left;
  }
}

/********************************
******* page-about-equipment *******
*********************************/
#page-about-equipment .head {
  text-align: center;
  padding: 2rem 0 4rem;
}

#page-about-equipment .head .title {
  font-family: "Overpass", sans-serif;
  font-size: 4rem;
  color: #b6b6b6;
  word-break: initial;
  line-height: 1;
}

#page-about-equipment .head .sub-title {
  font-size: 1.6rem;
  padding: 1rem 0;
}

#page-about-equipment .foot {
  text-align: center;
  padding: 2rem 0;
}

#page-about-equipment .foot .description p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
}

#page-about-equipment .foot .btn-red {
  font-size: 0.7rem;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

#page-about-equipment .collage img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#page-about-equipment .collage .row {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}

#page-about-equipment .collage .row .mask {
  position: absolute;
  top: 0;
  left: 0;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: #000000;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#page-about-equipment .collage .row .mask:hover {
  opacity: 0.8;
}

#page-about-equipment .collage .row .mask .mask-text {
  text-align: center;
}

#page-about-equipment .collage .row .mask .mask-text p {
  padding: 0 1rem;
}

#page-about-equipment .collage .row .mask .btn-red {
  background-color: transparent;
  border: 1px solid #ffffff;
  margin: 1rem 0 0;
  left: 0;
  -webkit-transform: unset;
          transform: unset;
}

#page-about-equipment .collage .row .upper .upper,
#page-about-equipment .collage .row .upper .lower,
#page-about-equipment .collage .row .lower .upper,
#page-about-equipment .collage .row .lower .lower .upper,
#page-about-equipment .collage .row .lower .lower .lower {
  position: relative;
}

#page-about-equipment .collage .row .upper {
  width: 30%;
}

#page-about-equipment .collage .row .upper .upper {
  width: 100%;
  height: calc(100vw * 0.8192 * 0.25);
  max-height: 250px;
}

#page-about-equipment .collage .row .upper .lower {
  width: 100%;
  height: calc(100vw * 0.8192 * 0.5);
  max-height: 500px;
}

#page-about-equipment .collage .row .lower {
  width: calc(70% - 4px);
}

#page-about-equipment .collage .row .lower .upper {
  width: 100%;
  height: calc(100vw * 0.8192 * 0.5);
  max-height: 500px;
}

#page-about-equipment .collage .row .lower .lower {
  width: 100%;
}

#page-about-equipment .collage .row .lower .lower .upper {
  width: 50%;
  height: calc(100vw * 0.8192 * 0.25);
  max-height: 250px;
}

#page-about-equipment .collage .row .lower .lower .lower {
  width: calc((50% - 4px));
  height: calc(100vw * 0.8192 * 0.25);
  max-height: 250px;
}

@media only screen and (max-width: 767px) {
  #page-about-equipment .head .title {
    font-size: 3rem;
  }
  #page-about-equipment .head .sub-title {
    font-size: 1.2rem;
  }
  #page-about-equipment .collage .row .mask .mask-text {
    font-size: 0.8rem;
  }
  #page-about-equipment .collage .row .mask .btn-red {
    min-width: unset;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    font-size: 0.6rem;
  }
  #page-about-equipment .collage .row .mask .btn-red::after {
    top: 40%;
  }
  #page-about-equipment .collage .row .upper {
    width: 100%;
  }
  #page-about-equipment .collage .row .upper .upper {
    width: 60%;
    height: calc(100vw * 0.8192 * 0.45);
    max-height: 450px;
  }
  #page-about-equipment .collage .row .upper .lower {
    width: calc(40% - 4px);
    height: calc(100vw * 0.8192 * 0.45);
    max-height: 450px;
  }
  #page-about-equipment .collage .row .lower {
    width: 100%;
  }
  #page-about-equipment .collage .row .lower .upper {
    width: 100%;
    height: calc(100vw * 0.8192 * 0.6);
    max-height: 600px;
  }
  #page-about-equipment .collage .row .lower .lower {
    width: 100%;
  }
  #page-about-equipment .collage .row .lower .lower .upper {
    width: 50%;
    height: calc(100vw * 0.8192 * 0.35);
    max-height: 350px;
  }
  #page-about-equipment .collage .row .lower .lower .lower {
    width: calc((50% - 4px));
    height: calc(100vw * 0.8192 * 0.35);
    max-height: 350px;
  }
}

/********************************
******* page-about-flowchart *******
*********************************/
#page-about-flowchart-upper,
#page-about-flowchart,
#page-about-flowchart-lower {
  background-color: #28b487;
  padding: 0;
}

#page-about-flowchart-upper .head,
#page-about-flowchart .head,
#page-about-flowchart-lower .head {
  text-align: center;
  padding: 2rem 0 4rem;
}

#page-about-flowchart-upper .head .title,
#page-about-flowchart .head .title,
#page-about-flowchart-lower .head .title {
  font-family: "Overpass", sans-serif;
  font-size: 4rem;
  color: #ffffff;
  word-break: initial;
  line-height: 1;
}

#page-about-flowchart-upper .head .sub-title,
#page-about-flowchart .head .sub-title,
#page-about-flowchart-lower .head .sub-title {
  font-size: 1.6rem;
  padding: 1rem 0;
}

#page-about-flowchart-upper .chart .row,
#page-about-flowchart .chart .row,
#page-about-flowchart-lower .chart .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.5rem;
}

#page-about-flowchart-upper .chart .row .step,
#page-about-flowchart .chart .row .step,
#page-about-flowchart-lower .chart .row .step {
  width: 100%;
  margin-top: 2rem;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
}

#page-about-flowchart-upper .chart .row .step::after,
#page-about-flowchart .chart .row .step::after,
#page-about-flowchart-lower .chart .row .step::after {
  content: "";
  position: absolute;
  right: calc(1px - 0.75rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75rem;
  height: 1rem;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

#page-about-flowchart-upper .chart .row .step .icon,
#page-about-flowchart .chart .row .step .icon,
#page-about-flowchart-lower .chart .row .step .icon {
  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;
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #ffffff;
  background-color: #804886;
  z-index: 10;
}

#page-about-flowchart-upper .chart .row .step .icon img,
#page-about-flowchart .chart .row .step .icon img,
#page-about-flowchart-lower .chart .row .step .icon img {
  padding: 1%;
}

#page-about-flowchart-upper .chart .row .step .content,
#page-about-flowchart .chart .row .step .content,
#page-about-flowchart-lower .chart .row .step .content {
  padding: 1rem 1rem 2rem 1rem;
  position: relative;
}

#page-about-flowchart-upper .chart .row .step .content .title,
#page-about-flowchart .chart .row .step .content .title,
#page-about-flowchart-lower .chart .row .step .content .title {
  font-size: 1rem;
  padding-top: 2rem;
  text-align: center;
  position: relative;
}

#page-about-flowchart-upper .chart .row .step .content .title::after,
#page-about-flowchart .chart .row .step .content .title::after,
#page-about-flowchart-lower .chart .row .step .content .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.5rem;
  height: 3px;
  background-color: #804886;
}

#page-about-flowchart-upper .chart .row .step .content .description,
#page-about-flowchart .chart .row .step .content .description,
#page-about-flowchart-lower .chart .row .step .content .description {
  padding-top: 2rem;
  line-height: 1.8;
}

#page-about-flowchart-upper .chart .row .step .content .description p,
#page-about-flowchart .chart .row .step .content .description p,
#page-about-flowchart-lower .chart .row .step .content .description p {
  font-size: 0.8rem;
  font-weight: bold;
}

#page-about-flowchart-upper .foot,
#page-about-flowchart .foot,
#page-about-flowchart-lower .foot {
  text-align: center;
  padding: 2rem 0;
}

#page-about-flowchart-upper .foot .description p,
#page-about-flowchart .foot .description p,
#page-about-flowchart-lower .foot .description p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
}

#page-about-flowchart-upper .foot .btn-red,
#page-about-flowchart .foot .btn-red,
#page-about-flowchart-lower .foot .btn-red {
  font-size: 0.7rem;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

@media only screen and (max-width: 767px) {
  #page-about-flowchart .head .title {
    font-size: 3rem;
  }
  #page-about-flowchart .head .sub-title {
    font-size: 1.2rem;
  }
  #page-about-flowchart .chart .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #page-about-flowchart .chart .row .step::after {
    left: 50%;
    top: calc(100% - 1px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1rem;
    height: 0.75rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  #page-about-flowchart .chart .row .step .description {
    padding: 0 1rem;
  }
}

/********************************
******* casestudy *******
*********************************/
#casestudy .head {
  text-align: center;
  padding: 2rem 0 4rem;
}

#casestudy .head .title {
  font-family: "Overpass", sans-serif;
  font-size: 4rem;
  color: #b6b6b6;
  word-break: initial;
  line-height: 1;
}

#casestudy .head .sub-title {
  font-size: 1.6rem;
  padding: 1rem 0;
}

#casestudy .foot {
  text-align: center;
  padding: 2rem 0;
}

#casestudy .foot .description p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
}

#casestudy .foot .btn-red {
  font-size: 0.7rem;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

@media only screen and (max-width: 767px) {
  #casestudy .head .title {
    font-size: 3rem;
  }
  #casestudy .head .sub-title {
    font-size: 1.2rem;
  }
}

/********************************
*******    pickup-column-works  *******
*********************************/
#casestudy .column-list {
  margin-bottom: 2rem;
  width: 100%;
}

#casestudy .column-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

#casestudy .column-list article {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
  -webkit-box-shadow: 2px 2px 4px #c8c8c8;
          box-shadow: 2px 2px 4px #c8c8c8;
  border-radius: 10px;
}

#casestudy .column-list article .column-image {
  width: 100%;
}

#casestudy .column-list article .column-image img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
}

#casestudy .column-list article .column-strings {
  width: 100%;
  padding: 1rem 1rem 0;
}

#casestudy .column-list article .column-catdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#casestudy .column-list article .column-category a {
  color: #ffffff;
  display: inline-block;
  background-color: #004098;
  border-radius: 1rem;
  padding: 0.1rem 1rem;
  margin: 0 1rem 0.5rem 0;
  font-size: 0.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#casestudy .column-list article .column-datetip {
  margin: 0 0 0.3rem;
  font-size: 0.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#casestudy .column-list article .column-date {
  font-weight: bold;
}

#casestudy .column-list article .column-tip {
  color: #e60039;
  font-style: italic;
  padding-left: 1rem;
}

#casestudy .column-list article .column-title {
  font-size: 0.8rem;
  padding: 0 1rem 1rem;
}

#casestudy .column-list article .column-title a {
  text-decoration: underline;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  #casestudy .column-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  #casestudy .column-list ul li {
    width: calc(100% / 3 - 22px);
  }
  #casestudy .column-list article {
    height: 100%;
  }
  #casestudy .column-list article .column-title {
    font-size: 0.88rem;
    padding: 0 0 1rem;
  }
}

/********************************
*******      catalog      *******
*********************************/
#catalog {
  background-color: #ffdc3c;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 8rem;
}

#catalog .wrapper-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

#catalog .section-title {
  color: #e60039;
}

#catalog .section-discription {
  font-size: 0.6rem;
}

#catalog .btn-catalog {
  color: #e60039;
  background-color: #ffffff;
  max-width: 400px;
  height: 7rem;
  margin: 4rem auto 0;
  padding: 1rem;
  font-weight: bold;
  border: 2px solid #e60039;
  border-radius: 10px;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#catalog .btn-catalog::before {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #e60039;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 40%;
  right: 0.58rem;
}

#catalog .btn-catalog::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  position: absolute;
  top: 45%;
  right: 1rem;
}

#catalog .btn-catalog img {
  width: 210px;
  position: absolute;
  top: -2.5rem;
}

@media only screen and (min-width: 375px) {
  #catalog .section-discription {
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 425px) {
  #catalog .section-discription {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 465px) {
  #catalog .section-discription {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  #catalog .btn-catalog {
    max-width: 500px;
    height: auto;
    margin: 3rem auto 0;
    padding: 1rem;
    border-radius: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #catalog .btn-catalog::before {
    top: 35%;
  }
  #catalog .btn-catalog img {
    top: -3rem;
    left: 2rem;
  }
  #catalog .btn-catalog span {
    padding-right: 2rem;
  }
}
/*# sourceMappingURL=page-about.css.map */