@charset "UTF-8";
* {
  min-width: 0;
  min-height: 0;
  color: #fff;
  line-height: 1;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #070706;
  position: relative;
}
body::before {
  content: "";
  position: fixed; /* 全画面に固定 */
  inset: 0; /* top, right, bottom, left 全て0 */
  background-color: rgba(0, 0, 0, 0.3); /* 黒の透過フィルター */
  z-index: 0; /* 背景扱い */
  pointer-events: none; /* フィルターの下の要素をクリック可能に */
}

.relative {
  z-index: 1;
}

header {
  width: 100%;
  z-index: 100;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  background-color: #070706;
}
header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .row .logo {
  width: 200px;
}
header .row .logo img {
  width: 100%;
}
header .row .links {
  gap: 30px;
}
@media (max-width: 1150px) {
  header .row .links {
    display: none;
  }
}
header .row .links .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
header .row .links .btn a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url(/wp-content/uploads/2025/11/icon001.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
header .toggle_btn {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 70;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1150px) {
  header .toggle_btn {
    width: 30px;
    height: 20px;
    display: block;
  }
}
header .toggle_btn .toggle_line {
  width: 100%;
  height: 100%;
}
header .toggle_btn .toggle_line span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
}
header .toggle_btn .toggle_line span:nth-child(1) {
  top: 0;
}
header .toggle_btn .toggle_line span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .toggle_btn .toggle_line span:nth-child(3) {
  bottom: 0;
}
header .toggle_btn.open span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(50%) rotate(-315deg);
          transform: translateY(50%) rotate(-315deg);
  position: absolute;
}
header .toggle_btn.open span:nth-child(2) {
  opacity: 0;
}
header .toggle_btn.open span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(50%) rotate(315deg);
          transform: translateY(50%) rotate(315deg);
  position: absolute;
}
header #navArea {
  width: 300px;
  height: calc(100vh - 80px);
  top: auto;
  bottom: 0;
  right: 0;
}
header #navArea.open {
  top: auto;
}
header #navArea nav {
  height: 100%;
  padding: 40px 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #070706;
}
header #navArea nav .list .btn {
  margin-bottom: 30px;
}
header #navArea nav .list .btn a {
  color: #fff;
}

footer {
  display: none;
}

