.pagettl-about {
  background: url(img/pagettl.jpg) no-repeat center;
  background-size: cover;
  min-height: 608px;
  position: relative;
  color: #fff;
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .pagettl-about {
    min-height: auto;
    margin-top: 70px;
  }
}
.pagettl-about * {
  margin: 0;
  padding: 0;
}
.pagettl-about::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  background: linear-gradient(#cecece 0%, #000 100%);
  opacity: 0.5;
}
.pagettl-about .pagettl-inner {
  position: relative;
  padding: 0 40px 68px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pagettl-about .pagettl-inner {
    height: 100%;
    padding: 30px 20px 35px;
  }
}
.pagettl-about .pagettl-inner p:nth-of-type(1) {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.6875;
}
@media screen and (max-width: 768px) {
  .pagettl-about .pagettl-inner p:nth-of-type(1) {
    font-size: 20px;
  }
}
.pagettl-about .pagettl-inner h1 {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 1;
  margin: 0.56em 0 1em;
}
@media screen and (max-width: 768px) {
  .pagettl-about .pagettl-inner h1 {
    font-size: 11.2vw;
    line-height: 1.3;
    margin: 1.5em 0;
  }
}

main {
  background: #F7F7F7;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 70px;
  }
}
main figure {
  margin: 0;
}
main em {
  font-style: normal;
  color: #1D1D1D;
}

.page-nav {
  background: linear-gradient(90deg, #5ddba1 0%, #27aadb 100%);
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page-nav {
    padding: 0;
  }
}
.page-nav nav ul {
  max-width: 1084px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-nav nav ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-nav nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.page-nav nav ul li a {
  line-height: 80px;
  font-weight: 500;
  font-size: 18px;
  color: #1d1d1d;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .page-nav nav ul li a {
    font-size: 15px;
    padding: 1em 20px;
    line-height: 1;
  }
}
.page-nav nav ul li a::after {
  content: "";
  display: inline-block;
  background: url(../assets/img/icon-ccl-arw-dn-wt.svg) no-repeat center;
  background-size: cover;
  aspect-ratio: 1/1;
  width: 20px;
  margin-top: 0.1em;
}
@media screen and (max-width: 768px) {
  .page-nav nav ul li a::after {
    width: 16px;
  }
}
.page-nav nav ul li a:hover {
  opacity: 0.5;
}

.sec-ttl {
  max-width: 1340px;
  margin: 0 auto 100px;
  background-size: cover;
  border-radius: 10px;
}
@media screen and (max-width: 1380px) {
  .sec-ttl {
    margin: 0 20px 50px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ttl {
    margin: 0 0 50px;
    border-radius: 0;
  }
}
.sec-ttl h2 {
  flex: 0 0 100%;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  text-align: left;
  color: #fff;
  max-width: 1160px;
  margin: auto;
  height: 360px;
  padding-bottom: 62px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .sec-ttl h2 {
    font-size: 20px;
    height: 180px;
    padding-bottom: 30px;
  }
}

.sec-heading {
  max-width: 1160px;
  margin: auto;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .sec-heading {
    padding: 0 0 50px;
  }
}
.sec-heading h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.6875;
  text-align: left;
  margin-bottom: 1.7em;
}
@media screen and (max-width: 768px) {
  .sec-heading h3 {
    font-size: 18px;
  }
}
.sec-heading p:nth-of-type(1) {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .sec-heading p:nth-of-type(1) {
    width: auto;
  }
}
.sec-heading .flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-heading .flex {
    flex-direction: column;
    gap: 30px;
  }
}

.capsule {
  width: 100%;
  max-width: 1160px;
  min-height: 273px;
  border-radius: 1000px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 150px auto 0;
}
@media screen and (max-width: 768px) {
  .capsule {
    margin: 80px auto 0;
    padding: 50px 30px;
    min-height: auto;
  }
}
.capsule p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .capsule p {
    font-size: 14px;
  }
}

section[id^=sec] {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  section[id^=sec] {
    padding-top: 80px;
  }
}

