.at-sec {
  margin-bottom: 150px;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.at-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 130%;
  background: linear-gradient(135deg, rgb(150, 230, 244) 0%, rgb(22, 217, 207) 100%);
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -4;
}
@media (max-width: 800px) {
  .at-sec::before {
    height: 110%;
  }
}
.at-sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 130%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(98%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 98%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -3;
}
@media (max-width: 800px) {
  .at-sec::after {
    height: 110%;
  }
}
.at-sec .headline {
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.at-sec .headline::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(/wp-content/uploads/2025/03/senimg04.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 30px auto;
}
@media (max-width: 800px) {
  .at-sec .headline::before {
    width: 30px;
    height: 30px;
    margin: 0 auto 10px auto;
  }
}
.at-sec .headline h2 {
  font-size: 40px;
  letter-spacing: 0.07em;
  font-weight: 900;
  margin: 0;
}
@media (max-width: 800px) {
  .at-sec .headline h2 {
    font-size: 20px;
    letter-spacing: 0.11em;
    font-size: bold;
  }
}
.at-sec .headline span {
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #1cc8dd;
  margin-top: 20px;
  display: block;
}
@media (max-width: 800px) {
  .at-sec .headline span {
    font-size: 10px;
    letter-spacing: 0.16em;
    margin-top: 10px;
  }
}
.at-sec .arch {
  width: 100%;
}
.at-sec .arch img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 0;
     object-position: 0 0;
  position: relative;
  z-index: -1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.at-sec .arch::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/04/arch.png);
  background-size: cover;
  background-position: 0 0;
  mix-blend-mode: soft-light;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section01 {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .section01 {
    margin-bottom: 50px;
  }
}
.section01 .box {
  width: 90%;
  margin: 0 0 120px auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 800px) {
  .section01 .box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 0 40px auto;
  }
}
.section01 .box:nth-child(1)::before {
  content: "SENJOHJIKO";
  display: block;
  font-family: "Futura-Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1cc8dd;
  position: absolute;
  top: 10%;
  left: -10%;
  z-index: 0;
  font-size: 120px;
  opacity: 0.15;
}
@media (max-width: 800px) {
  .section01 .box:nth-child(1)::before {
    font-size: 44px;
    top: -30px;
    left: 0;
    z-index: -1;
  }
}
.section01 .box:nth-child(2)::before {
  content: "HISTORY";
  display: block;
  font-family: "Futura-Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  font-size: 120px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(240, 249, 250)), color-stop(97%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(240, 249, 250) 20%, rgb(255, 255, 255) 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 800px) {
  .section01 .box:nth-child(2)::before {
    font-size: 44px;
    top: 53%;
    right: 0;
    bottom: auto;
  }
}
.section01 .box:last-child::before {
  content: "GYODOH";
  display: block;
  font-family: "Futura-Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 120px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(240, 249, 250)), color-stop(97%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(240, 249, 250) 20%, rgb(255, 255, 255) 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
}
@media (max-width: 800px) {
  .section01 .box:last-child::before {
    display: none;
  }
}
.section01 .box .content {
  width: 45%;
}
@media (max-width: 800px) {
  .section01 .box .content {
    width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section01 .box .content .headline {
  font-size: 36px;
  letter-spacing: 0.07em;
  font-weight: bold;
  margin-bottom: 30px;
}
.section01 .box .content .headline * {
  font-size: 36px;
  letter-spacing: 0.07em;
  font-weight: bold;
}
.section01 .box .content .headline rt {
  font-size: 12px;
  letter-spacing: 0.66em;
}
@media (max-width: 1100px) {
  .section01 .box .content .headline rt {
    font-size: 10px;
    letter-spacing: 0.36em;
  }
}
@media (max-width: 1100px) {
  .section01 .box .content .headline {
    font-size: 22px;
    text-align: center;
  }
  .section01 .box .content .headline * {
    font-size: 22px;
  }
}
.section01 .box .content .text {
  line-height: 30px;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .section01 .box .content .text {
    font-size: 14px;
    line-height: 26px;
  }
}
.section01 .box .content .pdf-list {
  gap: 20px;
}
.section01 .box .content .pdf a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #1cc8dd;
  text-decoration: underline;
  text-underline-offset: 8px;
}
@media (max-width: 800px) {
  .section01 .box .content .pdf a {
    font-size: 12px;
  }
}
.section01 .box .image {
  width: calc(55% - 80px);
  margin-left: 80px;
}
@media (max-width: 800px) {
  .section01 .box .image {
    width: 97%;
    margin: 0 0 30px auto;
  }
}
.section01 .box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0 0 0;
}
.section01 .box:nth-child(1) .image {
  position: relative;
}
.section01 .box:nth-child(1) .image::after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background-image: url(/wp-content/uploads/2025/03/senimg02.png);
  background-size: contain;
  position: absolute;
  bottom: -70px;
  right: 5%;
  z-index: 1;
}
@media (max-width: 800px) {
  .section01 .box:nth-child(1) .image::after {
    width: 50px;
    height: 50px;
    bottom: -25px;
    right: 3%;
  }
}
.section01 .box:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 auto 250px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .section01 .box:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 auto 50px 0;
  }
}
.section01 .box:nth-child(2) .content .headline br {
  display: none;
}
@media (max-width: 800px) {
  .section01 .box:nth-child(2) .content .headline br {
    display: block;
  }
}
@media (max-width: 800px) {
  .section01 .box:nth-child(2) .content .headline {
    text-align: left;
    line-height: 34px;
  }
}
.section01 .box:nth-child(2) .content .pdf {
  text-align: right;
}
@media (max-width: 800px) {
  .section01 .box:nth-child(2) .content .pdf {
    text-align: left;
  }
}
.section01 .box:nth-child(2) .image {
  margin-left: 0;
  margin-right: 80px;
  position: relative;
}
@media (max-width: 800px) {
  .section01 .box:nth-child(2) .image {
    width: 100%;
    margin: 0 auto 30px 0;
  }
}
.section01 .box:nth-child(2) .image img {
  border-radius: 0 30px 0 0;
}
@media (max-width: 800px) {
  .section01 .box:nth-child(2) .image img:nth-child(1) {
    width: 97%;
  }
}
.section01 .box:nth-child(2) .image img:nth-child(2) {
  border-radius: 30px;
  position: absolute;
  width: 50%;
  max-height: 230px;
  bottom: -200px;
  right: -50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 800px) {
  .section01 .box:nth-child(2) .image img:nth-child(2) {
    width: 40%;
    max-height: 100px;
    bottom: -50px;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border-radius: 10px 0 0 0;
  }
}
.section01 .box:nth-child(2) .image::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  background-image: url(/wp-content/uploads/2025/03/senimg03.png);
  background-size: contain;
  position: absolute;
  bottom: -90px;
  left: 20%;
  z-index: 1;
}
@media (max-width: 800px) {
  .section01 .box:nth-child(2) .image::before {
    display: none;
  }
}
.section01 .box:nth-child(2) .image::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(/wp-content/uploads/2025/03/senimg04.png);
  background-size: contain;
  position: absolute;
  bottom: -50%;
  left: 60%;
  z-index: 1;
}
@media (max-width: 800px) {
  .section01 .box:nth-child(2) .image::after {
    display: none;
  }
}
.section01 .box:last-child {
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .section01 .box:last-child .image {
    margin: 0 auto 30px 0;
    position: relative;
  }
  .section01 .box:last-child .image img {
    border-radius: 0 30px 0 0;
  }
  .section01 .box:last-child .image::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/uploads/2025/03/senimg03.png);
    background-size: contain;
    position: absolute;
    bottom: -25px;
    right: 3%;
    z-index: 1;
  }
}
.section01 .line {
  width: 100%;
  height: 330px;
  margin: 0 auto 60px auto;
}
.section01 .line img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .section01 .line {
    height: 160px;
    margin: 0 auto 50px auto;
  }
}
.section01 .circle-box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 70px auto;
}
@media (max-width: 800px) {
  .section01 .circle-box {
    width: 100%;
    margin: 0 auto 50px auto;
  }
}
.section01 .circle-box .headline {
  font-size: 28px;
  letter-spacing: 0.07em;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  color: #1cc8dd;
}
@media (max-width: 800px) {
  .section01 .circle-box .headline {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.section01 .circle-box .headline br {
  display: none;
}
@media (max-width: 800px) {
  .section01 .circle-box .headline br {
    display: block;
  }
}
.section01 .circle-box .list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 850px) {
  .section01 .circle-box .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section01 .circle-box .list .circle {
  width: 350px;
  height: 350px;
}
@media (max-width: 1100px) {
  .section01 .circle-box .list .circle {
    width: 280px;
    height: 280px;
  }
}
.section01 .circle-box .list .circle:nth-child(2) {
  margin: 0 -20px;
}
@media (max-width: 1100px) {
  .section01 .circle-box .list .circle:nth-child(2) {
    margin: 0 -10px;
  }
}
@media (max-width: 800px) {
  .section01 .circle-box .list .circle:nth-child(2) {
    margin: 10px 0;
  }
}
.section01 .circle-box .list .circle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/04/circle.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.section01 .circle-box .list .circle .content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.section01 .circle-box .list .circle .content .title {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  color: #1cc8dd;
}
@media (max-width: 800px) {
  .section01 .circle-box .list .circle .content .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.section01 .circle-box .list .circle .content .text {
  line-height: 30px;
  letter-spacing: 0.02em;
}
@media (max-width: 800px) {
  .section01 .circle-box .list .circle .content .text {
    font-size: 14px;
    line-height: 25px;
  }
}

.section02 {
  width: 95%;
  margin: 0 auto 90px auto;
  border-radius: 30px;
  background-color: #effcfc;
  padding: 70px 0 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 800px) {
  .section02 {
    width: 100%;
    padding: 50px 3% 40px 3%;
    margin: 0 auto 40px auto;
    border-radius: 30px 30px 0 0;
  }
}
.section02 .inner .headline {
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.07em;
  font-size: 36px;
  color: #18bfd6;
  font-weight: bold;
  z-index: 1;
}
@media (max-width: 800px) {
  .section02 .inner .headline {
    font-size: 22px;
  }
}
.section02 .inner .headline::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(/wp-content/uploads/2025/03/senimg04.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 30px auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .section02 .inner .headline::before {
    width: 30px;
    height: 30px;
    margin: 0 auto 20px auto;
  }
}
.section02 .inner .headline::after {
  content: "ENJOYING";
  display: block;
  font-family: "Futura-Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #1cc8dd;
  font-size: 120px;
  letter-spacing: 0.02em;
  opacity: 0.15;
  z-index: 0;
}
@media (max-width: 900px) {
  .section02 .inner .headline::after {
    font-size: 60px;
    z-index: -2;
  }
}
.section02 .inner .headline h2 {
  font-size: 36px;
  letter-spacing: 0.07em;
  font-weight: 900;
  color: #fff;
  margin: 0;
}
@media (max-width: 800px) {
  .section02 .inner .headline h2 {
    font-size: 20px;
    letter-spacing: 0.11em;
    font-size: bold;
    color: #0bbcdb;
  }
}
.section02 .inner .headline span {
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #0bbcdb;
  margin-top: 15px;
  display: block;
}
@media (max-width: 800px) {
  .section02 .inner .headline span {
    font-size: 10px;
    letter-spacing: 0.16em;
    margin-top: 10px;
    color: #0bbcdb;
  }
}
.section02 .inner .list {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .section02 .inner .list {
    width: 100%;
    background-color: #fff;
    border-radius: 10px 10px 10px 0;
    padding: 30px 20px 40px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section02 .inner .list .box {
  width: calc(100% / 3 - 60px / 3);
  margin-right: 30px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
}
.section02 .inner .list .box:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 800px) {
  .section02 .inner .list .box {
    width: calc(100% / 1 - 0px / 1);
    margin-right: 0px;
    padding-bottom: 40px;
    border-radius: 0;
    margin-bottom: 40px;
    border-bottom: 1px dashed #d1e0e8;
  }
  .section02 .inner .list .box:nth-child(1n) {
    margin-right: 0;
  }
  .section02 .inner .list .box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.section02 .inner .list .box .image {
  height: 180px;
  margin-bottom: 30px;
}
.section02 .inner .list .box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.section02 .inner .list .box .title {
  font-size: 20px;
  letter-spacing: 0.07em;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
.section02 .inner .list .box .text {
  line-height: 30px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .section02 .inner .list .box .text {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 800px) {
  .section02 .inner .list .box .morebtn {
    width: 140px;
    margin: 0 auto;
  }
}
.section02 .inner .list .box .morebtn a {
  display: block;
  color: #fff;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media (max-width: 800px) {
  .section02 .inner .list .box .morebtn a {
    padding: 15px 0;
    font-size: 13px;
  }
}
.section02 .inner .list .box .morebtn a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fae314;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section02 .inner .list .box:nth-child(1) .title {
  color: #ffb82b;
}
.section02 .inner .list .box:nth-child(1) .morebtn a {
  background: linear-gradient(45deg, #ffb82b 0%, #ffd91d 100%);
}
.section02 .inner .list .box:nth-child(2) .title {
  color: #f44527;
}
.section02 .inner .list .box:nth-child(2) .morebtn a {
  background: linear-gradient(45deg, #e6341f 0%, #ff6a36 100%);
}
.section02 .inner .list .box:nth-child(3) .title {
  color: #be7ee0;
}
.section02 .inner .list .box:nth-child(3) .morebtn a {
  background: linear-gradient(45deg, #b474d6 0%, #d88aec 100%);
}

.section03 .box {
  width: 90%;
  margin: 0 auto 120px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .section03 .box {
    width: 100%;
    margin: 0 auto 60px 0;
  }
}
.section03 .box::before {
  content: "LEGACY";
  display: block;
  font-family: "Futura-Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  font-size: 120px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(240, 249, 250)), color-stop(97%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(240, 249, 250) 20%, rgb(255, 255, 255) 97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 800px) {
  .section03 .box::before {
    font-size: 60px;
    bottom: -20px;
    right: 3%;
  }
}
.section03 .box::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background-image: url(/wp-content/uploads/2025/03/senimg04.png);
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 800px) {
  .section03 .box::after {
    display: none;
  }
}
.section03 .box .image {
  width: calc(55% - 80px);
  margin-right: 80px;
}
@media (max-width: 800px) {
  .section03 .box .image {
    width: 97%;
    margin: 0 auto 30px 0;
    position: relative;
  }
  .section03 .box .image::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/uploads/2025/03/senimg04.png);
    background-size: contain;
    position: absolute;
    bottom: -25px;
    right: 3%;
    z-index: 1;
  }
}
.section03 .box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 30px 0 0;
}
.section03 .box .content {
  width: 45%;
}
@media (max-width: 800px) {
  .section03 .box .content {
    width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section03 .box .content .headline {
  font-size: 36px;
  letter-spacing: 0.07em;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .section03 .box .content .headline {
    font-size: 22px;
  }
}
.section03 .box .content .text {
  line-height: 30px;
  letter-spacing: 0.02em;
}

@media (max-width: 800px) {
  .access-content {
    display: none;
  }
}