.section01 {
  margin: 100px 0 70px 0;
}
.section01::before {
  content: "";
  display: block;
  width: 20%;
  height: 230px;
  background-image: url(/wp-content/uploads/2025/11/back001.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
}
.section01 .box .image {
  width: 100%;
}
@media (max-width: 600px) {
  .section01 .box .image {
    height: 80vh;
  }
}
.section01 .box .image img {
  width: 100%;
}
@media (max-width: 600px) {
  .section01 .box .image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section01 .box .content {
  width: 30%;
  color: #fff;
  font-size: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
}
@media (max-width: 600px) {
  .section01 .box .content {
    width: auto;
    height: 100%;
    font-size: 24px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1.6;
    left: auto;
    right: 10%;
  }
}
.section01 .back {
  width: 25%;
  top: 0;
  right: 0;
  z-index: 0;
}
.section01 .back img {
  width: 100%;
}
@media (max-width: 600px) {
  .section01 .back {
    width: 45%;
  }
}

.section02 {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .section02 {
    margin-bottom: 60px;
  }
}
.section02::before {
  content: "";
  display: block;
  width: 250px;
  height: 370px;
  background-image: url(/wp-content/uploads/2025/11/file002.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 600px) {
  .section02::before {
    display: none;
  }
}
.section02 .box {
  width: 90%;
  margin: 0 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .section02 .box {
    margin: 0 auto;
  }
}
.section02 .box .content {
  width: calc(50% - 130px);
  margin-right: 130px;
}
@media (max-width: 600px) {
  .section02 .box .content {
    width: 100%;
    margin-right: 0;
  }
}
.section02 .box .content .headline {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .section02 .box .content .headline {
    font-size: 20px;
    line-height: 1.6;
  }
}
.section02 .box .content .text {
  line-height: 2;
}
@media (max-width: 600px) {
  .section02 .box .content .text {
    font-size: 15px;
  }
}
.section02 .box .content .btn {
  width: 300px;
  margin: 50px 0 0 auto;
}
@media (max-width: 600px) {
  .section02 .box .content .btn {
    margin: 30px auto;
  }
}
.section02 .box .content .btn a {
  width: 100%;
  padding: 20px 0 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 30px;
  position: relative;
}
.section02 .box .content .btn a::after {
  content: "";
  display: block;
  width: 42px;
  height: 5px;
  background-image: url(/wp-content/uploads/2025/11/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section02 .box .image {
  width: 50%;
}
@media (max-width: 600px) {
  .section02 .box .image {
    width: 100%;
  }
}
.section02 .box .image img {
  width: 100%;
}

.section03 {
  margin-bottom: 150px;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section03::before {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/11/back002.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 600px) {
  .section03 {
    width: 90%;
    margin: 0 auto 80px auto;
    padding: 0;
    background-size: 70%;
  }
}
.section03 .headline {
  font-size: 26px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 600px) {
  .section03 .headline {
    font-size: 23px;
    line-height: 1.6;
  }
}
.section03 .headline span {
  color: #ddc076;
}
.section03 .text {
  text-align: center;
  line-height: 2;
}
@media (max-width: 600px) {
  .section03 .text {
    font-size: 15px;
    text-align: left;
  }
}

.section04 {
  margin-bottom: 150px;
  counter-reset: num;
}
@media (max-width: 600px) {
  .section04 {
    margin-bottom: 80px;
  }
}
.section04 .headline {
  font-size: 26px;
  margin-bottom: 40px;
  color: #ddc076;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.section04 .headline::before, .section04 .headline::after {
  content: "";
  display: block;
  width: 30px;
  height: 15px;
  background-image: url(/wp-content/uploads/2025/11/icon002.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 600px) {
  .section04 .headline {
    text-align: center;
    font-size: 20px;
    position: relative;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .section04 .headline::before {
    width: 40px;
    height: 20px;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section04 .headline::after {
    display: none;
  }
}
.section04 .back {
  right: 0;
  z-index: -1;
}
@media (max-width: 600px) {
  .section04 .back {
    display: none;
  }
}
.section04 .back:nth-child(1) {
  width: 410px;
  height: 430px;
  top: 20%;
}
.section04 .back:nth-child(2) {
  width: 240px;
  height: 300px;
  bottom: 20%;
}
.section04 .back:nth-child(3) {
  width: 240px;
  height: 300px;
  right: auto;
  left: 0;
  bottom: -130px;
}
.section04 .back img {
  width: 100%;
}
.section04 .box {
  width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  counter-increment: num;
}
@media (max-width: 600px) {
  .section04 .box {
    margin: 0 auto 60px auto;
  }
}
.section04 .box .image {
  width: 50%;
}
@media (max-width: 600px) {
  .section04 .box .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section04 .box .image img {
  width: 100%;
}
.section04 .box .content {
  width: calc(50% - 80px);
  margin-left: 80px;
}
@media (max-width: 600px) {
  .section04 .box .content {
    width: 100%;
    margin-left: 0;
  }
}
.section04 .box .content .title {
  margin-bottom: 60px;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  min-height: 55px;
}
@media (max-width: 600px) {
  .section04 .box .content .title {
    gap: 20px;
    line-height: 1.4;
  }
}
.section04 .box .content .title p {
  font-size: 20px;
}
.section04 .box .content .title p span {
  color: #ddc076;
  font-size: 26px;
}
@media (max-width: 600px) {
  .section04 .box .content .title p {
    font-size: 20px;
    line-height: 1.4;
  }
  .section04 .box .content .title p span {
    font-size: 20px;
  }
}
.section04 .box .content .title::before {
  content: counter(num, decimal-leading-zero);
  display: inline-block;
  font-size: 37px;
}
@media (max-width: 600px) {
  .section04 .box .content .title::before::before {
    font-size: 27px;
  }
}
.section04 .box .content .title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media (max-width: 600px) {
  .section04 .box .content .title {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .section04 .box .content .title::after {
    bottom: 0;
  }
}
.section04 .box .content .text {
  line-height: 2;
}
@media (max-width: 600px) {
  .section04 .box .content .text {
    font-size: 15px;
  }
}

.section05 {
  margin-bottom: 100px;
  height: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .section05 {
    height: 280px;
    margin-bottom: 60px;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section05::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* ▼ 背景レイヤーを3段重ねにする */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0))), url("/wp-content/uploads/2025/11/back004-1.jpg");
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%, rgb(0, 0, 0) 100%), url("/wp-content/uploads/2025/11/back004-1.jpg");
  opacity: 0.7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.section05 .contents {
  width: 90%;
  margin: 0 auto;
}
.section05 .contents .text {
  font-size: 23px;
  line-height: 1.7391304348;
  text-align: center;
}
@media (max-width: 600px) {
  .section05 .contents .text {
    font-size: 15px;
    line-height: 1.5555555556;
    width: 90%;
    margin: 0 auto;
  }
}
.section05 .contents .btn {
  text-align: center;
  margin-top: 50px;
}
.section05 .contents .btn a {
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(199, 56, 61)), to(rgb(120, 0, 6)));
  background: linear-gradient(to bottom, rgb(199, 56, 61) 0%, rgb(120, 0, 6) 100%);
}
@media (max-width: 600px) {
  .section05 .contents .btn a {
    padding: 20px;
  }
  .section05 .contents .btn a div {
    font-size: 18px;
  }
}

.section06 {
  margin-bottom: 80px;
}
.section06 .headline {
  font-size: 26px;
  margin-bottom: 40px;
  color: #ddc076;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.section06 .headline::before, .section06 .headline::after {
  content: "";
  display: block;
  width: 30px;
  height: 15px;
  background-image: url(/wp-content/uploads/2025/11/icon002.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 600px) {
  .section06 .headline {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 25px;
  }
  .section06 .headline::before {
    width: 40px;
    height: 20px;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section06 .headline::after {
    display: none;
  }
}
.section06 .back {
  width: 480px;
  height: 340px;
  top: 0;
  right: 0;
  z-index: -1;
}
.section06 .list {
  max-width: 975px;
  margin: 0 auto;
  width: 90%;
}
.section06 .list .box {
  margin-bottom: 30px;
  padding: 25px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff4c5;
  background-image: url(/wp-content/uploads/2025/11/back003-a.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .section06 .list .box {
    padding: 25px;
  }
}
.section06 .list .box .title {
  font-size: 21px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #1c1815;
  color: #1c1815;
  margin-bottom: 20px;
}
.section06 .list .box .title span {
  font-size: 20px;
  color: #1c1815;
}
@media (max-width: 600px) {
  .section06 .list .box .title {
    font-size: 18px;
    line-height: 1.4;
  }
  .section06 .list .box .title span {
    font-size: 16px;
    line-height: 1.4;
    display: block;
  }
}
.section06 .list .box .text {
  line-height: 1.75;
  color: #1c1815;
}
@media (max-width: 600px) {
  .section06 .list .box .text {
    font-size: 15px;
  }
}

.section07 {
  margin-bottom: 100px;
}
.section07 .headline {
  font-size: 26px;
  margin-bottom: 40px;
  color: #ddc076;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.section07 .headline::before, .section07 .headline::after {
  content: "";
  display: block;
  width: 30px;
  height: 15px;
  background-image: url(/wp-content/uploads/2025/11/icon002.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 600px) {
  .section07 .headline {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 25px;
  }
  .section07 .headline::before {
    width: 40px;
    height: 20px;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section07 .headline::after {
    display: none;
  }
}
.section07 .back {
  z-index: -1;
}
.section07 .back img {
  width: 100%;
}
.section07 .back:nth-child(1) {
  width: 260px;
  height: 380px;
  top: 0;
  right: 0;
}
.section07 .back:nth-child(2) {
  width: 260px;
  height: 380px;
  bottom: 0;
  left: 0;
}
.section07 .list {
  max-width: 830px;
  margin: 0 auto;
  width: 90%;
  background-color: #f7f2e4;
  padding: 70px 50px 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  counter-reset: sec07;
}
@media (max-width: 600px) {
  .section07 .list {
    padding: 30px 20px;
  }
}
.section07 .list .box {
  counter-increment: sec07;
  margin-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .section07 .list .box {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.section07 .list .box * {
  color: #2d2b27;
}
.section07 .list .box::before {
  content: counter(sec07, decimal-leading-zero);
  display: inline-block;
  font-size: 30px;
  color: #2d2b27;
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 25px;
}
@media (max-width: 600px) {
  .section07 .list .box::before {
    top: 10px;
    left: 10px;
  }
}
.section07 .list .box::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: #e0d5bd;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  top: -35px;
  left: 0;
  z-index: 0;
}
@media (max-width: 600px) {
  .section07 .list .box::after {
    top: 0;
    left: 0;
  }
}
.section07 .list .box:last-child {
  margin-bottom: 0;
}
.section07 .list .box .image {
  max-width: 240px;
  margin-left: 20px;
  z-index: 0;
}
@media (max-width: 767px) {
  .section07 .list .box .image {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.section07 .list .box .image img {
  width: 100%;
}
.section07 .list .box .image::before {
  content: "";
  display: block;
  width: 3px;
  height: 80px;
  background-image: url(/wp-content/uploads/2025/11/dots.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .section07 .list .box .image::before {
    display: none;
  }
}
.section07 .list .box .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .section07 .list .box .content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-left: 0;
  }
}
.section07 .list .box .content .title {
  line-height: 1.2777777778;
  font-size: 18px;
  margin-bottom: 20px;
}
.section07 .list .box .content .text {
  line-height: 1.75;
}
@media (max-width: 767px) {
  .section07 .list .box .content .text {
    font-size: 15px;
  }
}
.section07 .list .box:last-child .image::before {
  display: none;
}

.section08 {
  margin-bottom: 80px;
}
.section08 .headline {
  font-size: 32px;
  margin-bottom: 40px;
  color: #ddc076;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .section08 .headline {
    font-size: 20px;
    line-height: 1.6;
  }
}
.section08 .list {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 70px auto;
  gap: 30px;
}
@media (max-width: 600px) {
  .section08 .list {
    gap: 15px;
  }
}
.section08 .list .box {
  width: calc(100% / 4 - 90px / 4);
  margin-right: 30px;
  margin-right: 0;
}
.section08 .list .box:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .section08 .list .box {
    width: calc(100% / 2 - 15px / 2);
    margin-right: 15px;
    margin-right: 0;
  }
  .section08 .list .box:nth-child(2n) {
    margin-right: 0;
  }
}
.section08 .list .box .image {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .section08 .list .box .image {
    margin-bottom: 10px;
  }
}
.section08 .list .box .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section08 .list .box .title {
  font-size: 17px;
  text-align: center;
}
.section08 .text {
  text-align: center;
  font-size: 23px;
  line-height: 1.7391304348;
}
@media (max-width: 600px) {
  .section08 .text {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.section08 .btn {
  text-align: center;
  margin-top: 50px;
}
.section08 .btn a {
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(199, 56, 61)), to(rgb(120, 0, 6)));
  background: linear-gradient(to bottom, rgb(199, 56, 61) 0%, rgb(120, 0, 6) 100%);
}
@media (max-width: 600px) {
  .section08 .btn a {
    padding: 20px;
  }
  .section08 .btn a div {
    font-size: 18px;
  }
}

.section09 {
  border-top: 1px solid #fff;
  padding-top: 80px;
  margin-bottom: 70px;
}
.section09 .headline {
  font-size: 26px;
  margin-bottom: 40px;
  color: #ddc076;
  text-align: center;
}
@media (max-width: 600px) {
  .section09 .headline {
    font-size: 20px;
    line-height: 1.6;
  }
}
.section09 .box {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 30px auto;
}
.section09 .box:last-child {
  margin-bottom: 0;
}
.section09 .box .left {
  min-width: 180px;
  font-size: 18px;
  line-height: 1.7222222222;
  color: #ddc076;
  margin-right: 40px;
}
@media (max-width: 600px) {
  .section09 .box .left {
    max-width: 100%;
    margin-right: 0;
  }
}
.section09 .box .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 600px) {
  .section09 .box .right {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    word-break: break-all;
  }
}

.section10 {
  background-color: #1e1e1e;
  padding: 60px 0 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section10 .logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 50px auto;
}
.section10 .logo img {
  width: 100%;
}
.section10 .list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.list-page {
  margin-top: 130px;
  margin-bottom: 100px;
}
.list-page .headline {
  font-size: 26px;
  margin-bottom: 40px;
  color: #ddc076;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.list-page .headline::before, .list-page .headline::after {
  content: "";
  display: block;
  width: 30px;
  height: 15px;
  background-image: url(/wp-content/uploads/2025/11/icon002.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 600px) {
  .list-page .headline {
    font-size: 18px;
  }
  .list-page .headline::before, .list-page .headline::after {
    width: 20px;
    height: 10px;
  }
}
.list-page .list {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  gap: 30px;
}
.list-page .list .box {
  width: calc(25% - 22.5px);
}
@media (max-width: 600px) {
  .list-page .list .box {
    width: calc(50% - 15px);
  }
}
.list-page .list .box .image {
  height: 150px;
  margin-bottom: 20px;
}
.list-page .list .box .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-page .list .box .content .text {
  line-height: 1.875;
  margin-bottom: 15px;
}
.list-page .list .box .content .btn-list {
  gap: 10px;
}
.list-page .list .box .content .btn-list .btn a {
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(199, 56, 61)), to(rgb(120, 0, 6)));
  background: linear-gradient(to bottom, rgb(199, 56, 61) 0%, rgb(120, 0, 6) 100%);
  border-radius: 30px;
}