#sec01 .sec-ttl {
  background-image: url(img/sec01-ttl.jpg);
}
#sec01 .uk-container .flex {
  gap: 6.6666666667%;
}
@media screen and (max-width: 1100px) {
  #sec01 .uk-container .flex {
    flex-direction: column;
    gap: 3em;
  }
}
#sec01 .uk-container .flex .flex-item-L {
  flex: 0 0 66.6666666667%;
}
#sec01 .uk-container .flex .flex-item-R {
  flex: 1;
}
#sec01 .uk-container .flex .flex-item-R h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #sec01 .uk-container .flex .flex-item-R h3 {
    font-size: 16px;
  }
}
#sec01 .uk-container .flex .flex-item-R p {
  padding-right: 2em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #sec01 .uk-container .flex .flex-item-R p {
    padding-right: 0;
  }
}
#sec01 .uk-container .flex .flex-item-R p + h3 {
  margin-top: 3em;
}
#sec01 .uk-container .capsule {
  margin-bottom: 154px;
}
#sec01 .uk-container .rinen {
  max-width: 1160px;
  margin: auto;
}
#sec01 .uk-container .rinen h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.75;
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #sec01 .uk-container .rinen h3 {
    font-size: 18px;
  }
}
#sec01 .uk-container .rinen h3 + p {
  max-width: 964px;
  margin: auto;
  font-weight: 500;
  text-align: center;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #sec01 .uk-container .rinen h3 + p {
    text-align: left;
  }
}
#sec01 .uk-container .rinen .statement {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #sec01 .uk-container .rinen .statement {
    padding-top: 50px;
  }
}
#sec01 .uk-container .rinen .statement h4 {
  font-family: "Noto Serif JP", serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.6875;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sec01 .uk-container .rinen .statement h4 {
    font-size: 22px;
  }
}
#sec01 .uk-container .rinen .statement h4 em {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  display: block;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  line-height: 1.8;
  color: #1D1D1D;
}
@media screen and (max-width: 768px) {
  #sec01 .uk-container .rinen .statement h4 em {
    font-size: 16px;
  }
}
#sec01 .uk-container .rinen .statement .pyramid {
  position: relative;
}
#sec01 .uk-container .rinen .statement .pyramid figure {
  display: block;
  width: 38.62%;
  height: calc(100% + 36px);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #sec01 .uk-container .rinen .statement .pyramid figure {
    height: calc(100% + 20px);
  }
}
#sec01 .uk-container .rinen .statement .pyramid figure img {
  width: 100%;
  height: 100%;
}
#sec01 .uk-container .rinen .statement .pyramid table {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}
#sec01 .uk-container .rinen .statement .pyramid table tr {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #3fb15d;
  color: #1d1d1d;
  padding: 17px 0;
}
@media screen and (max-width: 768px) {
  #sec01 .uk-container .rinen .statement .pyramid table tr {
    padding: 10px 0;
  }
}
#sec01 .uk-container .rinen .statement .pyramid table tr th {
  flex: 0 0 39%;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sec01 .uk-container .rinen .statement .pyramid table tr th {
    font-size: 3.2vw;
  }
}
#sec01 .uk-container .rinen .statement .pyramid table tr th + td {
  flex: 0 0 13%;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #1d1d1d;
}
@media screen and (max-width: 768px) {
  #sec01 .uk-container .rinen .statement .pyramid table tr th + td {
    font-size: 3.2vw;
  }
}
#sec01 .uk-container .rinen .statement .pyramid table tr td + td {
  flex: 1;
  font-size: 14px;
  line-height: 1.857;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #sec01 .uk-container .rinen .statement .pyramid table tr td + td {
    font-size: 2.4vw;
  }
  #sec01 .uk-container .rinen .statement .pyramid table tr td + td br {
    display: none;
  }
}
#sec01 .uk-container .rinen .statement .pyramid table tr td + td ul {
  margin: 0;
  padding: 0;
}
#sec01 .uk-container .rinen .statement .pyramid table tr td + td ul li {
  text-indent: -1em;
  margin-left: 1em;
}
#sec01 .uk-container .rinen .capsule {
  margin-bottom: 0;
}
#sec02 .sec-ttl {
  background-image: url(img/sec02-ttl.jpg);
}
#sec02 .uk-container {
  max-width: 1260px;
}
#sec02 .uk-container div.flex {
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #sec02 .uk-container div.flex {
    flex-direction: column;
  }
}
#sec02 .uk-container div.flex .box {
  flex: 0 0 calc((100% - 20px) / 2);
  background: #fff;
  border-radius: 10px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #sec02 .uk-container div.flex .box {
    padding: 20px 30px 30px;
  }
}
#sec02 .uk-container div.flex .box h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
  color: #3fb15d;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #sec02 .uk-container div.flex .box h4 {
    font-size: 18px;
  }
}
#sec02 .uk-container div.flex .box h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  color: #1d1d1d;
  margin: 1.7em 0 2em;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #sec02 .uk-container div.flex .box h5 {
    font-size: 16px;
    margin: 1em 0;
  }
  #sec02 .uk-container div.flex .box h5 br {
    display: none;
  }
}
#sec02 .uk-container div.flex .box p {
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: 0;
  margin: 0;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #sec02 .uk-container div.flex .box p {
    font-size: 12px;
  }
}
#sec02 .uk-container .capsule {
  margin-top: 120px;
}
#sec03 .sec-ttl {
  background-image: url(img/sec03-ttl.jpg);
}
#sec03 .uk-container .sec-heading .flex {
  align-items: center;
}
#sec03 .uk-container .sec-heading .flex p {
  margin: 0;
}
#sec03 .uk-container .challenge {
  max-width: 1160px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #sec03 .uk-container .challenge {
    margin-bottom: 50px;
  }
}
#sec03 .uk-container .challenge h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.75;
  color: #3fb15d;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #sec03 .uk-container .challenge h4 {
    font-size: 18px;
  }
}
#sec03 .uk-container .challenge h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  margin-top: 1.7em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #sec03 .uk-container .challenge h5 {
    font-size: 16px;
  }
}
#sec03 .uk-container .challenge .flex {
  gap: 56px;
}
@media screen and (max-width: 768px) {
  #sec03 .uk-container .challenge .flex {
    flex-direction: column;
    gap: 30px;
  }
}
#sec03 .uk-container .challenge .flex div p {
  width: 320px;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #sec03 .uk-container .challenge .flex div p {
    font-size: 12px;
  }
}
#sec03 .uk-container .challenge .flex div .flex {
  gap: 26px;
}
@media screen and (max-width: 768px) {
  #sec03 .uk-container .challenge .flex div .flex {
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#sec03 .uk-container .challenge .flex div .flex figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #sec03 .uk-container .challenge .flex div .flex figure {
    flex: 0 0 calc((100% - 20px) / 3);
  }
}
#sec03 .uk-container .challenge:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #sec03 .uk-container .challenge:last-of-type {
    margin-bottom: 30px;
  }
}

#sec04 {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #sec04 {
    padding-bottom: 80px;
  }
}
#sec04 .sec-ttl {
  background-image: url(img/sec04-ttl.jpg);
}
@media screen and (max-width: 768px) {
  #sec04 .uk-container .sec-heading .flex {
    gap: 0;
    margin-bottom: 30px;
  }
}
#sec04 .uk-container .sec-heading .flex figure {
  flex: 0 0 223px;
}
@media screen and (max-width: 768px) {
  #sec04 .uk-container .sec-heading .flex figure {
    flex: 1;
  }
}
#sec04 .uk-container .sec-heading .flex figure img {
  width: 223px;
}
@media screen and (max-width: 768px) {
  #sec04 .uk-container .sec-heading .flex figure img {
    width: 200px;
  }
}
#sec04 .uk-container div.photos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  max-width: 1160px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  #sec04 .uk-container div.photos {
    gap: 20px 10px;
    margin: 0 auto 60px;
  }
}
#sec04 .uk-container div.photos figure {
  flex: 0 0 calc((100% - 20px) / 3);
}
@media screen and (max-width: 768px) {
  #sec04 .uk-container div.photos figure {
    flex: 0 0 calc((100% - 10px) / 2);
  }
}
#sec04 .uk-container div.photos figure figcaption {
  font-weight: 500;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #sec04 .uk-container div.photos figure figcaption {
    line-height: 1.3;
    font-size: 12px;
    letter-spacing: 0;
  }
}
#sec04 .uk-container div.photos figure img {
  border-radius: 10px;
}
#sec04 .uk-container .passive {
  max-width: 1160px;
  margin: auto;
  mix-blend-mode: multiply;
}
#sec04 .uk-container .passive .sec-heading {
  padding-bottom: 40px;
}
#sec04 .uk-container .passive figure {
  max-width: 1004px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #sec04 .uk-container .passive figure {
    overflow: hidden;
    margin: 0 -45px;
  }
}
.history-tb {
  position: relative;
}
.history-tb .bg-obi {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(#5ddba1 0%, #27aadb 100%);
}
.history-tb table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  position: relative;
}
.history-tb table tr {
  position: relative;
}
.history-tb table th,
.history-tb table td {
  padding: 10px 15px;
  position: relative;
}
@media screen {
  .history-tb table th,
.history-tb table td {
    padding: 10px 10px;
  }
}
.history-tb table tbody td {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .history-tb table tbody td {
    font-size: 11px;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
}
.history-tb table tbody tr :nth-of-type(1) {
  width: 121px;
  font-weight: 500;
  font-size: 16px;
  color: #3fb15d;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .history-tb table tbody tr :nth-of-type(1) {
    width: auto;
    font-size: 10px;
  }
}
.history-tb table tbody tr :nth-of-type(2) {
  width: 145px;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .history-tb table tbody tr :nth-of-type(2) {
    width: auto;
    font-size: 16px;
  }
}
.history-tb table tbody tr :nth-of-type(3) {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #3fb15d;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .history-tb table tbody tr :nth-of-type(3) {
    font-size: 13px;
    padding-right: 0;
  }
}
.history-tb table tbody tr:first-of-type td {
  padding-top: 30px;
}
.history-tb table thead tr {
  position: relative;
}
.history-tb table thead tr th {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.875;
  text-align: left;
  color: #1d1d1d;
  padding-top: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .history-tb table thead tr th {
    font-size: 12px;
  }
}
.history-tb table thead tr th::before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  bottom: 0;
  background: #D1D1D1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .history-tb table thead tr th::before {
    width: calc(100% - 20px);
    left: 10px;
  }
}